.elementor-13 .elementor-element.elementor-element-763f8a7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-8f56f8a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-ce3859d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-491b71b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-818083f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-7dce9eb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-5fafbf6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-c33e40e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-d63c4ab{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-763f8a7 *//*==========================================
        GOOGLE FONT
==========================================*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600;700&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
}

/*==========================================
            HEADER
==========================================*/

.rb-header{

    position:fixed;

    top:18px;

    left:0;

    width:100%;

    z-index:9999;

    padding:0 18px;

    transition:.35s ease;

}

.rb-container{

    max-width:1320px;

    height:82px;

    margin:auto;

    padding:0 32px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    background:linear-gradient(
        135deg,
        #1A3A44 0%,
        #245A63 55%,
        #2E7077 100%
    );

    border-radius:18px;

    box-shadow:
    0 18px 45px rgba(0,0,0,.18);

    transition:.35s;

}

/* Sticky */

.rb-header.sticky{

    top:0;

    padding:0;

}

.rb-header.sticky .rb-container{

    max-width:100%;

    border-radius:0;

    height:76px;

}

/*==========================================
                LOGO
==========================================*/

.rb-logo{

    text-decoration:none;

    min-width:230px;

}

.rb-logo-text{

    display:flex;

    flex-direction:column;

    line-height:1;

}

.rb-logo-small{

    font-size:11px;

    color:#FFD54A;

    letter-spacing:5px;

    font-weight:700;

    text-transform:uppercase;

}

.rb-logo-text h1{

    margin:4px 0;

    font-size:36px;

    color:#ffffff;

    font-family:'Playfair Display',serif;

    font-weight:700;

}

.rb-logo-bottom{

    color:#FFD54A;

    font-size:10px;

    letter-spacing:4px;

    text-transform:uppercase;

}

/*==========================================
            NAVIGATION
==========================================*/

.rb-navbar{

    flex:1;

    display:flex;

    justify-content:center;

}

.rb-nav-menu{

    display:flex;

    align-items:center;

    gap:34px;

    list-style:none;

}

.rb-nav-menu li{

    position:relative;

}

.rb-nav-menu a{

    text-decoration:none;

    color:#ffffff;

    font-size:15px;

    font-weight:500;

    transition:.3s;

    position:relative;

}

.rb-nav-menu a:hover{

    color:#FFD54A;

}

.rb-nav-menu a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    border-radius:20px;

    background:#FFD54A;

    transition:.35s;

}

.rb-nav-menu a:hover::after{

    width:100%;

}

/*==========================================
            RIGHT SIDE
==========================================*/

.rb-right{

    display:flex;

    align-items:center;

    gap:16px;

}

/*==========================================
            BOOK BUTTON
==========================================*/

.rb-book-btn{

    display:flex;

    align-items:center;

    justify-content:center;

    width:145px;

    height:48px;

    border-radius:50px;

    background:#25D366;

    color:#ffffff;

    text-decoration:none;

    font-size:15px;

    font-weight:600;

    transition:.35s;

}

.rb-book-btn:hover{

    background:#1EBE5A;

    transform:translateY(-3px);

}

/*==========================================
        HAMBURGER BUTTON
==========================================*/

.rb-menu-btn{

    display:none;

    width:52px;

    height:52px;

    border:none;

    outline:none;

    cursor:pointer;

    border-radius:14px;

    background:#ffffff;

    box-shadow:0 12px 30px rgba(0,0,0,.18);

    align-items:center;

    justify-content:center;

    flex-direction:column;

    gap:5px;

    transition:.35s;

}

.rb-menu-btn:hover{

    transform:scale(1.05);

}

.rb-menu-btn span{

    width:24px;

    height:3px;

    background:#245A63;

    border-radius:30px;

    transition:.35s;

}

/*==========================================
            LAPTOP
==========================================*/

@media(max-width:1200px){

.rb-container{

padding:0 24px;

}

.rb-nav-menu{

gap:22px;

}

}

/*==========================================
            TABLET
==========================================*/

@media(max-width:991px){

.rb-header{

padding:0 12px;

}

.rb-container{

height:72px;

padding:0 18px;

}

.rb-logo{

min-width:auto;

}

.rb-logo-text h1{

font-size:28px;

}

.rb-logo-small{

font-size:10px;

}

.rb-logo-bottom{

display:none;

}

.rb-navbar{

display:none;

}

.rb-book-btn{

display:none;

}

.rb-menu-btn{

display:flex;

}

}/*==================================================
            MOBILE MENU
==================================================*/

.rb-mobile-menu{

    position:fixed;

    top:0;

    right:-100%;

    width:320px;

    max-width:100%;

    height:100vh;

    background:linear-gradient(
        135deg,
        #1A3A44,
        #245A63,
        #2E7077
    );

    z-index:99999;

    padding:30px;

    transition:.45s ease;

    display:flex;

    flex-direction:column;

}

.rb-mobile-menu.active{

    right:0;

}

/*==========================================
            CLOSE BUTTON
==========================================*/

.rb-close-btn{

    width:46px;

    height:46px;

    margin-left:auto;

    border:none;

    border-radius:12px;

    background:#ffffff;

    color:#245A63;

    font-size:28px;

    cursor:pointer;

    transition:.3s;

}

.rb-close-btn:hover{

    transform:rotate(90deg);

}

/*==========================================
            MOBILE MENU LIST
==========================================*/

.rb-mobile-menu ul{

    list-style:none;

    margin-top:40px;

}

.rb-mobile-menu li{

    margin-bottom:8px;

}

.rb-mobile-menu a{

    display:block;

    padding:16px 18px;

    text-decoration:none;

    color:#ffffff;

    font-size:18px;

    font-weight:500;

    border-radius:12px;

    transition:.35s;

}

.rb-mobile-menu a:hover{

    background:rgba(255,255,255,.08);

    color:#FFD54A;

    padding-left:26px;

}

/*==========================================
            MOBILE BUTTON
==========================================*/

.rb-mobile-btn{

    margin-top:auto;

    display:flex;

    align-items:center;

    justify-content:center;

    height:52px;

    background:#25D366;

    color:#fff;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.rb-mobile-btn:hover{

    background:#1DB954;

}

/*==========================================
                OVERLAY
==========================================*/

.rb-overlay{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.45);

    opacity:0;

    visibility:hidden;

    transition:.35s;

    z-index:99998;

}

.rb-overlay.active{

    opacity:1;

    visibility:visible;

}

/*==========================================
        HAMBURGER ANIMATION
==========================================*/

.rb-menu-btn.active span:nth-child(1){

    transform:translateY(8px) rotate(45deg);

}

.rb-menu-btn.active span:nth-child(2){

    opacity:0;

}

.rb-menu-btn.active span:nth-child(3){

    transform:translateY(-8px) rotate(-45deg);

}

/*==========================================
            RESPONSIVE
==========================================*/

@media(max-width:768px){

    .rb-header{

        top:10px;

        padding:0 10px;

    }

    .rb-container{

        height:68px;

        padding:0 16px;

        border-radius:16px;

    }

    .rb-logo-text h1{

        font-size:24px;

    }

    .rb-logo-small{

        font-size:9px;

        letter-spacing:3px;

    }

    .rb-mobile-menu{

        width:290px;

    }

}

@media(max-width:480px){

    .rb-header{

        padding:0 8px;

        top:8px;

    }

    .rb-container{

        height:64px;

        padding:0 14px;

    }

    .rb-logo-text h1{

        font-size:20px;

    }

    .rb-mobile-menu{

        width:100%;

    }

    .rb-mobile-menu a{

        font-size:17px;

        padding:15px 16px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f56f8a *//*==================================================
                HERO SECTION
==================================================*/

.hero-section{
    position:relative;
    width:100%;
    min-height:100vh;
    display:flex;
    align-items:center;
    overflow:hidden;

    background:linear-gradient(
        135deg,
        #1A3A44 0%,
        #245A63 50%,
        #2E7077 100%
    );
}

/*==============================
        PREMIUM GLOW EFFECTS
==============================*/

.hero-section::before{
    content:"";
    position:absolute;
    top:-180px;
    right:-180px;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    filter:blur(120px);
}

.hero-section::after{
    content:"";
    position:absolute;
    bottom:-220px;
    left:-180px;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(212,175,55,.08);
    filter:blur(120px);
}

/*==============================
        OVERLAY
==============================*/

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.28),
        rgba(0,0,0,.12),
        rgba(0,0,0,.05)
    );
}

/*==============================
        CONTAINER
==============================*/

.hero-container{
    position:relative;
    z-index:10;
    width:100%;
    max-width:1280px;
    margin:auto;
    padding:110px 25px 90px;
}

.hero-content{
    max-width:720px;
}

/*==============================
        RATING BADGE
==============================*/

.hero-rating{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:12px 22px;

    margin-bottom:28px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.18);

    border-radius:50px;

    color:#fff;
}

.rating-star{
    color:#FFD54A;
    font-size:18px;
}

.rating-text{
    font-size:15px;
    font-weight:500;
}

.rating-text strong{
    color:#FFE08A;
}

/*==============================
        TITLE
==============================*/

.hero-title{

    font-family:"Playfair Display",serif;

    font-size:clamp(42px,6vw,72px);

    line-height:1.1;

    color:#ffffff;

    margin-bottom:18px;

    font-weight:700;

    letter-spacing:.5px;

}

/*==============================
        SUBTITLE
==============================*/

.hero-subtitle{

    font-size:clamp(20px,2.8vw,30px);

    color:#FFE08A;

    line-height:1.5;

    font-weight:600;

    margin-bottom:22px;

}

/*==============================
        DESCRIPTION
==============================*/

.hero-description{

    font-size:18px;

    line-height:1.9;

    color:rgba(255,255,255,.90);

    margin-bottom:42px;

    max-width:640px;

}

/*==============================
        BUTTONS
==============================*/

.hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.hero-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    padding:16px 34px;

    border-radius:50px;

    text-decoration:none;

    font-size:16px;

    font-weight:600;

    transition:.35s;

}

.hero-btn i{

    font-size:18px;

}

/* WhatsApp */

.whatsapp-btn{

    background:#25D366;

    color:#fff;

}

.whatsapp-btn:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 35px rgba(37,211,102,.35);

}

/* Call */

.call-btn{

    background:#ffffff;

    color:#1A3A44;

}

.call-btn:hover{

    background:#FFD54A;

    color:#1A3A44;

    transform:translateY(-6px);

    box-shadow:0 15px 35px rgba(255,213,74,.35);

}

/*==============================
        LAPTOP
==============================*/

@media(max-width:1200px){

.hero-container{

padding:100px 35px 80px;

}

}

/*==============================
        TABLET
==============================*/

@media(max-width:992px){

.hero-section{

min-height:90vh;

}

.hero-container{

padding:90px 30px 70px;

}

.hero-content{

max-width:100%;

}

}

/*==============================
        MOBILE
==============================*/

@media(max-width:768px){

.hero-section{

min-height:auto;

}

.hero-container{

padding:90px 22px 60px;

text-align:center;

}

.hero-rating{

justify-content:center;

margin:auto auto 25px;

}

.hero-title{

line-height:1.2;

}

.hero-description{

font-size:16px;

margin-bottom:35px;

}

.hero-buttons{

flex-direction:column;

}

.hero-btn{

width:100%;

}

}

/*==============================
        SMALL MOBILE
==============================*/

@media(max-width:480px){

.hero-container{

padding:80px 18px 50px;

}

.hero-description{

font-size:15px;

line-height:1.8;

}

.hero-rating{

padding:10px 16px;

}

.rating-text{

font-size:13px;

}

.hero-btn{

padding:15px;

font-size:15px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce3859d *//*=====================================
            ABOUT SECTION
======================================*/

.about-section{
    position:relative;
    padding:110px 0;
    background:#F7FBFC;
}

.about-container{
    width:100%;
    max-width:1280px;
    margin:auto;
    padding:0 25px;

    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:80px;
}

/*=========================
        IMAGE
=========================*/

.about-image{
    position:relative;
    overflow:hidden;
    border-radius:24px;
}

.about-image img{
    width:100%;
    display:block;
    border-radius:24px;
    transition:.6s ease;
}

.about-image:hover img{
    transform:scale(1.05);
}

/*=========================
        CONTENT
=========================*/

.about-content{
    width:100%;
}

.section-tag{

    display:inline-block;

    padding:10px 20px;

    background:#E5F3F5;

    color:#245A63;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:22px;

}

.section-title{

    font-family:"Playfair Display",serif;

    font-size:clamp(34px,4vw,50px);

    line-height:1.2;

    color:#17353E;

    margin-bottom:25px;

    font-weight:700;

}

.about-text{

    font-size:17px;

    line-height:1.9;

    color:#5F6F75;

    margin-bottom:24px;

}

.about-text strong{

    color:#1A3A44;

}

/*=========================
        BUTTON
=========================*/

.about-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    margin-top:15px;

    padding:16px 36px;

    background:#245A63;

    color:#ffffff;

    text-decoration:none;

    font-size:16px;

    font-weight:600;

    border-radius:50px;

    transition:.35s ease;

    box-shadow:0 15px 35px rgba(36,90,99,.18);

}

.about-btn:hover{

    background:#1A3A44;

    transform:translateY(-5px);

    box-shadow:0 20px 45px rgba(26,58,68,.25);

}

/*=========================
        TABLET
=========================*/

@media(max-width:992px){

.about-section{

padding:90px 0;

}

.about-container{

grid-template-columns:1fr;

gap:50px;

}

.about-image{

order:1;

}

.about-content{

order:2;

text-align:center;

}

.about-btn{

margin:auto;

}

}

/*=========================
        MOBILE
=========================*/

@media(max-width:768px){

.about-section{

padding:70px 0;

}

.about-container{

padding:0 20px;

}

.section-tag{

font-size:13px;

padding:9px 18px;

}

.about-text{

font-size:16px;

line-height:1.8;

}

.about-btn{

width:100%;

}

}

/*=========================
      SMALL MOBILE
=========================*/

@media(max-width:480px){

.about-container{

padding:0 16px;

}

.section-title{

font-size:30px;

}

.about-text{

font-size:15px;

}

.about-btn{

padding:15px 20px;

font-size:15px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-491b71b *//*=====================================
            ROOMS SECTION
======================================*/

.rooms-section{
    padding:110px 0;
    background:#ffffff;
    overflow:hidden;
}

.rooms-section .container{
    max-width:1280px;
    margin:auto;
    padding:0 25px;
}

/*=========================
    SECTION HEADING
=========================*/

.section-heading{
    max-width:760px;
    margin:0 auto 70px;
    text-align:center;
}

.section-tag{
    display:inline-block;
    padding:10px 22px;
    background:#E7F3F5;
    color:#245A63;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.section-title{
    font-family:"Playfair Display",serif;
    font-size:clamp(34px,4vw,52px);
    color:#17353E;
    margin-bottom:18px;
    line-height:1.2;
}

.section-description{
    font-size:17px;
    color:#617178;
    line-height:1.8;
}

/*=========================
        GRID
=========================*/

.rooms-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
    gap:35px;
}

/*=========================
        CARD
=========================*/

.room-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    transition:.45s;
    border:1px solid rgba(26,58,68,.08);
    box-shadow:0 18px 50px rgba(0,0,0,.07);
}

.room-card:hover{
    transform:translateY(-12px);
    box-shadow:0 35px 70px rgba(0,0,0,.12);
}

/*=========================
        IMAGE
=========================*/

.room-image{
    position:relative;
    overflow:hidden;
}

.room-image img{
    width:100%;
    aspect-ratio:16/10;
    object-fit:cover;
    display:block;
    transition:.6s;
}

.room-card:hover img{
    transform:scale(1.08);
}

/*=========================
      PRICE BADGE
=========================*/

.room-price{
    position:absolute;
    top:18px;
    right:18px;

    background:linear-gradient(135deg,#245A63,#2E7077);

    color:#fff;

    padding:10px 18px;

    border-radius:50px;

    font-size:15px;

    font-weight:700;

    box-shadow:0 12px 30px rgba(36,90,99,.35);
}

/*=========================
        CONTENT
=========================*/

.room-content{
    padding:30px;
}

.room-content h3{
    font-size:28px;
    color:#17353E;
    margin-bottom:15px;
    font-family:"Playfair Display",serif;
}

.room-content p{
    color:#617178;
    line-height:1.8;
    margin-bottom:25px;
}

/*=========================
      FEATURE TAGS
=========================*/

.room-features{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:30px;
}

.room-features span{
    background:#F2F8F9;
    color:#245A63;
    padding:10px 16px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
}

/*=========================
        BUTTONS
=========================*/

.room-buttons{
    display:flex;
    gap:15px;
}

.room-buttons a{
    flex:1;
    text-align:center;
    padding:15px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
}

/* WhatsApp */

.room-buttons a:first-child{
    background:#25D366;
    color:#fff;
}

.room-buttons a:first-child:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 35px rgba(37,211,102,.30);
}

/* Call */

.room-buttons a:last-child{
    background:#245A63;
    color:#fff;
}

.room-buttons a:last-child:hover{
    background:#1A3A44;
    transform:translateY(-4px);
}

/*=========================
      RESPONSIVE
=========================*/

@media(max-width:1200px){

.rooms-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:992px){

.rooms-section{

padding:90px 0;

}

.rooms-grid{

grid-template-columns:1fr;

gap:30px;

}

}

@media(max-width:768px){

.rooms-section .container{

padding:0 20px;

}

.section-heading{

margin-bottom:45px;

}

.room-content{

padding:24px;

}

.room-content h3{

font-size:24px;

}

.room-buttons{

flex-direction:column;

}

}

@media(max-width:480px){

.rooms-section{

padding:70px 0;

}

.rooms-section .container{

padding:0 16px;

}

.room-content{

padding:20px;

}

.room-price{

font-size:14px;

padding:8px 14px;

}

.room-features span{

font-size:13px;

padding:8px 12px;

}

.room-content h3{

font-size:22px;

}

.room-content p{

font-size:15px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-818083f *//*=====================================
        TESTIMONIAL
======================================*/

.reviews-section{

padding:110px 0;

background:#F7FBFC;

}

.reviews-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(340px,1fr));

gap:30px;

}

.review-card{

background:#fff;

padding:30px;

border-radius:22px;

box-shadow:0 15px 45px rgba(0,0,0,.06);

border:1px solid rgba(26,58,68,.08);

transition:.35s;

}

.review-card:hover{

transform:translateY(-10px);

}

.review-top{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:20px;

}

.review-user{

display:flex;

align-items:center;

gap:15px;

}

.review-avatar{

width:55px;

height:55px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:#245A63;

color:#fff;

font-weight:700;

font-size:22px;

}

.review-user h4{

margin:0;

font-size:18px;

color:#17353E;

}

.review-user span{

font-size:14px;

color:#888;

}

.google-logo{

width:38px;

height:38px;

border-radius:50%;

background:#fff;

border:1px solid #ddd;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

font-weight:700;

font-family:Arial;

color:#4285F4;

}

.review-stars{

font-size:18px;

color:#FDBA12;

margin-bottom:15px;

letter-spacing:2px;

}

.review-card p{

line-height:1.9;

color:#66757F;

font-size:16px;

}

@media(max-width:768px){

.reviews-section{

padding:80px 0;

}

.reviews-grid{

grid-template-columns:1fr;

}

.review-card{

padding:24px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7dce9eb *//*=====================================
            HOUSE RULES
======================================*/

.rules-section{
    padding:110px 0;
    background:#F7FBFC;
}

.rules-section .container{
    max-width:1280px;
    margin:auto;
    padding:0 25px;
}

/*=========================
        GRID
=========================*/

.rules-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:28px;
}

/*=========================
        CARD
=========================*/

.rule-card{
    background:#ffffff;
    border-radius:22px;
    padding:35px 30px;
    border:1px solid rgba(26,58,68,.08);
    box-shadow:0 18px 45px rgba(0,0,0,.05);
    transition:.35s ease;
    position:relative;
    overflow:hidden;
}

.rule-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:5px;
    height:100%;
    background:linear-gradient(
        180deg,
        #245A63,
        #2E7077
    );
}

.rule-card:hover{
    transform:translateY(-8px);
    box-shadow:0 28px 60px rgba(0,0,0,.10);
}

/*=========================
        ICON
=========================*/

.rule-card span{
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    background:#EAF5F7;
    border-radius:18px;
    margin-bottom:22px;
}

/*=========================
        TITLE
=========================*/

.rule-card h4{
    margin:0 0 14px;
    font-size:22px;
    color:#17353E;
    font-family:"Playfair Display",serif;
}

/*=========================
        TEXT
=========================*/

.rule-card p{
    margin:0;
    color:#617178;
    font-size:16px;
    line-height:1.8;
}

/*=========================
        RESPONSIVE
=========================*/

@media(max-width:992px){

.rules-section{
    padding:90px 0;
}

.rules-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.rules-section{
    padding:70px 0;
}

.rules-section .container{
    padding:0 20px;
}

.rules-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.rule-card{
    padding:28px 24px;
}

.rule-card h4{
    font-size:20px;
}

.rule-card p{
    font-size:15px;
}

}

@media(max-width:480px){

.rules-section .container{
    padding:0 16px;
}

.rule-card{
    padding:24px 20px;
}

.rule-card span{
    width:58px;
    height:58px;
    font-size:26px;
}

.rule-card h4{
    font-size:19px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5fafbf6 *//*=====================================
            FAQ SECTION
======================================*/

.faq-section{

padding:110px 0;

background:#ffffff;

}

.faq-section .container{

max-width:950px;

margin:auto;

padding:0 20px;

}

.faq-wrapper{

margin-top:50px;

}

.faq-item{

background:#F7FBFC;

border:1px solid rgba(26,58,68,.08);

border-radius:18px;

margin-bottom:18px;

overflow:hidden;

transition:.35s;

}

.faq-item:hover{

box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.faq-question{

width:100%;

padding:22px 28px;

background:none;

border:none;

display:flex;

justify-content:space-between;

align-items:center;

cursor:pointer;

font-size:18px;

font-weight:600;

color:#17353E;

text-align:left;

}

.faq-question span{

width:34px;

height:34px;

border-radius:50%;

background:#245A63;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:20px;

transition:.3s;

}

.faq-answer{

max-height:0;

overflow:hidden;

transition:max-height .4s ease;

}

.faq-answer p{

padding:0 28px 25px;

color:#617178;

line-height:1.9;

font-size:16px;

}

.faq-item.active .faq-answer{

max-height:220px;

}

.faq-item.active .faq-question span{

transform:rotate(45deg);

background:#2E7077;

}

@media(max-width:768px){

.faq-section{

padding:80px 0;

}

.faq-question{

font-size:16px;

padding:20px;

}

.faq-answer p{

padding:0 20px 20px;

font-size:15px;

}

}

@media(max-width:480px){

.faq-section .container{

padding:0 16px;

}

.faq-question{

font-size:15px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c33e40e *//*=====================================
            FOOTER
======================================*/

.footer{

background:linear-gradient(
135deg,
#17353E,
#1F4D56,
#295F66
);

padding:90px 0 0;

color:#fff;

}

.footer-container{

max-width:1280px;

margin:auto;

padding:0 25px;

display:grid;

grid-template-columns:2fr 1fr 1fr 1.4fr;

gap:50px;

}

.footer-logo{

text-decoration:none;

display:inline-block;

margin-bottom:20px;

}

.footer-logo-top{

display:block;

color:#FFD54A;

font-size:13px;

letter-spacing:4px;

font-weight:700;

}

.footer-logo h2{

margin-top:5px;

font-family:"Playfair Display",serif;

font-size:36px;

color:#fff;

}

.footer-column p{

line-height:1.9;

color:rgba(255,255,255,.80);

margin-bottom:25px;

}

.footer-column h3{

margin-bottom:20px;

font-size:22px;

color:#FFD54A;

}

.footer-column ul{

list-style:none;

padding:0;

margin:0;

}

.footer-column li{

margin-bottom:14px;

}

.footer-column a{

color:rgba(255,255,255,.80);

text-decoration:none;

transition:.35s;

}

.footer-column a:hover{

color:#FFD54A;

padding-left:5px;

}

.footer-social{

display:flex;

gap:12px;

}

.footer-social a{

width:42px;

height:42px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:rgba(255,255,255,.08);

font-size:18px;

}

.footer-social a:hover{

background:#FFD54A;

color:#17353E;

}

.footer-contact li{

display:flex;

gap:12px;

align-items:flex-start;

}

.footer-contact i{

margin-top:4px;

color:#FFD54A;

width:20px;

}

.footer-bottom{

margin-top:70px;

padding:30px 20px;

text-align:center;

border-top:1px solid rgba(255,255,255,.12);

}

.footer-bottom p{

max-width:1000px;

margin:10px auto;

line-height:1.8;

color:rgba(255,255,255,.75);

}

.footer-bottom a{

color:#FFD54A;

text-decoration:none;

font-weight:600;

}

@media(max-width:992px){

.footer-container{

grid-template-columns:1fr 1fr;

gap:40px;

}

}

@media(max-width:768px){

.footer{

padding-top:70px;

}

.footer-container{

grid-template-columns:1fr;

padding:0 20px;

}

.footer-logo h2{

font-size:30px;

}

.footer-bottom{

padding:25px 20px;

}

}

@media(max-width:480px){

.footer-container{

padding:0 16px;

}

.footer-logo h2{

font-size:26px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d63c4ab *//*=====================================
        STICKY CONTACT BUTTONS
======================================*/

.sticky-contact{

    position:fixed;

    right:20px;

    bottom:25px;

    display:flex;

    flex-direction:column;

    gap:15px;

    z-index:9999;

}

/*==========================*/

.sticky-btn{

    display:flex;

    align-items:center;

    gap:12px;

    text-decoration:none;

    color:#fff;

    padding:15px 22px;

    border-radius:60px;

    font-size:15px;

    font-weight:600;

    box-shadow:0 15px 35px rgba(0,0,0,.18);

    transition:.35s;

}

.sticky-btn i{

    font-size:22px;

}

/*==========================
        WHATSAPP
==========================*/

.whatsapp-btn{

    background:#25D366;

}

.whatsapp-btn:hover{

    transform:translateX(-6px);

    box-shadow:0 18px 40px rgba(37,211,102,.35);

}

/*==========================
            CALL
==========================*/

.call-btn{

    background:linear-gradient(
        135deg,
        #1A3A44,
        #245A63,
        #2E7077
    );

}

.call-btn:hover{

    transform:translateX(-6px);

    box-shadow:0 18px 40px rgba(36,90,99,.35);

}

/*==========================
        TABLET
==========================*/

@media(max-width:768px){

.sticky-contact{

right:15px;

bottom:20px;

gap:12px;

}

.sticky-btn{

padding:14px 18px;

font-size:14px;

}

.sticky-btn i{

font-size:20px;

}

}

/*==========================
        MOBILE
==========================*/

@media(max-width:480px){

.sticky-contact{

right:12px;

bottom:15px;

}

.sticky-btn{

width:56px;

height:56px;

padding:0;

justify-content:center;

border-radius:50%;

}

.sticky-btn span{

display:none;

}

.sticky-btn i{

font-size:24px;

}

}/* End custom CSS */