.elementor-13262 .elementor-element.elementor-element-13860b1{margin-top:30px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-425c1e0 */.footer-container {
  background-color: #f8f8f8;
  color: #333;
  padding: 40px 0;
  font-family: 'Arial', sans-serif;
}

.footer-container .footer-left, .footer-container .footer-center, .footer-container .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

/* Left Section */
.footer-left {
  flex: 1;
  min-width: 250px;
}

.footer-logo img {
  max-width: 150px;
  margin-bottom: 20px;
}

.footer-contact p {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-contact a {
  color: #0066cc;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

/* Social Media */
.footer-social {
  margin-top: 20px;
}

.footer-social a {
  margin: 0 10px;
}

.footer-social img {
  width: 30px;
  height: 30px;
}

/* Center Section */
.footer-center {
  flex: 2;
  min-width: 300px;
  display: flex;
  justify-content: space-between;
}

.footer-links, .footer-medicines, .footer-categories {
  flex: 1;
  min-width: 250px;
}

h3.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
  color: #0066cc;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  padding: 10px;
  background-color: transparent;
}

.footer-content {
  display: none;
  padding-left: 20px;
}

.toggle-icon {
  float: right;
  font-size: 18px;
  font-weight: bold;
  color: #0066cc;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  margin-bottom: 8px;
}

a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

a:hover {
  color: #0066cc;
}

/* Bottom Section */
.footer-bottom {
  text-align: center;
  margin-top: 30px;
}

/* ✅ Payment Icons - image gallery style */
.footer-payments {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-payments img {
  width: 40px;
  height: auto;
}

.footer-bottom p {
  font-size: 14px;
  color: #999;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-left, .footer-center, .footer-bottom {
    text-align: center;
    margin: 20px 0;
  }

  .footer-center {
    flex-direction: column;
    align-items: center;
  }

  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo img {
    margin: 0 auto 20px;
  }

  .footer-contact {
    text-align: center;
  }

  .footer-payments {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-social {
    margin-top: 20px;
  }

  .footer-links .footer-content {
    display: block;
    color: #0066cc;
  }

  .footer-links .footer-heading {
    color: #0066cc;
  }

  .footer-links .footer-heading::after {
    content: '';
  }
}

/* Utility Class */
.uldisplay {
  list-style: none !important;
}/* End custom CSS */