.elementor-1424 .elementor-element.elementor-element-ce36f2c{--display:flex;--margin-top:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--z-index:23;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-1424 .elementor-element.elementor-element-199f6b2{text-align:center;}.elementor-1424 .elementor-element.elementor-element-199f6b2 .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:41px;font-weight:800;text-transform:capitalize;line-height:1.1em;color:var( --e-global-color-8c68a8d );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1424 .elementor-element.elementor-element-d3ab111{padding:0px 120px 0px 120px;text-align:center;color:#000000;}.elementor-1424 .elementor-element.elementor-element-f4d8846{--display:flex;--margin-top:-49px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-1424 .elementor-element.elementor-element-a1cf60f{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-1424 .elementor-element.elementor-element-199f6b2 .elementor-heading-title{font-size:3rem;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-1424 .elementor-element.elementor-element-199f6b2 .elementor-heading-title{font-size:2.5rem;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-d2cd85b */.amv-attractions{
    max-width:1400px;
    margin:auto;
    padding:80px 20px;
    background:#fff;
}

.amv-heading{
    position:relative;
    text-align:center;
    margin-bottom:40px;
}

.amv-heading span{
    color:#5f7f52;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.amv-heading h2{
    font-size:52px;
    font-weight:700;
    margin-top:10px;
    color:#111;
    font-family:Georgia,serif;
}

.view-btn{
    position:absolute;
    right:0;
    top:20px;
    border:1px solid #8fa48d;
    padding:14px 24px;
    border-radius:12px;
    color:#234127;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.view-btn:hover{
    background:#234127;
    color:#fff;
}

.attractions-slider{
    display:flex;
    gap:20px;
    overflow-x:auto;
    scrollbar-width:none;
}

.attractions-slider::-webkit-scrollbar{
    display:none;
}

.attraction-card{
    min-width:260px;
    height:190px;
    border-radius:18px;
    overflow:hidden;
    position:relative;
    flex-shrink:0;
    cursor:pointer;
    transition:.4s;
}

.attraction-card:hover{
    transform:translateY(-8px);
}

.attraction-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.15)
    );
}

.content{
    position:absolute;
    left:18px;
    bottom:18px;
    color:#fff;
    z-index:2;
}

.content h3{
    margin:0;
    font-size:22px;
    font-weight:700;
}

.content p{
    margin-top:8px;
    font-size:14px;
}

@media(max-width:768px){

    .amv-heading h2{
        font-size:34px;
    }

    .view-btn{
        position:static;
        display:inline-block;
        margin-top:20px;
    }

    .attraction-card{
        min-width:280px;
        height:190px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a409df */.location-badge{
    display:none !important;
}

.location-section{
    padding:80px 50px;
    background:#1F4B2C2B;
     border-radius:50px !important;
}

.location-container{
    max-width:1400px;
    margin:auto;
}

.location-top{
    text-align:center;
    margin-bottom:50px;
}

.location-top span{
    color:#1F4B2C;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.location-top h2{
    font-size:54px;
    color:#1F4B2C;
    margin:15px 0;
    font-family:Georgia,serif;
}

.location-top p{
    max-width:850px;
    margin:auto;
    color:#000;
    line-height:1.8;
}

.location-grid{
    display:grid;
    grid-template-columns:55% 45%;
    gap:25px;
    align-items:start;
}

.map-card{
    overflow:hidden !important;
}

.map-card img{
    width:100%;
    height:700px;
    object-fit:cover !important;
    border-radius:20px !important;
    display:block;
}

.location-badge{
    margin-top:15px;
    background:#1F4B2C;
    color:#fff;
    padding:14px 20px;
    border-radius:10px;
    display:inline-block;
}

.right-side{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.city-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.city-box{
    background:#fff;
    padding:20px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
    border-left:4px solid #1F4B2C;
}

.city-box h4{
    margin:0 0 5px;
    color:#1F4B2C;
}

.city-box p{
    margin:0;
    color:#000;
}

.features-row{
    display:grid;
    gap:15px;
}

.feature-card{
    background:#fff;
    padding:18px;
    border-radius:16px;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
    display:flex;
    align-items:center;
    gap:15px;
    text-align:left;
}

.feature-card .icon{
    font-size:32px;
    min-width:50px;
}

.feature-card h4{
    margin:0 0 5px;
    color:#1F4B2C;
}

.feature-card p{
    margin:0;
    color:#666;
    font-size:14px;
}

@media(max-width:991px){

.location-grid{
    grid-template-columns:1fr;
}

.map-card img{
    height:350px;
}

}

@media(max-width:767px){

.location-top h2{
    font-size:34px;
}

.city-list{
    grid-template-columns:1fr;
}

}/* End custom CSS */