.elementor-29722 .elementor-element.elementor-element-96b99a2{--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-f26fe42 *//* Footer Styling */
.footer-light {
  background-color: #f9f9f9;
  color: #222;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.footer-column {
  flex: 1 1 20%;
  min-width: 250px;
}

/* Logo */
.footer-logo {
  max-width: 150px;
  margin-bottom: 15px;
}

/* Tagline */
.tagline {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}

/* Contact & Links Sections */
.contact-section ul,
.links-section ul,
.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-section ul li,
.links-section ul li {
  margin-bottom: 10px;
}

.contact-section ul a,
.links-section ul a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-section ul a:hover,
.links-section ul a:hover {
  color: #0078ff;
}

/* Social Media Icons */
.social-icons {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 10px;
  margin-top: 10px;
}

.social-icons li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #eaeaea;
  color: #555;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 20px;
  transition: background-color 0.3s, color 0.3s;
}

.social-icons li a:hover {
  background-color: #0078ff;
  color: #fff;
}

/* Payment Methods */
.payment-methods {
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
  color: #222;
}

.payment-methods p {
  margin-bottom: 15px;
  font-weight: bold;
}

.payment-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.payment-logos img {
  max-height: 40px;
  width: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
}

.payment-logos img:hover {
  transform: scale(1.1);
  opacity: 1;
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .footer-column {
    min-width: unset;
  }

  .social-icons {
    justify-content: center;
  }
}/* End custom CSS */