:root{
    --navy:#071B34;
    --navy2:#0F2747;
    --gold:#D4AF37;
    --white:#fff;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Inter',sans-serif;
    overflow-x:hidden;
}

.luxury-navbar{
    background: #021020; /* Navy */
    padding: 15px 0;
}


/* Fixed Navbar Height */
.luxury-navbar{
    min-height: 85px;
    padding: 10px 0 !important;
    background: #8d96a1; /* your navbar color */
}

.navbar-brand{
    padding: 0 !important;
    margin: 0;
}

.brand-logo{
    height: 60px !important;
    width: auto;
    display: block;
}

.navbar-nav .nav-link{
    padding: 10px 12px !important;
}

.nav-btn{
    padding: 12px 28px !important;
}
/*.contact-hero-section{*/
/*    margin-top: 0 !important;*/
/*    padding-top: 0 !important;*/
/*}*/


/* ==========================
   NAVBAR
========================== */
.brand-logo {
    height: 70px;   /* Adjust as needed */
    width: auto;
    object-fit: contain;
}



.luxury-navbar{

    /*background:rgba(7,27,52,.45);*/
    background: #071B34;

    backdrop-filter:blur(18px);

    padding:18px 0;

    transition:.4s;

    border-bottom:1px solid rgba(255,255,255,.08);

}



.luxury-navbar.scrolled{

    background:var(--navy);

    box-shadow:0 10px 30px rgba(0,0,0,.25);

}

.logo{

    height:65px;

}



.nav-link{

    color:#fff !important;

    font-weight:500;

    /* margin:0 5px; */

    position:relative;

}

.nav-link {
    position: relative;
    display: inline-block;
    padding-bottom: 4px; /* Reserve space for underline */
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70%;
    height: 2px;
    background: var(--gold);

    /* Hidden initially */
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;

    transition: transform 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
}

.nav-link:hover{

    color:var(--gold)!important;

}

.nav-btn{

    background:var(--gold);

    color:var(--navy);

    text-decoration:none;

    padding:5px 28px;

    border-radius:50px;

    font-weight:700;

    transition:.3s;

}



.nav-btn:hover{

    background:#fff;

    color:var(--navy);

}

/* ==========================
   HERO
========================== */

#hero{
    /*margin-top:50px;*/

    min-height:100vh;

    position:relative;

    background-size:cover;

    background-position:center;

    transition:1s;

    overflow:hidden;

}

#hero::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    linear-gradient(
    90deg,
    rgba(0,0,0,.75),
    rgba(0,0,0,.25));

    z-index:1;

}

.hero-content{

    position:relative;

    z-index:5;

    min-height:100vh;

    display:flex;

    align-items:center;

}

.content-box{

    max-width:750px;

    padding:20px;

    /*background:rgba(255,255,255,.08);*/

    backdrop-filter:blur(5px);

    border-radius:30px;

    border:1px solid rgba(255,255,255,.15);

    margin-top: -100px;

}

.content-box {
    margin-top: 0;
    transform: translateY(-100px);
}

.hero-tag{
    display: inline-flex;
    align-items: center;
    gap: 10px;

    background: rgba(212,175,55,.12);
    border: 1px solid rgba(212,175,55,.45);

    color: white;

    padding: 10px 22px;
    border-radius: 50px;

    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;

    box-shadow: 0 8px 25px rgba(212,175,55,.18);
    backdrop-filter: blur(8px);

    margin-bottom: 20px;
}


@media (max-width:768px){

    .hero-tag{

        display:block;

        width:100%;

        text-align:center;

        padding:12px 15px;

        font-size:19px;

        font-weight:700;

        letter-spacing:.5px;

        line-height:1.7;

        border-radius:12px;

        background:rgba(0,0,0,.55);

        border:1px solid rgba(255,255,255,.25);

        color:#fff;

        text-shadow:0 2px 5px rgba(0,0,0,.9);

    }

}
.hero-title{

    color:#fff;

    font-size:33px;

    font-weight:800;

    line-height:1.05;

    margin:5px 0;

}

.hero-title span{

    color:var(--gold);

}

.hero-text{

    color:#ddd;

    font-size:18px;

    line-height:1.8;

}

.hero-btns{

    display:flex;

    gap:15px;

    margin-top:35px;

}

.btn-primary-custom{

    background:var(--gold);

    color:var(--navy);

    text-decoration:none;

    padding:15px 35px;

    border-radius:50px;

    font-weight:700;

}

.btn-outline-custom{

    border:1px solid #fff;

    color:#fff;

    text-decoration:none;

    padding:15px 35px;

    border-radius:50px;

}

/* ==========================================
   HERO RESPONSIVE
========================================== */

/* Tablet */
@media (max-width:991px){

#hero{
    min-height:auto;
    padding:90px 0 50px;
}

.hero-content{
    min-height:auto;
}

.content-box{
    max-width:100%;
    padding:30px 25px;
    transform:none;
    margin-top:20px;
    background:rgba(255,255,255,.08);
}

.hero-title{
    font-size:38px;
    line-height:1.2;
}

.hero-text{
    font-size:16px;
}

.hero-btns{
    flex-wrap:wrap;
}

.btn-primary-custom,
.btn-outline-custom{
    width:100%;
    text-align:center;
}

.hero-stats{
    position:relative;
    bottom:auto;
    left:auto;
    transform:none;
    width:100%;
    margin-top:40px;
    padding:0 15px;
}

.city-slider{
    position:relative;
    right:auto;
    top:auto;
    transform:none;
    margin:35px auto 0;
    width:100%;
}

.city-slider ul{
    display:flex;
    overflow-x:auto;
    gap:12px;
    padding:0;
    scrollbar-width:none;
}

.city-slider ul::-webkit-scrollbar{
    display:none;
}

.city{
    white-space:nowrap;
}

}


/* Mobile */
@media (max-width:767px){

#hero{

    min-height:auto;

    padding:70px 0 40px;

}

.content-box{

    padding:22px;

    border-radius:18px;

    transform:none;

}

.hero-tag{

    font-size:11px;

    letter-spacing:1px;

}

.hero-title{

    font-size:28px;

    line-height:1.25;

}

.hero-text{

    font-size:15px;

    line-height:1.7;

}

.hero-btns{

    display:flex;

    flex-direction:column;

    gap:12px;

}

.btn-primary-custom,
.btn-outline-custom{

    width:100%;

    padding:14px;

    text-align:center;

    font-size:15px;

}

.hero-stats{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:15px;

    margin-top:35px;

}

.stat-item{

    padding:18px 10px;

}

.stat-item h2{

    font-size:26px;

}

.stat-item p{

    font-size:13px;

}

.city-slider{

    margin-top:30px;

}

.city-slider ul{

    display:flex;

    overflow-x:auto;

    gap:10px;

    padding-bottom:5px;

}

.city{

    padding:8px 15px;

    font-size:13px;

    white-space:nowrap;

}

}


/* Small Mobile */
@media (max-width:480px){

.hero-title{

    font-size:24px;

}

.hero-text{

    font-size:14px;

}

.hero-stats{

    grid-template-columns:1fr;

}

.stat-item h2{

    font-size:24px;

}

.stat-item{

    text-align:center;

}

.content-box{

    padding:18px;

}

}

/* ==========================
   FEATURED PROPERTIES
========================== */

.featured-properties-section{
    background:#021020;
    padding:100px 0;
}

.property-card{

    background:
    linear-gradient(
        135deg,
        #0b1d3f,
        #07172f
    );

    border:1px solid rgba(212,175,55,.20);

    border-radius:25px;

    overflow:hidden;

    height:100%;

    transition:.4s;
}

.property-card:hover{

    transform:translateY(-10px);

    border-color:#d4af37;

    box-shadow:
    0 20px 40px rgba(212,175,55,.12);
}

.property-image img{

    width:100%;
    height:250px;

    object-fit:cover;
}

.property-content{
    padding:30px;
}

.property-content h4{

    color:#fff;

    font-size:24px;
    font-weight:700;

    margin-bottom:25px;
}

.property-info p{

    color:#d6deeb;

    margin-bottom:8px;
    font-size:15px;
}

.property-info strong{
    color:#d4af37;
}

.property-features{

    margin-top:20px;

    display:flex;
    flex-direction:column;
    gap:10px;
}

.property-features span{

    color:#fff;

    background:rgba(212,175,55,.08);

    border:1px solid rgba(212,175,55,.15);

    padding:10px 15px;

    border-radius:10px;
}

.property-buttons{

    display:flex;
    flex-wrap:wrap;

    gap:10px;

    margin-top:25px;
}

.btn-view{

    flex:1;

    text-align:center;

    background:#d4af37;

    color:#04172f;

    text-decoration:none;

    padding:12px;

    border-radius:10px;

    font-weight:700;
}

.btn-inquiry{

    flex:1;

    text-align:center;

    border:1px solid #d4af37;

    color:#d4af37;

    text-decoration:none;

    padding:12px;

    border-radius:10px;

    font-weight:700;
}

.btn-whatsapp{

    width:100%;

    text-align:center;

    background:#25D366;

    color:#fff;

    text-decoration:none;

    padding:12px;

    border-radius:10px;

    font-weight:700;
}

.btn-view:hover,
.btn-inquiry:hover,
.btn-whatsapp:hover{
    opacity:.9;
}

/* Mobile */

@media(max-width:768px){

    .featured-properties-section{
        padding:70px 0;
    }

    .property-content{
        padding:20px;
    }

    .property-content h4{
        font-size:20px;
    }
}

/* ==========================
   LOCATION SWITCHER
========================== */

.city-slider{

    position:absolute;

    right:60px;

    top:45%;

    transform:translateY(-50%);

    z-index:6;

}

.city-slider ul{

    list-style:none;

    padding:10px;

    /*background:rgba(255,255,255,.08);*/

    backdrop-filter:blur(15px);

    border-radius:25px;

}

.city{

    color:rgba(255,255,255,.6);

    margin:15px 0;

    cursor:pointer;

    transition:.3s;

    font-size:16px;

}

.city.active{

    color:#fff;

    font-size:32px;

    font-weight:700;

}

.city:hover{

    color:var(--gold);

}

.scroll-text{

    position:absolute;

    left:60px;

    bottom:40px;

    color:#fff;

    z-index:6;

    letter-spacing:3px;

    font-size:12px;

}

/* ==========================
   MOBILE
========================== */

@media(max-width:991px){

    .hero-title{
        margin-top: 30px;
        font-size:50px;

    }

    .content-box{

        
        padding:0px;

    }

    .city-slider{

        right:15px;

    }

}

@media(max-width:768px){

    .hero-title{

        font-size:38px;

    }

    .hero-btns{

        flex-direction:column;

    }

    .city-slider{

        left:15px;

        right:15px;

        top:auto;

        bottom:20px;

        transform:none;

    }

    .city-slider ul{

        display:flex;

        gap:10px;

        overflow:auto;

        white-space:nowrap;

    }

    .city{

        margin:0;

        padding:10px 18px;

        background:rgba(255,255,255,.1);

        border-radius:50px;

    }

    .city.active{

        font-size:16px;

        background:var(--gold);

        color:var(--navy);

    }

}


/* ==========================
   HERO STATS
========================== */

.hero-stats{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    z-index:7;

    display:flex;
    justify-content:space-around;
    align-items:center;

    padding:35px 50px;

    background:rgba(5,20,40,.45);
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);

    border-top:1px solid rgba(255,255,255,.08);
}

.stat-item{
    text-align:center;
}

.stat-item h2{
    color:#fff;
    font-size:64px;
    font-weight:800;
    margin:0;
    line-height:1;
}

.stat-item p{
    color:rgba(255,255,255,.75);
    font-size:18px;
    margin-top:15px;
    margin-bottom:0;
    font-weight:500;
}

/* Number hover effect */
.stat-item:hover h2{
    color:var(--gold);
    transform:translateY(-5px);
    transition:0.3s;
}

/* Tablet */
@media(max-width:991px){

    .hero-stats{
        padding:25px;
    }

    .stat-item h2{
        font-size:48px;
    }

    .stat-item p{
        font-size:15px;
    }
}

/* Mobile */
@media(max-width:768px){

    #hero{
        padding-bottom:220px;
    }

    .hero-stats{
        position:relative;
        flex-wrap:wrap;
        gap:30px;
        padding:30px 20px;
    }

    .stat-item{
        width:45%;
    }

    .stat-item h2{
        font-size:40px;
    }

    .stat-item p{
        font-size:14px;
    }
}

/* property *

/* ==========================
   PROPERTY CATEGORY SECTION
========================== */

.property-categories{
    background: linear-gradient(135deg,#081120,#0f1f38);
    color:#fff;
}

.property-categories h2{
    font-size:42px;
    font-weight:700;
    color:#fff;
}

.property-categories p{
    color:rgba(255,255,255,0.75);
}

/* ==========================
   TABS
========================== */

.property-tabs{
    gap:12px;
    flex-wrap:wrap;
}

.property-tabs .nav-link{
    border:none;
    padding:12px 22px;
    border-radius:50px;
    background:rgba(255,255,255,0.08);
    color:#fff;
    font-weight:600;
    transition:0.4s;
    backdrop-filter:blur(10px);
}

.property-tabs .nav-link:hover{
    background:#0d6efd;
    transform:translateY(-3px);
}

.property-tabs .nav-link.active{
    background:linear-gradient(135deg,#0d6efd,#00bfff);
    color:#fff;
    box-shadow:0 10px 25px rgba(13,110,253,0.35);
}

/* ==========================
   PROPERTY CARD
========================== */

.property-box{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    height:320px;
    cursor:pointer;
    box-shadow:0 15px 40px rgba(0,0,0,0.25);
}

.property-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.6s ease;
}

.property-box:hover img{
    transform:scale(1.1);
}

/* Overlay */

.property-box .overlay{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:25px;
    background:linear-gradient(
        to top,
        rgba(3,10,25,0.95) 10%,
        rgba(3,10,25,0.55) 50%,
        rgba(3,10,25,0.05) 100%
    );
    transition:0.4s;
}

.property-box:hover .overlay{
    background:linear-gradient(
        to top,
        rgba(13,110,253,0.95),
        rgba(13,110,253,0.45),
        transparent
    );
}

.property-box .overlay span{
    display:inline-block;
    width:max-content;
    background:rgba(255,255,255,0.12);
    padding:6px 14px;
    border-radius:30px;
    font-size:12px;
    color:#fff;
    margin-bottom:10px;
}

.property-box .overlay h5{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:6px;
}

.property-box .overlay p{
    color:rgba(255,255,255,0.85);
    margin:0;
}

/* ==========================
   TAB CONTENT
========================== */

.tab-pane h4{
    color:#fff;
    font-weight:700;
}

.tab-pane p{
    color:rgba(255,255,255,0.75);
}

/* ==========================
   ANIMATION
========================== */

.property-box{
    transition:0.4s;
}

.property-box:hover{
    transform:translateY(-10px);
}

/* ==========================
   MOBILE
========================== */

@media(max-width:768px){

    .property-categories h2{
        font-size:30px;
    }

    .property-tabs{
        gap:8px;
    }

    .property-tabs .nav-link{
        font-size:13px;
        padding:10px 16px;
    }

    .property-box{
        height:260px;
    }

    .property-box .overlay h5{
        font-size:20px;
    }
}


/* TRUST INDICATORS SECTION */

.trust-section{
    /* background:#081120; */
    background: white;
    padding:80px 0;
    overflow:hidden;
}

.trust-title{
    /* color:#fff; */
    font-size:42px;
    font-weight:700;
}

.trust-desc{
    color:#000000;
    max-width:800px;
    margin:20px auto 0;
    font-size:18px;
}

.logo-slider{
    overflow:hidden;
    margin-top:50px;
}

.logo-track{
    display:flex;
    gap:30px;
    width:max-content;
    animation:scrollBrands 35s linear infinite;
}

.brand-box{
    width:380px;
    height:180px;
    background:#fff;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    flex-shrink:0;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.brand-box img{
    max-width:320px;
    max-height:140px;
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}

.brand-box:hover{

    transform:translateY(-5px);

    box-shadow:0 8px 25px rgba(0,0,0,.15);

}

/*.brand-box img{*/

/*    max-width:380px;*/

/*    max-height:170px;*/

/*    width:auto;*/

/*    height:auto;*/

/*    object-fit:contain;*/

/*    display:block;*/

/*}*/

.logo-slider:hover .logo-track{
    animation-play-state:paused;
}

@keyframes scrollBrands{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }

}

@media(max-width:768px){

    .brand-box{

        width:220px;
        height:110px;
        padding:20px;

    }

    .brand-box img{

        max-width:140px;
        max-height:55px;

    }

}

/* COMPANY INTRO */

.company-intro{
    background:#081120;
    color:#fff;
}

.section-tag{
    display:inline-block;
    padding:8px 18px;
    background:rgba(13,110,253,.15);
    border:1px solid rgba(13,110,253,.3);
    color:#4da3ff;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.company-title{
    font-size:48px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:25px;
}

.company-text{
    color:rgba(255,255,255,.75);
    line-height:1.9;
    margin-bottom:18px;
    font-size:16px;
}

.about-btn{
    display:inline-block;
    margin-top:15px;
    padding:14px 34px;
    background:linear-gradient(135deg,#0d6efd,#00bfff);
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.about-btn:hover{
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(13,110,253,.35);
}

.company-image-box{
    position:relative;
    overflow:hidden;
    border-radius:25px;
}

.company-image-box img{
    width:100%;
    height:550px;
    object-fit:cover;
    border-radius:25px;
}

.experience-box{
    position:absolute;
    bottom:30px;
    left:30px;
    background:rgba(8,17,32,.95);
    padding:20px 30px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.1);
    backdrop-filter:blur(10px);
}

.experience-box h3{
    font-size:40px;
    margin:0;
    color:#0d6efd;
    font-weight:700;
}

.experience-box span{
    color:#fff;
    font-size:15px;
}

@media(max-width:991px){

    .company-title{
        font-size:34px;
    }

    .company-image-box img{
        height:400px;
    }

    .experience-box{
        left:20px;
        bottom:20px;
        padding:15px 20px;
    }

    .experience-box h3{
        font-size:28px;
    }
}

/* WHY CHOOSE US */

.why-choose-us{
    background:linear-gradient(135deg,#081120,#102544);
}

.section-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(13,110,253,.15);
    color:#4da3ff;
    border:1px solid rgba(13,110,253,.25);
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.section-title{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.section-desc{
    color:rgba(255,255,255,.75);
    max-width:700px;
    margin:auto;
}

/* FEATURE CARD */

.feature-card{
    position:relative;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:35px 30px;
    height:100%;
    backdrop-filter:blur(12px);
    transition:.4s;
    overflow:hidden;
}

.feature-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#0d6efd,#00c6ff);
    transform:scaleX(0);
    transition:.4s;
}

.feature-card:hover::before{
    transform:scaleX(1);
}

.feature-card:hover{
    transform:translateY(-10px);
    background:rgba(13,110,253,.12);
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.feature-icon{
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    font-size:30px;
    background:linear-gradient(135deg,#0d6efd,#00bfff);
    margin-bottom:25px;
}

.feature-card h4{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.feature-card p{
    color:rgba(255,255,255,.75);
    line-height:1.8;
    margin:0;
}

/* MOBILE */

@media(max-width:768px){

    .section-title{
        font-size:30px;
    }

    .feature-card{
        padding:25px;
    }

    .feature-card h4{
        font-size:20px;
    }
}

/* =========================
   SERVICES SECTION
========================= */

.services-section{
    background: linear-gradient(135deg,#081120,#102544);
    color:#fff;
    position:relative;
    overflow:hidden;
}

.section-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(13,110,253,.15);
    color:#4da3ff;
    border:1px solid rgba(13,110,253,.25);
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
    color:#fff;
}

.section-desc{
    max-width:750px;
    margin:auto;
    color:rgba(255,255,255,.75);
    line-height:1.8;
}

/* =========================
   SERVICE CARD
========================= */

.service-card{
    position:relative;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:35px 30px;
    height:100%;
    backdrop-filter:blur(12px);
    transition:all .4s ease;
    overflow:hidden;
}

.service-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#0d6efd,#00c6ff);
    transform:scaleX(0);
    transition:.4s;
}

.service-card:hover::before{
    transform:scaleX(1);
}

.service-card:hover{
    transform:translateY(-10px);
    background:rgba(13,110,253,.10);
    box-shadow:0 20px 45px rgba(0,0,0,.30);
}

/* ICON */

.service-icon{
    width:75px;
    height:75px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
    background:linear-gradient(135deg,#0d6efd,#00bfff);
    box-shadow:0 10px 25px rgba(13,110,253,.30);
}

/* TITLE */

.service-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
    color:#fff;
}

/* TEXT */

.service-card p{
    color:rgba(255,255,255,.75);
    line-height:1.8;
    margin-bottom:0;
}

/* =========================
   BUTTON
========================= */

.explore-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 34px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    color:#fff;
    background:linear-gradient(135deg,#0d6efd,#00bfff);
    transition:.4s;
}

.explore-btn:hover{
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(13,110,253,.35);
}

/* =========================
   MOBILE
========================= */

@media (max-width:991px){

    .section-title{
        font-size:34px;
    }

    .service-card{
        padding:28px;
    }

    .service-card h4{
        font-size:21px;
    }
}

@media (max-width:768px){

    .section-title{
        font-size:28px;
    }

    .section-desc{
        font-size:15px;
    }

    .service-icon{
        width:65px;
        height:65px;
        font-size:28px;
    }

    .explore-btn{
        padding:12px 28px;
    }
}


/* 6. FEATURED PROPERTY LISTINGS SECTION */

.featured-properties{
    background:#081120;
    color:#fff;
}

.property-card{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    overflow:hidden;
    transition:.4s;
    height:100%;
}

.property-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.property-img{
    height:260px;
    overflow:hidden;
}

.property-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.property-card:hover img{
    transform:scale(1.08);
}

.property-content{
    padding:25px;
}

.property-type{
    display:inline-block;
    padding:6px 14px;
    background:rgba(13,110,253,.15);
    color:#4da3ff;
    border-radius:50px;
    margin-bottom:15px;
    font-size:13px;
}

.property-content h4{
    color:#fff;
    margin-bottom:18px;
    font-weight:700;
}

.property-info{
    list-style:none;
    padding:0;
    margin:0 0 25px;
}

.property-info li{
    color:rgba(255,255,255,.75);
    margin-bottom:10px;
    font-size:15px;
}

.inquiry-btn{
    display:block;
    text-align:center;
    padding:12px;
    border-radius:12px;
    text-decoration:none;
    color:#fff;
    font-weight:600;
    background:linear-gradient(135deg,#0d6efd,#00bfff);
}

.property-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.view-property-btn,
.list-property-btn{
    padding:14px 34px;
    border-radius:50px;
    text-decoration:none;
    color:#fff;
    font-weight:600;
}

.view-property-btn{
    background:linear-gradient(135deg,#0d6efd,#00bfff);
}

.list-property-btn{
    border:1px solid rgba(255,255,255,.15);
    background:rgba(255,255,255,.05);
}


/* ==========================
   CONSTRUCTION SECTION
========================== */

.construction-section{
    background:linear-gradient(135deg,#081120,#102544);
    color:#fff;
}

.construction-image{
    position:relative;
    overflow:hidden;
    border-radius:25px;
}

.construction-image img{
    width:100%;
    height:550px;
    object-fit:cover;
    border-radius:25px;
}

.experience-badge{
    position:absolute;
    bottom:25px;
    left:25px;
    background:rgba(8,17,32,.95);
    border:1px solid rgba(255,255,255,.1);
    backdrop-filter:blur(10px);
    padding:20px 25px;
    border-radius:18px;
}

.experience-badge h3{
    margin:0;
    color:#0d6efd;
    font-size:36px;
    font-weight:700;
}

.experience-badge span{
    color:#fff;
    font-size:14px;
}

.construction-title{
    font-size:44px;
    font-weight:700;
    margin-bottom:20px;
    color:#fff;
}

.construction-desc{
    color:rgba(255,255,255,.75);
    line-height:1.9;
    margin-bottom:10px;
}

.service-item{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:14px;
    padding:14px 18px;
    color:#fff;
    font-weight:500;
    transition:.3s;
}

.service-item:hover{
    background:rgba(13,110,253,.12);
    transform:translateY(-3px);
}

.construction-btn{
    display:inline-block;
    margin-top:30px;
    padding:14px 34px;
    border-radius:50px;
    text-decoration:none;
    color:#fff;
    font-weight:600;
    background:linear-gradient(135deg,#0d6efd,#00bfff);
    transition:.4s;
}

.construction-btn:hover{
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(13,110,253,.35);
}

/* Mobile */

@media(max-width:991px){

    .construction-title{
        font-size:34px;
    }

    .construction-image img{
        height:400px;
    }
}

@media(max-width:768px){

    .construction-title{
        font-size:28px;
    }

    .service-item{
        font-size:14px;
    }
}

/* 8. COMPLETED PROJECTS SECTION */
.project-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    transition:.3s;
}

.project-card:hover{
    transform:translateY(-8px);
}

.project-gallery{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    grid-template-rows:repeat(2,140px);
    gap:3px;
    padding:3px;
    background:#eee;
}

.project-gallery img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.project-content{
    padding:20px;
}

.project-content span{
    display:inline-block;
    background:#d4af37;
    color:#021020;
    padding:5px 12px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:10px;
}

.project-content h5{
    font-weight:700;
    margin:0;
}

.project-nav{
    width:50px;
}

.project-nav span{
    font-size:40px;
    color:#d4af37;
}

@media(max-width:991px){

    .carousel-item .col-lg-4:not(:first-child){
        display:none;
    }

}

@media(max-width:767px){

    .project-gallery{
        grid-template-rows:110px 110px;
    }

}

.projects-section{
    background:#081120;
    color:#fff;
}

.project-card{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    height:350px;
    cursor:pointer;
}

.project-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.project-card:hover img{
    transform:scale(1.08);
}

.project-content{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:25px;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.9),
        rgba(0,0,0,.3),
        transparent
    );
}

.project-content span{
    color:#4da3ff;
    font-size:14px;
    margin-bottom:8px;
}

.project-content h5{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin:0;
}

/* Navigation */

.project-nav{
    width:55px;
    height:55px;
    top:50%;
    transform:translateY(-50%);
    background:#0d6efd;
    border-radius:50%;
    opacity:1;
}

.carousel-control-prev{
    left:-30px;
}

.carousel-control-next{
    right:-30px;
}

.project-nav span{
    font-size:26px;
    color:#fff;
}

/* Button */

.explore-project-btn{
    display:inline-block;
    padding:14px 35px;
    border-radius:50px;
    text-decoration:none;
    color:#fff;
    font-weight:600;
    background:linear-gradient(135deg,#0d6efd,#00bfff);
}

/* Mobile */

@media(max-width:768px){

    .project-card{
        height:280px;
    }

    .carousel-control-prev{
        left:5px;
    }

    .carousel-control-next{
        right:5px;
    }

    .project-nav{
        width:45px;
        height:45px;
    }
}

/* ==========================
   PROCESS SECTION
========================== */

/* ==========================
   WORKING PROCESS SECTION
========================== */

.process-section{
    background:#f8fbff;
    position:relative;
    overflow:hidden;
    padding:100px 0;
}

/* Decorative Shapes */

.process-section::before{
    content:'';
    position:absolute;
    top:-120px;
    right:-120px;
    width:350px;
    height:350px;
    background:rgba(13,110,253,.05);
    border-radius:50%;
}

.process-section::after{
    content:'';
    position:absolute;
    bottom:-150px;
    left:-150px;
    width:420px;
    height:420px;
    background:rgba(0,191,255,.05);
    border-radius:50%;
}

/* Heading */

.process-section .section-badge{
    display:inline-block;
    padding:8px 18px;
    background:rgba(13,110,253,.08);
    color:#0d6efd;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.process-section .section-title{
    font-size:42px;
    font-weight:700;
    color:#081120;
    margin-bottom:15px;
}

.process-section .section-desc{
    max-width:750px;
    margin:auto;
    color:#5f6b7a;
    line-height:1.8;
}

/* Timeline */

.process-row{
    position:relative;
    margin-top:50px;
}

.process-row::before{
    content:'';
    position:absolute;
    top:45px;
    left:8%;
    width:84%;
    height:4px;
    background:linear-gradient(
        90deg,
        #0d6efd,
        #00bfff
    );
    border-radius:20px;
    z-index:1;
}

/* Card */

.process-card{
    text-align:center;
    position:relative;
    z-index:2;
    padding:20px;
    transition:.4s;
}

.process-card:hover{
    transform:translateY(-8px);
}

/* Number Circle */

.process-number{
    width:90px;
    height:90px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-bottom:25px;
    font-size:28px;
    font-weight:700;
    color:#fff;
    border:6px solid #f8fbff;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
    transition:.4s;
}

.process-card:hover .process-number{
    transform:scale(1.08);
}

/* Different Colors */

.process-card:nth-child(1) .process-number{
    background:linear-gradient(135deg,#0d6efd,#00c6ff);
}

.process-card:nth-child(2) .process-number{
    background:linear-gradient(135deg,#6f42c1,#9b59ff);
}

.process-card:nth-child(3) .process-number{
    background:linear-gradient(135deg,#20c997,#00e6a7);
}

.process-card:nth-child(4) .process-number{
    background:linear-gradient(135deg,#fd7e14,#ffb347);
}

.process-card:nth-child(5) .process-number{
    background:linear-gradient(135deg,#dc3545,#ff6b81);
}

/* Content */

.process-card h5{
    color:#081120;
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
}

.process-card p{
    color:#5f6b7a;
    line-height:1.8;
    font-size:15px;
    margin:0;
}

/* Desktop Hover Card */

@media(min-width:992px){

    .process-card{
        padding:15px;
    }

    .process-card:hover{
        background:#fff;
        border-radius:20px;
        box-shadow:0 20px 45px rgba(0,0,0,.08);
    }
}

/* Tablet */

@media(max-width:991px){

    .process-row::before{
        display:none;
    }

    .process-card{
        background:#fff;
        border-radius:22px;
        padding:30px 25px;
        border:1px solid #e8edf5;
        box-shadow:0 10px 25px rgba(0,0,0,.06);
        height:100%;
    }

    .process-number{
        border-color:#fff;
    }
}

/* Mobile */

@media(max-width:768px){

    .process-section{
        padding:70px 0;
    }

    .process-section .section-title{
        font-size:30px;
    }

    .process-section .section-desc{
        font-size:15px;
    }

    .process-card{
        padding:25px;
    }

    .process-number{
        width:75px;
        height:75px;
        font-size:24px;
        margin-bottom:20px;
    }

    .process-card h5{
        font-size:18px;
    }

    .process-card p{
        font-size:14px;
    }
}

/* 10. SERVICE AREA SECTION */

.service-area-section{
    background:#081120;
    color:#fff;
}

.state-list{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

.state-item{
    padding:14px 25px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;
    cursor:pointer;
    transition:.4s;
    font-weight:600;
}

.state-item:hover{
    background:#0d6efd;
    transform:translateX(5px);
}

.state-item.active{
    background:linear-gradient(135deg,#0d6efd,#00bfff);
    color:#fff;
}

.state-image-box{
    overflow:hidden;
    border-radius:25px;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.state-image-box img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:25px;
    transition:.5s;
}

@media(max-width:991px){

    .state-list{
        margin-bottom:30px;
    }

    .state-image-box img{
        height:350px;
    }
}

/* ==========================
   TESTIMONIAL SECTION
========================== */

/* SECTION */

.testimonial-section{
    background:#ffffff;
    overflow:hidden;
    padding:100px 0;
}

/* Heading */

.testimonial-section .section-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(13,110,253,.08);
    color:#0d6efd;
    font-weight:600;
    margin-bottom:15px;
   
}

.testimonial-section .section-title{
    color:#081120;
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
}

.testimonial-section .section-desc{
    color:#5f6b7a;
    max-width:700px;
    margin:auto;
}

/* Card */

.testimonial-card{
    max-width:850px;
    margin:auto;
    background:#f8fbff;
    border-radius:30px;
    padding:40px;
    text-align:center;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    position:relative;
}

/* Quote */

.quote-icon{
    font-size:70px;
    color:#0d6efd;
    line-height:1;
    margin-bottom:20px;
}

/* Text */

.testimonial-text{
    font-size:18px;
    line-height:1.8;
    color:#081120;
    font-weight:500;
    margin-bottom:25px;
}

/* Stars */

.stars{
    color:#ffc107;
    font-size:22px;
    letter-spacing:3px;
    margin-bottom:30px;
}

/* Client */

.client-info{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
}

.client-info img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
}

.client-info h5{
    margin:0;
    font-weight:700;
    color:#081120;
}

.client-info span{
    color:#6c757d;
    font-size:14px;
}

/* Navigation */

.testimonial-nav{
    width:60px;
    height:60px;
    top:50%;
    transform:translateY(-50%);
    background:#0d6efd;
    border-radius:50%;
    opacity:1;
}

.carousel-control-prev{
    left:50px;
}

.carousel-control-next{
    right:50px;
}

.testimonial-nav span{
    color:#fff;
    font-size:24px;
}

/* Mobile */

@media(max-width:991px){

    .testimonial-card{
        padding:40px 25px;
    }

    .testimonial-text{
        font-size:18px;
    }

    .carousel-control-prev{
        left:10px;
    }

    .carousel-control-next{
        right:10px;
    }
}

@media(max-width:768px){

    .testimonial-section{
        padding:70px 0;
    }

    .testimonial-section .section-title{
        font-size:30px;
    }

    .testimonial-nav{
        width:45px;
        height:45px;
    }

    .quote-icon{
        font-size:50px;
    }

    .testimonial-text{
        font-size:16px;
    }
}


/* ==========================
   CONTACT SECTION
========================== */

.contact-section{
    background:#081120;
    color:#fff;
}

.contact-info{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:25px;
    padding:40px;
    height:100%;
}

.contact-info h4{
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}

.contact-info p{
    color:rgba(255,255,255,.75);
    line-height:1.8;
}

.contact-item{
    display:flex;
    gap:15px;
    margin-top:25px;
}

.contact-item span{
    font-size:28px;
}

.contact-item h6{
    color:#fff;
    margin-bottom:5px;
}

.contact-item p{
    margin:0;
}

/* Form */

.contact-form-box{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.contact-form-box .form-control,
.contact-form-box .form-select{
    height:55px;
    border-radius:12px;
    border:1px solid #dbe4ee;
    box-shadow:none;
}

.contact-form-box textarea.form-control{
    height:auto;
    resize:none;
}

.contact-form-box .form-control:focus,
.contact-form-box .form-select:focus{
    border-color:#0d6efd;
    box-shadow:none;
}

.contact-btn{
    width:100%;
    border:none;
    padding:15px;
    border-radius:12px;
    color:#fff;
    font-weight:600;
    background:linear-gradient(135deg,#0d6efd,#00bfff);
    transition:.4s;
}

.contact-btn:hover{
    transform:translateY(-3px);
}

/* Mobile */

@media(max-width:768px){

    .contact-info,
    .contact-form-box{
        padding:25px;
    }

    .contact-info h4{
        font-size:24px;
    }
}


/* ==========================
   FOOTER
========================== */

.footer-section{
    background:#050d1b;
    color:#fff;
    padding:80px 0 25px;
}

.footer-widget h4{
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
    color:#fff;
}

.footer-widget h5{
    font-size:20px;
    font-weight:600;
    margin-bottom:25px;
    color:#fff;
    position:relative;
}

.footer-widget h5::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    width:45px;
    height:3px;
    border-radius:10px;
    background:linear-gradient(135deg,#0d6efd,#00bfff);
}

.footer-widget p{
    color:rgba(255,255,255,.70);
    line-height:1.9;
}

.footer-widget ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-widget ul li{
    margin-bottom:12px;
}

.footer-widget ul li a{
    color:rgba(255,255,255,.70);
    text-decoration:none;
    transition:.3s;
}

.footer-widget ul li a:hover{
    color:#0d6efd;
    padding-left:5px;
}

.footer-contact p{
    margin-bottom:15px;
    color:rgba(255,255,255,.75);
}

/* Divider */

.footer-divider{
    margin:50px 0 25px;
    border-color:rgba(255,255,255,.08);
}

/* Bottom */

.footer-bottom{
    color:rgba(255,255,255,.60);
    font-size:14px;
}

/* Mobile */

@media(max-width:768px){

    .footer-section{
        padding:60px 0 20px;
    }

    .footer-widget{
        margin-bottom:20px;
    }

    .footer-widget h4{
        font-size:26px;
    }

    .footer-widget h5{
        font-size:18px;
    }
}


/*brand lgo*/
.brand-text{
    font-size:32px;
    font-weight:800;
    color:#081120;
    letter-spacing:1px;
    text-transform:uppercase;
}

.brand-text:hover{
    color:#0d6efd;
}


/* side icon */

/* Common Container */
.social-left,
.social-right {
    position: fixed;
    top: 70%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

/* Left Side */
.social-left {
    left: 15px;
}

/* Right Side */
.social-right {
    right: 15px;
}

/* Social Buttons */
.social-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

/* Hover Effect */
.social-btn:hover {
    transform: scale(1.1);
    color: #fff;
}

/* Colors */
.whatsapp {
    background: #25D366;
}

.phone {
    background: #0d6efd;
}

.facebook {
    background: #1877F2;
}

.instagram {
    background: linear-gradient(45deg,
        #f09433,
        #e6683c,
        #dc2743,
        #cc2366,
        #bc1888);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .social-btn {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .social-left {
        left: 10px;
    }

    .social-right {
        right: 10px;
    }
    
    .social-left,
.social-right {
    position: fixed;
    top: 70%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}
}

@media (max-width: 480px) {
    .social-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .social-left,
    .social-right {
        gap: 8px;
    }
}