﻿/* Neel Infratech custom home css - add after style.css */
:root {
    --theme-color: #ff4136;
    --theme-color2: #FE8900;
    --neel-dark: #111827;
    --neel-soft: #f6f2f1;
}

.color-scheme,
.sidemenu-cart {
    display: none !important;
}

.header-logo img {
    max-width: 270px;
    height: auto;
}

.neel-home-hero .hero-inner {
    min-height: 820px;
}

.neel-home-hero .th-hero-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 9, 20, 0.82) 0%, rgba(2, 9, 20, 0.55) 45%, rgba(2, 9, 20, 0.18) 100%);
    z-index: 1;
}

.neel-home-hero .container,
.neel-home-hero .hero-style7 {
    position: relative;
    z-index: 2;
}

.neel-hero-content .hero-title {
    max-width: 850px;
}

.neel-hero-content .hero-text {
    max-width: 680px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.88);
}

.neel-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    background: rgba(255, 65, 54, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 9px 18px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 13px;
}

.neel-category-card {
    min-height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 16px 45px rgba(17, 24, 39, 0.06);
}

.neel-category-card:hover {
    transform: translateY(-6px);
}

.neel-commitment-sec {
    position: relative;
}

.neel-commitment-card {
    height: 100%;
    padding: 34px 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.045);
    border-radius: 18px;
    transition: 0.35s ease;
}

.neel-commitment-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 65, 54, 0.55);
    background: rgba(255, 255, 255, 0.08);
}

.neel-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    color: #fff;
    font-size: 22px;
    margin-bottom: 24px;
}

.neel-commitment-card h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
}

.neel-commitment-card p {
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0;
}

.neel-lead-text {
    font-size: 18px;
    color: var(--body-color);
    margin-bottom: 28px;
}

.neel-rounded-img img,
.neel-gallery-card img,
.neel-event-main img,
.neel-event-side img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.neel-rounded-img img {
    min-height: 520px;
}

.neel-counter-wrap {
    margin-bottom: 30px;
}

.neel-gallery-card {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 16px 35px rgba(17, 24, 39, 0.08);
}

.neel-gallery-card img {
    height: 315px;
    transition: 0.45s ease;
}

.neel-gallery-card:hover img {
    transform: scale(1.06);
}

.neel-project-card {
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
}

.neel-project-card .property-card-thumb img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.neel-project-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 65, 54, 0.1);
    color: var(--theme-color);
    font-weight: 700;
    font-size: 13px;
}

.neel-md-img-wrap {
    background: #fff;
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
}

.neel-md-img-wrap img {
    max-height: 520px;
    object-fit: contain;
}

.neel-director-sec .team-card {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
}

.neel-director-sec .team-card .box-title a,
.neel-director-sec .team-card .team-desig {
    color: #fff;
}

.neel-team-card .team-img img {
    max-height: 430px;
    object-fit: contain;
}

.neel-event-main img {
    height: 520px;
}

.neel-event-side {
    margin-bottom: 24px;
}

.neel-event-side:last-child {
    margin-bottom: 0;
}

.neel-event-side img {
    height: 248px;
}

.neel-testi-card {
    height: 100%;
    border-radius: 20px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.06);
}

.neel-contact-img {
    min-height: 590px;
    border-radius: 24px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
}

.neel-contact-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(2, 9, 20, 0.86), rgba(2, 9, 20, 0.3));
}

.neel-contact-overlay {
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 40px;
}

.neel-contact-overlay h2 {
    color: #fff;
    font-size: 46px;
    line-height: 1.05;
    margin-bottom: 18px;
}

.neel-contact-overlay p {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0;
}

.neel-interest-form {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.06);
    border: 1px solid rgba(17, 24, 39, 0.07);
}

.neel-interest-form textarea.form-control {
    min-height: 130px;
    padding-top: 16px;
}

.neel-qr-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: var(--neel-dark);
    border-radius: 18px;
    padding: 20px;
}

.neel-qr-box {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 14px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    font-size: 34px;
}

.neel-qr-card h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 4px;
}

.neel-qr-card p {
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .neel-home-hero .hero-inner {
        min-height: 700px;
    }

    .neel-event-main img,
    .neel-contact-img {
        min-height: 430px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .header-logo img {
        max-width: 210px;
    }

    .neel-home-hero .hero-inner {
        min-height: 640px;
    }

    .neel-hero-content .hero-text {
        font-size: 16px;
    }

    .neel-kicker {
        font-size: 11px;
        padding: 8px 14px;
    }

    .neel-rounded-img img,
    .neel-gallery-card img,
    .neel-project-card .property-card-thumb img,
    .neel-event-main img,
    .neel-event-side img {
        height: auto;
        min-height: unset;
    }

    .neel-contact-overlay {
        left: 24px;
        right: 24px;
        bottom: 24px;
    }

    .neel-contact-overlay h2 {
        font-size: 34px;
    }

    .neel-interest-form {
        padding: 22px;
    }

    .neel-qr-card {
        align-items: flex-start;
    }
}

@media (max-width: 420px) {
    .neel-qr-card {
        flex-direction: column;
    }
}

/* Included detailed property section from old website content */
.neel-featured-properties-sec {
    background: #ffffff;
}

.neel-property-scroll-wrap {
    width: 100%;
    overflow: hidden;
}

.neel-property-scroll {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 10px 4px 18px;
    scrollbar-width: none;
}

.neel-property-scroll::-webkit-scrollbar {
    display: none;
}

.neel-property-item {
    flex: 0 0 500px;
    max-width: 500px;
    scroll-snap-align: start;
}

.neel-project-card-v2 {
    background: rgba(217, 217, 217, 0.22);
    border-radius: 0 46px 0 46px;
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
    border: 1px solid rgba(17, 24, 39, 0.06);
}

.neel-project-card-v2 .property-card-thumb {
    border-radius: 0 46px 0 46px;
    overflow: hidden;
}

.neel-project-card-v2 .property-card-thumb img {
    height: 402px;
    object-fit: cover;
}

.neel-project-card-v2 .property-content {
    padding: 25px 26px 28px;
}

.neel-project-card-v2 .box-title {
    font-size: 22px;
    margin-bottom: 18px;
}

.neel-property-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    color: #5d5b68;
    font-size: 14px;
    margin-bottom: 22px;
}

.neel-property-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.neel-property-meta i {
    color: var(--theme-color);
}

.neel-property-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.neel-outline-btn {
    background: transparent !important;
    color: var(--title-color) !important;
    border: 1px solid var(--title-color) !important;
}

.neel-outline-btn:hover {
    background: var(--title-color) !important;
    color: #fff !important;
}

.neel-scroll-hint {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
}

.neel-scroll-hint span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(17, 24, 39, 0.25);
}

.neel-scroll-hint span.active {
    width: 12px;
    height: 12px;
    background: var(--title-color);
}

@media (max-width: 1199px) {
    .neel-property-item {
        flex-basis: 430px;
        max-width: 430px;
    }

    .neel-project-card-v2 .property-card-thumb img {
        height: 350px;
    }
}

@media (max-width: 575px) {
    .neel-property-item {
        flex-basis: 88vw;
        max-width: 88vw;
    }

    .neel-project-card-v2 {
        border-radius: 0 34px 0 34px;
    }

    .neel-project-card-v2 .property-card-thumb {
        border-radius: 0 34px 0 34px;
    }

    .neel-project-card-v2 .property-card-thumb img {
        height: 285px;
    }

    .neel-property-actions .th-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Professional property slider section - title on top, cards below */
.neel-featured-properties-sec {
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
    position: relative;
}

.neel-property-title-area {
    margin-bottom: 44px;
}

.neel-property-title-area .sec-title {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.neel-property-title-area .neel-lead-text {
    max-width: 620px;
    font-size: 17px;
    margin-bottom: 0;
}

.neel-property-slider-area {
    position: relative;
    padding: 0 58px;
}

.neel-property-slider .swiper-slide {
    height: auto;
}

.neel-project-card-v3 {
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
    transition: all 0.35s ease;
}

.neel-project-card-v3:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.13);
}

.neel-project-card-v3 .property-card-thumb {
    position: relative;
    height: 310px;
    overflow: hidden;
    border-radius: 28px 28px 0 0;
    background: #f5f5f5;
}

.neel-project-card-v3 .property-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.neel-project-card-v3:hover .property-card-thumb img {
    transform: scale(1.06);
}

.neel-project-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.1);
}

.neel-project-card-v3 .property-content {
    padding: 26px 26px 30px;
}

.neel-project-card-v3 .box-title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.neel-project-card-v3 .box-title a {
    color: var(--title-color);
}

.neel-project-card-v3 .box-title a:hover {
    color: var(--theme-color);
}

.neel-project-card-v3 .neel-property-meta {
    display: flex;
    gap: 12px 18px;
    flex-wrap: wrap;
    color: #5d5b68;
    font-size: 14px;
    margin-bottom: 24px;
}

.neel-project-card-v3 .neel-property-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.neel-project-card-v3 .neel-property-meta i {
    color: var(--theme-color);
}

.neel-project-card-v3 .neel-property-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.neel-project-card-v3 .neel-property-actions .th-btn {
    padding: 15px 22px;
    min-width: auto;
}

.neel-outline-btn {
    background: transparent !important;
    color: var(--title-color) !important;
    border: 1px solid rgba(26, 26, 26, 0.22) !important;
}

.neel-outline-btn:hover {
    background: var(--title-color) !important;
    color: #fff !important;
    border-color: var(--title-color) !important;
}

.neel-property-slider-area .slider-arrow {
    top: 45%;
    transform: translateY(-50%);
}

.neel-property-slider-area .slider-prev {
    left: 0;
}

.neel-property-slider-area .slider-next {
    right: 0;
}

.neel-property-slider-area .slider-pagination {
    margin-top: 34px;
    text-align: center;
}

@media (max-width: 1199px) {
    .neel-property-slider-area {
        padding: 0 44px;
    }

    .neel-project-card-v3 .property-card-thumb {
        height: 285px;
    }
}

@media (max-width: 767px) {
    .neel-property-slider-area {
        padding: 0;
    }

    .neel-property-slider-area .slider-arrow {
        display: none;
    }

    .neel-project-card-v3 .property-card-thumb {
        height: 260px;
    }

    .neel-project-card-v3 .property-content {
        padding: 22px 20px 26px;
    }

    .neel-project-card-v3 .box-title {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    .neel-property-title-area {
        margin-bottom: 30px;
    }

    .neel-project-card-v3 {
        border-radius: 22px;
    }

    .neel-project-card-v3 .property-card-thumb {
        height: 235px;
        border-radius: 22px 22px 0 0;
    }

    .neel-project-card-v3 .neel-property-actions .th-btn {
        width: 100%;
        justify-content: center;
    }
}


/* Professional Testimonials Section */
.neel-testimonial-pro-sec {
    position: relative;
    overflow: hidden;
}

.neel-testimonial-pro-sec:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -160px;
    top: 70px;
    background: rgba(255, 65, 54, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.neel-testimonial-title-area {
    margin-bottom: 56px;
}

.neel-testimonial-visual-wrap {
    position: relative;
    min-height: 520px;
    padding: 28px;
}

.neel-testimonial-visual-wrap:before {
    content: "";
    position: absolute;
    inset: 70px 38px 40px 0;
    border: 1px solid rgba(26, 26, 26, 0.12);
    border-radius: 36px;
}

.neel-testimonial-img {
    position: absolute;
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 20px 55px rgba(17, 24, 39, 0.14);
    background: #fff;
}

.neel-testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.neel-testimonial-img:hover img {
    transform: scale(1.06);
}

.neel-testimonial-img-lg {
    left: 0;
    top: 70px;
    width: 72%;
    height: 300px;
    z-index: 2;
}

.neel-testimonial-img-one {
    right: 0;
    top: 0;
    width: 46%;
    height: 175px;
    z-index: 3;
}

.neel-testimonial-img-two {
    right: 45px;
    bottom: 35px;
    width: 56%;
    height: 190px;
    z-index: 4;
}

.neel-testimonial-badge {
    position: absolute;
    left: 30px;
    bottom: 72px;
    z-index: 5;
    background: var(--title-color);
    color: #fff;
    border-radius: 22px;
    padding: 22px 24px;
    max-width: 220px;
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.22);
}

.neel-testimonial-badge span {
    display: block;
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
    color: var(--theme-color);
    margin-bottom: 8px;
}

.neel-testimonial-badge p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.neel-testimonial-slider-area {
    position: relative;
    padding: 0 0 12px;
}

.neel-testi-pro-card {
    height: 100%;
    min-height: 345px;
    background: #fff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 20px 45px rgba(17, 24, 39, 0.07);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.neel-testi-pro-card:before {
    content: "\f10d";
    font-family: var(--icon-font);
    position: absolute;
    right: 26px;
    top: 22px;
    font-size: 44px;
    line-height: 1;
    color: rgba(255, 65, 54, 0.10);
    font-weight: 700;
}

.neel-testi-pro-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(17, 24, 39, 0.12);
    border-color: rgba(255, 65, 54, 0.24);
}

.neel-testi-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding-right: 46px;
}

.neel-testi-avatar {
    width: 62px;
    height: 62px;
    min-width: 62px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--smoke-color);
    border: 3px solid #fff;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.10);
}

.neel-testi-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.neel-testi-pro-card .box-title {
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 6px;
}

.neel-testi-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--body-color);
}

.neel-rating {
    color: var(--theme-color);
    font-weight: 700;
}

.neel-testi-pro-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.78;
    color: #655f5f;
}

.neel-testimonial-slider-area .slider-pagination {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 1199px) {
    .neel-testimonial-visual-wrap {
        max-width: 620px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .neel-testimonial-title-area {
        margin-bottom: 34px;
    }

    .neel-testimonial-visual-wrap {
        min-height: auto;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        margin-bottom: 20px;
    }

    .neel-testimonial-visual-wrap:before {
        display: none;
    }

    .neel-testimonial-img {
        position: static;
        width: 100%;
        height: 170px;
        border-radius: 20px;
    }

    .neel-testimonial-img-lg {
        grid-column: 1 / -1;
        height: 220px;
    }

    .neel-testimonial-badge {
        position: static;
        grid-column: 1 / -1;
        max-width: 100%;
        border-radius: 18px;
        padding: 18px 20px;
    }

    .neel-testi-pro-card {
        min-height: auto;
        padding: 24px 22px;
        border-radius: 22px;
    }
}

@media (max-width: 575px) {
    .neel-testimonial-visual-wrap {
        grid-template-columns: 1fr;
    }

    .neel-testimonial-img,
    .neel-testimonial-img-lg {
        height: 210px;
    }

    .neel-testi-head {
        padding-right: 0;
    }

    .neel-testi-pro-card:before {
        display: none;
    }
}


/* Dream Property Gallery Slider */
.neel-dream-gallery-sec {
    position: relative;
    overflow: hidden;
}

.neel-dream-gallery-sec::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -120px;
    width: 380px;
    height: 380px;
    background: rgba(255, 65, 54, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.neel-dream-gallery-sec .title-area .sec-title {
    max-width: 760px;
}

.neel-dream-gallery-sec .neel-section-desc {
    max-width: 900px;
    margin-top: 18px;
}

.neel-gallery-arrow-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    margin-bottom: 8px;
}

.neel-gallery-arrow-wrap .neel-gallery-arrow {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 0;
    border: 1px solid var(--th-border-color);
    background: var(--white-color);
    color: var(--title-color);
    box-shadow: none;
}

.neel-gallery-arrow-wrap .neel-gallery-arrow + .neel-gallery-arrow {
    margin-left: -1px;
}

.neel-gallery-arrow-wrap .neel-gallery-arrow:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
}

.neel-dream-slider-area {
    position: relative;
}

.neel-dream-property-slider {
    overflow: visible;
}

.neel-dream-property-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    min-height: 360px;
    height: 100%;
    background: var(--white-color);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.10);
}

.neel-dream-property-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
    transition: all 0.6s ease;
}

.neel-dream-property-card:hover img {
    transform: scale(1.08);
}

.neel-dream-property-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.02) 35%, rgba(0,0,0,0.74) 100%);
    pointer-events: none;
}

.neel-dream-card-overlay {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px;
    z-index: 2;
}

.neel-dream-card-overlay span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--white-color);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.86;
    margin-bottom: 8px;
}

.neel-dream-card-overlay span::before {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--theme-color);
    display: inline-block;
}

.neel-dream-card-overlay h3 {
    margin: 0;
    color: var(--white-color);
    font-size: 26px;
    line-height: 1.25;
}

.neel-dream-gallery-sec .slider-pagination {
    margin-top: 34px;
}

@media (max-width: 991px) {
    .neel-gallery-arrow-wrap {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .neel-dream-property-card img {
        height: 360px;
    }
}

@media (max-width: 575px) {
    .neel-dream-gallery-sec .title-area .sec-title {
        font-size: 32px;
    }

    .neel-dream-property-card {
        border-radius: 18px;
        min-height: 300px;
    }

    .neel-dream-property-card img {
        height: 315px;
    }

    .neel-dream-card-overlay {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .neel-dream-card-overlay h3 {
        font-size: 22px;
    }

    .neel-gallery-arrow-wrap .neel-gallery-arrow {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }
}

/* Awards & Recognition Section */
.neel-awards-sec {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 18% 12%, rgba(255, 65, 54, 0.22), transparent 32%), linear-gradient(135deg, #151515 0%, #1b1b1b 52%, #101010 100%) !important;
}

.neel-awards-sec:before,
.neel-awards-sec:after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.neel-awards-sec:before {
    width: 360px;
    height: 360px;
    right: -120px;
    top: -110px;
    background: rgba(255, 65, 54, 0.12);
    filter: blur(4px);
}

.neel-awards-sec:after {
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -90px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.neel-awards-sec .container {
    position: relative;
    z-index: 1;
}

.neel-awards-title-area {
    margin-bottom: 58px;
}

.neel-awards-title-area .sub-title {
    color: #ffb8b4;
}

.neel-awards-desc {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}

.neel-awards-grid {
    margin-top: 10px;
}

.neel-award-card {
    height: 100%;
    padding: 34px 28px 30px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.045));
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    text-align: center;
    transition: all 0.35s ease;
}

.neel-award-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 65, 54, 0.45);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.neel-award-img-wrap {
    height: 170px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    margin-bottom: 24px;
}

.neel-award-img-wrap img {
    max-width: 280px;
    max-height: 125px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.neel-award-content span {
    display: inline-block;
    color: #ffb8b4;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-bottom: 10px;
    font-weight: 700;
}

.neel-award-content h3 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.neel-awards-stats-wrap {
    max-width: 1050px;
    margin: 62px auto 0;
    padding-top: 42px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.neel-awards-stat-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px 26px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.neel-awards-stat-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--theme-color);
    box-shadow: 0 14px 30px rgba(255, 65, 54, 0.28);
}

.neel-awards-stat-card h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.35;
    margin: 0;
    text-transform: uppercase;
}

.neel-awards-stat-card h3 span {
    color: var(--theme-color);
}

@media (max-width: 991px) {
    .neel-awards-stats-wrap {
        grid-template-columns: 1fr;
        margin-top: 42px;
        padding-top: 32px;
    }

    .neel-award-content h3,
    .neel-awards-stat-card h3 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .neel-award-card {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .neel-award-img-wrap {
        height: 140px;
        padding: 18px;
        border-radius: 18px;
    }

    .neel-awards-stat-card {
        align-items: flex-start;
        padding: 20px;
    }

    .neel-awards-stat-card h3 {
        font-size: 18px;
    }
}



/* Hero video background - only video added, existing hero/template design kept same */
.neel-hero-video-bg-wrap {
    overflow: hidden;
}

.neel-hero-banner-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.neel-hero-video-bg-wrap:before {
    z-index: 1;
}


/* Neel Infratech Footer CSS - merged into neel-home.css */
.neel-site-footer {
    background: #ffffff;
    border-top: 1px solid rgba(26, 26, 26, 0.08);
    color: #727673;
    position: relative;
    overflow: hidden;
}

.neel-site-footer ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.neel-footer-heading-wrap {
    padding: 70px 0 52px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
}

.neel-footer-brand-block h2 {
    font-size: 58px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--title-color);
    margin-bottom: 16px;
}

.neel-footer-brand-block p {
    font-size: 28px;
    line-height: 1.35;
    color: #727673;
    margin-bottom: 0;
}

.neel-footer-main {
    padding: 48px 0 60px;
}

.neel-footer-main .container {
    border-top: 1px solid rgba(26, 26, 26, 0.14);
    padding-top: 50px;
}

.neel-footer-widget {
    height: 100%;
}

.neel-footer-widget h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 19px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 22px;
}

.neel-footer-widget h4 i {
    color: var(--theme-color);
    font-size: 18px;
}

.neel-footer-links li,
.neel-footer-contact-list li {
    color: #727673;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 12px;
}

.neel-footer-links li:last-child,
.neel-footer-contact-list li:last-child {
    margin-bottom: 0;
}

.neel-footer-links a,
.neel-footer-contact-list a {
    color: #727673;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.neel-footer-links a:hover,
.neel-footer-contact-list a:hover {
    color: var(--theme-color);
}

.neel-footer-contact-list strong {
    color: #121212;
    font-weight: 700;
}

.neel-rera-card {
    max-width: 850px;
    margin: 58px auto 0;
    padding: 28px 34px;
    border-radius: 26px;
    background: linear-gradient(135deg, #06250f 0%, #081d12 100%);
    border: 1px solid rgba(110, 231, 168, 0.22);
    box-shadow: 0 24px 70px rgba(6, 37, 15, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.neel-rera-qr {
    width: 132px;
    min-width: 132px;
    height: 132px;
    padding: 10px;
    background: #ffffff;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neel-rera-qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.neel-rera-content {
    text-align: center;
}

.neel-rera-content h3 {
    color: #f7c948;
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 14px;
}

.neel-rera-content p {
    color: rgba(255, 255, 255, 0.90);
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 3px;
}

.neel-rera-content p strong {
    color: #ffffff;
    font-weight: 700;
}

.neel-rera-content p span {
    color: #f7c948;
    font-weight: 700;
}

.neel-rera-content a {
    color: #6ee7a8;
    font-weight: 600;
}

.neel-rera-content a:hover {
    color: #ffffff;
}

.neel-footer-bottom {
    border-top: 1px solid rgba(26, 26, 26, 0.14);
    padding: 22px 0;
}

.neel-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.neel-footer-bottom-inner p {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .neel-footer-brand-block h2 {
        font-size: 42px;
    }

    .neel-footer-brand-block p {
        font-size: 22px;
    }

    .neel-rera-card {
        max-width: 100%;
        padding: 26px 24px;
    }
}

@media (max-width: 767px) {
    .neel-footer-heading-wrap {
        padding: 54px 0 38px;
    }

    .neel-footer-brand-block h2 {
        font-size: 34px;
        letter-spacing: 0.04em;
    }

    .neel-footer-brand-block p {
        font-size: 18px;
    }

    .neel-footer-main {
        padding: 38px 0 46px;
    }

    .neel-footer-main .container {
        padding-top: 38px;
    }

    .neel-rera-card {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        margin-top: 44px;
    }

    .neel-rera-content h3 {
        font-size: 22px;
    }

    .neel-rera-content p {
        font-size: 15px;
    }

    .neel-footer-bottom-inner {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .neel-footer-brand-block h2 {
        font-size: 29px;
    }

    .neel-rera-card {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .neel-rera-qr {
        width: 118px;
        min-width: 118px;
        height: 118px;
    }
}

/* From One Family to Thousand Gallery Section */
.neel-family-journey-sec {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.neel-family-journey-sec .title-area .sec-title {
    max-width: 760px;
}

.neel-family-gallery-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    grid-template-rows: 350px 230px;
    gap: 24px;
}

.neel-family-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #f6f2f1;
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.10);
}

.neel-family-card-main {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.neel-family-card-portrait {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.neel-family-card-bottom {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.neel-family-gallery-card img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.6s ease;
}

.neel-family-card-landscape img {
    object-fit: cover;
}

.neel-family-card-portrait img {
    object-fit: cover;
    object-position: center top;
}

.neel-family-gallery-card:hover img {
    transform: scale(1.06);
}

.neel-family-gallery-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 35%, rgba(0, 0, 0, 0.68) 100%);
    pointer-events: none;
}

.neel-family-card-portrait:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.14) 60%, rgba(0, 0, 0, 0.02) 100%);
}

.neel-family-gallery-overlay {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 30px;
    z-index: 2;
}

.neel-family-gallery-overlay h3 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.35;
    margin: 0;
    max-width: 620px;
}

.neel-family-gallery-overlay-small {
    left: 28px;
    right: 28px;
    bottom: 26px;
}

.neel-family-gallery-overlay-small h3 {
    font-size: 22px;
    max-width: 360px;
}

@media (max-width: 1199px) {
    .neel-family-gallery-grid {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
        grid-template-rows: 320px 220px;
    }
}

@media (max-width: 991px) {
    .neel-family-gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .neel-family-card-main,
    .neel-family-card-portrait,
    .neel-family-card-bottom {
        grid-column: auto;
        grid-row: auto;
    }

    .neel-family-gallery-card {
        min-height: 320px;
    }

    .neel-family-card-portrait {
        min-height: 480px;
    }
}

@media (max-width: 575px) {
    .neel-family-gallery-card {
        min-height: 285px;
        border-radius: 18px;
    }

    .neel-family-card-portrait {
        min-height: 420px;
    }

    .neel-family-gallery-overlay,
    .neel-family-gallery-overlay-small {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .neel-family-gallery-overlay h3 {
        font-size: 21px;
    }

    .neel-family-gallery-overlay-small h3 {
        font-size: 19px;
    }
}


/* About Us Page - Neel Infratech */
:root {
    --neel-about-green: #1a6b2a;
    --neel-about-green-dark: #124d1e;
    --neel-about-green-light: #e8f5eb;
    --neel-about-gold: #c8960c;
    --neel-about-gold-light: #fdf3d8;
    --neel-about-border: #dde5e0;
}

.neel-about-breadcrumb {
    position: relative;
}

.neel-about-breadcrumb:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 77, 30, 0.88), rgba(26, 107, 42, 0.62));
}

.neel-about-breadcrumb .container {
    position: relative;
    z-index: 1;
}

.neel-about-hero-sec {
    background: radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.12), transparent 26%), linear-gradient(135deg, #0d3d18 0%, #1a6b2a 62%, #2d9142 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.neel-about-hero-sec:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.32;
    background-image: radial-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px);
    background-size: 34px 34px;
}

.neel-about-hero-sec .container {
    position: relative;
    z-index: 1;
}

.neel-about-tag {
    display: inline-flex;
    align-items: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 22px;
}

.neel-about-hero-content h1 {
    color: #fff;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.08;
    margin-bottom: 20px;
}

.neel-about-hero-content h1 span {
    color: #ffd966;
}

.neel-about-hero-content p {
    color: rgba(255, 255, 255, 0.88);
    max-width: 680px;
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 30px;
}

.neel-about-hero-card-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.neel-about-hero-card {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 20px;
    padding: 28px 24px;
    backdrop-filter: blur(8px);
    min-height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neel-about-hero-number {
    color: #ffd966;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    display: block;
    margin-bottom: 10px;
}

.neel-about-hero-card p {
    color: rgba(255, 255, 255, 0.80);
    margin: 0;
    font-size: 14px;
}

.neel-about-text-block p {
    color: #555;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 17px;
}

.neel-about-text-block p strong {
    color: var(--neel-about-green-dark);
}

.neel-about-timeline-card {
    background: linear-gradient(135deg, var(--neel-about-green-light), #fff);
    border: 1px solid var(--neel-about-border);
    border-radius: 26px;
    padding: 38px 34px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
}

.neel-about-year-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--neel-about-green);
    color: #fff;
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
    border-radius: 16px;
    padding: 15px 28px;
    margin-bottom: 16px;
}

.neel-about-timeline-card > p {
    color: #555;
    font-size: 15px;
    margin-bottom: 28px;
}

.neel-about-timeline {
    border-left: 2px solid var(--neel-about-border);
    padding-left: 22px;
}

.neel-about-timeline-item {
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px dashed var(--neel-about-border);
}

.neel-about-timeline-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.neel-about-timeline-item:before {
    content: "";
    position: absolute;
    left: -28px;
    top: 6px;
    width: 10px;
    height: 10px;
    background: var(--neel-about-green);
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px var(--neel-about-green);
}

.neel-about-timeline-item span {
    display: block;
    color: var(--neel-about-gold);
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 800;
    margin-bottom: 4px;
}

.neel-about-timeline-item p {
    color: #555;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.neel-about-section-desc {
    color: #555;
    max-width: 720px;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
}

.neel-about-section-desc-white {
    color: rgba(255, 255, 255, 0.75);
}

.neel-about-value-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--neel-about-border);
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
    transition: all 0.35s ease;
}

.neel-about-value-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 50px rgba(17, 24, 39, 0.09);
    border-color: rgba(26, 107, 42, 0.26);
}

.neel-about-value-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--neel-about-green-light);
    color: var(--neel-about-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 22px;
}

.neel-about-value-card h3 {
    font-size: 21px;
    color: var(--neel-about-green-dark);
    margin-bottom: 10px;
}

.neel-about-value-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.neel-about-achievement-sec {
    background: radial-gradient(circle at 18% 12%, rgba(255, 217, 102, 0.18), transparent 34%), linear-gradient(135deg, #0d3d18, #1a6b2a);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.neel-about-stats-row {
    margin-bottom: 34px;
}

.neel-about-stat-box {
    height: 100%;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    padding: 28px 20px;
    text-align: center;
}

.neel-about-stat-box span {
    display: block;
    color: #ffd966;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 10px;
}

.neel-about-stat-box p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.neel-about-award-card {
    height: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 32px 28px;
    text-align: center;
}

.neel-about-award-icon {
    color: #ffd966;
    font-size: 36px;
    margin-bottom: 16px;
}

.neel-about-award-card h3 {
    color: #ffd966;
    font-size: 22px;
    margin-bottom: 10px;
}

.neel-about-award-card p {
    color: rgba(255, 255, 255, 0.74);
    margin: 0;
    line-height: 1.7;
}

.neel-about-team-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--neel-about-border);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
    transition: all 0.35s ease;
}

.neel-about-team-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 50px rgba(17, 24, 39, 0.09);
}

.neel-about-team-avatar {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    margin: 0 auto 16px;
    background: var(--neel-about-green-light);
    border: 3px solid var(--neel-about-green);
    color: var(--neel-about-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
}

.neel-about-team-card h3 {
    color: var(--neel-about-green-dark);
    font-size: 18px;
    margin-bottom: 5px;
}

.neel-about-team-card p {
    color: var(--neel-about-gold);
    font-size: 13px;
    margin: 0;
    font-weight: 700;
}

.neel-about-project-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--neel-about-border);
    border-radius: 18px;
    padding: 26px 22px;
    box-shadow: 0 10px 25px rgba(17, 24, 39, 0.05);
    transition: all 0.35s ease;
}

.neel-about-project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.09);
}

.neel-about-project-card-dark {
    background: var(--neel-about-green-dark);
    border-color: var(--neel-about-green-dark);
}

.neel-about-project-icon {
    color: var(--neel-about-green);
    font-size: 28px;
    margin-bottom: 14px;
}

.neel-about-project-card-dark .neel-about-project-icon {
    color: #ffd966;
}

.neel-about-project-card h3 {
    color: var(--neel-about-green-dark);
    font-size: 19px;
    margin-bottom: 8px;
}

.neel-about-project-card-dark h3 {
    color: #fff;
}

.neel-about-project-card p {
    color: #555;
    font-size: 14px;
    margin-bottom: 14px;
}

.neel-about-project-card-dark p {
    color: rgba(255, 255, 255, 0.78);
}

.neel-about-project-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 800;
}

.neel-about-project-tag.active {
    background: var(--neel-about-green-light);
    color: var(--neel-about-green);
}

.neel-about-project-tag.completed {
    background: #f1f1f1;
    color: #777;
}

.neel-about-lakeview-sec {
    background: radial-gradient(circle at 80% 18%, rgba(168, 216, 255, 0.22), transparent 30%), linear-gradient(135deg, #1a3d6b, #1a5fa6);
    color: #fff;
    overflow: hidden;
}

.neel-about-lakeview-text p {
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.85;
    font-size: 16px;
    margin-bottom: 16px;
}

.neel-about-lakeview-text strong {
    color: #a8d8ff;
}

.neel-about-chip-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.neel-about-chip-wrap span {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 9px 15px;
    font-size: 13px;
    font-weight: 700;
}

.neel-about-lakeview-card {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    padding: 40px 32px;
    text-align: center;
}

.neel-about-lakeview-card > span {
    color: #a8d8ff;
    font-size: 66px;
    line-height: 1;
    font-weight: 800;
    display: block;
    margin-bottom: 10px;
}

.neel-about-lakeview-card p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 15px;
}

.neel-about-lakeview-line {
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
    margin: 24px 0;
}

.neel-about-lakeview-card h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 8px;
}

.neel-about-contact-card,
.neel-about-cta-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--neel-about-border);
    border-radius: 24px;
    padding: 34px 30px;
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
}

.neel-about-contact-card h3,
.neel-about-cta-card h3 {
    color: var(--neel-about-green-dark);
    font-size: 24px;
    margin-bottom: 18px;
}

.neel-about-contact-card ul {
    padding: 0;
    margin: 0 0 22px;
    list-style: none;
}

.neel-about-contact-card li {
    display: flex;
    gap: 12px;
    color: #555;
    margin-bottom: 14px;
    line-height: 1.65;
}

.neel-about-contact-card li i {
    color: var(--neel-about-green);
    margin-top: 5px;
    min-width: 18px;
}

.neel-about-contact-card a {
    color: var(--neel-about-green);
    font-weight: 700;
}

.neel-about-social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.neel-about-social-row a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--neel-about-border);
    color: #555;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
}

.neel-about-social-row a:hover {
    color: var(--neel-about-green);
    border-color: var(--neel-about-green);
}

.neel-about-cta-card p {
    color: #555;
    line-height: 1.75;
    margin-bottom: 22px;
}

.neel-about-cta-card .th-btn {
    margin-bottom: 12px;
    justify-content: center;
}

.neel-about-whatsapp-btn {
    background: #25d366 !important;
    color: #fff !important;
    border-color: #25d366 !important;
}

.neel-about-rera-note {
    margin-top: 20px;
    background: var(--neel-about-green-light);
    border: 1px solid var(--neel-about-border);
    border-radius: 16px;
    padding: 18px;
}

.neel-about-rera-note strong {
    display: block;
    color: var(--neel-about-green-dark);
    margin-bottom: 6px;
}

.neel-about-rera-note span {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .neel-about-hero-card-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .neel-about-hero-card {
        min-height: 125px;
    }
}

@media (max-width: 575px) {
    .neel-about-hero-card-wrap {
        grid-template-columns: 1fr;
    }

    .neel-about-hero-content p,
    .neel-about-text-block p,
    .neel-about-lakeview-text p {
        font-size: 15px;
    }

    .neel-about-hero-number {
        font-size: 34px;
    }

    .neel-about-timeline-card,
    .neel-about-contact-card,
    .neel-about-cta-card {
        padding: 26px 20px;
        border-radius: 20px;
    }

    .neel-about-year-badge {
        font-size: 30px;
    }

    .neel-about-stat-box span {
        font-size: 36px;
    }

    .neel-about-lakeview-card > span {
        font-size: 52px;
    }
}


/* About contact section alignment fix - prevents stretched/empty cards */
.neel-about-contact-sec {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.neel-about-contact-title-area {
    margin-bottom: 36px;
}

.neel-about-contact-title-area .neel-about-section-desc {
    max-width: 760px;
    margin-bottom: 0;
}

.neel-about-contact-row {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.neel-about-contact-card,
.neel-about-cta-card {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 34px 34px;
}

.neel-about-contact-card ul {
    margin-bottom: 24px;
}

.neel-about-cta-card .th-btn {
    min-height: 56px;
    margin-bottom: 14px;
}

.neel-about-rera-note {
    margin-top: 22px;
}

@media (max-width: 1199px) {
    .neel-about-contact-title-area {
        margin-bottom: 28px;
    }
}

@media (max-width: 575px) {
    .neel-about-contact-card,
    .neel-about-cta-card {
        padding: 24px 20px;
    }

    .neel-about-social-row a {
        width: 100%;
        justify-content: center;
    }
}


/* Vrindavan Park VP-14 Page CSS - merged into neel-home.css */
.vp14-page {
    --vp14-red: var(--theme-color, #ff4136);
    --vp14-dark: #101522;
    --vp14-dark2: #161616;
    --vp14-green: #0f5a2d;
    --vp14-green-soft: #eaf6ef;
    --vp14-gold: #d8a545;
    --vp14-cream: #fff8ef;
    --vp14-border: rgba(17, 24, 39, 0.10);
    --vp14-text: #4f5562;
    background: #ffffff;
    color: var(--vp14-dark);
    overflow: hidden;
}

.vp14-page a {
    text-decoration: none;
}

.vp14-page section {
    padding: 90px 0;
}

.vp14-inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.vp14-compliance-bar {
    background: linear-gradient(90deg, #101522 0%, #1b1b1b 100%);
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.04em;
    padding: 10px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vp14-hero {
    min-height: 780px;
    background: radial-gradient(circle at 78% 25%, rgba(255, 65, 54, 0.22), transparent 34%), linear-gradient(135deg, #080d18 0%, #111827 48%, #1b1b1b 100%);
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
    position: relative;
    overflow: hidden;
    padding: 0 !important;
}

.vp14-hero-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, rgba(255,255,255,0.045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: 0.45;
    pointer-events: none;
}

.vp14-hero:after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -210px;
    bottom: -180px;
    border-radius: 50%;
    border: 1px solid rgba(255, 65, 54, 0.22);
    background: rgba(255, 65, 54, 0.05);
}

.vp14-hero-left,
.vp14-hero-right {
    position: relative;
    z-index: 1;
}

.vp14-hero-left {
    padding: 95px 60px 85px max(60px, calc((100vw - 1200px) / 2 + 24px));
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vp14-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 65, 54, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.vp14-hero-tag:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--vp14-red);
    box-shadow: 0 0 0 5px rgba(255, 65, 54, 0.14);
}

.vp14-hero h1 {
    color: #ffffff;
    font-size: clamp(42px, 5vw, 58px);
    line-height: 1.04;
    letter-spacing: -0.04em;
    margin: 0 0 24px;
    max-width: 820px;
}

.vp14-hero h1 em {
    color: #ffffff;
    font-style: normal;
    position: relative;
}

.vp14-hero h1 em:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 10px;
    background: rgba(255, 65, 54, 0.45);
    z-index: -1;
    border-radius: 999px;
}

.vp14-hero-sub {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.78;
    margin: 0 0 34px;
}

.vp14-hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 780px;
    margin-bottom: 24px;
}

.vp14-hero-fact {
    padding: 22px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.vp14-hero-fact .vp14-val {
    display: block;
    color: #ffffff;
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 8px;
}

.vp14-hero-fact .vp14-lbl {
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vp14-hero-disclaimer {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
}

.vp14-hero-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px max(42px, calc((100vw - 1200px) / 2 + 24px)) 80px 32px;
}

.vp14-lead-card {
    width: 100%;
    max-width: 430px;
    background: #ffffff;
    padding: 36px 32px;
    border-radius: 28px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.vp14-lead-card-head {
    border-bottom: 1px solid var(--vp14-border);
    padding-bottom: 18px;
    margin-bottom: 22px;
}

.vp14-lead-card-head h2 {
    font-size: 28px;
    line-height: 1.2;
    color: var(--vp14-dark);
    margin: 0 0 7px;
}

.vp14-lead-card-head p {
    color: var(--vp14-text);
    font-size: 14px;
    margin: 0;
}

.vp14-form-group {
    margin-bottom: 14px;
}

.vp14-form-group label {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vp14-dark);
    margin-bottom: 6px;
}

.vp14-form-group input,
.vp14-form-group select {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(17, 24, 39, 0.14);
    border-radius: 14px;
    background: #fbfbfb;
    color: var(--vp14-dark);
    padding: 0 15px;
    outline: none;
    transition: 0.25s ease;
}

.vp14-form-group input:focus,
.vp14-form-group select:focus {
    border-color: var(--vp14-red);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 65, 54, 0.10);
}

.vp14-form-consent {
    font-size: 11px;
    line-height: 1.65;
    color: #707786;
    margin: 8px 0 15px;
}

.vp14-form-consent a {
    color: var(--vp14-red);
    font-weight: 700;
}

.vp14-btn-submit,
.vp14-wa-link,
.vp14-btn-dark,
.vp14-btn-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: none;
    text-align: center;
    font-weight: 800;
    transition: 0.25s ease;
}

.vp14-btn-submit {
    width: 100%;
    min-height: 52px;
    border-radius: 999px;
    background: var(--vp14-red);
    color: #ffffff;
    font-size: 15px;
}

.vp14-btn-submit:hover,
.vp14-btn-dark:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(255, 65, 54, 0.24);
}

.vp14-wa-link {
    width: 100%;
    min-height: 48px;
    border-radius: 999px;
    margin-top: 12px;
    background: #25d366;
    color: #ffffff;
    font-size: 14px;
}

.vp14-form-rera {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--vp14-border);
    color: #6b7280;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vp14-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--vp14-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.vp14-section-eyebrow:before {
    content: "";
    width: 36px;
    height: 2px;
    background: var(--vp14-red);
}

.vp14-section-h2 {
    color: var(--vp14-dark);
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin: 0 0 18px;
}

.vp14-section-lead {
    max-width: 720px;
    color: var(--vp14-text);
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 42px;
}

.vp14-location-sec {
    background: #ffffff;
}

.vp14-location-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 36px;
    align-items: stretch;
}

.vp14-location-points {
    display: grid;
    gap: 16px;
}

.vp14-loc-point {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px 22px;
    background: #ffffff;
    border: 1px solid var(--vp14-border);
    border-radius: 22px;
    box-shadow: 0 14px 36px rgba(17, 24, 39, 0.055);
    transition: 0.3s ease;
}

.vp14-loc-point:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 65, 54, 0.28);
    box-shadow: 0 18px 46px rgba(17, 24, 39, 0.09);
}

.vp14-loc-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: rgba(255, 65, 54, 0.10);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.vp14-loc-point h4 {
    color: var(--vp14-dark);
    font-size: 17px;
    line-height: 1.35;
    margin: 0 0 6px;
}

.vp14-loc-point p {
    color: var(--vp14-text);
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 8px;
}

.vp14-loc-dist {
    color: var(--vp14-red);
    font-size: 12px;
    font-weight: 800;
}

.vp14-map-placeholder {
    min-height: 100%;
    border-radius: 28px;
    background: radial-gradient(circle at 70% 30%, rgba(255, 65, 54, 0.22), transparent 32%), linear-gradient(135deg, #101522, #1b1b1b);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.78);
    padding: 34px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.vp14-map-placeholder:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.28;
}

.vp14-map-placeholder > * {
    position: relative;
    z-index: 1;
}

.vp14-map-pin {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: var(--vp14-red);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 18px;
    box-shadow: 0 18px 40px rgba(255, 65, 54, 0.32);
}

.vp14-map-embed-note {
    max-width: 300px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.65;
    margin-top: 8px;
}

.vp14-amenities-sec {
    background: linear-gradient(135deg, #111827 0%, #1b1b1b 100%);
}

.vp14-amenities-sec .vp14-section-h2 {
    color: #ffffff;
}

.vp14-amenities-sec .vp14-section-lead {
    color: rgba(255, 255, 255, 0.66);
}

.vp14-amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.vp14-amenity-card {
    min-height: 154px;
    padding: 28px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11);
    text-align: center;
    transition: 0.3s ease;
}

.vp14-amenity-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 65, 54, 0.12);
    border-color: rgba(255, 65, 54, 0.36);
}

.vp14-amenity-icon {
    display: block;
    font-size: 32px;
    margin-bottom: 12px;
    color: #efefef;
}

.vp14-amenity-name {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 6px;
}

.vp14-amenity-spec {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    line-height: 1.45;
}

.vp14-legal-sec {
    background: #f7f7f7;
}

.vp14-legal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.vp14-legal-card {
    background: #ffffff;
    border: 1px solid var(--vp14-border);
    border-radius: 22px;
    padding: 26px 24px;
    box-shadow: 0 14px 36px rgba(17, 24, 39, 0.055);
}

.vp14-lc-icon {
    display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 65, 54, 0.10);
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
}

.vp14-legal-card h4 {
    font-size: 18px;
    line-height: 1.35;
    color: var(--vp14-dark);
    margin: 0 0 10px;
}

.vp14-legal-card p {
    color: var(--vp14-text);
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 12px;
}

.vp14-lc-badge,
.vp14-credai-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--vp14-green-soft);
    color: var(--vp14-green);
    font-size: 12px;
    font-weight: 800;
}

.vp14-about-sec {
    background: #ffffff;
}

.vp14-about-grid {
    max-width: 880px;
    max-width: max-content;

} 

.vp14-about-text {
    padding: 38px;
    border-radius: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #fbfbfb 100%);
    border: 1px solid var(--vp14-border);
    box-shadow: 0 16px 44px rgba(17, 24, 39, 0.06);
}

.vp14-about-text h3 {
    color: var(--vp14-dark);
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 14px;
}

.vp14-about-text p {
    color: var(--vp14-text);
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 16px;
}

.vp14-about-text p:last-child {
    margin-bottom: 0;
}

.vp14-cta-strip {
    background: radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 32%), linear-gradient(135deg, var(--vp14-red) 0%, #ff5a50 100%);
    text-align: center;
    padding: 74px 0 !important;
}

.vp14-cta-strip h2 {
    color: #ffffff;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin: 0 0 12px;
}

.vp14-cta-strip p {
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 17px !important;
    margin-bottom: 28px !important;
}

.vp14-cta-btns {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.vp14-btn-dark,
.vp14-btn-wa {
    min-height: 52px;
    padding: 0 30px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 15px;
}

.vp14-btn-dark {
    background: var(--vp14-dark);
}

.vp14-btn-wa {
    background: #25d366;
}

.vp14-btn-wa:hover,
.vp14-wa-link:hover {
    background: #1fb958;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .vp14-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .vp14-hero-left {
        padding: 80px 32px 40px;
    }

    .vp14-hero-right {
        padding: 0 32px 80px;
        justify-content: flex-start;
    }

    .vp14-lead-card {
        max-width: 560px;
    }

    .vp14-location-grid {
        grid-template-columns: 1fr;
    }

    .vp14-map-placeholder {
        min-height: 420px;
    }
}

@media (max-width: 991px) {
    .vp14-page section {
        padding: 70px 0;
    }

    .vp14-amenities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vp14-legal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .vp14-compliance-bar {
        font-size: 11px;
        line-height: 1.6;
    }

    .vp14-hero-left {
        padding: 64px 20px 34px;
    }

    .vp14-hero-right {
        padding: 0 20px 64px;
    }

    .vp14-hero h1 {
        font-size: 42px;
    }

    .vp14-hero-sub {
        font-size: 15px;
    }

    .vp14-hero-facts {
        grid-template-columns: 1fr;
    }

    .vp14-lead-card {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .vp14-section-h2 {
        font-size: 34px;
    }

    .vp14-section-lead {
        font-size: 15px;
    }

    .vp14-loc-point {
        padding: 18px;
        border-radius: 18px;
    }

    .vp14-legal-grid {
        grid-template-columns: 1fr;
    }

    .vp14-about-text {
        padding: 26px 22px;
        border-radius: 22px;
    }
}

@media (max-width: 575px) {
    .vp14-page section {
        padding: 56px 0;
    }

    .vp14-inner {
        width: min(100% - 24px, 1120px);
    }

    .vp14-hero h1 {
        font-size: 36px;
    }

    .vp14-amenities-grid {
        grid-template-columns: 1fr;
    }

    .vp14-cta-btns {
        flex-direction: column;
    }

    .vp14-btn-dark,
    .vp14-btn-wa {
        width: 100%;
    }
}


/* ==========================================================
   SAME PROJECT WIDTH + NEW TEMPLATE COLOR CORRECTION
   Added to keep About and Vrindavan Park VP-14 pages visually consistent.
   ========================================================== */

/* About page now uses the same red / dark new-template palette */
:root {
    --neel-about-green: var(--theme-color);
    --neel-about-green-dark: var(--neel-dark);
    --neel-about-green-light: rgba(255, 65, 54, 0.08);
    --neel-about-gold: var(--theme-color);
    --neel-about-gold-light: rgba(255, 65, 54, 0.12);
    --neel-about-border: rgba(17, 24, 39, 0.10);
}

/* Same container feel as VP-14 page */
.neel-about-hero-sec > .container,
.neel-about-story-sec > .container,
.neel-about-values-sec > .container,
.neel-about-achievement-sec > .container,
.neel-about-team-sec > .container,
.neel-about-portfolio-sec > .container,
.neel-about-lakeview-sec > .container,
.neel-about-contact-sec > .container {
    max-width: 1300px;
}

/* About hero converted from green to new-template dark/red theme */
.neel-about-hero-sec {
    min-height: 700px;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 78% 25%, rgba(255, 65, 54, 0.22), transparent 34%), linear-gradient(135deg, #080d18 0%, #111827 48%, #1b1b1b 100%) !important;
}

.neel-about-hero-sec:before {
    opacity: 0.42;
    background-image:
        linear-gradient(120deg, rgba(255,255,255,0.045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 56px 56px;
}

.neel-about-tag {
    background: rgba(255, 65, 54, 0.16);
    border-color: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.neel-about-tag:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--theme-color);
    box-shadow: 0 0 0 5px rgba(255, 65, 54, 0.14);
    margin-right: 10px;
}

.neel-about-hero-content h1 {
    font-size: clamp(42px, 5vw, 58px);
    line-height: 1.04;
    letter-spacing: -0.04em;
    max-width: 760px;
}

.neel-about-hero-content h1 span {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.neel-about-hero-content h1 span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 10px;
    background: rgba(255, 65, 54, 0.45);
    z-index: -1;
    border-radius: 999px;
}

.neel-about-hero-content p {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.78);
}

.neel-about-hero-content .btn-group .th-btn.style3 {
    border-color: rgba(255, 255, 255, 0.45);
    color: #ffffff !important;
}

.neel-about-hero-content .btn-group .th-btn.style3:hover {
    border-color: var(--theme-color);
    background: var(--theme-color);
    color: #ffffff !important;
}

.neel-about-hero-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.neel-about-hero-number {
    color: #ffffff;
}

.neel-about-hero-card:hover {
    border-color: rgba(255, 65, 54, 0.35);
    background: rgba(255, 65, 54, 0.08);
}

/* Replace old green highlights throughout About page */
.neel-about-text-block p strong,
.neel-about-contact-card h3,
.neel-about-cta-card h3,
.neel-about-value-card h3,
.neel-about-team-card h3,
.neel-about-project-card h3 {
    color: var(--neel-dark);
}

.neel-about-year-badge,
.neel-about-team-avatar,
.neel-about-value-icon,
.neel-about-project-tag.active {
    background: rgba(255, 65, 54, 0.10);
    color: var(--theme-color);
    border-color: rgba(255, 65, 54, 0.26);
}

.neel-about-timeline-item:before {
    background: var(--theme-color);
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(255, 65, 54, 0.45);
}

.neel-about-timeline-item span,
.neel-about-team-card p,
.neel-about-contact-card a,
.neel-about-contact-card li i,
.neel-about-social-row a:hover {
    color: var(--theme-color);
}

.neel-about-timeline-card {
    background: linear-gradient(135deg, rgba(255, 65, 54, 0.06), #ffffff);
}

.neel-about-value-card:hover,
.neel-about-social-row a:hover {
    border-color: rgba(255, 65, 54, 0.28);
}

.neel-about-achievement-sec {
    background: radial-gradient(circle at 18% 12%, rgba(255, 65, 54, 0.22), transparent 34%), linear-gradient(135deg, #151515 0%, #1b1b1b 52%, #101010 100%) !important;
}

.neel-about-stat-box span,
.neel-about-award-icon,
.neel-about-award-card h3 {
    color: #ffffff;
}

.neel-about-stat-box {
    border-color: rgba(255, 65, 54, 0.20);
}

.neel-about-award-card {
    border-color: rgba(255, 255, 255, 0.12);
}

.neel-about-project-card-dark {
    background: var(--neel-dark);
    border-color: var(--neel-dark);
}

/* VP-14 page same max content width as About page */
.vp14-inner {
    width: min(1300px, calc(100% - 32px));
}

.vp14-hero-left {
    padding-left: max(24px, calc((100vw - 1200px) / 2 + 24px));
    padding-left: 160px;
    
}

.vp14-hero-right {
    padding-right: max(24px, calc((100vw - 1200px) / 2 + 24px));
        padding-right: 160px;
}

/* Keep both hero sections balanced on the same project */
.vp14-hero {
    min-height: 700px;
}

@media (max-width: 1199px) {
    .neel-about-hero-sec > .container,
    .neel-about-story-sec > .container,
    .neel-about-values-sec > .container,
    .neel-about-achievement-sec > .container,
    .neel-about-team-sec > .container,
    .neel-about-portfolio-sec > .container,
    .neel-about-lakeview-sec > .container,
    .neel-about-contact-sec > .container {
        max-width: 960px;
    }

    .neel-about-hero-sec,
    .vp14-hero {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .neel-about-hero-sec {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .neel-about-hero-content h1,
    .vp14-hero h1 {
        font-size: clamp(38px, 9vw, 58px);
    }

    .vp14-hero-left,
    .vp14-hero-right {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 575px) {
    .neel-about-hero-card-wrap {
        grid-template-columns: 1fr;
    }

    .neel-about-hero-content h1 {
        font-size: 38px;
    }
}














/* ==========================================================
   Our Story Page - Final Professional Layout + Gallery Popup
   Scoped only for Our Story page
   ========================================================== */

.neel-story-page {
    background: #ffffff;
    overflow: hidden;
}

.neel-story-page .container {
    max-width: 1180px;
}

.neel-story-page .space {
    padding-top: 70px;
    padding-bottom: 70px;
}

.neel-story-page .title-area {
    margin-bottom: 34px;
}

.neel-story-page .sec-title {
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.16;
    margin-bottom: 14px;
}

.neel-story-page .sub-title {
    font-size: 11px;
    letter-spacing: 0.13em;
    margin-bottom: 9px;
}

.neel-story-section-desc {
    max-width: 620px;
    color: #6b6464;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Hero */
.neel-story-hero {
    position: relative;
    min-height: 540px;
    padding: 88px 0 68px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.neel-story-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 9, 20, 0.84) 0%, rgba(2, 9, 20, 0.62) 48%, rgba(2, 9, 20, 0.18) 100%);
}

.neel-story-hero .container {
    position: relative;
    z-index: 2;
}

.neel-story-hero-content {
    max-width: 700px;
}

.neel-story-kicker {
    font-size: 11px;
    padding: 7px 14px;
    margin-bottom: 15px;
    background: rgba(255, 65, 54, 0.18);
    border-color: rgba(255, 255, 255, 0.22);
}

.neel-story-hero-content h1 {
    max-width: 650px;
    color: #ffffff;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    margin-bottom: 16px;
}

.neel-story-hero-content p {
    max-width: 590px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.72;
    margin-bottom: 0;
}

/* Intro / Mission */
.neel-story-intro-sec,
.neel-story-mission-sec {
    position: relative;
}

.neel-story-image-card {
    position: relative;
    height: 360px;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(17, 24, 39, 0.08);
}

.neel-story-image-card:after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 26%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.neel-story-image-card img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    border-radius: 18px;
    transition: 0.45s ease;
}

.neel-story-image-card:hover img {
    transform: scale(1.035);
}

.neel-story-content-card {
    max-width: 520px;
    padding-left: 18px;
}

.neel-story-content-card p {
    color: #655f5f;
    font-size: 14.5px;
    line-height: 1.72;
    margin-bottom: 12px;
}

.neel-story-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.neel-story-list li {
    position: relative;
    padding-left: 30px;
    color: #655f5f;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.65;
    margin-bottom: 12px;
}

.neel-story-list li:before {
    content: "\f00c";
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 2px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 65, 54, 0.10);
    color: var(--theme-color);
    font-size: 10px;
    font-weight: 700;
}

/* Leader */
.neel-story-leader-sec {
    background: #ffffff;
}

.neel-story-leader-card {
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #fbf8f7 100%);
    border: 1px solid rgba(26, 26, 26, 0.07);
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
}

.neel-story-owner-content {
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
}

/* Directors */
.neel-story-directors-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%) !important;
}

.neel-story-director-stack {
    max-width: 1060px;
    margin: 0 auto;
}

.neel-story-director-card {
    margin-bottom: 28px;
    padding: 16px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.07);
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.07);
}

.neel-story-director-card:last-child {
    margin-bottom: 0;
}

.neel-story-director-card .row,
.neel-story-leader-card .row {
    --bs-gutter-x: 22px;
    --bs-gutter-y: 22px;
}

/* Proper director image cards */
.neel-story-page .neel-story-person-img {
    position: relative;
    width: 100%;
    height: 355px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px;
    background:
        radial-gradient(circle at 50% 20%, rgba(255, 65, 54, 0.07), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f5f1ef 100%);
    border: 1px solid rgba(26, 26, 26, 0.06);
    box-shadow: none;
}

.neel-story-page .neel-story-person-img:before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    height: 52px;
    border-radius: 50%;
    background: rgba(17, 24, 39, 0.10);
    filter: blur(18px);
}

.neel-story-page .neel-story-person-img:after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 24%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.neel-story-page .neel-story-person-img img {
    position: relative;
    z-index: 1;
    width: auto;
    max-width: 92%;
    height: 92%;
    max-height: 330px;
    object-fit: contain;
    object-position: bottom center;
    transition: 0.4s ease;
}

.neel-story-page .neel-story-person-img:hover img {
    transform: translateY(-4px) scale(1.025);
}

.neel-story-owner-img {
    height: 370px !important;
}

.neel-story-owner-img img {
    max-height: 350px !important;
}

/* Text cards */
.neel-story-person-content {
    height: 100%;
    padding: 18px 8px 18px 4px;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.neel-story-person-content-right {
    text-align: right;
    padding-left: 8px;
    padding-right: 4px;
}

.neel-story-role {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--theme-color);
    font-weight: 800;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 8px;
}

.neel-story-role:before {
    content: "";
    width: 18px;
    height: 2px;
    background: var(--theme-color);
}

.neel-story-person-content-right .neel-story-role {
    flex-direction: row-reverse;
}

.neel-story-person-content h2 {
    font-size: clamp(22px, 2.1vw, 30px);
    line-height: 1.18;
    margin-bottom: 9px;
}

.neel-story-person-content p {
    color: #655f5f;
    font-size: 13.5px;
    line-height: 1.66;
    margin-bottom: 9px;
}

.neel-story-quote {
    display: inline-block;
    max-width: 100%;
    color: var(--theme-color);
    background: rgba(255, 65, 54, 0.07);
    border: 1px solid rgba(255, 65, 54, 0.14);
    border-radius: 10px;
    padding: 7px 12px;
    font-size: 12.5px;
    line-height: 1.42;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 12px;
}

.neel-story-testimonial {
    margin-top: 12px;
    padding: 12px 14px;
    border-left: 3px solid var(--theme-color);
    background: rgba(255, 65, 54, 0.055);
    border-radius: 0 10px 10px 0;
    color: #554B4B;
    font-size: 12.5px;
    line-height: 1.58;
    font-style: italic;
}

.neel-story-person-content-right .neel-story-testimonial {
    border-left: 0;
    border-right: 3px solid var(--theme-color);
    border-radius: 10px 0 0 10px;
}

.neel-story-testimonial span {
    display: block;
    color: var(--title-color);
    margin-top: 7px;
    font-size: 12.5px;
    font-weight: 800;
    font-style: normal;
}

/* Gallery - natural masonry layout, no face cutting */
.neel-story-gallery-sec {
    background: #ffffff;
}

.neel-story-gallery-grid {
    max-width: 1060px;
    margin: 0 auto;
    columns: 5 180px;
    column-gap: 14px;
}

.neel-story-gallery-item {
    display: inline-block;
    width: 100%;
    margin: 0 0 14px;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
    break-inside: avoid;
    cursor: zoom-in;
    position: relative;
}

.neel-story-gallery-item:before {
    content: "\f00e";
    font-family: var(--icon-font);
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(17, 24, 39, 0.78);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    opacity: 0;
    transform: translateY(-6px);
    transition: 0.3s ease;
}

.neel-story-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center top;
    transition: 0.4s ease;
}

.neel-story-gallery-item:hover:before {
    opacity: 1;
    transform: translateY(0);
}

.neel-story-gallery-item:hover img {
    transform: scale(1.025);
}

/* Image only large preview */
.neel-story-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    padding: 34px;
    background: rgba(0, 0, 0, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.25s ease;
}

.neel-story-lightbox.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.neel-story-lightbox img {
    max-width: min(1100px, 96vw);
    max-height: 92vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.48);
    transform: scale(0.96);
    transition: 0.25s ease;
}

.neel-story-lightbox.active img {
    transform: scale(1);
}

.neel-story-lightbox-close {
    position: fixed;
    top: 18px;
    right: 22px;
    z-index: 100000;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #111827;
    font-size: 30px;
    line-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
    transition: 0.25s ease;
}

.neel-story-lightbox-close:hover {
    background: var(--theme-color);
    color: #ffffff;
}

body.neel-story-lightbox-open {
    overflow: hidden;
}

/* Responsive */
@media (max-width: 1299px) {
    .neel-story-page .container {
        max-width: 1080px;
    }

    .neel-story-gallery-grid {
        columns: 4 180px;
    }
}

@media (max-width: 1199px) {
    .neel-story-page .space {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .neel-story-hero {
        min-height: 510px;
    }

    .neel-story-content-card {
        max-width: 100%;
        padding-left: 0;
    }

    .neel-story-person-content,
    .neel-story-person-content-right {
        text-align: left;
        padding: 18px 4px;
    }

    .neel-story-person-content-right .neel-story-role {
        flex-direction: row;
    }

    .neel-story-person-content-right .neel-story-testimonial {
        border-left: 3px solid var(--theme-color);
        border-right: 0;
        border-radius: 0 10px 10px 0;
    }
}

@media (max-width: 991px) {
    .neel-story-page .space {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .neel-story-hero {
        min-height: 490px;
        padding: 82px 0 60px;
    }

    .neel-story-image-card {
        height: 320px;
    }

    .neel-story-director-card,
    .neel-story-leader-card {
        padding: 14px;
    }

    .neel-story-page .neel-story-person-img,
    .neel-story-owner-img {
        height: 330px !important;
    }

    .neel-story-page .neel-story-person-img img,
    .neel-story-owner-img img {
        max-height: 305px !important;
        height: 92%;
    }

    .neel-story-gallery-grid {
        columns: 3 170px;
        column-gap: 12px;
    }

    .neel-story-gallery-item {
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .neel-story-page .space {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .neel-story-hero {
        min-height: 460px;
        padding: 76px 0 54px;
    }

    .neel-story-hero-content h1 {
        font-size: 34px;
    }

    .neel-story-hero-content p {
        font-size: 14.5px;
        line-height: 1.65;
    }

    .neel-story-image-card {
        height: 270px;
        border-radius: 14px;
    }

    .neel-story-image-card img {
        border-radius: 14px;
    }

    .neel-story-page .neel-story-person-img,
    .neel-story-owner-img {
        height: 300px !important;
        border-radius: 14px;
    }

    .neel-story-page .neel-story-person-img img,
    .neel-story-owner-img img {
        max-height: 280px !important;
    }

    .neel-story-director-card,
    .neel-story-leader-card {
        border-radius: 18px;
    }

    .neel-story-gallery-grid {
        columns: 2 150px;
        column-gap: 10px;
    }

    .neel-story-gallery-item {
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .neel-story-lightbox {
        padding: 22px;
    }

    .neel-story-lightbox-close {
        top: 14px;
        right: 14px;
        width: 40px;
        height: 40px;
        font-size: 28px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .neel-story-page .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .neel-story-page .space {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .neel-story-hero {
        min-height: 440px;
    }

    .neel-story-hero-content h1 {
        font-size: 30px;
        letter-spacing: -0.02em;
    }

    .neel-story-image-card {
        height: 235px;
    }

    .neel-story-page .neel-story-person-img,
    .neel-story-owner-img {
        height: 275px !important;
    }

    .neel-story-page .neel-story-person-img img,
    .neel-story-owner-img img {
        max-height: 255px !important;
    }

    .neel-story-person-content h2 {
        font-size: 23px;
    }

    .neel-story-person-content p {
        font-size: 13.2px;
    }
}

@media (max-width: 420px) {
    .neel-story-gallery-grid {
        columns: 1;
    }
}






















/* ==========================================================
   Why Choose Us Page - Neel Infratech
   Scoped only for Why Choose Us page
   ========================================================== */

.neel-why-page {
    background: #ffffff;
    overflow: hidden;
}

.neel-why-page .container {
    max-width: 1180px;
}

.neel-why-page .space {
    padding-top: 76px;
    padding-bottom: 76px;
}

.neel-why-page .title-area {
    margin-bottom: 38px;
}

.neel-why-page .sec-title {
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.15;
    margin-bottom: 14px;
}

.neel-why-page .sub-title {
    font-size: 11px;
    letter-spacing: 0.13em;
    margin-bottom: 9px;
}

.neel-why-section-desc {
    max-width: 720px;
    color: #655f5f;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

/* Hero */
.neel-why-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 120px 0 90px;
    overflow: hidden;
    background: #111827;
}

.neel-why-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.neel-why-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 9, 20, 0.88) 0%, rgba(2, 9, 20, 0.70) 48%, rgba(2, 9, 20, 0.36) 100%);
}

.neel-why-hero .container {
    position: relative;
    z-index: 2;
}

.neel-why-hero-content {
    max-width: 760px;
}

.neel-why-kicker {
    font-size: 11px;
    padding: 7px 14px;
    margin-bottom: 18px;
    background: rgba(255, 65, 54, 0.18);
    border-color: rgba(255, 255, 255, 0.22);
}

.neel-why-hero-content h1 {
    max-width: 720px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin-bottom: 15px;
}

.neel-why-hero-subtitle {
    color: #ffffff !important;
    font-size: 24px !important;
    line-height: 1.35 !important;
    font-weight: 700;
    margin-bottom: 18px !important;
}

.neel-why-hero-content p {
    max-width: 660px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
}

.neel-why-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 32px;
}

.neel-why-hero-tags span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 9px 15px;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.neel-why-hero .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.neel-why-hero .th-btn.style3 {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.42);
}

.neel-why-hero .th-btn.style3:hover {
    border-color: var(--theme-color);
    background: var(--theme-color);
    color: #ffffff;
}

.neel-why-lead-card {
    max-width: 430px;
    margin-left: auto;
    padding: 34px 30px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.neel-why-lead-card h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.neel-why-lead-card p {
    color: #655f5f;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 22px;
}

.neel-why-lead-card .form-group {
    margin-bottom: 14px;
}

.neel-why-lead-card .form-control {
    height: 54px;
    border-radius: 14px;
    background: #f5f5f5;
    border: 1px solid rgba(17, 24, 39, 0.12);
}

/* Location Advantage */
.neel-why-location-sec {
    background: #ffffff;
}

.neel-why-side-img {
    max-width: 210px;
    margin: 0 auto;
}

.neel-why-side-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.neel-why-location-pills {
    max-width: 980px;
    margin: 44px auto 0;
    padding: 10px;
    background: #f1efee;
    border: 1px solid rgba(26, 26, 26, 0.07);
    border-radius: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.neel-why-location-pills span {
    min-height: 56px;
    padding: 14px 20px;
    border-radius: 14px;
    background: #ffffff;
    color: var(--title-color);
    font-size: 14px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

/* Growth */
.neel-why-growth-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%) !important;
}

.neel-why-growth-card {
    max-width: 1040px;
    margin: 0 auto;
    padding: 18px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.07);
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
}

.neel-why-growth-content {
    padding: 28px 18px 28px 24px;
}

.neel-why-growth-content span {
    display: inline-flex;
    color: var(--theme-color);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    margin-bottom: 12px;
}

.neel-why-growth-content h3 {
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.16;
    margin-bottom: 14px;
}

.neel-why-growth-content p {
    color: #655f5f;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

.neel-why-growth-img {
    height: 360px;
    overflow: hidden;
    border-radius: 20px;
    background: #f6f2f1;
}

.neel-why-growth-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.neel-why-mini-card {
    height: 100%;
    padding: 28px 24px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.07);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
    transition: 0.35s ease;
}

.neel-why-mini-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 65, 54, 0.22);
    box-shadow: 0 20px 46px rgba(17, 24, 39, 0.09);
}

.neel-why-mini-card i {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 65, 54, 0.10);
    color: var(--theme-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 18px;
}

.neel-why-mini-card h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

.neel-why-mini-card p {
    color: #655f5f;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Features */
.neel-why-features-sec {
    background: #ffffff;
}

.neel-why-feature-card {
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
    transition: 0.35s ease;
}

.neel-why-feature-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 52px rgba(17, 24, 39, 0.10);
}

.neel-why-feature-img {
    height: 175px;
    overflow: hidden;
    background: #f6f2f1;
}

.neel-why-feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.45s ease;
}

.neel-why-feature-card:hover .neel-why-feature-img img {
    transform: scale(1.06);
}

.neel-why-feature-content {
    padding: 22px 20px 24px;
}

.neel-why-feature-content h3 {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 9px;
}

.neel-why-feature-content p {
    color: #655f5f;
    font-size: 13.5px;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Investment */
.neel-why-invest-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%) !important;
}

.neel-why-invest-img {
    height: 430px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.09);
}

.neel-why-invest-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.neel-why-invest-content p {
    color: #655f5f;
    font-size: 15px;
    line-height: 1.75;
}

.neel-why-invest-list {
    margin-top: 26px;
    display: grid;
    gap: 14px;
}

.neel-why-invest-list div {
    position: relative;
    padding: 18px 18px 18px 68px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.07);
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.05);
}

.neel-why-invest-list span {
    position: absolute;
    left: 18px;
    top: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--theme-color);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
}

.neel-why-invest-list h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.neel-why-invest-list p {
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 0;
}

.neel-why-stats-row {
    margin-top: 42px;
    padding: 26px;
    border-radius: 24px;
    background: #111827;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.neel-why-stat {
    padding: 20px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    text-align: center;
}

.neel-why-stat strong {
    display: block;
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 8px;
}

.neel-why-stat span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.45;
}

/* Process */
.neel-why-process-sec {
    background: #ffffff;
}

.neel-why-process-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.neel-why-process-line:before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 41px;
    height: 2px;
    background: rgba(26, 26, 26, 0.12);
}

.neel-why-process-card {
    position: relative;
    z-index: 1;
    padding: 26px 20px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    text-align: center;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

.neel-why-process-card > span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--title-color);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 18px;
}

.neel-why-process-card i {
    display: block;
    color: var(--theme-color);
    font-size: 34px;
    margin-bottom: 18px;
}

.neel-why-process-card h3 {
    font-size: 19px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.neel-why-process-card p {
    color: #655f5f;
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Properties */
.neel-why-property-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%) !important;
}

.neel-why-property-card {
    height: 100%;
    overflow: hidden;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 16px 38px rgba(17, 24, 39, 0.07);
    transition: 0.35s ease;
}

.neel-why-property-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}

.neel-why-property-img {
    height: 230px;
    overflow: hidden;
    background: #f6f2f1;
}

.neel-why-property-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.45s ease;
}

.neel-why-property-card:hover .neel-why-property-img img {
    transform: scale(1.06);
}

.neel-why-property-content {
    padding: 24px 22px 26px;
}

.neel-why-property-content > span {
    display: inline-flex;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 8px;
}

.neel-why-property-content h3 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 9px;
}

.neel-why-property-content p {
    color: #655f5f;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 16px;
}

.neel-why-property-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.neel-why-property-tags span {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 65, 54, 0.08);
    color: #655f5f;
    font-size: 12px;
    font-weight: 700;
}

.neel-why-property-content a {
    color: var(--title-color);
    font-size: 14px;
    font-weight: 800;
}

.neel-why-property-content a:hover {
    color: var(--theme-color);
}

/* Video */
.neel-why-video-sec {
    background: #ffffff;
}

.neel-why-video-box {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #111827;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
}

.neel-why-video-box:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.neel-why-video-box iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Contact */
.neel-why-contact-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%);
}

.neel-why-contact-wrap {
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.09);
}

.neel-why-contact-left {
    position: relative;
    min-height: 560px;
    padding: 48px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.neel-why-contact-left:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(2, 9, 20, 0.88), rgba(2, 9, 20, 0.36));
}

.neel-why-contact-left > div {
    position: relative;
    z-index: 1;
}

.neel-why-contact-left span {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.neel-why-contact-left h2 {
    max-width: 420px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    margin-bottom: 14px;
}

.neel-why-contact-left p {
    max-width: 430px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    margin-bottom: 22px;
}

.neel-why-social {
    display: flex;
    gap: 12px;
}

.neel-why-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neel-why-social a:hover {
    background: var(--theme-color);
    color: #ffffff;
}

.neel-why-contact-form {
    min-height: 560px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neel-why-contact-form h3 {
    font-size: 32px;
    margin-bottom: 24px;
}

.neel-why-contact-form .form-group {
    margin-bottom: 18px;
}

.neel-why-contact-form label {
    display: block;
    color: var(--title-color);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.neel-why-contact-form .form-control {
    height: 54px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.26);
    background: transparent;
    padding-left: 0;
}

/* Responsive */
@media (max-width: 1199px) {
    .neel-why-page .space {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .neel-why-hero {
        min-height: auto;
        padding: 110px 0 76px;
    }

    .neel-why-lead-card {
        margin-left: 0;
    }

    .neel-why-process-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .neel-why-process-line:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .neel-why-page .space {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .neel-why-hero {
        padding: 96px 0 66px;
    }

    .neel-why-hero-content h1 {
        font-size: 42px;
    }

    .neel-why-growth-img,
    .neel-why-invest-img {
        height: 320px;
    }

    .neel-why-stats-row {
        grid-template-columns: 1fr;
    }

    .neel-why-contact-left,
    .neel-why-contact-form {
        min-height: auto;
        padding: 38px 30px;
    }
}

@media (max-width: 767px) {
    .neel-why-page .space {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .neel-why-hero {
        padding: 86px 0 58px;
    }

    .neel-why-hero-content h1 {
        font-size: 34px;
    }

    .neel-why-hero-subtitle {
        font-size: 19px !important;
    }

    .neel-why-hero-content p {
        font-size: 14.5px;
    }

    .neel-why-hero .btn-wrap .th-btn {
        width: 100%;
        justify-content: center;
    }

    .neel-why-lead-card {
        padding: 26px 22px;
        border-radius: 20px;
    }

    .neel-why-location-pills {
        margin-top: 30px;
        border-radius: 14px;
    }

    .neel-why-location-pills span {
        width: 100%;
        min-height: 48px;
        font-size: 13px;
    }

    .neel-why-growth-card {
        padding: 14px;
        border-radius: 20px;
    }

    .neel-why-growth-content {
        padding: 20px 4px;
    }

    .neel-why-feature-img,
    .neel-why-property-img {
        height: 210px;
    }

    .neel-why-process-line {
        grid-template-columns: 1fr;
    }

    .neel-why-contact-wrap {
        border-radius: 20px;
    }

    .neel-why-contact-left,
    .neel-why-contact-form {
        padding: 30px 22px;
    }

    .neel-why-contact-left h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .neel-why-page .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .neel-why-page .space {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .neel-why-hero-content h1 {
        font-size: 31px;
    }

    .neel-why-side-img {
        max-width: 150px;
    }

    .neel-why-growth-img,
    .neel-why-invest-img {
        height: 245px;
        border-radius: 16px;
    }

    .neel-why-feature-card,
    .neel-why-property-card,
    .neel-why-process-card,
    .neel-why-mini-card {
        border-radius: 16px;
    }

    .neel-why-stat strong {
        font-size: 32px;
    }
}











/* ==========================================================
   Our Properties Page - Neel Infratech
   Scoped only for Our Properties page
   ========================================================== */

.neel-properties-page {
    background: #ffffff;
    overflow: hidden;
}

.neel-properties-page .container {
    max-width: 1180px;
}

.neel-properties-page .space {
    padding-top: 76px;
    padding-bottom: 76px;
}

.neel-properties-page .title-area {
    margin-bottom: 38px;
}

.neel-properties-page .sec-title {
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.15;
    margin-bottom: 14px;
}

.neel-properties-page .sub-title {
    font-size: 11px;
    letter-spacing: 0.13em;
    margin-bottom: 9px;
}

.neel-properties-section-desc {
    max-width: 720px;
    color: #655f5f;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

/* Hero */
.neel-properties-hero {
    position: relative;
    min-height: 680px;
    padding: 126px 0 92px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.neel-properties-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 9, 20, 0.88) 0%, rgba(2, 9, 20, 0.68) 48%, rgba(2, 9, 20, 0.28) 100%);
}

.neel-properties-hero .container {
    position: relative;
    z-index: 2;
}

.neel-properties-hero-content {
    max-width: 820px;
}

.neel-properties-kicker {
    font-size: 11px;
    padding: 7px 14px;
    margin-bottom: 18px;
    background: rgba(255, 65, 54, 0.18);
    border-color: rgba(255, 255, 255, 0.22);
}

.neel-properties-hero-content h1 {
    max-width: 780px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin-bottom: 18px;
}

.neel-properties-hero-content p {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.76;
    margin-bottom: 0;
}

.neel-properties-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.neel-properties-hero .th-btn.style3 {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.42);
}

.neel-properties-hero .th-btn.style3:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #ffffff;
}

/* Intro Featured */
.neel-properties-intro-sec {
    background: #ffffff;
}

.neel-properties-featured-card {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 46px;
}

.neel-properties-main-card {
    position: relative;
    z-index: 2;
    width: min(900px, 100%);
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
}

.neel-properties-main-img {
    height: 100%;
    min-height: 430px;
    overflow: hidden;
    background: #f6f2f1;
}

.neel-properties-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.neel-properties-main-content {
    height: 100%;
    padding: 38px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neel-properties-main-content > span {
    display: inline-flex;
    width: fit-content;
    color: var(--theme-color);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.neel-properties-main-content h3 {
    font-size: 34px;
    line-height: 1.18;
    margin-bottom: 8px;
}

.neel-properties-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #655f5f;
    font-size: 14px;
    margin-bottom: 13px !important;
}

.neel-properties-main-content p {
    color: #655f5f;
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.neel-properties-side-card {
    position: absolute;
    top: 50%;
    width: 230px;
    height: 290px;
    transform: translateY(-50%);
    overflow: hidden;
    border-radius: 22px;
    opacity: 0.48;
    filter: saturate(0.9);
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
}

.neel-properties-side-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.neel-properties-side-card-left {
    left: 0;
}

.neel-properties-side-card-right {
    right: 0;
}

.neel-properties-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.neel-properties-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(255, 65, 54, 0.08);
    color: #655f5f;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.neel-properties-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.neel-properties-actions .th-btn {
    min-width: auto;
    padding: 15px 22px;
    font-size: 13px;
}

/* Ongoing */
.neel-properties-ongoing-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%) !important;
}

.neel-properties-card {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 16px 38px rgba(17, 24, 39, 0.07);
    transition: 0.35s ease;
}

.neel-properties-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}

.neel-properties-card-img {
    position: relative;
    height: 260px;
    overflow: hidden;
    background: #f6f2f1;
}

.neel-properties-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.45s ease;
}

.neel-properties-card:hover .neel-properties-card-img img {
    transform: scale(1.06);
}

.neel-properties-card-img span {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 2;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--theme-color);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.10);
}

.neel-properties-card-content {
    padding: 24px 22px 26px;
}

.neel-properties-card-content h3 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 13px;
}

.neel-properties-meta {
    display: grid;
    gap: 7px;
    margin-bottom: 14px;
}

.neel-properties-meta span {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    color: #655f5f;
    font-size: 13px;
    line-height: 1.45;
}

.neel-properties-meta i {
    color: var(--theme-color);
    margin-top: 3px;
}

.neel-properties-card-content p {
    color: #655f5f;
    font-size: 13.5px;
    line-height: 1.65;
    margin-bottom: 16px;
}

/* Completed */
.neel-properties-completed-sec {
    background: #ffffff;
}

.neel-properties-completed-card {
    height: 100%;
    padding: 12px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
    transition: 0.35s ease;
}

.neel-properties-completed-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 52px rgba(17, 24, 39, 0.10);
}

.neel-properties-completed-img {
    height: 260px;
    border-radius: 18px;
    overflow: hidden;
    background: #f6f2f1;
    border: 1px solid rgba(26, 26, 26, 0.08);
}

.neel-properties-completed-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.45s ease;
}

.neel-properties-completed-card:hover .neel-properties-completed-img img {
    transform: scale(1.05);
}

.neel-properties-completed-content {
    padding: 20px 10px 8px;
    text-align: center;
}

.neel-properties-completed-content h3 {
    font-size: 22px;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.neel-properties-completed-content p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #655f5f;
    font-size: 14px;
    margin-bottom: 0;
}

.neel-properties-completed-content i {
    color: var(--theme-color);
}

.neel-properties-stats-row {
    margin-top: 46px;
    padding: 26px;
    border-radius: 24px;
    background: #111827;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.neel-properties-stat {
    padding: 22px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    text-align: center;
}

.neel-properties-stat strong {
    display: block;
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 8px;
}

.neel-properties-stat span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.45;
}

/* Contact */
.neel-properties-contact-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%) !important;
}

.neel-properties-contact-wrap {
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.09);
}

.neel-properties-contact-left {
    position: relative;
    min-height: 560px;
    padding: 48px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.neel-properties-contact-left:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(2, 9, 20, 0.88), rgba(2, 9, 20, 0.36));
}

.neel-properties-contact-left > div {
    position: relative;
    z-index: 1;
}

.neel-properties-contact-left span {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.neel-properties-contact-left h2 {
    max-width: 440px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    margin-bottom: 14px;
}

.neel-properties-contact-left p {
    max-width: 430px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    margin-bottom: 22px;
}

.neel-properties-social {
    display: flex;
    gap: 12px;
}

.neel-properties-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neel-properties-social a:hover {
    background: var(--theme-color);
    color: #ffffff;
}

.neel-properties-contact-form {
    min-height: 560px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neel-properties-contact-form h3 {
    font-size: 32px;
    margin-bottom: 24px;
}

.neel-properties-contact-form .form-group {
    margin-bottom: 18px;
}

.neel-properties-contact-form label {
    display: block;
    color: var(--title-color);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.neel-properties-contact-form .form-control {
    height: 54px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.26);
    background: transparent;
    padding-left: 0;
}

/* Responsive */
@media (max-width: 1299px) {
    .neel-properties-page .container {
        max-width: 1080px;
    }

    .neel-properties-side-card {
        width: 200px;
        height: 260px;
    }
}

@media (max-width: 1199px) {
    .neel-properties-page .space {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .neel-properties-hero {
        min-height: 620px;
        padding: 112px 0 78px;
    }

    .neel-properties-featured-card {
        min-height: auto;
    }

    .neel-properties-side-card {
        display: none;
    }
}

@media (max-width: 991px) {
    .neel-properties-page .space {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .neel-properties-hero {
        min-height: 560px;
        padding: 96px 0 66px;
    }

    .neel-properties-hero-content h1 {
        font-size: 42px;
    }

    .neel-properties-main-img {
        min-height: 320px;
    }

    .neel-properties-main-content {
        padding: 30px 24px;
    }

    .neel-properties-stats-row {
        grid-template-columns: 1fr;
    }

    .neel-properties-contact-left,
    .neel-properties-contact-form {
        min-height: auto;
        padding: 38px 30px;
    }
}

@media (max-width: 767px) {
    .neel-properties-page .space {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .neel-properties-hero {
        min-height: 520px;
        padding: 86px 0 58px;
    }

    .neel-properties-hero-content h1 {
        font-size: 34px;
    }

    .neel-properties-hero-content p {
        font-size: 14.5px;
    }

    .neel-properties-hero-btns .th-btn {
        width: 100%;
        justify-content: center;
    }

    .neel-properties-featured-card {
        margin-top: 34px;
    }

    .neel-properties-main-card,
    .neel-properties-card,
    .neel-properties-completed-card,
    .neel-properties-contact-wrap {
        border-radius: 18px;
    }

    .neel-properties-main-img {
        min-height: 260px;
    }

    .neel-properties-card-img,
    .neel-properties-completed-img {
        height: 230px;
    }

    .neel-properties-actions .th-btn {
        width: 100%;
        justify-content: center;
    }

    .neel-properties-contact-left,
    .neel-properties-contact-form {
        padding: 30px 22px;
    }

    .neel-properties-contact-left h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .neel-properties-page .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .neel-properties-page .space {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .neel-properties-hero-content h1 {
        font-size: 31px;
    }

    .neel-properties-card-img,
    .neel-properties-completed-img {
        height: 210px;
    }

    .neel-properties-main-content h3 {
        font-size: 28px;
    }

    .neel-properties-stat strong {
        font-size: 32px;
    }
}






/* ==========================================================
   Our Properties Page - Ongoing + Completed Projects Final Fix
   Scoped only for Our Properties page
   ========================================================== */

.neel-properties-page .neel-properties-ongoing-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%) !important;
}

.neel-properties-project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    max-width: 1120px;
    margin: 0 auto;
}

.neel-properties-project-box {
    height: 100%;
    display: grid;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.08);
    transition: 0.35s ease;
}

.neel-properties-project-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 64px rgba(17, 24, 39, 0.13);
}

.neel-properties-project-img {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    background: #f6f2f1;
}

.neel-properties-project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: 0.5s ease;
}

.neel-properties-project-box:hover .neel-properties-project-img img {
    transform: scale(1.055);
}

.neel-properties-project-img span {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 2;
    padding: 7px 13px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--theme-color);
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.10);
}

.neel-properties-project-content {
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neel-properties-project-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.neel-properties-project-head h3 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 7px;
}

.neel-properties-project-head p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #655f5f;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
}

.neel-properties-project-head p i {
    color: var(--theme-color);
}

.neel-properties-project-head strong {
    min-width: max-content;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 65, 54, 0.08);
    color: var(--theme-color);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.neel-properties-project-text {
    color: #655f5f;
    font-size: 14px;
    line-height: 1.68;
    margin-bottom: 16px;
}

.neel-properties-project-box .neel-properties-tags {
    gap: 7px;
    margin-bottom: 0;
}

.neel-properties-project-box .neel-properties-tags span {
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f6f2f1;
    color: #5e5656;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 700;
}

.neel-properties-project-box .neel-properties-actions {
    margin-top: 20px;
    gap: 10px;
}

.neel-properties-project-box .neel-properties-actions .th-btn {
    min-width: auto;
    min-height: 42px;
    padding: 12px 18px;
    font-size: 12px;
}

/* Hide old card styling impact if old classes are still present anywhere */
.neel-properties-page .neel-properties-card {
    border-radius: 24px;
}

/* Completed projects improved layout */
.neel-properties-completed-sec {
    background: #ffffff;
    position: relative;
}

.neel-properties-completed-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    max-width: 1060px;
    margin: 0 auto;
}

.neel-properties-completed-card {
    height: 100%;
    padding: 14px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 14px 36px rgba(17, 24, 39, 0.07);
    transition: 0.35s ease;
}

.neel-properties-completed-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 58px rgba(17, 24, 39, 0.12);
}

.neel-properties-completed-img {
    height: 205px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, #fbf8f7 0%, #f4f0ef 100%);
    border: 1px solid rgba(26, 26, 26, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.neel-properties-completed-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: 0.4s ease;
}

.neel-properties-completed-card:hover .neel-properties-completed-img img {
    transform: scale(1.045);
}

.neel-properties-completed-content {
    padding: 20px 8px 8px;
    text-align: center;
}

.neel-properties-completed-content span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 11px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(255, 65, 54, 0.08);
    color: var(--theme-color);
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.neel-properties-completed-content h3 {
    font-size: 20px;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.neel-properties-completed-content p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #655f5f;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 0;
}

.neel-properties-completed-content i {
    color: var(--theme-color);
}

.neel-properties-stats-row {
    max-width: 1060px;
    margin: 44px auto 0;
    padding: 24px;
    border-radius: 24px;
    background: #111827;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.neel-properties-stat {
    padding: 22px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.065);
    text-align: center;
}

.neel-properties-stat strong {
    display: block;
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 8px;
}

.neel-properties-stat span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.45;
}

/* Responsive */
@media (max-width: 1199px) {
    .neel-properties-project-grid {
        grid-template-columns: 1fr;
        max-width: 820px;
    }

    .neel-properties-project-box {
        grid-template-columns: 40% 60%;
    }

    .neel-properties-completed-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 760px;
    }
}

@media (max-width: 767px) {
    .neel-properties-project-box {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .neel-properties-project-img {
        min-height: 260px;
    }

    .neel-properties-project-content {
        padding: 24px 20px;
    }

    .neel-properties-project-head {
        flex-direction: column;
        gap: 10px;
    }

    .neel-properties-project-box .neel-properties-actions .th-btn {
        width: 100%;
        justify-content: center;
    }

    .neel-properties-completed-grid {
        grid-template-columns: 1fr;
        max-width: 430px;
    }

    .neel-properties-completed-img {
        height: 220px;
    }

    .neel-properties-stats-row {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }
}

@media (max-width: 575px) {
    .neel-properties-project-img {
        min-height: 235px;
    }

    .neel-properties-project-content {
        padding: 22px 18px;
    }

    .neel-properties-project-head h3 {
        font-size: 22px;
    }

    .neel-properties-completed-img {
        height: 200px;
    }

    .neel-properties-stat strong {
        font-size: 32px;
    }
}




/* ==========================================================
   Our Properties Page - Ongoing Projects Card Look V2
   Image full visible and professional card layout
   ========================================================== */

.neel-properties-project-grid-v2 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    max-width: 1180px;
    margin: 0 auto;
}

.neel-properties-project-card-v2 {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.08);
    transition: 0.35s ease;
}

.neel-properties-project-card-v2:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 64px rgba(17, 24, 39, 0.13);
}

.neel-properties-project-img-v2 {
    position: relative;
    height: 255px;
    overflow: hidden;
    background: linear-gradient(180deg, #fbf8f7 0%, #f4f0ef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.neel-properties-project-img-v2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    padding: 0;
    transition: 0.45s ease;
}

.neel-properties-project-card-v2:hover .neel-properties-project-img-v2 img {
    transform: scale(1.035);
}

.neel-properties-project-img-v2 span {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 2;
    padding: 7px 13px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--theme-color);
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.10);
}

.neel-properties-project-content-v2 {
    padding: 24px 22px 26px;
}

.neel-properties-project-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.neel-properties-project-title-row h3 {
    font-size: 24px;
    line-height: 1.18;
    margin-bottom: 7px;
}

.neel-properties-project-title-row p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #655f5f;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 0;
}

.neel-properties-project-title-row p i {
    color: var(--theme-color);
}

.neel-properties-project-title-row strong {
    min-width: max-content;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 65, 54, 0.08);
    color: var(--theme-color);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.neel-properties-project-card-v2 .neel-properties-project-text {
    color: #655f5f;
    font-size: 13.5px;
    line-height: 1.65;
    margin-bottom: 16px;
}

.neel-properties-project-card-v2 .neel-properties-tags {
    gap: 7px;
}

.neel-properties-project-card-v2 .neel-properties-tags span {
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f6f2f1;
    color: #5e5656;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 700;
}

.neel-properties-project-card-v2 .neel-properties-actions {
    margin-top: 20px;
    gap: 10px;
}

.neel-properties-project-card-v2 .neel-properties-actions .th-btn {
    min-width: auto;
    min-height: 42px;
    padding: 12px 17px;
    font-size: 12px;
}

@media (max-width: 1299px) {
    .neel-properties-project-grid-v2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 900px;
    }

    .neel-properties-project-img-v2 {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .neel-properties-project-grid-v2 {
        grid-template-columns: 1fr;
        max-width: 430px;
    }

    .neel-properties-project-card-v2 {
        border-radius: 18px;
    }

    .neel-properties-project-img-v2 {
        height: 260px;
    }

    .neel-properties-project-content-v2 {
        padding: 22px 18px;
    }

    .neel-properties-project-title-row {
        flex-direction: column;
        gap: 9px;
    }

    .neel-properties-project-card-v2 .neel-properties-actions .th-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .neel-properties-project-img-v2 {
        height: 235px;
    }

    .neel-properties-project-title-row h3 {
        font-size: 22px;
    }
}










/* ==========================================================
   Our Properties Page - Ongoing Projects Card Look V2
   2 items per row
   ========================================================== */

.neel-properties-project-grid-v2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    max-width: 1100px;
    margin: 0 auto;
}

.neel-properties-project-card-v2 {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.08);
    transition: 0.35s ease;
}

.neel-properties-project-card-v2:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 64px rgba(17, 24, 39, 0.13);
}

.neel-properties-project-img-v2 {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: linear-gradient(180deg, #fbf8f7 0%, #f4f0ef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.neel-properties-project-img-v2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: 0.45s ease;
}

.neel-properties-project-card-v2:hover .neel-properties-project-img-v2 img {
    transform: scale(1.035);
}

.neel-properties-project-img-v2 span {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 2;
    padding: 7px 13px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--theme-color);
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.10);
}

.neel-properties-project-content-v2 {
    padding: 24px 22px 26px;
}

.neel-properties-project-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.neel-properties-project-title-row h3 {
    font-size: 24px;
    line-height: 1.18;
    margin-bottom: 7px;
}

.neel-properties-project-title-row p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #655f5f;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 0;
}

.neel-properties-project-title-row p i {
    color: var(--theme-color);
}

.neel-properties-project-title-row strong {
    min-width: max-content;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 65, 54, 0.08);
    color: var(--theme-color);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.neel-properties-project-card-v2 .neel-properties-project-text {
    color: #655f5f;
    font-size: 13.5px;
    line-height: 1.65;
    margin-bottom: 16px;
}

.neel-properties-project-card-v2 .neel-properties-tags {
    gap: 7px;
}

.neel-properties-project-card-v2 .neel-properties-tags span {
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f6f2f1;
    color: #5e5656;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 700;
}

.neel-properties-project-card-v2 .neel-properties-actions {
    margin-top: 20px;
    gap: 10px;
}

.neel-properties-project-card-v2 .neel-properties-actions .th-btn {
    min-width: auto;
    min-height: 42px;
    padding: 12px 17px;
    font-size: 12px;
}

/* Responsive */
@media (max-width: 991px) {
    .neel-properties-project-grid-v2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .neel-properties-project-img-v2 {
        height: 250px;
    }

    .neel-properties-project-content-v2 {
        padding: 20px 18px 22px;
    }

    .neel-properties-project-title-row {
        flex-direction: column;
        gap: 9px;
    }

    .neel-properties-project-title-row h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .neel-properties-project-grid-v2 {
        grid-template-columns: 1fr;
        max-width: 430px;
    }

    .neel-properties-project-card-v2 {
        border-radius: 18px;
    }

    .neel-properties-project-img-v2 {
        height: 260px;
    }

    .neel-properties-project-content-v2 {
        padding: 22px 18px;
    }

    .neel-properties-project-card-v2 .neel-properties-actions .th-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .neel-properties-project-img-v2 {
        height: 235px;
    }

    .neel-properties-project-title-row h3 {
        font-size: 21px;
    }
}















/* ==========================================================
   Vrindavan Park Page - Neel Infratech
   Scoped only for Vrindavan Park page
   ========================================================== */

.neel-vrindavan-page {
    background: #ffffff;
    overflow: hidden;
}

.neel-vrindavan-page .container {
    max-width: 1180px;
}

.neel-vrindavan-page .space {
    padding-top: 76px;
    padding-bottom: 76px;
}

.neel-vrindavan-page .title-area {
    margin-bottom: 38px;
}

.neel-vrindavan-page .sec-title {
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.15;
    margin-bottom: 14px;
}

.neel-vrindavan-page .sub-title {
    font-size: 11px;
    letter-spacing: 0.13em;
    margin-bottom: 9px;
}

.neel-vrindavan-section-desc {
    max-width: 720px;
    color: #655f5f;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

/* Hero */
.neel-vrindavan-hero {
    position: relative;
    min-height: 680px;
    padding: 126px 0 92px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.neel-vrindavan-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 9, 20, 0.88) 0%, rgba(2, 9, 20, 0.70) 48%, rgba(2, 9, 20, 0.28) 100%);
}

.neel-vrindavan-hero .container {
    position: relative;
    z-index: 2;
}

.neel-vrindavan-hero-content {
    max-width: 780px;
}

.neel-vrindavan-kicker {
    font-size: 11px;
    padding: 7px 14px;
    margin-bottom: 18px;
    background: rgba(255, 65, 54, 0.18);
    border-color: rgba(255, 255, 255, 0.22);
}

.neel-vrindavan-hero-content h1 {
    max-width: 760px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin-bottom: 18px;
}

.neel-vrindavan-hero-content p {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.76;
    margin-bottom: 0;
}

.neel-vrindavan-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 32px;
}

.neel-vrindavan-hero-tags span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 9px 15px;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.neel-vrindavan-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.neel-vrindavan-hero .th-btn.style3 {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.42);
}

.neel-vrindavan-hero .th-btn.style3:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #ffffff;
}

/* Overview */
.neel-vrindavan-overview-sec {
    background: #ffffff;
}

.neel-vrindavan-map-card {
    height: 560px;
    overflow: hidden;
    border-radius: 26px;
    background: #f6f2f1;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}

.neel-vrindavan-map-card iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.neel-vrindavan-overview-content {
    padding-left: 18px;
}

.neel-vrindavan-connect-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.neel-vrindavan-connect-card {
    min-height: 155px;
    padding: 22px 20px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.055);
    transition: 0.35s ease;
}

.neel-vrindavan-connect-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 65, 54, 0.22);
    box-shadow: 0 20px 46px rgba(17, 24, 39, 0.09);
}

.neel-vrindavan-connect-card strong {
    display: inline-block;
    color: var(--title-color);
    font-size: 42px;
    line-height: 1;
    margin-right: 4px;
}

.neel-vrindavan-connect-card span {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.neel-vrindavan-connect-card p {
    color: #655f5f;
    font-size: 13.5px;
    line-height: 1.6;
    margin: 12px 0 0;
}

/* Amenities */
.neel-vrindavan-amenities-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%) !important;
}

.neel-vrindavan-amenity-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.neel-vrindavan-amenity-card {
    height: 100%;
    padding: 34px 24px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    text-align: center;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
    transition: 0.35s ease;
}

.neel-vrindavan-amenity-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}

.neel-vrindavan-amenity-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 22px;
    border-radius: 20px;
    background: rgba(255, 65, 54, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
}

.neel-vrindavan-amenity-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.neel-vrindavan-amenity-card h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.neel-vrindavan-amenity-card p {
    color: #655f5f;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Gallery */
.neel-vrindavan-gallery-sec {
    background: #ffffff;
}

.neel-vrindavan-gallery-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    grid-template-rows: 270px 270px;
    gap: 24px;
}

.neel-vrindavan-video-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #111827;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.10);
}

.neel-vrindavan-video-card-large {
    grid-row: 1 / 3;
}

.neel-vrindavan-video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.45s ease;
}

.neel-vrindavan-video-card:hover video {
    transform: scale(1.04);
}

.neel-vrindavan-video-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.02) 38%, rgba(0,0,0,0.68) 100%);
    pointer-events: none;
}

.neel-vrindavan-video-overlay {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px;
    z-index: 2;
}

.neel-vrindavan-video-overlay span {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 7px;
}

.neel-vrindavan-video-overlay h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.25;
    margin: 0;
}

.neel-vrindavan-gallery-info-card {
    padding: 30px 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #111827 0%, #1b1b1b 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.10);
}

.neel-vrindavan-gallery-info-card h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.neel-vrindavan-gallery-info-card p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 0;
}

/* Similar Properties */
.neel-vrindavan-similar-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%) !important;
}

.neel-vrindavan-property-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    max-width: 980px;
    margin: 0 auto;
}

.neel-vrindavan-property-card {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.08);
    transition: 0.35s ease;
}

.neel-vrindavan-property-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 64px rgba(17, 24, 39, 0.13);
}

.neel-vrindavan-property-img {
    height: 310px;
    overflow: hidden;
    background: linear-gradient(180deg, #fbf8f7 0%, #f4f0ef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.neel-vrindavan-property-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: 0.45s ease;
}

.neel-vrindavan-property-card:hover .neel-vrindavan-property-img img {
    transform: scale(1.035);
}

.neel-vrindavan-property-content {
    padding: 26px 24px 28px;
}

.neel-vrindavan-property-content > span {
    display: inline-flex;
    color: var(--theme-color);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.neel-vrindavan-property-content h3 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.neel-vrindavan-property-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.neel-vrindavan-property-meta p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #655f5f;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 0;
}

.neel-vrindavan-property-meta i {
    color: var(--theme-color);
}

.neel-vrindavan-property-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.neel-vrindavan-property-actions .th-btn {
    min-width: auto;
    min-height: 42px;
    padding: 12px 18px;
    font-size: 12px;
}

/* Contact */
.neel-vrindavan-contact-sec {
    background: #ffffff;
}

.neel-vrindavan-contact-wrap {
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.09);
}

.neel-vrindavan-contact-left {
    position: relative;
    min-height: 560px;
    padding: 48px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.neel-vrindavan-contact-left:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(2, 9, 20, 0.88), rgba(2, 9, 20, 0.36));
}

.neel-vrindavan-contact-left > div {
    position: relative;
    z-index: 1;
}

.neel-vrindavan-contact-left span {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.neel-vrindavan-contact-left h2 {
    max-width: 440px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    margin-bottom: 14px;
}

.neel-vrindavan-contact-left p {
    max-width: 430px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    margin-bottom: 22px;
}

.neel-vrindavan-social {
    display: flex;
    gap: 12px;
}

.neel-vrindavan-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neel-vrindavan-social a:hover {
    background: var(--theme-color);
    color: #ffffff;
}

.neel-vrindavan-contact-form {
    min-height: 560px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neel-vrindavan-contact-form h3 {
    font-size: 32px;
    margin-bottom: 24px;
}

.neel-vrindavan-contact-form .form-group {
    margin-bottom: 18px;
}

.neel-vrindavan-contact-form label {
    display: block;
    color: var(--title-color);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.neel-vrindavan-contact-form .form-control {
    height: 54px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.26);
    background: transparent;
    padding-left: 0;
}

.neel-vrindavan-phone-field {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(26, 26, 26, 0.26);
}

.neel-vrindavan-phone-field span {
    min-width: 44px;
    color: var(--title-color);
    font-weight: 700;
}

.neel-vrindavan-phone-field .form-control {
    border-bottom: 0;
}

/* Responsive */
@media (max-width: 1199px) {
    .neel-vrindavan-page .space {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .neel-vrindavan-hero {
        min-height: 620px;
        padding: 112px 0 78px;
    }

    .neel-vrindavan-amenity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .neel-vrindavan-gallery-layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .neel-vrindavan-video-card,
    .neel-vrindavan-video-card-large {
        height: 420px;
        grid-row: auto;
    }
}

@media (max-width: 991px) {
    .neel-vrindavan-page .space {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .neel-vrindavan-hero {
        min-height: 560px;
        padding: 96px 0 66px;
    }

    .neel-vrindavan-hero-content h1 {
        font-size: 42px;
    }

    .neel-vrindavan-map-card {
        height: 420px;
    }

    .neel-vrindavan-overview-content {
        padding-left: 0;
    }

    .neel-vrindavan-property-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .neel-vrindavan-contact-left,
    .neel-vrindavan-contact-form {
        min-height: auto;
        padding: 38px 30px;
    }
}

@media (max-width: 767px) {
    .neel-vrindavan-page .space {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .neel-vrindavan-hero {
        min-height: 520px;
        padding: 86px 0 58px;
    }

    .neel-vrindavan-hero-content h1 {
        font-size: 34px;
    }

    .neel-vrindavan-hero-content p {
        font-size: 14.5px;
    }

    .neel-vrindavan-hero-actions .th-btn {
        width: 100%;
        justify-content: center;
    }

    .neel-vrindavan-connect-grid {
        grid-template-columns: 1fr;
    }

    .neel-vrindavan-amenity-grid {
        grid-template-columns: 1fr;
    }

    .neel-vrindavan-video-card,
    .neel-vrindavan-video-card-large {
        height: 300px;
        border-radius: 18px;
    }

    .neel-vrindavan-gallery-info-card,
    .neel-vrindavan-property-card,
    .neel-vrindavan-contact-wrap {
        border-radius: 18px;
    }

    .neel-vrindavan-property-img {
        height: 250px;
    }

    .neel-vrindavan-property-actions .th-btn {
        width: 100%;
        justify-content: center;
    }

    .neel-vrindavan-contact-left,
    .neel-vrindavan-contact-form {
        padding: 30px 22px;
    }

    .neel-vrindavan-contact-left h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .neel-vrindavan-page .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .neel-vrindavan-page .space {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .neel-vrindavan-hero-content h1 {
        font-size: 31px;
    }

    .neel-vrindavan-map-card {
        height: 320px;
        border-radius: 18px;
    }

    .neel-vrindavan-video-card,
    .neel-vrindavan-video-card-large {
        height: 250px;
    }

    .neel-vrindavan-property-img {
        height: 220px;
    }
}














/* ==========================================================
   Silver Star Page - Neel Infratech
   Scoped only for Silver Star page
   ========================================================== */

.neel-silverstar-page {
    background: #ffffff;
    overflow: hidden;
}

.neel-silverstar-page .container {
    max-width: 1180px;
}

.neel-silverstar-page .space {
    padding-top: 76px;
    padding-bottom: 76px;
}

.neel-silverstar-page .title-area {
    margin-bottom: 38px;
}

.neel-silverstar-page .sec-title {
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.15;
    margin-bottom: 14px;
}

.neel-silverstar-page .sub-title {
    font-size: 11px;
    letter-spacing: 0.13em;
    margin-bottom: 9px;
}

.neel-silverstar-section-desc {
    max-width: 720px;
    color: #655f5f;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

/* Hero */
.neel-silverstar-hero {
    position: relative;
    min-height: 680px;
    padding: 126px 0 92px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.neel-silverstar-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 9, 20, 0.88) 0%, rgba(2, 9, 20, 0.70) 48%, rgba(2, 9, 20, 0.28) 100%);
}

.neel-silverstar-hero .container {
    position: relative;
    z-index: 2;
}

.neel-silverstar-hero-content {
    max-width: 780px;
}

.neel-silverstar-kicker {
    font-size: 11px;
    padding: 7px 14px;
    margin-bottom: 18px;
    background: rgba(255, 65, 54, 0.18);
    border-color: rgba(255, 255, 255, 0.22);
}

.neel-silverstar-hero-content h1 {
    max-width: 760px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin-bottom: 18px;
}

.neel-silverstar-hero-content p {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.76;
    margin-bottom: 0;
}

.neel-silverstar-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 32px;
}

.neel-silverstar-hero-tags span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 9px 15px;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.neel-silverstar-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.neel-silverstar-hero .th-btn.style3 {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.42);
}

.neel-silverstar-hero .th-btn.style3:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #ffffff;
}

/* Overview */
.neel-silverstar-overview-sec {
    background: #ffffff;
}

.neel-silverstar-map-card {
    height: 560px;
    overflow: hidden;
    border-radius: 26px;
    background: #f6f2f1;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}

.neel-silverstar-map-card iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.neel-silverstar-overview-content {
    padding-left: 18px;
}

.neel-silverstar-connect-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.neel-silverstar-connect-card {
    min-height: 155px;
    padding: 22px 20px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.055);
    transition: 0.35s ease;
}

.neel-silverstar-connect-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 65, 54, 0.22);
    box-shadow: 0 20px 46px rgba(17, 24, 39, 0.09);
}

.neel-silverstar-connect-card strong {
    display: inline-block;
    color: var(--title-color);
    font-size: 42px;
    line-height: 1;
    margin-right: 4px;
}

.neel-silverstar-connect-card span {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.neel-silverstar-connect-card p {
    color: #655f5f;
    font-size: 13.5px;
    line-height: 1.6;
    margin: 12px 0 0;
}

.neel-silverstar-connect-card-wide {
    grid-column: 1 / -1;
    min-height: auto;
}

/* Amenities */
.neel-silverstar-amenities-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%) !important;
}

.neel-silverstar-amenity-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.neel-silverstar-amenity-card {
    height: 100%;
    padding: 34px 24px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    text-align: center;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
    transition: 0.35s ease;
}

.neel-silverstar-amenity-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}

.neel-silverstar-amenity-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 22px;
    border-radius: 20px;
    background: rgba(255, 65, 54, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
}

.neel-silverstar-amenity-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.neel-silverstar-amenity-card h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.neel-silverstar-amenity-card p {
    color: #655f5f;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Gallery */
.neel-silverstar-gallery-sec {
    background: #ffffff;
}

.neel-silverstar-gallery-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    grid-template-rows: 270px 270px;
    gap: 24px;
}

.neel-silverstar-video-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #111827;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.10);
}

.neel-silverstar-video-card-large {
    grid-row: 1 / 3;
}

.neel-silverstar-video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.45s ease;
}

.neel-silverstar-video-card:hover video {
    transform: scale(1.04);
}

.neel-silverstar-video-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.02) 38%, rgba(0,0,0,0.68) 100%);
    pointer-events: none;
}

.neel-silverstar-video-overlay {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px;
    z-index: 2;
}

.neel-silverstar-video-overlay span {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 7px;
}

.neel-silverstar-video-overlay h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.25;
    margin: 0;
}

.neel-silverstar-gallery-info-card {
    padding: 30px 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #111827 0%, #1b1b1b 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.10);
}

.neel-silverstar-gallery-info-card h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.neel-silverstar-gallery-info-card p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 0;
}

/* Similar Properties */
.neel-silverstar-similar-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%) !important;
}

.neel-silverstar-property-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    max-width: 980px;
    margin: 0 auto;
}

.neel-silverstar-property-card {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.08);
    transition: 0.35s ease;
}

.neel-silverstar-property-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 64px rgba(17, 24, 39, 0.13);
}

.neel-silverstar-property-img {
    height: 310px;
    overflow: hidden;
    background: linear-gradient(180deg, #fbf8f7 0%, #f4f0ef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.neel-silverstar-property-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: 0.45s ease;
}

.neel-silverstar-property-card:hover .neel-silverstar-property-img img {
    transform: scale(1.035);
}

.neel-silverstar-property-content {
    padding: 26px 24px 28px;
}

.neel-silverstar-property-content > span {
    display: inline-flex;
    color: var(--theme-color);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.neel-silverstar-property-content h3 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.neel-silverstar-property-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.neel-silverstar-property-meta p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #655f5f;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 0;
}

.neel-silverstar-property-meta i {
    color: var(--theme-color);
}

.neel-silverstar-property-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.neel-silverstar-property-actions .th-btn {
    min-width: auto;
    min-height: 42px;
    padding: 12px 18px;
    font-size: 12px;
}

/* Contact */
.neel-silverstar-contact-sec {
    background: #ffffff;
}

.neel-silverstar-contact-wrap {
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.09);
}

.neel-silverstar-contact-left {
    position: relative;
    min-height: 560px;
    padding: 48px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.neel-silverstar-contact-left:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(2, 9, 20, 0.88), rgba(2, 9, 20, 0.36));
}

.neel-silverstar-contact-left > div {
    position: relative;
    z-index: 1;
}

.neel-silverstar-contact-left span {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.neel-silverstar-contact-left h2 {
    max-width: 440px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    margin-bottom: 14px;
}

.neel-silverstar-contact-left p {
    max-width: 430px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    margin-bottom: 22px;
}

.neel-silverstar-social {
    display: flex;
    gap: 12px;
}

.neel-silverstar-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neel-silverstar-social a:hover {
    background: var(--theme-color);
    color: #ffffff;
}

.neel-silverstar-contact-form {
    min-height: 560px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neel-silverstar-contact-form h3 {
    font-size: 32px;
    margin-bottom: 24px;
}

.neel-silverstar-contact-form .form-group {
    margin-bottom: 18px;
}

.neel-silverstar-contact-form label {
    display: block;
    color: var(--title-color);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.neel-silverstar-contact-form .form-control {
    height: 54px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.26);
    background: transparent;
    padding-left: 0;
}

.neel-silverstar-phone-field {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(26, 26, 26, 0.26);
}

.neel-silverstar-phone-field span {
    min-width: 44px;
    color: var(--title-color);
    font-weight: 700;
}

.neel-silverstar-phone-field .form-control {
    border-bottom: 0;
}

/* Responsive */
@media (max-width: 1199px) {
    .neel-silverstar-page .space {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .neel-silverstar-hero {
        min-height: 620px;
        padding: 112px 0 78px;
    }

    .neel-silverstar-amenity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .neel-silverstar-gallery-layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .neel-silverstar-video-card,
    .neel-silverstar-video-card-large {
        height: 420px;
        grid-row: auto;
    }
}

@media (max-width: 991px) {
    .neel-silverstar-page .space {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .neel-silverstar-hero {
        min-height: 560px;
        padding: 96px 0 66px;
    }

    .neel-silverstar-hero-content h1 {
        font-size: 42px;
    }

    .neel-silverstar-map-card {
        height: 420px;
    }

    .neel-silverstar-overview-content {
        padding-left: 0;
    }

    .neel-silverstar-property-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .neel-silverstar-contact-left,
    .neel-silverstar-contact-form {
        min-height: auto;
        padding: 38px 30px;
    }
}

@media (max-width: 767px) {
    .neel-silverstar-page .space {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .neel-silverstar-hero {
        min-height: 520px;
        padding: 86px 0 58px;
    }

    .neel-silverstar-hero-content h1 {
        font-size: 34px;
    }

    .neel-silverstar-hero-content p {
        font-size: 14.5px;
    }

    .neel-silverstar-hero-actions .th-btn {
        width: 100%;
        justify-content: center;
    }

    .neel-silverstar-connect-grid {
        grid-template-columns: 1fr;
    }

    .neel-silverstar-amenity-grid {
        grid-template-columns: 1fr;
    }

    .neel-silverstar-video-card,
    .neel-silverstar-video-card-large {
        height: 300px;
        border-radius: 18px;
    }

    .neel-silverstar-gallery-info-card,
    .neel-silverstar-property-card,
    .neel-silverstar-contact-wrap {
        border-radius: 18px;
    }

    .neel-silverstar-property-img {
        height: 250px;
    }

    .neel-silverstar-property-actions .th-btn {
        width: 100%;
        justify-content: center;
    }

    .neel-silverstar-contact-left,
    .neel-silverstar-contact-form {
        padding: 30px 22px;
    }

    .neel-silverstar-contact-left h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .neel-silverstar-page .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .neel-silverstar-page .space {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .neel-silverstar-hero-content h1 {
        font-size: 31px;
    }

    .neel-silverstar-map-card {
        height: 320px;
        border-radius: 18px;
    }

    .neel-silverstar-video-card,
    .neel-silverstar-video-card-large {
        height: 250px;
    }

    .neel-silverstar-property-img {
        height: 220px;
    }
}










/* ==========================================================
   Silver Icon Page - Neel Infratech
   Scoped only for Silver Icon page
   ========================================================== */

.neel-silvericon-page {
    background: #ffffff;
    overflow: hidden;
}

.neel-silvericon-page .container {
    max-width: 1180px;
}

.neel-silvericon-page .space {
    padding-top: 76px;
    padding-bottom: 76px;
}

.neel-silvericon-page .title-area {
    margin-bottom: 38px;
}

.neel-silvericon-page .sec-title {
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.15;
    margin-bottom: 14px;
}

.neel-silvericon-page .sub-title {
    font-size: 11px;
    letter-spacing: 0.13em;
    margin-bottom: 9px;
}

.neel-silvericon-section-desc {
    max-width: 720px;
    color: #655f5f;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

/* Hero */
.neel-silvericon-hero {
    position: relative;
    min-height: 680px;
    padding: 126px 0 92px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.neel-silvericon-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 9, 20, 0.90) 0%, rgba(2, 9, 20, 0.72) 48%, rgba(2, 9, 20, 0.28) 100%);
}

.neel-silvericon-hero .container {
    position: relative;
    z-index: 2;
}

.neel-silvericon-hero-content {
    max-width: 780px;
}

.neel-silvericon-kicker {
    font-size: 11px;
    padding: 7px 14px;
    margin-bottom: 18px;
    background: rgba(255, 65, 54, 0.18);
    border-color: rgba(255, 255, 255, 0.22);
}

.neel-silvericon-hero-content h1 {
    max-width: 760px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin-bottom: 18px;
}

.neel-silvericon-hero-content p {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.76;
    margin-bottom: 0;
}

.neel-silvericon-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 32px;
}

.neel-silvericon-hero-tags span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 9px 15px;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.neel-silvericon-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.neel-silvericon-hero .th-btn.style3 {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.42);
}

.neel-silvericon-hero .th-btn.style3:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #ffffff;
}

/* Overview */
.neel-silvericon-overview-sec {
    background: #ffffff;
}

.neel-silvericon-map-card {
    height: 560px;
    overflow: hidden;
    border-radius: 26px;
    background: #f6f2f1;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}

.neel-silvericon-map-card iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.neel-silvericon-overview-content {
    padding-left: 18px;
}

.neel-silvericon-connect-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.neel-silvericon-connect-card {
    min-height: 155px;
    padding: 22px 20px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.055);
    transition: 0.35s ease;
}

.neel-silvericon-connect-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 65, 54, 0.22);
    box-shadow: 0 20px 46px rgba(17, 24, 39, 0.09);
}

.neel-silvericon-connect-card strong {
    display: inline-block;
    color: var(--title-color);
    font-size: 42px;
    line-height: 1;
    margin-right: 4px;
}

.neel-silvericon-connect-card span {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.neel-silvericon-connect-card p {
    color: #655f5f;
    font-size: 13.5px;
    line-height: 1.6;
    margin: 12px 0 0;
}

.neel-silvericon-connect-card-wide {
    grid-column: 1 / -1;
    min-height: auto;
}

/* Amenities */
.neel-silvericon-amenities-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%) !important;
}

.neel-silvericon-amenity-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.neel-silvericon-amenity-card {
    height: 100%;
    padding: 34px 24px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    text-align: center;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
    transition: 0.35s ease;
}

.neel-silvericon-amenity-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}

.neel-silvericon-amenity-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 22px;
    border-radius: 20px;
    background: rgba(255, 65, 54, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
}

.neel-silvericon-amenity-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.neel-silvericon-amenity-card h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.neel-silvericon-amenity-card p {
    color: #655f5f;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Gallery */
.neel-silvericon-gallery-sec {
    background: #ffffff;
}

.neel-silvericon-gallery-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    grid-template-rows: 270px 270px;
    gap: 24px;
}

.neel-silvericon-image-card,
.neel-silvericon-video-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #111827;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.10);
}

.neel-silvericon-image-card-large {
    grid-row: 1 / 3;
}

.neel-silvericon-image-card img,
.neel-silvericon-video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.45s ease;
}

.neel-silvericon-image-card:hover img,
.neel-silvericon-video-card:hover video {
    transform: scale(1.04);
}

.neel-silvericon-image-card:after,
.neel-silvericon-video-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.02) 38%, rgba(0,0,0,0.68) 100%);
    pointer-events: none;
}

.neel-silvericon-image-overlay,
.neel-silvericon-video-overlay {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px;
    z-index: 2;
}

.neel-silvericon-image-overlay span,
.neel-silvericon-video-overlay span {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 7px;
}

.neel-silvericon-image-overlay h3,
.neel-silvericon-video-overlay h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.25;
    margin: 0;
}

.neel-silvericon-gallery-info-card {
    padding: 30px 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #111827 0%, #1b1b1b 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.10);
}

.neel-silvericon-gallery-info-card h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.neel-silvericon-gallery-info-card p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 12px;
}

.neel-silvericon-gallery-info-card p:last-child {
    margin-bottom: 0;
}

/* Similar Properties */
.neel-silvericon-similar-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%) !important;
}

.neel-silvericon-property-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    max-width: 980px;
    margin: 0 auto;
}

.neel-silvericon-property-card {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.08);
    transition: 0.35s ease;
}

.neel-silvericon-property-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 64px rgba(17, 24, 39, 0.13);
}

.neel-silvericon-property-img {
    height: 310px;
    overflow: hidden;
    background: linear-gradient(180deg, #fbf8f7 0%, #f4f0ef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.neel-silvericon-property-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: 0.45s ease;
}

.neel-silvericon-property-card:hover .neel-silvericon-property-img img {
    transform: scale(1.035);
}

.neel-silvericon-property-content {
    padding: 26px 24px 28px;
}

.neel-silvericon-property-content > span {
    display: inline-flex;
    color: var(--theme-color);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.neel-silvericon-property-content h3 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.neel-silvericon-property-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.neel-silvericon-property-meta p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #655f5f;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 0;
}

.neel-silvericon-property-meta i {
    color: var(--theme-color);
}

.neel-silvericon-property-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.neel-silvericon-property-actions .th-btn {
    min-width: auto;
    min-height: 42px;
    padding: 12px 18px;
    font-size: 12px;
}

/* Contact */
.neel-silvericon-contact-sec {
    background: #ffffff;
}

.neel-silvericon-contact-wrap {
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.09);
}

.neel-silvericon-contact-left {
    position: relative;
    min-height: 560px;
    padding: 48px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.neel-silvericon-contact-left:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(2, 9, 20, 0.88), rgba(2, 9, 20, 0.36));
}

.neel-silvericon-contact-left > div {
    position: relative;
    z-index: 1;
}

.neel-silvericon-contact-left span {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.neel-silvericon-contact-left h2 {
    max-width: 440px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    margin-bottom: 14px;
}

.neel-silvericon-contact-left p {
    max-width: 430px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    margin-bottom: 22px;
}

.neel-silvericon-social {
    display: flex;
    gap: 12px;
}

.neel-silvericon-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neel-silvericon-social a:hover {
    background: var(--theme-color);
    color: #ffffff;
}

.neel-silvericon-contact-form {
    min-height: 560px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neel-silvericon-contact-form h3 {
    font-size: 32px;
    margin-bottom: 24px;
}

.neel-silvericon-contact-form .form-group {
    margin-bottom: 18px;
}

.neel-silvericon-contact-form label {
    display: block;
    color: var(--title-color);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.neel-silvericon-contact-form .form-control {
    height: 54px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.26);
    background: transparent;
    padding-left: 0;
}

.neel-silvericon-phone-field {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(26, 26, 26, 0.26);
}

.neel-silvericon-phone-field span {
    min-width: 44px;
    color: var(--title-color);
    font-weight: 700;
}

.neel-silvericon-phone-field .form-control {
    border-bottom: 0;
}

/* Responsive */
@media (max-width: 1199px) {
    .neel-silvericon-page .space {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .neel-silvericon-hero {
        min-height: 620px;
        padding: 112px 0 78px;
    }

    .neel-silvericon-amenity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .neel-silvericon-gallery-layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .neel-silvericon-image-card,
    .neel-silvericon-video-card,
    .neel-silvericon-image-card-large {
        height: 420px;
        grid-row: auto;
    }
}

@media (max-width: 991px) {
    .neel-silvericon-page .space {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .neel-silvericon-hero {
        min-height: 560px;
        padding: 96px 0 66px;
    }

    .neel-silvericon-hero-content h1 {
        font-size: 42px;
    }

    .neel-silvericon-map-card {
        height: 420px;
    }

    .neel-silvericon-overview-content {
        padding-left: 0;
    }

    .neel-silvericon-property-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .neel-silvericon-contact-left,
    .neel-silvericon-contact-form {
        min-height: auto;
        padding: 38px 30px;
    }
}

@media (max-width: 767px) {
    .neel-silvericon-page .space {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .neel-silvericon-hero {
        min-height: 520px;
        padding: 86px 0 58px;
    }

    .neel-silvericon-hero-content h1 {
        font-size: 34px;
    }

    .neel-silvericon-hero-content p {
        font-size: 14.5px;
    }

    .neel-silvericon-hero-actions .th-btn {
        width: 100%;
        justify-content: center;
    }

    .neel-silvericon-connect-grid {
        grid-template-columns: 1fr;
    }

    .neel-silvericon-amenity-grid {
        grid-template-columns: 1fr;
    }

    .neel-silvericon-image-card,
    .neel-silvericon-video-card,
    .neel-silvericon-image-card-large {
        height: 300px;
        border-radius: 18px;
    }

    .neel-silvericon-gallery-info-card,
    .neel-silvericon-property-card,
    .neel-silvericon-contact-wrap {
        border-radius: 18px;
    }

    .neel-silvericon-property-img {
        height: 250px;
    }

    .neel-silvericon-property-actions .th-btn {
        width: 100%;
        justify-content: center;
    }

    .neel-silvericon-contact-left,
    .neel-silvericon-contact-form {
        padding: 30px 22px;
    }

    .neel-silvericon-contact-left h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .neel-silvericon-page .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .neel-silvericon-page .space {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .neel-silvericon-hero-content h1 {
        font-size: 31px;
    }

    .neel-silvericon-map-card {
        height: 320px;
        border-radius: 18px;
    }

    .neel-silvericon-image-card,
    .neel-silvericon-video-card,
    .neel-silvericon-image-card-large {
        height: 250px;
    }

    .neel-silvericon-property-img {
        height: 220px;
    }
}









/* ==========================================================
   Rajatbhoomi Page - Neel Infratech
   Scoped only for Rajatbhoomi page
   ========================================================== */

.neel-rajat-page {
    background: #ffffff;
    overflow: hidden;
}

.neel-rajat-page .container {
    max-width: 1180px;
}

.neel-rajat-page .space {
    padding-top: 76px;
    padding-bottom: 76px;
}

.neel-rajat-page .title-area {
    margin-bottom: 38px;
}

.neel-rajat-page .sec-title {
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.15;
    margin-bottom: 14px;
}

.neel-rajat-page .sub-title {
    font-size: 11px;
    letter-spacing: 0.13em;
    margin-bottom: 9px;
}

.neel-rajat-section-desc {
    max-width: 720px;
    color: #655f5f;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

/* Hero */
.neel-rajat-hero {
    position: relative;
    min-height: 680px;
    padding: 126px 0 92px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.neel-rajat-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 9, 20, 0.90) 0%, rgba(2, 9, 20, 0.72) 48%, rgba(2, 9, 20, 0.28) 100%);
}

.neel-rajat-hero .container {
    position: relative;
    z-index: 2;
}

.neel-rajat-hero-content {
    max-width: 780px;
}

.neel-rajat-kicker {
    font-size: 11px;
    padding: 7px 14px;
    margin-bottom: 18px;
    background: rgba(255, 65, 54, 0.18);
    border-color: rgba(255, 255, 255, 0.22);
}

.neel-rajat-hero-content h1 {
    max-width: 760px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin-bottom: 18px;
}

.neel-rajat-hero-content p {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.76;
    margin-bottom: 0;
}

.neel-rajat-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 32px;
}

.neel-rajat-hero-tags span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 9px 15px;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.neel-rajat-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.neel-rajat-hero .th-btn.style3 {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.42);
}

.neel-rajat-hero .th-btn.style3:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #ffffff;
}

/* Overview */
.neel-rajat-overview-sec {
    background: #ffffff;
}

.neel-rajat-map-card {
    height: 590px;
    overflow: hidden;
    border-radius: 26px;
    background: #f6f2f1;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}

.neel-rajat-map-card iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.neel-rajat-overview-content {
    padding-left: 18px;
}

.neel-rajat-connect-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.neel-rajat-connect-card {
    min-height: 155px;
    padding: 22px 20px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.055);
    transition: 0.35s ease;
}

.neel-rajat-connect-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 65, 54, 0.22);
    box-shadow: 0 20px 46px rgba(17, 24, 39, 0.09);
}

.neel-rajat-connect-card strong {
    display: inline-block;
    color: var(--title-color);
    font-size: 42px;
    line-height: 1;
    margin-right: 4px;
}

.neel-rajat-connect-card span {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.neel-rajat-connect-card p {
    color: #655f5f;
    font-size: 13.5px;
    line-height: 1.6;
    margin: 12px 0 0;
}

.neel-rajat-connect-card-wide {
    grid-column: 1 / -1;
    min-height: auto;
}

/* Amenities */
.neel-rajat-amenities-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%) !important;
}

.neel-rajat-amenity-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.neel-rajat-amenity-card {
    height: 100%;
    padding: 34px 24px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    text-align: center;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
    transition: 0.35s ease;
}

.neel-rajat-amenity-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}

.neel-rajat-amenity-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 22px;
    border-radius: 20px;
    background: rgba(255, 65, 54, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
}

.neel-rajat-amenity-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.neel-rajat-amenity-card h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.neel-rajat-amenity-card p {
    color: #655f5f;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Gallery */
.neel-rajat-gallery-sec {
    background: #ffffff;
}

.neel-rajat-gallery-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    grid-template-rows: 270px 270px;
    gap: 24px;
}

.neel-rajat-video-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #111827;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.10);
}

.neel-rajat-video-card-large {
    grid-row: 1 / 3;
}

.neel-rajat-video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.45s ease;
}

.neel-rajat-video-card:hover video {
    transform: scale(1.04);
}

.neel-rajat-video-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.02) 38%, rgba(0,0,0,0.68) 100%);
    pointer-events: none;
}

.neel-rajat-video-overlay {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px;
    z-index: 2;
}

.neel-rajat-video-overlay span {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 7px;
}

.neel-rajat-video-overlay h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.25;
    margin: 0;
}

.neel-rajat-gallery-info-card {
    padding: 30px 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #111827 0%, #1b1b1b 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.10);
}

.neel-rajat-gallery-info-card h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.neel-rajat-gallery-info-card p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 12px;
}

.neel-rajat-gallery-info-card p:last-child {
    margin-bottom: 0;
}

/* Similar Properties */
.neel-rajat-similar-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%) !important;
}

.neel-rajat-property-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    max-width: 980px;
    margin: 0 auto;
}

.neel-rajat-property-card {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.08);
    transition: 0.35s ease;
}

.neel-rajat-property-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 64px rgba(17, 24, 39, 0.13);
}

.neel-rajat-property-img {
    height: 310px;
    overflow: hidden;
    background: linear-gradient(180deg, #fbf8f7 0%, #f4f0ef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.neel-rajat-property-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: 0.45s ease;
}

.neel-rajat-property-card:hover .neel-rajat-property-img img {
    transform: scale(1.035);
}

.neel-rajat-property-content {
    padding: 26px 24px 28px;
}

.neel-rajat-property-content > span {
    display: inline-flex;
    color: var(--theme-color);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.neel-rajat-property-content h3 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.neel-rajat-property-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.neel-rajat-property-meta p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #655f5f;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 0;
}

.neel-rajat-property-meta i {
    color: var(--theme-color);
}

.neel-rajat-property-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.neel-rajat-property-actions .th-btn {
    min-width: auto;
    min-height: 42px;
    padding: 12px 18px;
    font-size: 12px;
}

/* Contact */
.neel-rajat-contact-sec {
    background: #ffffff;
}

.neel-rajat-contact-wrap {
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.09);
}

.neel-rajat-contact-left {
    position: relative;
    min-height: 560px;
    padding: 48px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.neel-rajat-contact-left:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(2, 9, 20, 0.88), rgba(2, 9, 20, 0.36));
}

.neel-rajat-contact-left > div {
    position: relative;
    z-index: 1;
}

.neel-rajat-contact-left span {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.neel-rajat-contact-left h2 {
    max-width: 440px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    margin-bottom: 14px;
}

.neel-rajat-contact-left p {
    max-width: 430px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    margin-bottom: 22px;
}

.neel-rajat-social {
    display: flex;
    gap: 12px;
}

.neel-rajat-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neel-rajat-social a:hover {
    background: var(--theme-color);
    color: #ffffff;
}

.neel-rajat-contact-form {
    min-height: 560px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neel-rajat-contact-form h3 {
    font-size: 32px;
    margin-bottom: 24px;
}

.neel-rajat-contact-form .form-group {
    margin-bottom: 18px;
}

.neel-rajat-contact-form label {
    display: block;
    color: var(--title-color);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.neel-rajat-contact-form .form-control {
    height: 54px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.26);
    background: transparent;
    padding-left: 0;
}

.neel-rajat-phone-field {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(26, 26, 26, 0.26);
}

.neel-rajat-phone-field span {
    min-width: 44px;
    color: var(--title-color);
    font-weight: 700;
}

.neel-rajat-phone-field .form-control {
    border-bottom: 0;
}

/* Responsive */
@media (max-width: 1199px) {
    .neel-rajat-page .space {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .neel-rajat-hero {
        min-height: 620px;
        padding: 112px 0 78px;
    }

    .neel-rajat-amenity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .neel-rajat-gallery-layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .neel-rajat-video-card,
    .neel-rajat-video-card-large {
        height: 420px;
        grid-row: auto;
    }
}

@media (max-width: 991px) {
    .neel-rajat-page .space {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .neel-rajat-hero {
        min-height: 560px;
        padding: 96px 0 66px;
    }

    .neel-rajat-hero-content h1 {
        font-size: 42px;
    }

    .neel-rajat-map-card {
        height: 420px;
    }

    .neel-rajat-overview-content {
        padding-left: 0;
    }

    .neel-rajat-property-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .neel-rajat-contact-left,
    .neel-rajat-contact-form {
        min-height: auto;
        padding: 38px 30px;
    }
}

@media (max-width: 767px) {
    .neel-rajat-page .space {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .neel-rajat-hero {
        min-height: 520px;
        padding: 86px 0 58px;
    }

    .neel-rajat-hero-content h1 {
        font-size: 34px;
    }

    .neel-rajat-hero-content p {
        font-size: 14.5px;
    }

    .neel-rajat-hero-actions .th-btn {
        width: 100%;
        justify-content: center;
    }

    .neel-rajat-connect-grid {
        grid-template-columns: 1fr;
    }

    .neel-rajat-amenity-grid {
        grid-template-columns: 1fr;
    }

    .neel-rajat-video-card,
    .neel-rajat-video-card-large {
        height: 300px;
        border-radius: 18px;
    }

    .neel-rajat-gallery-info-card,
    .neel-rajat-property-card,
    .neel-rajat-contact-wrap {
        border-radius: 18px;
    }

    .neel-rajat-property-img {
        height: 250px;
    }

    .neel-rajat-property-actions .th-btn {
        width: 100%;
        justify-content: center;
    }

    .neel-rajat-contact-left,
    .neel-rajat-contact-form {
        padding: 30px 22px;
    }

    .neel-rajat-contact-left h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .neel-rajat-page .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .neel-rajat-page .space {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .neel-rajat-hero-content h1 {
        font-size: 31px;
    }

    .neel-rajat-map-card {
        height: 320px;
        border-radius: 18px;
    }

    .neel-rajat-video-card,
    .neel-rajat-video-card-large {
        height: 250px;
    }

    .neel-rajat-property-img {
        height: 220px;
    }
}

















/* ==========================================================
   Property Detail Pages - Common Gallery + Map Height Fix
   Applies to:
   Vrindavan Park, Silver Star, Silver Icon, Rajatbhoomi
   ========================================================== */

/* Map height same as right info block */
.neel-vrindavan-overview-sec .row,
.neel-silverstar-overview-sec .row,
.neel-silvericon-overview-sec .row,
.neel-rajat-overview-sec .row {
    align-items: stretch !important;
}

.neel-vrindavan-overview-sec .col-xl-6,
.neel-vrindavan-overview-sec .col-lg-6,
.neel-silverstar-overview-sec .col-xl-6,
.neel-silverstar-overview-sec .col-lg-6,
.neel-silvericon-overview-sec .col-xl-6,
.neel-silvericon-overview-sec .col-lg-6,
.neel-rajat-overview-sec .col-xl-6,
.neel-rajat-overview-sec .col-lg-6 {
    display: flex;
}

.neel-vrindavan-map-card,
.neel-silverstar-map-card,
.neel-silvericon-map-card,
.neel-rajat-map-card {
    width: 100%;
    height: 100% !important;
    min-height: 560px;
    border-radius: 26px;
    overflow: hidden;
}

.neel-vrindavan-overview-content,
.neel-silverstar-overview-content,
.neel-silvericon-overview-content,
.neel-rajat-overview-content {
    width: 100%;
}

/* Better spacing for info cards section */
.neel-vrindavan-connect-grid,
.neel-silverstar-connect-grid,
.neel-silvericon-connect-grid,
.neel-rajat-connect-grid {
    align-items: stretch;
}

.neel-vrindavan-connect-card,
.neel-silverstar-connect-card,
.neel-silvericon-connect-card,
.neel-rajat-connect-card {
    height: 100%;
}

/* Gallery section common base */
.neel-vrindavan-gallery-sec,
.neel-silverstar-gallery-sec,
.neel-silvericon-gallery-sec,
.neel-rajat-gallery-sec {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.neel-vrindavan-gallery-layout,
.neel-silverstar-gallery-layout,
.neel-silvericon-gallery-layout,
.neel-rajat-gallery-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
    grid-template-areas:
        "main portrait"
        "info portrait";
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: stretch;
}

/* Landscape media block */
.neel-vrindavan-video-card-large,
.neel-silverstar-video-card-large,
.neel-silvericon-image-card-large,
.neel-rajat-video-card-large {
    grid-area: main;
    aspect-ratio: 16 / 9;
    min-height: 0;
    height: auto !important;
}

/* Info card */
.neel-vrindavan-gallery-info-card,
.neel-silverstar-gallery-info-card,
.neel-silvericon-gallery-info-card,
.neel-rajat-gallery-info-card {
    grid-area: info;
    min-height: 250px;
    padding: 34px 32px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 65, 54, 0.16), transparent 30%),
        linear-gradient(135deg, #111827 0%, #1b1b1b 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Portrait media block - third child in all gallery layouts */
.neel-vrindavan-gallery-layout > .neel-vrindavan-video-card:not(.neel-vrindavan-video-card-large),
.neel-silverstar-gallery-layout > .neel-silverstar-video-card:not(.neel-silverstar-video-card-large),
.neel-silvericon-gallery-layout > .neel-silvericon-video-card,
.neel-rajat-gallery-layout > .neel-rajat-video-card:not(.neel-rajat-video-card-large) {
    grid-area: portrait;
    aspect-ratio: 9 / 16;
    height: auto !important;
    min-height: 100%;
}

/* Common media card design */
.neel-vrindavan-video-card,
.neel-silverstar-video-card,
.neel-silvericon-video-card,
.neel-silvericon-image-card,
.neel-rajat-video-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: #0b1220;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.12);
}

.neel-vrindavan-video-card video,
.neel-silverstar-video-card video,
.neel-silvericon-video-card video,
.neel-rajat-video-card video,
.neel-silvericon-image-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: 0.5s ease;
}

/* Landscape media should show properly */
.neel-vrindavan-video-card-large video,
.neel-silverstar-video-card-large video,
.neel-rajat-video-card-large video,
.neel-silvericon-image-card-large img {
    object-fit: cover;
    object-position: center;
}

/* Portrait videos should not look cut/wide */
.neel-vrindavan-gallery-layout > .neel-vrindavan-video-card:not(.neel-vrindavan-video-card-large) video,
.neel-silverstar-gallery-layout > .neel-silverstar-video-card:not(.neel-silverstar-video-card-large) video,
.neel-silvericon-gallery-layout > .neel-silvericon-video-card video,
.neel-rajat-gallery-layout > .neel-rajat-video-card:not(.neel-rajat-video-card-large) video {
    object-fit: cover;
    object-position: center top;
}

/* Overlay polish */
.neel-vrindavan-video-card:after,
.neel-silverstar-video-card:after,
.neel-silvericon-video-card:after,
.neel-silvericon-image-card:after,
.neel-rajat-video-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 38%, rgba(0, 0, 0, 0.72) 100%);
    pointer-events: none;
    z-index: 1;
}

.neel-vrindavan-video-overlay,
.neel-silverstar-video-overlay,
.neel-silvericon-video-overlay,
.neel-silvericon-image-overlay,
.neel-rajat-video-overlay {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px;
    z-index: 2;
}

.neel-vrindavan-video-overlay span,
.neel-silverstar-video-overlay span,
.neel-silvericon-video-overlay span,
.neel-silvericon-image-overlay span,
.neel-rajat-video-overlay span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 8px;
}

.neel-vrindavan-video-overlay span:before,
.neel-silverstar-video-overlay span:before,
.neel-silvericon-video-overlay span:before,
.neel-silvericon-image-overlay span:before,
.neel-rajat-video-overlay span:before {
    content: "";
    width: 24px;
    height: 2px;
    background: var(--theme-color);
    display: inline-block;
}

.neel-vrindavan-video-overlay h3,
.neel-silverstar-video-overlay h3,
.neel-silvericon-video-overlay h3,
.neel-silvericon-image-overlay h3,
.neel-rajat-video-overlay h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.22;
    margin: 0;
}

/* Hover effect */
.neel-vrindavan-video-card:hover video,
.neel-silverstar-video-card:hover video,
.neel-silvericon-video-card:hover video,
.neel-silvericon-image-card:hover img,
.neel-rajat-video-card:hover video {
    transform: scale(1.035);
}

/* Info card text */
.neel-vrindavan-gallery-info-card h3,
.neel-silverstar-gallery-info-card h3,
.neel-silvericon-gallery-info-card h3,
.neel-rajat-gallery-info-card h3 {
    color: #ffffff;
    font-size: 27px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.neel-vrindavan-gallery-info-card p,
.neel-silverstar-gallery-info-card p,
.neel-silvericon-gallery-info-card p,
.neel-rajat-gallery-info-card p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 12px;
}

.neel-vrindavan-gallery-info-card p:last-child,
.neel-silverstar-gallery-info-card p:last-child,
.neel-silvericon-gallery-info-card p:last-child,
.neel-rajat-gallery-info-card p:last-child {
    margin-bottom: 0;
}

/* Tablet */
@media (max-width: 1199px) {
    .neel-vrindavan-gallery-layout,
    .neel-silverstar-gallery-layout,
    .neel-silvericon-gallery-layout,
    .neel-rajat-gallery-layout {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
        gap: 20px;
    }

    .neel-vrindavan-map-card,
    .neel-silverstar-map-card,
    .neel-silvericon-map-card,
    .neel-rajat-map-card {
        min-height: 520px;
    }
}

/* Below laptop */
@media (max-width: 991px) {
    .neel-vrindavan-overview-sec .col-xl-6,
    .neel-vrindavan-overview-sec .col-lg-6,
    .neel-silverstar-overview-sec .col-xl-6,
    .neel-silverstar-overview-sec .col-lg-6,
    .neel-silvericon-overview-sec .col-xl-6,
    .neel-silvericon-overview-sec .col-lg-6,
    .neel-rajat-overview-sec .col-xl-6,
    .neel-rajat-overview-sec .col-lg-6 {
        display: block;
    }

    .neel-vrindavan-map-card,
    .neel-silverstar-map-card,
    .neel-silvericon-map-card,
    .neel-rajat-map-card {
        height: 420px !important;
        min-height: 420px;
    }

    .neel-vrindavan-gallery-layout,
    .neel-silverstar-gallery-layout,
    .neel-silvericon-gallery-layout,
    .neel-rajat-gallery-layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "main"
            "portrait"
            "info";
        max-width: 720px;
    }

    .neel-vrindavan-gallery-layout > .neel-vrindavan-video-card:not(.neel-vrindavan-video-card-large),
    .neel-silverstar-gallery-layout > .neel-silverstar-video-card:not(.neel-silverstar-video-card-large),
    .neel-silvericon-gallery-layout > .neel-silvericon-video-card,
    .neel-rajat-gallery-layout > .neel-rajat-video-card:not(.neel-rajat-video-card-large) {
        width: min(360px, 100%);
        min-height: auto;
        justify-self: center;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .neel-vrindavan-gallery-layout,
    .neel-silverstar-gallery-layout,
    .neel-silvericon-gallery-layout,
    .neel-rajat-gallery-layout {
        gap: 16px;
    }

    .neel-vrindavan-video-card,
    .neel-silverstar-video-card,
    .neel-silvericon-video-card,
    .neel-silvericon-image-card,
    .neel-rajat-video-card,
    .neel-vrindavan-gallery-info-card,
    .neel-silverstar-gallery-info-card,
    .neel-silvericon-gallery-info-card,
    .neel-rajat-gallery-info-card {
        border-radius: 18px;
    }

    .neel-vrindavan-video-card-large,
    .neel-silverstar-video-card-large,
    .neel-silvericon-image-card-large,
    .neel-rajat-video-card-large {
        aspect-ratio: 16 / 10;
    }

    .neel-vrindavan-gallery-layout > .neel-vrindavan-video-card:not(.neel-vrindavan-video-card-large),
    .neel-silverstar-gallery-layout > .neel-silverstar-video-card:not(.neel-silverstar-video-card-large),
    .neel-silvericon-gallery-layout > .neel-silvericon-video-card,
    .neel-rajat-gallery-layout > .neel-rajat-video-card:not(.neel-rajat-video-card-large) {
        width: min(310px, 100%);
    }

    .neel-vrindavan-gallery-info-card,
    .neel-silverstar-gallery-info-card,
    .neel-silvericon-gallery-info-card,
    .neel-rajat-gallery-info-card {
        min-height: auto;
        padding: 26px 22px;
    }

    .neel-vrindavan-gallery-info-card h3,
    .neel-silverstar-gallery-info-card h3,
    .neel-silvericon-gallery-info-card h3,
    .neel-rajat-gallery-info-card h3,
    .neel-vrindavan-video-overlay h3,
    .neel-silverstar-video-overlay h3,
    .neel-silvericon-video-overlay h3,
    .neel-silvericon-image-overlay h3,
    .neel-rajat-video-overlay h3 {
        font-size: 21px;
    }

    .neel-vrindavan-map-card,
    .neel-silverstar-map-card,
    .neel-silvericon-map-card,
    .neel-rajat-map-card {
        height: 330px !important;
        min-height: 330px;
        border-radius: 18px;
    }
}

/* Small mobile */
@media (max-width: 420px) {
    .neel-vrindavan-gallery-layout > .neel-vrindavan-video-card:not(.neel-vrindavan-video-card-large),
    .neel-silverstar-gallery-layout > .neel-silverstar-video-card:not(.neel-silverstar-video-card-large),
    .neel-silvericon-gallery-layout > .neel-silvericon-video-card,
    .neel-rajat-gallery-layout > .neel-rajat-video-card:not(.neel-rajat-video-card-large) {
        width: 100%;
    }
}







/* ==========================================================
   Property Detail Pages - Gallery Spacing Final Fix
   Removes extra blank space between landscape/info and portrait media
   ========================================================== */

.neel-vrindavan-gallery-layout,
.neel-silverstar-gallery-layout,
.neel-silvericon-gallery-layout,
.neel-rajat-gallery-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 320px !important;
    grid-template-areas:
        "main portrait"
        "info portrait" !important;
    gap: 22px !important;
    max-width: 920px !important;
    margin: 0 auto !important;
    align-items: stretch !important;
}

/* Left landscape media */
.neel-vrindavan-video-card-large,
.neel-silverstar-video-card-large,
.neel-silvericon-image-card-large,
.neel-rajat-video-card-large {
    grid-area: main !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    min-height: 0 !important;
}

/* Right portrait media */
.neel-vrindavan-gallery-layout > .neel-vrindavan-video-card:not(.neel-vrindavan-video-card-large),
.neel-silverstar-gallery-layout > .neel-silverstar-video-card:not(.neel-silverstar-video-card-large),
.neel-silvericon-gallery-layout > .neel-silvericon-video-card,
.neel-rajat-gallery-layout > .neel-rajat-video-card:not(.neel-rajat-video-card-large) {
    grid-area: portrait !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
}

/* Info card below landscape */
.neel-vrindavan-gallery-info-card,
.neel-silverstar-gallery-info-card,
.neel-silvericon-gallery-info-card,
.neel-rajat-gallery-info-card {
    grid-area: info !important;
    width: 100% !important;
    min-height: 220px !important;
    height: auto !important;
    padding: 30px 30px !important;
}

/* Keep portrait video properly filled */
.neel-vrindavan-gallery-layout > .neel-vrindavan-video-card:not(.neel-vrindavan-video-card-large) video,
.neel-silverstar-gallery-layout > .neel-silverstar-video-card:not(.neel-silverstar-video-card-large) video,
.neel-silvericon-gallery-layout > .neel-silvericon-video-card video,
.neel-rajat-gallery-layout > .neel-rajat-video-card:not(.neel-rajat-video-card-large) video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
}

/* Landscape media should remain clean */
.neel-vrindavan-video-card-large video,
.neel-silverstar-video-card-large video,
.neel-rajat-video-card-large video,
.neel-silvericon-image-card-large img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Make cards visually compact and professional */
.neel-vrindavan-video-card,
.neel-silverstar-video-card,
.neel-silvericon-video-card,
.neel-silvericon-image-card,
.neel-rajat-video-card,
.neel-vrindavan-gallery-info-card,
.neel-silverstar-gallery-info-card,
.neel-silvericon-gallery-info-card,
.neel-rajat-gallery-info-card {
    border-radius: 22px !important;
}

/* Tablet */
@media (max-width: 1199px) {
    .neel-vrindavan-gallery-layout,
    .neel-silverstar-gallery-layout,
    .neel-silvericon-gallery-layout,
    .neel-rajat-gallery-layout {
        max-width: 860px !important;
        grid-template-columns: minmax(0, 1fr) 300px !important;
        gap: 20px !important;
    }
}

/* Mobile / below tablet */
@media (max-width: 991px) {
    .neel-vrindavan-gallery-layout,
    .neel-silverstar-gallery-layout,
    .neel-silvericon-gallery-layout,
    .neel-rajat-gallery-layout {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "main"
            "portrait"
            "info" !important;
        max-width: 640px !important;
    }

    .neel-vrindavan-gallery-layout > .neel-vrindavan-video-card:not(.neel-vrindavan-video-card-large),
    .neel-silverstar-gallery-layout > .neel-silverstar-video-card:not(.neel-silverstar-video-card-large),
    .neel-silvericon-gallery-layout > .neel-silvericon-video-card,
    .neel-rajat-gallery-layout > .neel-rajat-video-card:not(.neel-rajat-video-card-large) {
        width: min(340px, 100%) !important;
        aspect-ratio: 9 / 16 !important;
        height: auto !important;
        justify-self: center !important;
    }

    .neel-vrindavan-gallery-info-card,
    .neel-silverstar-gallery-info-card,
    .neel-silvericon-gallery-info-card,
    .neel-rajat-gallery-info-card {
        min-height: auto !important;
    }
}

/* Small mobile */
@media (max-width: 575px) {
    .neel-vrindavan-gallery-layout,
    .neel-silverstar-gallery-layout,
    .neel-silvericon-gallery-layout,
    .neel-rajat-gallery-layout {
        gap: 16px !important;
    }

    .neel-vrindavan-gallery-layout > .neel-vrindavan-video-card:not(.neel-vrindavan-video-card-large),
    .neel-silverstar-gallery-layout > .neel-silverstar-video-card:not(.neel-silverstar-video-card-large),
    .neel-silvericon-gallery-layout > .neel-silvericon-video-card,
    .neel-rajat-gallery-layout > .neel-rajat-video-card:not(.neel-rajat-video-card-large) {
        width: 100% !important;
    }

    .neel-vrindavan-gallery-info-card,
    .neel-silverstar-gallery-info-card,
    .neel-silvericon-gallery-info-card,
    .neel-rajat-gallery-info-card {
        padding: 24px 20px !important;
    }
}







/* ==========================================================
   About Page - Neel Farms and Resort Section
   Scoped only for lakeview section
   ========================================================== */

.neel-about-lakeview-sec {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.10), transparent 28%),
        linear-gradient(135deg, #0b3768 0%, #1d5d99 48%, #0b3768 100%);
}

.neel-about-lakeview-sec:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}

.neel-about-lakeview-sec .container {
    position: relative;
    z-index: 1;
}

.neel-about-lakeview-wrap {
    max-width: 1180px;
    margin: 0 auto;
}

.neel-about-lakeview-content {
    max-width: 650px;
}

.neel-about-lakeview-sec .title-area {
    margin-bottom: 22px;
}

.neel-about-lakeview-sec .sub-title {
    color: #ff4136;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}

.neel-about-lakeview-sec .sub-title:after,
.neel-about-lakeview-sec .sub-title .double-line:after {
    background-color: #ffffff;
}

.neel-about-lakeview-sec .sec-title {
    color: #ffffff;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.14;
    margin-bottom: 0;
}

.neel-about-lakeview-text {
    max-width: 620px;
}

.neel-about-lakeview-text p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.neel-about-lakeview-text p:last-child {
    margin-bottom: 0;
}

.neel-about-lakeview-text strong {
    color: #ffffff;
    font-weight: 800;
}

.neel-about-chip-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.neel-about-chip-wrap span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.neel-about-lakeview-media {
    position: relative;
    max-width: 520px;
    margin-left: auto;
}

.neel-about-lakeview-img {
    position: relative;
    overflow: hidden;
    border-radius: 26px 26px 8px 8px;
    height: 330px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.neel-about-lakeview-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.18) 100%);
    pointer-events: none;
}

.neel-about-lakeview-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: 0.45s ease;
}

.neel-about-lakeview-media:hover .neel-about-lakeview-img img {
    transform: scale(1.035);
}

.neel-about-lakeview-card {
    position: relative;
    margin-top: -1px;
    padding: 34px 34px 38px;
    border-radius: 8px 8px 26px 26px;
    text-align: center;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-top: 0;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(12px);
}

.neel-about-lakeview-count span {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(58px, 6vw, 86px);
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.06em;
    margin-bottom: 12px;
}

.neel-about-lakeview-count p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
}

.neel-about-lakeview-line {
    width: 100%;
    height: 1px;
    margin: 26px 0 22px;
    background: rgba(255, 255, 255, 0.22);
}

.neel-about-lakeview-card h3 {
    max-width: 390px;
    margin: 0 auto 12px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.neel-about-lakeview-card > p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 24px;
}

.neel-about-lakeview-card .th-btn {
    min-width: auto;
    padding: 15px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 14px 34px rgba(255, 65, 54, 0.28);
}

.neel-about-lakeview-card .th-btn:hover {
    color: #ffffff;
}

/* Responsive */
@media (max-width: 1199px) {
    .neel-about-lakeview-content {
        max-width: 100%;
    }

    .neel-about-lakeview-media {
        max-width: 500px;
    }

    .neel-about-lakeview-img {
        height: 310px;
    }

    .neel-about-lakeview-card {
        padding: 30px 28px 34px;
    }
}

@media (max-width: 991px) {
    .neel-about-lakeview-content {
        text-align: center;
        margin: 0 auto;
    }

    .neel-about-lakeview-text {
        max-width: 720px;
        margin: 0 auto;
    }

    .neel-about-chip-wrap {
        justify-content: center;
    }

    .neel-about-lakeview-media {
        max-width: 620px;
        margin: 0 auto;
    }

    .neel-about-lakeview-img {
        height: 360px;
    }
}

@media (max-width: 767px) {
    .neel-about-lakeview-sec {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .neel-about-lakeview-sec .sec-title {
        font-size: 34px;
    }

    .neel-about-lakeview-text p {
        font-size: 15px;
        line-height: 1.75;
    }

    .neel-about-lakeview-img {
        height: 280px;
        border-radius: 20px 20px 8px 8px;
    }

    .neel-about-lakeview-card {
        border-radius: 8px 8px 20px 20px;
        padding: 28px 22px 30px;
    }

    .neel-about-lakeview-card h3 {
        font-size: 21px;
    }

    .neel-about-chip-wrap span {
        min-height: 38px;
        padding: 9px 15px;
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .neel-about-lakeview-sec .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .neel-about-lakeview-img {
        height: 235px;
    }

    .neel-about-lakeview-count span {
        font-size: 56px;
    }

    .neel-about-lakeview-card .th-btn {
        width: 100%;
        justify-content: center;
        padding-left: 18px;
        padding-right: 18px;
    }
}







/* ==========================================================
   About Page - Lakeview Card On Image Overlay
   Scoped only for lakeview section
   ========================================================== */

.neel-about-lakeview-img-overlay {
    height: 520px;
    border-radius: 28px;
    overflow: hidden;
}

.neel-about-lakeview-img-overlay:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(2, 9, 20, 0.78) 0%, rgba(2, 9, 20, 0.42) 52%, rgba(2, 9, 20, 0.10) 100%),
        linear-gradient(180deg, rgba(2, 9, 20, 0.04) 0%, rgba(2, 9, 20, 0.78) 100%);
    background: #00000038;
    pointer-events: none;
}

.neel-about-lakeview-img-overlay:after {
    display: none;
}

.neel-about-lakeview-img-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Card now sits on image */
.neel-about-lakeview-img-overlay .neel-about-lakeview-card  
 {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    margin-top: 0;
    padding: 28px 28px 30px;
    border-radius: 24px;
    text-align: left;
    background: rgb(7 22 37 / 0%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 24px 60px rgb(0 0 0 / 0%);
    backdrop-filter: blur(0px);
}

.neel-about-lakeview-img-overlay .neel-about-lakeview-count {
    display: flex;
    align-items: flex-end;
    gap: 18px;
    margin-bottom: 18px;
}

.neel-about-lakeview-img-overlay .neel-about-lakeview-count span {
    color: #ffffff;
    font-size: clamp(54px, 5vw, 78px);
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: -0.06em;
    margin-bottom: 0;
}

.neel-about-lakeview-img-overlay .neel-about-lakeview-count p {
    max-width: 260px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 5px;
}

.neel-about-lakeview-img-overlay .neel-about-lakeview-line {
    margin: 18px 0 18px;
    background: rgba(255, 255, 255, 0.22);
}

.neel-about-lakeview-img-overlay .neel-about-lakeview-card h3 {
    max-width: 420px;
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 800;
}

.neel-about-lakeview-img-overlay .neel-about-lakeview-card > p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 22px;
}

.neel-about-lakeview-img-overlay .neel-about-lakeview-card .th-btn {
    min-width: auto;
    padding: 14px 24px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 14px 34px rgba(255, 65, 54, 0.32);
}

/* Responsive */
@media (max-width: 991px) {
    .neel-about-lakeview-img-overlay {
        height: 520px;
    }

    .neel-about-lakeview-img-overlay .neel-about-lakeview-card {
        left: 24px;
        right: 24px;
        bottom: 24px;
    }
}

@media (max-width: 767px) {
    .neel-about-lakeview-img-overlay {
        height: 480px;
        border-radius: 22px;
    }

    .neel-about-lakeview-img-overlay .neel-about-lakeview-card {
        left: 18px;
        right: 18px;
        bottom: 18px;
        padding: 24px 22px 26px;
        border-radius: 18px;
    }

    .neel-about-lakeview-img-overlay .neel-about-lakeview-count {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .neel-about-lakeview-img-overlay .neel-about-lakeview-count p {
        max-width: 100%;
        margin-bottom: 0;
    }

    .neel-about-lakeview-img-overlay .neel-about-lakeview-card h3 {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    .neel-about-lakeview-img-overlay {
        height: 520px;
    }

    .neel-about-lakeview-img-overlay .neel-about-lakeview-card .th-btn {
        width: 100%;
        justify-content: center;
    }
}











































/* ==========================================================
   New Project Detail Pages - 6 Pages Add-on CSS
   Safe scoped CSS: all selectors start with .neel-new-project-page
   Add this below existing neel-home.css code
   ========================================================== */

.neel-new-project-page {
    --neel-new-red: #ff4136;
    --neel-new-dark: #111827;
    --neel-new-soft: #f6f2f1;
    --neel-new-muted: #666b76;
    --neel-new-border: rgba(17, 24, 39, 0.10);
    background: #ffffff;
    overflow: hidden;
}

.neel-new-project-page .gy-24 {
    --bs-gutter-y: 24px;
}

.neel-newproj-section-lead {
    max-width: 720px;
    color: var(--neel-new-muted);
    font-size: 16px;
    line-height: 1.78;
    margin-bottom: 0;
}

.neel-newproj-hero {
    position: relative;
    min-height: 740px;
    display: flex;
    align-items: center;
    padding: 110px 0 95px;
    background:
        radial-gradient(circle at 85% 20%, rgba(255, 65, 54, 0.23), transparent 32%),
        linear-gradient(135deg, #090e1a 0%, #111827 48%, #1b1b1b 100%);
    overflow: hidden;
}

.neel-newproj-hero-bg {
    position: absolute;
    inset: 0;
    opacity: 0.30;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 58px 58px;
    pointer-events: none;
}

.neel-newproj-hero:after {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    right: -240px;
    bottom: -250px;
    border-radius: 50%;
    background: rgba(255, 65, 54, 0.08);
    border: 1px solid rgba(255, 65, 54, 0.22);
}

.neel-newproj-hero .container {
    position: relative;
    z-index: 2;
}

.neel-newproj-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 17px;
    border-radius: 999px;
    margin-bottom: 24px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 65, 54, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.neel-newproj-kicker:before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--neel-new-red);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(255, 65, 54, 0.16);
}

.neel-newproj-hero-content h1 {
    color: #ffffff;
    font-size: clamp(40px, 5vw, 66px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    margin-bottom: 22px;
    max-width: 850px;
}

.neel-newproj-hero-content > p {
    color: rgba(255, 255, 255, 0.78);
    max-width: 720px;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 34px;
}

.neel-newproj-stat-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 760px;
    margin-bottom: 34px;
}

.neel-newproj-stat {
    padding: 22px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.neel-newproj-stat span {
    display: block;
    color: #ffffff;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 8px;
}

.neel-newproj-stat p {
    color: rgba(255, 255, 255, 0.66);
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.45;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.neel-newproj-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.neel-newproj-btn-wrap .th-btn {
    min-width: auto;
}

.neel-newproj-hero-card {
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.30);
}

.neel-newproj-hero-card-img,
.neel-newproj-overview-img {
    min-height: 310px;
    background: var(--neel-new-soft);
}

.neel-newproj-hero-card-body {
    padding: 28px 30px 32px;
}

.neel-newproj-hero-card-body span {
    color: var(--neel-new-red);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    display: block;
    margin-bottom: 9px;
}

.neel-newproj-hero-card-body h2 {
    font-size: 28px;
    margin-bottom: 12px;
}

.neel-newproj-hero-card-body p {
    color: var(--neel-new-muted);
    line-height: 1.72;
    margin-bottom: 0;
}

.neel-newproj-image-placeholder {
    height: 100%;
    min-height: inherit;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    padding: 30px;
    background:
        linear-gradient(135deg, rgba(17, 24, 39, 0.76), rgba(255, 65, 54, 0.50)),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.10) 0, rgba(255,255,255,0.10) 1px, transparent 1px, transparent 15px);
}

.neel-newproj-image-placeholder span {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 8px;
}

.neel-newproj-image-placeholder small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.neel-newproj-overview-img {
    /*min-height: 520px;*/
    border-radius: 28px;
    overflow: hidden;
    /*box-shadow: 0 22px 60px rgba(17, 24, 39, 0.10);*/
}

.neel-newproj-content-text p {
    color: var(--neel-new-muted);
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 16px;
}

.neel-newproj-content-text p:last-child {
    margin-bottom: 0;
}

.neel-newproj-feature-card {
    height: 100%;
    padding: 32px 28px;
    background: #ffffff;
    border: 1px solid var(--neel-new-border);
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.06);
    transition: 0.35s ease;
}

.neel-newproj-feature-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 65, 54, 0.26);
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.10);
}

.neel-newproj-feature-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 65, 54, 0.10);
    color: var(--neel-new-red);
    font-size: 22px;
    margin-bottom: 22px;
}

.neel-newproj-feature-card h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.neel-newproj-feature-card p {
    color: var(--neel-new-muted);
    line-height: 1.72;
    margin-bottom: 0;
}

.neel-newproj-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.neel-newproj-snapshot-item {
    padding: 22px 22px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid var(--neel-new-border);
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.05);
}

.neel-newproj-snapshot-item span {
    display: block;
    color: var(--neel-new-red);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 7px;
}

.neel-newproj-snapshot-item strong {
    color: var(--neel-new-dark);
    font-size: 16px;
    line-height: 1.45;
}

.neel-newproj-location-sec .row {
    align-items: stretch;
}

.neel-newproj-location-sec .col-xl-6,
.neel-newproj-location-sec .col-lg-6 {
    display: flex;
}

.neel-newproj-map-card,
.neel-newproj-location-content {
    width: 100%;
    min-height: 560px;
    border-radius: 28px;
}

.neel-newproj-map-card {
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.08);
    border: 1px solid var(--neel-new-border);
}

.neel-newproj-map-placeholder {
    width: 100%;
    height: 100%;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 65, 54, 0.13), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f6f2f1 100%);
    color: var(--neel-new-dark);
    text-align: center;
    padding: 30px;
}

.neel-newproj-map-placeholder i {
    font-size: 54px;
    color: var(--neel-new-red);
}

.neel-newproj-map-placeholder span {
    font-size: 26px;
    font-weight: 800;
}

.neel-newproj-map-placeholder small {
    color: var(--neel-new-muted);
    font-size: 13px;
}

.neel-newproj-location-content {
    padding: 42px 42px;
    background: #ffffff;
    border: 1px solid var(--neel-new-border);
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.06);
}

.neel-newproj-location-content > p {
    color: var(--neel-new-muted);
    line-height: 1.78;
    margin-bottom: 28px;
}

.neel-newproj-distance-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.neel-newproj-distance-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 17px 18px;
    border-radius: 16px;
    background: var(--neel-new-soft);
    border: 1px solid rgba(17, 24, 39, 0.06);
}

.neel-newproj-distance-list li span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--neel-new-dark);
    font-weight: 700;
    line-height: 1.35;
}

.neel-newproj-distance-list li span i {
    color: var(--neel-new-red);
}

.neel-newproj-distance-list li strong {
    color: var(--neel-new-red);
    white-space: nowrap;
}

.neel-newproj-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.neel-newproj-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.08);
    min-height: 250px;
}

.neel-newproj-gallery-card:nth-child(1),
.neel-newproj-gallery-card:nth-child(6) {
    grid-column: span 2;
}

.neel-newproj-gallery-placeholder {
    min-height: 250px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 24px;
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(17, 24, 39, 0.10), rgba(17, 24, 39, 0.78)),
        linear-gradient(135deg, #23324d, #ff4136);
}

.neel-newproj-gallery-card:nth-child(2n) .neel-newproj-gallery-placeholder {
    background:
        linear-gradient(180deg, rgba(17, 24, 39, 0.10), rgba(17, 24, 39, 0.78)),
        linear-gradient(135deg, #385f45, #111827);
}

.neel-newproj-gallery-placeholder span {
    display: block;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
}

.neel-newproj-developer-sec {
    background: #ffffff;
}

.neel-newproj-developer-card {
    padding: 46px 48px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 92% 12%, rgba(255, 65, 54, 0.18), transparent 30%),
        linear-gradient(135deg, #111827 0%, #1b1b1b 100%);
}

.neel-newproj-developer-card h2 {
    color: #ffffff;
    font-size: clamp(30px, 4vw, 44px);
    margin-bottom: 14px;
}

.neel-newproj-developer-card p:not(.sub-title) {
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.78;
    margin-bottom: 0;
}

.neel-newproj-faq-wrap {
    max-width: 920px;
    margin: 0 auto;
}

.neel-newproj-faq-item {
    background: #ffffff;
    border: 1px solid var(--neel-new-border);
    border-radius: 18px;
    margin-bottom: 14px;
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.05);
    overflow: hidden;
}

.neel-newproj-faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 22px 26px;
    color: var(--neel-new-dark);
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.neel-newproj-faq-item summary::-webkit-details-marker {
    display: none;
}

.neel-newproj-faq-item summary:after {
    content: "+";
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 65, 54, 0.10);
    color: var(--neel-new-red);
    font-size: 22px;
    font-weight: 600;
}

.neel-newproj-faq-item[open] summary:after {
    content: "−";
}

.neel-newproj-faq-item p {
    color: var(--neel-new-muted);
    padding: 0 26px 24px;
    margin: 0;
    line-height: 1.75;
}

.neel-newproj-cta-sec {
    background: #ffffff;
}

.neel-newproj-cta-card {
    border-radius: 30px;
    padding: 60px 40px;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 65, 54, 0.20), transparent 30%),
        linear-gradient(135deg, #111827 0%, #1b1b1b 100%);
}

.neel-newproj-cta-card h2 {
    color: #ffffff;
    font-size: clamp(32px, 4vw, 52px);
    margin-bottom: 14px;
}

.neel-newproj-cta-card > p:not(.sub-title) {
    max-width: 720px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.78;
}

@media (max-width: 1199px) {
    .neel-newproj-hero {
        min-height: auto;
        padding: 90px 0;
    }

    .neel-newproj-stat-wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .neel-newproj-map-card,
    .neel-newproj-location-content,
    .neel-newproj-map-placeholder {
        min-height: 520px;
    }
}

@media (max-width: 991px) {
    .neel-newproj-hero-card {
        max-width: 620px;
        margin: 0 auto;
    }

    .neel-newproj-location-sec .col-xl-6,
    .neel-newproj-location-sec .col-lg-6 {
        display: block;
    }

    .neel-newproj-map-card,
    .neel-newproj-location-content,
    .neel-newproj-map-placeholder {
        min-height: auto;
    }

    .neel-newproj-map-placeholder {
        min-height: 380px;
    }

    .neel-newproj-location-content {
        padding: 34px 28px;
    }

    .neel-newproj-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .neel-newproj-gallery-card:nth-child(1),
    .neel-newproj-gallery-card:nth-child(6) {
        grid-column: span 1;
    }
}

@media (max-width: 767px) {
    .neel-newproj-hero {
        padding: 72px 0;
    }

    .neel-newproj-hero-content h1 {
        font-size: 36px;
    }

    .neel-newproj-hero-content > p,
    .neel-newproj-content-text p {
        font-size: 15px;
    }

    .neel-newproj-stat-wrap,
    .neel-newproj-snapshot-grid,
    .neel-newproj-gallery-grid {
        grid-template-columns: 1fr;
    }

    .neel-newproj-stat {
        padding: 18px 16px;
    }

    .neel-newproj-hero-card-body {
        padding: 24px 22px;
    }

    .neel-newproj-overview-img {
        min-height: 320px;
        border-radius: 20px;
    }

    .neel-newproj-feature-card {
        padding: 26px 22px;
        border-radius: 18px;
    }

    .neel-newproj-distance-list li {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .neel-newproj-developer-card,
    .neel-newproj-cta-card {
        padding: 34px 24px;
        border-radius: 22px;
    }

    .neel-newproj-faq-item summary {
        font-size: 16px;
        padding: 20px 20px;
    }

    .neel-newproj-faq-item p {
        padding: 0 20px 22px;
    }
}

@media (max-width: 480px) {
    .neel-newproj-btn-wrap .th-btn {
        width: 100%;
        justify-content: center;
    }

    .neel-newproj-hero-content h1 {
        font-size: 32px;
    }
}












/* ==========================================================
   Rajatbhoomi 12 - Image Management Fix
   Scoped only for Rajatbhoomi 12 new project page
   Paste at bottom of existing neel-home.css
   ========================================================== */

.neel-new-project-rajatbhoomi-12 .neel-newproj-image-placeholder {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.12);
}

/* Hero card image - brochure/front image */
.neel-new-project-rajatbhoomi-12 .neel-newproj-image-placeholder-1 {
    background-image: url("/Content/assets/images/rajatbhumi12/rajatbhumi12_1.jpg");
    min-height: auto !important;
    aspect-ratio: 2048 / 968;
    border-radius: 24px 24px 0 0;
    background-size: cover;
    background-position: center center;
}

/* Overview image - layout/location image */
.neel-new-project-rajatbhoomi-12 .neel-newproj-image-placeholder-2 {
    background-image: url("/Content/assets/images/rajatbhumi12/rajatbhumi12_2.jpg");
    min-height: auto !important;
    aspect-ratio: 2048 / 968;
    border-radius: 26px;
    background-size: cover;
    background-position: center center;
}

/* Remove unwanted text over image if image is enough */
.neel-new-project-rajatbhoomi-12 .neel-newproj-image-placeholder-2 span,
.neel-new-project-rajatbhoomi-12 .neel-newproj-image-placeholder-2 small {
    display: none !important;
}

/* Hero card image wrapper */
.neel-new-project-rajatbhoomi-12 .neel-newproj-hero-card-img {
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    background: #f5f5f5;
}

/* Make hero card more balanced */
.neel-new-project-rajatbhoomi-12 .neel-newproj-hero-card {
    overflow: hidden;
    border-radius: 24px;
}

/* Overview image card should look premium */
.neel-new-project-rajatbhoomi-12 .neel-newproj-overview-img {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: #ffffff;
}

/* Soft overlay for readability and premium look */
.neel-new-project-rajatbhoomi-12 .neel-newproj-image-placeholder-1:after,
.neel-new-project-rajatbhoomi-12 .neel-newproj-image-placeholder-2:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 35%, rgba(0, 0, 0, 0.10) 100%);
    pointer-events: none;
}

/* Optional hero-section background image management if used on this page */
.neel-new-project-rajatbhoomi-12 .hero-section {
    background-image: url("/Content/assets/images/rajatbhumi12/hero-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 720px;
}

/* Gallery image placeholders - if used later */
.neel-new-project-rajatbhoomi-12 .neel-newproj-gallery-placeholder {
    min-height: 260px;
    border-radius: 22px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Desktop refinement */
@media (min-width: 1200px) {
    .neel-new-project-rajatbhoomi-12 .neel-newproj-image-placeholder-1 {
        aspect-ratio: 2048 / 968;
    }

    .neel-new-project-rajatbhoomi-12 .neel-newproj-image-placeholder-2 {
        aspect-ratio: 2048 / 968;
    }
}

/* Tablet */
@media (max-width: 1199px) {
    .neel-new-project-rajatbhoomi-12 .neel-newproj-image-placeholder-1,
    .neel-new-project-rajatbhoomi-12 .neel-newproj-image-placeholder-2 {
        aspect-ratio: 16 / 8.5;
        border-radius: 22px;
    }

    .neel-new-project-rajatbhoomi-12 .neel-newproj-hero-card-img {
        border-radius: 22px 22px 0 0;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .neel-new-project-rajatbhoomi-12 .neel-newproj-image-placeholder-1,
    .neel-new-project-rajatbhoomi-12 .neel-newproj-image-placeholder-2 {
        aspect-ratio: 16 / 10;
        border-radius: 18px;
        background-position: center center;
    }

    .neel-new-project-rajatbhoomi-12 .neel-newproj-hero-card-img {
        border-radius: 18px 18px 0 0;
    }

    .neel-new-project-rajatbhoomi-12 .neel-newproj-overview-img {
        border-radius: 18px;
    }

    .neel-new-project-rajatbhoomi-12 .hero-section {
        min-height: 520px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .neel-new-project-rajatbhoomi-12 .neel-newproj-image-placeholder-1,
    .neel-new-project-rajatbhoomi-12 .neel-newproj-image-placeholder-2 {
        aspect-ratio: 4 / 3;
    }
}




















/* ==========================================================
   Vrindavan Park 12 - Uploaded Brochure Images
   Scoped only for Vrindavan Park 12 page
   ========================================================== */

.neel-new-project-vrindavan-park-12 .neel-vp12-image-placeholder-1,
.neel-new-project-vrindavan-park-12 .neel-vp12-image-placeholder-2 {
    position: relative;
    width: 100%;
    min-height: auto !important;
    aspect-ratio: 2048 / 967;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.neel-new-project-vrindavan-park-12 .neel-vp12-image-placeholder-1 {
    background-image: url("/Content/assets/images/vrindavanpark12/Vrindavan Park 12_page-0001.jpg");
    border-radius: 24px 24px 0 0;
}

.neel-new-project-vrindavan-park-12 .neel-vp12-image-placeholder-2 {
    background-image: url("/Content/assets/images/vrindavanpark12/Vrindavan Park 12_page-0002.jpg");
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.12);
}

.neel-new-project-vrindavan-park-12 .neel-vp12-image-placeholder-1:after,
.neel-new-project-vrindavan-park-12 .neel-vp12-image-placeholder-2:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 35%, rgba(0, 0, 0, 0.08) 100%);
    pointer-events: none;
}

.neel-new-project-vrindavan-park-12 .neel-newproj-hero-card-img {
    overflow: hidden;
    border-radius: 24px 24px 0 0;
}

.neel-new-project-vrindavan-park-12 .neel-newproj-overview-img {
    overflow: hidden;
    border-radius: 26px;
}

/* Tablet */
@media (max-width: 1199px) {
    .neel-new-project-vrindavan-park-12 .neel-vp12-image-placeholder-1,
    .neel-new-project-vrindavan-park-12 .neel-vp12-image-placeholder-2 {
        aspect-ratio: 16 / 8.5;
        border-radius: 22px;
    }

    .neel-new-project-vrindavan-park-12 .neel-newproj-hero-card-img {
        border-radius: 22px 22px 0 0;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .neel-new-project-vrindavan-park-12 .neel-vp12-image-placeholder-1,
    .neel-new-project-vrindavan-park-12 .neel-vp12-image-placeholder-2 {
        aspect-ratio: 16 / 10;
        border-radius: 18px;
        background-position: center center;
    }

    .neel-new-project-vrindavan-park-12 .neel-newproj-hero-card-img,
    .neel-new-project-vrindavan-park-12 .neel-newproj-overview-img {
        border-radius: 18px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .neel-new-project-vrindavan-park-12 .neel-vp12-image-placeholder-1,
    .neel-new-project-vrindavan-park-12 .neel-vp12-image-placeholder-2 {
        aspect-ratio: 4 / 3;
    }
}














/* ==========================================================
   Vrindavan Park 15 - Uploaded Brochure Images
   Scoped only for Vrindavan Park 15 page
   ========================================================== */

.neel-new-project-vrindavan-park-15 .neel-vp15-image-placeholder-1,
.neel-new-project-vrindavan-park-15 .neel-vp15-image-placeholder-2 {
    position: relative;
    width: 100%;
    min-height: auto !important;
    aspect-ratio: 2048 / 960;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.neel-new-project-vrindavan-park-15 .neel-vp15-image-placeholder-1 {
    background-image: url("/Content/assets/images/vrindavanpark15/Vrindavan Park 15_page-0001.jpg");
    border-radius: 24px 24px 0 0;
}

.neel-new-project-vrindavan-park-15 .neel-vp15-image-placeholder-2 {
    background-image: url("/Content/assets/images/vrindavanpark15/Vrindavan Park 15_page-0002.jpg");
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.12);
}

.neel-new-project-vrindavan-park-15 .neel-vp15-image-placeholder-1:after,
.neel-new-project-vrindavan-park-15 .neel-vp15-image-placeholder-2:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 35%, rgba(0, 0, 0, 0.08) 100%);
    pointer-events: none;
}

.neel-new-project-vrindavan-park-15 .neel-newproj-hero-card-img {
    overflow: hidden;
    border-radius: 24px 24px 0 0;
}

.neel-new-project-vrindavan-park-15 .neel-newproj-overview-img {
    overflow: hidden;
    border-radius: 26px;
}

/* Tablet */
@media (max-width: 1199px) {
    .neel-new-project-vrindavan-park-15 .neel-vp15-image-placeholder-1,
    .neel-new-project-vrindavan-park-15 .neel-vp15-image-placeholder-2 {
        aspect-ratio: 16 / 8.5;
        border-radius: 22px;
    }

    .neel-new-project-vrindavan-park-15 .neel-newproj-hero-card-img {
        border-radius: 22px 22px 0 0;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .neel-new-project-vrindavan-park-15 .neel-vp15-image-placeholder-1,
    .neel-new-project-vrindavan-park-15 .neel-vp15-image-placeholder-2 {
        aspect-ratio: 16 / 10;
        border-radius: 18px;
        background-position: center center;
    }

    .neel-new-project-vrindavan-park-15 .neel-newproj-hero-card-img,
    .neel-new-project-vrindavan-park-15 .neel-newproj-overview-img {
        border-radius: 18px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .neel-new-project-vrindavan-park-15 .neel-vp15-image-placeholder-1,
    .neel-new-project-vrindavan-park-15 .neel-vp15-image-placeholder-2 {
        aspect-ratio: 4 / 3;
    }
}












/* ==========================================================
   Vrindavan Park 14 - Uploaded Brochure Images
   Scoped only for Vrindavan Park 14 page
   ========================================================== */

.neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-1,
.neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-2,
.neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-3,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-1,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-2,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-3,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-4,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-5,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-6 {
    position: relative;
    width: 100%;
    min-height: auto !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Hero image */
.neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-1 {
    background-image: url("/Content/assets/images/vrindavanpark14/Vrindavan Park 14_page-0001.jpg");
    aspect-ratio: 1594 / 797;
    border-radius: 24px 24px 0 0;
}

/* Overview image */
.neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-2 {
    background-image: url("/Content/assets/images/vrindavanpark14/Vrindavan Park 14_page-0002.jpg");
    aspect-ratio: 1594 / 797;
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.12);
}

/* Location / map image */
.neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-3 {
    background-image: url("/Content/assets/images/vrindavanpark14/Vrindavan Park 14_page-0003.jpg");
    aspect-ratio: 1594 / 797;
    min-height: 420px !important;
    border-radius: 26px;
}

/* Gallery images */
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-1 {
    background-image: url("/Content/assets/images/vrindavanpark14/Vrindavan Park 14_page-0001.jpg");
}

.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-2 {
    background-image: url("/Content/assets/images/vrindavanpark14/Vrindavan Park 14_page-0002.jpg");
}

.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-3 {
    background-image: url("/Content/assets/images/vrindavanpark14/Vrindavan Park 14_page-0003.jpg");
}

.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-4 {
    background-image: url("/Content/assets/images/vrindavanpark14/Vrindavan Park 14_page-0004.jpg");
}

.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-5 {
    background-image: url("/Content/assets/images/vrindavanpark14/Vrindavan Park 14_page-0005.jpg");
}

.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-6 {
    background-image: url("/Content/assets/images/vrindavanpark14/Vrindavan Park 14_page-0006.jpg");
}

.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-1,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-2,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-3,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-4,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-5,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-6 {
    aspect-ratio: 1594 / 797;
    min-height: 245px !important;
    border-radius: 22px;
    box-shadow: 0 14px 36px rgba(17, 24, 39, 0.10);
}

/* Hide old placeholder text */
.neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-1 span,
.neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-1 small,
.neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-2 span,
.neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-2 small,
.neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-3 span,
.neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-3 small,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-1 span,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-2 span,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-3 span,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-4 span,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-5 span,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-6 span {
    display: none !important;
}

.neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-1:after,
.neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-2:after,
.neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-3:after,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-1:after,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-2:after,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-3:after,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-4:after,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-5:after,
.neel-new-project-vrindavan-park-14 .neel-vp14-gallery-6:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 35%, rgba(0, 0, 0, 0.08) 100%);
    pointer-events: none;
}

.neel-new-project-vrindavan-park-14 .neel-newproj-hero-card-img {
    overflow: hidden;
    border-radius: 24px 24px 0 0;
}

.neel-new-project-vrindavan-park-14 .neel-newproj-overview-img,
.neel-new-project-vrindavan-park-14 .neel-newproj-map-card {
    overflow: hidden;
    border-radius: 26px;
}

/* Tablet */
@media (max-width: 1199px) {
    .neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-1,
    .neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-2,
    .neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-3,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-1,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-2,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-3,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-4,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-5,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-6 {
        aspect-ratio: 16 / 8.5;
        border-radius: 22px;
    }

    .neel-new-project-vrindavan-park-14 .neel-newproj-hero-card-img {
        border-radius: 22px 22px 0 0;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-1,
    .neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-2,
    .neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-3,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-1,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-2,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-3,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-4,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-5,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-6 {
        aspect-ratio: 16 / 10;
        border-radius: 18px;
        background-position: center center;
    }

    .neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-3 {
        min-height: 280px !important;
    }

    .neel-new-project-vrindavan-park-14 .neel-newproj-hero-card-img,
    .neel-new-project-vrindavan-park-14 .neel-newproj-overview-img,
    .neel-new-project-vrindavan-park-14 .neel-newproj-map-card {
        border-radius: 18px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-1,
    .neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-2,
    .neel-new-project-vrindavan-park-14 .neel-vp14-image-placeholder-3,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-1,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-2,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-3,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-4,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-5,
    .neel-new-project-vrindavan-park-14 .neel-vp14-gallery-6 {
        aspect-ratio: 4 / 3;
    }
}
















/* ==========================================================
   Vrindavan Park 12 Landing Page
   Scoped only for VrindavanParkNaveenNagpur page
   Safe to add below existing neel-home.css
   ========================================================== */

.neel-vp12-landing-page {
    background: #ffffff;
    overflow: hidden;
}

.neel-vp12-landing-page .container {
    max-width: 1180px;
}

.neel-vp12-landing-page .space {
    padding-top: 76px;
    padding-bottom: 76px;
}

.neel-vp12-landing-page .sec-title {
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.15;
}

.neel-vp12-section-desc {
    max-width: 720px;
    color: #655f5f;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

/* Hero */
.neel-vp12-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 78% 25%, rgba(255, 65, 54, 0.22), transparent 34%), linear-gradient(135deg, #080d18 0%, #111827 48%, #1b1b1b 100%);
    overflow: hidden;
    padding: 120px 0 95px;
}

.neel-vp12-hero-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: 0.45;
    pointer-events: none;
}

.neel-vp12-hero:after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -220px;
    bottom: -190px;
    border-radius: 50%;
    border: 1px solid rgba(255, 65, 54, 0.22);
    background: rgba(255, 65, 54, 0.05);
}

.neel-vp12-hero .container {
    position: relative;
    z-index: 2;
}

.neel-vp12-hero-content {
    max-width: 780px;
}

.neel-vp12-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 65, 54, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.neel-vp12-kicker:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--theme-color);
    box-shadow: 0 0 0 5px rgba(255, 65, 54, 0.14);
}

.neel-vp12-hero h1 {
    max-width: 820px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin-bottom: 22px;
}

.neel-vp12-hero h1 span {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.neel-vp12-hero h1 span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 10px;
    background: rgba(255, 65, 54, 0.45);
    z-index: -1;
    border-radius: 999px;
}

.neel-vp12-hero-content > p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.78;
    margin-bottom: 30px;
}

.neel-vp12-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 34px;
}

.neel-vp12-hero-pills span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 700;
}

.neel-vp12-hero-pills i {
    color: var(--theme-color);
}

.neel-vp12-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.neel-vp12-white-btn {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
}

.neel-vp12-white-btn:hover {
    background: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    color: #ffffff !important;
}

/* Hero Card */
.neel-vp12-hero-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.neel-vp12-card-top {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(17, 24, 39, 0.10);
}

.neel-vp12-card-top > span {
    display: inline-flex;
    color: var(--theme-color);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.neel-vp12-card-top h2 {
    color: #111827;
    font-size: 34px;
    line-height: 1.18;
    margin-bottom: 10px;
}

.neel-vp12-card-top p {
    color: #655f5f;
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 0;
}

.neel-vp12-card-points {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
}

.neel-vp12-card-points div {
    padding: 17px 18px;
    border-radius: 16px;
    background: #f8f5f4;
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.neel-vp12-card-points strong {
    display: block;
    color: #111827;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 6px;
}

.neel-vp12-card-points span {
    color: #655f5f;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
}

.neel-vp12-call-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px 18px;
    border-radius: 18px;
    background: #111827;
    color: #ffffff;
}

.neel-vp12-call-box:hover {
    background: var(--theme-color);
    color: #ffffff;
}

.neel-vp12-call-box i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: var(--theme-color);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neel-vp12-call-box:hover i {
    background: #ffffff;
    color: var(--theme-color);
}

.neel-vp12-call-box span,
.neel-vp12-call-box strong {
    display: block;
}

.neel-vp12-call-box span {
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
}

.neel-vp12-call-box strong {
    color: #ffffff;
    font-size: 18px;
}

/* Trust */
.neel-vp12-trust-sec {
    background: #ffffff;
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
    padding: 22px 0;
}

.neel-vp12-trust-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.neel-vp12-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 15px;
    border-radius: 999px;
    background: #f8f5f4;
    border: 1px solid rgba(26, 26, 26, 0.08);
    color: #111827;
    font-size: 13px;
    font-weight: 800;
}

.neel-vp12-trust-item i {
    color: var(--theme-color);
}

/* Stats */
.neel-vp12-stats-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%);
}

.neel-vp12-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.neel-vp12-stat-card {
    min-height: 190px;
    padding: 30px 24px;
    border-radius: 24px;
    background: #111827;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.11);
}

.neel-vp12-stat-card strong {
    display: block;
    color: #ffffff;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 12px;
}

.neel-vp12-stat-card span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.55;
}

.neel-vp12-note {
    max-width: 850px;
    margin: 24px auto 0;
    color: #7a7373;
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
}

/* Location */
.neel-vp12-location-sec {
    background: #ffffff;
}

.neel-vp12-location-card {
    height: 100%;
    padding: 30px 26px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
    transition: 0.35s ease;
}

.neel-vp12-location-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 65, 54, 0.24);
    box-shadow: 0 22px 52px rgba(17, 24, 39, 0.10);
}

.neel-vp12-location-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: rgba(255, 65, 54, 0.10);
    color: var(--theme-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 22px;
}

.neel-vp12-location-card h3 {
    color: #111827;
    font-size: 21px;
    line-height: 1.32;
    margin-bottom: 10px;
}

.neel-vp12-location-card p {
    color: #655f5f;
    font-size: 14.5px;
    line-height: 1.72;
    margin-bottom: 0;
}

/* Amenities */
.neel-vp12-amenities-sec {
    background: radial-gradient(circle at 18% 12%, rgba(255, 65, 54, 0.22), transparent 34%), linear-gradient(135deg, #151515 0%, #1b1b1b 52%, #101010 100%);
}

.neel-vp12-white-desc {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 24px;
}

.neel-vp12-complete-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 65, 54, 0.16);
    color: #ffffff;
    border: 1px solid rgba(255, 65, 54, 0.36);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.neel-vp12-amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.neel-vp12-amenity-item {
    min-height: 92px;
    padding: 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.11);
    display: flex;
    align-items: center;
    gap: 16px;
    transition: 0.3s ease;
}

.neel-vp12-amenity-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 65, 54, 0.13);
    border-color: rgba(255, 65, 54, 0.34);
}

.neel-vp12-amenity-item i {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: var(--theme-color);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.neel-vp12-amenity-item span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
}

/* Momentum */
.neel-vp12-momentum-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%);
}

.neel-vp12-momentum-card {
    height: 100%;
    padding: 30px 24px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
    transition: 0.35s ease;
}

.neel-vp12-momentum-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 65, 54, 0.24);
    box-shadow: 0 22px 52px rgba(17, 24, 39, 0.10);
}

.neel-vp12-momentum-card span {
    display: inline-flex;
    color: var(--theme-color);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    margin-bottom: 12px;
}

.neel-vp12-momentum-card h3 {
    color: #111827;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 12px;
}

.neel-vp12-momentum-card p {
    color: #655f5f;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 0;
}

/* About */
.neel-vp12-about-sec {
    background: #ffffff;
}

.neel-vp12-about-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 54px;
    background: radial-gradient(circle at 82% 20%, rgba(255, 65, 54, 0.18), transparent 34%), linear-gradient(135deg, #080d18 0%, #111827 52%, #1b1b1b 100%);
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.14);
}

.neel-vp12-about-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: 0.42;
}

.neel-vp12-about-card > * {
    position: relative;
    z-index: 1;
}

.neel-vp12-about-text p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15.5px;
    line-height: 1.78;
    margin-bottom: 14px;
}

.neel-vp12-about-text p:last-child {
    margin-bottom: 0;
}

.neel-vp12-about-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.neel-vp12-about-stats div {
    padding: 26px 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.11);
}

.neel-vp12-about-stats strong {
    display: block;
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 10px;
}

.neel-vp12-about-stats span {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.5;
}

.neel-vp12-lake-chip {
    margin-top: 34px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 65, 54, 0.14);
    border: 1px solid rgba(255, 65, 54, 0.28);
    color: rgba(255, 255, 255, 0.84);
    display: flex;
    align-items: center;
    gap: 14px;
}

.neel-vp12-lake-chip i {
    color: var(--theme-color);
    font-size: 22px;
}

.neel-vp12-lake-chip strong {
    color: #ffffff;
}

/* Enquiry */
.neel-vp12-enquiry-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%);
}

.neel-vp12-enquiry-wrap {
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.09);
}

.neel-vp12-enquiry-left {
    min-height: 100%;
    padding: 54px 46px;
    background: radial-gradient(circle at 18% 14%, rgba(255, 65, 54, 0.25), transparent 30%), linear-gradient(135deg, #080d18 0%, #111827 52%, #1b1b1b 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neel-vp12-enquiry-left span {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.neel-vp12-enquiry-left h2 {
    color: #ffffff;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    margin-bottom: 16px;
}

.neel-vp12-enquiry-left p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 24px;
}

.neel-vp12-contact-list {
    display: grid;
    gap: 12px;
}

.neel-vp12-contact-list a {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
}

.neel-vp12-contact-list a:hover {
    color: var(--theme-color);
}

.neel-vp12-form-box {
    min-height: 100%;
    padding: 54px 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neel-vp12-form-box h3 {
    color: #111827;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 26px;
}

.neel-vp12-form-box label {
    display: block;
    color: #111827;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
       margin-bottom: 5px;
    margin-top: 12px;
}

.neel-vp12-form-box .form-control {
    height: 54px;
    border-radius: 14px;
    background: #f8f5f4;
    border: 1px solid rgba(26, 26, 26, 0.10);
    color: #111827;
    padding: 0 16px;
}

.neel-vp12-form-box .form-control:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 4px rgba(255, 65, 54, 0.10);
    background: #ffffff;
}

.neel-vp12-form-note {
    color: #7a7373;
    font-size: 11.5px;
    line-height: 1.65;
    text-align: center;
    margin: 14px 0 0;
}

.neel-vp12-or-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 22px 0;
}

.neel-vp12-or-divider:before,
.neel-vp12-or-divider:after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(26, 26, 26, 0.12);
}

.neel-vp12-or-divider span {
    color: #9a9494;
    font-size: 12px;
    font-weight: 800;
}

.neel-vp12-whatsapp-btn {
    width: 100%;
    min-height: 54px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 800;
}

.neel-vp12-whatsapp-btn:hover {
    background: #1fb958;
    color: #ffffff;
    transform: translateY(-2px);
}

.neel-vp12-rera-line {
    color: #7a7373;
    font-size: 11.5px;
    line-height: 1.65;
    text-align: center;
    margin: 16px 0 0;
}

.neel-vp12-thankyou {
    display: none;
    text-align: center;
    padding: 20px 0;
}

.neel-vp12-thankyou > i {
    color: var(--theme-color);
    font-size: 54px;
    margin-bottom: 16px;
}

.neel-vp12-thankyou h3 {
    color: #111827;
    font-size: 30px;
    margin-bottom: 10px;
}

.neel-vp12-thankyou p {
    color: #655f5f;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 22px;
}

/* RERA */
.neel-vp12-rera-card {
    max-width: 850px;
    margin: 54px auto 0;
    padding: 28px 34px;
    border-radius: 26px;
    background: linear-gradient(135deg, #06250f 0%, #081d12 100%);
    border: 1px solid rgba(110, 231, 168, 0.22);
    box-shadow: 0 24px 70px rgba(6, 37, 15, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.neel-vp12-rera-qr {
    width: 132px;
    min-width: 132px;
    height: 132px;
    padding: 10px;
    background: #ffffff;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neel-vp12-rera-qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.neel-vp12-rera-content {
    text-align: center;
}

.neel-vp12-rera-content h3 {
    color: #f7c948;
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 14px;
}

.neel-vp12-rera-content p {
    color: rgba(255, 255, 255, 0.90);
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 3px;
}

.neel-vp12-rera-content p strong {
    color: #ffffff;
    font-weight: 700;
}

.neel-vp12-rera-content p span {
    color: #f7c948;
    font-weight: 700;
}

.neel-vp12-rera-content a {
    color: #6ee7a8;
    font-weight: 700;
}

.neel-vp12-rera-content a:hover {
    color: #ffffff;
}

.neel-vp12-disclaimer {
    max-width: 950px;
    margin: 32px auto 0;
    color: #777;
    font-size: 12px;
    line-height: 1.75;
    text-align: center;
}

/* Responsive */
@media (max-width: 1199px) {
    .neel-vp12-landing-page .space {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .neel-vp12-hero {
        min-height: auto;
        padding: 100px 0 78px;
    }

    .neel-vp12-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .neel-vp12-hero-card {
        max-width: 560px;
    }
}

@media (max-width: 991px) {
    .neel-vp12-hero {
        padding: 88px 0 68px;
    }

    .neel-vp12-hero h1 {
        font-size: 42px;
    }

    .neel-vp12-amenities-grid {
        grid-template-columns: 1fr;
    }

    .neel-vp12-about-card {
        padding: 40px 30px;
    }

    .neel-vp12-enquiry-left,
    .neel-vp12-form-box {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .neel-vp12-landing-page .space {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .neel-vp12-hero {
        padding: 78px 0 58px;
    }

    .neel-vp12-hero h1 {
        font-size: 34px;
    }

    .neel-vp12-hero-content > p {
        font-size: 15px;
    }

    .neel-vp12-btn-wrap .th-btn {
        width: 100%;
        justify-content: center;
    }

    .neel-vp12-hero-card {
        padding: 26px 22px;
        border-radius: 22px;
    }

    .neel-vp12-stats-grid,
    .neel-vp12-about-stats {
        grid-template-columns: 1fr;
    }

    .neel-vp12-stat-card {
        min-height: auto;
    }

    .neel-vp12-lake-chip {
        align-items: flex-start;
    }

    .neel-vp12-rera-card {
        flex-direction: column;
        text-align: center;
        padding: 26px 22px;
    }
}

@media (max-width: 575px) {
    .neel-vp12-landing-page .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .neel-vp12-hero h1 {
        font-size: 31px;
    }

    .neel-vp12-kicker {
        font-size: 10px;
        line-height: 1.5;
    }

    .neel-vp12-card-top h2,
    .neel-vp12-form-box h3 {
        font-size: 28px;
    }

    .neel-vp12-location-card,
    .neel-vp12-momentum-card {
        border-radius: 18px;
    }

    .neel-vp12-about-card,
    .neel-vp12-enquiry-wrap {
        border-radius: 22px;
    }

    .neel-vp12-enquiry-left,
    .neel-vp12-form-box {
        padding: 30px 22px;
    }

    .neel-vp12-rera-qr {
        width: 118px;
        min-width: 118px;
        height: 118px;
    }
}


















/* ==========================================================
   Samruddhi Corridor Page - Neel Infratech
   Scoped only for Samruddhi page
   Safe to add below existing neel-home.css
   ========================================================== */

.neel-samruddhi-page {
    background: #ffffff;
    overflow: hidden;
}

.neel-samruddhi-page .container {
    max-width: 1180px;
}

.neel-samruddhi-page .space {
    padding-top: 76px;
    padding-bottom: 76px;
}

.neel-samruddhi-page .sec-title {
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.15;
}

.neel-samruddhi-section-desc {
    max-width: 720px;
    color: #655f5f;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

/* Hero */
.neel-samruddhi-hero {
    position: relative;
    min-height: 740px;
    padding: 120px 0 95px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: radial-gradient(circle at 78% 25%, rgba(255, 65, 54, 0.22), transparent 34%), linear-gradient(135deg, #080d18 0%, #111827 48%, #1b1b1b 100%);
}

.neel-samruddhi-hero-bg-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.025);
    font-size: clamp(90px, 17vw, 220px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -5px;
    white-space: nowrap;
    pointer-events: none;
}

.neel-samruddhi-hero-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: 0.45;
    pointer-events: none;
}

.neel-samruddhi-hero:after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -220px;
    bottom: -190px;
    border-radius: 50%;
    border: 1px solid rgba(255, 65, 54, 0.22);
    background: rgba(255, 65, 54, 0.05);
}

.neel-samruddhi-hero .container {
    position: relative;
    z-index: 2;
}

.neel-samruddhi-hero-content {
    max-width: 780px;
}

.neel-samruddhi-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 65, 54, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.neel-samruddhi-kicker:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--theme-color);
    box-shadow: 0 0 0 5px rgba(255, 65, 54, 0.14);
}

.neel-samruddhi-hero h1 {
    max-width: 820px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin-bottom: 22px;
}

.neel-samruddhi-hero h1 span {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.neel-samruddhi-hero h1 span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 10px;
    background: rgba(255, 65, 54, 0.45);
    z-index: -1;
    border-radius: 999px;
}

.neel-samruddhi-hero-content > p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.78;
    margin-bottom: 32px;
}

.neel-samruddhi-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 32px;
}

.neel-samruddhi-white-btn {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
}

.neel-samruddhi-white-btn:hover {
    background: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    color: #ffffff !important;
}

.neel-samruddhi-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.neel-samruddhi-hero-badges span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.13);
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 700;
}

.neel-samruddhi-hero-badges i {
    color: var(--theme-color);
}

/* Hero Card */
.neel-samruddhi-hero-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.neel-samruddhi-hero-card > span {
    display: inline-flex;
    color: var(--theme-color);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.neel-samruddhi-hero-card h2 {
    color: #111827;
    font-size: 34px;
    line-height: 1.18;
    margin-bottom: 10px;
}

.neel-samruddhi-hero-card p {
    color: #655f5f;
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 22px;
}

.neel-samruddhi-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 22px;
}

.neel-samruddhi-snapshot-grid div {
    padding: 18px 16px;
    border-radius: 16px;
    background: #f8f5f4;
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.neel-samruddhi-snapshot-grid strong {
    display: block;
    color: #111827;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 6px;
}

.neel-samruddhi-snapshot-grid small {
    display: block;
    color: #655f5f;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
}

.neel-samruddhi-call-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px 18px;
    border-radius: 18px;
    background: #111827;
    color: #ffffff;
}

.neel-samruddhi-call-box:hover {
    background: var(--theme-color);
    color: #ffffff;
}

.neel-samruddhi-call-box i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: var(--theme-color);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neel-samruddhi-call-box:hover i {
    background: #ffffff;
    color: var(--theme-color);
}

.neel-samruddhi-call-box span,
.neel-samruddhi-call-box strong {
    display: block;
}

.neel-samruddhi-call-box span {
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
}

.neel-samruddhi-call-box strong {
    color: #ffffff;
    font-size: 18px;
}

/* Corridor */
.neel-samruddhi-corridor-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%);
}

.neel-samruddhi-corridor-card {
    height: 100%;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 28px 24px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
    transition: 0.35s ease;
}

.neel-samruddhi-corridor-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 65, 54, 0.24);
    box-shadow: 0 22px 52px rgba(17, 24, 39, 0.10);
}

.neel-samruddhi-feature-card {
    background: #111827;
    border-color: rgba(255, 255, 255, 0.10);
        margin-top: 30px;
}

.neel-samruddhi-distance {
    width: 72px;
    min-width: 72px;
    min-height: 72px;
    border-radius: 18px;
    background: #111827;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.neel-samruddhi-distance.highlight {
    background: var(--theme-color);
}

.neel-samruddhi-distance strong {
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
}

.neel-samruddhi-distance span {
    font-size: 10px;
    letter-spacing: 0.08em;
    font-weight: 800;
    margin-top: 4px;
}

.neel-samruddhi-corridor-card h3 {
    color: #111827;
    font-size: 21px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.neel-samruddhi-feature-card h3 {
    color: #ffffff;
}

.neel-samruddhi-corridor-card p {
    color: #655f5f;
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.neel-samruddhi-feature-card p {
    color: rgba(255, 255, 255, 0.72);
}

.neel-samruddhi-status {
    display: inline-flex;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.neel-samruddhi-status.active {
    background: rgba(22, 163, 74, 0.10);
    color: #138a3d;
}

.neel-samruddhi-status.progress {
    background: rgba(255, 65, 54, 0.10);
    color: var(--theme-color);
}

.neel-samruddhi-status.upcoming {
    background: rgba(37, 99, 235, 0.10);
    color: #2563eb;
}

/* Numbers */
.neel-samruddhi-numbers-sec {
    background: #111827;
    padding: 0;
}

.neel-samruddhi-numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.neel-samruddhi-numbers-grid div {
    padding: 40px 24px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.neel-samruddhi-numbers-grid div:last-child {
    border-right: 0;
}

.neel-samruddhi-numbers-grid strong {
    display: block;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1;
    margin-bottom: 10px;
}

.neel-samruddhi-numbers-grid span {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.5;
}

/* Project */
.neel-samruddhi-project-sec {
    background: radial-gradient(circle at 18% 12%, rgba(255, 65, 54, 0.22), transparent 34%), linear-gradient(135deg, #151515 0%, #1b1b1b 52%, #101010 100%);
}

.neel-samruddhi-project-text p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15.5px;
    line-height: 1.78;
    margin-bottom: 14px;
}

.neel-samruddhi-feature-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    display: grid;
    gap: 12px;
}

.neel-samruddhi-feature-list li {
    color: rgba(255, 255, 255, 0.82);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    line-height: 1.45;
}

.neel-samruddhi-feature-list i {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    background: var(--theme-color);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.neel-samruddhi-spec-box {
    padding: 32px 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.neel-samruddhi-spec-box > div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.neel-samruddhi-spec-box > div span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
}

.neel-samruddhi-spec-box > div strong {
    color: #ffffff;
    font-size: 14px;
    text-align: right;
}

.neel-samruddhi-wa-btn {
    width: 100%;
    min-height: 54px;
    margin-top: 24px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 800;
}

.neel-samruddhi-wa-btn:hover {
    background: #1fb958;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Timeline */
.neel-samruddhi-timeline-sec {
    background: #ffffff;
}

.neel-samruddhi-timeline {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding-left: 34px;
    border-left: 3px solid rgba(26, 26, 26, 0.10);
}

.neel-samruddhi-timeline-item {
    position: relative;
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 1px dashed rgba(26, 26, 26, 0.12);
}

.neel-samruddhi-timeline-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.neel-samruddhi-timeline-dot {
    position: absolute;
    left: -48px;
    top: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--theme-color);
    border: 3px solid var(--theme-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
}

.neel-samruddhi-timeline-item.done .neel-samruddhi-timeline-dot,
.neel-samruddhi-timeline-item.now .neel-samruddhi-timeline-dot {
    background: var(--theme-color);
    color: #ffffff;
}

.neel-samruddhi-timeline-item small {
    display: inline-flex;
    color: var(--theme-color);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    margin-bottom: 8px;
}

.neel-samruddhi-timeline-item h3 {
    color: #111827;
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.neel-samruddhi-timeline-item p {
    color: #655f5f;
    font-size: 14.5px;
    line-height: 1.72;
    margin-bottom: 0;
}

/* Why Now */
.neel-samruddhi-why-sec {
    background: radial-gradient(circle at 18% 12%, rgba(255, 65, 54, 0.22), transparent 34%), linear-gradient(135deg, #080d18 0%, #111827 52%, #1b1b1b 100%);
}

.neel-samruddhi-white-desc {
    color: rgba(255, 255, 255, 0.70);
}

.neel-samruddhi-why-card {
    height: 100%;
    padding: 32px 26px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.11);
    transition: 0.35s ease;
}

.neel-samruddhi-why-card:hover {
    transform: translateY(-7px);
    background: rgba(255, 65, 54, 0.13);
    border-color: rgba(255, 65, 54, 0.34);
}

.neel-samruddhi-why-card strong {
    display: block;
    color: #ffffff;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 18px;
}

.neel-samruddhi-why-card h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.neel-samruddhi-why-card p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 0;
}

.neel-samruddhi-risk-note {
    max-width: 950px;
    margin: 34px auto 0;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    line-height: 1.75;
    text-align: center;
}

/* Amenities */
.neel-samruddhi-amenities-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%);
}

.neel-samruddhi-done-badge {
    display: inline-flex;
    width: fit-content;
    margin-top: 16px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 65, 54, 0.10);
    color: var(--theme-color);
    border: 1px solid rgba(255, 65, 54, 0.22);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.neel-samruddhi-amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.neel-samruddhi-amenities-grid div {
    min-height: 112px;
    padding: 22px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
    display: flex;
    align-items: center;
    gap: 14px;
    transition: 0.35s ease;
}

.neel-samruddhi-amenities-grid div:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 65, 54, 0.24);
    box-shadow: 0 20px 46px rgba(17, 24, 39, 0.09);
}

.neel-samruddhi-amenities-grid i {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: rgba(255, 65, 54, 0.10);
    color: var(--theme-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.neel-samruddhi-amenities-grid span {
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

/* Finance */
.neel-samruddhi-finance-sec {
    background: #ffffff;
}

.neel-samruddhi-finance-box {
    padding: 42px 34px;
    border-radius: 28px;
    background: #111827;
    box-shadow: 0 20px 55px rgba(17, 24, 39, 0.14);
    text-align: center;
}

.neel-samruddhi-finance-box strong {
    display: block;
    color: #ffffff;
    font-size: 88px;
    line-height: 1;
    margin-bottom: 14px;
}

.neel-samruddhi-finance-box strong span {
    font-size: 44px;
}

.neel-samruddhi-finance-box h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 8px;
}

.neel-samruddhi-finance-box p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 0;
}

.neel-samruddhi-finance-steps {
    display: grid;
    gap: 14px;
}

.neel-samruddhi-finance-steps div {
    position: relative;
    padding: 20px 20px 20px 72px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
}

.neel-samruddhi-finance-steps span {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--theme-color);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
}

.neel-samruddhi-finance-steps h4 {
    color: #111827;
    font-size: 18px;
    margin-bottom: 6px;
}

.neel-samruddhi-finance-steps p {
    color: #655f5f;
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Enquiry */
.neel-samruddhi-enquiry-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%);
}

.neel-samruddhi-enquiry-wrap {
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.09);
}

.neel-samruddhi-enquiry-left {
    min-height: 100%;
    padding: 54px 46px;
    background: radial-gradient(circle at 18% 14%, rgba(255, 65, 54, 0.25), transparent 30%), linear-gradient(135deg, #080d18 0%, #111827 52%, #1b1b1b 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neel-samruddhi-enquiry-left span {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.neel-samruddhi-enquiry-left h2 {
    color: #ffffff;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    margin-bottom: 16px;
}

.neel-samruddhi-enquiry-left p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 24px;
}

.neel-samruddhi-enquiry-left a {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    margin-bottom: 12px;
}

.neel-samruddhi-enquiry-left a:hover {
    color: var(--theme-color);
}

.neel-samruddhi-form-box {
    min-height: 100%;
    padding: 54px 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neel-samruddhi-form-box h3 {
    color: #111827;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 26px;
}

.neel-samruddhi-form-box label {
    display: block;
    color: #111827;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
        margin-bottom: 5px;
    margin-top: 15px;
}

.neel-samruddhi-form-box .form-control {
    height: 54px;
    border-radius: 14px;
    background: #f8f5f4;
    border: 1px solid rgba(26, 26, 26, 0.10);
    color: #111827;
    padding: 0 16px;
}

.neel-samruddhi-form-box .form-control:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 4px rgba(255, 65, 54, 0.10);
    background: #ffffff;
}

.neel-samruddhi-form-note {
    color: #7a7373;
    font-size: 11.5px;
    line-height: 1.65;
    text-align: center;
    margin: 14px 0 0;
}

.neel-samruddhi-or-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 22px 0;
}

.neel-samruddhi-or-divider:before,
.neel-samruddhi-or-divider:after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(26, 26, 26, 0.12);
}

.neel-samruddhi-or-divider span {
    color: #9a9494;
    font-size: 12px;
    font-weight: 800;
}

.neel-samruddhi-whatsapp-btn {
    width: 100%;
    min-height: 54px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 800;
}

.neel-samruddhi-whatsapp-btn:hover {
    background: #1fb958;
    color: #ffffff;
    transform: translateY(-2px);
}

.neel-samruddhi-rera-line {
    color: #7a7373;
    font-size: 11.5px;
    line-height: 1.65;
    text-align: center;
    margin: 16px 0 0;
}

.neel-samruddhi-thankyou {
    display: none;
    text-align: center;
    padding: 20px 0;
}

.neel-samruddhi-thankyou > i {
    color: var(--theme-color);
    font-size: 54px;
    margin-bottom: 16px;
}

.neel-samruddhi-thankyou h3 {
    color: #111827;
    font-size: 30px;
    margin-bottom: 10px;
}

.neel-samruddhi-thankyou p {
    color: #655f5f;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.neel-samruddhi-disclaimer {
    max-width: 950px;
    margin: 32px auto 0;
    color: #777;
    font-size: 12px;
    line-height: 1.75;
    text-align: center;
}

/* Responsive */
@media (max-width: 1199px) {
    .neel-samruddhi-page .space {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .neel-samruddhi-hero {
        min-height: auto;
        padding: 100px 0 78px;
    }

    .neel-samruddhi-numbers-grid,
    .neel-samruddhi-amenities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .neel-samruddhi-hero-card {
        max-width: 560px;
    }
}

@media (max-width: 991px) {
    .neel-samruddhi-hero {
        padding: 88px 0 68px;
    }

    .neel-samruddhi-hero h1 {
        font-size: 42px;
    }

    .neel-samruddhi-project-sec .sec-title {
        font-size: 34px;
    }

    .neel-samruddhi-enquiry-left,
    .neel-samruddhi-form-box {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .neel-samruddhi-page .space {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .neel-samruddhi-hero {
        padding: 78px 0 58px;
    }

    .neel-samruddhi-hero h1 {
        font-size: 34px;
    }

    .neel-samruddhi-hero-content > p {
        font-size: 15px;
    }

    .neel-samruddhi-btn-wrap .th-btn {
        width: 100%;
        justify-content: center;
    }

    .neel-samruddhi-hero-card {
        padding: 26px 22px;
        border-radius: 22px;
    }

    .neel-samruddhi-snapshot-grid,
    .neel-samruddhi-numbers-grid,
    .neel-samruddhi-amenities-grid {
        grid-template-columns: 1fr;
    }

    .neel-samruddhi-numbers-grid div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .neel-samruddhi-numbers-grid div:last-child {
        border-bottom: 0;
    }

    .neel-samruddhi-corridor-card {
        flex-direction: column;
    }

    .neel-samruddhi-spec-box > div {
        flex-direction: column;
        gap: 5px;
    }

    .neel-samruddhi-spec-box > div strong {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .neel-samruddhi-page .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .neel-samruddhi-hero h1 {
        font-size: 31px;
    }

    .neel-samruddhi-kicker {
        font-size: 10px;
        line-height: 1.5;
    }

    .neel-samruddhi-hero-card h2,
    .neel-samruddhi-form-box h3 {
        font-size: 28px;
    }

    .neel-samruddhi-corridor-card,
    .neel-samruddhi-why-card,
    .neel-samruddhi-amenities-grid div {
        border-radius: 18px;
    }

    .neel-samruddhi-enquiry-wrap {
        border-radius: 22px;
    }

    .neel-samruddhi-enquiry-left,
    .neel-samruddhi-form-box {
        padding: 30px 22px;
    }

    .neel-samruddhi-finance-box strong {
        font-size: 68px;
    }
}

 .enq_btn {
    margin-top: 25px;
}

 .progress {
    height: auto; 
}









 /* Samruddhi Corridor Cards Gap Fix */
.neel-samruddhi-corridor-sec .row {
    row-gap: 0px;
}

.neel-samruddhi-corridor-sec [class*="col-"] {
    margin-bottom: 0;
}

.neel-samruddhi-corridor-card {
    min-height: 215px;
    margin-bottom: 0;
    padding: 30px 26px;
    align-items: flex-start;
}

.neel-samruddhi-corridor-card p {
    margin-bottom: 18px;
}

.neel-samruddhi-status {
    margin-top: 2px;
}

/* Fix when Bootstrap gy-24 class is not available */
.neel-samruddhi-corridor-sec .gy-24 {
    --bs-gutter-y: 28px;
}

/* Mobile spacing */
@media (max-width: 767px) {
    .neel-samruddhi-corridor-sec .row {
        row-gap: 20px;
    }

    .neel-samruddhi-corridor-sec .gy-24 {
        --bs-gutter-y: 20px;
    }

    .neel-samruddhi-corridor-card {
        min-height: auto;
        padding: 24px 20px;
    }
}


























/* ==========================================================
   Blog Page + Blog Details Page - Neel Infratech
   Scoped only for Blog pages
   Add this at bottom of existing neel-home.css
   ========================================================== */

.neel-blog-page,
.neel-blog-details-page {
    background: #ffffff;
    overflow: hidden;
}

.neel-blog-page .container,
.neel-blog-details-page .container {
    max-width: 1180px;
}

.neel-blog-page .space,
.neel-blog-details-page .space {
    padding-top: 76px;
    padding-bottom: 76px;
}

.neel-blog-page .title-area,
.neel-blog-details-page .title-area {
    margin-bottom: 38px;
}

.neel-blog-page .sec-title,
.neel-blog-details-page .sec-title {
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.15;
    margin-bottom: 14px;
}

.neel-blog-page .sub-title,
.neel-blog-details-page .sub-title {
    font-size: 11px;
    letter-spacing: 0.13em;
    margin-bottom: 9px;
}

.neel-blog-section-desc {
    max-width: 720px;
    color: #655f5f;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

/* Blog Hero */
.neel-blog-hero,
.neel-blog-details-hero {
    position: relative;
    min-height: 610px;
    padding: 120px 0 88px;
    min-height: 500px;
    padding: 50px 0 30px;   
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.neel-blog-hero-overlay,
.neel-blog-details-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 9, 20, 0.88) 0%, rgba(2, 9, 20, 0.68) 48%, rgba(2, 9, 20, 0.26) 100%);
}

.neel-blog-hero .container,
.neel-blog-details-hero .container {
    position: relative;
    z-index: 2;
}

.neel-blog-hero-content,
.neel-blog-details-hero-content {
    max-width: 820px;
    max-width: max-content;
}

.neel-blog-kicker,
.neel-blog-details-kicker {
    font-size: 11px;
    padding: 7px 14px;
    margin-bottom: 18px;
    background: rgba(255, 65, 54, 0.18);
    border-color: rgba(255, 255, 255, 0.22);
}

.neel-blog-hero-content h1,
.neel-blog-details-hero-content h1 {
       max-width: max-content;
    color: #ffffff;
    font-size: 47px;
    line-height: 1.40;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.neel-blog-hero-content p {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.76;
    margin-bottom: 0;
}

/* Blog Listing */
.neel-blog-list-sec {
    background: linear-gradient(180deg, #ffffff 0%, #f8f5f4 100%);
}

.neel-blog-card {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.08);
    transition: 0.35s ease;
}

.neel-blog-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 64px rgba(17, 24, 39, 0.13);
}

.neel-blog-img {
    position: relative;
    height: 260px;
    overflow: hidden;
    background: linear-gradient(180deg, #fbf8f7 0%, #f4f0ef 100%);
    display: block;
}

.neel-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.45s ease;
}

.neel-blog-card:hover .neel-blog-img img {
    transform: scale(1.06);
}

.neel-blog-img span {
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 2;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--theme-color);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.10);
}

.neel-blog-content {
    padding: 26px 24px 28px;
}

.neel-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding-bottom: 14px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.neel-blog-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #655f5f;
    font-size: 13px;
    line-height: 1.35;
}

.neel-blog-meta i {
    color: var(--theme-color);
}

.neel-blog-content h3 {
    font-size: 24px;
    line-height: 1.28;
    margin-bottom: 12px;
}

.neel-blog-content h3 a {
    color: var(--title-color);
}

.neel-blog-content h3 a:hover {
    color: var(--theme-color);
}

.neel-blog-content p {
    color: #655f5f;
    font-size: 14px;
    line-height: 1.68;
    margin-bottom: 18px;
}

.neel-blog-readmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--title-color);
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
}

.neel-blog-readmore:hover {
    color: var(--theme-color);
}

.neel-blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 46px;
}

.neel-blog-pagination a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.10);
    color: var(--title-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06);
}

.neel-blog-pagination a:hover,
.neel-blog-pagination a.active {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #ffffff;
}

/* Blog CTA */
.neel-blog-cta-sec {
    background: #ffffff;
}

.neel-blog-cta-card {
    padding: 46px 48px;
    border-radius: 28px;
    background: radial-gradient(circle at 15% 20%, rgba(255, 65, 54, 0.20), transparent 30%), linear-gradient(135deg, #111827 0%, #1b1b1b 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.14);
}

.neel-blog-cta-card span {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.neel-blog-cta-card h2 {
    max-width: 700px;
    color: #ffffff;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.15;
    margin-bottom: 10px;
}

.neel-blog-cta-card p {
    color: rgba(255, 255, 255, 0.74);
    margin-bottom: 0;
}

/* Blog Details */
.neel-blog-details-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.neel-blog-details-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    font-weight: 600;
}

.neel-blog-details-meta i {
    color: var(--theme-color);
}

.neel-blog-details-sec {
    background: #ffffff;
}

.neel-blog-details-article {
    padding: 34px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 18px 46px rgba(17, 24, 39, 0.07);
}

.neel-blog-details-main-img {
    height: 430px;
    overflow: hidden;
    border-radius: 22px;
    background: #f6f2f1;
    margin-bottom: 30px;
}

.neel-blog-details-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.neel-blog-details-article p {
    color: #655f5f;
    font-size: 15.5px;
    line-height: 1.85;
    margin-bottom: 18px;
}

.neel-blog-details-article h2 {
    color: var(--title-color);
    font-size: 30px;
    line-height: 1.25;
    margin-top: 32px;
    margin-bottom: 14px;
}

.neel-blog-details-highlight {
    position: relative;
    padding: 30px 32px 30px 82px;
    margin: 32px 0;
    border-radius: 20px;
    background: rgba(255, 65, 54, 0.07);
    border: 1px solid rgba(255, 65, 54, 0.14);
}

.neel-blog-details-highlight i {
    position: absolute;
    left: 30px;
    top: 32px;
    color: var(--theme-color);
    font-size: 32px;
}

.neel-blog-details-highlight p {
    color: var(--title-color);
    font-size: 18px;
    line-height: 1.65;
    font-weight: 700;
    margin-bottom: 0;
}

.neel-blog-details-two-img {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 30px 0;
}

.neel-blog-details-two-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

.neel-blog-details-list {
    padding: 0;
    margin: 24px 0 26px;
    list-style: none;
    display: grid;
    gap: 12px;
}

.neel-blog-details-list li {
    position: relative;
    padding: 16px 18px 16px 52px;
    border-radius: 14px;
    background: #f8f5f4;
    color: #655f5f;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
}

.neel-blog-details-list li:before {
    content: "\f00c";
    font-family: var(--icon-font);
    position: absolute;
    left: 18px;
    top: 16px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--theme-color);
    color: #ffffff;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neel-blog-details-share {
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid rgba(26, 26, 26, 0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.neel-blog-details-share > span {
    color: var(--title-color);
    font-size: 16px;
    font-weight: 800;
}

.neel-blog-details-share div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.neel-blog-details-share a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f8f5f4;
    color: var(--title-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neel-blog-details-share a:hover {
    background: var(--theme-color);
    color: #ffffff;
}

/* Sidebar */
.neel-blog-sidebar {
    position: sticky;
    top: 110px;
}

.neel-blog-sidebar-widget {
    padding: 28px 26px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
    margin-bottom: 24px;
}

.neel-blog-sidebar-widget h3 {
    font-size: 24px;
    line-height: 1.25;
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.neel-blog-search-form {
    position: relative;
}

.neel-blog-search-form input {
    width: 100%;
    height: 54px;
    border-radius: 999px;
    border: 1px solid rgba(26, 26, 26, 0.12);
    background: #f8f5f4;
    padding: 0 58px 0 18px;
    color: var(--title-color);
    outline: none;
}

.neel-blog-search-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--theme-color);
    color: #ffffff;
}

.neel-blog-category-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.neel-blog-category-list li {
    margin-bottom: 12px;
}

.neel-blog-category-list li:last-child {
    margin-bottom: 0;
}

.neel-blog-category-list a {
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f8f5f4;
    color: #655f5f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
}

.neel-blog-category-list a:hover {
    background: var(--theme-color);
    color: #ffffff;
}

.neel-blog-category-list span {
    font-size: 12px;
    font-weight: 800;
}

.neel-blog-recent-post {
    display: flex;
    gap: 14px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.neel-blog-recent-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.neel-blog-recent-post img {
    width: 88px;
    height: 78px;
    min-width: 88px;
    object-fit: cover;
    border-radius: 12px;
}

.neel-blog-recent-post span {
    display: block;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
}

.neel-blog-recent-post a {
    color: var(--title-color);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 800;
}

.neel-blog-recent-post a:hover {
    color: var(--theme-color);
}

.neel-blog-sidebar-cta {
    padding: 30px 26px;
    border-radius: 22px;
    background: radial-gradient(circle at 18% 14%, rgba(255, 65, 54, 0.22), transparent 34%), linear-gradient(135deg, #111827 0%, #1b1b1b 100%);
    box-shadow: 0 18px 46px rgba(17, 24, 39, 0.16);
}

.neel-blog-sidebar-cta span {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.neel-blog-sidebar-cta h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.neel-blog-sidebar-cta p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 20px;
}

.neel-blog-related-sec {
    background: linear-gradient(180deg, #f8f5f4 0%, #ffffff 100%);
}

/* Responsive */
@media (max-width: 1199px) {
    .neel-blog-page .space,
    .neel-blog-details-page .space {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .neel-blog-hero,
    .neel-blog-details-hero {
        min-height: 560px;
        padding: 110px 0 76px;
    }

    .neel-blog-sidebar {
        position: static;
    }

    .neel-blog-cta-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 991px) {
    .neel-blog-page .space,
    .neel-blog-details-page .space {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .neel-blog-hero,
    .neel-blog-details-hero {
        min-height: 520px;
        padding: 96px 0 66px;
    }

    .neel-blog-hero-content h1,
    .neel-blog-details-hero-content h1 {
        font-size: 42px;
    }

    .neel-blog-details-main-img {
        height: 340px;
    }
}

@media (max-width: 767px) {
    .neel-blog-page .space,
    .neel-blog-details-page .space {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .neel-blog-hero,
    .neel-blog-details-hero {
        min-height: 500px;
        padding: 86px 0 58px;
    }

    .neel-blog-hero-content h1,
    .neel-blog-details-hero-content h1 {
        font-size: 34px;
    }

    .neel-blog-hero-content p {
        font-size: 14.5px;
    }

    .neel-blog-img {
        height: 230px;
    }

    .neel-blog-content {
        padding: 24px 20px 26px;
    }

    .neel-blog-details-article {
        padding: 22px;
        border-radius: 20px;
    }

    .neel-blog-details-main-img {
        height: 270px;
        border-radius: 16px;
    }

    .neel-blog-details-article h2 {
        font-size: 24px;
    }

    .neel-blog-details-highlight {
        padding: 24px 22px;
    }

    .neel-blog-details-highlight i {
        position: static;
        display: block;
        margin-bottom: 12px;
    }

    .neel-blog-details-highlight p {
        font-size: 16px;
    }

    .neel-blog-details-two-img {
        grid-template-columns: 1fr;
    }

    .neel-blog-details-two-img img {
        height: 220px;
    }

    .neel-blog-details-share {
        flex-direction: column;
        align-items: flex-start;
    }

    .neel-blog-cta-card {
        padding: 32px 24px;
        border-radius: 20px;
    }

    .neel-blog-cta-card .th-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .neel-blog-page .container,
    .neel-blog-details-page .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .neel-blog-page .space,
    .neel-blog-details-page .space {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .neel-blog-hero-content h1,
    .neel-blog-details-hero-content h1 {
        font-size: 31px;
    }

    .neel-blog-card,
    .neel-blog-sidebar-widget,
    .neel-blog-sidebar-cta {
        border-radius: 18px;
    }

    .neel-blog-img {
        height: 210px;
    }

    .neel-blog-content h3 {
        font-size: 21px;
    }

    .neel-blog-details-main-img {
        height: 230px;
    }

    .neel-blog-details-two-img img {
        height: 200px;
    }

    .neel-blog-pagination a {
        width: 40px;
        height: 40px;
    }
}




























/* Dynamic Blog HTML Content - Safe Scoped CSS */
.neel-blog-html-content {
    color: #2d2926;
}

.neel-blog-html-content h1 {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.18;
    color: var(--title-color);
    margin-bottom: 22px;
}

.neel-blog-html-content h2 {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.25;
    color: var(--title-color);
    margin-top: 38px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 65, 54, 0.16);
}

.neel-blog-html-content h3 {
    font-size: 22px;
    line-height: 1.35;
    color: var(--title-color);
    margin-top: 28px;
    margin-bottom: 10px;
}

.neel-blog-html-content p {
    color: #655f5f;
    font-size: 15.5px;
    line-height: 1.85;
    margin-bottom: 18px;
}

.neel-blog-html-content ul,
.neel-blog-html-content ol {
    padding-left: 22px;
    margin-bottom: 24px;
}

.neel-blog-html-content li {
    color: #655f5f;
    font-size: 15.5px;
    line-height: 1.75;
    margin-bottom: 10px;
}

.neel-blog-html-content strong {
    color: var(--title-color);
    font-weight: 800;
}

.neel-blog-html-content a {
    color: var(--theme-color);
    font-weight: 700;
}

.neel-blog-html-content blockquote,
.neel-blog-html-content .cta-box {
    padding: 24px 28px;
    border-radius: 18px;
    background: rgba(255, 65, 54, 0.07);
    border: 1px solid rgba(255, 65, 54, 0.14);
    color: var(--title-color);
    margin: 28px 0;
}

.neel-blog-empty {
    padding: 48px 28px;
    text-align: center;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.08);
}

.neel-blog-empty h3 {
    margin-bottom: 8px;
}

.neel-blog-empty p {
    margin-bottom: 0;
    color: #655f5f;
}

@media (max-width: 767px) {
    .neel-blog-html-content h1 {
        font-size: 30px;
    }

    .neel-blog-html-content h2 {
        font-size: 24px;
    }

    .neel-blog-html-content h3 {
        font-size: 20px;
    }

    .neel-blog-html-content p,
    .neel-blog-html-content li {
        font-size: 14.5px;
    }
}




















/* =========================
   Vrindavan Park 16-18 Hingna Page
   Add below existing neel-home.css
   ========================= */

.neel-vp1618-page {
    background: #ffffff;
    overflow: hidden;
}

.neel-vp1618-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #07111f 0%, #111827 55%, #3b1719 100%);
    padding: 110px 0 100px;
    overflow: hidden;
}

.neel-vp1618-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: 0.7;
}

.neel-vp1618-hero::after {
    content: "";
    position: absolute;
    right: -160px;
    bottom: -160px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(255, 64, 58, 0.12);
    filter: blur(10px);
}

.neel-vp1618-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 25%, rgba(255, 64, 58, 0.22), transparent 34%),
        radial-gradient(circle at 18% 75%, rgba(255, 255, 255, 0.08), transparent 36%);
    pointer-events: none;
}

.neel-vp1618-hero .container {
    position: relative;
    z-index: 2;
}

.neel-vp1618-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 999px;
    background: rgba(255, 64, 58, 0.16);
    border: 1px solid rgba(255, 64, 58, 0.42);
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.neel-vp1618-badge::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff403a;
    box-shadow: 0 0 0 6px rgba(255, 64, 58, 0.18);
}

.neel-vp1618-hero-content h1 {
    color: #ffffff;
    font-size: clamp(42px, 5.2vw, 78px);
    line-height: 1.05;
    letter-spacing: -2.8px;
    margin-bottom: 22px;
}

.neel-vp1618-tagline {
    color: #ff403a !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
    font-weight: 700;
    margin-bottom: 18px !important;
}

.neel-vp1618-hero-content p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 19px;
    line-height: 1.75;
    margin-bottom: 0;
}

.neel-vp1618-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 700px;
    margin: 38px 0 36px;
}

.neel-vp1618-hero-stats div {
    min-height: 118px;
    padding: 24px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(8px);
}

.neel-vp1618-hero-stats strong {
    display: block;
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 12px;
}

.neel-vp1618-hero-stats span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.neel-vp1618-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.neel-vp1618-hero-btns .style-border {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.45);
}

.neel-vp1618-hero-card {
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.neel-vp1618-hero-card-top {
    min-height: 280px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(rgba(7, 17, 31, 0.08), rgba(7, 17, 31, 0.08)),
        linear-gradient(135deg, #6b5f67 0%, #ff8b86 100%);
    text-align: center;
}

.neel-vp1618-hero-card-top span {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.neel-vp1618-hero-card-top h3 {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 0;
}

.neel-vp1618-hero-card-body {
    padding: 36px;
}

.neel-vp1618-hero-card-body p {
    color: #5f6268;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.neel-vp1618-hero-card-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.neel-vp1618-hero-card-body li {
    position: relative;
    padding-left: 23px;
    color: #111827;
    font-weight: 700;
    margin-bottom: 10px;
}

.neel-vp1618-hero-card-body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff403a;
}

.neel-vp1618-trust-strip {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 14px 35px rgba(17, 24, 39, 0.05);
}

.neel-vp1618-trust-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
}

.neel-vp1618-trust-grid div {
    padding: 24px 14px;
    text-align: center;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    border-right: 1px solid #eeeeee;
}

.neel-vp1618-trust-grid div:last-child {
    border-right: 0;
}

.neel-vp1618-image-box {
    min-height: 520px;
    border-radius: 28px;
    padding: 34px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
}

.neel-vp1618-image-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(7, 17, 31, 0.78), rgba(7, 17, 31, 0.04));
}

.neel-vp1618-image-box > div {
    position: relative;
    z-index: 2;
}

.neel-vp1618-image-box span {
    display: inline-block;
    color: #ff403a;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 8px;
}

.neel-vp1618-image-box h3 {
    color: #ffffff;
    font-size: 34px;
    margin-bottom: 8px;
}

.neel-vp1618-image-box p {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0;
}

.neel-vp1618-image-about {
    background-image: linear-gradient(135deg, #182235 0%, #404956 100%);
}

.neel-vp1618-image-map {
    background-image: linear-gradient(135deg, #182235 0%, #6b5f67 100%);
}

.neel-vp1618-content p {
    color: #60636a;
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 17px;
}

.neel-vp1618-content strong {
    color: #111827;
}

.neel-vp1618-highlight {
    margin-top: 26px;
    padding: 24px 26px;
    border-radius: 18px;
    background: #fff7f6;
    border-left: 4px solid #ff403a;
    color: #565961;
    line-height: 1.75;
}

.neel-vp1618-highlight strong {
    color: #111827;
}

.neel-vp1618-growth-sec {
    background:
        radial-gradient(circle at 80% 15%, rgba(255, 64, 58, 0.18), transparent 32%),
        linear-gradient(135deg, #07111f 0%, #111827 100%);
}

.neel-vp1618-growth-desc {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
}

.neel-vp1618-growth-card {
    height: 100%;
    padding: 34px 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: all 0.3s ease;
}

.neel-vp1618-growth-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 64, 58, 0.55);
    background: rgba(255, 255, 255, 0.1);
}

.neel-vp1618-growth-card span {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #ff403a;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 22px;
}

.neel-vp1618-growth-card h3 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 12px;
}

.neel-vp1618-growth-card p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    margin-bottom: 0;
}

.neel-vp1618-quote {
    margin-top: 38px;
    padding: 28px 34px;
    border-radius: 22px;
    background: rgba(255, 64, 58, 0.12);
    border-left: 4px solid #ff403a;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
}

.neel-vp1618-section-desc {
    max-width: 760px;
    margin: 0 auto;
    color: #60636a;
    font-size: 17px;
    line-height: 1.75;
}

.neel-vp1618-usp-sec {
    background: #f7f3f2;
}

.neel-vp1618-usp-card {
    height: 100%;
    padding: 34px 30px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 14px 45px rgba(17, 24, 39, 0.06);
    transition: all 0.3s ease;
}

.neel-vp1618-usp-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 65px rgba(17, 24, 39, 0.12);
}

.neel-vp1618-usp-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #111827;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 22px;
}

.neel-vp1618-usp-card h3 {
    font-size: 22px;
    margin-bottom: 13px;
    color: #111827;
}

.neel-vp1618-usp-card p {
    color: #60636a;
    line-height: 1.75;
    margin-bottom: 0;
}

.neel-vp1618-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-shadow: 0 18px 60px rgba(17, 24, 39, 0.06);
}

.neel-vp1618-snapshot-grid div {
    padding: 28px;
    background: #ffffff;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.neel-vp1618-snapshot-grid span {
    display: block;
    color: #ff403a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.neel-vp1618-snapshot-grid strong {
    display: block;
    color: #111827;
    font-size: 17px;
    line-height: 1.45;
}

.neel-vp1618-location-sec {
    background: #f7f3f2;
}

.neel-vp1618-distance-list {
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 16px 55px rgba(17, 24, 39, 0.07);
}

.neel-vp1618-distance-list div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 26px;
    border-bottom: 1px solid #eeeeee;
}

.neel-vp1618-distance-list div:last-child {
    border-bottom: 0;
}

.neel-vp1618-distance-list span {
    color: #111827;
    font-weight: 800;
}

.neel-vp1618-distance-list strong {
    color: #ff403a;
    white-space: nowrap;
    font-weight: 900;
}

.neel-vp1618-gallery-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 22px;
}

.neel-vp1618-gallery-item {
    min-height: 310px;
    border-radius: 24px;
    padding: 28px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 18px 55px rgba(17, 24, 39, 0.1);
}

.neel-vp1618-gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(7, 17, 31, 0.78), rgba(7, 17, 31, 0.06));
}

.neel-vp1618-gallery-item span {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
}

.neel-vp1618-gallery-1,
.neel-vp1618-gallery-2,
.neel-vp1618-gallery-3,
.neel-vp1618-gallery-4 {
    background-image: linear-gradient(135deg, #182235 0%, #777f8a 100%);
}

.neel-vp1618-developer-sec {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 64, 58, 0.18), transparent 32%),
        linear-gradient(135deg, #07111f 0%, #111827 100%);
}

.neel-vp1618-developer-content {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.neel-vp1618-developer-content p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 18px;
}

.neel-vp1618-dev-stats {
    max-width: 920px;
    margin: 34px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.neel-vp1618-dev-stats div {
    padding: 26px 18px;
    border-radius: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.neel-vp1618-dev-stats strong {
    display: block;
    color: #ffffff;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 10px;
}

.neel-vp1618-dev-stats span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.neel-vp1618-faq-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.neel-vp1618-faq-wrap details {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    padding: 0 26px;
    margin-bottom: 14px;
    box-shadow: 0 10px 35px rgba(17, 24, 39, 0.05);
}

.neel-vp1618-faq-wrap summary {
    cursor: pointer;
    list-style: none;
    padding: 22px 0;
    color: #111827;
    font-weight: 900;
    font-size: 18px;
}

.neel-vp1618-faq-wrap summary::-webkit-details-marker {
    display: none;
}

.neel-vp1618-faq-wrap p {
    color: #60636a;
    line-height: 1.8;
    margin-bottom: 24px;
}

.neel-vp1618-cta-sec {
    background: #f7f3f2;
}

.neel-vp1618-cta-box {
    padding: 64px 40px;
    border-radius: 30px;
    text-align: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 64, 58, 0.18), transparent 34%),
        linear-gradient(135deg, #07111f 0%, #111827 100%);
    box-shadow: 0 28px 80px rgba(17, 24, 39, 0.18);
}

.neel-vp1618-cta-box span {
    display: inline-block;
    color: #ff403a;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    margin-bottom: 12px;
}

.neel-vp1618-cta-box h2 {
    color: #ffffff;
    font-size: clamp(32px, 4vw, 54px);
    margin-bottom: 14px;
}

.neel-vp1618-cta-box p {
    max-width: 680px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.75;
}

.neel-vp1618-cta-box > div {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.neel-vp1618-cta-box .style-border {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 1199px) {
    .neel-vp1618-hero-content h1 {
        font-size: 54px;
    }

    .neel-vp1618-snapshot-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .neel-vp1618-trust-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .neel-vp1618-dev-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .neel-vp1618-hero {
        min-height: auto;
        padding: 80px 0;
    }

    .neel-vp1618-hero-content h1 {
        font-size: 46px;
        letter-spacing: -1.4px;
    }

    .neel-vp1618-hero-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .neel-vp1618-image-box {
        min-height: 420px;
    }

    .neel-vp1618-gallery-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .neel-vp1618-hero {
        padding: 65px 0;
    }

    .neel-vp1618-hero-content h1 {
        font-size: 38px;
    }

    .neel-vp1618-hero-content p {
        font-size: 16px;
    }

    .neel-vp1618-hero-stats {
        grid-template-columns: 1fr;
    }

    .neel-vp1618-hero-stats div {
        min-height: auto;
    }

    .neel-vp1618-trust-grid {
        grid-template-columns: 1fr;
    }

    .neel-vp1618-trust-grid div {
        border-right: 0;
        border-bottom: 1px solid #eeeeee;
    }

    .neel-vp1618-snapshot-grid {
        grid-template-columns: 1fr;
    }

    .neel-vp1618-distance-list div {
        flex-direction: column;
        gap: 7px;
    }

    .neel-vp1618-dev-stats {
        grid-template-columns: 1fr;
    }

    .neel-vp1618-cta-box {
        padding: 45px 24px;
    }

    .neel-vp1618-cta-box > div {
        flex-direction: column;
    }

    .neel-vp1618-cta-box .th-btn {
        width: 100%;
        justify-content: center;
    }
}










/* =========================
   Vrindavan Park 16-18 Hingna Images
   Add below existing Vrindavan Park 16-18 CSS in neel-home.css
   Image folder path:
   /Content/assets/images/vrindavanpark1618hingna/
   ========================= */

.neel-vp1618-hero {
    background:
        linear-gradient(90deg, rgba(7, 17, 31, 0.92) 0%, rgba(7, 17, 31, 0.82) 46%, rgba(7, 17, 31, 0.38) 100%),
        url('/Content/assets/images/vrindavanpark1618hingna/vrindavan-park-16-18-aerial-globe.jpg') center center / cover no-repeat;
}

.neel-vp1618-image-about {
    background-image: url('/Content/assets/images/vrindavanpark1618hingna/vrindavan-park-16-18-growth-corridor.jpg');
}

.neel-vp1618-image-map {
    background-image: url('/Content/assets/images/vrindavanpark1618hingna/vrindavan-park-16-18-layout-map.jpg');
    background-position: center center;
}

.neel-vp1618-gallery-1 {
    background-image: url('/Content/assets/images/vrindavanpark1618hingna/vrindavan-park-16-18-aerial-globe.jpg');
}

.neel-vp1618-gallery-2 {
    background-image: url('/Content/assets/images/vrindavanpark1618hingna/vrindavan-park-16-18-growth-corridor.jpg');
}

.neel-vp1618-gallery-3 {
    background-image: url('/Content/assets/images/vrindavanpark1618hingna/vrindavan-park-16-18-layout-map.jpg');
}

.neel-vp1618-gallery-4 {
    background-image: url('/Content/assets/images/vrindavanpark1618hingna/vrindavan-park-16-18-amenities-connectivity.jpg');
}

.neel-vp1618-image-box.neel-vp1618-image-about,
.neel-vp1618-image-box.neel-vp1618-image-map,
.neel-vp1618-gallery-item {
    background-size: cover;
    background-repeat: no-repeat;
}

.neel-vp1618-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.neel-vp1618-gallery-item {
    min-height: 360px;
    background-position: center center;
}

.neel-vp1618-gallery-3,
.neel-vp1618-gallery-4 {
    min-height: 420px;
}

.neel-vp1618-gallery-item span,
.neel-vp1618-image-box > div {
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

@media (max-width: 991px) {
    .neel-vp1618-gallery-grid {
        grid-template-columns: 1fr;
    }

    .neel-vp1618-gallery-item,
    .neel-vp1618-gallery-3,
    .neel-vp1618-gallery-4 {
        min-height: 330px;
    }
}

@media (max-width: 575px) {
    .neel-vp1618-hero {
        background:
            linear-gradient(180deg, rgba(7, 17, 31, 0.95) 0%, rgba(7, 17, 31, 0.88) 55%, rgba(7, 17, 31, 0.70) 100%),
            url('/Content/assets/images/vrindavanpark1618hingna/vrindavan-park-16-18-aerial-globe.jpg') center center / cover no-repeat;
    }

    .neel-vp1618-image-box,
    .neel-vp1618-gallery-item,
    .neel-vp1618-gallery-3,
    .neel-vp1618-gallery-4 {
        min-height: 280px;
    }
}








