 .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;
        }
    }

/* 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: 24px 60px;
    margin-bottom: 25px;
    margin-top: 35px;
}

.amenity-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    font-size: 15px;
    line-height: 1.4;
}

    .amenity-item img {
        width: 30px;
        height: 30px;
        flex-shrink: 0;
    }

/* BUTTONS */
.project-buttons {
    display: flex;
    gap: 20px;
}

.project-btn {
    background: #840b6f;
    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: #840b6f;
    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%;
}

}