/* CTA SECTION */
.footer-logo-strip {
  position: relative;
  z-index: 10;
  /* margin-bottom: -60px; */
  background: transparent;
}

.logo-strip-inner {
  max-width: 1300px;
  width: 100%;
  height: 173px;
  margin: 0 auto;

  background: #AA5A95;
  border-radius: 40px;
  padding: 32px 60px;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;

  box-shadow: none;
  outline: none;
  border: none;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}

.cta-box h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -2%;
  color: #FFFFFF;
  margin: 0;
}

.cta-buttons {
  display: flex;
  gap: 8px;
}

/* Make BOTH buttons identical */
.call-btn,
.whatsapp-btn {
  width: 277px;
  height: 60px;
  border-radius: 40px;
  border: 1px solid transparent;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 8px;
  gap: 8px;
  text-decoration: none;


  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 20.25px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.call-btn {
  background: #F3E6EF;
  color: #93437E;
}

.whatsapp-btn {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: transparent;
}

.call-btn:hover,
.call-btn:focus,
.call-btn:active {
  background: #F3E6EF !important;
  color: #AA5A95 !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.whatsapp-btn:hover,
.whatsapp-btn:focus,
.whatsapp-btn:active {
  background: transparent !important;
  color: #F3E6EF !important;
  border-color: #F3E6EF !important;
  box-shadow: none !important;
  transform: none !important;
}



/* MAIN FOOTER */
.main-footer {
  background: #F3E6EF;
  padding: 130px 0 0;
  margin-top: -70px;
}

.main-footer .container {
  padding-bottom: 40px;
}

/* Footer Column 1 */

.footer-brand-top {
  margin-bottom: 12px;
}

.footer-logo {
  width: 83px;
  height: 83px;
  object-fit: contain;
}

.brand-title {
  font-family: "Inter", sans-serif;
  ;
  font-weight: 700;
  font-style: Bold;
  font-size: 24.06px;
  margin: 0;
  color: #333333;

  line-height: 130%;
  letter-spacing: 0%;

}

.brand-subtitle {
  margin: 5px 0 0;
  color: #333333;
  font-family: "Inter", sans-serif;
  ;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0%;

}

.footer-address {
  /* margin-top: 20px; */
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #333333;
}

.footer-phones {
  margin-top: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #333333;

}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 30PX;
  border: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

/* Social Colors */
.footer-social .fb {
  background: rgba(11, 136, 242, 1);
}

.footer-social .ig {
  background: linear-gradient(180deg, #1E85FB 0%, #913DEE 35.5%, #F34465 66.5%, #FEDC07 100%);
}

.footer-social .yt {
  background: rgba(254, 0, 0, 1);
}

.footer-social .wa {
  background: rgba(37, 211, 102, 1);
}


.main-footer ul {
  list-style: none;
  padding: 0;
}

.main-footer ul li {
  margin-bottom: 8px;
}

.main-footer ul li a {
  text-decoration: none;
  color: #333333;

  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;

  transition: color 0.3s ease;

}

.main-footer ul li a:hover {
  color: #93437E;
  font-weight: 600;
}

.quick-links h6 {
  /* margin-left: 35px; */
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #93437E;
}

.footer-column h6 {
  margin-left: 35px;
  margin-bottom: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #93437E;
}

.footer-map {
  width: 100%;
  overflow: hidden;
  margin-left: 35px;
}

.footer-map iframe {
  width: 380px;
  height: 211px;
  border: 0;
  display: block;
}


/* BOTTOM */
.footer-bottom {
  background: #AA5A95;
  padding: 18px 0;
  text-align: center;
  width: 100%;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;

}


.footer-bottom p {
  margin: 0;
}

.footer-bottom .text-one,
.footer-bottom .text-two {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.footer-bottom .text-one {
  font-size: 16px;
}

.footer-bottom .text-two {
  font-size: 14px;
}



/* ================
      Responsive
=================== */
@media (max-width: 575.98px) {

  /* CTA Strip */
  .logo-strip-inner {
    padding: 25px 20px;
    height: auto;
    border-radius: 30px;
  }

  .cta-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
  }

  .cta-box h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .call-btn,
  .whatsapp-btn {
    width: 100%;
  }

  /* Footer Layout */
  .footer-bottom-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .footer-map {
    margin-left: 0;
  }

  .footer-map img {
    width: 100%;
    height: auto;
  }

  .footer-column h6,
  .footer-map {
    margin-left: 0;
  }

  .footer-brand-top {
    display: flex;
    /* justify-content: center; */
    /* text-align: center; */
  }

  .footer-social {
    margin-bottom: 20px;
  }

  .main-footer .quick-links {
    width: 50%;
  }

  .footer-phones {
    margin-bottom: 15px;
  }

}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* CTA Strip */
  .logo-strip-inner {
    padding: 28px 30px;
    height: auto;
  }

  .cta-box {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .cta-box h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .cta-buttons {
    justify-content: center;
  }

  /* Quick Links & Other Links side by side */
  .main-footer .quick-links {
    width: 50%;
  }

  .footer-map {
    margin-left: 0;
  }

  /* Map Responsive */
  .footer-map img {
    width: 100%;
    height: auto;
  }

  .footer-brand-top {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .footer-social {
    margin-bottom: 20px;
  }

  .footer-column h6 {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* CTA */
  .logo-strip-inner {
    padding: 30px 40px;
  }

  .cta-box h3 {
    font-size: 20px;
  }

  .call-btn,
  .whatsapp-btn {
    width: 240px;
  }

  /* Footer layout */
  .main-footer .row {
    display: flex;
    flex-wrap: wrap;
  }

  /* Logo Column */
  .main-footer .col-lg-4:first-child {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* Quick + Other Links in same row */
  .main-footer .quick-links {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* Map full width below */
  .footer-column {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 35px;
  }

  .footer-map {
    margin-left: 0;
  }

  .footer-map img {
    width: 100%;
    max-width: 420px;
  }

  .footer-social {
    margin-bottom: 25px;
  }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .logo-strip-inner {
    max-width: 1100px;
    padding: 32px 50px;
  }

  .cta-box h3 {
    font-size: 32px;
  }

  .footer-map img {
    max-width: 360px;
  }

}


@media (min-width: 1200px) and (max-width: 1399.98px) {

  .logo-strip-inner {
    max-width: 1200px;
  }

}


@media (min-width: 1400px) {

  .logo-strip-inner {
    max-width: 1300px;
  }

}