 
/* ── Level-2 sub-menu (flyout to the right on desktop) ── */
.main-menu .navigation > li > ul > li {
    position: relative;
}
 
.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    visibility: hidden;
    background: #ffffff;
    border: 1px solid #9a7f141f;
    border-top: 2px solid #9a7f141f;
    opacity: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
 
.main-menu .navigation > li > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
}
 
.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ab8a09;
}
 
.main-menu .navigation > li > ul > li > ul > li:last-child {
    border: none;
}
 
.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 9px 15px;
    line-height: 22px;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    color: #040404;
    transition: all 500ms ease;
}
 
.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ab8a0930;
}

/* Arrow on items that have sub-menus */
.main-menu .navigation > li > ul > li.has-sub > a::after {
    content: ' ›';
    float: right;
    font-size: 15px;
    line-height: 22px;
}
 
/* ── Mobile dropdown button ── */
.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 32px;
    height: 28px;
    border: 1px solid rgba(255,255,255,0.4);
    background: url(../images/icons/submenu-icon.png) center center no-repeat;
    background-size: 16px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
    background: #8080802e;
}
 
/* Show dropdown-btn only on mobile */
@media only screen and (max-width: 991px) {
 
    .main-menu .navigation li.dropdown .dropdown-btn {
        display: block;
    }
 
    /* Level-2 sub-menu on mobile: stack below, indent */
    .main-menu .navigation > li > ul > li > ul {
        position: static;
        left: auto;
        top: auto;
        width: 100%;
        opacity: 1;
        visibility: visible;
        border-top: none;
        border-left: 3px solid #ab8a09;
        background: #b89318;
        display: none;
    }
 
    /* Sub-level dropdown-btn positioning on mobile */
    .main-menu .navigation > li > ul > li .dropdown-btn {
        display: block;
        top: 4px;
        right: 6px;
        width: 28px;
        height: 24px;
    }
 
    /* Remove the › arrow on mobile (button handles it) */
    .main-menu .navigation > li > ul > li.has-sub > a::after {
        display: none;
    }
}




.dr-wrap{font-family:'Montserrat',sans-serif;width:100%;background:#f5f4f0; padding-top: 50px;}
 
/* ══════════════════════════════
   SECTION 1 — IMAGE + INTRO
══════════════════════════════ */
.sec1{
  display:grid;
  grid-template-columns:45% 55%;
  width:100%;
}
/*.sec1-img{*/
/*  overflow:hidden;*/
/*  min-height:500px;*/
/*}*/
.sec1-img img{
  width:100%;
  /*height:100%;*/
  /*object-fit:cover;*/
  /*object-position:top center;*/
  /*display:block;*/
}
.sec1-content{
  background:#f2f2f2;
  padding:48px 40px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:20px;
}
.sec1-eyebrow{
  font-size:10px;font-weight:600;
  letter-spacing:0.22em;text-transform:uppercase;
  color:#b89920;display:flex;align-items:center;gap:10px;
}
.sec1-eyebrow::after{content:'';flex:1;height:1px;background:#b89920;opacity:0.5;}
.sec1-name{
  font-size:38px;font-weight:800;color:#1a1a1a;
  line-height:1.08;letter-spacing:-0.02em;
}
.sec1-role{
  font-size:11px;font-weight:500;color:#b89920;
  letter-spacing:0.16em;text-transform:uppercase;margin-top:6px;
}
.sec1-divider{width:40px;height:3px;background:#b89920;}
.sec1-desc{
  font-size:14px;font-weight:400;color:#555;
  line-height:1.85;font-style:italic;
}
.sec1-desc strong{color:#1a1a1a;font-style:normal;font-weight:600;}
.pill-row{display:flex;flex-wrap:wrap;gap:7px;}
.pill{
  font-size:9px;font-weight:600;letter-spacing:0.1em;
  text-transform:uppercase;
  border:1px solid rgba(176,141,87,0.6);
  color:#96743f;padding:5px 11px;
}
.sec1-stats{
  display:grid;grid-template-columns:1fr 1fr;gap:20px;
  border-top:1px solid #ddd;
  padding-top:20px;
}
.h-stat{padding-left:12px;border-left:2px solid #b89920;}
.h-stat-num{font-size:26px;font-weight:700;color:#1a1a1a;line-height:1;}
.h-stat-lbl{font-size:9px;color:#888;font-weight:500;letter-spacing:0.08em;text-transform:uppercase;margin-top:3px;}
 
/* ══════════════════════════════
   SECTION 2 — PHILOSOPHY BAND
══════════════════════════════ */
.sec2{
  display:grid;
  grid-template-columns:220px 1fr;
  width:100%;
  border-top:4px solid #b89920;
}
.phil-left{
  background:#1a1a1a;
  padding:48px 32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.phil-num{
  font-size:80px;font-weight:800;
  color:rgba(176,141,87,0.15);
  line-height:1;margin-bottom:10px;
}
.phil-label{
  font-size:9px;font-weight:700;letter-spacing:0.22em;
  text-transform:uppercase;color:#b89920;margin-bottom:12px;
}
.phil-title{
  font-size:22px;font-weight:800;color:#fff;line-height:1.2;
}
.phil-right{
  background:#fff;
  padding:48px 48px;
  border-left:1px solid #e8e5df;
}
.phil-right-label{
  font-size:9px;font-weight:700;letter-spacing:0.22em;
  text-transform:uppercase;color:#b89920;
  display:flex;align-items:center;gap:10px;margin-bottom:20px;
}
.phil-right-label::before{content:'';width:18px;height:2px;background:#b89920;}
.phil-right h3{
  font-size:22px;font-weight:800;color:#1a1a1a;
  margin-bottom:20px;line-height:1.25;
}
.phil-right p{
  font-size:14px;font-weight:400;color:#555;
  line-height:1.88;text-align:justify;margin-bottom:14px;
}
.phil-right p:last-child{margin-bottom:0;}
 
/* ══════════════════════════════
   SECTION 3 — DECISION + INFO CARD
══════════════════════════════ */
.sec3{
  display:grid;
  grid-template-columns:1fr 280px;
  width:100%;
  background:#f5f4f0;
  border-top:1px solid #e0ddd7;
}
.sec3-left{
  padding:52px 48px;
  border-right:1px solid #e0ddd7;
}
.sec3-tag{
  font-size:9px;font-weight:700;letter-spacing:0.22em;
  text-transform:uppercase;color:#b89920;
  display:flex;align-items:center;gap:10px;margin-bottom:16px;
}
.sec3-tag::before{content:'';width:18px;height:2px;background:#b89920;}
.sec3-heading{
  font-size:32px;font-weight:800;color:#1a1a1a;
  line-height:1.15;letter-spacing:-0.01em;margin-bottom:24px;
}
.sec3-subhead{
  font-size:11px;font-weight:700;color:#1a1a1a;
  text-transform:uppercase;letter-spacing:0.1em;
  margin:24px 0 10px;
}
.sec3-para{
  font-size:14px;font-weight:400;color:#555;
  line-height:1.88;text-align:justify;margin-bottom:14px;
}
.sec3-para:last-of-type{margin-bottom:0;}
 
/* INFO CARD */
.sec3-right{
  background:#fff;
  padding:36px 28px;
  display:flex;
  flex-direction:column;
  border-left:none;
}
.ic-name{font-size:17px;font-weight:700;color:#1a1a1a;margin-bottom:3px;}
.ic-role{font-size:9px;color:#b89920;letter-spacing:0.14em;text-transform:uppercase;font-weight:600;}
.ic-divider{height:1px;background:#e8e5df;margin:18px 0;}
.ic-row{display:flex;align-items:flex-start;gap:11px;margin-bottom:16px;}
.ic-icon{
  width:30px;height:30px;flex-shrink:0;
  border:1px solid rgba(176,141,87,0.35);
  display:flex;align-items:center;justify-content:center;
  margin-top:2px;
}
.ic-icon svg{width:13px;height:13px;stroke:#b89920;fill:none;stroke-width:1.8;}
.ic-text strong{display:block;font-size:11px;font-weight:700;color:#1a1a1a;margin-bottom:2px;}
.ic-text span{font-size:11px;color:#777;line-height:1.5;}
.ic-cta{
  display:block;width:100%;margin-top:auto;
  background:#b89920;color:#fff;
  font-family:'Montserrat',sans-serif;
  font-size:10px;font-weight:700;letter-spacing:0.16em;
  text-transform:uppercase;padding:13px;
  border:none;cursor:pointer;text-align:center;
  transition:background 0.2s;
}
.ic-cta:hover{background:#96743f;}
 
/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media(max-width:768px){
  .sec1,.sec2,.sec3{grid-template-columns:1fr;}
  .sec1-img{min-height:300px;}
  .sec1-content{padding:36px 24px;}
  .sec1-name{font-size:30px;}
  .phil-left{padding:32px 24px;}
  .phil-num{font-size:56px;}
  .phil-right{padding:36px 24px;}
  .sec3-left{padding:36px 24px;border-right:none;border-bottom:1px solid #e0ddd7;}
  .sec3-right{padding:28px 24px;}
  .sec3-heading{font-size:26px;}
}


 /* ── FLOATING SOCIAL BAR ── */
.tp-social-float {
    position: fixed;
    right: 16px;
    top: 80%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 9999;
    animation: tp-slideIn 0.5s ease 0.8s both;
}
  @keyframes tp-slideIn {
    from { opacity: 0; transform: translateY(-50%) translateX(60px); }
    to   { opacity: 1; transform: translateY(-50%) translateX(0); }
  }
 
  .tp-social-float a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px 0 0 8px;  /* left rounded only */
    background: #ffffff;
    border: 0.5px solid #ddd;
    border-right: none;
    border-left: 3px solid #b89920;
    color: #131313;
    text-decoration: none;
    transition: background 0.25s ease, border-left-color 0.25s ease, transform 0.25s ease;
    box-shadow: -2px 2px 8px rgba(0,0,0,0.08);
  }
 
  .tp-social-float a:hover {
    background: #fdf9f4;
    border-left-color: #131313;
    transform: translateX(-4px);
  }
 
  /* Tooltip */
  .tp-social-float a::before {
    content: attr(data-tooltip);
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    background: #131313;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 4px 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
 
  .tp-social-float a::after {
    content: '';
    position: absolute;
    right: 42px;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: #131313;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
 
  .tp-social-float a:hover::before,
  .tp-social-float a:hover::after {
    opacity: 1;
  }
 
  .tp-social-float svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #131313;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
 
  /* Call icon — filled style */
  .tp-icon-call svg {
    fill: #131313;
    stroke: none;
  }
 
  /* Mobile — smaller, no tooltip */
  @media (max-width: 768px) {
       .tp-social-float {
        top: auto;
        bottom: 20px;
        right: 0;
        transform: none;
        flex-direction: row;
        animation: tp-fadeUp 0.5s ease 0.8s both;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
    @keyframes tp-fadeUp {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }
 
    .tp-social-float a {
      border-radius: 50%;
      border: 0.5px solid #ddd;
      border-left: 3px solid #b89920;
      width: 40px;
      height: 40px;
    }
 
    .tp-social-float a:hover {
      transform: none;
    }
 
    .tp-social-float a::before,
    .tp-social-float a::after {
      display: none;
    }
  }




/* ── Reset ── */
.tp-cta-section *,
.tp-cta-section *::before,
.tp-cta-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
 
/* ── Wrapper ── */
.tp-cta-section {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    background: #f6f6f6;
}
 
/* ════════════════════════════
   MAIN CONTENT AREA
════════════════════════════ */
.tp-cta-main {
    background: #f6f6f6;
    padding: 80px 48px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 64px;
    align-items: center;
}
 
/* ── Left — Heading + Text + Buttons ── */
.tp-cta-eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #b89920;
    display: block;
    margin-bottom: 16px;
}
 
.tp-cta-heading {
    font-size: 38px;
    font-weight: 800;
    color: #131313;
    line-height: 1.15;
    margin-bottom: 20px;
}
 
.tp-cta-heading span {
    color: #b89920;
}
 
.tp-cta-body {
    font-size: 17px;
    color: #555;
    line-height: 1.85;
    font-weight: 400;
    margin-bottom: 28px;
}
 
/* Checklist */
.tp-cta-checks {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 34px;
}
 
.tp-cta-check {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}
 
.tp-cta-check-dot {
    width: 18px;
    height: 18px;
    min-width: 18px;
    background: #b89920;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}
 
.tp-cta-check-dot::after {
    content: '';
    width: 7px;
    height: 5px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
    display: block;
    margin-bottom: 2px;
}
 
.tp-cta-check-text {
    font-size: 13px;
    color: #555555;
    line-height: 1.55;
    font-weight: 400;
}
 
/* Buttons */
.tp-cta-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
 
.tp-cta-btn-dark {
    display: inline-block;
    background: #131313;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 30px;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}
 
.tp-cta-btn-dark:hover {
    background: #b89920;
    color: #ffffff;
}
 
.tp-cta-btn-outline {
    display: inline-block;
    background: transparent;
    color: #131313;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 30px;
    border: 1px solid #cccccc;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}
 
.tp-cta-btn-outline:hover {
    border-color: #b89920;
    color: #b89920;
}
 
/* ── Right — Info Cards ── */
.tp-cta-cards {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
 
.tp-cta-info-card {
    background: #ffffff;
    padding: 22px 24px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
 
.tp-cta-info-card:first-child {
    border-top: 3px solid #b89920;
}
 
.tp-cta-info-icon {
    flex-shrink: 0;
    margin-top: 2px;
}
 
.tp-cta-info-icon svg {
    width: 22px;
    height: 22px;
    stroke: #b89920;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: block;
}
 
.tp-cta-info-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #bbbbbb;
    display: block;
    margin-bottom: 5px;
}
 
.tp-cta-info-val {
    font-size: 13.5px;
    font-weight: 600;
    color: #131313;
    line-height: 1.4;
}
 
/* ════════════════════════════
   DISCLAIMER BAR
════════════════════════════ */
.tp-cta-disclaimer {
    background: #ffffff;
    padding: 20px 48px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-top: 3px solid #ece7dd;
}
 
.tp-cta-disc-icon {
    flex-shrink: 0;
    margin-top: 2px;
}
 
.tp-cta-disc-icon svg {
    width: 16px;
    height: 16px;
    stroke: #b89920;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: block;
}
 
.tp-cta-disc-text {
    font-size: 17px;
    color: #555;
    line-height: 1.75;
}
 
.tp-cta-disc-text strong {
    color: #999999;
    font-weight: 600;
}
section.tp-cta-section {
    display: flex;
    align-items: center;
    justify-content: center;
}
 
/* ════════════════════════════
   RESPONSIVE
════════════════════════════ */
@media (max-width: 860px) {
    .tp-cta-main {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 60px 32px;
    }
}
 
@media (max-width: 540px) {
    .tp-cta-main {
        padding: 48px 20px;
    }
 
    .tp-cta-heading {
        font-size: 26px;
    }
 
    .tp-cta-disclaimer {
        padding: 18px 20px;
    }
 
    .tp-cta-btns {
        flex-direction: column;
    }
 
    .tp-cta-btn-dark,
    .tp-cta-btn-outline {
        text-align: center;
    }
}



/* ── Treatments Section ── */
.pg-treatments-section {
  padding: 70px 0;
  background: #f6f6f6;
}
.pg-sec-title {
  text-align: center;
  margin-bottom: 50px;
}
.pg-sub-title {
  display: block;
  font-size: 12px;
  letter-spacing: 3px;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: 'Montserrat', sans-serif;
}
.pg-sec-title h2 {
  font-size: 32px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
}
.pg-sec-title p {
  font-size: 15px;
  color: #666666;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}
.pg-treatments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.pg-treat-card {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pg-treat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}
.pg-treat-img {
  width: 100%;
  overflow: hidden;
}
.pg-treat-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-bottom: 3px solid #111111;
  transition: transform 0.4s ease;
}
.pg-treat-card:hover .pg-treat-img img {
  transform: scale(1.05);
}
.pg-treat-body {
  padding: 20px 22px 24px;
}
.pg-treat-body h3 {
  /*font-size: 16px;*/
  font-weight: 600;
  color: #111111;
  margin-bottom: 8px;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
}
.pg-treat-body p {
  font-size: 17px;
  color: #777777;
  line-height: 1.7;
  margin-bottom: 16px;
  margin-top: 0;
}
.pg-treat-btn {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #111111;
  border: 1.5px solid #111111;
  padding: 8px 20px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}
.pg-treat-btn:hover {
  background: #111111;
  color: #ffffff;
  text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .pg-treatments-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .pg-treatments-grid {
    grid-template-columns: 1fr;
  }
  .pg-sec-title h2 {
    font-size: 24px;
  }
}