 .be-home {
        position: relative;
    }

    .camels_img {
        position: relative;
        overflow: hidden;
    }

    /* Ribbon Style */
    .payment-ribbon {
        position: absolute;
        bottom: 15px;
        right: -5px;
        border-radius: 5px;
        border: 1px dashed white;
        background: linear-gradient(45deg, #000, #333);
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        padding: 6px 10px;
        text-align: center;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
        z-index: 2;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    /* Optional Hover Effect */
    .camels_img:hover .payment-ribbon {
        background: linear-gradient(45deg, #25d366bf, #25d366);
    }

    .be-header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        transition: all 0.4s ease;
    }

    /* Transparent Header */
    .be-header.transparent {
        background: transparent;
    }

    .nav-left .nl-item {
        padding-right: 15px;
        /* margin-right: 15px; */
        border-right: 2px solid #000;
        display: flex;
        align-items: center;
    }

    .nav-left .nl-item:last-child {
        border-right: none;
    }

    .be-header.scrolled .nav-link,
    .be-header.scrolled i {
        color: #000 !important;
    }

    /* Divider line color change */
    .be-header.transparent .nl-item {
        border-right: 2px solid #fff;
    }

    .be-header.scrolled .nl-item {
        border-right: 2px solid #000;
    }



    /* Mobile font smaller */
    @media (max-width:768px) {
        .nav-link {
            font-size: 15px !important;
        }
    }


    .banner-overlay-left {
        position: absolute;
        bottom: 10%;
        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 {
            left: 16px;
            right: 16px;
            max-width: unset;
        }

        .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: 16px;
            white-space: normal;

        }

        .info-btn .icon {
            width: 26px;
            height: 26px;
            flex: 0 0 26px;
        }
    }

    .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: 10%;
        }
    }


    @media (min-width: 1440px) and (max-width: 1799px) {
        .right-enquiry-form {
            bottom: 10%;
        }
    }


    @media (min-width: 1200px) and (max-width: 1439px) {
        .right-enquiry-form {
            bottom: 10%;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .right-enquiry-form {
            bottom: 10%;
        }
    }


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

    .project-specs-section {
        padding: 51px 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;
    }

    .spec-item {
        padding-bottom: 20px;
        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;
        }
    }

    .camels_box {
        margin-bottom: 30px;
        border: solid 1px #aaa9a9;
    }

    .camels_img img {
        transition: all ease-in-out 1.5s;
    }

    .camels_box:hover img {
        transform: scale(1.4);
    }

    .camels_img {
        overflow: hidden;
    }

    @media (max-width: 767px) {
        .camels_img {
            height: auto !important;
        }
    }

    .listing-wrapper .btn__dlf {
        padding: 15px 20px;
        height: 71px;
    }

    .camels_box .btn__birla {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .btn__birla {
        padding: 10px 20px;
        border-radius: 0;
        margin-top: -1px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .btn__birla img {
        width: 16px;
        margin: 0;
        margin-left: 12px;
        transform: scale(1.0) !important;
    }

    .display.active {
        display: block;
    }

    .camels_box .text_birla {
        text-transform: uppercase;
        font-size: 20px !important;
        color: #000000;
        background: 0 0;
font-weight: 500;
        
    }

    .camels_box span {
        display: flex;
    }

    .camels_box span {
        margin: 0;
        font-size: 13px !important;
        padding: 4px 17px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .listing-wrapper .camellias_show {
        height: 230px;
        overflow: hidden;
        position: relative;
    }

    .camellias_show {
        padding: 17px 20px;
        border: none;
        border-top: solid 1px #aaa9a9;
    }

    .display {
        display: none;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.45s ease, opacity 0.35s ease;
    }

    .stock_rt .stock-box:nth-child(-n+2) .left::after {
        content: '';
        background: #000;
        height: 1px;
        width: 39px;
        position: absolute;
        bottom: -10px;
        left: 0;
    }

    .stock_rt.active .stock-box:nth-child(-n+2) .left::after {
        width: 39px;
        opacity: 1;
    }

    .stock_rt .stock-box:nth-child(-n+2) .left::after {
        width: 0;
        opacity: 0;
        transition: all 0.3s ease;
    }

    .blog_link {
        color: #51b451;
        text-decoration: none;
        font-weight: 500;
        cursor: pointer;
        font-size: 16px;
    }

    .camellias_show .stock-box {
        margin-bottom: 8px;
        display: flex;
        justify-content: space-between;
    }

    .camellias_show .stock-box span {
        letter-spacing: 1px;
        padding: 0;
    }

    .stock_rt .left {
        position: relative;
    }

    .stock_rt .right {
        float: right;
    }

    .stock-box:last-child span a {
        background: 0 0;
        color: #000;
        padding: 9px 11px;
        font-size: 12px;
        letter-spacing: 2px;
        margin-top: 12px;
        border: solid 1px #b9b9b9;
    }

    a.esg-btn.hvr-sweep-to-right:before {
        background: #fff;
    }

    .hvr-sweep-to-right {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .hvr-sweep-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000000;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-right:hover,
    .hvr-sweep-to-right:focus,
    .hvr-sweep-to-right:active {
        color: white;
    }

    .hvr-sweep-to-right:hover:before,
    .hvr-sweep-to-right:focus:before,
    .hvr-sweep-to-right:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    /* Sweep To Left */
    .hvr-sweep-to-left {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .hvr-sweep-to-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098D1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-left:hover,
    .hvr-sweep-to-left:focus,
    .hvr-sweep-to-left:active {
        color: white;
    }

    .hvr-sweep-to-left:hover:before,
    .hvr-sweep-to-left:focus:before,
    .hvr-sweep-to-left:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .stock_rt .left a,
    .stock_rt .left a i {
        -webkit-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s
    }

    .stock_rt .left a:hover {
        font-weight: 700;
        color: #fff;
        border: solid 1px #000
    }

    .esg-btn.hvr-sweep-to-right:hover:before {
        background: #000;
    }

    .stock_rt .left:hover a i {
        position: relative;
        left: 15px
    }