body,html{
      margin:0;
      padding:0;
      background:#ffffff;
      font-size: 16px;
      font-family: "Inter", sans-serif;
}

.playfair-display{
    font-family: "Playfair Display", serif;
}

h1{
     font-family: "Playfair Display", serif;
     font-size: 96px;
     color:#1E251D !important;
}

h2{
     color:#1E251D !important;
}

p{
 font-family: "Inter", sans-serif;
color:#333C31;
}

.primary-color-btn{
    background:#3E4839 !important;
}

/* =========================
            NAVBAR
        ========================== */

        .custom-navbar{
            background:#f8f8f6;
            border-top:2px solid #2e8bd3;
            border-bottom:1px solid #e8e8e8;
            padding:14px 0;
            position: fixed;
    width: 100%;
    z-index: 1;
        }

        .brand-logo{
            font-family: 'Cormorant Garamond', serif;
            font-size:28px;
            /* font-style: italic; */
            color:#4c4c4c;
            text-decoration:none;
            white-space: nowrap;
        }

        .navbar-nav{
            gap:42px;
        }

        .navbar-nav .nav-link{
            font-size:12px;
            font-weight:500;
            letter-spacing:2px;
            color:#6b6b6b;
            text-transform: uppercase;
            transition:0.3s ease;
            padding:0 !important;
        }

        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active{
            color:#000;
        }

        .book-btn{
            background:#5E6852;
            color:#fff;
            border:none;
            border-radius:40px;
            padding:12px 28px;
            font-size:11px;
            font-weight:600;
            letter-spacing:1.5px;
            text-transform: uppercase;
            transition:0.3s ease;
            text-decoration:none;
            display:inline-flex;
            align-items:center;
            justify-content:center;
            min-width:170px;
        }

        .book-btn:hover{
            background:#6d745b;
            color:#fff;
        }

        .navbar-toggler{
            border:none;
            box-shadow:none !important;
        }

        .navbar-toggler-icon{
            width:1.4em;
            height:1.4em;
        }

        /* =========================
            MOBILE
        ========================== */

        @media (max-width: 991px){

            .custom-navbar{
                padding:12px 0;
            }

            .navbar-collapse{
                padding-top:25px;
                text-align:center;
            }

            .navbar-nav{
                gap:20px;
                margin-bottom:25px;
            }

            .brand-logo{
                font-size:24px;
            }

            .book-btn{
                width:100%;
                max-width:250px;
                margin:auto;
            }
        }


        /* =========================
        HERO SECTION
    ========================== */

    .hero-banner{
      position:relative;
      min-height:100vh;
      overflow:hidden;
      display:flex;
      align-items:center;
      background:url('/imgs/hero-background.jpg') center center/cover no-repeat;
    }

    /* Dark Overlay */
    .hero-banner::before{
      content:"";
      position:absolute;
      inset:0;
      /* background:rgba(170,165,158,0.58); */
         /* background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.92) 0%,
        rgba(255, 255, 255, 0.75) 35%,
        rgba(255, 223, 90, 0.45) 70%,
        rgba(255, 200, 0, 0.55) 100%
    ); */
    background:linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.75) 35%, rgb(255 223 90 / 0%) 70%, rgb(255 200 0 / 0%) 100%);
      z-index:2;
    }

    .hero-content{
      position:relative;
      z-index:2;
      max-width:560px;
      padding-top:40px;
      padding-bottom:40px;
    }

    .hero-content .divider{
      width: 100px;
    height: 3px;
    background-color: #B5883E;
    margin-bottom: 34px;
    margin-top: 34px;
  
    }
    /* Heading */

    h1.hero-title{
      font-size: 70px;
      line-height:0.95;
      font-weight:400;
      color:#000;
      letter-spacing:-1px;
    }

    .hero-title em{
      font-style:italic;
      font-weight:500;
    }

    /* Description */

    .hero-description{
      font-size:18px;
      line-height:1.65;
      color:#333C31;
      margin-bottom:34px;
      max-width:540px;
      font-weight:400;
    }

    /* Author */

    .hero-author{
      font-family: "Playfair Display", serif;
      font-size:24px;
      color:#B5883E;
      margin-bottom:4px;
    }

    .hero-role{
      font-size:16px;
      color:#b1b1b1;
      margin-bottom:38px;
      font-weight:400;
      text-transform: uppercase;
    }

    /* Button */

    .hero-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:#5E6852;
      color:#fff;
      text-decoration:none;
      border-radius:50px;
      padding:18px 36px;
      font-size:15px;
      font-weight:500;
      transition:0.3s ease;
      margin-bottom:34px;
      border:none;
    }

    .hero-btn:hover{
      background:#626950;
      color:#fff;
    }

    /* Footer Text */

    .hero-footer{
      font-size:16px;
      color:#333C31;
      line-height:1.5;
    }

    /* =========================
        RESPONSIVE
    ========================== */

    @media (max-width:1199px){

      .hero-title{
        font-size:62px;
      }

    }

    @media (max-width:991px){

      .hero-banner{
        min-height:auto;
        padding:120px 0 90px;
        background-position:center;
      }

      .hero-content{
        max-width:100%;
      }

      .hero-title{
        font-size:54px;
      }

      .hero-description{
        font-size:17px;
      }

    }

    @media (max-width:767px){

      .hero-banner{
        padding:100px 0 80px;
      }

      .hero-title{
        font-size:42px;
        line-height:1;
        margin-bottom:24px;
      }

      .hero-description{
        font-size:16px;
        line-height:1.7;
        margin-bottom:28px;
      }

      .hero-author{
        font-size:22px;
      }

      .hero-role{
        font-size:15px;
        margin-bottom:28px;
      }

      .hero-btn{
        width:100%;
        max-width:280px;
        padding:16px 24px;
        font-size:14px;
        margin-bottom:28px;
      }

      .hero-footer{
        font-size:15px;
      }

    }

    @media (max-width:480px){

      .hero-title{
        font-size:36px;
      }

      .hero-description{
        font-size:15px;
      }

    }

    /* =========================
        CLARITY SECTION
    ========================== */
/* .clarity-wrapper .content-box{
  padding:0 25px;
} */

.clarity-wrapper .divider-dark{
  width: 70px;
    height: 3px;
    background-color: #1E251D;
    margin-bottom: 15px;
    margin-top: 15px;
}

        .clarity-section{
      position:relative;
      padding:90px 0;
      overflow:hidden;
    }


    /* Decorative Leaf */

    .decorative-leaf{
      position:absolute;
      top:-28px;
      left: 50px;
      width:82px;
      z-index: 1;
    }

    /* Image Box */

    .image-box{
      position:relative;
      background:#ece8e2;
      border-radius:6px;
      overflow:hidden;
      max-width:460px;
      margin:auto;
    }

    .image-box img{
      width:100%;
      height:auto;
      display:block;
      object-fit:cover;
    }

    /* Content */

    /* .content-box{
      padding-left:42px;
      max-width:560px;
    } */

    .section-title{
     font-family: "Playfair Display", serif;
      font-size:64px;
      line-height:1.02;
      font-weight:400;
      color:#383833;
      margin-bottom:34px;
      letter-spacing:-1px;
    }

    .section-title em{
      font-style:italic;
    }

    .section-text{
    font-size: 20px;
    line-height: 2;
    color: #333C31;
    margin-bottom: 28px;
    font-weight: 300;
    }

    /* CTA Link */

    /* .learn-link{
      display:inline-flex;
      align-items:center;
      gap:12px;
      text-decoration:none;
      color:#68735B;
      font-size:14px;
      letter-spacing:2px;
      text-transform:uppercase;
      font-weight:500;
      margin-top:12px;
      transition:0.3s ease;
    }

    .learn-link::after{
      content:"";
      width:55px;
      height:1px;
      background:#68735B;
      display:block;
    } */

    .learn-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #6f7565;
    text-decoration: none;
}

/* Line */
.learn-link::after {
    content: "";
    position: relative;
    width: 70px;
    height: 1px;
    background: #8b8b7a;
}

/* Arrow Head */
.learn-link::before {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #8b8b7a;
    border-right: 1px solid #8b8b7a;
    transform: translateY(-50%) rotate(45deg);
}

    .learn-link:hover{
      color:#000;
    }

    /* =========================
        RESPONSIVE
    ========================== */

    @media (max-width:1199px){

      .section-title{
        font-size:58px;
      }

    }

    @media (max-width:991px){

      .clarity-section{
        padding:80px 0;
      }

      .content-box{
        padding-left:0;
        margin-top:55px;
        max-width:100%;
      }

      .section-title{
        font-size:50px;
      }

      .section-text{
        font-size:16px;
        line-height:1.9;
      }

      .image-box{
        max-width:100%;
      }

    }

    @media (max-width:767px){

      .clarity-section{
        padding:70px 0;
      }

      .section-title{
        font-size:40px;
        line-height:1.08;
        margin-bottom:24px;
      }

      .section-text{
        font-size:15px;
        line-height:1.9;
        margin-bottom:22px;
      }

      .learn-link{
        font-size:9px;
        letter-spacing:1.5px;
      }

      .learn-link::after{
        width:42px;
      }

      .decorative-leaf{
        width:60px;
        top:-18px;
        left:0;
      }

    }

    @media (max-width:480px){

      .section-title{
        font-size:34px;
      }

      .section-text{
        font-size:14px;
      }

    }


 /* =========================
        ABOUT SECTION
    ========================== */

    .about-section{
      padding:70px 0 90px;
      background:#ffffff;
    }

    .about-wrapper{
      align-items:flex-start;
    }

    /* Left Content */

    /* .about-content{
      max-width:560px;
      padding-right:35px;
    } */

    .about-title{
      font-family: "Playfair Display", serif;
      font-size:64px;
      line-height:1;
      font-weight:400;
      color:#3d3d3d;
      margin-bottom:34px;
      letter-spacing:-0.8px;
    }

    .about-title em{
      font-style:italic;
      font-weight:400;
    }

    .about-text{
      font-size:16px;
      line-height:2;
      color:#4f4f4f;
      margin-bottom:20px;
      font-weight:400;
    }

    .author-name{
      color: #b5883e;
    font-family: 'Playfair Display';}

    .about-text strong{
      font-weight:700;
    }

    .author-credentials{
      font-family: 'Playfair Display';
      
    }

    .author-credentials h6{
line-height:1.5;
    }

    /* Right Image */

    .about-image{
      position:relative;
      width:100%;
      border-radius:28px;
      overflow:hidden;
    }

    .about-image img{
      width:100%;
      height:auto;
      display:block;
      object-fit:cover;
      border-radius:28px;
    }

    /* =========================
        RESPONSIVE
    ========================== */

    @media (max-width:1199px){

      .about-title{
        font-size:56px;
      }

    }

    @media (max-width:991px){

      .about-section{
        padding:70px 0;
      }

      .about-content{
        max-width:100%;
        padding-right:0;
        margin-bottom:50px;
      }

      .about-image{
        margin:0 auto;
      }

      .about-title{
        font-size:50px;
      }

      .about-text{
        font-size:15px;
        line-height:1.9;
      }

    }

    @media (max-width:767px){

      .about-section{
        padding:60px 0;
      }

      .about-title{
        font-size:42px;
        margin-bottom:26px;
      }

      .about-text{
        font-size:15px;
        line-height:1.9;
        margin-bottom:24px;
      }

      .about-image{
        border-radius:22px;
      }

      .about-image img{
        border-radius:22px;
      }

    }

    @media (max-width:480px){

      .about-title{
        font-size:36px;
      }

      .about-text{
        font-size:14px;
      }

    }


.meaning-section{
      padding:70px 0 85px;
      background:#f4f1ec;
    }

    .meaning-wrapper{
      align-items:flex-start;
    }

    /* LEFT CONTENT */

    .meaning-content{
      padding-right:45px;
    }

    .section-title{
      font-family: "Playfair Display", serif;
      font-size:64px;
      line-height:0.98;
      font-weight:400;
      color:#3f3d39;
      margin-bottom:18px;
      letter-spacing:-0.8px;
    }

    .section-title em{
      font-style:italic;
      font-weight:500;
    }

    .section-subtitle{
      font-size:22px;
      line-height:1.6;
      font-weight:600;
      color:#3f3f3f;
      margin-bottom:28px;
    }

    .section-text{
      font-size:17px;
      line-height:2;
      margin-bottom:26px;
      font-weight:400;
    }

    .questions-title{
      font-size:21px;
      line-height:1.6;
      font-weight:600;
      color:#3f3f3f;
      margin-top:42px;
      margin-bottom:26px;
    }

    /* LIST */

    .questions-list{
      list-style:none;
      padding:0;
      margin:0;
    }

    .questions-list li{
      position:relative;
      padding-left:18px;
      margin-bottom:24px;
      font-size:17px;
      line-height:1.8;
      color:#4d4a45;
      font-weight:400;
    }

    .questions-list li::before{
      content:"•";
      position:absolute;
      left:0;
      top:0;
      font-size:18px;
      color:#3e3e3e;
    }

    /* RIGHT SIDE */

    /* .image-wrapper{
      max-width:360px;
      margin-left:auto;
    } */

    .image-wrapper img{
      width:100%;
      height:auto;
      display:block;
      border-radius:18px;
      object-fit:cover;
      margin-bottom:18px;
    }

    .quote-text{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 2;
    color: #47423d;
    font-style: italic;
    font-weight: 400;
    }

    /* =========================
        RESPONSIVE
    ========================== */

    @media (max-width:1199px){

      .section-title{
        font-size:58px;
      }

      .meaning-content{
        padding-right:25px;
      }

    }

    @media (max-width:991px){

      .meaning-section{
        padding:70px 0;
      }

      .meaning-content{
        max-width:100%;
        padding-right:0;
        margin-bottom:55px;
      }

      .image-wrapper{
        margin:0 auto;
      }

      .section-title{
        font-size:50px;
      }

      .section-subtitle{
        font-size:20px;
      }

      .section-text,
      .questions-list li{
        font-size:16px;
        line-height:1.9;
      }

      .quote-text{
        font-size:17px;
      }

    }

    @media (max-width:767px){

      .meaning-section{
        padding:60px 0;
      }

      .section-title{
        font-size:42px;
        margin-bottom:16px;
      }

      .section-subtitle{
        font-size:18px;
        line-height:1.6;
        margin-bottom:22px;
      }

      .section-text{
        font-size:15px;
        line-height:1.9;
        margin-bottom:22px;
      }

      .questions-title{
        font-size:19px;
        margin-top:34px;
        margin-bottom:22px;
      }

      .questions-list li{
        font-size:15px;
        line-height:1.8;
        margin-bottom:18px;
      }

      .quote-text{
        font-size:16px;
        line-height:1.9;
      }

      .image-wrapper img{
        border-radius:16px;
      }

    }

    @media (max-width:480px){

      .section-title{
        font-size:36px;
      }

      .section-subtitle{
        font-size:17px;
      }

      .section-text,
      .questions-list li,
      .quote-text{
        font-size:14px;
      }

    }


    /* =========================
        SECTION THERAPY
    ========================== */

    .therapy-section{
      padding:72px 0 85px;
      background:#F4F6F5;
    }

    /* Heading */

    .section-title{
      font-family: "Playfair Display", serif;
      font-size:64px;
      line-height:1;
      font-weight:400;
      color:#42403d;
      margin-bottom:26px;
      letter-spacing:-0.8px;
    }

    .section-description{
      font-size:16px;
      line-height:2;
      color:#76716a;
      font-weight:400;
      margin-bottom:52px;
    }

    /* Cards */

    .therapy-card{
      /* background:#DDEEEA; */
      border-radius:18px;
      padding:22px 20px 22px;
      height:100%;
      transition:0.3s ease;
    }

    .therapy-card:hover{
      transform:translateY(-4px);
    }

    /* Icon Circle */

    .icon-circle{
      width:52px;
      height:52px;
      border-radius:50%;
      background:#f7f7f4;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:24px;
    }

    .icon-circle svg{
      width:24px;
      height:24px;
      stroke:#6d7a57;
    }

    /* Add right border after Card 1 and Card 2 only */
.therapy-card {
    position: relative;
    padding-right: 40px;
}

.col-lg-4:not(:last-child) .therapy-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 1px;
    height: 100%;
    background: #cfcfcf;
}

/* Remove border on mobile/tablet */
@media (max-width: 991px) {
    .col-lg-4 .therapy-card::after {
        display: none;
    }
}

    /* Card Title */

    .card-title{
      font-family: "Playfair Display", serif;
      font-size:26px;
      line-height:1.05;
      font-weight:500;
      color:#1E251D;
      margin-bottom:18px;
    }

    /* Card Text */

    .card-text{
      font-size:16px;
      line-height:1.95;
      color:#6f6b66;
      font-weight:400;
      margin-bottom:0;
    }

    /* =========================
        RESPONSIVE
    ========================== */

    @media (max-width:1199px){

      .section-title{
        font-size:58px;
      }

    }

    @media (max-width:991px){

      .therapy-section{
        padding:70px 0;
      }

      .section-title{
        font-size:50px;
      }

      .section-description{
        font-size:16px;
        line-height:1.9;
        margin-bottom:42px;
      }

      .therapy-card{
        margin-bottom:24px;
      }

    }

    @media (max-width:767px){

      .therapy-section{
        padding:60px 0;
      }

      .section-title{
        font-size:42px;
        line-height:1.08;
        margin-bottom:22px;
      }

      .section-description{
        font-size:15px;
        line-height:1.9;
        margin-bottom:34px;
      }

      .therapy-card{
        border-radius:16px;
        padding:22px 18px;
      }

      .card-title{
        font-size:24px;
      }

      .card-text{
        font-size:15px;
        line-height:1.85;
      }

      .icon-circle{
        width:48px;
        height:48px;
      }

    }

    @media (max-width:480px){

      .section-title{
        font-size:36px;
      }

      .section-description,
      .card-text{
        font-size:14px;
      }

      .card-title{
        font-size:22px;
      }

    }


    /* =========================
        SECTION SESSIONS
    ========================== */

    .sessions-section{
      padding:70px 0 85px;
      background:#F4F6F5;
    }

    .sessions-wrapper{
      align-items:flex-start;
    }

    /* LEFT CONTENT */

    .sessions-content{
      padding-right:30px;
    }

    .section-title{
      font-family: "Playfair Display", serif;
      font-size:64px;
      line-height:1;
      font-weight:400;
      color:#3f3d39;
      margin-bottom:26px;
      letter-spacing:-0.8px;
    }

    .section-title em{
      font-style:italic;
      font-weight:500;
    }

    .section-text{
      font-size:17px;
      line-height:2;
      margin-bottom:26px;
      font-weight:400;
    }

    /* RIGHT IMAGE */

    .sessions-image{
      width:100%;
      margin-left:auto;
      border-radius:18px;
      overflow:hidden;
      box-shadow:0 18px 35px rgba(0,0,0,0.10);
    }

    .sessions-image img{
      width:100%;
      height:auto;
      display:block;
      object-fit:cover;
      border-radius:18px;
    }

    /* EXPLORE SECTION */

    .explore-wrapper{
      margin-top:34px;
    }

    .explore-title{
      font-family: "Playfair Display", serif;
      font-size:30px;
      line-height:1.2;
      font-weight:500;
      color:#47433e;
      margin-bottom:18px;
    }

    /* Explore Cards */

    .explore-card{
      background:#DDEEEA;
      border-radius:16px;
      padding:22px 18px;
      display:flex;
      align-items:flex-start;
      gap:16px;
      height:100%;
      min-height:94px;
    }

    /* Number Circle */

    .number-circle{
      width:46px;
      height:46px;
      min-width:46px;
      border-radius:50%;
      border:1px solid #9ca596;
      display:flex;
      align-items:center;
      justify-content:center;
      font-family: "Playfair Display", serif;
      font-size:20px;
      color:#5d6658;
      margin-top:2px;
    }

    /* Explore Text */

    .explore-text{
      font: size 16px;
      line-height:1.8;
      color:#6c6862;
      font-weight:400;
      margin:0;
    }

    /* =========================
        RESPONSIVE
    ========================== */

    @media (max-width:1199px){

      .section-title{
        font-size:58px;
      }

      .sessions-content{
        padding-right:24px;
      }

    }

    @media (max-width:991px){

      .sessions-section{
        padding:70px 0;
      }

      .sessions-content{
        max-width:100%;
        padding-right:0;
        margin-bottom:50px;
      }

      .sessions-image{
        margin:0 auto;
        max-width:100%;
      }

      .section-title{
        font-size:50px;
      }

      .section-text{
        font-size:16px;
        line-height:1.9;
      }

      .explore-wrapper{
        margin-top:24px;
      }

    }

    @media (max-width:767px){

      .sessions-section{
        padding:60px 0;
      }

      .section-title{
        font-size:42px;
        line-height:1.08;
        margin-bottom:22px;
      }

      .section-text{
        font-size:15px;
        line-height:1.9;
        margin-bottom:22px;
      }

      .explore-title{
        font-size:28px;
        margin-bottom:18px;
      }

      .explore-card{
        min-height:auto;
        padding:20px 16px;
      }

      .explore-text{
        font-size:14px;
        line-height:1.8;
      }

      .number-circle{
        width:42px;
        height:42px;
        min-width:42px;
        font-size:18px;
      }

    }

    @media (max-width:480px){

      .section-title{
        font-size:36px;
      }

      .section-text,
      .explore-text{
        font-size:14px;
      }

      .explore-title{
        font-size:26px;
      }

    }


/* =========================
        SECTION SERVICES
    ========================== */

    .services-section{
      padding:70px 0 90px;
      /* background:#f4f4f2; */
    }

    /* HEADER */

    .section-header{
      text-align:center;
      margin-bottom:48px;
    }

    .section-title{
      font-family:'Playfair Display', serif;
      font-size:64px;
      line-height:1;
      font-weight:500;
      color:#3d3b38;
      margin-bottom:12px;
      letter-spacing:-0.8px;
    }

    .section-subtitle{
    font-size: 21px;
    line-height: 1.8;
    color: #3f3f3f;
    font-weight: 400;
    /* max-width: 500px; */
    margin: 0 auto;
    }

    /* CARDS */

    .service-card{
      border-radius:22px;
      padding:32px 30px 30px;
      height:100%;
      position:relative;
      overflow:hidden;
    }

    /* LEFT CARD */

    .dark-card{
      background:#3E4839;
      color:#fff;
    }

    .dark-card .card-title,
    .dark-card .card-text,
    .dark-card .session-details,
    .dark-card .fees-text{
      color:#fff;
    }

    .dark-card .icon-circle{
      border:2px solid rgba(255,255,255,0.85);
    }

    .dark-card .icon-circle svg{
      stroke:#fff;
    }

    .dark-card .service-btn{
      background:#f3f3f0;
      color:#5f674f;
    }

    .dark-card .service-btn:hover{
      background:#fff;
      color:#4f5740;
    }

    /* LIGHT CARD */

    .light-card{
      background:#ece9e3;
      color:#5c5a55;
      box-shadow:0 14px 28px rgba(0,0,0,0.06);
    }

    .light-card .icon-circle{
      border:2px solid #68725a;
    }

    .light-card .icon-circle svg{
      stroke:#68725a;
    }

    .light-card .service-btn{
      background:#3E4839;
      color:#ffffff;
      box-shadow:0 12px 20px rgba(0,0,0,0.06);
    }

    .light-card .service-btn:hover{
      background:#ffffff;
    }

    /* ICON */

    .icon-circle{
      width:54px;
      height:54px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:28px;
    }

    .icon-circle svg{
      width:28px;
      height:28px;
      stroke-width:1.8;
    }

    /* TITLE */

    .card-title{
      font-family:'Playfair Display', serif;
      font-size:28px;
      line-height:1.2;
      font-weight:500;
      margin-bottom:20px;
      letter-spacing:-0.3px;
    }

    /* TEXT */

    .card-text{
      font-size:17px;
      line-height:2;
      font-weight:400;
      margin-bottom:26px;
    }

    /* SESSION DETAILS */

    .session-details{
      font-size:18px;
      line-height:1.8;
      font-weight:700;
      margin-bottom:18px;
    }

    /* FEES */

    .fees-text{
      font-size:16px;
      line-height:1.9;
      margin-bottom:28px;
      font-weight:400;
    }

    /* BUTTON */

    .service-btn{
      display:inline-flex;
      align-items:center;
      gap:14px;
      border:none;
      border-radius:50px;
      padding:16px 30px;
      text-decoration:none;
      font-size:16px;
      font-weight:500;
      transition:0.3s ease;
    }

    .service-btn svg{
      width:18px;
      height:18px;
      stroke-width:2;
    }

    /* =========================
        RESPONSIVE
    ========================== */

    @media (max-width:1199px){

      .section-title{
        font-size:62px;
      }

    }

    @media (max-width:991px){

      .services-section{
        padding:70px 0;
      }

      .section-title{
        font-size:54px;
      }

      .section-subtitle{
        font-size:16px;
      }

      .service-card{
        margin-bottom:24px;
      }

    }

    @media (max-width:767px){

      .services-section{
        padding:60px 0;
      }

      .section-header{
        margin-bottom:36px;
      }

      .section-title{
        font-size:42px;
      }

      .section-subtitle{
        font-size:15px;
        line-height:1.8;
      }

      .service-card{
        padding:28px 22px 26px;
        border-radius:18px;
      }

      .card-title{
        font-size:24px;
      }

      .card-text{
        font-size:15px;
        line-height:1.9;
      }

      .session-details{
        font-size:17px;
      }

      .fees-text{
        font-size:15px;
      }

      .service-btn{
        width:100%;
        justify-content:center;
        font-size:15px;
        padding:15px 22px;
      }

    }

    @media (max-width:480px){

      .section-title{
        font-size:36px;
      }

      .card-title{
        font-size:22px;
      }

      .card-text,
      .fees-text{
        font-size:14px;
      }

      .session-details{
        font-size:16px;
      }

    }


/* =========================
        SECTION CONTACT
    ========================== */

    .contact-section{
      position:relative;
      padding:70px 0 90px;
      overflow:hidden;
      background:#f5f5f3;
    }

    /* Decorative Background */

    .contact-section::before{
      content:"";
      position:absolute;
      left:-120px;
      bottom:-180px;
      width:420px;
      height:420px;
      background:rgba(255,255,255,0.45);
      transform:rotate(45deg);
      z-index:1;
    }

    .leaf-card{
    position: absolute;
    right: 90px;
    top: 0;
    width: 30%;
    z-index: 1;
    transform: rotate(10deg) !important;
    mix-blend-mode: multiply;
    }

    /* Content */

    .section-content{
      position:relative;
      z-index:2;
    }

    .section-title{
      font-family:'Cormorant Garamond', serif;
      font-size:68px;
      line-height:1;
      font-weight:500;
      color:#3d3b38;
      margin-bottom:20px;
      letter-spacing:-1px;
    }

    .section-description{
      /* max-width:720px; */
      font-size:18px;
      line-height:1.9;
      color:#6f6b66;
      margin-bottom:42px;
      font-weight:400;
    }

    /* LEFT BOXES */

    .info-card{
      background:#ece9e3;
      border-radius:18px;
      padding:26px 22px;
      margin-bottom:18px;
    }

    .info-title{
      font-family:'Playfair Display', serif;
      font-size:28px;
      line-height:1.2;
      color:#4a4742;
      margin-bottom:24px;
      font-weight:500;
    }

    .info-item{
      display:flex;
      align-items:flex-start;
      gap:14px;
      /* margin-bottom:24px; */
      margin-bottom: 0px;
    }

    .info-item:last-child{
      margin-bottom:0;
    }

    /* Icon Circle */

    .icon-circle{
      width:30px;
      height:30px;
      min-width:30px;
      border-radius:50%;
      background:#3E4839;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-top:2px;
    }

    .icon-circle svg{
      width:14px;
      height:14px;
      stroke:#ffffff;
      stroke-width:2;
    }

    /* Info Text */

    .label{
      font-size:10px;
      text-transform:uppercase;
      letter-spacing:1px;
      color:#98948e;
      margin-bottom:3px;
      font-weight:500;
    }

    .value{
      font-size:15px;
      line-height:1.8;
      color:#4d4d4d;
      margin:0;
    }

    /* Bottom Card */

    .small-note{
      font-size:13px;
      line-height:1.9;
      color:#7c7872;
      margin:0;
      /* max-width:260px; */
    }

    /* FORM */

    .contact-form-box{
      background:#f8f8f7;
      border-radius:18px;
      padding:26px 24px 30px;
      box-shadow:0 10px 25px rgba(0,0,0,0.03);
      position:relative;
      z-index:2;
    }

    .form-label{
      font-size:10px;
      text-transform:uppercase;
      letter-spacing:1px;
      color:#77726d;
      margin-bottom:8px;
      font-weight:500;
    }

    .form-control,
    .form-select{
      background:#f1eee8;
      border:none;
      border-radius:14px;
      height:46px;
      padding:12px 16px;
      font-size:14px;
      color:#555;
      box-shadow:none !important;
    }

    textarea.form-control{
      height:120px;
      resize:none;
      padding-top:14px;
    }

    .form-control::placeholder{
      color:#a29d96;
    }

    /* Button */

    .submit-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      background:#3E4839;
      color:#fff;
      border:none;
      border-radius:50px;
      padding:16px 28px;
      min-width:170px;
      font-size:15px;
      font-weight:500;
      transition:0.3s ease;
      margin-top:10px;
    }

    .submit-btn:hover{
      background:#5e674f;
      color:#fff;
    }

    .submit-btn svg{
      width:16px;
      height:16px;
      stroke-width:2;
    }

    /* =========================
        RESPONSIVE
    ========================== */

    @media (max-width:1199px){

      .section-title{
        font-size:62px;
      }

    }

    @media (max-width:991px){

      .contact-section{
        padding:70px 0;
      }

      .section-title{
        font-size:54px;
      }

      .section-description{
        font-size:16px;
        margin-bottom:36px;
      }

      .contact-form-box{
        margin-top:24px;
      }

      .leaf-card{
        display:none;
      }

    }

    @media (max-width:767px){

      .contact-section{
        padding:60px 0;
      }

      .section-title{
        font-size:42px;
        line-height:1.08;
      }

      .section-description{
        font-size:15px;
        line-height:1.9;
      }

      .info-card,
      .contact-form-box{
        border-radius:16px;
        padding:22px 18px;
      }

      .info-title{
        font-size:24px;
      }

      .submit-btn{
        width:100%;
      }

    }

    @media (max-width:480px){

      .section-title{
        font-size:36px;
      }

      .section-description,
      .value,
      .small-note{
        font-size:14px;
      }

    }

    /* =========================================
        FOOTER
    ========================================= */

    .site-footer{
      background:#f5f5f3;
      padding:36px 0;
      border-top:1px solid rgba(0,0,0,0.04);
    }

    .footer-wrapper{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
      flex-wrap:wrap;
    }

    /* Brand */

    .footer-brand{
      font-family:'Cormorant Garamond', serif;
      font-size:20px;
      line-height:1;
      font-weight:400;
      color:#3f3d39;
      text-decoration:none;
      white-space:nowrap;
    }

    /* Copyright */

    .footer-copy{
      font-size:10px;
      line-height:1.6;
      letter-spacing:0.4px;
      text-transform:uppercase;
      color:#8a857f;
      text-align:center;
      margin:0;
      flex:1;
    }

    /* Links */

    .footer-links{
      display:flex;
      align-items:center;
      gap:32px;
      flex-wrap:wrap;
    }

    .footer-links a{
      font-size:10px;
      line-height:1.4;
      letter-spacing:0.4px;
      text-transform:uppercase;
      color:#7b7771;
      text-decoration:none;
      transition:0.3s ease;
      position:relative;
    }

    .footer-links a::after{
      content:"";
      position:absolute;
      left:0;
      bottom:-4px;
      width:0%;
      height:1px;
      background:#5f674f;
      transition:0.35s ease;
    }

    .footer-links a:hover{
      color:#4d4a45;
    }

    .footer-links a:hover::after{
      width:100%;
    }

    /* =========================================
        RESPONSIVE
    ========================================= */

    @media (max-width:991px){

      .site-footer{
        padding:30px 0;
      }

      .footer-wrapper{
        flex-direction:column;
        text-align:center;
        gap:22px;
      }

      .footer-copy{
        flex:none;
        order:3;
      }

      .footer-links{
        justify-content:center;
        gap:24px;
      }

    }

    @media (max-width:575px){

      .footer-brand{
        font-size:18px;
      }

      .footer-links{
        gap:18px;
      }

      .footer-links a,
      .footer-copy{
        font-size:9px;
      }

    }
