.elementor-13 .elementor-element.elementor-element-6067bd2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-c52a113{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-0cadfce{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-8723f3f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-674418e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-b8ebb89{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-49449a7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-c8b0280{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d0ad823 *//*=====================================
            HEADER
======================================*/

.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    padding:18px 0;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    border-bottom:1px solid rgba(31,58,95,.08);
    transition:all .35s ease;
}

.header.scrolled{
    background:#ffffff;
    padding:14px 0;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

/*=====================================
        HEADER WRAPPER
======================================*/

.header-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/*=====================================
            LOGO
======================================*/

.logo{
    text-decoration:none;
    display:flex;
    align-items:center;
}

.logo-text h2{
    margin:0;
    font-family:'Cormorant Garamond',serif;
    font-size:38px;
    line-height:1;
    color:#1F3A5F;
    font-weight:700;
}

.logo-text span{
    display:block;
    margin-top:5px;
    font-family:'Manrope',sans-serif;
    font-size:12px;
    font-weight:700;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#D9A441;
}

/*=====================================
            NAVIGATION
======================================*/

.nav-menu{
    display:flex;
    align-items:center;
    gap:38px;
    margin:0;
    padding:0;
    list-style:none;
}

.nav-menu a{
    position:relative;
    text-decoration:none;
    font-family:'Manrope',sans-serif;
    font-size:15px;
    font-weight:600;
    color:#1F3A5F;
    transition:.35s;
}

.nav-menu a::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-8px;
    width:0;
    height:2px;
    background:#D9A441;
    transition:.35s;
    transform:translateX(-50%);
}

.nav-menu a:hover,
.nav-menu a.active{
    color:#138A5A;
}

.nav-menu a:hover::after,
.nav-menu a.active::after{
    width:100%;
}

/*=====================================
        BOOK BUTTON
======================================*/

.header-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 30px;
    border-radius:50px;
    background:#138A5A;
    color:#fff;
    text-decoration:none;
    font-family:'Manrope',sans-serif;
    font-weight:700;
    transition:.35s;
}

.header-btn:hover{
    background:#1F3A5F;
    transform:translateY(-3px);
}

/*=====================================
        HAMBURGER
======================================*/

.menu-toggle{
    display:none;
    width:48px;
    height:48px;
    border:none;
    background:#1F3A5F;
    border-radius:12px;
    cursor:pointer;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:6px;
}

.menu-toggle span{
    width:22px;
    height:2px;
    background:#fff;
    transition:.35s;
}

.menu-toggle.active span:nth-child(1){
    transform:translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2){
    opacity:0;
}

.menu-toggle.active span:nth-child(3){
    transform:translateY(-8px) rotate(-45deg);
}

/*=====================================
        MOBILE
======================================*/

@media(max-width:992px){

.menu-toggle{
    display:flex;
}

.header-btn{
    display:none;
}

.navbar{
    position:fixed;
    top:0;
    right:-100%;
    width:320px;
    height:100vh;
    background:#ffffff;
    padding:120px 35px;
    transition:.4s;
    box-shadow:-10px 0 40px rgba(0,0,0,.12);
}

.navbar.active{
    right:0;
}

.nav-menu{
    flex-direction:column;
    align-items:flex-start;
    gap:28px;
}

.nav-menu a{
    font-size:18px;
    color:#1F3A5F;
}

}

@media(max-width:576px){

.header{
    padding:14px 0;
}

.logo-text h2{
    font-size:30px;
}

.logo-text span{
    font-size:11px;
    letter-spacing:2px;
}

.navbar{
    width:100%;
}

.menu-toggle{
    width:44px;
    height:44px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6067bd2 *//*=====================================
        HERO SECTION
======================================*/

.hero-section{
    position:relative;
    width:100%;
    min-height:100vh;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:
    linear-gradient(rgba(17,31,52,.72),rgba(17,31,52,.72)),
    url("../images/hero-bg.webp") center/cover no-repeat;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,
    rgba(17,31,52,.78) 0%,
    rgba(17,31,52,.58) 45%,
    rgba(17,31,52,.35) 100%);
    z-index:1;
}

.hero-container{
    position:relative;
    z-index:2;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:80px;
    padding:130px 0 90px;
}

.hero-content{
    flex:1;
    max-width:680px;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 24px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.18);
    border-radius:50px;
    color:#fff;
    font-size:15px;
    font-weight:600;
    margin-bottom:28px;
}

.hero-badge i{
    color:#D9A441;
}

.hero-title{
    font-family:'Cormorant Garamond',serif;
    font-size:68px;
    font-weight:700;
    line-height:1.1;
    color:#fff;
    margin-bottom:18px;
}

.hero-subtitle{
    font-family:'Manrope',sans-serif;
    font-size:25px;
    font-weight:600;
    color:#F7F3EB;
    line-height:1.5;
    margin-bottom:22px;
}

.hero-description{
    font-family:'Manrope',sans-serif;
    font-size:17px;
    color:rgba(255,255,255,.88);
    line-height:1.9;
    max-width:620px;
    margin-bottom:40px;
}

.hero-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:17px 34px;
    border-radius:50px;
    text-decoration:none;
    font-family:'Manrope',sans-serif;
    font-weight:600;
    transition:.35s;
}

.btn-primary{
    background:#138A5A;
    color:#fff;
}

.btn-primary:hover{
    background:#0D6F49;
    transform:translateY(-5px);
}

.btn-secondary{
    background:rgba(255,255,255,.12);
    color:#fff;
    border:1px solid rgba(255,255,255,.25);
    backdrop-filter:blur(12px);
}

.btn-secondary:hover{
    background:#D9A441;
    color:#111;
    transform:translateY(-5px);
}

.hero-stats{
    width:340px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.stat-card{
    background:rgba(255,255,255,.10);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.18);
    border-radius:22px;
    padding:35px 25px;
    text-align:center;
    transition:.35s;
}

.stat-card:hover{
    transform:translateY(-8px);
    background:rgba(255,255,255,.16);
}

.stat-card h3{
    font-family:'Cormorant Garamond',serif;
    font-size:42px;
    color:#D9A441;
    margin-bottom:10px;
}

.stat-card span{
    color:#fff;
    font-size:15px;
    line-height:1.6;
    display:block;
}

.hero-scroll{
    position:absolute;
    left:50%;
    bottom:30px;
    transform:translateX(-50%);
    z-index:2;
}

.hero-scroll a{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    letter-spacing:1px;
}

.hero-scroll i{
    font-size:22px;
    color:#D9A441;
    animation:scrollDown 1.8s infinite;
}

@keyframes scrollDown{

    0%{
        transform:translateY(0);
        opacity:1;
    }

    50%{
        transform:translateY(10px);
        opacity:.5;
    }

    100%{
        transform:translateY(0);
        opacity:1;
    }

}

/*=====================================
        RESPONSIVE
======================================*/

@media(max-width:1200px){

.hero-container{

flex-direction:column;
text-align:center;
gap:60px;

}

.hero-content{

max-width:100%;

}

.hero-description{

margin:0 auto 40px;

}

.hero-buttons{

justify-content:center;

}

.hero-stats{

width:100%;
max-width:650px;

}

}

@media(max-width:768px){

.hero-section{

min-height:auto;

}

.hero-container{

padding:120px 0 80px;

}

.hero-title{

font-size:48px;

}

.hero-subtitle{

font-size:20px;

}

.hero-description{

font-size:16px;

}

.hero-stats{

grid-template-columns:repeat(2,1fr);

}

.btn{

width:100%;
justify-content:center;

}

}

@media(max-width:576px){

.hero-title{

font-size:40px;

}

.hero-subtitle{

font-size:18px;

}

.hero-badge{

font-size:13px;
padding:10px 18px;

}

.hero-stats{

grid-template-columns:1fr;

}

.stat-card{

padding:28px;

}

.hero-scroll{

display:none;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c52a113 *//*=====================================
        ABOUT SECTION
======================================*/

.about-section{
    padding:120px 0;
    background:#FCFBF8;
    overflow:hidden;
}

.about-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.about-image{
    flex:1;
    position:relative;
}

.about-image img{
    width:100%;
    display:block;
    border-radius:28px;
    object-fit:cover;
    box-shadow:0 20px 60px rgba(0,0,0,.10);
    transition:.5s ease;
}

.about-image img:hover{
    transform:scale(1.03);
}

.about-content{
    flex:1;
    max-width:600px;
}

.section-badge{
    display:inline-block;
    padding:10px 22px;
    background:#D9A441;
    color:#fff;
    font-family:'Manrope',sans-serif;
    font-size:14px;
    font-weight:600;
    border-radius:50px;
    margin-bottom:22px;
    letter-spacing:.5px;
}

.section-title{
    font-family:'Cormorant Garamond',serif;
    font-size:52px;
    font-weight:700;
    color:#1F3A5F;
    line-height:1.2;
    margin-bottom:25px;
}

.section-description{
    font-family:'Manrope',sans-serif;
    font-size:17px;
    line-height:1.9;
    color:#5A6473;
    margin-bottom:22px;
}

.section-description strong{
    color:#1F3A5F;
    font-weight:700;
}

.about-content .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:18px;
    padding:16px 34px;
    background:#138A5A;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-family:'Manrope',sans-serif;
    font-weight:600;
    transition:.35s ease;
    box-shadow:0 12px 35px rgba(19,138,90,.20);
}

.about-content .btn:hover{
    background:#0D6F49;
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(19,138,90,.30);
}

/*=====================================
        RESPONSIVE
======================================*/

@media(max-width:992px){

.about-wrapper{
    flex-direction:column;
    gap:50px;
}

.about-content{
    max-width:100%;
    text-align:center;
}

.section-title{
    font-size:42px;
}

}

@media(max-width:768px){

.about-section{
    padding:80px 0;
}

.section-title{
    font-size:34px;
}

.section-description{
    font-size:16px;
}

.about-content .btn{
    width:100%;
}

}

@media(max-width:576px){

.section-title{
    font-size:30px;
    line-height:1.3;
}

.section-badge{
    font-size:13px;
    padding:9px 18px;
}

.about-image img{
    border-radius:20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0cadfce *//*=====================================
        ROOMS SECTION
======================================*/

.rooms-section{
    padding:120px 0;
    background:#ffffff;
    position:relative;
    overflow:hidden;
}

.rooms-section::before{
    content:"";
    position:absolute;
    top:-200px;
    right:-180px;
    width:420px;
    height:420px;
    background:rgba(217,164,65,.06);
    border-radius:50%;
    filter:blur(30px);
}

.rooms-section::after{
    content:"";
    position:absolute;
    bottom:-220px;
    left:-180px;
    width:420px;
    height:420px;
    background:rgba(31,58,95,.05);
    border-radius:50%;
    filter:blur(30px);
}

.rooms-section .container{
    position:relative;
    z-index:2;
}

/*=====================================
        SECTION HEADING
======================================*/

.section-heading{
    max-width:760px;
    margin:0 auto 70px;
    text-align:center;
}

.section-heading .section-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 24px;
    background:#D9A441;
    color:#fff;
    border-radius:50px;
    font-family:'Manrope',sans-serif;
    font-size:14px;
    font-weight:600;
    letter-spacing:.5px;
    margin-bottom:22px;
}

.section-heading .section-title{
    font-family:'Cormorant Garamond',serif;
    font-size:52px;
    color:#1F3A5F;
    font-weight:700;
    line-height:1.2;
    margin-bottom:20px;
}

.section-heading .section-description{
    font-family:'Manrope',sans-serif;
    font-size:17px;
    line-height:1.9;
    color:#5A6473;
}

/*=====================================
        ROOM GRID
======================================*/

.rooms-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

/*=====================================
        ROOM CARD
======================================*/

.room-card{

    background:#fff;

    border-radius:28px;

    overflow:hidden;

    transition:.45s;

    box-shadow:0 15px 45px rgba(0,0,0,.07);

    border:1px solid rgba(31,58,95,.08);

    position:relative;

}

.room-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

/*=====================================
        ROOM IMAGE
======================================*/

.room-image{

    position:relative;

    overflow:hidden;

    height:270px;

}

.room-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

    display:block;

}

.room-card:hover .room-image img{

    transform:scale(1.08);

}

/*=====================================
        PRICE BADGE
======================================*/

.room-price{

    position:absolute;

    top:20px;

    right:20px;

    background:#138A5A;

    color:#fff;

    padding:12px 18px;

    border-radius:50px;

    font-family:'Manrope',sans-serif;

    font-size:14px;

    font-weight:700;

    box-shadow:0 10px 30px rgba(19,138,90,.25);

}

/*=====================================
        ROOM CONTENT
======================================*/

.room-content{

    padding:30px;

}

.room-category{

    display:inline-block;

    padding:7px 18px;

    background:#F7F3EB;

    color:#D9A441;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    font-family:'Manrope',sans-serif;

    margin-bottom:18px;

    letter-spacing:.5px;

}

.room-content h3{

    font-family:'Cormorant Garamond',serif;

    font-size:34px;

    color:#1F3A5F;

    line-height:1.25;

    margin-bottom:16px;

}

.room-content p{

    font-family:'Manrope',sans-serif;

    font-size:16px;

    line-height:1.9;

    color:#5A6473;

    margin-bottom:28px;

}

/*=====================================
        ROOM META
======================================*/

.room-meta{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-bottom:28px;

}

.room-meta span{

    display:flex;

    align-items:center;

    gap:8px;

    padding:10px 16px;

    background:#F8F9FA;

    border-radius:50px;

    font-family:'Manrope',sans-serif;

    font-size:14px;

    color:#1F3A5F;

    font-weight:600;

    transition:.35s;

}

.room-meta span:hover{

    background:#1F3A5F;

    color:#fff;

}

.room-meta i{

    color:#D9A441;

    font-size:15px;

}/*=====================================
        PREMIUM ROOM BUTTON
======================================*/

.room-btn{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:18px 28px;
    background:#1F3A5F;
    color:#fff;
    text-decoration:none;
    border-radius:60px;
    font-family:'Manrope',sans-serif;
    font-size:15px;
    font-weight:700;
    letter-spacing:.4px;
    overflow:hidden;
    transition:.45s ease;
    z-index:1;
}

.room-btn::before{
    content:"";
    position:absolute;
    inset:0;
    background:#138A5A;
    transform:scaleX(0);
    transform-origin:left;
    transition:.45s;
    z-index:-1;
}

.room-btn::after{
    content:"\f061";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#D9A441;
    color:#1F3A5F;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    right:8px;
    transition:.45s;
}

.room-btn:hover{

    color:#fff;

}

.room-btn:hover::before{

    transform:scaleX(1);

}

.room-btn:hover::after{

    right:14px;

    transform:rotate(-45deg);

}

/*=====================================
        ROOM CARD EFFECTS
======================================*/

.room-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:28px;
    border:2px solid transparent;
    transition:.4s;
    pointer-events:none;
}

.room-card:hover::before{

    border-color:#D9A441;

}

.room-card:hover .room-category{

    background:#D9A441;

    color:#fff;

}

.room-card:hover h3{

    color:#138A5A;

}

.room-card:hover .room-price{

    background:#1F3A5F;

}

/*=====================================
        IMAGE OVERLAY
======================================*/

.room-image::after{

    content:"";

    position:absolute;

    left:0;

    right:0;

    bottom:0;

    height:120px;

    background:linear-gradient(to top,
    rgba(0,0,0,.45),
    transparent);

    pointer-events:none;

}

/*=====================================
        IMAGE SHINE EFFECT
======================================*/

.room-image::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:70%;

    height:100%;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.35),
    transparent);

    transform:skewX(-25deg);

    z-index:2;

}

.room-card:hover .room-image::before{

    animation:shine 1s;

}

@keyframes shine{

0%{

left:-120%;

}

100%{

left:140%;

}

}

/*=====================================
        RESPONSIVE
======================================*/

@media(max-width:1200px){

.rooms-grid{

grid-template-columns:repeat(2,1fr);

gap:30px;

}

}

@media(max-width:992px){

.rooms-section{

padding:90px 0;

}

.section-heading{

margin-bottom:55px;

}

.section-heading .section-title{

font-size:42px;

}

.room-content{

padding:25px;

}

.room-content h3{

font-size:30px;

}

}

@media(max-width:768px){

.rooms-grid{

grid-template-columns:1fr;

}

.room-image{

height:240px;

}

.section-heading .section-title{

font-size:34px;

}

.section-heading .section-description{

font-size:16px;

}

.room-content h3{

font-size:28px;

}

.room-btn{

padding:17px 24px;

font-size:14px;

}

.room-btn::after{

width:38px;

height:38px;

font-size:13px;

}

}

@media(max-width:576px){

.rooms-section{

padding:70px 0;

}

.section-heading{

margin-bottom:40px;

}

.section-heading .section-title{

font-size:30px;

}

.room-card{

border-radius:22px;

}

.room-image{

height:220px;

}

.room-content{

padding:22px;

}

.room-category{

font-size:12px;

padding:6px 15px;

}

.room-content h3{

font-size:24px;

}

.room-content p{

font-size:15px;

}

.room-meta{

gap:10px;

}

.room-meta span{

font-size:13px;

padding:9px 14px;

}

.room-price{

font-size:13px;

padding:10px 16px;

}

.room-btn{

padding:16px 20px;

}

.room-btn::after{

display:none;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8723f3f *//*=====================================
    VISION & MISSION SECTION
======================================*/

.vision-mission-section{
    padding:120px 0;
    background:#FCFBF8;
    position:relative;
    overflow:hidden;
}

.vision-mission-section::before{
    content:"";
    position:absolute;
    top:-180px;
    left:-180px;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(31,58,95,.05);
    filter:blur(25px);
}

.vision-mission-section::after{
    content:"";
    position:absolute;
    right:-180px;
    bottom:-180px;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(217,164,65,.08);
    filter:blur(25px);
}

.vision-mission-section .container{
    position:relative;
    z-index:2;
}

/*=====================================
        GRID
======================================*/

.vision-mission-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

    margin-top:70px;

}

/*=====================================
        CARD
======================================*/

.vision-card,
.mission-card{

    background:#fff;

    padding:45px;

    border-radius:28px;

    box-shadow:0 15px 45px rgba(0,0,0,.07);

    border:1px solid rgba(31,58,95,.08);

    transition:.4s ease;

    position:relative;

    overflow:hidden;

}

.vision-card::before,
.mission-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:#D9A441;

    transition:.4s;

}

.vision-card:hover,
.mission-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.vision-card:hover::before,
.mission-card:hover::before{

    height:100%;

    opacity:.04;

}

/*=====================================
        ICON
======================================*/

.card-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#1F3A5F;

    color:#fff;

    font-size:30px;

    margin-bottom:30px;

    transition:.4s;

}

.vision-card:hover .card-icon,
.mission-card:hover .card-icon{

    background:#138A5A;

    transform:rotate(10deg) scale(1.08);

}

/*=====================================
        CONTENT
======================================*/

.vision-card h3,
.mission-card h3{

    font-family:'Cormorant Garamond',serif;

    font-size:38px;

    color:#1F3A5F;

    margin-bottom:20px;

}

.vision-card p,
.mission-card p{

    font-family:'Manrope',sans-serif;

    font-size:16px;

    line-height:1.9;

    color:#5A6473;

}

/*=====================================
        RESPONSIVE
======================================*/

@media(max-width:992px){

.vision-mission-grid{

grid-template-columns:1fr;

gap:30px;

margin-top:50px;

}

}

@media(max-width:768px){

.vision-mission-section{

padding:80px 0;

}

.vision-card,
.mission-card{

padding:35px;

}

.card-icon{

width:70px;

height:70px;

font-size:26px;

margin-bottom:22px;

}

.vision-card h3,
.mission-card h3{

font-size:32px;

}

}

@media(max-width:576px){

.vision-card,
.mission-card{

padding:28px 22px;

border-radius:22px;

}

.card-icon{

width:65px;

height:65px;

font-size:24px;

}

.vision-card h3,
.mission-card h3{

font-size:28px;

}

.vision-card p,
.mission-card p{

font-size:15px;

line-height:1.8;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-674418e *//*=====================================
    NEARBY ATTRACTIONS SECTION
======================================*/

.nearby-attractions-section{
    padding:120px 0;
    background:#FCFBF8;
    position:relative;
    overflow:hidden;
}

.nearby-attractions-section::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(31,58,95,.05);
    top:-180px;
    right:-180px;
    filter:blur(35px);
}

.nearby-attractions-section::after{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(217,164,65,.08);
    bottom:-180px;
    left:-180px;
    filter:blur(35px);
}

.nearby-attractions-section .container{
    position:relative;
    z-index:2;
}

/*=====================================
        GRID
======================================*/

.attractions-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    margin-top:70px;
}

/*=====================================
        CARD
======================================*/

.attraction-card{
    background:#fff;
    border-radius:26px;
    padding:40px 35px;
    text-align:center;
    position:relative;
    overflow:hidden;
    transition:.4s ease;
    border:1px solid rgba(31,58,95,.08);
    box-shadow:0 15px 45px rgba(0,0,0,.07);
}

.attraction-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#D9A441;
    transition:.4s;
}

.attraction-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.attraction-card:hover::before{
    height:100%;
    opacity:.04;
}

/*=====================================
        ICON
======================================*/

.attraction-icon{
    width:90px;
    height:90px;
    margin:0 auto 28px;
    border-radius:50%;
    background:#1F3A5F;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:34px;
    transition:.4s ease;
    box-shadow:0 15px 35px rgba(31,58,95,.18);
}

.attraction-card:hover .attraction-icon{
    background:#138A5A;
    transform:rotate(10deg) scale(1.08);
}

/*=====================================
        TAG
======================================*/

.attraction-tag{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#F7F3EB;
    color:#D9A441;
    font-size:13px;
    font-weight:700;
    font-family:'Manrope',sans-serif;
    letter-spacing:.4px;
    margin-bottom:20px;
    transition:.35s;
}

.attraction-card:hover .attraction-tag{
    background:#D9A441;
    color:#fff;
}

/*=====================================
        CONTENT
======================================*/

.attraction-card h3{
    font-family:'Cormorant Garamond',serif;
    font-size:30px;
    color:#1F3A5F;
    margin-bottom:18px;
    line-height:1.3;
    transition:.3s;
}

.attraction-card:hover h3{
    color:#138A5A;
}

.attraction-card p{
    font-family:'Manrope',sans-serif;
    font-size:16px;
    line-height:1.9;
    color:#5A6473;
}

/*=====================================
        RESPONSIVE
======================================*/

@media(max-width:1200px){

.attractions-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:992px){

.nearby-attractions-section{
    padding:90px 0;
}

.attractions-grid{
    gap:30px;
    margin-top:55px;
}

}

@media(max-width:768px){

.attractions-grid{
    grid-template-columns:1fr;
}

.attraction-card{
    padding:35px 28px;
}

.attraction-icon{
    width:80px;
    height:80px;
    font-size:30px;
}

.attraction-card h3{
    font-size:28px;
}

.attraction-card p{
    font-size:15px;
}

}

@media(max-width:576px){

.nearby-attractions-section{
    padding:70px 0;
}

.attraction-card{
    border-radius:22px;
    padding:30px 22px;
}

.attraction-icon{
    width:70px;
    height:70px;
    font-size:26px;
}

.attraction-card h3{
    font-size:24px;
}

.attraction-tag{
    font-size:12px;
    padding:7px 15px;
}

.attraction-card p{
    font-size:15px;
    line-height:1.8;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8ebb89 *//*=====================================
        FAQ SECTION
======================================*/

.faq-section{
    padding:120px 0;
    background:#ffffff;
    position:relative;
    overflow:hidden;
}

.faq-section::before{
    content:"";
    position:absolute;
    top:-180px;
    left:-180px;
    width:380px;
    height:380px;
    background:rgba(31,58,95,.05);
    border-radius:50%;
    filter:blur(30px);
}

.faq-section::after{
    content:"";
    position:absolute;
    bottom:-180px;
    right:-180px;
    width:380px;
    height:380px;
    background:rgba(217,164,65,.08);
    border-radius:50%;
    filter:blur(30px);
}

.faq-section .container{
    position:relative;
    z-index:2;
}

/*=====================================
        FAQ WRAPPER
======================================*/

.faq-wrapper{
    max-width:900px;
    margin:70px auto 0;
}

/*=====================================
        FAQ ITEM
======================================*/

.faq-item{
    background:#fff;
    border:1px solid rgba(31,58,95,.08);
    border-radius:22px;
    margin-bottom:22px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    transition:.35s ease;
}

.faq-item:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 45px rgba(0,0,0,.10);
}

.faq-item.active{
    border-color:#D9A441;
}

/*=====================================
        QUESTION
======================================*/

.faq-question{
    width:100%;
    background:none;
    border:none;
    outline:none;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    padding:28px 30px;
    text-align:left;
    font-family:'Manrope',sans-serif;
    font-size:18px;
    font-weight:700;
    color:#1F3A5F;
    transition:.3s;
}

.faq-question:hover{
    color:#138A5A;
}

.faq-question i{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#F7F3EB;
    color:#D9A441;
    font-size:15px;
    transition:.35s ease;
}

.faq-item.active .faq-question i{
    background:#138A5A;
    color:#fff;
    transform:rotate(45deg);
}

/*=====================================
        ANSWER
======================================*/

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .45s ease;
}

.faq-answer p{
    padding:0 30px 28px;
    margin:0;
    font-family:'Manrope',sans-serif;
    font-size:16px;
    line-height:1.9;
    color:#5A6473;
}

/*=====================================
        ACTIVE
======================================*/

.faq-item.active .faq-answer{
    max-height:300px;
}

/*=====================================
        RESPONSIVE
======================================*/

@media(max-width:992px){

.faq-section{
    padding:90px 0;
}

.faq-wrapper{
    margin-top:55px;
}

}

@media(max-width:768px){

.faq-question{
    padding:22px;
    font-size:17px;
}

.faq-question i{
    width:38px;
    height:38px;
    min-width:38px;
}

.faq-answer p{
    padding:0 22px 22px;
    font-size:15px;
}

}

@media(max-width:576px){

.faq-section{
    padding:70px 0;
}

.faq-question{
    font-size:16px;
    padding:20px;
    gap:15px;
}

.faq-question i{
    width:34px;
    height:34px;
    min-width:34px;
    font-size:13px;
}

.faq-answer p{
    padding:0 20px 20px;
    font-size:15px;
    line-height:1.8;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49449a7 *//*=====================================
            FOOTER
======================================*/

.footer-section{
    background:#1F3A5F;
    color:#fff;
    padding:90px 0 0;
    position:relative;
    overflow:hidden;
}

.footer-section::before{
    content:"";
    position:absolute;
    top:-180px;
    right:-180px;
    width:400px;
    height:400px;
    border-radius:50%;
    background:rgba(217,164,65,.08);
    filter:blur(30px);
}

.footer-section .container{
    position:relative;
    z-index:2;
}

/*=====================================
        GRID
======================================*/

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1.3fr 1.5fr;

    gap:50px;

    padding-bottom:60px;

}

/*=====================================
        LOGO
======================================*/

.footer-logo{

    font-family:'Cormorant Garamond',serif;

    font-size:38px;

    color:#fff;

    margin-bottom:20px;

}

.footer-text{

    font-family:'Manrope',sans-serif;

    color:rgba(255,255,255,.82);

    font-size:15px;

    line-height:1.9;

}

/*=====================================
        HEADINGS
======================================*/

.footer-column h4{

    font-family:'Cormorant Garamond',serif;

    font-size:28px;

    color:#D9A441;

    margin-bottom:25px;

}

/*=====================================
        LINKS
======================================*/

.footer-links,
.footer-contact{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-links li,
.footer-contact li{

    margin-bottom:16px;

}

.footer-links a,
.footer-contact a{

    color:rgba(255,255,255,.82);

    text-decoration:none;

    transition:.3s;

    font-family:'Manrope',sans-serif;

}

.footer-links a:hover,
.footer-contact a:hover{

    color:#D9A441;

    padding-left:6px;

}

.footer-contact li{

    display:flex;

    align-items:flex-start;

    gap:12px;

    line-height:1.8;

    color:rgba(255,255,255,.82);

}

.footer-contact i{

    color:#D9A441;

    margin-top:4px;

    min-width:18px;

}

/*=====================================
        SOCIAL
======================================*/

.footer-social{

    display:flex;

    gap:15px;

    margin-top:25px;

}

.footer-social a{

    width:46px;

    height:46px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.08);

    color:#fff;

    text-decoration:none;

    transition:.35s;

    font-size:18px;

}

.footer-social a:hover{

    background:#D9A441;

    color:#1F3A5F;

    transform:translateY(-5px);

}

/*=====================================
        BOTTOM
======================================*/

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.10);

    padding:25px 0;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    flex-wrap:wrap;

}

.footer-bottom p{

    margin:0;

    color:rgba(255,255,255,.75);

    font-size:14px;

    font-family:'Manrope',sans-serif;

}

.footer-bottom a{

    color:#D9A441;

    text-decoration:none;

    font-weight:600;

}

.footer-bottom a:hover{

    color:#fff;

}

/*=====================================
        RESPONSIVE
======================================*/

@media(max-width:1200px){

.footer-grid{

grid-template-columns:repeat(2,1fr);

gap:40px;

}

}

@media(max-width:768px){

.footer-section{

padding:70px 0 0;

}

.footer-grid{

grid-template-columns:1fr;

gap:35px;

padding-bottom:40px;

}

.footer-logo{

font-size:34px;

}

.footer-column h4{

font-size:24px;

margin-bottom:18px;

}

.footer-bottom{

flex-direction:column;

text-align:center;

}

}

@media(max-width:576px){

.footer-logo{

font-size:30px;

}

.footer-column h4{

font-size:22px;

}

.footer-text,
.footer-links a,
.footer-contact{

font-size:14px;

}

.footer-social{

justify-content:center;

}

.footer-social a{

width:42px;

height:42px;

font-size:16px;

}

.footer-bottom{

padding:20px 0;

}

.footer-bottom p{

font-size:13px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8b0280 *//*=====================================
    STICKY CONTACT BUTTONS
======================================*/

.sticky-contact-buttons{
    position:fixed;
    right:22px;
    bottom:25px;
    z-index:99999;
    display:flex;
    flex-direction:column;
    gap:12px;
}

/*=====================================
        COMMON BUTTON
======================================*/

.sticky-btn{
    width:54px;
    height:54px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    text-decoration:none;
    color:#fff;
    font-family:'Manrope',sans-serif;
    font-size:14px;
    font-weight:700;
    box-shadow:0 10px 30px rgba(0,0,0,.18);
    transition:all .35s ease;
    overflow:hidden;
}

.sticky-btn i{
    font-size:22px;
    flex-shrink:0;
}

/*=====================================
        WHATSAPP
======================================*/

.sticky-whatsapp{
    background:#25D366;
}

.sticky-whatsapp:hover{
    width:145px;
    border-radius:50px;
    background:#20BD5A;
    transform:translateX(-5px);
}

/*=====================================
        CALL
======================================*/

.sticky-call{
    background:#1F3A5F;
}

.sticky-call:hover{
    width:125px;
    border-radius:50px;
    background:#D9A441;
    color:#1F3A5F;
    transform:translateX(-5px);
}

/*=====================================
        TEXT
======================================*/

.sticky-btn span{
    display:none;
    white-space:nowrap;
}

.sticky-btn:hover span{
    display:block;
}

/*=====================================
        PULSE EFFECT
======================================*/

.sticky-whatsapp::before{
    content:"";
    position:absolute;
    width:54px;
    height:54px;
    border-radius:50%;
    background:#25D366;
    opacity:.35;
    z-index:-1;
    animation:whatsappPulse 2s infinite;
}

@keyframes whatsappPulse{

    0%{
        transform:scale(1);
        opacity:.4;
    }

    70%{
        transform:scale(1.5);
        opacity:0;
    }

    100%{
        transform:scale(1.5);
        opacity:0;
    }

}

/*=====================================
        MOBILE
======================================*/

@media(max-width:768px){

    .sticky-contact-buttons{
        right:15px;
        bottom:18px;
        gap:10px;
    }

    .sticky-btn{
        width:50px;
        height:50px;
    }

    .sticky-btn i{
        font-size:20px;
    }

    .sticky-btn:hover{
        width:50px;
        border-radius:50%;
        transform:none;
    }

    .sticky-btn span{
        display:none !important;
    }

}/* End custom CSS */