:root {
  --rose-deep: #a91454;
  --rose: #c2185b;
  --rose-light: #e94b83;
  --blush: #fdf1f4;
  --blush-2: #fbe4ea;
  --ink: #241a1f;
  --slate: #6b5b60;
  --gold: #f2b705;
  --whatsapp: #25d366;
  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow-soft: 0 20px 45px -20px rgba(169, 20, 84, 0.25);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}

/* h1,h2,h3,.font-display{
    font-family:'Playfair Display',serif;
  }*/
a {
  text-decoration: none;
}

.text-rose {
  color: var(--rose);
}

.bg-blush {
  background: var(--blush);
}

.section {
  padding: 45px 0;
}

@media(max-width:767px) {
  .section {
    padding: 40px 0;
  }
}

.eyebrow {
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  color: var(--rose);
}

.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--ink);
}

.divider-dot {
  width: 60px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--rose), var(--gold));
  margin: 14px auto 0;
}

/* ===== Buttons ===== */
.btn-rose {
  background: linear-gradient(135deg, var(--rose-deep), var(--rose));
  color: #fff;
  border: none;
  padding: .85rem 1.7rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: .95rem;
  box-shadow: 0 12px 25px -8px rgba(169, 20, 84, .55);
  transition: .25s ease;
}

.btn-rose:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -8px rgba(169, 20, 84, .6);
  color: #fff;
}

.btn-outline-whatsapp {
  border: 1.5px solid var(--whatsapp);
  color: var(--whatsapp);
  background: #fff;
  padding: .8rem 1.6rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: .95rem;
  transition: .25s ease;
}

.btn-outline-whatsapp:hover {
  background: var(--whatsapp);
  color: #fff;
}

.btn-link-rose {
  color: var(--rose);
  font-weight: 500;
  font-size: .9rem;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px !important;
}

.btn-link-rose i {
  transition: .2s;
}

.btn-link-rose:hover i {
  transform: translateX(4px);
}

/* ===== Navbar ===== */
.navbar {
  padding: 16px 0;
  background: #fff;
}

.navbar.scrolled {
  box-shadow: 0 8px 24px -12px rgba(0, 0, 0, .15);
}

span.navbar-brand-text img {
  width: 160px;
  position: relative;
  top: 7px;
}

.navbar-brand-text span {
  color: var(--rose);
}

.brand-sub {
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--slate);
  display: block;
  margin-top: 2px;
}

.phone-list {
  margin-bottom: 10px !important;
}

p#hero-location {
  color: #1a1a1a !important;
}

.nav-link {
  font-weight: 500;
  color: #000 !important;
  margin: 0 12px;
  position: relative;
}

.nav-link.active {
  color: var(--rose) !important;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--rose);
  transition: .25s;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

/* ===== Hero ===== */
.hero {
  /* background: radial-gradient(circle at 80% 20%, var(--blush-2), var(--blush) 55%, #fff 100%); */
  position: relative;
  padding: 90px 0 110px;
  overflow: hidden;
  background-image: url(../images/banner-img.png);
  background-position: top;
  background-repeat: no-repeat;
}

p#care-text {
  color: #000 !important;
  font-size: 19px;
  font-weight: 500;
}

.Personalized-text {
  color: #000 !important;
  margin-bottom: 0 !important;
}

/*  .hero::before{
    content:'';
    position:absolute;
    width:520px;height:520px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(233,75,131,.18), transparent 70%);
    top:-160px;right:-120px;
  }*/
.hero-img-wrap {
  position: relative;
  max-width: 460px;
  margin-left: auto;
}

.hero-img-wrap img {
  width: 100%;
  border-radius: 0 0 240px 240px / 0 0 160px 160px;
  box-shadow: var(--shadow-soft);
}

.rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;

}

p#complete-skin {
  margin-top: 0 !important;
  padding-left: 37px;
  color: #000 !important;
}

span.google-g img {
  width: 100%;
}

span#review-sd {
  color: #000 !important;
}

.rating-pill .google-g {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .85rem;
  background: #fff;
}

.stars i {
  color: var(--gold);
  font-size: .85rem;
}

.phone-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--ink);
  font-size: 1.05rem;
}

/*  .phone-chip .icon-circle{
    width:40px;height:40px;border-radius:50%;
    background:var(--blush-2);color:var(--rose);
    display:flex;align-items:center;justify-content:center;
  }*/
button.slick-prev.slick-arrow::before,
button.slick-next.slick-arrow.slick-disabled::before {
  display: none;
}

.slick-prev {
  left: -35px;
}

.slick-next {
  right: -35px;
}

button.slick-prev.slick-arrow {
  transform: translate(0, -50%) rotate(180deg);
}

button.slick-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #c2185b;
  border-radius: 100%;
  background-image: url(../images/chevron.png) !important;
  background-color: transparent !important;
  background-position: center !important;
  background-size: 22px !important;
  background-repeat: no-repeat !important;
}

.floating-cta {
  position: absolute;
  right: 20px;
  top: 70px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 5;
}

.floating-cta a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px 11px 16px;
  border-radius: 50px 0 0 50px;
  font-weight: 600;
  font-size: .85rem;
  color: #fff;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .25);
  transform: translateX(28px);
  transition: .25s;
}

.floating-cta a.wa {
  background: var(--whatsapp);
}

.floating-cta a.call {
  background: var(--rose);
}

.floating-cta a.book {
  background: #fff;
  color: #c2185b;
  border: 1px solid #eee;
}

@media(max-width:991px) {
  .floating-cta {
    display: none;
  }
}

/* ===== Stat strip ===== */
.stat-strip {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 34px 20px;
  margin-top: -70px;
  position: relative;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.stat-item {
  text-align: left;
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.stat-item i {
  font-size: 1.7rem;
  color: var(--rose);
  display: block;
  margin-bottom: 10px;
}

.stat-item strong {
  display: block;
  font-size: 1rem;
}

.stat-item span {
  font-size: .78rem;
  color: var(--slate);
}

/* ===== Treatment cards ===== */
.treat-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #fff;
  transition: .3s ease;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.treat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 35px -18px rgba(169, 20, 84, .3);
}

.treat-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.treat-card .body {
  padding: 16px 18px 20px;
}

.treat-card h3 {
  font-size: 1.02rem;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: center;
  min-height: 39px;
}

/* 5 cards per row on large screens for the Treatments section */
@media (min-width: 992px) {
  .col-lg-fifth {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

section.section.bg-blush {
  padding: 35px 0px;
}

/* ===== Why trust ===== */
.why-img {
  border-radius: var(--radius-lg);
  width: 100%;
  box-shadow: var(--shadow-soft);
  height: 415px;
  object-fit: cover;
}

img.google-img {
  width: 30px;
}

.check-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
  font-weight: 500;
}

.check-list i {
  color: var(--rose);
  background: var(--blush-2);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  min-width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  margin-top: 2px;
}

/* ===== Before after ===== */
.ba-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 12px 30px -18px rgba(0, 0, 0, .2);
  background: #fff;
}

.ba-imgs {
  display: flex;
}

.ba-imgs figure {
  position: relative;
  flex: 1;
  margin: 0;
}

.ba-imgs img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.ba-imgs figcaption {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  font-size: .68rem;
  padding: 2px 10px;
  border-radius: 20px;
  letter-spacing: .05em;
}

.ba-label {
  padding: 14px;
  text-align: center;
  font-weight: 600;
}

.carousel-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rose);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
}

/* ===== Testimonials ===== */
.review-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 28px 26px;
  box-shadow: 0 14px 30px -18px rgba(0, 0, 0, .15);
  height: 100%;
}

.review-card .quote {
  font-size: .92rem;
  color: #000 !important;
  font-style: italic;
  margin: 12px 0 16px;
}

.review-card .name {
  font-weight: 800;
}

/* ===== Journey ===== */
.journey-card {
  text-align: left;
  position: relative;
  display: flex;
  gap: 10px;
}

.bg-slider .slick-track {
  display: flex;
  gap: 20px;
}

section#journey-section .row.g-3 {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 20px;
}

.journey-card-inner img {
  width: 55px;
  position: relative;
  top: -6px;
}

.journey-num {
  color: var(--rose);
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  line-height: 30px;
  position: relative;
  top: -4px;
}

.journey-card-outer {
  display: flex;
  gap: 10px;
}

.journey-card h3 {
  font-size: .98rem;
  font-weight: 600;
}

.journey-card p {
  font-size: .82rem;
  color: var(--slate);
  margin: 0;
}

/* ===== FAQ ===== */
.accordion-button {
  font-weight: 600;
  background: #fff;
}

.accordion-button:not(.collapsed) {
  color: var(--rose);
  background: var(--blush);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-item {
  border: 1px solid #f1e2e7;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 12px;
}

.area-chip {
  display: inline-block;
  background: var(--blush);
  color: var(--rose-deep);
  font-size: .82rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 50px;
  margin: 4px;
}

.contact-item a {
  color: #000 !important;
}

div#area-served p {
  color: #000 !important;
}

.contact-info {
  margin-top: 20px;
}

.contact-item {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 16px;
}

.icon-circle i {
  font-size: 40px;
}

div#area-served .eyebrow {
  color: var(--rose) !important;
}

.contact-item i {
  color: var(--rose);
  font-size: 1.1rem;
  margin-top: 3px;
}

.footer-logo img {
  width: 160px;
}

footer {
  padding: 20px 0px;
  border-top: 1px solid #0000001c;
}

.footer-logo img {
  width: 160px;
  position: relative;
  top: 8px;
}

.social-icon .d-flex.gap-2.mt-3 {
  justify-content: end !important;
  margin-top: 0 !important;
}

.footer-content p {
  color: #000 !important;
  margin-bottom: 0 !important;
}

footer .row {
  align-items: center;
}

.social-icon img {
  width: 100%;
}

footer a {
  color: #d8c8ce;
}

footer a:hover {
  color: var(--rose-light);
}

.social-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.whatsapp-fab {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 12px 24px -8px rgba(0, 0, 0, .35);
  z-index: 1000;
}


@media(max-width:1199px) {
  .container {
    max-width: 95% !IMPORTANT;
  }
}



@media(max-width:991px) {
  span.navbar-toggler-icon {
    background-image: url(../images/toggle.svg);
    border: 0 !important;
    padding: 0 !important;
  }

  button.navbar-toggler {
    padding: 0;
    border: 0;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../images/cross.svg);
  }

  span.navbar-toggler-icon:focus-visible {
    outline: 0 !important;
  }

  button.navbar-toggler:focus {
    box-shadow: none !important;
  }

  div#navMenu {
    position: absolute;
    top: 100%;
    background-color: #fff;
    width: 100%;
    left: 0;
  }

  ul.navbar-nav {
    gap: 10px !important;
    justify-content: flex-start !important;
    padding: 10px;
  }

  div#navMenu a.btn.btn-rose {
    margin-bottom: 30px;
    margin-left: 15px;
  }
}

@media(max-width:767px) {
  .stat-item img {
    width: 40px;
  }

  .stat-strip .col-6.col-md {
    width: 100% !important;
  }

  .stat-item strong {
    display: block;
    font-size: 15px;
  }

  .why-img {
    height: 100%;
  }

  h2.section-title {
    font-size: 30px !important;
  }

  button.slick-arrow {
    display: none !important;
  }

  .slick-dots li button::Before {
    display: none !important;
  }

  .slick-dots li button {
    width: 2px;
    height: 2px;
    background-color: #00000021;
    border-radius: 100%;
  }

  .slick-dots {
    bottom: -35px;

  }

  p#result-sc {
    margin-top: 50px !important;
  }

  .slick-dots li.slick-active button {
    background-color: #c2185b !important;
  }

  .container {
    max-width: 97% !IMPORTANT;
  }

  section#journey-section .col-6.col-lg {
    width: 100% !important;
  }

  .journey-card-inner img {
    width: 35px;

  }

  section#journey-section .row.g-3 {
    row-gap: 12px;
  }

  .social-icon .d-flex.gap-2.mt-3 {
    justify-content: start !important;
  }

  footer .row {
    align-items: center;
    row-gap: 12px;
  }
}
a.web-site {
    background-color: #fdf1f4 !important;
    color: #c2185b;
}
a.web-site i {
    position: relative;
    top: 2px;
}