@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=Dosis:wght@200..800&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&display=swap');
html,
body{
    overflow-x: hidden;
    width: 100%;
}
.luxury-navbar{
    padding:18px 0;
    transition:.4s ease;
    background:#0B1220;
}

.luxury-navbar.scrolled{
    background:rgba(11,18,32,.92);
    backdrop-filter:blur(15px);
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.site-logo{
    height:80px;
    width:auto;
}
.luxury-navbar{
    transition: transform 0.4s ease, background 0.3s ease;
}

.luxury-navbar.nav-hide{
    transform: translateY(-100%);
}

.luxury-navbar.nav-show{
    transform: translateY(0);
}
.brand-content{
    display:flex;
    flex-direction:column;
    margin-left:12px;
}

.project-name{
    font-size:22px;
    font-weight:700;
    color:#fff;
    letter-spacing:2px;
    line-height:1;
}

.project-phase{
    color:#c8a45d;
    letter-spacing:4px;
    font-size:12px;
    margin-top:5px;
}

.navbar-nav{
    gap:20px;
}

.nav-link{
    color:#fff !important;
    font-size:14px;
    font-weight:500;
    letter-spacing:1px;
    position:relative;
}

.nav-link::after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:0;
    height:2px;
    background:#c8a45d;
    transition:.3s;
}

.nav-link:hover::after{
    width:100%;
}

.header-btns{
    display:flex;
    align-items:center;
    gap:15px;
}

.call-btn{
    width:45px;
    height:45px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}

.enquire-btn{
    background:#c8a45d;
    color:#111;
    padding:12px 26px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}
/* =====================================
   MOBILE RESPONSIVE NAVBAR
===================================== */

@media (max-width:991px){

    .luxury-navbar{
        padding:12px 0;
        background:rgba(11,18,32,.95);
        backdrop-filter:blur(15px);
    }

    .navbar-brand{
        max-width:80%;
    }

    .site-logo{
        height:45px;
    }

    .brand-content{
        margin-left:10px;
    }

    .project-name{
        font-size:16px;
        letter-spacing:1px;
    }

    .project-phase{
        font-size:10px;
        letter-spacing:2px;
    }

    .navbar-toggler{
        color:#fff;
        font-size:24px;
        padding:0;
    }

    .navbar-collapse{
        margin-top:20px;
        background:#111827;
        border-radius:20px;
        padding:20px;
    }

    .navbar-nav{
        gap:0;
        text-align:center;
    }

    .navbar-nav .nav-item{
        width:100%;
    }

    .navbar-nav .nav-link{
        display:block;
        padding:14px 0;
        border-bottom:1px solid rgba(255,255,255,.08);
    }

    .navbar-nav .nav-link::after{
        display:none;
    }

    .header-btns{
        margin-top:20px;
        flex-direction:column;
        width:100%;
    }

    .call-btn{
        width:100%;
        border-radius:50px;
        height:50px;
        gap:10px;
    }

    .call-btn::after{
        content:" Call Now";
        font-weight:600;
    }

    .enquire-btn{
        width:100%;
        text-align:center;
        padding:14px;
    }

}

/* =====================================
   SMALL MOBILE
===================================== */

@media (max-width:576px){

    .container{
        padding-left:15px !important;
        padding-right:15px !important;
    }

    .navbar-brand{
        max-width:75%;
    }

    .site-logo{
        height:40px;
    }

    .project-name{
        font-size:14px;
        line-height:1.2;
    }

    .project-phase{
        font-size:9px;
    }

    .navbar-collapse{
        padding:15px;
        border-radius:15px;
    }

}
.footer-cta{
background:#c8a45d;
padding:70px 0;
}

.footer-cta h2{
font-size:42px;
font-weight:700;
color:#111;
margin-bottom:15px;
}

.footer-cta p{
color:#333;
font-size:18px;
}

.cta-btn{
background:#0b1220;
color:#fff;
text-decoration:none;
padding:16px 35px;
border-radius:50px;
font-weight:600;
}

.luxury-footer{
background:#0b1220;
color:#fff;
padding:80px 0 30px;
}

.footer-logo{
height:140px;
margin-bottom:20px;
}

.luxury-footer h3{
font-size:36px;
margin-bottom:15px;
}

.luxury-footer h3 span{
display:block;
color:#c8a45d;
font-size:14px;
letter-spacing:4px;
}

.luxury-footer p{
color:#9ca3af;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:12px;
}

.footer-links a{
color:#9ca3af;
text-decoration:none;
}

.footer-bottom{
margin-top:50px;
padding-top:25px;
border-top:1px solid rgba(255,255,255,.08);
display:flex;
justify-content:space-between;
align-items:center;
}

.footer-social{
display:flex;
gap:15px;
}

.footer-social a{
width:40px;
height:40px;
background:rgba(255,255,255,.08);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
text-decoration:none;
}

@media(max-width:768px){


.footer-cta{
    text-align:center;
}

.footer-cta h2{
    font-size:28px;
}

.luxury-footer{
    text-align:center;
}

.footer-bottom{
    flex-direction:column;
    gap:20px;
}

.footer-social{
    justify-content:center;
}


}
/* ====================================
HERO SECTION
==================================== */
.hero-section{
    position:relative;
    min-height:100vh;
    background:url('../images/homepage/banner_1.png') center center/cover no-repeat;
    display:flex;
    align-items:center;
    margin-top: 80px ;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(10,20,40,.15) 0%,
        rgba(10,20,40,.35) 50%,
        rgba(10,20,40,.65) 100%
    );
}

.hero-content{
    position:relative;
    z-index:2;
    color:#fff;
    text-align:center;
}

.hero-location{
    letter-spacing:4px;
    font-size:14px;
    color:#d4b26a;
    display:block;
    margin-bottom:20px;
}

.hero-content h1{
    font-family:'Cormorant Garamond', serif;
    font-size:95px;
    font-weight:500;
    line-height:1;
    margin-bottom:25px;
    color:#fff;
}

.hero-divider{
    width:180px;
    height:1px;
    background:rgba(255,255,255,.4);
    margin:0 auto 25px;
}

.hero-content p{
    font-size:20px;
    color:#e5e7eb;
    max-width:550px;
    margin:0 auto 35px;
    line-height:1.8;
}

.hero-price-box{
    display:inline-block;
    padding:25px 40px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.2);
    border-radius:25px;
}

.hero-price-box small{
    display:block;
    letter-spacing:2px;
    margin-bottom:8px;
    color:#d4b26a;
}

.hero-price-box h3{
    margin:0;
    font-family: 'bootstrap-icons';
    
    font-size:48px;
    color:#fff;
}
/* ====================================
ENQUIRY CARD
==================================== */

.enquiry-card{
position:relative;
z-index:2;
background:rgba(255,255,255,.08);
backdrop-filter:blur(20px);
border:1px solid rgba(255,255,255,.1);
border-radius:30px;
padding:40px;
box-shadow:0 25px 60px rgba(0,0,0,.25);
}

.enquiry-card h3{
color:#fff;
font-size:28px;
margin-bottom:25px;
}

.enquiry-card .form-control{
    height:58px;
    background:#fff;
    border:none;
    border-radius:12px;
    margin-bottom:15px;
    padding:0 20px;
}

.enquiry-card button{
width:100%;
height:58px;
border:none;
background:#c8a45d;
color:#111;
border-radius:12px;
font-weight:700;
transition:.3s;
}

.enquiry-card button:hover

/* ====================================
TABLET
==================================== */

@media(max-width:991px){


.hero-section{
    padding:120px 0 80px;
}

.hero-content{
    text-align:center;
    margin-bottom:40px;
}

.hero-content h1{
    font-size:52px;
}

.hero-content p{
    font-size:18px;
    margin:auto;
    margin-bottom:30px;
}

.hero-buttons{
    justify-content:center;
}


}

/* ====================================
MOBILE
==================================== */

@media(max-width:576px){


.hero-section{
    min-height:auto;
    padding:120px 0 60px;
}

.hero-tag{
    font-size:12px;
    padding:10px 18px;
}

.hero-content h1{
    font-size:38px;
    line-height:1.15;
}

.hero-content p{
    font-size:15px;
    line-height:1.8;
}

.hero-price{
    font-size:16px;
}

.hero-price strong{
    font-size:32px;
}

.hero-btn{
    width:100%;
    text-align:center;
}

.enquiry-card{
    padding:25px;
}

.enquiry-card h3{
    font-size:22px;
    text-align:center;
}


}
.about-section{
    padding:120px 0;
    background:#f6efdf;
    position:relative;
    overflow:hidden;
}

.about-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(16,53,86,.05);
    border-radius:50%;
    top:-250px;
    right:-200px;
}

.project-label{
    display:inline-block;
    color:#c8a45d;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:20px;
    font-size:14px;
}

.about-section h2{
    font-size:64px;
    line-height:1.1;
    color:#163757;
    margin-bottom:25px;
    font-weight:700;
}

.about-subtitle{
    font-size:24px;
    color:#163757;
    font-weight:600;
    margin-bottom:20px;
}

.about-section p{
    font-size:18px;
    line-height:1.9;
    color:#555;
}

.project-features{
    display:flex;
    gap:25px;
    margin:40px 0;
}

.project-features div{
    text-align:center;
    background:#fff;
    padding:18px 25px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.project-features strong{
    display:block;
    font-size:24px;
    color:#163757;
}

.project-features span{
    font-size:13px;
    color:#777;
}

.about-btn{
    background:#163757;
    color:#fff;
    padding:16px 40px;
    border-radius:50px;
    text-decoration:none;
    display:inline-block;
    font-weight:600;
}

.about-image-wrap{
    position:relative;
}

.about-image-wrap img{
    width:100%;
    border-radius:30px;
    display:block;
}

.floating-card{
    position:absolute;
    bottom:-30px;
    left:-30px;
    background:#163757;
    color:#fff;
    padding:30px;
    border-radius:20px;
    max-width:250px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.floating-card h3{
    font-size:42px;
    margin-bottom:5px;
}

.floating-card p{
    color:#fff;
    margin:0;
    font-size:15px;
}
.primary-btn:hover{
    transform:translateY(-2px);
}

.secondary-btn:hover{
    background:rgba(255,255,255,.1);
}

.enquiry-card button:hover{
    opacity:.9;
}
/* why choose us  */
.why-grid-section{
    padding:140px 0;
    background:#0b1220;
    position:relative;
}

.section-heading span{
    color:#c8a45d;
    letter-spacing:4px;
    font-size:13px;
    font-weight:600;
}

.section-heading h2{
    color:#fff;
    font-size:72px;
    line-height:1;
    margin-top:20px;
    font-family:'Cormorant Garamond', serif;
}

.why-box{
    position:relative;
    padding:40px 15px;
    text-align:center;
}

.bg-number{
    position:absolute;
    top:-25px;
    left:50%;
    transform:translateX(-50%);
    font-size:140px;
    font-weight:700;
    color:rgba(200,164,93,.08);
    line-height:1;
    z-index:1;
    font-family:'Cormorant Garamond', serif;
}

.why-box h4{
    position:relative;
    z-index:2;
    color:#fff;
    font-size:30px;
    margin-bottom:15px;
    font-family:'Cormorant Garamond', serif;
}

.why-box p{
    position:relative;
    z-index:2;
    color:#b8c2cc;
    max-width:280px;
    margin:auto;
    line-height:1.8;
}

.why-box:hover .bg-number{
    color:rgba(200,164,93,.18);
    transition:.4s;
}

@media(max-width:768px){

    .section-heading h2{
        font-size:42px;
    }

    .bg-number{
        font-size:90px;
    }

    .why-box h4{
        font-size:24px;
    }
}
/* Amenities */
.amenities-section{
    padding:50px 0;
    background:#f6efdf;
}

.amenities-heading{
    max-width:1000px;
    margin-bottom:60px;
}

.amenities-heading span{
    color:#b68a42;
    font-size:14px;
    letter-spacing:4px;
    font-weight:600;
}

.amenities-heading h2{
    font-family:'Cormorant Garamond',serif;
    font-size:72px;
    line-height:1.1;
    color:#4a2d24;
    margin-top:20px;
}

.amenity-slide{
    position:relative;
    overflow:hidden;
    border-radius:35px;
}

.amenity-slide img{
    width:100%;
    height:550px;
    object-fit:cover;
    display:block;
}

.amenity-slide::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.75),
        rgba(0,0,0,.25)
    );
}

.amenity-content{
    position:absolute;
    left:80px;
    bottom:80px;
    max-width:550px;
    z-index:2;
}

.amenity-number{
    font-family:'Cormorant Garamond',serif;
    font-size:140px;
    line-height:1;
    color:rgba(255,255,255,.15);
    margin-bottom:-35px;
}

.amenity-content small{
    color:#d4b26a;
    letter-spacing:4px;
    font-size:13px;
}

.amenity-content h3{
    font-family:'Cormorant Garamond',serif;
    font-size:78px;
    line-height:0.95;
    color:#fff;
    margin:15px 0;
}

.amenity-content p{
    color:#f5f5f5;
    font-size:18px;
    line-height:1.8;
}

.amenity-nav{
    display:flex;
    justify-content:center;
    gap:25px;
    margin-top:40px;
}

.amenity-nav button{
    background:none;
    border:none;
    color:#8c7a66;
    font-size:28px;
    font-family:'Cormorant Garamond',serif;
    transition:.3s;
}

.amenity-nav button.active,
.amenity-nav button:hover{
    color:#b68a42;
}

@media(max-width:768px){

    .amenities-heading h2{
        font-size:42px;
    }

    .amenity-slide img{
        height:500px;
    }

    .amenity-content{
        left:30px;
        right:30px;
        bottom:30px;
    }

    .amenity-number{
        font-size:80px;
    }

    .amenity-content h3{
        font-size:42px;
    }

    .amenity-nav{
        gap:10px;
        flex-wrap:wrap;
    }
}
/* Carpet Area */
.pricing-section{
    padding:140px 0;
    background:#f6efdf;
}

.pricing-heading{
    text-align:center;
    margin-bottom:70px;
}

.pricing-heading span{
    color:#c8a45d;
    letter-spacing:4px;
    font-size:14px;
}

.pricing-heading h2{
    font-family:'Cormorant Garamond',serif;
    font-size:70px;
    color:#4c2f28;
    margin-top:15px;
}

.pricing-card{
    background:#173452;
    border-radius:35px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.pricing-left{
    padding:70px;
    width:55%;
}

.property-tag{
    display:inline-block;
    padding:12px 24px;
    border-radius:50px;
    background:rgba(255,255,255,.08);
    color:#d4b26a;
    margin-bottom:25px;
}

.pricing-left h3{
    color:#fff;
    font-size:52px;
    line-height:1.1;
    font-family:'Cormorant Garamond',serif;
}

.pricing-left p{
    color:#cbd5e1;
    margin-top:20px;
    font-size:18px;
}

.pricing-right{
    background:#10263d;
    padding:70px;
    text-align:center;
    min-width:450px;
}

.pricing-right small{
    color:#d4b26a;
    letter-spacing:3px;
}

.area-box h4{
    color:#fff;
    font-size:36px;
    margin-top:10px;
}

.price-box{
    margin:40px 0;
}

.price-box h2{
    color:#fff;
    font-size:70px;
       font-family: 'bootstrap-icons';
}

.price-btn{
    background:#d4b26a;
    color:#111;
    padding:18px 40px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}
/* specifications */
.specifications-section{
    background:#173452;
    padding:120px 0;
}

.spec-heading{
    text-align:center;
    margin-bottom:50px;
}

.spec-heading span{
    color:#c8a45d;
    letter-spacing:3px;
    font-size:13px;
    font-weight:600;
}

.spec-heading h2{
    color:#fff;
    font-size:60px;
    font-family:'Cormorant Garamond',serif;
    margin-top:15px;
}

.spec-tabs{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-bottom:50px;
    flex-wrap:wrap;
}

.spec-tab{
    border:none;
    background:rgba(255,255,255,.08);
    color:#fff;
    padding:15px 28px;
    border-radius:50px;
    transition:.3s;
}

.spec-tab.active{
    background:#f5efe4;
    color:#173452;
}



.spec-layout{
    display:grid;
    grid-template-columns:1fr 1fr;
    background:#1e4061;
    border-radius:30px;
    overflow:hidden;
}

.spec-image img{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
}

.spec-info{
    padding:60px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    position:relative;
}

.spec-number{
    font-size:120px;
    font-family:'Cormorant Garamond',serif;
    color:rgba(255,255,255,.06);
    position:absolute;
    top:20px;
    right:40px;
}

.spec-info h3{
    font-size:60px;
    color:#fff;
    font-family:'Cormorant Garamond',serif;
    margin-bottom:10px;
}

.gold-line{
    width:70px;
    height:2px;
    background:#c8a45d;
    margin-bottom:30px;
}

.spec-info ul{
    padding-left:20px;
}

.spec-info li{
    color:#d7dee7;
    margin-bottom:15px;
    line-height:1.8;
}

@media(max-width:991px){

    .spec-layout{
        grid-template-columns:1fr;
    }

    .spec-image img{
        height:320px;
    }

    .spec-info{
        padding:35px;
    }

    .spec-heading h2{
        font-size:42px;
    }

    .spec-info h3{
        font-size:40px;
    }
}
/* ====================================
FLOOR PLAN SECTION
==================================== */

.floorplan-section{
    padding:140px 0;
    background:#0b1220;
    position:relative;
}

.floorplan-subtitle{
    color:#c8a45d;
    letter-spacing:4px;
    font-size:14px;
    font-weight:600;
}

.floorplan-title{
    color:#fff;
    font-size:68px;
    font-family:'Cormorant Garamond',serif;
    margin-top:20px;
}

.floorplan-tabs{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    justify-content:center;
}

.floor-tab{
    border:1px solid rgba(255,255,255,.2);
    background:transparent;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    transition:.3s;
    font-weight:600;
}

.floor-tab.active,
.floor-tab:hover{
    background:#c8a45d;
    color:#111;
    border-color:#c8a45d;
}

.floorplan-card{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:30px;
    padding:40px;
    backdrop-filter:blur(20px);
    text-align:center;
}

.floorplan-card img{
    width:100%;
    max-width:900px;
}
/* DMART */
/* ====================================
LOCATION SECTION
==================================== */

.location-section{
    padding:140px 0;
    background:#f6efdf;
    position:relative;
}

.location-subtitle{
    display:block;
    color:#c8a45d;
    letter-spacing:4px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.location-title{
    font-size:68px;
    line-height:1;
    color:#163757;
    font-family:'Cormorant Garamond',serif;
    margin-bottom:25px;
}

.location-desc{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:35px;
}

.location-tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:40px;
}

.location-tags span{
    display:flex;
    align-items:center;
    gap:8px;
    background:#fff;
    border:1px solid rgba(200,164,93,.25);
    border-radius:50px;
    padding:12px 18px;
    font-size:14px;
    color:#163757;
    transition:.3s;
}

.location-tags span:hover{
    background:#c8a45d;
    color:#fff;
    transform:translateY(-2px);
}

.location-btn{
    display:inline-block;
    background:#163757;
    color:#fff;
    text-decoration:none;
    padding:16px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.location-btn:hover{
    background:#c8a45d;
    color:#111;
}

.map-wrapper{
    overflow:hidden;
    border-radius:35px;
    border:6px solid rgba(200,164,93,.4);
    box-shadow:0 30px 80px rgba(0,0,0,.12);
    background:#fff;
}

.map-wrapper iframe{
    width:100%;
    height:600px;
    border:0;
    display:block;
}

/* ====================================
MOBILE
==================================== */

@media(max-width:991px){

    .location-section{
        padding:80px 0;
    }

    .location-title{
        font-size:42px;
    }

    .map-wrapper iframe{
        height:450px;
    }

}

@media(max-width:576px){

    .location-title{
        font-size:34px;
    }

    .location-tags{
        gap:10px;
    }

    .location-tags span{
        font-size:13px;
        padding:10px 14px;
    }

    .map-wrapper iframe{
        height:350px;
    }

}
/* ====================================
LUXURY GALLERY
==================================== */

.gallery-section{
    padding:140px 0;
    background:#f6efdf;
    overflow:hidden;
}

.gallery-heading{
    margin-bottom:70px;
}

.gallery-heading span{
    color:#c8a45d;
    letter-spacing:4px;
    font-size:14px;
    font-weight:600;
}

.gallery-heading h2{
    font-size:72px;
    color:#163757;
    font-family:'Cormorant Garamond',serif;
    margin-top:15px;
}

.luxury-gallery{
    position:relative;
}

.gallery-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
}

.gallery-preview{
    width:22%;
    opacity:.35;
    transition:.5s;
}

.gallery-preview img{
    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:30px;
}

.gallery-active{
    width:56%;
}

.gallery-active img{
    width:100%;
    height:600px;
    object-fit:cover;
    border-radius:35px;
    border:6px solid #fff;
    box-shadow:0 25px 80px rgba(0,0,0,.15);
}

.gallery-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:65px;
    height:65px;
    border:none;
    border-radius:50%;
    background:#163757;
    color:#fff;
    z-index:20;
    transition:.3s;
}

.gallery-nav:hover{
    background:#c8a45d;
}

.prev-btn{
    left:-20px;
}

.next-btn{
    right:-20px;
}

.gallery-nav i{
    font-size:20px;
}

.gallery-dots{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:40px;
}

.gallery-dots span{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#d6c4a1;
    transition:.3s;
}

.gallery-dots span.active{
    width:50px;
    border-radius:30px;
    background:#c8a45d;
}

@media(max-width:991px){

    .gallery-preview{
        display:none;
    }

    .gallery-active{
        width:100%;
    }

    .gallery-active img{
        height:350px;
    }

    .gallery-heading h2{
        font-size:42px;
    }

    .gallery-nav{
        display:none;
    }
}
.gallery-active img,
.gallery-preview img{
    transition:all .5s ease;
}

.gallery-fade{
    opacity:0;
    transform:scale(.95);
}
/* ====================================
TESTIMONIAL
==================================== */

.testimonial-section{
    padding:140px 0;
    background:#163757;
    position:relative;
    overflow:hidden;
}

.testimonial-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        rgba(22,55,87,.88),
        rgba(22,55,87,.88)
    ),
    url('../images/homepage/banner_1.png');
    background-size:cover;
    background-position:center;
}

.testimonial-section .container{
    position:relative;
    z-index:2;
}

.testimonial-heading{
    margin-bottom:60px;
}

.testimonial-heading span{
    color:#c8a45d;
    letter-spacing:4px;
    font-size:14px;
}

.testimonial-heading h2{
    color:#fff;
    font-size:72px;
    margin-top:15px;
    font-family:'Cormorant Garamond',serif;
}

.testimonial-card{
    max-width:900px;
    margin:auto;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.1);
    border-radius:40px;
    padding:80px;
    text-align:center;
    position:relative;
}

.quote-icon{
    position:absolute;
    top:20px;
    left:40px;
    font-size:180px;
    line-height:1;
    color:rgba(200,164,93,.15);
    font-family:'Cormorant Garamond',serif;
}

.testimonial-text{
    font-size:28px;
    line-height:1.8;
    color:#fff;
    font-family:'Cormorant Garamond',serif;
    margin-bottom:35px;
    position:relative;
    z-index:2;
}

.testimonial-rating{
    color:#c8a45d;
    font-size:24px;
    letter-spacing:6px;
    margin-bottom:35px;
}

.testimonial-user{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
}

.testimonial-avatar{
    width:80px;
    height:80px;
    border-radius:50%;
    overflow:hidden;
    border:3px solid #c8a45d;
}

.testimonial-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.testimonial-user h5{
    color:#fff;
    margin-bottom:5px;
    font-size:22px;
}

.testimonial-user span{
    color:#c8a45d;
    font-size:14px;
    letter-spacing:2px;
}

@media(max-width:768px){

    .testimonial-heading h2{
        font-size:42px;
    }

    .testimonial-card{
        padding:40px 25px;
    }

    .testimonial-text{
        font-size:20px;
    }

    .quote-icon{
        font-size:100px;
        left:20px;
    }

}


/* ====================================
PREMIUM CONTACT SECTION
==================================== */

.contact-section{
    padding:140px 0;
    background:#f6efdf;
    position:relative;
}

.contact-content h2{
    font-size:72px;
    line-height:1;
    color:#163757;
    font-family:'Cormorant Garamond',serif;
    margin-bottom:25px;
}

.section-subtitle{
    display:block;
    color:#c8a45d;
    letter-spacing:4px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.contact-desc{
    font-size:18px;
    line-height:1.9;
    color:#666;
    margin-bottom:35px;
}

.contact-highlights{
    margin-bottom:35px;
}

.highlight-item{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    color:#163757;
    font-weight:500;
}

.highlight-item i{
    color:#c8a45d;
}

.contact-action{
    display:flex;
    gap:15px;
    margin-bottom:40px;
    flex-wrap:wrap;
}

.call-now-btn,
.whatsapp-btn{
    padding:16px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.call-now-btn{
    background:#163757;
    color:#fff;
}

.whatsapp-btn{
    background:#c8a45d;
    color:#111;
}

.call-now-btn:hover,
.whatsapp-btn:hover{
    transform:translateY(-3px);
}

.contact-info{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.info-item{
    display:flex;
    gap:15px;
}

.info-item i{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#163757;
    box-shadow:0 10px 20px rgba(0,0,0,.05);
}

.info-item strong{
    display:block;
    color:#163757;
    margin-bottom:5px;
}

.info-item span{
    color:#666;
}

.contact-form-card{
    background:#fff;
    padding:50px;
    border-radius:35px;
    box-shadow:0 25px 80px rgba(0,0,0,.08);
}

.contact-form-card h3{
    color:#163757;
    margin-bottom:25px;
    font-family:'Cormorant Garamond',serif;
    font-size:38px;
}

.contact-form-card .form-control{
    height:60px;
    border-radius:15px;
    border:1px solid #e5e5e5;
    box-shadow:none;
}

.contact-form-card textarea.form-control{
    height:auto;
}

.submit-btn{
    width:100%;
    border:none;
    background:#163757;
    color:#fff;
    padding:18px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.submit-btn:hover{
    background:#c8a45d;
    color:#111;
}

@media(max-width:991px){

    .contact-section{
        padding:80px 0;
    }

    .contact-content h2{
        font-size:42px;
    }

    .contact-form-card{
        padding:30px;
    }

}

/* ===============================
FLOATING CTA
=============================== */

.floating-cta{
    position:fixed;
    right:25px;
    top:50%;
    transform:translateY(-50%);
    z-index:999;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.floating-btn{
    width:65px;
    height:65px;
    border-radius:18px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
    transition:.3s;
}

.floating-btn i{
    font-size:22px;
}

.floating-btn span{
    font-size:10px;
    margin-top:3px;
    font-weight:600;
    letter-spacing:.5px;
}

.floating-btn:hover{
    transform:translateX(-6px);
    color:#fff;
}

.floating-call-btn{
    background:#163757;
    color:#fff;
}

.floating-whatsapp-btn{
    background:#25D366;
    color:#fff;
}

.floating-enquire-btn{
    background:#c8a45d;
    color:#163757;
}
.visit-btn{
    background:#c8a45d;
    color:#111;
}

.visit-btn:hover{
    color:#111;
}

@media(max-width:768px){

    .floating-cta{
        right:15px;
        bottom:20px;
        top:auto;
        transform:none;
    }

    .floating-btn{
        width:55px;
        height:55px;
    }

    .floating-btn span{
        display:none;
    }

}
.enquire-btn{
    background:#c8a45d;
    color:#163757;
}

.enquire-btn:hover{
    color:#163757;
}
.luxury-modal{
    border:none;
    border-radius:30px;
    overflow:hidden;
}

.modal-subtitle{
    color:#c8a45d;
    font-size:13px;
    font-weight:600;
    letter-spacing:3px;
}

.modal-title{
    color:#163757;
    font-size:42px;
    margin:10px 0 25px;
    font-family:'Cormorant Garamond',serif;
}

.luxury-modal .form-control{
    height:58px;
    border-radius:14px;
    box-shadow:none;
}

.luxury-modal textarea.form-control{
    height:auto;
}

.modal-submit-btn{
    width:100%;
    border:none;
    background:#163757;
    color:#fff;
    padding:16px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.modal-submit-btn:hover{
    background:#c8a45d;
    color:#111;
}
@media(max-width:991px){

    .pricing-card{
        flex-direction:column;
    }

    .pricing-left,
    .pricing-right{
        width:100%;
        min-width:100%;
        padding:35px;
    }

    .pricing-heading h2{
        font-size:42px;
    }

    .pricing-left h3{
        font-size:34px;
    }

    .price-box h2{
        font-size:42px;
    }

}
@media(max-width:768px){

    .about-section{
        padding:80px 0;
        text-align:center;
    }

    .about-section h2{
        font-size:38px;
    }

    .about-subtitle{
        font-size:18px;
    }

    .about-section p{
        font-size:15px;
    }

}
@media(max-width:768px){

    .floorplan-title{
        font-size:36px;
    }

    .floorplan-card{
        padding:15px;
    }

    .floor-tab{
        width:100%;
    }

}
@media(max-width:768px){

    .contact-content{
        text-align:center;
    }

    .contact-content h2{
        font-size:36px;
    }

    .contact-action{
        justify-content:center;
    }

    .call-now-btn,
    .whatsapp-btn{
        width:100%;
        text-align:center;
    }

    .contact-form-card{
        padding:20px;
    }

}
@media(max-width:768px){

    .footer-cta{
        padding:50px 0;
    }

    .footer-cta h2{
        font-size:30px;
    }

    .footer-cta p{
        font-size:15px;
    }

    .cta-btn{
        display:block;
        width:100%;
        margin-top:20px;
    }

}
@media(max-width:576px){

    .hero-section{
        margin-top:60px;
    }

    .hero-content h1{
        font-size:34px;
        line-height:1.2;
    }

    .hero-location{
        font-size:11px;
        letter-spacing:2px;
    }

    .hero-content p{
        font-size:14px;
    }

    .hero-price-box{
        padding:15px 20px;
    }

    .hero-price-box h3{
        font-size:30px;
    }

}
@media(max-width:768px){

    .gallery-section{
        padding:80px 0;
    }

    .gallery-active img{
        height:250px;
    }

    .gallery-heading h2{
        font-size:34px;
    }

}
@media (max-width: 768px){

    .floating-btn{
        width:58px !important;
        height:58px !important;
        border-radius:50% !important;

        display:flex;
        align-items:center;
        justify-content:center;

        padding:0 !important;
    }

    .floating-btn span{
        display:none !important;
    }

    .floating-btn i{
        margin:0 !important;
        font-size:22px;
    }

}

@media(max-width:768px){

    .floating-cta .call-btn::after{
        display:none !important;
        content:none !important;
    }

}
@media(max-width:768px){

    .contact-info{
        margin-top:25px;
    }

    .info-item{
        display:flex;
        align-items:flex-start;
        gap:15px;
        text-align:left;
        margin-bottom:20px;
    }

    .info-item i{
        width:45px;
        height:45px;
        min-width:45px;
        font-size:16px;
        margin:0;
    }

    .info-item div{
        flex:1;
    }

    .info-item strong{
        display:block;
        font-size:16px;
        margin-bottom:5px;
        text-align:left;
    }

    .info-item span{
        display:block;
        font-size:14px;
        line-height:1.6;
        text-align:left;
        word-break:break-word;
    }

}
/* ====================================
MOBILE HERO BANNER
==================================== */

@media (max-width:768px){

    .hero-section{
        background:url('../images/homepage/mobile.png') center center/cover no-repeat;
        min-height:650px;
        margin-top:60px;
        padding:80px 0 50px;
    }

    .hero-overlay{
        background:linear-gradient(
            180deg,
            rgba(11,18,32,.30) 0%,
            rgba(11,18,32,.70) 100%
        );
    }

    .hero-content{
        text-align:center;
        padding:0 10px;
    }

    .hero-location{
        font-size:12px;
        letter-spacing:2px;
        margin-bottom:15px;
    }

    .hero-content h1{
        font-size:38px;
        line-height:1.15;
        margin-bottom:20px;
    }

    .hero-divider{
        width:100px;
        margin:0 auto 20px;
    }

    .hero-content p{
        font-size:14px;
        line-height:1.7;
        max-width:100%;
        margin-bottom:25px;
    }

    .hero-price-box{
        padding:15px 25px;
        border-radius:18px;
    }

    .hero-price-box h3{
        font-size:30px;
    }
}
/* ====================================
SPECIFICATION SECTION
==================================== */

.specification-section{
    background:#28445a;
    padding:100px 0;
    overflow:hidden;
}

.spec-heading{
    text-align:center;
    margin-bottom:50px;
}

.spec-heading span{
    color:#c8a45d;
    letter-spacing:4px;
    font-size:13px;
    font-weight:600;
}

.spec-heading h2{
    color:#fff;
    font-size:60px;
    margin-top:15px;
    font-family:'Cormorant Garamond', serif;
}

/* Tabs */

.spec-tabs{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:60px;
}

.spec-tab{
    width:180px;
    height:90px;
    border:none;
    border-radius:50px;
    background:rgba(255,255,255,.08);
    color:#fff;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    gap:8px;
    cursor:pointer;
    transition:.3s;
}

.spec-tab i{
    font-size:22px;
}

.spec-tab.active{
    background:#f5efe4;
    color:#163757;
    box-shadow:0 0 0 2px #163757 inset;
}

.spec-tab:hover{
    background:rgba(255,255,255,.15);
}

/* Main Layout */

.spec-body{
    position:relative;
    min-height:620px;
}

/* Image */

.spec-image{
    width:62%;
    height:520px;
}

.spec-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    border-radius:25px;
}

/* Content Box */

.spec-content{
    position:absolute;

    top:120px;
    left:50%;

    width:52%;

    background:#f5efe4;

    padding:45px 55px;

    border-radius:25px;

    z-index:50;

    box-shadow:
    0 25px 60px rgba(0,0,0,.18);
}

/* Decorative left strip */

.spec-content::before{
    content:"";

    position:absolute;

    left:18px;
    top:0;

    width:8px;
    height:100%;

    background:
    rgba(255,255,255,.35);

    border-radius:20px;
}

.spec-content h3{
    color:#163757;
    font-size:46px;
    margin-bottom:20px;
    font-family:'Cormorant Garamond', serif;
}

.spec-content ul{
    padding-left:22px;
    margin:0;
}

.spec-content li{
    color:#333;
    line-height:1.9;
    margin-bottom:12px;
    font-size:17px;
}

/* ====================================
TABLET
==================================== */

@media(max-width:991px){

    .spec-heading h2{
        font-size:42px;
    }

    .spec-body{
        min-height:auto;
    }

    .spec-image{
        width:100%;
        height:420px;
    }

    .spec-content{

        position:relative;

        left:auto;
        top:auto;

        width:90%;

        margin:-60px auto 0;

        padding:35px;
    }

}

/* ====================================
MOBILE
==================================== */

@media(max-width:768px){

    .specification-section{
        padding:70px 0;
    }

    .spec-heading h2{
        font-size:34px;
    }

    .spec-tabs{
        gap:10px;
    }

    .spec-tab{
        width:48%;
        height:75px;
        font-size:14px;
    }

    .spec-tab i{
        font-size:18px;
    }

    .spec-image{
        height:260px;
    }

    .spec-content{

        width:100%;

        margin-top:-35px;

        padding:25px;

        border-radius:20px;
    }

    .spec-content::before{
        display:none;
    }

    .spec-content h3{
        font-size:32px;
        margin-bottom:15px;
    }

    .spec-content li{
        font-size:15px;
        line-height:1.7;
    }

}

/* ====================================
SMALL MOBILE
==================================== */

@media(max-width:480px){

    .spec-tab{
        width:100%;
    }

}
.luxury-brand{
    display:flex;
    flex-direction:column;
    text-decoration:none;
    line-height:1;
}

.brand-title{
    color:#FFF;
    font-size:26px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    font-family:'Cormorant Garamond', serif;
}

.brand-subtitle{
    color:#c8a45d;
    font-size:12px;
    letter-spacing:4px;
    margin-top:4px;
    text-transform:uppercase;
    font-weight:600;
}

@media(max-width:768px){

    .brand-title{
        font-size:20px;
    }

    .brand-subtitle{
        font-size:10px;
        letter-spacing:3px;
    }

}

/* ===================================
THANK YOU PAGE
=================================== */

.thankyou-section{

    min-height:calc(100vh - 90px);

    display:flex;
    align-items:center;
    justify-content:center;

    padding:140px 20px 100px;

    background:
    linear-gradient(
        rgba(22,55,87,0.75),
        rgba(22,55,87,0.75)
    ),
    url('../images/homepage/banner_1.png');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.thankyou-card{

    width:100%;
    max-width:600px;

    background:rgba(255,255,255,0.96);

    backdrop-filter:blur(10px);

    border-radius:24px;

    padding:50px;

    text-align:center;

    border-top:5px solid #c8a45d;

    box-shadow:
    0 25px 80px rgba(0,0,0,.15);
}

.thankyou-icon{

    width:90px;
    height:90px;

    background:#c8a45d;

    border-radius:50%;

    margin:0 auto 25px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.thankyou-icon i{

    color:#fff;

    font-size:38px;
}

.thankyou-card h2{

    color:#163757;

    font-size:58px;

    font-family:'Cormorant Garamond', serif;

    margin-bottom:15px;
}

.thankyou-card p{

    color:#555;

    font-size:18px;

    line-height:1.8;

    margin-bottom:30px;
}

.thankyou-actions{

    display:flex;

    justify-content:center;

    gap:15px;

    flex-wrap:wrap;
}

.thank-btn{

    padding:14px 28px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;
}

.call-btn-thank{

    background:#163757;

    color:#fff;
}

.call-btn-thank:hover{

    background:#0d2842;

    color:#fff;
}

.home-btn-thank{

    background:#c8a45d;

    color:#163757;
}

.home-btn-thank:hover{

    background:#b8934c;

    color:#163757;
}

@media(max-width:768px){

    .thankyou-section{

        padding:120px 15px 60px;
    }

    .thankyou-card{

        padding:35px 25px;
    }

    .thankyou-card h2{

        font-size:42px;
    }

    .thankyou-card p{

        font-size:16px;
    }

    .thankyou-actions{

        flex-direction:column;
    }

    .thank-btn{

        width:100%;
    }

    .thankyou-icon{

        width:75px;
        height:75px;
    }

    .thankyou-icon i{

        font-size:30px;
    }
}
.footer-logo-wrap{
    margin-bottom:15px;
}

.footer-project-logo{
    width:80px;
    height:auto;
}

.footer-rera{
    display:flex;
    align-items:center;
    gap:20px;
    margin-top:20px;
}

.footer-rera h6{
    color:#c8a45d;
    margin-bottom:5px;
}

.footer-rera p{
    margin:0;
}

.rera-qr img{
    width:90px;
    background:#fff;
    padding:5px;
    border-radius:10px;
}

@media(max-width:768px){

    .footer-rera{
        flex-direction:column;
        align-items:center;
    }

    .footer-project-logo{
        width:70px;
    }

}
.hero-left{
    text-align:left;
    max-width:650px;
}

.hero-left h1{
    font-size:55px;
    line-height:1;
    margin-bottom:0;
}

.hero-right-box{
    text-align:center;
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.hero-right-box .hero-location{
    margin-bottom:20px;
}

.hero-right-box .hero-price-box{
    min-width:280px;
}

.hero-content p{
    display:none;
}
@media(max-width:768px){

    .hero-left{
        text-align:center;
        margin-bottom:30px;
    }

    .hero-left h1{
        font-size:42px;
    }

    .hero-right-box{
        margin-top:20px;
    }

}
.golden-text{
    color:#d4b26a;
}
@media (max-width:768px){
    .spec-image{
        display:none !important;
    }

    .spec-content{
        position:relative !important;
        width:100% !important;
        left:auto !important;
        top:auto !important;
        margin:0 !important;
    }
}
.amenity-dots{
    position:static;
    margin-top:35px;
}

.amenity-dots button{
    width:8px !important;
    height:8px !important;
    border-radius:50%;
    background:#b68a42 !important;
    opacity:.4;
    border:none;
    margin:0 6px !important;
}

.amenity-dots button.active{
    width:42px !important;
    border-radius:20px;
    opacity:1;
}.amenity-dots{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-top:35px;
}

.amenity-dots button{
    width:12px;
    height:12px;
    border:none;
    border-radius:50%;
    background:rgba(182,138,66,.35);
    transition:all .3s ease;
    padding:0;
}

.amenity-dots button.active{
    width:42px;
    border-radius:20px;
    background:#b68a42;
}

.amenity-dots button:hover{
    background:#b68a42;
}
.carousel-control-prev,
.carousel-control-next{
    width: 70px;
    opacity: 1 !important;
    z-index: 10;
}

.carousel-control-prev{
    left: 15px;
}

.carousel-control-next{
    right: 15px;
}

.carousel-control-prev span,
.carousel-control-next span{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0,0,0,0.75);
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,0.3);
    transition: all .3s ease;
}

.carousel-control-prev span:hover,
.carousel-control-next span:hover{
    background: #c8a96a;
    border-color: #c8a96a;
}
@media (min-width: 769px){
    .carousel-control-prev,
    .carousel-control-next{
        display:flex;
    }
}

@media (max-width: 768px){
    .carousel-control-prev,
    .carousel-control-next{
        display:none;
    }
}