
.multi-cta {display: flex;flex-direction: column;gap: 18px;width: fit-content;justify-content: center;}
.multi-cta a {text-align: center;justify-content: center;}
.docter-grid-ext {margin-top: 30px}
.docter-grid-row {border-top: 2px solid #dd6408; padding-top: 30px; margin-top: 30px;display: inline-block;width: 100%;}
.docter-grid-row .os-card-grid a h4 {font-size: 20px; line-height: 1.2; font-weight: 700;}
.docter-grid-row .os-card-grid a {gap: 5px;}
.docter-grid-row .os-card:hover h4 {color: #fff}
.docter-grid-row .os-card-grid {  margin-top: 0;}
.footer-chat .fchat-btn  svg { fill: #ffffff;}
.search-overlay-form input[type="search"]::placeholder {color: #fff!important;}
.phc-pkg-icon {padding: 10px;}
#phcModalTitle svg {width: 25px;}
.os-card-grid {margin-top: 20px!important}
.page-id-27754 .wpcf7-response-output {display: none;}
#phcModalOverlay .wpcf7-spinner { float: right; margin-top: -40px;}
#phcModalOverlay .phc-modal-submit {width: fit-content; min-width: 150px; border-radius: 8px; margin: 0 auto; justify-content: center; display: flex;}
.hsc-field label .pf-req {color: #dc3232}
.wpcf7-submit {border-radius: 8px!important}
.pf-radio-group .wpcf7-list-item label input {margin-right: 4px}
.pf-field select {height: 50px !important;}







  .fab-stack {
    position: fixed;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    z-index: 999;
  }

  .fab-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 48px;
    width: 48px;
    border-radius: 24px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: width 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    flex: 0 0 auto;
  }

  .fab-item:hover {
    width: 230px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);color: #fff;
  }

  .fab-icon {
    flex: 0 0 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
.fab-icon svg {width: 25px;  color: #fff; fill: #fff;}
  .fab-label {
    flex: 1 1 auto;
    padding-right: 16px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.25s ease 0.05s, transform 0.25s ease 0.05s;
  }

  .fab-item:hover .fab-label {
    opacity: 1;
    transform: translateX(0);
  }

  .fab-schedule,
  .fab-call,
  .fab-chat,
  .fab-help {
    background: #dd6408;
  }

  @media (max-width: 767.98px) {
    .fab-stack {right: 12px;gap: 8px;}
    .fab-item, .fab-icon { height: 42px;}
    .fab-item {width: 42px;border-radius: 21px;}
    .fab-icon {flex-basis: 42px;font-size: 16px;}
    .fab-item:hover {width: 200px;}
    .fab-label { font-size: 13px; }
    .fab-icon svg {width: 20px;}

  }

  @media (max-width: 480px) {
    .fab-stack {
      top: 40%;
      bottom: 16px;
      right: 12px;
      transform: none;
      flex-direction: column;
    }
    .fab-item:hover {
      width: 200px;
    }
  }


/* ================================================================
   RESEARCH PAGE — PAGE-SPECIFIC STYLES
   ================================================================ */
.rh-scroll-cue {display: none;}
/* ── Research Hero ─────────────────────────────────────────────── */
.rh-section {position: relative;height: 100vh;display: flex;align-items: center;justify-content: center;overflow: hidden;background: #1c0e07; max-height: 600px;}

.card {position: absolute; top: 0; left: 0; width: 100%;height: 100%;  margin: auto; border: none; background: transparent; perspective: 500px;
    border-radius: 20px; overflow: hidden;}
.content {position: absolute;width: 100%;height: 100%;
  transition: transform 1s;transform-style: preserve-3d;}
.card:hover .content {transform: rotateY( 180deg ) ; transition: transform 0.5s;}
.front, .back { position: absolute;height: 100%;width: 99%;color: #03446A;text-align: center;
  font-size: 24px;border-radius: 20px;  backface-visibility: hidden;}
.re-slide {position: relative; height: 350px; max-width: 350px; width: 100%;}
.back {padding: 15px;background: #DAE4D5;transform: rotateY(180deg);display: flex;align-items: center;justify-content: center; color: var(--clr-text, #1e1e1e);}
.banner-section {max-height: 600px;height: 100vh;}
/* background image layers */
.infographic-img  img {border-radius: 20px;}
.rh-bg-img {position: absolute; inset: 0; z-index: 0;}
.rh-gradient { position: absolute;inset: 0; z-index: 1; background: rgb(60 28 8 / 15%);}
.rh-content-wrap { position: relative;z-index: 3; padding: 120px 20px 80px;}
.rh-content {text-align: center; margin: 0 auto;}
.rh-bg-img img {display: block; max-width: 100%; width: 100%; object-fit: cover;}
.rh-title { font-size: clamp(2rem, 3vw, 3.5rem); font-weight: 700; color: #fff; line-height: 1.18; margin-bottom: 1.3rem; text-shadow: 0 3px 24px rgba(0,0,0,.55);}
.rh-subtitle {font-size: clamp(.9rem, 1.4vw, 1.1rem); color: rgba(255,255,255,.88);line-height: 1.85; max-width: 740px; margin: 0 auto 2.4rem;}
.rh-btns {display: flex; gap: 16px; justify-content: center;flex-wrap: wrap;}
.rh-btn {display: inline-flex; align-items: center; gap: 8px; background: #bf4422; color: #fff; border-radius: 50px; padding: 14px 36px; font-size: .88rem;
  font-weight: 500;letter-spacing: .06em;text-decoration: none; border: 2px solid #bf4422; transition: all .3s ease;}
.rh-btn:hover {background: #a33a1e; border-color: #a33a1e; color: #fff;  transform: translateY(-3px); box-shadow: 0 10px 28px rgba(191,68,34,.45);}
.rh-btn--outline { background: transparent;  border-color: rgba(255,255,255,.7);}
.rh-btn--outline:hover { background: rgba(255,255,255,.12);  border-color: #fff;}

/* Floating icons */
.rh-float-icons { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.scalable-digital-img {display: flex;justify-content: flex-end; max-width: 600px;  height: 540px;object-fit: cover;width: 100%;}
.scalable-digital-img img {object-fit: cover; width: 80%;object-position: bottom;}
.os-card-grid {margin-top: 30px}
.wcu-section .sec-title {margin-bottom: 20px}

.new-banner-content {    max-width: 500px!important;}
.new-banner {max-height: 650px; height: calc(100vh - 100px); background-size: cover; background-repeat: no-repeat; background-position: center;display: flex;
    align-items: center;}
.new-banner .new-banner-content h1 {font-size: 40px;  color: #dd6408; font-weight: 600; margin-bottom: 15px}
.new-banner .new-banner-content p {color: #dd6408;font-size: 20px;line-height: 1.2;  margin-bottom: 15px }
.new-banner-content {width: 44%;}
.section-padding {padding: 80px 0;}
.heading p {font-size: 20px; color: #1e1e1e; line-height:1.2 }
.heading h2 {margin-bottom: 20px;}
.overview-content p {font-size: 20px; color: #1e1e1e; line-height:1.2; text-align:center; }
.overview-content {margin-top: 50px}
.overview-box { width: 100%;display: flex; gap: 20px; justify-content: center;}
.overview-box a {font-size: 20px; color: #1e1e1e; line-height: 1.2; width: 100%; max-width: 300px; border: 2px solid #dd6408; border-radius: 18px; text-align: center;  padding: 10px 10px;}
.overview-section {background-color: #f3f4f7}
.approach-box {background-color: #dae4d5;border-radius: 20px; padding: 30px 20px;text-align: center; height: 100%;}
.approach-box p {font-size: 18px; color: #1e1e1e; line-height:1.5; text-align:center;}
.approach-box h3 {margin-bottom: 15px; font-size: 22px; line-height: 1.2; color:#1e1e1e; font-weight: 500;}

.approach-box ul {margin-bottom: 0; text-align:left;}
.approach-box ul li {font-size: 18px; color: #1e1e1e; line-height:1.5; }
.overview-btn { margin-top: 50px; text-align: center;}
.wcu-section .re-slide {  max-width: 100%;  height: 220px;  padding: 0;}
.wcu-section .card {border: none;}
.wcu-section .back-content h3 { font-size: 20px; margin-bottom: 0; font-weight: 500; line-height: 27px;}
.wcu-section .back-content p {font-size: 14px; margin-bottom: 0}
@keyframes rh-float {
  0%,100% { transform: translateY(0) rotate(0deg); }
  33%      { transform: translateY(-12px) rotate(3deg); }
  66%      { transform: translateY(-6px) rotate(-2deg); }
}

/* scroll-down cue */
.rh-scroll-cue {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.5);
  font-size: .7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.rh-scroll-cue i { animation: bounce-down 1.6s ease-in-out infinite; }

@keyframes bounce-down {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(7px); }
}

/* Hero responsive */
@media (max-width: 991.98px) {
  .rh-content-wrap { padding: 100px 20px 60px; }

}
@media (max-width: 767.98px) {
  .rh-section { min-height: 90vh; }
  .rh-content-wrap { padding: 80px 16px 60px; }
  .rh-btns { flex-direction: column; align-items: center; }
  .rh-btn { width: 260px; justify-content: center; padding: 10px; }
  .rh-scroll-cue {bottom: 5px;gap: 0;  }
  .ftc-icon { width: 40px; height: 40px;}
}
@media (max-width: 575.98px) {
  .rh-section { min-height: auto; }
  .rh-content-wrap { padding: 70px 16px 50px; }
  .rh-float-icons { display: none; }
}

/* ── Research Overview ─────────────────────────────────────────── */
.overview-icon-box {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; flex-shrink: 0;
}
.overview-row { display: flex; align-items: flex-start; gap: 16px; }
.overview-text h5 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; color: #1e1e1e; }
.overview-text p { font-size: .88rem; color: #555; margin: 0; line-height: 1.6; }

/* ── Timeline ──────────────────────────────────────────────────── */
.timeline { position: relative; padding-left: 28px; }
.timeline::before {
  content: '';
  position: absolute; left: 8px; top: 0; bottom: 0;
  width: 2px; background: #e4dfd8;
}
.tl-item { position: relative; margin-bottom: 28px; }
.tl-dot {
  position: absolute; left: -28px; top: 4px;
  width: 16px; height: 16px;
  border-radius: 50%; background: #bf4422;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #bf4422;
}
.tl-year { font-size: .75rem; font-weight: 700; color: #bf4422; letter-spacing: 1px; margin-bottom: 3px; }
.tl-item h6 { font-size: .92rem; font-weight: 700; color: #1e1e1e; margin-bottom: 4px; }
.tl-item p { font-size: .84rem; color: #666; margin: 0; line-height: 1.55; }

/* ── Key Findings ──────────────────────────────────────────────── */
.finding-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 22px;
  height: 100%;
  border: 1px solid #e4dfd8;
  box-shadow: 0 3px 14px rgba(0,0,0,.07);
  transition: transform .3s ease, box-shadow .3s ease;
  display: flex; flex-direction: column; gap: 12px;
}
.finding-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,.13); }
.finding-icon {
  width: 52px; height: 52px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; flex-shrink: 0;
}
.finding-pct { font-size: 2.4rem; font-weight: 900; line-height: 1; color: #bf4422; }
.finding-card h5 { font-size: 1rem; font-weight: 700; color: #1e1e1e; margin: 0; }
.finding-card p { font-size: .86rem; color: #666; margin: 0; line-height: 1.6; flex: 1; }
.finding-badge {
  display: inline-block; font-size: .65rem; font-weight: 700;
  letter-spacing: .8px; text-transform: uppercase;
  padding: 4px 12px; border-radius: 20px;
  background: #fef3ef; color: #bf4422;
}

/* ── Evidence Pillars ──────────────────────────────────────────── */
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e4dfd8;
  border-radius: 16px;
  overflow: hidden;
}
.pillar-cell {
  background: #fff;
  padding: 32px 24px;
  text-align: center;
}
.pillar-cell:hover { background: #fdf8f5; }
.pillar-num { font-size: 2.8rem; font-weight: 900; color: #bf4422; line-height: 1; }
.pillar-unit { font-size: 1rem; font-weight: 700; color: #bf4422; }
.pillar-label { font-size: .88rem; color: #555; margin-top: 6px; line-height: 1.4; }

@media (max-width: 767.98px) {
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 479.98px) {
  .pillar-grid { grid-template-columns: 1fr; }
}

/* ── Methodology cards ─────────────────────────────────────────── */
.method-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px 20px;
  border-left: 4px solid #bf4422;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  height: 100%;
  transition: transform .3s;
}
.method-card:hover { transform: translateY(-4px); }
.method-step {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: #bf4422; color: #fff;
  font-size: .85rem; font-weight: 800;
  margin-bottom: 12px; flex-shrink: 0;
}
.method-card h5 { font-size: .97rem; font-weight: 700; margin-bottom: 8px; }
.method-card p { font-size: .84rem; color: #666; margin: 0; line-height: 1.6; }

/* ── Publication cards ─────────────────────────────────────────── */
.pub-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px 22px;
  border: 1px solid #e4dfd8;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  height: 100%;
  display: flex; flex-direction: column; gap: 10px;
  transition: transform .3s, box-shadow .3s;
}
.pub-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0,0,0,.12); }
.pub-journal {
  font-size: .7rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: #bf4422;
}
.pub-card h5 { font-size: .95rem; font-weight: 700; color: #1e1e1e; line-height: 1.45; margin: 0; flex: 1; }
.pub-meta { font-size: .78rem; color: #888; }
.pub-cite {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .75rem; font-weight: 600; color: #bf4422;
  text-decoration: none; margin-top: 4px;
}
.pub-cite:hover { color: #a33a1e; }

/* ── Investigator section ──────────────────────────────────────── */
.inv-card {
  text-align: center; padding: 8px 4px;
}
.inv-avatar {
  width: 130px; height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 12px;
  border: 3px solid #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  background: #f5f3ef;
  transition: transform .3s;
}
.inv-avatar:hover { transform: scale(1.06); }
.inv-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }
.inv-name { font-size: .9rem; font-weight: 700; color: #1e1e1e; margin-bottom: 3px; }
.inv-role { font-size: .76rem; color: #bf4422; font-weight: 600; line-height: 1.4; }
.inv-inst { font-size: .72rem; color: #888; margin-top: 3px; }

/* ── Site-map/geography section ────────────────────────────────── */
.geo-card {
  background: linear-gradient(135deg, #3d8a54 0%, #2d6b42 100%);
  border-radius: 16px;
  padding: 28px 24px;
  color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform .3s;
}
.geo-card::before {
  content: '';
  position: absolute; inset: 0;
  background: url('assets/images/logo-bg.webp') center/cover;
  opacity: 0.06;
}
.geo-card:hover { transform: translateY(-4px); }
.geo-card h5 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; position: relative; }
.geo-card p { font-size: .86rem; opacity: .88; margin: 0; line-height: 1.6; position: relative; }
.geo-icon { font-size: 2.4rem; margin-bottom: 10px; display: block; }

/* hide "The Research" eyebrow label in overview section */
#overview .col-lg-5 > p:first-child { display: none; }

/* ── CTA Banner ────────────────────────────────────────────────── */
.research-cta-section {
  background: linear-gradient(135deg, #bf4422 0%, #8b3015 100%);
  position: relative;
  overflow: hidden;
}
.research-cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background: url('assets/images/logo-bg.webp') center/cover;
  opacity: 0.05;
}


.sdm-bottom-list > li > ul > li::before { content: none !important;}

/* ── Study Overview : SACMIND ────────────────────────────────── */
.so-section {
  padding: 80px 0;
  background: #fff;
}
.so-eyebrow {
  font-size: .82rem;
  font-weight: 600;
  color: #777;
  letter-spacing: .5px;
  margin-bottom: 22px;
}
.so-heading-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.so-logo-wrap {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
}
.so-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.so-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 400;
  color: #1e1e1e;
  line-height: 1.2;
  margin: 0;
}
.so-body {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  align-items: center;
}
.so-text p {
  font-size: 1rem;
  color: #444;
  line-height: 1.85;
  margin-bottom: 1.3rem;
}
.so-text p:last-child { margin-bottom: 0; }
.so-visual img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 28px rgba(0,0,0,.10);
  display: block;transition: all 0.5s; cursor: pointer;
}
.zoom-effect-hover {position: relative; z-index: 1}
.zoom-effect-hover img {transition: all 0.5s; position: relative; z-index: 1;     border-radius: 20px;}
.zoom-effect-hover img:hover {transform: scale(1.3); transition: all 0.5s;} 
@media (max-width: 991.98px) {
  .so-body { grid-template-columns: 1fr; gap: 36px; }
  .so-visual { order: -1; }
}
@media (max-width: 575.98px) {
  .so-section { padding: 56px 0; }
  .so-heading-row { gap: 14px; }
  .so-logo-wrap { width: 64px; height: 64px; }
  .so-title { font-size: clamp(1.4rem, 6vw, 1.9rem); }
}

/* ── Why This Research Matters ───────────────────────────────── */
.wp-section {
  padding: 90px 0;
background-image: url('../images/problem-bg.webp');
  position: relative; background-size: cover;
  overflow: hidden;
}

/* watercolor background blobs */
.wp-bg-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.wp-bg-blob--1 {
  top: -120px; left: -180px;
  width: 680px; height: 680px;
  background: radial-gradient(circle, rgba(215,155,120,.22) 0%, transparent 68%);
}
.wp-bg-blob--2 {
  bottom: -100px; right: -140px;
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(185,100,70,.18) 0%, transparent 65%);
}

.wp-eyebrow {
  font-size: .85rem;
  font-weight: 600;
  color: #000;
  letter-spacing: .5px;
  margin-bottom: 8px;
}
/* .wp-title {
  font-size: clamp(1.8rem, 3.5vw, 3.2rem);
  font-weight: 800;
  color: #1e1e1e;
  line-height: 1.2;
  margin-bottom: 52px;
} */

/* Two-column layout */
.wp-body {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 52px;
  align-items: center;
}

/* ── Infographic card ── */
.wp-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0,0,0,.10);
    position: relative;
    z-index: 1;
}
.wp-card-content {

}
.wp-card-left {
  padding: 26px 22px 22px;
}
.wp-card-right {
  overflow: hidden;
}
.wp-card-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wp-card-label {
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #bf4422;
  margin-bottom: 6px;
}
.wp-card-divider {
  width: 28px; height: 2px;
  background: #bf4422;
  margin-bottom: 12px;
}
.wp-card-heading {
  font-size: 1.05rem;
  font-weight: 800;
  color: #1e1e1e;
  line-height: 1.3;
  margin-bottom: 10px;
}
.wp-card-body-text {
  font-size: .75rem;
  color: #555;
  line-height: 1.65;
  margin-bottom: 14px;
}
.wp-card-list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.wp-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.wp-card-icon {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 8px;
  background: #fef3ef;
  color: #bf4422;
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem;
  margin-top: 2px;
}
.wp-card-list li strong {
  display: block;
  font-size: .75rem;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 2px;
}
.wp-card-list li p {
  font-size: .7rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* card footer bar */
.wp-card-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #f0ebe4;
}
.wp-card-fitem {
  padding: 14px 16px;
  font-size: .7rem;
  color: #555;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}
.wp-card-fitem i { font-size: 1rem; color: #3d8a54; flex-shrink: 0; margin-top: 1px; }
.wp-card-fitem--accent {
  background: #fef9f7;
  border-left: 1px solid #f0ebe4;
  color: #bf4422;
}
.wp-card-fitem--accent i { color: #bf4422; }

/* Right text column */
.wp-text p {
  font-size: 1rem;
  color: #444;
  line-height: 1.85;
  margin-bottom: 1.4rem;
}
.wp-text p:last-child { margin-bottom: 0; }

/* Responsive */
@media (max-width: 991.98px) {
  .wp-body { grid-template-columns: 1fr; gap: 36px; }
  .wp-card-content { grid-template-columns: 1fr .65fr; }
}
@media (max-width: 767.98px) {
  .wp-card-content { grid-template-columns: 1fr; }
  .wp-card-right { height: 220px; }
  .wp-card-footer { grid-template-columns: 1fr; }
  .wp-card-fitem--accent { border-left: none; border-top: 1px solid #f0ebe4; }
}
@media (max-width: 575.98px) {
  .wp-section { padding: 60px 0; }
  .wp-title { font-size: clamp(1.5rem, 6vw, 2rem); margin-bottom: 36px; }
}

/* ================================================================
   SHARED HEADING UTILITY
   ================================================================ */
.sec-title {
  font-size: 32px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.2;
  margin-bottom: 15px;
}

/* ── Research Objective ──────────────────────────────────────── */
.ro-section {
  padding: 90px 0;
  background: #fff;
}

/* Left text */
.ro-eyebrow {
  font-size: .85rem;
  font-weight: 600;
  color: #777;
  letter-spacing: .5px;
  margin-bottom: 8px;
}
.ro-intro {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 12px;
}
.ro-list {
  padding-left: 20px;
  margin-bottom: 12px; list-style:disc;
}
.ro-list li {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;

}
.ro-list-tail {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  margin: 0;
}

/* Right card */
.ro-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e8e2db;
  border-left: 4px solid #bf4422;
  box-shadow: 0 6px 32px rgba(0,0,0,.08);
  overflow: hidden;
}

/* Card header: text + photo side by side (Bootstrap row g-0) */
.ro-card-head-text {
  padding: 24px 20px 18px;
  border-right: 1px solid #f0ebe4;
}
.ro-card-title {
  font-size: .95rem;
  font-weight: 900;
  color: #bf4422;
  letter-spacing: .5px;
  margin-bottom: 4px;
}
.ro-card-subtitle {
  font-size: .65rem;
  font-weight: 700;
  color: #bf4422;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ro-card-desc {
  font-size: .78rem;
  color: #555;
  line-height: 1.65;
  margin: 0;
}
.ro-card-head-img {
  overflow: hidden;
}
.ro-card-head-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Aims label */
.ro-aims-label {
  font-size: .78rem;
  font-weight: 600;
  color: #555;
  text-align: center;
  padding: 12px 20px 6px;
  border-top: 1px solid #f0ebe4;
  margin: 0;
}

/* 6-column aims grid (Bootstrap row g-0) */
.ro-aims-grid {
  border-top: 1px solid #f0ebe4;
}
.ro-aim-item {
  padding: 14px 12px;
  border-right: 1px solid #f0ebe4;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.ro-aim-item:last-child { border-right: none; }
.ro-aim-icon {
  width: 30px; height: 30px;
  border-radius: 8px;
  background: #f0f7f3;
  color: #3d8a54;
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem;
  flex-shrink: 0;
}
.ro-aim-num {
  position: absolute;
  top: 14px; right: 10px;
  font-size: .6rem;
  font-weight: 800;
  color: #bf4422;
  background: #fef3ef;
  width: 16px; height: 16px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.ro-aim-item strong {
  font-size: .7rem;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 1.3;
  display: block;
}
.ro-aim-item p {
  font-size: .65rem;
  color: #777;
  margin: 0;
  line-height: 1.5;
}

/* Card footer bar */
.ro-card-footer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  background: #1e4d38;
  color: #fff;
}
.ro-card-footer-icon {
  flex-shrink: 0;
  font-size: 1.3rem;
  color: #a8d5b8;
  margin-top: 1px;
}
.ro-card-footer p {
  font-size: .75rem;
  line-height: 1.6;
  margin: 0;
  color: rgba(255,255,255,.9);
}

/* Responsive */
@media (max-width: 767.98px) {
  .ro-card-head-img { height: 200px; border-right: none; border-top: 1px solid #f0ebe4; }
}
@media (max-width: 575.98px) {
  .ro-section { padding: 60px 0; }
  .sec-title { font-size: clamp(1.5rem, 6vw, 2rem); }
}

/* ── Study Design & Methodology ─────────────────────────────── */
.sdm-section {
  padding: 90px 0;
  background: #f9f7f5;
}

/* Left image */
.sdm-img {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-shadow: 0 6px 32px rgba(0,0,0,.10);
}

/* Eyebrow */
.sdm-eyebrow {
  font-size: .85rem;
  font-weight: 600;
  color: #555;
  letter-spacing: .5px;
  margin-bottom: 8px;
}

/* Intro */
.sdm-intro {
  font-size: 1rem;
  color: #000;
  line-height: 1.75;
  margin-bottom: 14px;
}

/* Bullet list */
.sdm-list {
  padding-left: 20px;
  margin-bottom: 28px; list-style: disc;
}
.sdm-list li {
  font-size: 1rem;
  color: #000;
  line-height: 1.7;
  margin-bottom: 4px;
}

/* Numbered steps */
.sdm-steps { margin-bottom: 24px; }
.sdm-step {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #e8e3dc;
}
.sdm-step:first-child { border-top: 1px solid #e8e3dc; }

.sdm-step-num {
  flex-shrink: 0;
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 2px solid #bf4422;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  color: #bf4422;
  letter-spacing: 1px;
}
.sdm-step-text {
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
  margin: 0;
}

/* Bottom two-column */
.sdm-bottom-label {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.sdm-bottom-list {
  list-style: none;
  padding: 0; margin: 0;
}
.sdm-bottom-list li {
  font-size: 1rem;
  color: #000;
  line-height: 1.65;
  margin-bottom: 6px;
  padding-left: 14px;
  position: relative;
}
.sdm-bottom-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #000;
}
.sdm-bottom-list--accent li { color: #000; }
.sdm-bottom-list--accent li::before { color: #000; }

/* Responsive */
@media (max-width: 575.98px) {
  .sdm-section { padding: 60px 0; }
  .sdm-step-num { width: 44px; height: 44px; font-size: .88rem; }
}

/* ── Key Findings ────────────────────────────────────────────── */
.kf-section {
  padding: 90px 0;
  background: #fff;
}
.kf-eyebrow {
  font-size: .85rem;
  font-weight: 600;
  color: #777;
  letter-spacing: .5px;
  margin-bottom: 8px;
}
.kf-intro {
  font-size: 1rem;
  color: #333;
  line-height: 1.75;
  margin-bottom: 14px;
}
.kf-intro strong { font-weight: 700; color: #1e1e1e; }
.kf-list {
  padding-left: 20px;
  margin-bottom: 32px; list-style: disc;
}
.kf-list li {
  font-size: 1rem;
  color: #333;
  line-height: 1.75;
  margin-bottom: 8px;
}
.kf-hl { color: #bf4422; }

/* Buttons */
.kf-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;    justify-content: center; margin-top: 40px;
}
.kf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #bf4422;
  color: #fff;
  border-radius: 50px;
  padding: 13px 30px;
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-decoration: none;
  border: 2px solid #bf4422;
  transition: all .3s ease;
}
.kf-btn:hover {
  background: #a33a1e;
  border-color: #a33a1e;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(191,68,34,.35);
}

/* Right image */
.kf-img {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-shadow: 0 6px 32px rgba(0,0,0,.10);
}


  .sdm-content-list ul{margin-bottom: 10px;}
  .sdm-content-list li{font-size: 0.9rem;}
  .ro-section .sec-title{margin-top: 0;}
  .sdm-section .sec-title{margin-top:0;}

  /* ============================================================
     e-SAATHI HERO
     ============================================================ */
  .es-hero {     padding: 110px 0 90px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100Vh;
    max-height: 560px;
    background-position: right;align-items: center;
    display: flex;

} 
  .es-hero-title {
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    font-weight: 700;
    color: var(--clr-text, #1e1e1e);
    line-height: 1.28;
    margin-bottom: 1.25rem;
  }
  .es-hero-text {
    font-size: 1.05rem;
    color: var(--clr-body, #4d4d4d);
    line-height: 1.85;
    max-width: 480px;
    margin-bottom: 2.2rem;
  }
  .es-hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
  .es-btn {
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--clr-primary, #bf4422);
    color: #fff; padding: 14px 32px; border-radius: 50px;
    font-weight: 600; font-size: .92rem; letter-spacing: .02em;
    border: 2px solid var(--clr-primary, #bf4422);
    transition: all .3s ease;
  }
  .es-btn:hover {
    background: var(--clr-primary-dk, #a33a1e);
    border-color: var(--clr-primary-dk, #a33a1e);
    color: #fff; transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(191,68,34,.35);
  }

  /* Visual composition */
  .es-hero-visual {
    position: relative;
    width: 100%; max-width: 480px;
  
    margin: 40px auto 0;
  }
  .es-ring { position: absolute; border-radius: 50%; pointer-events: none; }
  .es-ring-outer { inset: 0; border: 1.5px dashed rgba(61,138,84,.35); }
  .es-ring-inner { inset: 11%; border: 1.5px dashed rgba(191,68,34,.28); }

  .es-hero-photo-wrap {
    position: absolute; inset: 9%;
    border-radius: 50%; overflow: hidden;
    border: 6px solid #fff;
    box-shadow: var(--shadow-lg, 0 14px 40px rgba(0,0,0,.16));
  }
  .es-hero-photo { width: 100%; height: 100%; object-fit: cover; }

  .es-badge {
    position: absolute;
    width: 56px; height: 56px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; color: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
    z-index: 3;
    animation: es-float 4.5s ease-in-out infinite;
  }
  .es-badge-1 { top: -4%;  left: 44%; background: var(--clr-green, #3d8a54); animation-delay: 0s; }
  .es-badge-2 { top: 20%;  left: -7%; background: #d9902f; animation-delay: .6s; }
  .es-badge-3 { bottom: 12%; left: -6%; background: #fff; color: var(--clr-primary, #bf4422); border: 2px solid var(--clr-primary, #bf4422); animation-delay: 1.2s; }
  .es-badge-4 { top: -3%;  right: 6%;  background: var(--clr-teal, #287a7b); animation-delay: .3s; }
  .es-badge-5 { bottom: 6%; right: -6%; background: var(--clr-primary, #bf4422); animation-delay: .9s; }

  @keyframes es-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-9px); }
  }

  .es-float-card {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow-md, 0 6px 22px rgba(0,0,0,.12));
    padding: 12px 16px;
    display: flex; align-items: center; gap: 10px;
    z-index: 4;
  }
  .es-card-consult { top: 44%; right: -12%; max-width: 180px; }
  .es-consult-avatars { display: flex; flex-shrink: 0; }
  .es-avatar {
    width: 34px; height: 34px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: .95rem; border: 2px solid #fff;
  }
  .es-avatar-a { background: var(--clr-green, #3d8a54); margin-right: -10px; z-index: 2; }
  .es-avatar-b { background: var(--clr-primary, #bf4422); z-index: 1; }
  .es-consult-info { display: flex; flex-direction: column; font-size: .74rem; color: var(--clr-text, #1e1e1e); line-height: 1.4; }
  .es-consult-info strong { font-size: .8rem; }
  .es-dot-online { color: #2ecc71; font-size: .5rem; margin-right: 4px; vertical-align: middle; }

  .es-card-phone { bottom: -8%; left: 50%; transform: translateX(-50%); width: 150px; padding: 8px; }
  .es-phone-mock { width: 100%; background: #1e1e1e; border-radius: 18px; padding: 8px 6px 10px; }
  .es-phone-notch { width: 34px; height: 5px; background: #4a4a4a; border-radius: 3px; margin: 0 auto 6px; }
  .es-phone-screen { background: #f3f7f2; border-radius: 10px; padding: 8px; display: flex; flex-direction: column; gap: 6px; }
  .es-chat-bubble { font-size: .6rem; padding: 6px 8px; border-radius: 10px; line-height: 1.35; max-width: 92%; }
  .es-chat-in  { background: #fff; color: var(--clr-text, #1e1e1e); align-self: flex-start; border-bottom-left-radius: 2px; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
  .es-chat-out { background: var(--clr-primary, #bf4422); color: #fff; align-self: flex-end; border-bottom-right-radius: 2px; }
.research-slider .card {background-color:transparent; border:none;border-radius: 5px; overflow: hidden;}
















  /* Responsive */
  @media (max-width: 991.98px) {
    .es-hero { padding: 80px 0 60px; text-align: center; }
    .es-hero-text { margin-left: auto; margin-right: auto; }
    .es-hero-btns { justify-content: center; }
    .es-hero-visual { max-width: 420px; }
  }
  @media (max-width: 767.98px) {
    .es-card-consult { right: -4%; }
  }
  @media (max-width: 575.98px) {
    .es-hero { padding: 64px 0 50px; }
    .es-hero-visual { max-width: 300px; margin-top: 56px; }
    .es-badge { width: 42px; height: 42px; font-size: 1rem; }
    .es-card-consult { display: none; }
    .es-card-phone { width: 120px; bottom: -10%; }
    .es-btn { width: 100%; }
    .es-hero-btns { flex-direction: column; align-items: stretch; }
  }

  /* ============================================================
     PROBLEM STATEMENT SECTION
     ============================================================ */
  .problem-section { padding: 90px 0; background: #f9f7f5; }
  .ps-text {
    font-size: .97rem;
    color: var(--clr-body, #4d4d4d);
    line-height: 1.85;
    max-width: 440px;
    margin-bottom: 0;
  }
  .ps-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
  }
  .ps-list { list-style: none; margin: 0; padding: 0; }
  .ps-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--clr-primary, #bf4422);
    font-weight: 500;
    font-size: 1.02rem;
    line-height: 1.6;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(191,68,34,.18);
  }
  .ps-list li:last-child { border-bottom: none; padding-bottom: 0; }
  .ps-list li:first-child { padding-top: 0; }
  .ps-dot {
    flex-shrink: 0;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--clr-primary, #bf4422);
    margin-top: 9px;
  }

  @media (max-width: 991.98px) {
    .problem-section { padding: 60px 0; text-align: center; }
    .ps-text { margin-left: auto; margin-right: auto; }
    .ps-card { padding: 32px 26px; margin-top: 10px; }
    .ps-list li { text-align: left; }
  }
  @media (max-width: 575.98px) {
    .ps-card { padding: 24px 18px; }
    .ps-list li { font-size: .92rem; gap: 10px; }
  }

  /* ============================================================
     INTEGRATED MODEL SECTION
     ============================================================ */
  .im-section { padding: 90px 0; background: #fff; }
  .im-quote {
  
    font-size: clamp(1.4rem, 2.2vw, 1.75rem);
    font-weight: 500;
   
    color: var(--clr-text, #1e1e1e);
    line-height: 1.6;
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
  }
  .im-list { list-style: none; margin: 0; padding: 0; }
  .im-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
  }
  .im-item:first-child { padding-top: 0; }
  .im-item:last-child { padding-bottom: 0; border-bottom: none; }
  .im-number {
    flex-shrink: 0;
    width: 64px; height: 64px;
    border-radius: 50%;
    border: 1.5px solid var(--clr-primary, #bf4422);
    color: var(--clr-primary, #bf4422);
    display: flex; align-items: center; justify-content: center;

    font-size: 1.4rem;
    font-weight: 600;
    transition: all .3s ease;
  }
  .im-item:hover .im-number {
    background: var(--clr-primary, #bf4422);
    color: #fff;
  }
  .im-item-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--clr-text, #1e1e1e);
    margin-bottom: 6px;
  }
  .im-item-text {
    font-size: .92rem;
    color: var(--clr-body, #4d4d4d);
    line-height: 1.7;
    margin-bottom: 0;
  }

  @media (max-width: 991.98px) {
    .im-section { padding: 60px 0; text-align: center; }
    .im-quote { margin-bottom: 20px; }
  }
  @media (max-width: 575.98px) {
    .im-item { gap: 16px; padding: 18px 0; }
    .im-number { width: 52px; height: 52px; font-size: 1.15rem; }
    .im-item-title { font-size: .98rem; }
    .im-item-text { font-size: .88rem; }
  }

  /* ============================================================
     IMPACT & INNOVATION SECTION
     ============================================================ */
  .ii-section { padding: 90px 0; background: #fff; }
  .ii-col-text {
    font-size: 1rem;
    color: var(--clr-body, #4d4d4d);
    line-height: 1.5;
    max-width: 460px;
    margin-bottom: 32px;    min-height: 45px;
  }
  .ii-card {
    border: 1.5px solid var(--clr-primary, #bf4422);
    border-radius: 18px;
    padding: 0px 28px 24px;
  }
  .ii-card-heading {
     display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--clr-text, #1e1e1e);
    margin-bottom: 0px;
    white-space: nowrap;
    margin-top: -19px;
    background-color: #fff;
    width: fit-content;
    padding: 0 7px;
  }
 
  .ii-list { list-style: none; margin: 0; padding: 0; }
  .ii-list li {
    position: relative;
    padding: 5px 0 5px 20px;
    font-size: 1rem;
    color: var(--clr-body, #4d4d4d);
    line-height: 1.4;
  }
  .ii-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--clr-body, #4d4d4d);
  }

  @media (max-width: 991.98px) {
    .ii-section { padding: 60px 0; text-align: center; }
    .ii-col-text { margin-left: auto; margin-right: auto; }
    .ii-card { text-align: left; margin-top: 10px; }
  }
  @media (max-width: 575.98px) {
    .ii-card { padding: 22px 18px 18px; }
    .ii-card-heading { font-size: .98rem; }
    .ii-list li { font-size: .9rem; }
  }

  /* ============================================================
     GLOBAL SIGNIFICANCE SECTION
     ============================================================ */
.gs-section { padding: 90px 0; background: #f9f7f5; }
.gs-img { overflow: hidden; max-width: 575px;max-height: 320px;}
.gs-img img {width: 100%; object-fit: cover;  }
.gs-section .sec-title {margin-bottom: 50px;}

  @media (max-width: 991.98px) {
    .gs-section { padding: 60px 0; text-align: center; }
    .gs-section .ro-list { text-align: left; }
    .gs-img { max-width: 480px; margin: 0 auto; }
  }

  @media (max-width: 575.98px) {
    .gs-section { padding: 50px 0; }
    .gs-img img { aspect-ratio: 16 / 11; }
  }

  /* ============================================================
     RESEARCH & EVIDENCE SECTION
     ============================================================ */
  .re-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #fdf3ee 0%, #fdf7f4 45%, #ffffff 100%);
  }
  .re-lead {
    font-size: 1.05rem;
    color: var(--clr-body, #4d4d4d);
    line-height: 1.85;
    max-width: 720px;
    margin-bottom: 40px;
  }
  .re-subheading {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--clr-text, #1e1e1e);
    margin-bottom: 24px;
  }

  .research-slider { margin: 0 -14px; }
  .re-slide {
    padding: 0 14px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .re-card {
    width: 100%;
    background: #f3d7c4;
    border-radius: 20px;
    padding: 34px 28px;
    text-align: center;
    min-height: 100%; height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .3s ease, box-shadow .3s ease;
  }
  .re-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(191,68,34,.18);
  }
  .re-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--clr-text, #1e1e1e);
    line-height: 1.4;
    margin-bottom: 14px;
  }
  .re-card-text {
    font-size: 1rem;
    color: var(--clr-body, #4d4d4d);
    line-height: 1.65;
    margin-bottom: 16px;
  }
  .re-card-focus {
    font-size: .88rem;
    font-weight: 600;
    color: var(--clr-primary, #bf4422);
    line-height: 1.5;
    margin: 0;
  }
  .re-card-cta {
    display: inline-block;
    font-size: .92rem;
    font-weight: 700;
    color: var(--clr-primary, #bf4422);
    margin: 0;
    text-decoration: none;
  }
  .re-card-cta:hover { color: var(--clr-primary-dk, #a33a1e); }

  .re-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 22px;
    background: var(--clr-primary, #bf4422);
    color: #fff;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .02em;
    padding: 11px 26px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid var(--clr-primary, #bf4422);
    transition: all .3s ease;
  }
  .re-btn:hover {
    background: var(--clr-primary-dk, #a33a1e);
    border-color: var(--clr-primary-dk, #a33a1e);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(191,68,34,.3);
  }

  .research-slider ul.slick-dots { margin-top: 24px; margin-bottom: 0; }

  @media (max-width: 991.98px) {
    .re-section { padding: 60px 0; text-align: center; }
    .re-lead { margin-left: auto; margin-right: auto; }
  }
    @media (max-width: 767.98px) {
.im-item {text-align: left;}
    }
  @media (max-width: 575.98px) {
    .re-section { padding: 50px 0; }
    .re-card { padding: 28px 22px; min-height: 260px; }
    .re-card-title { font-size: .96rem; }
    .re-card-text { font-size: .88rem; }
    .im-item {text-align: left;}
  }

/* Responsive */
@media (max-width: 575.98px) {
  .kf-section { padding: 60px 0; }
  .kf-btns { flex-direction: column; }
  .kf-btn { justify-content: center; }
}

/* ── Impact ──────────────────────────────────────────────────── */
.imp-section {
  padding: 90px 0;
  background: #f9f7f5;
}
.imp-img {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-shadow: 0 6px 32px rgba(0,0,0,.10);
}
.imp-eyebrow {
  font-size: .85rem;
  font-weight: 600;
  color: #777;
  letter-spacing: .5px;
  margin-bottom: 8px;
}
.imp-intro {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}
.imp-hl { color: #bf4422; }
.imp-list { list-style: disc;
  padding-left: 20px;
  margin: 0;
}
.imp-list li {
  font-size: 1rem;
  color: #333;
  line-height: 1.75;
  margin-bottom: 8px;
}
.imp-list li:last-child { margin-bottom: 0; }

@media (max-width: 575.98px) {
  .imp-section { padding: 60px 0; }
}

/* ── Highlight Quote ─────────────────────────────────────────── */
.hl-section {
  padding: 60px 0;
  background: #fff;
}
.hl-eyebrow {
  font-size: .82rem;
  font-weight: 600;
  color: #000;
  letter-spacing: .5px;
  margin-bottom: 14px;
}
.hl-box {
  border: 2px solid #bf4422;
  border-radius: 20px;
  padding: 40px 48px;
  text-align: center;
}
.hl-quote {
  font-size: clamp(1.2rem, 2.4vw, 3rem);
  font-weight: 500;
  color: #1e1e1e;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 575.98px) {
  .hl-box { padding: 28px 24px; }
}

/* ── Global Significance ─────────────────────────────────────── */
.gs-section {
  padding: 40px 0;
  background: #fff;
}
.gs-eyebrow {
  font-size: .85rem;
  font-weight: 600;
  color: #777;
  letter-spacing: .5px;
  margin-bottom: 8px;
}

/* Numbered steps */
.gs-steps { margin-top: 8px; margin-bottom:15px }
.gs-step {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid #e8e3dc;
}
.gs-step:first-child { border-top: 1px solid #e8e3dc; }
.gs-step-num {
  flex-shrink: 0;
  width: 56px; height: 56px;
  border-radius: 50%;
  border: 2px solid #bf4422;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  color: #bf4422;
  letter-spacing: 1px;
}
.gs-step-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin: 0;
}
.gs-hl { color: #bf4422; }

/* Right image */
.gs-img {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-shadow: 0 6px 32px rgba(0,0,0,.10);
}

@media (max-width: 575.98px) {
  .gs-section { padding: 60px 0; }
  .gs-step-num { width: 46px; height: 46px; font-size: .88rem; }
}

/* ── About Research Team ────────────────────────────────────────── */
.art-section {
  background: #fff;
}

.art-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,.12);
}

.art-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.art-eyebrow {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--clr-muted);
  margin-bottom: .75rem;
}

.art-heading-row {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 1.25rem;
}
.font-400 {font-weight: 400;}
.art-logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 4px;
}

.art-title {
  margin-bottom: 0;
  line-height: 1.25;
  color: var(--clr-text);
}

.art-body {
  font-size: 1rem;
  color: var(--clr-body);
  line-height: 1.75;
  margin-bottom: 1rem;
}

.art-list {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem; list-style: disc;
}

.art-list li {
  font-size: .97rem;
  color: var(--clr-body);
  line-height: 1.75;
  margin-bottom: .25rem;
}

.art-link {
  color: var(--clr-primary);
  text-decoration: none;
  font-weight: 500;
}

.art-link:hover {
  text-decoration: underline;
  color: var(--clr-primary-dk);
}

@media (max-width: 1199px) {

.re-slide {max-width: 300px;}
.sec-title { font-size: clamp(2rem, 2.8vw, 3rem);}
.ii-list li { padding: 5px 0 5px 18px;  font-size: 0.9rem;}
}


@media (max-width: 991.98px) {
  .art-heading-row { gap: 12px; }
  .art-logo { width: 52px; height: 52px; }
}

@media (max-width: 575.98px) {
  .art-heading-row { flex-direction: column; gap: 10px; }
}

/* ── Publication Authority ──────────────────────────────────────── */
.pub-section {
  padding: 0 0 60px;
}
.pub-section .sec-title {font-size: 32px;}
.pub-inner {
  display: flex;
  align-items: center;
  gap: 0;
 border-radius: 16px;
  overflow: hidden;
  padding: 50px 56px;
  min-height: 200px;
}
.pub-outer { background: linear-gradient(110deg, #d4956a 0%, #e8b88a 35%, #f2d4b6 65%, #f8ece0 100%);}
.pub-content {
  flex: 1 1 55%;
  padding-right: 40px;
}

.pub-eyebrow {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: capitalize;
  color:#000;
  margin-bottom: .6rem;
}

.pub-title {
  color: #2a1508;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.pub-body {
  font-size: .95rem;
  color:#000;
  line-height: 1.75;
  max-width: 680px;
  margin: 0;
}

.pub-img-wrap {
  flex: 0 0 380px;
  max-width: 380px;
}

.pub-img {
  width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;

  box-shadow: 0 6px 24px rgba(0,0,0,.15);
}

@media (max-width: 991.98px) {
  .pub-inner { padding: 40px 36px; }
  .pub-img-wrap { flex: 0 0 260px; max-width: 260px; }
}

@media (max-width: 767.98px) {
  .pub-inner {
    flex-direction: column;
    padding: 36px 28px;
    gap: 28px;
  }
  .pub-content { padding-right: 0; }
  .pub-img-wrap { flex: none; max-width: 100%; width: 100%; }
  .pub-img { height: 220px; }
}

@media (max-width: 575.98px) {
  .pub-section { padding-bottom: 40px; }
  .pub-inner { padding: 28px 20px; border-radius: 12px; }
  .pub-img { height: 180px; }
}

/* ── Collaborate / CTA ──────────────────────────────────────────── */
.collab-section {
  background: #fff;
}

.collab-btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}

.collab-btn {
  display: block;
  text-align: center;
  background: var(--clr-primary);
  color: #fff;
  font-size: .92rem;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: background .25s ease, transform .2s ease;
  letter-spacing: .02em;
}

.collab-btn:hover {
  background: var(--clr-primary-dk);
  color: #fff;
  transform: translateY(-2px);
}

.collab-title {
  color: var(--clr-text);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.collab-lead {
  font-size: 1rem;
  color: #000;
  margin-bottom: .5rem;
}

.collab-list {
  padding-left: 1.2rem;
  margin-bottom: 1.1rem; list-style: disc;
}
.collab-btns .btn-appointment {text-align: center;max-width: 300px;justify-content: center;}
.collab-list li {
  font-size: 1rem;
  color: #000;
  line-height: 1.8;
}

.collab-body {
  font-size: 1rem;
  color: #000;
  line-height: 1.75;
  margin: 0;
}

.collab-hl {
  font-weight: 700;
}



.overview-box a {position: relative; overflow: hidden; z-index: 1;}
.overview-box a:before {content: ''; width: 0; height: 100%; background-color: #dd6408; transition: all 0.5s;position: absolute;top: 0;left: 0; z-index: -1;}
.overview-box a:hover:before {content: ''; width: 100%; height: 100%; transition: all 0.5s;}
.overview-box a:hover {color: #ffffff;}

.approach-box {position: relative; transition: all 0.5s; overflow: hidden;}
.approach-box:after {content: ''; position: absolute;left: 0; bottom: 0; width: 100%; height: 0; background-color: #dd6408;transition: all 0.5s;z-index: -1;}
.approach-box:hover:after { height: 100%;transition: all 0.5s;}
.approach-box:hover h3, .approach-box:hover ul li, .approach-box:hover p {color: #ffffff;}



.wp-why-partner h2, .phcw-section h2, .whc-section h2, .hiw h2, .csl-section h2, .wcs-section h2, .faq-section h2 {text-align: center;}
.wp-why-partner {
  padding: 70px 0;
  background-image: url('assets/images/logo-bg.webp');
  position: relative;
  overflow: hidden;
}
.wp-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #2f3b2a;
  margin: 0 0 20px;
}
.wp-subtitle {
  max-width: 900px;
  margin: 0 auto 44px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
  color: #4f5c48;
}
.wp-card {
   background: rgb(218 228 213);
     border: 1px solid #194802;
  border-radius: 16px;
  padding: 30px 18px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.wp-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 28px rgba(47, 59, 42, 0.12);
}
.wp-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid rgba(90, 110, 80, 0.45);
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  color: #4a5c40;
}
.wp-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #2f3b2a;
  margin: 0;
  line-height: 1.4;
}

.phcw-section {
  padding: 80px 0;
  background: #f6f8f2; background-size: cover;
}
.phcw-title {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 600;
  color: #1e1e1e;
  margin: 0 0 44px;
}

/* Left column text */
.phcw-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #3f4a3a;
  margin: 0 0 18px;
}
.phcw-text--label { font-weight: 600; color: #2f3b2a; margin-bottom: 10px; }
.phcw-text--tail { margin-top: 18px; margin-bottom: 0; }
.phcw-list {
  margin: 0 0 18px;
  padding-left: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.phcw-list li {
  font-size: 0.98rem;
  line-height: 1.6;
  color: #3f4a3a;
}

/* Right visual */
.phcw-visual {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(30, 40, 25, 0.18);
  min-height: 460px;
}
.phcw-photo {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  display: block;
}

.phcw-overlay {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 62%;
  background: rgba(250, 248, 242, 0.94);
  backdrop-filter: blur(4px);
  border-radius: 16px;
  padding: 26px 24px;
  box-shadow: 0 10px 30px rgba(30, 40, 25, 0.12);
}
.phcw-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #bf4422;
  margin: 0 0 8px;
}
.phcw-heading {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f2e1a;
  line-height: 1.3;
  margin: 0 0 10px;
}
.phcw-sub {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #55604e;
  margin: 0 0 20px;
}

.phcw-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.phcw-mini {
  background: #fff;
  border-radius: 10px;
  padding: 14px 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(30, 40, 25, 0.08);
}
.phcw-mini-icon {
  width: 34px;
  height: 34px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #eef2e6;
  color: #4a5c40;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.phcw-mini-title {
  font-size: 0.72rem;
  font-weight: 700;
  color: #1f2e1a;
  margin: 0 0 4px;
  line-height: 1.3;
}
.phcw-mini-text {
  font-size: 0.62rem;
  line-height: 1.4;
  color: #6b7563;
  margin: 0;
}

.phcw-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #2f3b2a;
}
.phcw-footer i { color: #4a5c40; font-size: 1.1rem; }


.whc-section {
  padding: 80px 0;
  background: #fff;
}
.whc-title {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 600;
  color: #1e1e1e;
  margin: 0 0 44px;
}

/* Card */
.whc-card-right {border-radius: 22px;   overflow: hidden;  box-shadow: 0 20px 50px rgba(30, 40, 25, 0.18);
}
.whc-card-right img {max-width: 700px;}
.whc-card {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  background: #faf8f4;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(30, 40, 25, 0.10);
  overflow: hidden;
  height: 100%;
}
.whc-card-left {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
}
.whc-card-right {
  overflow: hidden;
}
.whc-card-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.whc-card-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #bf4422;
  margin: 0 0 6px;
}
.whc-card-heading {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2e1a;
  line-height: 1.3;
  margin: 0 0 8px;
}
.whc-card-text {
  font-size: 0.78rem;
  line-height: 1.6;
  color: #5b6b56;
  margin: 0 0 16px;
}

.whc-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.whc-mini--wide { grid-column: span 2; }
.whc-mini {
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: 0 3px 10px rgba(30, 40, 25, 0.06);
}
.whc-mini-icon {
  width: 26px;
  height: 26px;
  margin-bottom: 6px;
  border-radius: 50%;
  background: #eef2e6;
  color: #4a5c40;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
.whc-mini-title {
  font-size: 0.68rem;
  font-weight: 700;
  color: #1f2e1a;
  margin: 0 0 3px;
  line-height: 1.3;
}
.whc-mini-text {
  font-size: 0.62rem;
  line-height: 1.45;
  color: #6b7563;
  margin: 0;
}

.whc-card-footer {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(90, 110, 80, 0.18);
}
.whc-cta-line {
  font-size: 0.78rem;
  font-weight: 700;
  color: #bf4422;
  margin: 0;
}
.whc-cta-sub {
  font-size: 0.72rem;
  font-weight: 600;
  color: #bf4422;
  margin: 2px 0 0;
}

/* Right text column */
.whc-text-lead {
  font-size: 1rem;
  font-weight: 600;
  color: #2f3b2a;
  margin: 0 0 16px;
}
.whc-list {
  margin: 0;
  padding-left: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.whc-list li {
  font-size: 0.98rem;
  line-height: 1.6;
  color: #3f4a3a;
}

/* Responsive */
@media (max-width: 991.98px) {
  .whc-card { grid-template-columns: 1fr; }
  .whc-card-right { height: 220px; order: -1; }
}
@media (max-width: 575.98px) {
  .whc-section { padding: 56px 0; }
  .whc-title { margin-bottom: 30px; }
  .whc-mini-grid { grid-template-columns: 1fr; }
  .whc-mini--wide { grid-column: span 1; }
}
</style>


<!-- ============================================================
     HOW IT WORKS SECTION
     ============================================================ -->
<style>
  .hiw {
    padding: 80px 0 ;
    background: #fdf6f2;
  }

  .hiw-title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #2a2a2a;
    margin: 0 0 14px;
  }
  .hiw-subtitle {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    margin: 0 0 16px;
  }
  .hiw-intro {
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a4a4a;
  }

  .hiw-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
  }

  .hiw-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 0;
    max-width: 260px;
    padding: 0 10px;
  }

  .hiw-step-box {
    width: 100%;
    min-height: 150px;
    background: #d9e6d3;
    border-radius: 14px;
    padding: 26px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .hiw-step:hover .hiw-step-box {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(46, 89, 33, 0.2);
  }

  .hiw-step-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #3f5f34;
    animation: hiwIconFloat 3s ease-in-out infinite;
  }

  .hiw-step:nth-child(2) .hiw-step-icon { animation-delay: .2s; }
  .hiw-step:nth-child(3) .hiw-step-icon { animation-delay: .4s; }
  .hiw-step:nth-child(4) .hiw-step-icon { animation-delay: .6s; }

  @keyframes hiwIconFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
  }

  .hiw-step-box h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #232323;
    margin: 0;
    line-height: 1.35;
  }

  .hiw-detail-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #2a2a2a;
    margin: 16px 0 8px;
  }

  .hiw-detail-list {
    list-style: disc;
    text-align: left;
    padding-left: 1.1rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .hiw-detail-list li {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #4a4a4a;
  }

  .hiw-connector {
    flex: 0 0 auto;
    width: 80px;
    height: 42px;
    margin-top: 46px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hiw-connector::before {
    content: "";
    position: absolute;
    left: 0;
    right: 14px;
    top: 50%;
    border-top: 2px dotted #3f5f34;
    transform: translateY(-50%);
  }

  .hiw-connector::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #3f5f34;
  }

  .hiw-connector-dot {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3f5f34;
    transform: translateY(-50%);
    animation: hiwDotTravel 2.4s linear infinite;
  }

  @keyframes hiwDotTravel {
    0% { left: 0; opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { left: 85%; opacity: 0; }
  }


.phc-field input {height: 40px!important;}
.phc-field  select {height: 40px}
.phc-field input[type="checkbox"] { height: auto!important;     margin-right: 3px;}
.phc-field textarea{
    height: 60px;}
.csl-section {
  padding: 80px 0;
  background: #ffffff;
}
.csl-title {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 600;
  color: #1e1e1e;
  margin: 0 0 12px;
}
.csl-subtitle {
  text-align: center;
  font-size: 1rem;
  color: #4a4a4a;
  max-width: 760px;
  margin: 0 auto 46px;
}

.csl-card {
  display: flex;
  align-items: flex-end;
  background: #dbe6cf;
  border-radius: 22px;
  overflow: hidden;
  min-height: 240px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.csl-card--reverse {  }

.csl-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(46, 89, 33, 0.18);
}

.csl-card-photo {
  flex: 0 0 44%;
  align-self: flex-end;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.csl-card-photo img {
  width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: contain;
  object-position: bottom;
  display: block;
  transition: transform 0.4s ease;
}
.csl-card:hover .csl-card-photo img {
  transform: scale(1.04);
}

.csl-card-content {
  flex: 1 1 auto;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 22px;
}
.csl-card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.4;
  margin: 0;
}

.csl-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background:#dd6408;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.csl-card-btn i { transition: transform 0.3s ease; }
.csl-card-btn:hover {
  background: #a5391b;
  color: #fff;
  box-shadow: 0 8px 18px rgba(191, 68, 34, 0.35);
}
.csl-card-btn:hover i { transform: translateX(4px); }





.hpv-section {
  padding: 80px 0;
  background: #fdf6f2;
}
.hpv-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0 0 16px;
}
.hpv-title--spaced { margin-top: 28px; }

.hpv-box {
  background: #ffffff;
  border: 1.5px solid #dd6408;
  border-radius: 14px;
  padding: 26px 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.hpv-box--grow { flex: 1 1 auto; }

.hpv-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(191, 68, 34, 0.15);
  border-color: #bf4422;
}

.hpv-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
  margin: 0 0 14px;
}
.hpv-text:last-child { margin-bottom: 0; }

.hpv-list {
  margin: 0;
  padding-left: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hpv-list li {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #333;
}

/* Responsive */
@media (max-width: 991.98px) {
  .hpv-col { display: block !important; }
  .hpv-box--grow { flex: none; }
}



.wcs-section {
  padding: 80px 0;
  background: #ffffff;
}
.wcs-title {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 600;
  color: #1e1e1e;
  margin: 0 0 44px;
}

/* Left column */
.wcs-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #3f4a3a;
  margin: 0 0 16px;
}

.wcs-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.wcs-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.wcs-list-icon {
  flex-shrink: 0;
  color: #dd6408;
  font-size: 1.1rem;
  line-height: 1.5;
  transition: transform 0.3s ease;
}
.wcs-list li:hover .wcs-list-icon {
  transform: scale(1.2);
}
.wcs-list-title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #1f2e1a;
  margin-bottom: 3px;
}
.wcs-list-text {
  display: block;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #5b6b56;
}

/* Right visual */
.wcs-visual {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(30, 40, 25, 0.18);
  min-height: 520px;
}
.wcs-photo {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.wcs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 58%;
  background: rgba(250, 248, 242, 0.94);
  backdrop-filter: blur(4px);
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
}
.wcs-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #bf4422;
  margin: 0 0 8px;
  position: relative;
  padding-bottom: 12px;
}
.wcs-eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: #bf4422;
}
.wcs-heading {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1f2e1a;
  line-height: 1.3;
  margin: 0 0 12px;
}
.wcs-sub {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #55604e;
  margin: 0 0 20px;
}

.wcs-pill-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wcs-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 10px;
  padding: 12px 16px;
  box-shadow: 0 4px 12px rgba(30, 40, 25, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wcs-pill:hover {
  transform: translateX(6px);
  box-shadow: 0 6px 16px rgba(30, 40, 25, 0.14);
}
.wcs-pill-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #4a5c40;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.wcs-pill-text {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1f2e1a;
}

/* Responsive */
@media (max-width: 991.98px) {
  .wcs-overlay { position: static; width: 100%; }
  .wcs-visual { display: flex; flex-direction: column; min-height: 0; }
  .wcs-photo { min-height: 280px; order: 2; }
}
@media (max-width: 575.98px) {
  .wcs-section { padding: 56px 0; }
  .wcs-title { margin-bottom: 30px; }
  .wcs-overlay { padding: 22px 18px; }
  .wcs-heading { font-size: 1.15rem; }
}

.faq-section {
  padding: 80px 0;
  background: #ffffff;
}
.faq-title {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 600;
  color: #1e1e1e;
  margin: 0 0 8px;
}
.faq-subtitle {
  text-align: center;
  font-size: 1rem;
  color: #666;
  margin: 0 0 40px;
}

.faq-list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #d9e6d3;
  border-radius: 12px;
  overflow: hidden; padding: 10px;
  transition: box-shadow 0.3s ease;
}
.faq-item:hover { box-shadow: 0 8px 20px rgba(46, 89, 33, 0.15); }

.faq-question {
  width: 100%;
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 22px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1f2e1a;
  text-align: left;
  cursor: pointer;
}

.faq-icon {
  flex-shrink: 0;
  color: #3f5f34;
  font-size: 1rem;
  transition: transform 0.3s ease;
}
.faq-question:not(.collapsed) .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 22px 20px;
}
.faq-answer p {
  font-size: 0.88rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}
.faq-answer ul {
  margin: 0;
  padding-left: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.faq-answer ul li {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #333;
}

/* Responsive */
@media (max-width: 575.98px) {
  .faq-section { padding: 56px 0; }
  .faq-subtitle { margin-bottom: 30px; }
  .faq-question { padding: 14px 16px; font-size: 0.88rem; }
  .faq-answer { padding: 0 16px 16px; }
}


.cta-section { padding: 60px 0 90px; background: #ffffff;}
.csl-card-photo {padding-top: 20px}
.cta-banner { background: #dbe6cf; border-radius: 22px; padding: 40px 44px; display: flex; align-items: center; justify-content: space-between; gap: 32px;
  flex-wrap: wrap;  transition: box-shadow 0.35s ease;}
.cta-banner:hover { box-shadow: 0 18px 40px rgba(46, 89, 33, 0.18);}
.cta-text { flex: 1 1 320px; }
.cta-text h2 { font-size: 1.3rem; font-weight: 600; color: #1e1e1e; margin: 0 0 10px;}
.cta-text p { font-size: 0.92rem; line-height: 1.65; color: #3f4a3a; margin: 0;  max-width: 440px;}
.cta-actions { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center;  gap: 14px;}
.cta-actions-top {display: flex; gap: 14px; flex-wrap: wrap;}
.cta-btn {display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 30px; font-size: 0.92rem; font-weight: 600; text-decoration: none;
  white-space: nowrap; transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;}
.cta-btn i { transition: transform 0.3s ease; }
.cta-btn:hover i { transform: translateX(4px); }
.cta-btn--solid { background: #dd6408;color: #fff;}
.cta-btn--solid:hover { background: #a5391b; color: #fff; transform: translateY(-3px); box-shadow: 0 10px 22px rgba(191, 68, 34, 0.35);}
.cta-btn--soft {background: #fbdccb; color: #8a3418;}
.cta-btn--soft:hover {background: #f6c6ab; color: #8a3418;transform: translateY(-3px); box-shadow: 0 10px 22px rgba(191, 68, 34, 0.2);}

/* Responsive */
@media (max-width: 767.98px) {
.cta-banner { padding: 32px 26px; }
.cta-actions { align-items: stretch; width: 100%; }
.cta-actions-top { flex-direction: column; }
.cta-btn { justify-content: center; }  
.csl-card { flex-direction: row;}
.csl-card-photo {width: 48%}
}


@media (max-width: 575.98px) {
.cta-section { padding: 50px 0 60px; }
.cta-text h2 { font-size: 1.1rem; }
.multi-cta a {font-size: 12px;max-width: 290px; }
.csl-card-content { width: 100%;}
.cta-btn { padding: 13px 15px;font-size: 12px;}
.csl-card { margin: 0 auto;  max-width: 340px;}
.csl-card-photo {width: 100%}
.csl-card { flex-direction: column;}
}







.phc-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 15, 12, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow-y: auto;
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.phc-modal-overlay.is-open {
  display: flex;
  opacity: 1;
}
body.phc-modal-lock { overflow: hidden; }

.phc-modal {
  position: relative;
  width: 100%;
  max-width: 580px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  background: #fff;
  border: 5px solid rgba(191, 68, 34, 0.35);
  border-radius: 14px;
  padding: 22px 24px 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  transform: translateY(-24px) scale(0.97);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.phc-modal-overlay.is-open .phc-modal { transform: translateY(0) scale(1); opacity: 1;}
#phcModalOverlay .phc-modal::-webkit-scrollbar { width: 5px; }
#phcModalOverlay .phc-modal::-webkit-scrollbar-track { background: transparent; }
#phcModalOverlay .phc-modal::-webkit-scrollbar-thumb { background: #4a5c40; border-radius: 3px; }
#phcModalOverlay .phc-modal::-webkit-scrollbar-thumb:hover { background: #37452f; }
.phc-modal-close {position: absolute; padding: 5px!important; top: 14px;right: 16px; width: 30px; height: 30px; border: none; background: transparent; font-size: 1.5rem;
  line-height: 1;  color: #888;  cursor: pointer; transition: color 0.2s ease, transform 0.2s ease; z-index:9;}
.phc-modal-close:hover { color: #4a5c40; transform: rotate(90deg); }
.phc-modal h3 { font-size: 1.1rem; font-weight: 700; color: #232323; margin: 0 0 6px;}
.phc-modal-sub {font-size: 0.8rem;color: #555; line-height: 1.45; margin: 0 0 16px;}
.phc-field { margin-bottom: 12px; }
.phc-field label { display: flex; font-size: 14px; font-weight: 600; color: #2a2a2a; margin-bottom: 4px;}
.phc-req { color: #bf4422; margin-left: 2px; }
.phc-field-row {display: flex; gap: 12px;}
.phc-field-row .phc-field { flex: 1 1 160px; min-width: 0;}
.phc-field input[type="text"],
.phc-field input[type="email"],
.phc-field input[type="tel"],
body .phc-field select, body .phc-field textarea { width: 100%; font-size: 0.88rem; font-family: inherit; color: #232323; border: 1px solid #d8d8d8; border-radius: 7px;
  padding: 8px 12px; background: #fff; transition: border-color 0.2s ease, box-shadow 0.2s ease;}
.phc-field textarea { resize: vertical; min-height: 50px; }
body .phc-field select {height: 40px!important;appearance: button;}
.phc-field input[type="radio"] {height: auto !important;margin-right: 2px;}
.phc-upload span.wpcf7-form-control-wrap {display: none;}
.phc-field input:focus,
.phc-field select:focus,
.phc-field textarea:focus { outline: none; border-color: #4a5c40; box-shadow: 0 0 0 3px rgba(74, 92, 64, 0.15);}
.phc-radio-group { display: flex;flex-wrap: wrap;align-items: center;gap: 5px 5px; min-height: 38px}
.phc-radio {display: flex;align-items: center; gap: 5px;font-size: 0.85rem; color: #333; font-weight: 400; cursor: pointer;}
.phc-radio input { accent-color: #4a5c40; }
.phc-upload { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 10px; border: 1.5px dashed #4a5c40;cursor: pointer;
  border-radius: 10px;background: rgba(74, 92, 64, 0.05); padding: 10px 14px; text-align: center; transition: background 0.2s ease, border-color 0.2s ease;}
.phc-upload:hover, .phc-upload.is-dragover { background: rgba(74, 92, 64, 0.1); }
.phc-upload i { font-size: 1.3rem; color: #4a5c40; }
.phc-upload span { font-size: 0.8rem; color: #4a4a4a; line-height: 1.4; text-align: left; }
.phc-upload.has-file { border-style: solid; }
.phc-field--consent { display: flex; margin-bottom: 14px; }
.phc-checkbox {display: flex;align-items: flex-start; gap: 8px;font-size: 0.78rem; color: #4a4a4a;line-height: 1.4; font-weight: 400; cursor: pointer;}
.phc-checkbox input {margin-top: 2px;flex-shrink: 0;accent-color: #4a5c40;}
.phc-modal-submit {width: 100%; background: #4a5c40; color: #fff;font-size: 1rem;font-weight: 700;border: none; border-radius: 8px; padding: 11px 20px;
  margin-top: 6px; cursor: pointer; transition: background 0.25s ease, transform 0.2s ease;}
.phc-modal-submit:hover { background: #37452f; transform: translateY(-2px); }
.phc-modal-secure {display: flex;align-items: flex-start;gap: 8px; font-size: 0.78rem;color: #6a6a6a;margin: 14px 0 0; line-height: 1.4;}
.phc-modal-secure i { color: #4a5c40; margin-top: 1px; }
.phc-success-view { text-align: center; padding: 12px 4px 4px; }
.phc-success-view[hidden] { display: none; }
.phc-success-icon {font-size: 3.2rem;color: #4a5c40; margin-bottom: 16px; animation: phcSuccessPop 0.45s ease;}
@keyframes phcSuccessPop {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.phc-success-title { font-size: 1.1rem; font-weight: 700; color: #1a1a1a; margin: 0 0 14px; }
.phc-success-text { font-size: 0.88rem; color: #555; line-height: 1.6; margin: 0 0 20px; }
.phc-success-callbox {display: flex;align-items: center; gap: 12px; text-align: left;background: #eef2e6;border-radius: 10px; padding: 14px 16px;}
.phc-success-callbox i { font-size: 1.15rem; color: #4a5c40; flex-shrink: 0; }
.phc-success-callbox span { font-size: 0.82rem; color: #333; line-height: 1.55; }
.phc-success-callbox a { color: #bf4422; font-weight: 700; text-decoration: none; }
.page-id-27754 .sec-title {margin-bottom: 40px}
@media (max-width: 420px) {
  .phc-field-row { flex-direction: column; gap: 0; }
}

@media (max-width: 480px) {
  .phc-modal { padding: 18px 16px 16px; }
}


/* Responsive */



@media (max-width: 1399px) {
.rh-section {min-height: 700px;}
.footer-topnav-col {display: flex;flex-direction: row; }
.sec-title {font-size: 32px}
.rh-bg-img img {height: 100%;}
.new-banner {max-height: 600px;}
.wcu-section .back-content p {font-size: 13px; line-height: 20px;}
.wcu-section .back-content h3 {font-size: 18px;}
}


@media (max-width: 1199px) {
.rh-section {min-height: 600px;}
.footer-topnav-col { flex-direction: row;}
.new-banner-content { width: 65%;}
.new-banner { max-height: 500px;}
.overview-box a { font-size: 18px;}
.docter-grid-row .os-card-grid a h4 { font-size: 18px;}
.docter-grid-row .os-card-grid a span {font-size: 15px;}
.csl-card {min-height: auto;}
}




@media (max-width: 1025px) {
.new-banner-content { width: 65%;}
.new-banner { max-height: 500px;}
.overview-box a { font-size: 18px;}
.docter-grid-row .os-card-grid a h4 { font-size: 16px;}
.docter-grid-row .os-card-grid a span {font-size: 14px;}
  }


@media (max-width: 990.98px) {

.section-padding {padding: 40px 0;}
.new-banner-content {width: 80%;}
.new-banner {max-height: 400px; background-position: top; }
.overview-box { flex-wrap: wrap;  justify-content: center;}
.overview-box a {font-size: 18px; width: 100%;max-width: 300px;}
.our-approach .row {--bs-gutter-y: 1.5rem; justify-content: center;}
.approach-box h3 {margin-bottom: 10px; font-size: 20px;}
.approach-box p {font-size: 16px;}
.approach-box ul li {font-size: 16px;}
.btn-appointment {font-size: 1rem;}
.approach-box { padding: 20px 15px;}
.docter-grid-row .os-card-grid a h4 { font-size: 16px;}
.docter-grid-row .os-card-grid a span {font-size: 14px;}
  .phc-field input, .phc-field select {    height: 40px!important;}
.phcw-overlay { width: 100%; position: static; margin-bottom: 0; border-radius: 16px 16px 0 0; }
.phcw-visual { display: flex; flex-direction: column; min-height: 0; }
.phcw-photo { min-height: 260px; order: 2; }
.phcw-footer { position: static; order: 3; }
.hiw-steps {flex-wrap: wrap; row-gap: 36px;}
.hiw-step {flex: 0 0 45%; max-width: 45%;}
.hiw-connector {display: none;}
.csl-card-title br {display: none;}
.csl-card {min-height: auto;}
.csl-card-title {font-size: 1rem;}
.csl-card-content {padding: 20px;}
}


@media (max-width: 767.98px) {
.new-banner .new-banner-content h1 {font-size: 30px;line-height: 40px;}
.collab-btns { flex-direction: row; flex-wrap: wrap; justify-content: center;}
.collab-btn { flex: 1 1 200px; max-width: 280px; }
.hl-section {padding-bottom: 0;}
.rh-section {max-height: 500px;}
.collab-section .row {  flex-direction: column-reverse;}
.sec-terra .cta-btns { align-items: center;}
.footer-topnav-col { flex-direction: row;}
.scalable-digital-img { justify-content: center;}
.reverse-colum {flex-direction: column-reverse;}
.rh-title br {display: none;}
.wp-section { padding: 60px 0;}
.so-section { padding:60px 0;}
.ro-section { padding: 60px 0;}
.sdm-section { padding: 60px 0;}
.kf-section { padding: 60px 0;}
.imp-section { padding: 60px 0;}
.gs-step {text-align: left;}
.pub-inner { padding: 36px 0px;}
.pub-section { padding: 0 0 0px;}
.section-padding {padding: 40px 0;}
.new-banner-content {width: 100%;}
.new-banner {max-height: 350px;}
.overview-box { flex-wrap: wrap;}
.overview-box a {font-size: 16px; width: 100%;max-width: 300px;}
.our-approach .row {--bs-gutter-y: 1.5rem; justify-content: center;}
.approach-box h3 {margin-bottom: 10px; font-size: 20px;}
.approach-box p {font-size: 16px;}
.approach-box ul li {font-size: 16px;}
.btn-appointment {font-size: 1rem;}
.docter-grid-row .os-card-grid a h4 { font-size: 15px;}
.docter-grid-row .os-card-grid a span {font-size: 13px;}
.wp-title { font-size: 1.3rem; margin-bottom: 14px; }
.wp-subtitle { font-size: 0.9rem; margin-bottom: 30px; }
.wp-icon { width: 56px; height: 56px; font-size: 1.35rem; }
.wp-card { padding: 22px 14px; }
.phcw-mini-grid { grid-template-columns: repeat(2, 1fr); }
.csl-card, .csl-card--reverse {flex-direction: row; max-width: 500px;margin: 0 auto;}
.csl-card-photo {flex: 0 0 auto;width: 100%; order: -1;}
.csl-card-photo img { max-height: 260px; }
.csl-card-content { padding: 26px 22px 30px; }
.csl-card-photo {width: 48%;  }
.csl-card-title br {display: none;}
.csl-card {    min-height: auto;}
  .phc-field input, .phc-field select {    height: 40px!important;}
  .whc-section {padding-bottom: 0}
}

@media (max-width: 575.98px) {
.phc-inc-test-pill ul {flex-direction: column;gap: 5px!important;width: 100%;}
  .csl-card-photo {width: 100%;max-width: 260px;margin: 0 auto;}
  .collab-btns { flex-direction: column; align-items: stretch; }
  .collab-btn { max-width: 100%; }
  .footer-topnav-col {display: flex;flex-direction: column; }
  .rh-bg-img {position: relative;}
  .rh-section {display: block;}
  .rh-section {max-height: fit-content;}
  .art-heading-row { flex-direction: row;}
  .collab-section .row {    flex-direction: column-reverse;}
  .gs-section {padding-bottom: 0;}
  .rh-bg-img img {min-height: 200px}
  .footer-topnav-col { flex-direction: row;}
  .kf-img {margin-bottom: 20px}
  .gs-step-text { text-align: left;}
  .new-banner {max-height: 350px;}
  .new-banner .new-banner-content h1 {font-size: 30px;line-height: 40px;}
  .new-banner-content {width: 100%;}
  .btn-appointment { font-size: 1rem;}
  .section-padding {padding: 40px 0;}
  .overview-box {width: 100%; flex-direction: column; align-items: center;}
  .heading {text-align: center;}
  .our-approach .row {--bs-gutter-y: 1.5rem;}
  .overview-btn { margin-top: 30px;}
.wcu-section .re-slide { height: 200px;}
.docter-grid-row .os-card-grid a h4 { font-size: 14px;}
.docter-grid-row .os-card-grid a span {font-size: 12px;}
.wp-why-partner { padding: 50px 0; }
.wp-card-title { font-size: 0.92rem; }
.phcw-section { padding: 56px 0; }
.phcw-title { margin-bottom: 30px; }
.phcw-overlay { padding: 20px 18px; }
.phcw-heading { font-size: 1.1rem; }
.phcw-footer { text-align: center; font-size: 0.8rem; }
.csl-card, .csl-card--reverse {flex-direction: column;max-width: 300px;margin: 0 auto;}

   .hiw {
      padding: 50px 0 40px;
    }
    .hiw-title {
      font-size: 1.3rem;
      margin-bottom: 10px;
    }
    .hiw-subtitle {
      font-size: 0.98rem;
    }
    .hiw-intro {
      font-size: 0.88rem;
      margin-bottom: 32px;
    }
    .hiw-step {
      flex: 0 0 100%;
      max-width: 320px;
      margin: 0 auto;
    }


    .csl-section { padding: 56px 0; }
  .csl-title { margin-bottom: 10px; }
  .csl-subtitle { font-size: 0.9rem; margin-bottom: 32px; }
  .csl-card-title { font-size: 1.1rem; }

    .hpv-section { padding: 56px 0; }
  .hpv-title { font-size: 1.05rem; }
  .hpv-box { padding: 20px 18px; }
  .phc-field input {    height: 40px!important;}

}

@media (max-width: 467.98px) {
  .footer-topnav-col {flex-direction: column;}
  .phc-field-row {display: block;}
}
