.elementor-5842 .elementor-element.elementor-element-875df67{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5842 .elementor-element.elementor-element-b4fe8ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5842 .elementor-element.elementor-element-899bf43{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7d8d793 */.footer-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: #333;
  font-size: 12px;
}

.nav-item img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

.me .me-icon {
  background: #FFD500;
  color: black;
  border-radius: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 4px;
}

.notif-dot {
  position: absolute;
  top: 0;
  right: 10px;
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 50%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1574468 */.footer {
  background: #f9f9f9;
  padding: 20px;
  font-family: sans-serif;
}

.footer-sections {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.accordion h4 {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.dropdown {
  list-style: none;
  padding-left: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.dropdown li a {
  display: block;
  padding: 8px 0;
  color: #333;
  text-decoration: none;
}

.accordion.open .dropdown {
  max-height: 300px;
}

.payment-slider {
  margin-top: 30px;
  overflow: hidden;
}

.logos {
  display: flex;
  gap: 30px;
  animation: slideLogos 10s linear infinite;
}

.logos img {
  height: 40px;
}

@keyframes slideLogos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-13e0da9 */.social-footer {
  text-align: center;
  padding: 30px 15px;
  background: #fff;
}

.social-footer p {
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.social-icons img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.copyright {
  font-size: 14px;
  color: #777;
}/* End custom CSS */