/* =========================
   SOVAREL HEADER + HERO CSS
========================= */

:root{
    --green:#263A27;
    --gold:#C9A96E;
    --dark:#1A2A1B;
    --text:#34332C;
    --white:#ffffff;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Plus Jakarta Sans', sans-serif;
    background:#ffffff;
    color:var(--text);
    overflow-x:hidden;
}

a{
    text-decoration:none;
}

/* HEADER */
.site-header {
    width: 100%;
     height: 94px;
    background: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999;
}

.header-inner{
    width:100%;
    max-width:1600px;
    margin:0 auto;
      padding: 0 110px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.logo {
    width: 138px;
    min-width: 134px;
    display: flex;
    align-items: center;
}

.logo img{
    width:100%;
    height:auto;
    display:block;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-left: 80px;
}

.main-nav a{
    font-family:'Plus Jakarta Sans', sans-serif;
    font-size:14px;
    font-weight:500;
    color:var(--text);
    text-transform:uppercase;
       letter-spacing: 1px;
    line-height:1;
    white-space:nowrap;
}

.reserve-btn {
    width: 176px;
    height: 35px;
    background: var(--green);
    color: #c9a96ed1;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* MOBILE TOGGLE */
.menu-toggle{
    display:none;
    width:44px;
    height:44px;
    border:0;
    background:var(--green);
    color:var(--gold);
    font-size:28px;
    line-height:1;
    cursor:pointer;
}

/* HERO */
.hero{
    width:100%;
    min-height:740px;
    background:
        linear-gradient(rgba(38,58,39,.92), rgba(38,58,39,.92)),
        url("../images/banner.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#ffffff;
}

.hero-content{
    max-width:980px;
    padding:40px 20px 0;
}

.hero-subtitle{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;

    font-family:'Plus Jakarta Sans', sans-serif;
    font-size:13px;
    font-weight:500;
    letter-spacing:3px;
    text-transform:uppercase;
    color:var(--gold);
    margin-bottom:35px;
}

.hero-subtitle .line{
     width: 47px;
    height:1px;
    background:var(--gold);
    opacity:.8;
    flex-shrink:0;
}

.hero-title{
    font-family:'Cinzel', serif;
    font-size:72px;
    font-weight:400;
    color:#F4F2ED;
    text-transform:uppercase;
    text-align:center;
    letter-spacing:-2px;
    line-height:.95;
    transform:scaleY(.86);
}

.hero-title span{
    display:block;
}

.india-line{
    margin-top:18px;
}

.first-letter{
    display:inline;
    font-size:1.14em; /* increase only first letter */
    font-weight:400;  /* NOT bold */
    line-height:inherit;
}

.hero-title{
    font-family:'Cinzel', serif;
    font-size:68px;
    font-weight:400;
    line-height:.95;
    letter-spacing:-2px;
    color:#F4F2ED;
    text-transform:uppercase;
    text-align:center;

    transform:scaleY(.90);
}

.hero-title .title-line{
    display:block;
}

.hero-title .india-line{
    margin-top:20px;
}

.hero-title .cap{
    display:inline;
    font-size:1.16em;
    font-weight:400;
 
}


.hero-title span:last-child {
    margin-top: 16px;
}
.hero-highlight{
    font-family:'Cormorant Garamond', serif;
    font-size:74px;
    font-style:italic;
    font-weight:400;
    line-height:1;
    color:#C9A96E;
   

    transform:scaleY(.92);
}

.hero-description{
    max-width:800px;
       margin: 7px auto 0;
    font-family:'Plus Jakarta Sans', sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:1.9;
    color:#ffffff;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:24px;
    margin-top:45px;
}

.btn-gold,
.btn-outline{
    width:265px;
    height:43px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family:'Plus Jakarta Sans', sans-serif;
       font-size: 13px;
    font-weight:500;
    letter-spacing:2px;
    text-transform:uppercase;
}

.btn-gold{
    background:var(--gold);
    color:#ffffff;
}

.btn-outline{
    border:1px solid rgba(255,255,255,.35);
    color:#ffffff;
}

/* RESPONSIVE */
@media(max-width:1500px){
    .header-inner{
        padding:0 60px;
    }

    .main-nav{
        gap:36px;
    }

    .main-nav a{
        font-size:13px;
        letter-spacing:3.5px;
    }

    .logo{
        width:190px;
        min-width:190px;
    }
}

@media(max-width:1200px){
    .site-header{
        height:90px;
    }

    .header-inner{
        padding:0 25px;
    }

    .logo{
        width:155px;
        min-width:155px;
    }

    .main-nav{
        position:absolute;
        top:90px;
        left:0;
        width:100%;
        background:#ffffff;
        display:none;
        flex-direction:column;
        align-items:center;
        gap:0;
        padding:22px 0;
        border-top:1px solid #eee;
        box-shadow:0 12px 30px rgba(0,0,0,.08);
    }

    .main-nav.active{
        display:flex;
    }

    .main-nav a{
        width:100%;
        text-align:center;
        padding:18px 20px;
        font-size:14px;
        letter-spacing:4px;
    }

    .reserve-btn{
        display:none;
    }

    .menu-toggle{
        display:flex;
        align-items:center;
        justify-content:center;
    }
}

@media(max-width:768px){
    .hero{
        min-height:640px;
    }

    .hero-title{
        font-size:48px;
    }

    .hero-highlight{
        font-size:44px;
    }

    .hero-description{
        font-size:15px;
        line-height:1.8;
    }

    .hero-buttons{
        flex-direction:column;
        align-items:center;
    }

    .btn-gold,
    .btn-outline{
        width:250px;
    }
}

@media(max-width:480px){
    .logo{
        width:135px;
        min-width:135px;
    }

    .hero-title{
        font-size:38px;
    }

    .hero-highlight{
        font-size:36px;
    }

   .hero-subtitle{
    font-size:11px;
    letter-spacing:2px;
    gap:10px;
}

.hero-subtitle .line{
    width:30px;
}
}

.chakra-section{
    background:#ffffff;
    padding:70px 0 0;
    font-family:'Plus Jakarta Sans',sans-serif;
    color:#34332C;
}

.chakra-container{
    width:100%;
    max-width:1520px;
    margin:0 auto;
    padding:0 70px;
}

.chakra-top{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:start;
    margin-bottom:48px;
}

.section-label{
    display:flex;
    align-items:center;
    gap:14px;
    font-size:14px;
    font-weight:500;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#34332C;
    margin-bottom:18px;
}

.section-label span{
    width:50px;
    height:1px;
    background:#C9A96E;
}

.chakra-heading h2{
    font-family:'Cinzel',serif;
    font-size:58px;
    font-weight:400;
    line-height:1;
    color:#263A27;
    text-transform:uppercase;
}

.chakra-heading h2 em{
    display:block;
    font-family:'EB Garamond',serif;
    font-size:58px;
    font-weight:400;
    font-style:italic;
    text-transform:none;
    color:#C9A96E;
    margin-top:5px;
}

.chakra-intro p{
    font-size:18px;
    line-height:1.6;
    max-width:650px;
    color:#34332C;
}

.chakra-tabs-wrap{
    display:grid;
    grid-template-columns:245px 1fr;
    align-items:stretch;
}

.chakra-tabs{
    background:#ffffff;
    border:1px solid #e8e8e8;
    border-right:0;
}

.chakra-tab{
    width:100%;
    min-height:76px;
    background:#fff;
    border:0;
    border-bottom:1px solid #eeeeee;
    display:grid;
    grid-template-columns:58px 1fr;
    grid-template-rows:auto auto;
    column-gap:15px;
    align-items:center;
    text-align:left;
    padding:16px 18px;
    cursor:pointer;
    position:relative;
}

.chakra-tab.active::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:6px;
    height:100%;
    background:#C9A96E;
}

.chakra-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    color:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    grid-row:1 / 3;
    font-family:serif;
}

.chakra-tab strong{
    font-family:'Cinzel',serif;
    font-size:17px;
    font-weight:400;
    color:#34332C;
    text-transform:uppercase;
    line-height:1;
}

.chakra-tab small{
    font-family:'EB Garamond',serif;
    font-size:17px;
    color:#34332C;
    line-height:1.1;
}

.red{background:#E12643;}
.orange{background:#FF9818;}
.yellow{background:#FFD21A;}
.green{background:#23C878;}
.cyan{background:#31C5CE;}
.blue{background:#214DE3;}
.purple{background:#8B21D8;}

.chakra-content{
    background:#EEF7EE;
    min-height:545px;
    padding:48px 65px 42px;
}

.chakra-panel{
    display:none;
}

.chakra-panel.active{
    display:block;
}

.chakra-panel-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.chakra-title-left{
    display:flex;
    align-items:center;
    gap:18px;
}

.chakra-icon.big{
    width:58px;
    height:58px;
    font-size:28px;
    flex:0 0 58px;
}

.chakra-title-left h3{
    font-family:'Cinzel',serif;
    font-size:30px;
    font-weight:700;
    color:#263A27;
    text-transform:uppercase;
    line-height:1;
}

.chakra-title-left p{
    font-family:'EB Garamond',serif;
    font-size:22px;
    color:#34332C;
    line-height:1.1;
}

.chakra-panel-head em{
    font-family:'EB Garamond',serif;
    font-size:24px;
    font-style:italic;
    color:#586653;
}

.divider{
    width:100%;
    height:1px;
    background:#AAB8AA;
    margin:28px 0 34px;
}

.chakra-panel h4{
    font-size:18px;
    font-weight:400;
    text-transform:uppercase;
    color:#50604F;
    margin:24px 0 8px;
}

.chakra-panel p{
    font-size:16px;
    line-height:1.5;
    color:#34332C;
}

.tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:13px;
}

.tags span{
    background:#ffffff;
    padding:6px 12px;
    font-size:16px;
    color:#34332C;
}

.restore-box{
    background:#ffffff;
    border-left:5px solid #C9A96E;
    padding:20px 28px;
    font-size:17px;
    line-height:1.55;
    color:#4A4A4A;
    margin-top:14px;
    box-shadow:0 0 15px rgba(255,255,255,.8);
}

.quote{
    font-family:'EB Garamond',serif;
    font-style:italic;
    font-size:21px !important;
    margin-top:24px;
    color:#34332C;
}

.chakra-btn{
    margin-top:25px;
    width:670px;
    max-width:100%;
    height:50px;
    background:#263A27;
    color:#C9A96E;
    display:flex;
    align-items:center;
    justify-content:center;
    text-transform:uppercase;
    letter-spacing:5px;
    font-size:14px;
    font-weight:500;
}

/* responsive */
@media(max-width:991px){
    .chakra-container{
        padding:0 20px;
    }

    .chakra-top{
        grid-template-columns:1fr;
        gap:25px;
    }

    .chakra-heading h2,
    .chakra-heading h2 em{
        font-size:42px;
    }

    .chakra-tabs-wrap{
        grid-template-columns:1fr;
    }

    .chakra-tabs{
        border-right:1px solid #e8e8e8;
    }

    .chakra-content{
        padding:35px 25px;
    }

    .chakra-panel-head{
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
    }
}

@media(max-width:576px){
    .chakra-heading h2,
    .chakra-heading h2 em{
        font-size:34px;
    }

    .section-label{
        font-size:11px;
        letter-spacing:2px;
    }

    .chakra-intro p{
        font-size:15px;
    }

    .chakra-title-left h3{
        font-size:24px;
    }

    .chakra-btn{
        letter-spacing:2px;
        font-size:12px;
        padding:0 15px;
    }
}

/* =========================
   CHAKRA RESPONSIVE FIX
========================= */

@media(max-width:1199px){

    .chakra-container{
        padding:0 35px;
    }

    .chakra-top{
        gap:45px;
    }

    .chakra-heading h2{
        font-size:48px;
    }

    .chakra-heading h2 em{
        font-size:48px;
    }

    .chakra-tabs-wrap{
        grid-template-columns:220px 1fr;
    }

    .chakra-content{
        padding:40px 38px;
    }

    .chakra-tab{
        padding:14px 14px;
    }

    .chakra-tab strong{
        font-size:15px;
    }

    .chakra-tab small{
        font-size:15px;
    }
}

/* Tablet */
@media(max-width:991px){

    .chakra-section{
        padding:55px 0 0;
    }

    .chakra-container{
        padding:0 22px;
    }

    .chakra-top{
        grid-template-columns:1fr;
        gap:25px;
        margin-bottom:35px;
    }

    .chakra-heading h2{
        font-size:42px;
    }

    .chakra-heading h2 em{
        font-size:42px;
    }

    .chakra-intro p{
        max-width:100%;
        font-size:17px;
        line-height:1.6;
    }

    .chakra-tabs-wrap{
        display:block;
    }

    .chakra-tabs{
        display:flex;
        overflow-x:auto;
        overflow-y:hidden;
        border:1px solid #e8e8e8;
        border-bottom:0;
        white-space:nowrap;
        scrollbar-width:none;
    }

    .chakra-tabs::-webkit-scrollbar{
        display:none;
    }

    .chakra-tab{
        min-width:210px;
        min-height:82px;
        border-bottom:0;
        border-right:1px solid #eeeeee;
        flex:0 0 auto;
    }

    .chakra-tab.active::before{
        width:100%;
        height:5px;
        top:auto;
        bottom:0;
    }

    .chakra-content{
        padding:35px 28px;
        min-height:auto;
    }

    .chakra-panel-head{
        align-items:flex-start;
        gap:20px;
    }

    .chakra-title-left h3{
        font-size:28px;
    }

    .chakra-panel-head em{
        font-size:22px;
    }

    .restore-box{
        font-size:16px;
        padding:18px 22px;
    }

    .chakra-btn{
        width:100%;
        letter-spacing:3px;
    }
}

/* Mobile */
@media(max-width:576px){

    .chakra-section{
        padding:45px 0 0;
    }

    .chakra-container{
        padding:0 15px;
    }

    .section-label{
        font-size:11px;
        letter-spacing:2px;
        gap:10px;
        margin-bottom:15px;
    }

    .section-label span{
        width:35px;
    }

    .chakra-heading h2{
        font-size:34px;
        line-height:1.05;
    }

    .chakra-heading h2 em{
        font-size:36px;
        line-height:1;
    }

    .chakra-intro p{
        font-size:15px;
        line-height:1.6;
    }

    .chakra-tabs{
        margin-left:-15px;
        margin-right:-15px;
        padding-left:15px;
        background:#fff;
    }

    .chakra-tab{
        min-width:185px;
        min-height:75px;
        grid-template-columns:48px 1fr;
        column-gap:12px;
        padding:13px 12px;
    }

    .chakra-icon{
        width:38px;
        height:38px;
        font-size:18px;
    }

    .chakra-tab strong{
        font-size:14px;
    }

    .chakra-tab small{
        font-size:14px;
    }

    .chakra-content{
        padding:28px 18px;
        margin-left:-15px;
        margin-right:-15px;
    }

    .chakra-panel-head{
        flex-direction:column;
        align-items:flex-start;
        gap:16px;
    }

    .chakra-title-left{
        gap:14px;
    }

    .chakra-icon.big{
        width:50px;
        height:50px;
        flex:0 0 50px;
        font-size:24px;
    }

    .chakra-title-left h3{
        font-size:23px;
    }

    .chakra-title-left p{
        font-size:18px;
    }

    .chakra-panel-head em{
        font-size:20px;
    }

    .divider{
        margin:22px 0 26px;
    }

    .chakra-panel h4{
        font-size:15px;
        line-height:1.4;
        margin:20px 0 8px;
    }

    .chakra-panel p{
        font-size:15px;
        line-height:1.55;
    }

    .tags{
        gap:8px;
    }

    .tags span{
        font-size:14px;
        padding:6px 10px;
    }

    .restore-box{
        font-size:15px;
        line-height:1.55;
        padding:16px 18px;
    }

    .quote{
        font-size:18px !important;
        line-height:1.45 !important;
    }

    .chakra-btn{
        height:auto;
        min-height:52px;
        padding:14px 16px;
        font-size:11px;
        letter-spacing:2px;
        text-align:center;
        line-height:1.5;
    }
}

/* Extra small */
@media(max-width:380px){

    .chakra-heading h2{
        font-size:30px;
    }

    .chakra-heading h2 em{
        font-size:32px;
    }

    .chakra-tab{
        min-width:170px;
    }

    .chakra-content{
        padding:25px 15px;
    }
}
.video-banner{
    position:relative;
    width:100%;
    height: 529px;
    overflow:hidden;
    cursor:pointer;
        margin-top: 8%;
}

.video-banner img,
.video-banner video{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.video-overlay{
    position:absolute;
    inset:0;
    background:rgba(45,25,5,0.35);
    z-index:1;
}

.banner-play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:110px;
    height:110px;

    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
}



.video-banner.playing .video-overlay,
.video-banner.playing .banner-play-btn,
.video-banner.playing img{
    display:none;
}

@media(max-width:991px){
    .video-banner{
        height:450px;
    }

    .banner-play-btn{
        width:110px;
        height:110px;
        border-width:7px;
    }

    .banner-play-btn span{
        border-top-width:25px;
        border-bottom-width:25px;
        border-left-width:40px;
    }
}

@media(max-width:575px){
    .video-banner{
        height:260px;
    }

    .banner-play-btn{
        width:75px;
        height:75px;
        border-width:5px;
    }

    .banner-play-btn span{
        border-top-width:17px;
        border-bottom-width:17px;
        border-left-width:28px;
        margin-left:7px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');

.gift-section{
    background:#263A27;
    padding:70px 0;
    color:#C9A96E;
}

.gift-container{
    max-width:1500px;
    margin:auto;
    padding:0 40px;
}

.gift-top{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
    margin-bottom:55px;
}

.small-title,
.package-title{
    font-family:'Plus Jakarta Sans', sans-serif;
    text-transform:uppercase;
    letter-spacing:8px;
    font-size:16px;
    color:#C9A96E;
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:25px;
}

.small-title span,
.package-title span{
    width:55px;
    height:1px;
    background:#C9A96E;
    display:inline-block;
}

.gift-top h2{
    font-family:'Cinzel', serif;
    font-size:70px;
    line-height:1.05;
    font-weight:400;
    text-transform:uppercase;
    margin:0;
}

.gift-top h2 em{
    display:block;
    font-family:'Adobe Garamond Pro','Cormorant Garamond',serif;
    font-size:64px;
    text-transform:none;
    font-style:italic;
}

.gift-top p{
    font-family:'Plus Jakarta Sans', sans-serif;
    font-size:20px;
    line-height:1.6;
    color:#C9A96E;
    max-width:680px;
}

.gift-box{
    background:#2F4730;
}

.gift-tabs{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:#33432C;
}

.gift-tab {
    background: transparent;
    border: 0;
    padding: 25px 20px;
    font-family: 'Cinzel', serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #C9A96E;
    cursor: pointer;
}

.gift-tab.active{
    background:#2F4730;
    border-bottom:4px solid #C9A96E;
}

.gift-content {
    display: none !important;
}

.gift-content.active {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}



.gift-left{
    padding:70px 80px;
    background:#2F4730;
}

.gift-left > span{
    font-family:'Plus Jakarta Sans', sans-serif;
    text-transform:uppercase;
    letter-spacing:5px;
    font-size:18px;
}

.gift-left h3{
    font-family:'Cinzel', serif;
    font-size:60px;
    line-height:1;
    text-transform:uppercase;
    font-weight:400;
    margin:18px 0 5px;
}

.gift-left em{
    font-family:'Adobe Garamond Pro','Cormorant Garamond',serif;
    font-size:24px;
    color:#D8BD82;
}

.gift-left blockquote{
    font-family:'Adobe Garamond Pro','Cormorant Garamond',serif;
    font-style:italic;
    font-size:27px;
    line-height:1.35;
    color:#fff;
    border-left:2px solid #C9A96E;
    padding-left:30px;
    margin:45px 0;
    max-width:620px;
}

.gift-left p{
    font-family:'Plus Jakarta Sans', sans-serif;
    font-size:18px;
    line-height:1.6;
    color:#C9A96E;
    max-width:650px;
}

.gift-right{
    background:#1A2A1B;
    padding:70px 80px;
}

.package-card{
    background:#33432C;
    border-bottom:1px solid rgba(201,169,110,.25);
    padding:22px 28px;
    display:flex;
    justify-content:space-between;
    gap:20px;
}

.package-card.active{
    border:1px solid rgba(201,169,110,.5);
    background:#2F4730;
}

.package-card h4{
    font-family:'Cinzel', serif;
    font-size:18px;
    margin:0 0 8px;
    text-transform:uppercase;
    color:#C9A96E;
}

.package-card p{
    font-family:'Plus Jakarta Sans', sans-serif;
    margin:0;
    font-size:15px;
    color:#C9A96E;
}

.package-card strong{
    font-family:'Plus Jakarta Sans', sans-serif;
    font-size:24px;
    font-weight:400;
    white-space:nowrap;
}

.book-btn{
    display:inline-block;
    margin-top:70px;
    background:#C9A96E;
    color:#1A2A1B;
    text-decoration:none;
    padding:18px 90px;
    font-family:'Plus Jakarta Sans', sans-serif;
    text-transform:uppercase;
    letter-spacing:8px;
    font-size:18px;
}

@media(max-width:991px){
    .gift-top,
    .gift-content{
        grid-template-columns:1fr;
        gap:30px;
    }

    .gift-tabs{
        display:flex;
        overflow-x:auto;
    }

    .gift-tab{
        min-width:260px;
        font-size:15px;
    }

    .gift-left,
    .gift-right{
        padding:40px 25px;
    }

    .gift-top h2{
        font-size:46px;
    }

    .gift-top h2 em{
        font-size:44px;
    }
}


@media(max-width:575px){
    .gift-container{
        padding:0 15px;
    }

    .gift-top h2{
        font-size:36px;
    }

    .gift-top h2 em{
        font-size:34px;
    }

    .gift-top p{
        font-size:16px;
    }

    .gift-left h3{
        font-size:38px;
    }

    .gift-left blockquote{
        font-size:22px;
    }

    .package-card{
        flex-direction:column;
    }

    .book-btn{
        width:100%;
        text-align:center;
        padding:16px 20px;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Plus+Jakarta+Sans:wght@300;400;500&family=Cormorant+Garamond:ital,wght@1,400;1,500&display=swap');

.philosophy-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:820px;
    background:#fff;
}

.philosophy-left {
    padding: 90px 4vw 84px 5vw;
}

.section-label{
    font-family:'Plus Jakarta Sans', sans-serif;
    text-transform:uppercase;
    letter-spacing:7px;
    font-size:17px;
    color:#3f3f3f;
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:35px;
}

.section-label span{
    width:58px;
    height:1px;
    background:#d8d0bf;
    display:inline-block;
}

.philosophy-left h2{
    font-family:'Cinzel', serif;
    font-size:66px;
    line-height:1.08;
    font-weight:400;
    text-transform:uppercase;
    color:#263A27;
    margin:0 0 45px;
}

.philosophy-left h2 em{
    display:block;
    font-family:'Adobe Garamond Pro','Cormorant Garamond',serif;
    font-size:62px;
    font-style:italic;
    text-transform:none;
    color:#C9A96E;
}

.quote-box{
    border-left:6px solid #C9A96E;
    background:linear-gradient(90deg, rgba(201,169,110,.18), rgba(201,169,110,.03));
    padding:22px 35px;
    margin-bottom:55px;
    max-width:700px;
}

.quote-box p{
    font-family:'Adobe Garamond Pro','Cormorant Garamond',serif;
    font-style:italic;
    font-size:23px;
    line-height:1.3;
    color:#263A27;
    margin:0 0 5px;
}

.quote-box small{
    font-family:'Plus Jakarta Sans', sans-serif;
    font-size:16px;
    color:#333;
}

.philosophy-text{
    max-width:700px;
}

.philosophy-text p{
    font-family:'Plus Jakarta Sans', sans-serif;
    font-size:19px;
    line-height:1.55;
    color:#333;
    margin:0 0 32px;
}

.philosophy-right{
    position:relative;
    background:#c9d7c8;
    min-height:820px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.mandala{
    position:absolute;
    width:720px;
    height:720px;
    border-radius:50%;
    opacity:.22;

}

.mandala::before{
    content:"";
    position:absolute;
    inset:80px;

}

.mandala::after{
    content:"";
    position:absolute;
    inset:210px;
  
}

.mantra-text{
    position:relative;
    z-index:2;
    text-align:center;
    color:#263A27;
    font-family:'Plus Jakarta Sans', sans-serif;
}

.mantra-text h3{
    font-size:34px;
    font-weight:400;
    margin:0 0 15px;
}

.mantra-text h4{
    font-size:32px;
    font-weight:400;
    margin:0 0 12px;
}

.mantra-text p{
    font-size:23px;
    margin:0;
}

/* Responsive */
@media(max-width:991px){
    .philosophy-section{
        grid-template-columns:1fr;
    }

    .philosophy-left{
        padding:60px 30px;
    }

    .philosophy-right{
        min-height:520px;
    }

    .philosophy-left h2{
        font-size:48px;
    }

    .philosophy-left h2 em{
        font-size:48px;
    }

    .mandala{
        width:520px;
        height:520px;
    }
}

@media(max-width:575px){
    .philosophy-left{
        padding:45px 18px;
    }

    .section-label{
        font-size:13px;
        letter-spacing:4px;
        gap:12px;
    }

    .section-label span{
        width:45px;
    }

    .philosophy-left h2{
        font-size:36px;
        margin-bottom:30px;
    }

    .philosophy-left h2 em{
        font-size:38px;
    }

    .quote-box{
        padding:18px 22px;
        margin-bottom:35px;
    }

    .quote-box p{
        font-size:22px;
    }

    .quote-box small{
        font-size:14px;
    }

    .philosophy-text p{
        font-size:16px;
    }

    .philosophy-right{
        min-height:420px;
    }

    .mandala{
        width:390px;
        height:390px;
    }

    .mantra-text h3{
        font-size:25px;
    }

    .mantra-text h4{
        font-size:25px;
    }

    .mantra-text p{
        font-size:18px;
    }
}
.ritual-section{
    background:#f4f5f4;
    padding:55px 0 20px;
    overflow:hidden;
    font-family:'Plus Jakarta Sans',sans-serif;
    color:#34332C;
}

.ritual-container{
    width:100%;
    max-width:1520px;
    margin:0 auto;
    padding:0 45px;
}

.ritual-top{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    margin-bottom:48px;
}

.ritual-label{
    display:flex;
    align-items:center;
    gap:16px;
    font-size:15px;
    letter-spacing:6px;
    text-transform:uppercase;
    color:#34332C;
    margin-bottom:25px;
}

.ritual-label span{
    width:55px;
    height:1px;
    background:#C9A96E;
}

.ritual-title{
    font-family:'Cinzel',serif;
    font-size:60px;
    line-height:.95;
    font-weight:400;
    color:#263A27;
    text-transform:uppercase;
}

.ritual-title em{
    display:block;
    font-family:'EB Garamond',serif;
    font-style:italic;
    font-size:60px;
    text-transform:none;
    color:#C9A96E;
    margin-top:15px;
}

.book-tabs{
    margin-top:48px;
    display:flex;
    align-items:center;
    gap:14px;
}

.book-tabs p{
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:5px;
    color:#263A27;
    margin-right:10px;
}

.book-tabs button{
    width:135px;
    height:43px;
    background:#fff;
    border:1px solid #dfcda8;
    color:#263A27;
    text-transform:uppercase;
    letter-spacing:4px;
    font-size:14px;
    cursor:pointer;
}

.book-tabs button.active{
    background:#263A27;
    color:#C9A96E;
}

.ritual-info p{
    max-width:600px;
    font-size:17px;
    line-height:1.55;
    color:#4b4b4b;
    margin-top:28px;
}

.scroll-text{
    margin-top:62px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:18px;
    font-size:15px;
    letter-spacing:6px;
    text-transform:uppercase;
    color:#666;
}

.scroll-text span{
    width:60px;
    height:1px;
    background:#999;
}

.ritual-scroll{
    display:flex;
    gap:35px;
    overflow-x:auto;
    padding-bottom:45px;
    scroll-behavior:smooth;
}

.ritual-scroll::-webkit-scrollbar{
    height:8px;
}

.ritual-scroll::-webkit-scrollbar-track{
    background:#ffffff;
}

.ritual-scroll::-webkit-scrollbar-thumb{
    background:#C9A96E;
    border-radius:20px;
}

.ritual-card{
    flex:0 0 1000px;
    background:#263A27;
    color:#ffffff;
}

.small-card{
    flex:0 0 440px;
    background:#ffffff;
    color:#34332C;
}

.card-inner {
    padding: 38px 55px 34px;
}

.ritual-tag{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:13px;
    letter-spacing:6px;
    text-transform:uppercase;
    color:#C9A96E;
    margin-bottom:12px;
}

.ritual-tag span{
    width:35px;
    height:1px;
    background:#C9A96E;
}

.ritual-card h3{
    font-family:'Cinzel',serif;
    font-size:30px;
    line-height:1;
    font-weight:700;
    text-transform:uppercase;
    color:#C9A96E;
}

.ritual-card em{
    display:block;
    font-family:'EB Garamond',serif;
    font-style:italic;
    font-size:18px;
    color:#C9A96E;
    margin-top:12px;
}

.ritual-desc{
    margin-top:33px;
    max-width:890px;
    font-size:14px;
    line-height:1.65;
    color:rgba(255,255,255,.82);
}

.small-card .ritual-desc{
    color:#34332C;
    margin-top: 15px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
     padding: 11px 0;
}

.ritual-meta{
    margin-top:30px;
    display:grid;
    grid-template-columns:120px 160px 230px 1fr;
    align-items:end;
    gap:25px;
}

.small-card .ritual-meta{
    grid-template-columns:100px 130px 130px;
    overflow:hidden;
}

.ritual-meta small{
    display:block;
    font-size:9px;
    letter-spacing:3px;
    color:#C9A96E;
    text-transform:uppercase;
    margin-bottom:5px;
}

.ritual-meta strong{
    font-family:'Cinzel',serif;
    font-size:15px;
    font-weight:400;
    text-transform:uppercase;
    color:inherit;
}

.price{
    font-family:'Cinzel',serif;
    font-size:28px;
    font-weight:700;
    color:#C9A96E;
    text-align:right;
}

.ritual-btn{
    margin-top:18px;
    height:40px;
    width:100%;
    background:#C9A96E;
    color:#263A27;
    display:flex;
    align-items:center;
    justify-content:center;
    text-transform:uppercase;
    letter-spacing:5px;
    font-size:14px;
}

.small-card .ritual-btn{
    color:transparent;
}

/* RESPONSIVE */
@media(max-width:991px){
    .ritual-container{
        padding:0 22px;
    }

    .ritual-top{
        grid-template-columns:1fr;
        gap:25px;
        margin-bottom:45px;
    }

    .ritual-title,
    .ritual-title em{
        font-size:44px;
    }

    .ritual-info p{
        margin-top:0;
        font-size:16px;
    }

    .scroll-text{
        display:none;
    }

    .book-tabs{
        margin-top:35px;
        flex-wrap:wrap;
    }

    .ritual-card{
        flex:0 0 85%;
    }

    .card-inner{
        padding:35px 28px 20px;
    }

    .ritual-meta{
        grid-template-columns:1fr 1fr;
    }

    .price{
        text-align:left;
    }
}

@media(max-width:576px){
    .ritual-section{
        padding:55px 0 25px;
    }

    .ritual-container{
        padding:0 16px;
    }

    .ritual-label{
        font-size:11px;
        letter-spacing:3px;
    }

    .ritual-title,
    .ritual-title em{
        font-size:36px;
    }

    .book-tabs p{
        width:100%;
        font-size:13px;
    }

    .book-tabs button{
        width:130px;
    }

    .ritual-card{
        flex:0 0 92%;
    }

    .ritual-card h3{
        font-size:29px;
    }

    .ritual-desc{
        font-size:15px;
    }

    .ritual-meta{
        grid-template-columns:1fr;
        gap:18px;
    }

    .ritual-btn{
        font-size:12px;
        letter-spacing:3px;
    }
}
/* Ritual card height fix */
.ritual-scroll{
    align-items:flex-start;
}

.ritual-card{
    height:auto;
    min-height:0;
}

.active-card{
    height:auto;
    min-height:0;
}

.active-card .card-inner {
    padding-bottom: 40px;
}

.ritual-btn{
    margin-bottom:0;
}

/*==============================
TESTIMONIAL SECTION
==============================*/

.guest-section{
    background:#ffffff;
    padding:75px 0 0;
    overflow:hidden;
}

.guest-container{
    max-width:1500px;
    margin:auto;
    padding:0 45px;
}

/* Heading */

.guest-heading{
    margin-bottom:55px;
}

.guest-label{
    display:flex;
    align-items:center;
    gap:16px;
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size:15px;
    letter-spacing:6px;
    text-transform:uppercase;
    color:#34332C;
    margin-bottom:28px;
}

.guest-label span{
    width:58px;
    height:1px;
    background:#d9c79a;
}

.guest-heading h2{
    font-family:'Cinzel',serif;
    font-size:60px;
    font-weight:400;
    line-height:.95;
    color:#263A27;
    text-transform:uppercase;
}

.guest-heading h2 em{
    font-family:'EB Garamond',serif;
    font-size:67px;
    font-style:italic;
    color:#C9A96E;
    text-transform:none;
    font-weight:400;
}

/* Reviews */

.guest-reviews{
    display:grid;
    grid-template-columns:1fr 1fr;
    background:#edf2ea;
    border-top:1px solid #e6ece3;
}

.guest-card{
    padding:58px 95px 35px;
    min-height:270px;
    border-right:1px solid #dde4dc;
}

.guest-card:last-child{
    border-right:none;
}

.stars {
    color: #C9A96E;
    font-size: 24px;
    letter-spacing: 6px;
    margin-bottom: 20px;
    line-height: 1;
}

.guest-text{
    font-family:'EB Garamond',serif;
    font-size:18px;
    line-height:1.35;
    font-style:italic;
    color:#34332C;
    max-width:640px;
}

.guest-user{
    display:flex;
    align-items:center;
    gap:16px;
    margin-top:38px;
}

.guest-avatar {
    width: 45px;
    height: 45px;
    border: 1px solid #bfc7bb;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #666;
}

.guest-user h4{
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size:13px;
    font-weight:500;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#34332C;
    margin-bottom:5px;
}

.guest-user p{
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size:10px;
    color:#666;
}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:991px){

    .guest-container{
        padding:0 25px;
    }

    .guest-heading h2{
        font-size:48px;
    }

    .guest-heading h2 em{
        font-size:50px;
    }

    .guest-reviews{
        grid-template-columns:1fr;
    }

    .guest-card{
        border-right:none;
        border-bottom:1px solid #dde4dc;
        padding:45px 35px;
    }

    .guest-card:last-child{
        border-bottom:none;
    }

    .guest-text{
        font-size:22px;
    }
}

@media(max-width:576px){

    .guest-section{
        padding:55px 0 0;
    }

    .guest-container{
        padding:0 18px;
    }

    .guest-label{
        font-size:11px;
        letter-spacing:3px;
        gap:10px;
    }

    .guest-label span{
        width:35px;
    }

    .guest-heading h2{
        font-size:34px;
        line-height:1.1;
    }

    .guest-heading h2 em{
        display:block;
        font-size:36px;
        margin-top:6px;
    }

    .guest-card{
        padding:30px 22px;
    }

    .stars{
        font-size:24px;
        letter-spacing:3px;
        margin-bottom:18px;
    }

    .guest-text{
        font-size:18px;
        line-height:1.45;
    }

    .guest-avatar{
        width:54px;
        height:54px;
        font-size:22px;
    }

    .guest-user h4{
        font-size:16px;
        letter-spacing:2px;
    }

    .guest-user p{
        font-size:13px;
    }
}