:root {
  --cream: #F5EFE6;
  --beige: #E6DCCD;
  --dark: #171514;
  --accent: #DD9A5B;
  --accent-hover: #C7813F;
  --text-dark: #3E3A36;
  --text-muted: #756F68;
}

* { box-sizing: border-box; }

.small { font-size: 0.9rem; }

.text-white { color: #fff !important; }
.text-left  { text-align: left !important; }

.mt-3 { margin-top: 15px !important; }
.mt-4 { margin-top: 20px !important; }
.mt-5 { margin-top: 30px !important; }
.mb-3 { margin-bottom: 15px !important; }

.mx-auto {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

.img-responsive.rounded-4 { border-radius: 12px; }
.shadow { box-shadow: 0 10px 25px rgba(0,0,0,0.08); }

/* BS3's grid is float-based with no gutter/gap utility class,
   so vertical spacing between wrapped columns (mobile/tablet)
   is added manually here instead of a .gy-* utility. */
.gy-4 > [class*="col-"],
.gy-5 > [class*="col-"] {
  margin-bottom: 30px;
}
.gy-4 > [class*="col-"]:last-child,
.gy-5 > [class*="col-"]:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .gy-4 > [class*="col-"],
  .gy-5 > [class*="col-"] { margin-bottom: 0; }
}



.fs-cmnsc2.benefit-sec-dark .row:nth-child(1) p{
    font-weight: inherit;
    font-size: inherit;
    max-width: 100% !important;
    color: #fff;
    margin-top: 30px;
}
.fs-cmnsc2.benefit-sec-light .row:nth-child(1) p {
    font-weight: inherit;
    font-size: inherit;
    max-width: 100% !important;
    color: #424242;
    margin-top: 30px;
}
.fs-cmnsc2.benefit-sec-light * {
    color: #424242;
}

img.icon-img {
    max-width: 50px;
    margin: 0px auto 25px;
}

.fs-cmnsc2.benefit-sec-dark, .fs-cmnsc2.benefit-sec-light{
    padding-bottom: clamp(60px, 14vw, 250px);
}

.intro-sec.ser_sc2 .row:nth-child(1) p{
    max-width: 100%;
}
.what-sec .col-md-7.col-xs-12{
  padding-left: 40px;
}

.why-choose-section .fs-heading {
    margin-top: 0px;
    margin-bottom: 30px;
}

.faq-section {
    padding: 60px 0px 100px;
}


/* -------------------- How It Works Section -------------------- */

.step-number {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--accent);
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* -------------------- Why Choose Section -------------------- */
.why-choose-section {
  background-color: #E1DCD8;
  padding-bottom: clamp(60px, 14vw, 250px);
}

.why-item {
  background-color: #FFFFFF80;
  border-left: 3px solid #E29A65;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.25rem;
  border-radius: 4px;
}

.why-item h6 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.why-item p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

/* -------------------- CTA / Book Section (dark) -------------------- */
.cta-section {
    padding-bottom: clamp(40px, 5vw, 150px);
}
.cta-section h2{
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
}
/* -------------------- FAQ Section -------------------- */
.why-choose-section {
    padding-bottom: clamp(60px, 14vw, 250px);
    background-color: #E1DCD8;
}
.faq-section h2.accordion-header{
  margin: 0px;
}
.mandala-accordion .accordion-item{ border:none; border-bottom: 1px solid #E1DCD8; }
.mandala-accordion .accordion-button {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 1.8rem 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    color: #3E3A36;
    box-shadow: none;
}
.faq-section .accordion-item {
    margin-bottom: 0px;
    background-color: #fff;
}
.faq-section .fs-heading{
  text-align: center;
}
.mandala-accordion{
  max-width: 940px;
  margin: 0px auto;
}
.mandala-accordion .accordion-button::after {
    content: "";
    background-image: url(https://mandalaaesthetics.com/wp-content/uploads/2026/07/up-arrow.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
}
.mandala-accordion .accordion-button:not(.collapsed)::after{ 
  content: "";
  background-image: url(https://mandalaaesthetics.com/wp-content/uploads/2026/07/down-arrow.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.mandala-accordion .accordion-button{ color:#DD9A5B; font-size: 20px; color: #1A1C1C; }

.mandala-accordion .accordion-collapse{
    max-height:0; overflow:hidden; transition:max-height .3s ease; margin-top: -6px;
}
.mandala-accordion .accordion-collapse.show{ max-height:1000px; }
.mandala-accordion .accordion-body{ padding:0 0.5rem 1.25rem; color: #424242; }


/* -------------------- Responsive tweaks -------------------- */


@media (max-width: 991px) {
  .section-heading { font-size: 2rem; }
  .why-choose-section .col-md-4 { margin-bottom: 1.5rem; }
  .why-choose-section .fs-heading {
    margin-bottom: 30px;
    text-align: center;
  }
  .page-id-2207 br{
    display: none;
  }
  .what-sec img {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .icon-circle { width: 60px; height: 60px; padding: 14px; }
  .step-number { width: 48px; height: 48px; font-size: 1rem; }
  .what-sec .col-md-7.col-xs-12{
    padding-left: 15px;
  }
  .faq-section {
      padding: 50px 0px 50px;
  }
  .fs-cmnsc2 .row:nth-child(1) p {
    margin-bottom: 40px;
  }
}