.elementor-355 .elementor-element.elementor-element-f4a5d4e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-355 .elementor-element.elementor-element-507bf95{margin:-100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-507bf95 */@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Poppins:wght@400;500;600;700&display=swap');

.vidisha-home{
    --green:#4E7A1D;
    --green-dark:#304D17;
    --lime:#98B42E;
    --cream:#F6F8F1;
    --dark:#172012;
    --text:#65695F;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden;
    background:#fff!important;
    font-family:'Poppins',sans-serif;
}

.vidisha-home *,
.vidisha-home *::before,
.vidisha-home *::after{
    box-sizing:border-box;
}

.vidisha-home img{
    display:block;
    width:100%;
    max-width:none!important;
}

.vidisha-home a{
    text-decoration:none!important;
}

.vh-container{
    width:90%;
    max-width:1240px;
    margin:0 auto;
}

.vh-label{
    display:inline-block;
    color:#4E7A1D!important;
    font-size:11px;
    font-weight:600;
    letter-spacing:2.8px;
}

.vh-heading{
    max-width:720px;
    margin:0 auto 60px;
    text-align:center;
}

.vh-heading h2{
    margin:18px 0;
    color:#172012!important;
    font-family:'DM Serif Display',Georgia,serif!important;
    font-size:54px;
    font-weight:400!important;
    line-height:1.08;
}

.vh-heading h2 i{
    color:#4E7A1D!important;
    font-style:normal;
}

.vh-heading p{
    color:#65695F!important;
    font-size:15px;
    line-height:1.8;
}

.vh-btn,
.vh-outline,
.vh-call{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    gap:13px;
    min-height:52px;
    padding:0 28px;
    border-radius:3px;
    font-family:'Poppins',sans-serif!important;
    font-size:13px!important;
    font-weight:600!important;
    transition:.3s ease;
}

.vh-btn{
    background:#98B42E!important;
    color:#fff!important;
    border:1px solid #98B42E!important;
}

.vh-btn:hover{
    background:#4E7A1D!important;
    color:#fff!important;
    border-color:#4E7A1D!important;
    transform:translateY(-3px);
}

.vh-outline{
    color:#fff!important;
    background:rgba(255,255,255,.06)!important;
    border:1px solid rgba(255,255,255,.75)!important;
}

.vh-outline:hover{
    background:#fff!important;
    color:#4E7A1D!important;
}

.vh-call{
    background:#98B42E!important;
    color:#fff!important;
    border:1px solid #98B42E!important;
}

.vh-call:hover{
    background:#fff!important;
    color:#4E7A1D!important;
}


/* HERO */

.vh-hero{
    position:relative!important;
    width:100%!important;
    height:90vh!important;
    min-height:680px!important;
    overflow:hidden!important;
    display:flex;
    align-items:center;
    background:#16220D;
}

.vh-hero>img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
}

.vh-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(8,18,5,.78),
        rgba(8,18,5,.40) 50%,
        rgba(8,18,5,.08)
    );
}

.vh-hero-content{
    position:relative;
    z-index:2;
    width:90%;
    max-width:1240px;
    margin:auto;
    padding-bottom:60px;
}

.vh-kicker{
    color:#fff!important;
    font-size:11px;
    font-weight:600;
    letter-spacing:3px;
}

.vh-hero-content h1{
    max-width:800px;
    margin:20px 0;
    color:#fff!important;
    font-family:'DM Serif Display',Georgia,serif!important;
    font-size:82px;
    font-weight:400!important;
    line-height:1.02;
}

.vh-hero-content h1 i{
    color:#C8DE87!important;
    font-style:normal;
}

.vh-hero-content p{
    max-width:570px;
    margin:0 0 32px;
    color:rgba(255,255,255,.9)!important;
    font-size:16px;
    line-height:1.8;
}

.vh-buttons{
    display:flex;
    gap:14px;
}


/* WELCOME */

.vh-welcome{
    padding:120px 0;
    background:#fff;
}

.vh-two-column{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    align-items:center;
}

.vh-image-frame{
    position:relative;
}

.vh-image-frame:after{
    content:"";
    position:absolute;
    inset:18px -18px -18px 18px;
    border:1px solid #CBD9BD;
}

.vh-image-frame img{
    position:relative;
    z-index:1;
    height:560px;
    object-fit:cover;
}

.vh-content h2{
    margin:18px 0 25px;
    color:#172012!important;
    font-family:'DM Serif Display',Georgia,serif!important;
    font-size:56px;
    font-weight:400;
    line-height:1.06;
}

.vh-content h2 i{
    color:#4E7A1D!important;
    font-style:normal;
}

.vh-content p{
    max-width:570px;
    color:#65695F!important;
    font-size:15px;
    line-height:1.9;
}

.vh-link{
    display:inline-block;
    margin-top:16px;
    color:#4E7A1D!important;
    font-size:13px;
    font-weight:600;
}


/* HIGHLIGHTS */

.vh-highlights{
    padding:110px 0;
    background:#F6F8F1;
}

.vh-highlight-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border-top:1px solid #D7DFCF;
    border-bottom:1px solid #D7DFCF;
}

.vh-highlight{
    min-height:240px;
    padding:35px 28px;
    border-right:1px solid #D7DFCF;
}

.vh-highlight:last-child{
    border-right:0;
}

.vh-highlight>span{
    color:#98B42E;
    font-family:'DM Serif Display',Georgia,serif;
    font-size:27px;
}

.vh-highlight h3{
    margin:20px 0 12px;
    color:#172012;
    font-size:18px;
}

.vh-highlight p{
    color:#65695F;
    font-size:13px;
    line-height:1.8;
}


/* NEARBY */

.vh-nearby{
    padding:120px 0;
    background:#fff;
}

.vh-nearby-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.vh-nearby-card{
    background:#F6F8F1;
}

.vh-nearby-image{
    height:300px;
    overflow:hidden;
}

.vh-nearby-image img{
    height:100%;
    object-fit:cover;
    transition:.6s ease;
}

.vh-nearby-card:hover img{
    transform:scale(1.06);
}

.vh-nearby-info{
    padding:25px;
}

.vh-nearby-info>span{
    color:#98B42E;
    font-size:11px;
    font-weight:600;
}

.vh-nearby-info h3{
    margin:10px 0;
    color:#172012;
    font-family:'DM Serif Display',Georgia,serif;
    font-size:28px;
    font-weight:400;
}

.vh-nearby-info p{
    color:#65695F;
    font-size:13px;
    line-height:1.8;
}

.vh-small-link{
    color:#4E7A1D!important;
    font-size:12px;
    font-weight:600;
}


/* THINGS */

.vh-things{
    padding:120px 0;
    background:#F6F8F1;
}

.vh-things-scroll{
    display:flex;
    gap:15px;
    overflow-x:auto;
    padding:5px 0 20px;
    scrollbar-width:none;
}

.vh-things-scroll::-webkit-scrollbar{
    display:none;
}

.vh-thing{
    position:relative;
    flex:0 0 270px;
    height:390px;
    overflow:hidden;
}

.vh-thing img{
    height:100%;
    object-fit:cover;
    transition:.6s ease;
}

.vh-thing:hover img{
    transform:scale(1.07);
}

.vh-thing-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        transparent 35%,
        rgba(7,16,4,.85)
    );
}

.vh-thing-info{
    position:absolute;
    left:22px;
    right:22px;
    bottom:22px;
    z-index:2;
}

.vh-thing-info span{
    color:#C8DE87;
    font-size:10px;
}

.vh-thing-info h3{
    margin:6px 0 0;
    color:#fff!important;
    font-family:'DM Serif Display',Georgia,serif;
    font-size:29px;
    font-weight:400;
}

.vh-center{
    text-align:center;
    margin-top:35px;
}


/* STAY */

.vh-stay{
    padding:120px 0;
    background:#fff;
}

.vh-stay .vh-content h2{
    font-size:60px;
}


/* EXPERIENCES */

.vh-experiences{
    padding:0;
}

.vh-experience-banner{
    position:relative;
    height:620px;
    overflow:hidden;
    display:flex;
    align-items:center;
}

.vh-experience-banner>img{
    position:absolute;
    inset:0;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
}

.vh-banner-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(8,18,5,.78),
        rgba(8,18,5,.15)
    );
}

.vh-banner-content{
    position:relative;
    z-index:2;
    width:90%;
    max-width:1240px;
    margin:auto;
}

.vh-banner-content>span{
    color:#fff;
    font-size:11px;
    letter-spacing:3px;
}

.vh-banner-content h2{
    max-width:800px;
    margin:18px 0 20px;
    color:#fff!important;
    font-family:'DM Serif Display',Georgia,serif;
    font-size:66px;
    font-weight:400;
    line-height:1.05;
}

.vh-banner-content h2 i{
    color:#C8DE87;
    font-style:normal;
}

.vh-banner-content p{
    margin:0 0 30px;
    color:rgba(255,255,255,.85);
}


/* CORPORATE + WEDDING */

.vh-corporate,
.vh-wedding{
    padding:120px 0;
}

.vh-corporate{
    background:#F6F8F1;
}

.vh-wedding{
    background:#fff;
}

.vh-corporate .vh-image-frame img,
.vh-wedding .vh-image-frame img{
    height:540px;
    object-fit:cover;
}


/* GALLERY */

.vh-gallery{
    padding:120px 0;
    background:#F6F8F1;
}

.vh-gallery-grid{
    display:grid;
    grid-template-columns:1.4fr .8fr .8fr;
    grid-template-rows:260px 260px;
    gap:14px;
}

.vh-gallery-grid>div{
    overflow:hidden;
}

.vh-gallery-grid img{
    height:100%;
    object-fit:cover;
    transition:.5s ease;
}

.vh-gallery-grid img:hover{
    transform:scale(1.05);
}

.vh-gallery-large{
    grid-row:span 2;
}


/* REVIEWS */

.vh-reviews{
    padding:120px 0;
    background:#fff;
}

.vh-review-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.vh-review{
    padding:38px 30px;
    background:#F6F8F1;
    text-align:center;
}

.vh-stars{
    color:#98B42E;
    letter-spacing:4px;
    font-size:15px;
}

.vh-review p{
    margin:22px 0;
    color:#65695F;
    font-family:'DM Serif Display',Georgia,serif;
    font-size:20px;
    line-height:1.5;
}

.vh-review strong{
    display:block;
    color:#172012;
    font-size:13px;
}

.vh-review span{
    display:block;
    margin-top:5px;
    color:#98B42E;
    font-size:10px;
    letter-spacing:1px;
}


/* FINAL CTA */

.vh-final{
    padding:120px 20px;
    background:linear-gradient(135deg,#304D17,#4E7A1D);
    text-align:center;
}

.vh-final-inner{
    max-width:850px;
    margin:auto;
}

.vh-final-inner>span{
    color:#fff;
    font-size:11px;
    font-weight:600;
    letter-spacing:3px;
}

.vh-final h2{
    margin:20px 0;
    color:#fff!important;
    font-family:'DM Serif Display',Georgia,serif;
    font-size:68px;
    font-weight:400;
    line-height:1.04;
}

.vh-final h2 i{
    color:#C8DE87;
    font-style:normal;
}

.vh-final p{
    max-width:600px;
    margin:0 auto 35px;
    color:rgba(255,255,255,.85);
    font-size:15px;
    line-height:1.8;
}

.vh-final-buttons{
    display:flex;
    justify-content:center;
    gap:14px;
}


/* ELEMENTOR */

.vidisha-home .elementor-widget-container{
    margin:0!important;
    padding:0!important;
}

.elementor-widget-html:has(.vidisha-home){
    margin:0!important;
    padding:0!important;
}


/* TABLET */

@media(max-width:1000px){

    .vh-hero-content h1{
        font-size:64px;
    }

    .vh-two-column{
        grid-template-columns:1fr;
    }

    .vh-highlight-grid{
        grid-template-columns:1fr 1fr;
    }

    .vh-highlight:nth-child(2){
        border-right:0;
    }

    .vh-highlight:nth-child(-n+2){
        border-bottom:1px solid #D7DFCF;
    }

    .vh-nearby-grid{
        grid-template-columns:1fr 1fr;
    }

    .vh-review-grid{
        grid-template-columns:1fr 1fr;
    }

}


/* MOBILE */

@media(max-width:700px){

    .vh-hero{
        height:88vh!important;
        min-height:620px!important;
    }

    .vh-hero-content h1{
        font-size:46px;
    }

    .vh-hero-content p{
        font-size:14px;
    }

    .vh-buttons{
        flex-direction:column;
        align-items:flex-start;
    }

    .vh-welcome,
    .vh-highlights,
    .vh-nearby,
    .vh-things,
    .vh-stay,
    .vh-corporate,
    .vh-wedding,
    .vh-gallery,
    .vh-reviews{
        padding:80px 0;
    }

    .vh-heading h2{
        font-size:40px;
    }

    .vh-content h2,
    .vh-stay .vh-content h2{
        font-size:42px;
    }

    .vh-image-frame img{
        height:400px;
    }

    .vh-highlight-grid{
        grid-template-columns:1fr;
    }

    .vh-highlight{
        border-right:0!important;
        border-bottom:1px solid #D7DFCF;
    }

    .vh-highlight:last-child{
        border-bottom:0;
    }

    .vh-nearby-grid{
        grid-template-columns:1fr;
    }

    .vh-nearby-image{
        height:280px;
    }

    .vh-thing{
        flex-basis:240px;
        height:340px;
    }

    .vh-experience-banner{
        height:520px;
    }

    .vh-banner-content h2{
        font-size:44px;
    }

    .vh-gallery-grid{
        grid-template-columns:1fr 1fr;
        grid-template-rows:180px 180px 180px;
    }

    .vh-gallery-large{
        grid-row:span 2;
    }

    .vh-review-grid{
        grid-template-columns:1fr;
    }

    .vh-final{
        padding:85px 20px;
    }

    .vh-final h2{
        font-size:46px;
    }

    .vh-final-buttons{
        flex-direction:column;
    }

    .vh-final-buttons a{
        width:100%;
    }

}/* End custom CSS */