 .be-home {
        position: relative;
    }

     .be-header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        transition: all 0.4s ease;
    }

    /* Transparent Header */
    .be-header.transparent {
           background: rgba(0, 0, 0, 0.6);
           color: #fff;
    }

    .nav-left .nl-item {
        padding-right: 15px;
        /* margin-right: 15px; */
        
        display: flex;
        align-items: center;
    }

   
    .be-header.scrolled .nav-link,
    .be-header.scrolled i {
        color: #000 !important;
    }

 



    /* Mobile font smaller */
    @media (max-width:768px) {
        .nav-link {
            font-size: 15px !important;
        }
    }

/* default (transparent header) */
.menu-toggler img{
filter: brightness(0) invert(1); /* white */
transition:0.3s;
}

/* scroll ke baad */
.header-scrolled .menu-toggler img{
filter: none; /* black */
}

  .right-enquiry-form {
        position: absolute;
        bottom: 10% !important;

        right: 80px;

    }

    .right-enquiry-form {
        position: absolute;
        right: 80px;
        z-index: 9;
    }

    @media (min-width: 1800px) {
        .right-enquiry-form {
             bottom: 15% !important;
        }
    }


    @media (min-width: 1440px) and (max-width: 1799px) {
        .right-enquiry-form {
            bottom: 15% !important;
        }
    }


    @media (min-width: 1200px) and (max-width: 1439px) {
        .right-enquiry-form {
            bottom: 5% !important;
        }
        .banner-overlay-left{
            bottom: 5% !important;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .right-enquiry-form {
            bottom: 15% !important;
        }
    }


    .form-card {
        width: 340px;
        padding: 27px;
        border-radius: 22px;
        background: rgba(0, 0, 0, 0.75);
        backdrop-filter: blur(18px);
        border: 1px solid rgba(201, 164, 107, 0.4);
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
        color: #fff;
    }

    .form-card h4 {
        
        font-size: 26px;
        margin-bottom: 5px;
    }

    .form-card p {
        font-size: 14px;
        margin-bottom: 15px;
        opacity: 0.8;
    }

    .form-card input {
        width: 100%;
        height: 45px;
        margin-bottom: 13px;
        padding: 0 12px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.05);
        color: #fff;
    }

    .form-card input::placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    .form-card button {
        width: 100%;
        height: 48px;
        border-radius: 12px;
        border: none;
        background: linear-gradient(135deg, #c9a46b, #b89050);
        color: #000;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
        transition: 0.3s ease;
    }

    .form-card button:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(201, 164, 107, 0.4);
    }

    /* Desktop default */
 .banner-overlay-left {
        position: absolute;
        bottom: 15%;
        left: 70px;
        /* transform: translateY(-50%); */
        z-index: 5;
        width: 100%;
        max-width: 500px;
        padding: 18px;
        border-radius: 22px;
        background: rgba(0, 0, 0, 0.68);
        backdrop-filter: blur(14px);
        border: 1px solid rgba(255, 255, 255, 0.25);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.65);
        color: #fff;
        overflow: hidden;
        box-sizing: border-box;
        
    }

    .banner-overlay-left h3 {
        font-size: 30px;
        font-weight: 400;
        letter-spacing: 1px;
        margin-bottom: 20px;
        line-height: 1.40;
    }

    .info-buttons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        width: 100%;
    }

    .info-btn {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 14px;
        border-radius: 14px;
        background: rgba(0, 0, 0, 0.55);
        border: 1px solid rgba(255, 255, 255, 0.25);
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        
    }

    .info-btn .icon {
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
        box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.25);
    }


    .info-btn .text {
        display: inline-flex;
        align-items: baseline;
        gap: 2px;
        min-width: 0;
        line-height: 1.3;
        flex-wrap: wrap;
    }


    .price-highlight {
        color: #c9a46b;
        font-weight: 600;
        font-size: 20px;
        white-space: nowrap;
    }

    .info-btn.full {
        grid-column: span 2;
    }

    @media (max-width: 768px) {
       .banner-overlay-left{
    top:auto;
    bottom:30px;
    left:15px;
    right:15px;
    transform:none;
    padding:16px;
    border-radius:18px;
}

        .info-buttons {
            grid-template-columns: 1fr;
        }

        .info-btn.full {
            grid-column: span 1;
        }
    }

    @media (max-width: 768px) {


        .banner-overlay-left {
            top: auto;
            bottom: 30px;

            left: 0px;
            right: 15px;
            transform: none;
            padding: 16px;
            border-radius: 18px;
        }

        .banner-overlay-left h3 {
            font-size: 22px;
            line-height: 1.2;
            margin-bottom: 14px;
        }

        .banner-overlay-left>div:first-child {
            font-size: 14px;
            margin-bottom: 8px;
            opacity: 0.9;
        }

        .info-buttons {
            grid-template-columns: 1fr;
            gap: 10px;
        }

        .info-btn {
            padding: 10px 12px;
            font-size: 15px;
            border-radius: 12px;
        }

        .price-highlight {
            font-size: 18px;
            white-space: normal;

        }

        .info-btn .icon {
            width: 26px;
            height: 26px;
            flex: 0 0 26px;
        }
    }
.logo-brand{
    position: relative;
    display: inline-block;
}

.logo-brand img{
    transition:0.3s ease;
}

/* Default Logo */
.logo-default{
    display:block;
}

/* Sticky Logo Hidden */
.logo-sticky{
    display:none;
}

/* Scroll hone ke baad */
header.scrolled .logo-default{
    display:none;
}

header.scrolled .logo-sticky{
    display:block;
}
/* Desktop */
.logo-brand{
margin-left:50px;
}

/* Mobile */
@media (max-width:768px){
.logo-brand{
margin-left:0;
}
}


.project-intro-section {
    padding: 50px 0;
    
    background: #ffffff;
}

.project-container {
    max-width: 1600px;
    margin: auto;
    padding: 0 60px;
}

.project-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

/* LEFT CONTENT */
.project-title {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.2;
}

.project-location {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.project-desc {
    font-size: 18px;
    line-height: 1.6;
    max-width: 620px;
    margin-bottom: 50px;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
    margin-bottom: 25px;
    margin-top: 35px;
}

.amenity-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    font-size: 15px;
    line-height: normal;
}

    .amenity-item img {
        width: 30px;
        height: 30px;
        flex-shrink: 0;
    }

/* BUTTONS */
.project-buttons {
    display: flex;
    gap: 20px;
}

.project-btn {
    background: #000000;
    color: #fff;
    padding: 8px 26px;
    border-radius: 10px;
    font-size: 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

    .project-btn span {
        /* border: 2px solid #fff; */
        /* border-radius: 24%; */
        width: 22px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
    }

/* RIGHT IMAGE */
.project-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 1200px) {
    .project-container {
        padding: 0 40px;
    }

    .project-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

/* MOBILE — IMAGE DISABLED */
@media (max-width: 768px) {
    .project-container {
        padding: 0 20px;
    }

    .project-image {
        display: none; /* IMAGE HIDDEN */
    }

    .project-title {
        font-size: 32px;
    }

    .project-desc {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .amenities-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 45px;
    }

    .project-btn {
        font-size: 13px;
        padding: 12px 14px;
    }
}

@media (max-width: 480px) {
    .project-title {
        font-size: 28px;
    }

    .project-btn {
        width: 50%;
        justify-content: center;
    }
}
 .project-specs-section {
    padding: 50px 0;
}

.project-specs-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 60px;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 53px;
    row-gap: 5px;
    padding-bottom: 50px;
}

.spec-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
}

.spec-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
}

.spec-value {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 300;
    color: #000;
    }

/* ================= TABLET ================= */

@media (max-width: 1024px) {
    .project-specs-container {
        padding: 0 40px;
    }

    .specs-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 40px;
        row-gap: 30px;
    }
}

/* ================= MOBILE & FOLD ================= */

@media (max-width: 600px) {
    .project-specs-section {
        padding: 39px 0;
    }

    .project-specs-container {
        padding: 0 20px;
    }

    .specs-grid {
        grid-template-columns: 1fr;
        row-gap: 25px;
    }

    .spec-value {
        font-size: 18px;
    }
}
.image-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.image-box img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.image-box:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
    color: #fff;
}

.image-overlay h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

 .pricing-section {
    padding: 50px 0;
    background: #fff;
}

.pricing-container {
    width: 85%;
    margin: auto;
}

.pricing-title {
    text-align: center;
    font-size: 34px;
    color: #212529;
    margin-bottom: 50px;
    font-family: "Austin-News-Headline-Light, sans-serif";
}

/* ===== DESKTOP TABLE ===== */
.pricing-table {
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.pricing-row {
    display: grid;
    grid-template-columns: 2.5fr 2fr 1.5fr;
    align-items: center;
    padding: 22px 30px;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    /* font-family: "austin-news-headline-light, sans-serif"; */
}

.pricing-head {
    background: #000000;
    color: #fff;
    font-weight: 500;
    font-size: 21px;
}

.unit-type {
    font-size: 20px;
    
}

.unit-size {
    font-size: 18px;
}

.price-btn {
    padding: 10px 22px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

    .price-btn.dark {
        background: #000;
    }

    .price-btn.full {
        width: 100%;
        text-align: center;
    }

.highlight {
    background: #f7f9fc;
}

/* ===== MOBILE VIEW ===== */
@media (max-width: 768px) {

    .pricing-container {
        width: 92%;
    }

    .pricing-head {
        display: none;
    }

    .pricing-table {
        box-shadow: none;
    }

    .pricing-group {
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        margin-bottom: 25px;
        overflow: hidden;
    }

    .pricing-row {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    /* hide desktop buttons inside 4BHK rows */
    .fourbhk .desktop-btn {
        display: none;
    }

    .mobile-only-btn {
        padding: 18px;
        border-top: 1px solid #eee;
    }
}
/* Hide mobile-only button by default (desktop & laptop) */
.mobile-only-btn {
    display: none;
}

@media (max-width: 768px) {

    .mobile-only-btn {
        display: block;
    }

    /* hide desktop buttons inside 4BHK rows */
    .fourbhk .desktop-btn {
        display: none;
    }
}
@media (min-width:768px) and (max-width:1024px){

#slProjBanner .item img{
height:80vh;
object-fit:cover;
width:100%;
}

}

.floor-plan-section{
background:#efede9;
}

.small-title{
font-size:14px;
letter-spacing:1px;
color:#222;
margin-bottom:10px;
}

.main-title{
font-size:38px;
color:#c9a46b;
font-weight:500;
}

.floor-card{
position:relative;
background:#fff;
border:2px solid #d6d1cd;
padding:20px;
text-align:center;
}

.floor-card img{
width:100%;
height: 300px;
object-fit:contain;
}

.download-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background: #111111;color:#fff;padding:12px 26px;border-radius:6px;font-size:16px;text-decoration:none;display:flex;align-items:center;gap:10px;}

.download-btn:hover{
background:#b58713;
color:#fff;
}

.floor-title{margin-top:20px;background: #000000;color:#fff;font-size:22px;padding:12px;letter-spacing:1px;}



.register-section {
    background: url("../images/footer2.jpg") center/cover no-repeat;
    position: relative;
    padding: 80px 0 0;
}

.register-overlay {
    padding-bottom: 0px;
}
.blur-box {
    position: relative;
    overflow: hidden;
        padding: 30px;
    border: 2px solid black;
}

/* IMAGE BLUR */
.blur-img {
    width: 100%;
    
    object-fit: cover;
    filter: blur(6px);
    transform: scale(1.1); /* prevent blur edges */
}

/* OVERLAY CENTER */
.blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0,0,0,0.3);
}

.blur-box:hover .blur-img {
    filter: blur(3px);
    transform: scale(1.15);
}

.blur-box:hover .price-btn {
    transform: scale(1.05);
}


.register-title {
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    font-size: 38px;
    font-weight: 300;
}

.register-form {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 37px auto 40px;
    width: 80%;
}

    .register-form input {
        flex: 1;
        background: transparent;
        border: 1px solid rgba(205, 195, 1, 0.6);
        padding: 8px 20px;
        color: #fff;
        font-size: 14px;
        outline: none;
    }

        .register-form input::placeholder {
            color: rgba(255, 255, 255, 0.85);
        }

.btn-wrap {
    text-align: center;
}

.enquire-btn1 {
    background: #fff;
    color: #000;
    padding: 14px 40px;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s ease;
}

    .enquire-btn1:hover {
        background: #f6ca0e;
        color: #000;
    }

.footer-ccc {
    background: #000;
    text-align: center;
    padding: 12px 10px;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #fff;
}

.enquire-btn {
    position: fixed;
    right: 30px;
    bottom: 40px;
    background: linear-gradient(
273deg, #0347ac, #0347ac);
    color: #ffffff;
    padding: 14px 26px;
    font-weight: 600;
    text-decoration: none;
    z-index: 999;
    animation: enquireBlink 2s infinite;
}

/* Blink / Pulse Effect */
@keyframes enquireBlink {
    0% {
        box-shadow: 0 0 0 0 rgba(48, 80, 196, 0.7);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 20px 10px rgba(48, 80, 196, 0.7);
        transform: scale(1.05);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
        transform: scale(1);
    }
}
/* Modal width */
.enquiry-modal .modal-dialog {
    max-width: 520px;
}

/* Modal card */
.enquiry-box {
    border-radius: 18px;
    padding: 38px 36px 40px;
    border: none;
    position: relative;
    background: #fff;
}

/* Close button */
.enquiry-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f3f3f3;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
/* Make sure close button is clickable on mobile */
.enquiry-close {
    z-index: 1056; /* higher than modal body */
    pointer-events: auto;
}

/* Prevent modal body from covering close button */
.enquiry-modal .modal-content {
    position: relative;
}

/* iOS specific fix */
.enquiry-modal .modal-body {
    position: relative;
    z-index: 1;
}
/* Heading */
.enquiry-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #222;
}

/* Sub heading */
.enquiry-subheading {
    text-align: center;
    font-size: 15px;
    color: #777;
    margin-bottom: 32px;
}

/* Fields */
.enquiry-field {
    margin-bottom: 22px;
}

    .enquiry-field label {
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 8px;
        color: #222;
    }

    .enquiry-field input {
        width: 100%;
        padding: 14px 16px;
        font-size: 14px;
        border-radius: 6px;
        border: 1px solid #dcdcdc;
        outline: none;
    }

/* Submit button */
.enquiry-submit {
    width: 100%;
    margin-top: 10px;
    padding: 16px;
    background: #9fb61c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

    .enquiry-submit:hover {
        background: #8aa315;
    }

/* Mobile */
@media (max-width: 576px) {
    .enquiry-box {
        padding: 28px 22px 30px;
    }

    .enquiry-heading {
        font-size: 26px;
    }
}

/* ===============================
   MOBILE RESPONSIVE FIX
================================ */
@media (max-width: 767px) {

    .register-section {
        padding: 60px 0 0;
    }

    .register-title {
        font-size: 26px;
        line-height: 1.3;
        padding: 0 15px;
    }

    .register-form {
        flex-direction: column; /* KEY FIX */
        width: 100%;
        gap: 16px;
        padding: 0 15px;
    }

        .register-form input {
            width: 100%;
            padding: 14px 16px;
            font-size: 14px;
        }

    .btn-wrap {
        width: 100%;
    }

    .enquire-btn1 {
        width: 100%;
        padding: 14px;
        font-size: 14px;
    }

    .footer-ccc {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 12px;
    }

    /* Floating Enquire Button */
    .enquire-btn {
        right: 15px;
        bottom: 20px;
        padding: 12px 18px;
        font-size: 13px;
    }
}