/* ========================== FOOTER STYLE ==================== */

.footer {
  background-color: #F5F9FE;
  padding-top: 0;
  position: relative;
  z-index: 1;
}

/* Appointment Section */
.appointment-section {
  padding: 54px 0;
}

.footer .sec-sm-title {
  text-align: center;

  margin-bottom: 22px;
}

.appointment-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 40px;
  background-color: var(--color-common-white);
  border-radius: 22px;
  border: 1px solid rgb(0, 0, 0, .04);
}

.appointment-item {
  flex: 1 1 calc(33.333% - 16px);
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
}


.appointment-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: var(--blue-color);
  border-radius: 16px;
  flex-shrink: 0;
}

.appointment-icon i {
  font-size: 34px;
  color: var(--color-common-white);
}

.appointment-content {
  display: flex;
  flex-direction: column;
}

.appointment-content .label {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
  text-transform: capitalize;
  margin-bottom: 0px;
}

.appointment-content .contact-number {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: block;
  letter-spacing: .07em;
}

.appointment-content .contact-number:hover {
  color: var(--blue-color);
}

/* Main Footer */
.main-footer {
  padding: 0px 0 60px;
}

.footer-brand-column,
.contact-info-column,
.footer-links {
  max-width: 386px;
  width: 100%;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 50px;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  margin-bottom: 34px;
}

.footer-logo img {
  max-width: 160px;
  height: auto;
}

.footer-description {
  margin-bottom: 34px;
}

.footer-socials {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

/* ==========================================================================
   Color-Based Eye-Catching Social Media Icons
   ========================================================================== */

.footer-socials a,
.slider_socials ul li a,
.hamburger-socials .social-links a,
.event-share-links a,
.team-item .social-links ul li a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  font-size: 18px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, filter 0.3s ease !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18) !important;
  overflow: hidden;
}

.slider_socials ul li a {
  width: 36px !important;
  height: 36px !important;
  font-size: 15px !important;
}

.slider_socials ul li a::before,
.team-item .social-links ul li a::before {
  display: none !important;
}

.footer-socials a:hover,
.slider_socials ul li a:hover,
.hamburger-socials .social-links a:hover,
.event-share-links a:hover,
.team-item .social-links ul li a:hover {
  transform: translateY(-3px) scale(1.12) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3) !important;
  filter: brightness(1.1) !important;
}

/* Platform Brand Colors (Scoped strictly to social icon buttons) */

/* Facebook */
.footer-socials a[href*="facebook"],
.slider_socials a[href*="facebook"],
.hamburger-socials .social-links a[href*="facebook"],
.event-share-links a[href*="facebook"],
.team-item .social-links a[href*="facebook"],
a.social-icon.facebook {
  background-color: #1877F2 !important;
  background-image: none !important;
  color: #FFFFFF !important;
}

/* Instagram */
.footer-socials a[href*="instagram"],
.slider_socials a[href*="instagram"],
.hamburger-socials .social-links a[href*="instagram"],
.event-share-links a[href*="instagram"],
.team-item .social-links a[href*="instagram"],
a.social-icon.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  color: #FFFFFF !important;
}

/* LinkedIn */
.footer-socials a[href*="linkedin"],
.slider_socials a[href*="linkedin"],
.hamburger-socials .social-links a[href*="linkedin"],
.event-share-links a[href*="linkedin"],
.team-item .social-links a[href*="linkedin"],
a.social-icon.linkedin {
  background-color: #0A66C2 !important;
  background-image: none !important;
  color: #FFFFFF !important;
}

/* WhatsApp Icon Buttons Only (does NOT affect text links like Chat on WhatsApp) */
.footer-socials a[href*="wa.me"],
.footer-socials a[href*="whatsapp"],
.slider_socials a[href*="wa.me"],
.slider_socials a[href*="whatsapp"],
.hamburger-socials .social-links a[href*="wa.me"],
.hamburger-socials .social-links a[href*="whatsapp"],
.event-share-links a[href*="wa.me"],
.event-share-links a[href*="whatsapp"],
.team-item .social-links a[href*="wa.me"],
.team-item .social-links a[href*="whatsapp"],
a.social-icon.whatsapp {
  background-color: #25D366 !important;
  background-image: none !important;
  color: #FFFFFF !important;
}

/* YouTube */
.footer-socials a[href*="youtube"],
.slider_socials a[href*="youtube"],
.hamburger-socials .social-links a[href*="youtube"],
.event-share-links a[href*="youtube"],
.team-item .social-links a[href*="youtube"],
a.social-icon.youtube {
  background-color: #FF0000 !important;
  background-image: none !important;
  color: #FFFFFF !important;
}

/* Twitter / X */
.footer-socials a[href*="twitter"],
.footer-socials a[href*="x.com"],
.slider_socials a[href*="twitter"],
.slider_socials a[href*="x.com"],
.hamburger-socials .social-links a[href*="twitter"],
.hamburger-socials .social-links a[href*="x.com"],
.event-share-links a[href*="twitter"],
.event-share-links a[href*="x.com"],
.team-item .social-links a[href*="twitter"],
.team-item .social-links a[href*="x.com"],
a.social-icon.twitter {
  background-color: #1DA1F2 !important;
  background-image: none !important;
  color: #FFFFFF !important;
}

/* Inner glyph styling */
.footer-socials a i,
.slider_socials a i,
.hamburger-socials .social-links a i,
.event-share-links a i,
.team-item .social-links a i,
a.social-icon i {
  color: #FFFFFF !important;
  font-size: 18px !important;
}

.footer-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 35px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
}

.footer-links li {
  margin-bottom: 11px;
}

.footer-links a {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: var(--text-color);
}

.footer-links a:hover {
  color: var(--blue-color);
  padding-left: 3px;
}

.link-with-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.badge {
  display: inline-block;
  background-color: var(--blue-color);
  color: var(--color-common-white);
  padding: 5px 8px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 400;
  margin-left: 10px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-item {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: flex-start;
}

.contact-item-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  object-fit: contain;
}

.contact-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--heading-color);
  opacity: .8;
  line-height: 1;
}

.contact-value {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.contact-value:hover {
  color: var(--blue-color);
}

.timing {
  width: fit-content;
  padding: 12px 20px;
  border-radius: 16px;
  border: 1px solid rgb(0, 0, 0, .1);
}

.timing-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;

}

.timing-item:not(:last-child) {
  margin-bottom: 2px;
}

.timing-day {
  font-size: 16px;
  color: var(--heading-color);
  line-height: 1;
  font-weight: 600;
}

.timing-time {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  color: var(--heading-color);
  opacity: 0.8;
}

/* Bottom Footer */
.bottom-footer .container {
  background-color: var(--color-common-white);
  padding: 40px;
  border-radius: 16px;
  border: 1px solid rgb(0, 0, 0, .04);


}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.copyright {
  font-size: 14px;
  color: var(--text-color);
  margin: 0;
}

.footer-links-bottom a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  color: var(--text-color);
  text-transform: capitalize;

}

.footer-links-bottom a:hover {
  color: var(--blue-color);
  text-decoration: underline;
}

.footer-links-bottom a:not(:last-child) {
  margin-right: 26px;
}

.footer-links-bottom a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 100%;
  transform: rotate(10deg);
  background-color: rgb(89, 97, 107, .4);
  left: -15px;
}

.footer-links-bottom a:first-child:before {
  display: none;
}

.footer-links {
  display: flex;
  gap: 20px;
  position: relative;
  height: 100%;
  justify-content: space-between;
}

.footer-links::before,
.footer-links::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.1)
}

.footer-links::after {
  right: -29px;
}

.footer-links::before {
  left: -29px;
}

.footer-links .footer-column {
  width: 50%;

}

.footer-links a:hover {
  color: var(--blue-color);
}


/* Footer Quote */
.footer-quote {
  padding: 30px 0;
  text-align: center;
}


.quote-text {
  position: relative;
  font-size: 22px;
  color: var(--heading-color);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  order: 2;
  display: inline-block;
  letter-spacing: -0.02em;
  text-align: center;
}

.quote-text::before,
.quote-text::after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-image: url(../img/icons/quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 5px;
  left: -25px;
}

.quote-text::after {
  transform: scaleX(-1);
  right: -20px;
  left: inherit;
}


.icon_skype {
  mask-image: url(../img/icons/skype.svg);
}

.icon_phone {
  mask-image: url(../img/icons/telephone.svg);
}

.icon_mobile {
  mask-image: url(../img/icons/smart-phone.svg);
}

.icon_whatsapp {
  mask-image: url(../img/icons/whatsapp_foot.svg);
}

.tr-icon {
  mask-image: url(../img/icons/tr-icon.svg);
  transform: scale(.6);
}

.icon_mail {
  mask-image: url(../img/icons/mail.svg);
}

.icon_location {
  mask-image: url(../img/icons/map.svg);
}

/* .cta .container .sec-head{
  padding-left: 15px;
  padding-right: 15px;
} */
.foot-title {

  color: var(--color-common-white);
  text-align: center;
}

.foot-title span:first-child,
.foot-title span:last-child {
  display: block;
  width: 100%;
}

.foot-title span:first-child {
  color: #FFEA6C;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.foot-title span:last-child {
  color: var(--color-common-white);
  margin-top: 5px;
  font-size: 0.8em;
}

@media (max-width: 991px) {
  .foot-title span:first-child {
    font-size: 20px;
  }

}

@media (max-width: 575px) {
  .foot-title span:first-child {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .cta .container .sec-head .sec-title {
    font-size: 20px;
  }

  .minimal-icon {
    margin-bottom: 10px;
  }

  .minimal-icon i {
    font-size: 2.5rem;
  }

}

/* Directions & Address Links */
.address-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.address-link:hover {
  color: var(--blue-color) !important;
}

.get-directions-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 6px 16px;
  background-color: var(--blue-color);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.get-directions-btn:hover {
  background-color: var(--heading-color);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
}

/* QR Code & Directions Box */
.qr-directions-box {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px 22px;
  margin-bottom: 25px;
  margin-top: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.qr-directions-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.qr-code-wrap {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.qr-code-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.qr-info-content {
  flex-grow: 1;
}

.qr-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 6px;
}

.qr-desc {
  font-size: 13px;
  color: var(--text-color);
  margin-bottom: 10px;
  line-height: 1.45;
}

@media (max-width: 575px) {
  .qr-directions-box {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
  }

  .qr-code-wrap {
    margin: 0 auto 10px;
  }
}