/* =========================
   GLOBAL
========================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Montserrat',sans-serif;
    background:#f8f6f2;
    color:#111;
    line-height:1.6;
}

body.menu-open{
    overflow:hidden;
}

img{
    width:100%;
    display:block;
}

a{
    text-decoration:none;
}

.container{
    width:92%;
    max-width:1280px;
    margin:auto;
}

/* =========================
   BUTTONS
========================= */

.btn-primary{
    background:#0029AD;
    color:#fff;
    padding:14px 28px;
    border-radius:12px;
    font-weight:600;
    display:inline-block;
    transition:.3s;
}

.btn-primary:hover{
    background:#4A9BFF;
    color:#000;
}
.btn-secondary{
    background:#fff;
    border:1px solid #ddd;
    color:#111;
    padding:14px 28px;
    border-radius:12px;
    font-weight:600;
}

/* =========================
   HEADER
========================= */

.header{
    padding:20px 0;
    background:#f8f6f2;
}
.logo img{
    height:60px;
    border-radius: 10px;
    width:auto;
    display:block;
}

.footer-logo img{
    height:70px;
    width:auto;
    margin-bottom:15px;
}

.navbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.logo h2{
    font-size:32px;
    font-weight:800;
    color:#0029AD;
}

nav ul{
    display:flex;
    list-style:none;
    gap:35px;
    flex-wrap:wrap;
}

nav a{
    color:#111;
    font-weight:500;
}

.menu-toggle{
    display:none;
    border:none;
    background:#0029AD;
    color:#fff;
    width:48px;
    height:48px;
    border-radius:14px;
    align-items:center;
    justify-content:center;
    font-size:20px;
    cursor:pointer;
    flex-shrink:0;
}

.drawer-brand{
    display:none;
}

.nav-overlay{
    position:fixed;
    inset:0;
    background:rgba(17,17,17,.45);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
    z-index:999;
}

.nav-overlay.visible{
    opacity:1;
    visibility:visible;
}

/* =========================
   PLACEHOLDER PAGES
========================= */

.page-banner{
    padding:80px 0 50px;
    text-align:center;
}

.page-banner h1{
    font-size:64px;
    font-weight:800;
    margin:12px 0;
}

.page-banner p{
    max-width:720px;
    margin:0 auto;
    color:#777;
}

.placeholder-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    padding-bottom:90px;
}

.placeholder-card{
    background:#fff;
    border-radius:22px;
    padding:32px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.placeholder-card h2{
    font-size:26px;
    margin-bottom:12px;
    color:#0029AD;
}

.placeholder-card p,
.placeholder-card li{
    color:#666;
}

.placeholder-card ul{
    list-style:none;
}

.placeholder-card li + li{
    margin-top:10px;
}

/* =========================
   HERO
========================= */

.hero{
    padding:60px 0 90px;
}

.hero-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:clamp(32px,5vw,80px);
    align-items:center;
}

.tagline{
    color:#000;
    font-weight:700;
    letter-spacing:1px;
}

.hero h1{
    font-size:53px;
    font-weight:800;
    line-height:1;
    margin:20px 0;
}

.hero p{
    max-width:520px;
    color:#666;
    margin-bottom:30px;
}

.hero-buttons{
    display:flex;
    gap:15px;
    
}
.hero-image{
    width:100%;
    max-width:620px;
    justify-self:end;
    aspect-ratio:1 / 1;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 18px 40px rgba(0,41,173,.18);
}
.hero-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

/* =========================
   SECTION HEADER
========================= */

.section-header{
    margin-bottom:40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap:24px;
}

.section-tag{
    color:#0029AD;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    
}

.section-header h2{
    font-size:48px;
    font-weight:700;
    margin-top:10px;
}

.section-header p{
    color:#777;
    margin-top:10px;
}
.hero-content h1 span{
    color: #0029AD;
}

/* =========================
   CATEGORIES
========================= */

.categories{
    padding:30px 0;
}

.category-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.category-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    color:#111;
    transition:.3s;
}

.category-card:hover{
    transform:translateY(-6px);
}

.category-card img{
    height:220px;
    object-fit:cover;
}

.category-card h3{
    padding:20px;
    font-size:22px;
    font-weight:700;
}

/* =========================
   PROPERTY MENU
========================= */
.slider-nav{
    display: flex;
    padding-top: 10px;
    justify-content: flex-end;
    gap: 10px;

}
.slider-btn{
    width:45px;
    height:45px;
    border:1px solid #0029AD;
    background:#fff;
    color:#0029AD;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:.35s ease;
}

.slider-btn:hover{
    background:#4A9BFF;
    border-color:#4A9BFF;
    color:#000;
    box-shadow:0 10px 25px rgba(74,155,255,.28);
}
.property-menu{
    padding:120px 0;
}

.property-scroll{
    display:flex;
    gap:24px;
    overflow-x:auto;
    scroll-behavior:smooth;

    /* Hide scrollbar */
    scrollbar-width:none;      /* Firefox */
    -ms-overflow-style:none;   /* IE/Edge */
}

.property-scroll::-webkit-scrollbar{
    display:none;              /* Chrome/Safari */
}

.property-card{
    min-width:300px;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    flex-shrink:0;
    color:#111;
    transition:.3s;
}

.property-card:hover{
    transform:translateY(-5px);
}

.property-card img{
    height:220px;
    object-fit:cover;
}

.property-content{
    padding:20px;
}

.property-content h3{
    font-size:22px;
    margin-bottom:5px;
}

.property-content p{
    color:#777;
    margin-bottom:12px;
}

.property-content span{
    color:#0029AD;
    font-weight:600;
}

/* =========================
   FEATURES
========================= */

.features-section{
    padding:80px 0;
    background-color: #0029AD;
}

.features-section .container{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.view-all-villa-arrows{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:14px;
}

.feature-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
}

.feature-box h3{
    margin-bottom:10px;
}

/* =========================
   OFFER BANNER
========================= */

.offer-banner{
    padding:40px 0 80px;
}

.offer-content{
    background:#111;
    color:#fff;
    border-radius:28px;
    padding:60px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.offer-content h2{
    font-size:52px;
    margin:15px 0;
}

.offer-content p{
    color:#ccc;
    margin-bottom:25px;
}

.offer-badge{
    width:180px;
    height:180px;
    border-radius:50%;
    border:2px solid rgba(255,255,255,.2);
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:50px;
    font-weight:700;
}

/* =========================
   HOW IT WORKS
========================= */

.how-it-works{
    padding:20px 0;
    text-align:center;
}

.how-it-works h2{
    font-size:48px;
    margin-bottom:25px;
    margin-top: 15px;
}

.steps{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.step{
    background:#fff;
    padding:30px;
    border-radius:20px;
}

.step h3{
    color:#0029AD;
    font-size:36px;
    margin-bottom:10px;
}

/* =========================
   REVIEWS
========================= */

.reviews{
    padding:80px 0;
}

.review-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.review-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
}

.review-card p{
    margin-top:15px;
    color:#666;
}

/* =========================
   NEWSLETTER
========================= */

.newsletter{
    padding:40px 0 80px;
}

.newsletter-box{
    background:#111;
    color:#fff;
    padding:40px;
    border-radius:24px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.newsletter form{
    display:flex;
    gap:10px;
}

.newsletter input{
    width:320px;
    padding:16px;
    border:none;
    border-radius:10px;
}

.newsletter button{
    background:#0029AD;
    color:#fff;
    border:none;
    padding:16px 25px;
    border-radius:10px;
    cursor:pointer;
}

/* =========================
   FOOTER
========================= */

.footer{
    background:#111;
    color:#fff;
    padding-top:60px;
}

.footer-top{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:40px;
    padding-bottom:40px;
}

.footer h2{
    font-size:34px;
    margin-bottom:15px;
}

.footer h4{
    margin-bottom:15px;
}

.footer ul{
    list-style:none;
}

.footer li{
    margin-bottom:10px;
}

.footer a{
    color:#ccc;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    padding:20px 0;
    text-align:center;
    color:#999;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .navbar{
        align-items:flex-start;
    }

    nav{
        width:100%;
    }

    nav ul{
        justify-content:flex-start;
        gap:18px;
    }

    .hero-wrapper,
    .category-grid,
    .steps,
    .review-grid,
    .features-section .container,
    .footer-top{
        grid-template-columns:1fr;
    }

    .hero h1{
        font-size:48px;
    }

    .hero-image img{
        height:420px;
    }

    .page-banner{
        padding:60px 0 36px;
    }

    .placeholder-grid{
        grid-template-columns:repeat(2,1fr);
        padding-bottom:70px;
    }

    .placeholder-card{
        padding:28px;
    }

    .section-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .view-all-villa-arrows{
        width:100%;
        align-items:flex-start;
    }

    .offer-content,
    .newsletter-box{
        flex-direction:column;
        gap:25px;
        text-align:center;
    }

    .newsletter form{
        width:100%;
        flex-direction:column;
    }

    .newsletter input{
        width:100%;
    }

    .property-card{
        min-width:260px;
    }

    .menu-toggle{
        display:flex;
        margin-left:auto;
    }

    .site-nav{
        position:fixed;
        top:0;
        left:0;
        width:min(82vw,320px);
        height:100vh;
        background:#f8f6f2;
        padding:96px 24px 24px;
        box-shadow:20px 0 40px rgba(0,0,0,.12);
        transform:translateX(-100%);
        transition:transform .3s ease;
        z-index:1000;
        overflow-y:auto;
    }

    .site-nav.open{
        transform:translateX(0);
    }

    .site-nav ul{
        flex-direction:column;
        align-items:flex-start;
        gap:18px;
    }

    .site-nav a{
        font-size:18px;
    }

    .drawer-brand{
        display:block;
        padding-bottom:18px;
        margin-bottom:18px;
        border-bottom:1px solid rgba(0,0,0,.08);
    }

    .drawer-brand img{
        width:150px;
        height:auto;
    }

    .navbar > .btn-primary{
        display:none;
    }
}

.review-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 8px 25px rgba(0,0,0,.04);
}
.review-card:hover{
    background-color: #0029AD;
    
}
.stars{
    color:#f6b300;
    font-size:18px;
    margin-bottom:15px;
}

.review-card p{
    color:#000;
    line-height:1.8;
    margin-bottom:25px;
    min-height:90px;
}
/* Stars */

.review-card:hover .stars{
    color:#FFD700;
}

/* Name */

.review-card:hover h4, .review-card:hover p{
    color:#fff;
}

/* Position */

.review-card:hover span{
    color:rgba(255,255,255,.8);
}
.review-user{
    display:flex;
    align-items:center;
    gap:15px;
}

.review-user img{
    width:55px;
    height:55px;
    border-radius:50%;
    object-fit:cover;
}

.review-user h4{
    font-size:16px;
    font-weight:700;
    margin-bottom:3px;
}

.review-user span{
    color:#888;
    font-size:14px;
}

.whatsapp-float{
    position:fixed;
    bottom:25px;
    right:25px;
    width:65px;
    height:65px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(0,0,0,.2);
    z-index:9999;
    transition:.3s ease;
}

.whatsapp-float:hover{
    transform:translateY(-5px) scale(1.05);
    box-shadow:0 15px 35px rgba(37,211,102,.4);
}

.whatsapp-float::before{
    content:"Chat With Us";
    position:absolute;
    right:80px;
    background:#111;
    color:#fff;
    padding:10px 15px;
    border-radius:10px;
    font-size:13px;
    white-space:nowrap;
    opacity:0;
    visibility:hidden;
    transition:.3s;
}

.whatsapp-float:hover::before{
    opacity:1;
    visibility:visible;
}

@media(max-width:768px){

    .navbar{
        flex-direction:column;
        align-items:flex-start;
    }

    nav ul{
        flex-direction:column;
        gap:14px;
    }

    .btn-primary,
    .btn-secondary{
        width:100%;
        text-align:center;
    }

    .menu-toggle{
        align-self:flex-end;
        margin-top:-64px;
    }

    .site-nav{
        width:min(86vw,300px);
    }

    .hero{
        padding:40px 0 60px;
    }

    .hero-wrapper{
        gap:30px;
    }

    .hero h1{
        font-size:38px;
    }

    .hero-image img{
        height:100%;
    }

    .hero-image{
        max-width:none;
        aspect-ratio:4 / 3;
    }

    .page-banner{
        padding:50px 0 30px;
    }

    .placeholder-grid{
        grid-template-columns:1fr;
        padding-bottom:50px;
        gap:18px;
    }

    .placeholder-card{
        padding:24px;
    }

    .section-header h2,
    .how-it-works h2,
    .offer-content h2,
    .page-banner h1{
        font-size:34px;
    }

    .category-grid,
    .features-section .container,
    .steps,
    .review-grid,
    .footer-top{
        grid-template-columns:1fr;
    }

    .property-menu{
        padding:70px 0;
    }

    .how-it-works{
        padding:40px 0;
    }

    .property-scroll{
        gap:18px;
    }

    .property-card{
        min-width:85vw;
        max-width:360px;
    }

    .whatsapp-float{
        width:58px;
        height:58px;
        bottom:20px;
        right:20px;
    }

    .whatsapp-float::before{
        display:none;
    }
}


.order-float{
    position:fixed;
    bottom:25px;
    right:25px;

    width:72px;
    height:72px;

    background:#0029AD;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    z-index:9999;

    box-shadow:0 12px 30px rgba(0,41,173,.35);

    transition:.3s ease;

    animation:floatBtn 3s ease-in-out infinite;
}

.order-float img{
    width:38px;
    height:38px;
    object-fit:contain;
}

.order-float:hover{
    background:#FFD54A;
    transform:translateY(-5px) scale(1.08);
    box-shadow:0 15px 40px rgba(255,213,74,.35);
}

@keyframes floatBtn{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-8px);
    }
    100%{
        transform:translateY(0);
    }
}