
/* ===============================
   INFO SECTION – REFINED
   =============================== */

.info-section {
  width: 100%;
  /*min-height: 380px;*/
  background-image: url("../images/section-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ab6340; /* preserve brand color */
    padding: 80px 20px;
}

/* OVERLAY WRAPPER */
.info-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}

/* CONTENT CONTAINER */
.info-content {
  max-width: 850px; /* reduced for corporate feel */
  text-align: center;
  color: #ffffff;
}

/* SMALL INTRO LINE (if used) */
.info-content h4 {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  padding: 5px 12px;
  margin-bottom: 22px;
}


/* SUB HEADING */
.info-content h3 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.9);
}

/* MAIN HEADING */
.info-content h2 {
  font-family: 'Inter', sans-serif;
   font-size:40px;
    font-weight:400;
    line-height:1.2;
  letter-spacing: normal;
   margin-bottom: 10px;
  color: #ffffff;
}

/* BODY TEXT */
.info-content p {
  color: rgba(255, 255, 255, 1);
}

/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width:768px){

.info-content p{
    text-align:left;
}

}

@media (max-width: 768px) {

 /* .info-overlay {
    padding: 80px 20px;
  }*/
.info-section {
    padding: 40px 20px;
}
  .info-content {
    max-width: 100%;
  }

  .info-content h2 {
      line-height: 1.25;
      font-size:30px;
    max-width:260px;
    margin:auto;
  }

  .info-content h3 {
    font-size: 1.2rem;
  }
}

/* ===== SANCTUARY PARALLAX SECTION – REFINED ===== */

.sanctuary-parallax {
  position: relative;
 /*  min-height: 85vh;*/
 padding-top: 80px;
  padding-right: 20px;
  padding-bottom: 62px;
  padding-left: 20px;
  background-color: #000;
  background-image: url("../images/1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Professional dark overlay */
.sanctuary-parallax::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);  /* Corporate contrast level */
  z-index: 1;
}

/* Overlay wrapper */
.sanctuary-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
}

/* Content container */
.sanctuary-container {
  max-width: 820px;   /* Reduced for corporate feel */
  margin: 0 auto;
  text-align: center;
}

/* ===== HEADING ===== */

.sanctuary-container h1 {
 
  font-size: 40px;
   font-weight: 300;
  letter-spacing: normal;
  line-height: 1.2;
   color: #ffffff;
  margin-bottom: 20px;
}
.sanctuary-container h1 strong{
    font-weight:600;
}

@media (max-width:768px){

.sanctuary-container h1{
    font-size:28px;
    line-height:1.3;
}
.sanctuary-container h1 strong{
    font-weight:600;
    font-size:28px;
}
}
/* Emphasis style instead of heavy italic */
.sanctuary-container h1 span {
  font-style: normal;
  color: #ebe1d4;
    font-weight: 300;
  letter-spacing: normal;
}

/* ===== PARAGRAPH ===== */

.sanctuary-container p {
   color: rgba(255, 255, 255, 0.92);
 max-width:600px;
    margin:auto;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
  .sanctuary-container h1 {
    font-size: 42px;
  }
 
}

@media (max-width: 768px) {

  .sanctuary-parallax {
    background-attachment: scroll;
    min-height: auto;
      padding: 40px 5px;
  }

  .sanctuary-container h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .sanctuary-container p {
   text-align:left;
  }
}
/* ===============================
   TREATMENTS SECTION
   =============================== */

.treatments-section {
    background: #e0d0be;
  padding-top: 80px;
  padding-right: 20px;
  padding-bottom: 80px;
  padding-left: 20px;
}

.section-title {
    text-align: center;
    font-weight: 300;
    color: #5b2e2e;
    margin-bottom: 20px;
}
@media (max-width:768px){

.section-title{
    margin-bottom:0px;
}

}
#philosophy-heading{
    max-width: 850px;
    margin: 0 auto 20px auto;
    line-height: 1.25;
    philosophy-heading
}
#philosophy-heading{
    font-size:40px;
}
@media (max-width:768px){

#philosophy-heading{
    font-size:26px;
    letter-spacing: -1px;
    
}

}
@media (max-width:768px){

.philosophy-first{
    display:block;
}

}
.section-divider {
    width: 60%;
    height: 1px;
    background: #cbbcbc;
    margin: 0 auto 10px;
}

/* ===============================
   SLIDER STRUCTURE
   =============================== */

.treatments-slider {
    overflow: hidden;
    position: relative;
}

.treatments-track {
    display: flex;
    transition: transform 0.5s ease;
}

/* ===============================
   CARD
   =============================== */

.treatment-card {
    flex: 0 0 25%;        /* 4 columns desktop */
    max-width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.treatment-card img {
    max-width: 220px;
    margin: 0 auto 20px;
}

.treatment-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #5b2e2e;
    margin-bottom: 16px;
}

.treatment-card p {
      color: #6d5b5b;
    margin-bottom: 18px;
    flex-grow: 1;
}

.treatment-card .btn-know {
    margin-top: auto;
    align-self: center;
}

/* ===============================
   BUTTON
   =============================== */

.btn-know {
    display: inline-block;
    padding: 10px 26px;
    background: #ab6340;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-know:hover {
    background: #d96c52;
}

/* ===============================
   DOTS
   =============================== */

.treatments-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.treatments-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d6c2bb;
    cursor: pointer;
    transition: all 0.3s ease;
}

.treatments-dots span.active {
    background: #6b3e3e;
    transform: scale(1.2);
}

/* Hide dots on desktop */
@media (min-width: 992px) {
    .treatments-dots {
        display: none;
    }
}

/* ===============================
   MOBILE FIX
   =============================== */

@media (max-width: 991px) {

    .treatments-track {
        display: flex;
    }

    .treatment-card {
        flex: 0 0 100%;      /* FULL WIDTH */
        max-width: 100%;
        padding: 0 20px;
    }

}
@media (max-width: 768px) {

  .treatments-section {
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
}
  }


/* Prevent horizontal body scroll */
body {
  overflow-x: hidden;
}


/* WHY TRUST SECTION LIST */

.trust-list {
  list-style: none;
  padding: 0;
  margin: 10px auto 0;
  max-width: 900px;
}
@media (max-width:768px){

.trust-list{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -10px;
}
.trust-list li {
  padding-left: 5px;

}

}
.trust-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
  line-height: 1.6;
}

.trust-wrapper h2{
    font-size:34px;
    font-weight:500;
    line-height:1.3;
    letter-spacing:0.3px;
}
@media (max-width:768px){

.trust-wrapper h2{
    font-size:26px;
    line-height:1.35;
}

}

@media (max-width:768px){

.trust-wrapper ul{
    text-align:left;
    padding-left:22px;
}

.trust-wrapper li{
    text-align:left;
}

}

/* Soft accent dot */
.trust-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #f28b74; /* coral accent */
  border-radius: 50%;
}

/* Title */
.trust-title {
  display: block;
  font-weight: 500;
  font-size: 17px;
  color: #4b2f2f; /* heading brown */
  margin-bottom: 2px;
}
.section-title {
  line-height: 1.2;
}

.section-title .title-small {
  display: block;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: normal;

}
@media (max-width:768px){

.section-title .title-small{
    font-size: 28px;
    display:block;
     letter-spacing: -0.5px;
    
}

}

.section-title .title-large {
  display: block;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width:768px){

.section-title .title-large {
    font-size: 28px;
    display:block;
   
}

}

/* Description */
.trust-desc {
  display: block;
  font-size: 16px;
  color: #5f514d;
}

.trust-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* Right-side image */
.trust-visual {
  display: flex;
  justify-content: center;
}

.trust-visual img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  opacity: 0.95;
}

/* Mobile stacking */
@media (max-width: 768px) {
  .trust-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .trust-visual img {
    width: 260px;
    height: 260px;
   
  }
}


/* ===============================
   FOUNDER SECTION – REFINED
   =============================== */

.founder-section {
  background: #ebe1d4;
  padding-top: 80px;
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
}

.founder-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 90px;
  align-items: center;
}

/* ===============================
   IMAGE
   =============================== */

.founder-image-wrap {
  position: relative;
  width: 100%;
}

.founder-image {
  width: 100%;
  border-radius: 50%;
  display: block;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

/* ===============================
   VIDEO PLAY BUTTON
   =============================== */

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  color: #ab6340;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
  background: #ffffff;
}

/* ===============================
   CONTENT
   =============================== */

.founder-subtitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #5a2f2f;
  background: #e4d6c7;
  padding: 6px 12px;
  margin-bottom: 20px;
}
.founder-subtitle{
   margin-bottom: 5px;
    margin-top: -25px;
}
}


.founder-name {
  font-family: 'Playfair Display', serif;
  color: #5a2f2f;
  line-height: 1.15;
font-size:40px;
  font-weight:600;
  margin-bottom:6px;
  letter-spacing: normal;
}

.founder-role{
  font-size:18px;
  font-weight:400;

  opacity:0.9;
  display:block;
  margin-top:6px;
}

.founder-qualifications{
  font-size:16px;
  opacity:0.8;
}

.founder-name span {
  font-weight: 400;
}

.founder-qualifications {
  font-size: 18px;
  color: #7a5a5a;
  margin-bottom: 10px;
  font-weight: normal;
}

.founder-text {
  font-size: 16px;
  line-height: 1.85;
  color: #5a4a4a;
  max-width: 600px;
  margin-bottom: 35px;
}

/* ===============================
   BUTTON
   =============================== */

.founder-btn {
  display: inline-block;
  padding: 16px 34px;
  background: #ab6340;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.founder-btn:hover {
  background: #924f2f;
}

/* ===============================
   VIDEO MODAL
   =============================== */

.video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-modal.active {
  display: flex;
}

.video-modal-content {
  position: relative;
  width: 80%;
  max-width: 900px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.video-modal video {
  width: 100%;
  height: auto;
  display: block;
}

.video-close {
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 1.7rem;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.video-close:hover {
  opacity: 0.7;
}

/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width: 992px) {
  .founder-grid {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .founder-image-wrap {
    max-width: 300px;
    margin: auto;
  }

  .founder-text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .founder-name {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .founder-section {
     padding-top: 40px;
  padding-right: 26px;
  padding-bottom: 10px;
  padding-left: 26px;
  }

  .founder-name {
   font-size:26px;
  }
  .founder-text {
    text-align:left;
}
  .founder-role{
  font-size:16px;
}

.founder-qualifications{
  font-size:14px;
}

  .founder-subtitle {
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  .founder-text {
    font-size: 16px;
  }

  .founder-btn {
    font-size: 16px;
    padding: 14px 28px;
  }
}

/* ===============================
   SCROLL REVEAL ANIMATION
   =============================== */

/* Initial hidden state */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
     overflow: hidden;
}

/* Active state */
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Optional delay helpers */
.reveal.delay-1 { transition-delay: 0.15s; }
.reveal.delay-2 { transition-delay: 0.3s; }
.reveal.delay-3 { transition-delay: 0.45s; }

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* =========================================
   MINDPORT PROGRAMS TEMPLATE STYLE
========================================= */

.mindport-programs-template {
  background: #a8643f;
 padding-top: 80px;
  padding-right: 20px;
  padding-bottom: 80px;
  padding-left: 20px;
 color: #fff;
}

.programs-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

/* HEADER */
.programs-header {
  text-align: center;
  margin-bottom: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.heading-top {
  display: block;
  font-size: 40px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  letter-spacing: normal;
}
@media (max-width:768px){

.heading-top{
   font-size: 28px;
font-weight: 300;
}
}
.heading-bottom {
  display: block;
  font-size: 40px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  }
  @media (max-width:768px){

.heading-bottom{
   font-size: 28px;
font-weight: 500;
}
}


.programs-header p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 1;
}

/* GRID */
.programs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;   /* THIS creates real gap like template */
}

/* CARD STYLE */
.program-card {
  background: #ebe1d4;
  color: #333;
  padding: 35px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.program-card.image-card a{
display:block;
width:100%;
height:100%;
}

.program-card.image-card img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}


/* TEXT CARD */
.text-card h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.text-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.text-card a {
  color: #a8643f;
  text-decoration: none;
  font-weight: normal;
}

/* IMAGE CARD */
.image-card {
  padding: 0;
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .programs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .programs-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================
   PROGRAM CARD HOVER ANIMATION
========================================= */

/* Smooth transition */
.program-card {
  transition: 
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* Lift effect */
.program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

/* Image subtle zoom */
.program-card.image-card img {
  transition: transform 0.6s ease;
}

.program-card.image-card:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
.mindport-programs-template {
  background: #a8643f;
 padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  color: #fff;
}}
/* =======================================================
   CAREVILLA DIFFERENCE – 2 COLUMN PARALLAX SECTION
======================================================= */

.difference-parallax {
  position: relative;
  background-image: url("../images/parallax-care.webp"); /* change if needed */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  padding-top: 80px;
  padding-right: 20px;
  padding-bottom: 80px;
  padding-left: 20px;
}

.difference-overlay {
  background: rgba(12, 28, 38, 0.1);
}

.difference-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

/* ================= HEADER ================= */

.difference-header {
  text-align: center;
  margin-bottom: 30px;
}

.difference-header h2 {
  font-family: 'Inter', sans-serif;
  margin-bottom: 20px;
  line-height: 1.2;
}

.heading-line-1 {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

.heading-line-2 {
  display: block;
  font-size: 2.6rem;
  font-weight: 400;
}

.difference-intro {
  max-width: 750px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
}

/* ================= 2 COLUMNS ================= */

.difference-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.difference-card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(6px);
  padding: 40px;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.difference-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.difference-card h3 {
  font-size: 1.5rem;
  margin-bottom: 25px;
  font-weight: normal;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 10px;
}

.difference-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.difference-card li {
  margin-bottom: 20px;
}

.difference-card li strong {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.difference-card li p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

/* ================= RESPONSIVE ================= */
@media (max-width:768px){

.difference-intro{
    text-align:left;
}

}
@media (max-width: 992px) {

  .difference-columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /*.difference-overlay {
    padding: 90px 25px;
  }*/

  .heading-line-1 {
    font-size: 1.5rem;
  }

  .heading-line-2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 576px) {

/*  .difference-overlay {
    padding: 40px 20px;
  }*/

  .difference-card {
    padding: 30px;
  }

  .heading-line-2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
.difference-parallax {
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  color: #fff;
}}

/* SECTION team*/
/* SECTION */
.team-split-section {
  background: #e0d0be;
  padding: 90px 0;
}
/* Split Heading Styling */

#team-heading {
  margin-bottom: 25px;
}

#team-heading .team-small {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1px;
}

#team-heading .team-large {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}


/* GRID */
.team-split-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* LEFT TEXT */
.team-text h2 {
  font-size: 2.1rem;
  color: #5a3b36;
  margin-bottom: 18px;
    font-weight: 300;
  letter-spacing: 1px;
}

.team-text p {
  font-size: 17px;
  line-height: 1.6;
  color: #6f5a55;
  margin-bottom: 26px;
}

.team-highlights {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.team-highlights li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #6b4b45;
}

.team-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #f28b74;
  border-radius: 50%;
}

/* BUTTON */
.btn-outline {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 30px;
  border: 2px solid #ab6340;
  color: #ab6340;
  text-decoration: none;
  font-weight: 400;
}

.btn-outline:hover {
  background: #ab6340;
  color: #fff;
}

/* SLIDER */
.team-slider-wrap {
  position: relative;
  overflow: hidden;
}

.team-slider {
  display: flex;
  transition: transform 0.6s ease;
}

/* SLIDE */
.team-slide {
  min-width: 100%;
  text-align: center;
}

.team-slide img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 18px;
}

.team-slide h4 {
  font-size: 20px;
  color: #5a3b36;
  margin-bottom: 4px;
}

.team-slide span {
  font-size: 14px;
  color: #8a6b65;
}

/* DOTS */
.team-dots {
  display: flex;
  justify-content: center;
  margin-top: 26px;
  gap: 10px;
}

.team-dots span {
  width: 10px;
  height: 10px;
  background: #d8b9ae;
  border-radius: 50%;
  cursor: pointer;
}

.team-dots span.active {
  background: #f28b74;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .team-split-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}



/* Floating WhatsApp Wrapper */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px; /* change to right:20px; if needed */
  z-index: 9999;
  transition: transform 0.3s ease;
}

/* Image Size */
.whatsapp-float img {
    width: 170px;
    height: auto;
}

@media (max-width:768px){
    .whatsapp-float img{
        width:140px;
    }
}
/* Hover Effect */
.whatsapp-float:hover {
  transform: scale(1.08);
}

/* CTA – First Step Toward Healing */
/* ===============================
   CTA SECTION – CORPORATE VERSION
   =============================== */

.cta-section {
  padding-top: 80px;
  padding-right: 20px;
  padding-bottom: 80px;
  padding-left: 20px;
    background: rgb(235, 225, 212);
}

/* Layout */

.cta-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 100px;
  align-items: center;
    
}

/* ===============================
   LEFT COLUMN
   =============================== */

.cta-left h2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.15;
  color: #5a2f2f;
  margin-bottom: 26px;
}

.cta-left p {
  color: #5a4a4a;
  max-width: 520px;
}

/* ===============================
   RIGHT COLUMN
   =============================== */

.cta-points {
  list-style: none;
  padding: 0;
  margin-bottom: 42px;
}

.cta-points li {
  font-size: 17px;
  line-height: 1.8;
  color: #5a4a4a;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cta-points li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cta-points span {
  display: block;
  font-weight: 300;
  color: #5a2f2f;
  margin-top: 4px;
}

/* ===============================
   BUTTON
   =============================== */

.cta-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #ab6340;
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px; /* less rounded = more corporate */
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.4px;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background: #924f2f;
}

/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width: 992px) {

  .cta-wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .cta-left p {
    margin: 0 auto;
  }

  .cta-points li {
    border-bottom: none;
    padding-bottom: 0;
  }

}

@media (max-width: 768px) {

  .cta-section {
     padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  }

  .cta-left h2 {
    font-size: 30px;
  }



}




.overlap-section {
  background: #b08a73;
  padding: 100px 0 140px;
  position: relative;
}

.overlap-container {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.card-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
}

.image-card {
  background: rgba(255,255,255,0.12);
  padding: 24px;
  border-radius: 16px;
  backdrop-filter: blur(6px);
}

.image-card img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.image-card p {
  margin-top: 16px;
  color: #fff;

}

/* --- OVERLAP MAGIC --- */
/* ===== MODALITY OVERLAP EFFECT ===== */

.modalities-grid {
  position: relative;
}

/* Row layout */
.modality-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
}

/* Spacing between rows */
.row-2 {
  margin-top: 140px;
  z-index: 2;
}

.row-3 {
  margin-top: 80px;
}

/* Overlap animation */
.overlap-reveal {
  opacity: 0;
  transform: translateY(120px);
  transition: all 0.9s cubic-bezier(.22,.61,.36,1);
  will-change: transform, opacity;
}

.overlap-reveal.active {
  opacity: 1;
  transform: translateY(-100px);
}

/* Optional depth */
.overlap-reveal.active .modality-card {
  box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

/* ===== MOBILE SAFETY ===== */
@media (max-width: 768px) {
  .modality-row {
    grid-template-columns: 1fr;
  }

  .row-2,
  .row-3 {
    margin-top: 40px;
  }

  .overlap-reveal,
  .overlap-reveal.active {
    transform: none;
    opacity: 1;
  }
}
/* ===============================
   APPOINTMENT POPUP MODAL
================================ */

.appointment-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.appointment-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.appointment-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(4px);
}

.appointment-box {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-radius: 18px;
  overflow: hidden;
  z-index: 2;
  animation: scaleIn .35s ease;
}

@keyframes scaleIn {
  from { transform: scale(.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* LEFT INFO */
.appointment-info {
  background: #b08a73;
  color: #fff;
  padding: 50px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.info-small {
  font-size: 12px;
  letter-spacing: 1px;
  opacity: .8;
}

.info-phone {
  margin-top: 10px;
  font-weight: 300;
}

/* RIGHT FORM */
.appointment-form {
  padding: 45px;
  position: relative;
}

.close-modal {
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 1.8rem;
  border: none;
  background: none;
  cursor: pointer;
}

.form-subtitle {
  font-size: 12px;
  letter-spacing: 2px;
  color: #b08a73;
  margin-bottom: 6px;
}

.appointment-form h2 {
  font-size: 1.9rem;
  margin-bottom: 25px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

input, select {
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 100%;
}

.submit-btn {
  margin-top: 10px;
  background: #157a7a;
  color: #fff;
  border: none;
  padding: 16px;
  border-radius: 30px;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}
/* Message box refinement */
.message-box {
  width: 100%;
  min-height: 110px;
  resize: vertical;
  padding: 14px 16px;
  font-size: 14px;
  font-family: inherit;
  border-radius: 10px;
  border: 1px solid #ddd;
  outline: none;
  margin-bottom: 14px;
  line-height: 1.5;
}

/* Focus state to match premium feel */
.message-box:focus {
  border-color: #f28b74;
  box-shadow: 0 0 0 2px rgba(242, 139, 116, 0.15);
}


/* MOBILE */
@media (max-width: 768px) {
  .appointment-box {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}
/* Coming Soon Toast */
#comingSoonToast {
  position: fixed;
  bottom: 250px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #3e2a26;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease;
  z-index: 9999;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

#comingSoonToast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ==========================================
   GLOBAL CARE – CORPORATE LAYERED VERSION
=============================================*/

.about-split-section {
  background: linear-gradient(135deg, #ebe1d4 0%, #f3ece3 100%);
  padding-top: 80px;
  padding-right: 20px;
  padding-bottom: 80px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}

.about-container {
  max-width: 1350px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
  gap: 0;
  align-items: stretch;
  position: relative;
}

/* ==========================================
   IMAGE COLUMN
=============================================*/

.about-image {
  position: relative;
  z-index: 1;
}

.about-image img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

/* ==========================================
   CENTER PANEL (RAISED)
=============================================*/

.about-content {
  background: #ffffff;
  padding: 60px 55px;
  position: relative;
  z-index: 3;
  transform: translateY(-40px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  border-radius: 8px 0 0 8px;
}
.about-content:hover {
  transform: translateY(-45px);
  transition: 0.2s ease;
}

/* ==========================================
   RIGHT PANEL (LOWER)
=============================================*/

.about-mission {
  background: #f7f2eb;
  padding: 50px 55px;
  position: relative;
  z-index: 2;
  
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  border-radius: 0 8px 8px 0;
}
.about-mission:hover {
  transform: translateY(-40px);
  transition: 0.4s ease;
}

/* ==========================================
   TYPOGRAPHY
=============================================*/

.about-content h2 {
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #0c1c2b;
}

.welcome-text {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7a7a7a;
  margin-bottom: 22px;
background: #f3ece3;
    padding: 5px 15px;
}


.about-content p,
.about-mission p {
  color: #444;
  margin-bottom: 25px;
}

@media (max-width:768px){

.about-mission li{
    margin-bottom:-8px;
}

.about-mission li p{
    margin-bottom:0;
}

}

.about-content h3 {
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #0c1c2b;
}

.about-mission h3 {
  
  font-weight: 300;
  margin-bottom: 20px;
  color: #0c1c2b;
}

.about-mission h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #7a7a7a;
}

/* ==========================================
   LIST STYLING
=============================================*/

.care-list {
  padding-left: 20px;
}

.care-list li {
  margin-bottom: 18px;
  line-height: 1.7;
  color: #444;
}

.process-list {
  padding-left: 20px;
}

.process-list li {
  margin-bottom: 28px;
}

.process-list li strong {
  display: block;
  margin-bottom: 6px;
  color: #0c1c2b;
}

/* ==========================================
   RESPONSIVE
=============================================*/

@media (max-width: 1200px) {

  .about-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .about-content,
  .about-mission {
    transform: none;
    border-radius: 8px;
  }

  .about-image img {
    min-height: 400px;
  }
}

@media (max-width: 768px) {

  .about-split-section {
   padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  }

  .about-content,
  .about-mission {
    padding: 40px 30px;
  }

  .about-content h2 {
    font-size: 1.8rem;
  }

  .about-mission h3 {
    font-size: 1.5rem;
  }
}

/* ===== PROGRAMS SECTION ===== */
.programs-section {
  background: #ab6340;
  padding: 80px 0;
  color: #ffffff;
}

.programs-inner {
  max-width: 1200px;
}

/* Header */
.programs-header h2 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 300;
  letter-spacing: normal;
}

.programs-header p {
  max-width: 1200px;
   opacity: 1;
}

/* Subheading */
.programs-content h3 {
  font-size: 1.8rem;
  margin: 10px 0 40px;
}

/* ===== GRID ===== */
.modalities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* ===== CARD ===== */
.modality-card {
  background: #ab6340;
  border-radius: 20px;
    border-style: solid;
    border-color: #ebe1d4;
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.modality-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

.modality-card h4 {
  font-size: 20px;
  margin-bottom: 14px;
}

/* Image fix (NO horizontal scroll on mobile) */
.modality-card img {
  width: 100%;
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 16px;
  display: block;
}

.modality-card p {
  opacity: 1;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .modalities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .programs-header h2 {
    font-size: 2rem;
  }

  .modalities-grid {
    grid-template-columns: 1fr;
  }
}
.mobile-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  color: #5a3a2e; /* match brand */
  cursor: pointer;
  z-index: 1001;
}

.mobile-close:hover {
  opacity: 0.7;
}


/* ===============================
   3 COLUMN TEAM SECTION
=================================*/

.team-3col {
  background-color: #e0d0be;
  padding-top: 80px;
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
}
@media (max-width: 768px) {
.team-3col {
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;

}}

.team-3col-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* Column 1 */
.team-col-left h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: normal;
  margin-bottom: 20px;
  color: #3a2a22;
}

.team-col-left p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a3a32;
}

/* Column 2 */
.team-highlights {

  padding-left: 20px;
  margin: 0;
}

.team-highlights li {
  margin-bottom: 14px;
  line-height: 1.6;
  color: #4a3a32;
  font-size: 16px;
}

/* Column 3 */
.team-image {
  width: 100%;
  border-radius: 16px;
  display: block;
}

/* ===============================
   MOBILE RESPONSIVE
=================================*/
@media (max-width:768px){

.team-3col-container{
    padding-left:5px;
     padding-right:5px;
}

}
@media (max-width: 992px) {

  .team-3col-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .team-col-left,
  .team-col-middle,
  .team-col-right {
    text-align: left;
  }

  .team-col-left h2 {
    font-size: 30px;
  }

}
@media (max-width:768px){

.team-col-middle, .team-col-right{
    margin-top:-20px;
}

}
/* Section Background TEAM COUROSAL */
.team-carousel-section {
  background-color: #ab6340;
  padding-top: 65px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  text-align: center;
}
@media (max-width: 768px) {
.team-carousel-section {
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;

}}

.team-carousel-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Two-line Heading */
.team-section-title {
  margin-bottom: 0px;
  line-height: 1.2;
  color: #ffffff;
}

.team-section-title .title-small {
  display: block;
  font-size: 40px;
  font-weight: 300;
   letter-spacing: normal;
  text-transform: uppercase;
  opacity: 0.9;
}

.team-section-title .title-large {
  display: block;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width:768px){

.team-section-title .title-small{
    font-size:28px;
}

.team-section-title .title-large{
    font-size:28px;
}

}


/* ===============================
   CLIENTS HERO SECTION
=================================*/

.clients-hero {
  position: relative;
  height: 500px;
   background-image: url("../images/section-bg1.jpg");
  display: flex;
  align-items: center;
  padding: 0 8%;
  color: #fff;
  overflow: hidden;
}

/* Dark Overlay */
.clients-hero-overlay {
  position: absolute;
  inset: 0;
 
}

/* Content */
.clients-hero-content {
  position: relative;
  max-width: 900px;
  z-index: 2;
}

/* Heading */
.clients-hero-content h1 {
  font-size: 2.6rem;
  font-weight: 200;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

/* Paragraph */
.clients-hero-content p {
 
  margin-bottom: 30px;
  opacity: 1;
}

/* Divider */
.hero-divider {
  width: 80px;
  height: 3px;
  background: #fff;
  margin-bottom: 30px;
}

/* Breadcrumb */
.breadcrumb {
  font-size: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
  opacity: 1;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* ===============================
   RESPONSIVE
=================================*/

@media (max-width: 992px) {
  .clients-hero {
    height: 420px;
    padding: 0 6%;
  }

  .clients-hero-content h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .clients-hero {
    height: 380px;
    padding: 0 5%;
  }

  .clients-hero-content h1 {
    font-size: 2.1rem;
  }
}
@media (max-width:768px){

.about-mission,   .about-content {
    padding: 15px 20px;
  }
}
