/* =========================
   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;
    }
}