
body {
    background: #edf1f7;
    font-family: Segoe UI,sans-serif
}

.text-primary {
    color: #0b3c9d !important;
}

.section-warp {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 1px 0 0 rgba(139, 141, 157, .05), 0 5px 10px -7px rgba(65, 71, 108, .25);
    /*box-shadow: 0 2px 8px rgb(0 0 0 / 2%), 1px 3px 5px rgb(0 0 0 / 2%);*/
}

.title {
    font-size: 24px;
    color: #082a68;
    margin-bottom: 3px;
}

.location {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 600;
}

.image-card {
    position: relative;
    background: #fff;
    border-radius: 15px;
    overflow: hidden
}

    .image-card img {
        width: 100%;
        height: 377px;
        object-fit: cover
    }

.badge-img {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #111;
    color: #fff;
    padding: 8px 14px;
    border-radius: 20px
}

.top-strip {
    display: flex;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);*/
}

    .top-strip > div {
        flex: 1;
        padding: 5px 15px;
        color: #00112a;
        font-weight: 500;
        font-size: 13px;
    }

    .top-strip h2 {
        color: #0d3c95;
        font-size: 22px;
    }

.center-box {
    text-align: center;
    border-left: 1px solid #ededed
}

    .center-box span {
        color: red
    }

.tagline {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.3em;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ededed
}

    .details-grid div {
        padding: 20px;
        border: 1px solid #f0f0f0
    }

    .details-grid span {
        display: block;
        margin-top: 8px;
        font-weight: 700
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size:12px;
}

    .breadcrumb a {
        text-decoration: none;
        color: #023c6e;
        transition: 0.3s;
        font-weight: 600;
    }

        .breadcrumb a:hover {
            color: #000;
        }

    .breadcrumb span {
        color: #555;
    }

    .breadcrumb .active {
        color: #000;
        font-weight: 400;
    }



@media(max-width:991px) {
    .details-grid {
        grid-template-columns: repeat(2,1fr)
    }

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

    .title {
        font-size: 22px
    }

    image-card img {
        height: 337px;
    }

    .section-warp {
        padding: 15px;
    }
}

.main-form-card {
    /* margin-top:-40px;*/
    /* transform: translateY(-40px);*/
    width: 100%;
    /* max-width: 380px;*/
    background-color: #002B70;
}

    .main-form-card .h3 {
        font-size: 22px;
        letter-spacing: 0.5px;
    }


    .main-form-card input.form-control, .main-form-card select {
        height: 40px;
    }

    .main-form-card .input-group-text.hht {
        height: 79px;
        align-items: normal;
    }

    .main-form-card .foot-icons span {
        font-size: 10px;
        font-weight: 500;
    }

    .main-form-card .foot-icons img {
        max-width: 25px;
        height: auto;
        object-fit: contain;
    }

.mt-minus-20 {
    margin-top: -20px;
}
/* Custom Colors mapped from image */
.bg-custom-blue {
    background-color: #002B70 !important;
}

.text-custom-blue {
    color: #002B70 !important;
}

.bg-dark-blue {
    background-color: #001F52;
}


.custom-input-group .input-group-text {
    padding-left: 16px;
    padding-right: 10px;
}

.custom-input-group input,
.custom-input-group select,
.custom-input-group textarea {
    font-size: 14px;
    border-color: #dee2e6;
}

    .custom-input-group input:focus,
    .custom-input-group select:focus,
    .custom-input-group textarea:focus {
        box-shadow: none;
        border-color: #dee2e6;
    }

.custom-input-group:focus-within {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13,110,253,.15);
    border-radius: var(--bs-border-radius);
}

.main-form-card button {
    height: 45px;
}

.style-label {
    font-size: 12px;
}

/* Yellow Submit Button Gradient Styling */
.btn-warning {
    background: linear-gradient(180deg, #FFD23F 0%, #E5A900 100%) !important;
}

/* Bottom CTA Icon Circles */
.cta-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #FFCC00;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFCC00;
    font-size: 20px;
}

.whatsapp-bg {
    background-color: #25D366;
}

.property-card {
    background: #fff;
    border: 1px solid #ebeced;
    border-radius: 15px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);*/
}



/*.contact-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px 20px; 
    background: #fff;
}

    .contact-actions a {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        border-radius: 10px;
        padding: 7px 10px;
    }

.call-btn {
    background: linear-gradient(180deg, #FFD23F 0%, #E5A900 100%) !important;
    color: #001d58;
}

.whatsapp-btn {
    background: linear-gradient(180deg, #25d366 0%, #1ab152 100%) !important;*/
/*  background: #25d366;*/
/*color: #fff;
}

.contact-actions i {
    font-size: 27px;
}

.contact-actions strong {
    display: block;
    font-size: 16px;
    line-height: 1;
}

.contact-actions small {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}*/



/* ==========================
   Contact Card
========================== */

.contact-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    background: #fff;
    border-radius: 16px 16px 0 0;
}

/* ==========================
   Common Box
========================== */

.contact-action-box {
    display: flex;
    align-items: center;
    padding: 6px 15px;
    border-radius: 12px;
    border: 1px solid #e1e3e5;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,.06);
    transition: .3s ease;
}

    .contact-action-box:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,0,0,.08);
    }

.action-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

    .action-icon i {
        color: #fff;
        font-size: 18px;
    }

.action-content {
    flex: 1;
    text-align: left;
}

    .action-content h4 {
        margin: 0 0 2px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
    }

    .action-content p {
        margin: 0;
        font-size: 12px;
        line-height: 1.3;
        font-weight: 500;
    }

.action-arrow {
    font-size: 16px;
}

/* ==========================
   Call Box
========================== */

.call-box {
    background: linear-gradient( 90deg, #fff9e8 0%, #fffef8 100% );
}

    .call-box .action-icon {
        background: #ffc107;
    }

    .call-box .action-content h4,
    .call-box .action-content p {
        color: #0a2a78;
    }

    .call-box .action-arrow {
        color: #f4b400;
    }

/* ==========================
   WhatsApp Box
========================== */

.whatsapp-box {
    background: linear-gradient( 90deg, #effcf4 0%, #f8fffb 100% );
}

    .whatsapp-box .action-icon {
        background: #25d366;
    }

    .whatsapp-box .action-content h4,
    .whatsapp-box .action-content p {
        color: #066848;
    }

    .whatsapp-box .action-arrow {
        color: #19c15a;
    }

/* ==========================
   Trust Row
========================== */

.trust-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-top: 1px solid #edf0f5;
    padding: 12px 15px;
}

.trust-item {
    flex: 1;
    text-align: center;
    font-size: 11px;
    color: #0a2a78;
}

    .trust-item i {
        display: block;
        margin-bottom: 5px;
        font-size: 18px;
    }

/* ==========================
   Mobile
========================== */

@media(max-width:767px) {

    .contact-actions {
        padding: 12px;
    }

    .contact-action-box {
        padding: 10px 12px;
    }

    .action-content h4 {
        font-size: 14px;
    }

    .action-content p {
        font-size: 11px;
    }

    .action-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

        .action-icon i {
            font-size: 16px;
        }
}






.property-item {
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-right: 1px solid #ebeced;
    border-bottom: 1px solid #ebeced;
}

    .property-item:nth-child(3),
    .property-item:nth-child(6) {
        border-right: none;
    }

    .property-item:nth-child(4),
    .property-item:nth-child(5),
    .property-item:nth-child(6) {
        border-bottom: none;
    }

.icon-box {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b3c9d;
    font-size: 20px;
}

.property-item span {
    display: block;
    color: #777;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
}

.property-item h6 {
    margin: 0;
    font-size: 11px;
    font-weight: normal;
    color: #111;
}

.brochure-btn {
    background: #003b95;
    color: #fff;
    border-radius: 12px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}

    .brochure-btn:hover, .brochure-btn:focus {
        background: #002d73;
        color: #fff;
    }

.callback-btn {
    border: 2px solid #003b95;
    color: #003b95;
    border-radius: 12px;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}

    .callback-btn:hover {
        background: #003b95;
        color: #fff;
    }

@media(max-width:768px) {

    .property-card {
        /* grid-template-columns: 1fr;*/
        grid-template-columns: repeat(2, 1fr);
    }

    .property-item {
        border-right: none !important;
        border-bottom: 1px solid #eceff4 !important;
    }

        .property-item:last-child {
            border-bottom: none !important;
        }

        .property-item h6 {
            font-size: 13px;
        }

    .brochure-btn,
    .callback-btn {
        font-size: 18px;
    }

    .top-strip h2 {
        color: #0d3c95;
        font-size: 18px;
    }

    .top-strip > div {
        font-size: 10px;
    }
}

.overview p {
    margin-bottom: 15px;
    text-align: justify;
    color: #111;
}

/*-------------------*/
.config-section {
    background: #fff;
}
/*
.section-title h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0d2f7c;
    margin-bottom: 10px;
}

.section-title span {
    width: 80px;
    height: 3px;
    background: #d6a33b;
    display: block;
}*/

.config-wrapper {
    border: 1px solid #dfe5f1;
    border-radius: 16px;
    overflow: hidden;
}

.table-responsive-custom {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.config-table {
    margin: 0;
    min-width: 800px;
}

.config-table {
    margin: 0;
}

    .config-table thead th {
        background: #0d2f7c;
        color: #fff;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
    }

        .config-table thead th:last-child {
            border-right: none;
        }

    .config-table tbody td {
        padding: 9px 10px;
        font-size: 15px;
        color: #1f2d4d;
        border-color: #dde4f3;
        text-align: center;
    }

    .config-table tbody tr:hover {
        background: #f8fbff;
    }

    .config-table strong {
        color: #0d2f7c;
        font-weight: 700;
    }

.view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #c4d5f1;
    color: #0d2f7c;
    padding: 3px 15px;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
    font-size: 13px;
}

    .view-btn:hover {
        background: #0d2f7c;
        color: #fff;
    }

@media (max-width: 768px) {
    .config-table {
        min-width: 800px;
    }
}
/*-------------------*/
/*.config-section {
}

.section-titles h3 {
    font-size: 18px;
    font-weight: 400;
    color: #002b70;
    letter-spacing: 1px;
    margin-bottom: -7px;
    line-height: 1;
}

.section-titles span {
    width: 90px;
    height: 2px;
    background: #f4b400;
    display: inline-block;
    border-radius: 30px;
}

.config-table-wrapper { 
    border-radius: 15px;
    overflow: hidden; 
}

.config-table {
    margin: 0;
}

    .config-table thead th {
        background: #002b70;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        padding: 12px;
        border-right: 1px solid rgba(255, 255, 255, .15);
        border-bottom: none;
    }

        .config-table thead th:last-child {
            border-right: none;
        }

    .config-table tbody td {
        text-align: center;
        padding: 9px 10px;
        font-size: 14px;
        color: #111827;
        border: 1px solid #e7e7e7;
        vertical-align: middle;
        font-weight: 500;
    }

    .config-table tbody tr:nth-child(even) {
        background: #fafcff;
    }

    .config-table tbody tr:hover {
        background: #f4f8ff;
        transition: .3s;
    }

    .config-table tbody td:first-child {
        font-weight: 500;
    }

.price {
    color: #002b70;
    font-size: 14px;
    font-weight: 700;
}

@media(max-width:991px) {

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

    .config-table thead th {
        font-size: 18px;
        padding: 18px;
    }

    .config-table tbody td {
        font-size: 16px;
        padding: 22px 10px;
    }

    .price {
        font-size: 18px;
    }
}*/

/*location css*/
.location-section {
    /*  background: #f6f6f6;*/
}

.location-card {
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    box-shadow: 0 2px 20px 0px rgb(0 0 0 / 10%);
}

.section-tag {
    color: #c28a14;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.location-title {
    font-size: 28px;
    font-weight: normal;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 0px;
}

.expressway-title {
    color: #0c2d63;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.7;
}

    .expressway-title span {
        width: 90px;
        height: 2px;
        background: #f4b400;
        display: block;
        border-radius: 30px;
    }

p.location-desc {
    margin-bottom: 10px;
    text-align: justify;
    color: #111;
}



.connectivity-section {
    padding: 20px 0;
    background: #fff;
}

.connectivity-row {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.connectivity-item {
    text-align: center;
    padding: 10px 10px;
    border-right: 1px solid #efefef;
    height: 100%;
}

    .connectivity-item .icon-box {
        width: 60px;
        height: 60px;
        margin: 0 auto 10px;
        border-radius: 50%;
        background: #fcf7eb;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .connectivity-item .icon-box i {
            font-size: 28px;
            color: #d4a12b;
        }

    .connectivity-item h3 {
        font-size: 18px;
        font-weight: 300;
        color: #0b2558;
        margin-bottom: 5px;
    }

    .connectivity-item p {
        margin: 0;
        color: #1f2f4d;
        font-size: 12px;
        line-height: 1.3;
        font-weight: 500;
    }

@media(max-width:991px) {

    .connectivity-item {
        border-right: none;
        border-bottom: 1px solid #e6e6e6;
    }

        .connectivity-item:nth-child(3),
        .connectivity-item:nth-child(4) {
            border-bottom: none;
        }

    /*.icon-box {
        width: 70px;
        height: 70px;
    }*/

    .icon-box i {
        font-size: 22px;
    }

    .connectivity-item h3 {
        font-size: 28px;
    }

    .connectivity-item p {
        font-size: 16px;
    }
}


.expressway-card {
    display: flex;
    align-items: center;
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    overflow: hidden;
    transition: .3s ease;
    min-height: 90px;
}

    .expressway-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0,0,0,.08);
    }

.expressway-icon {
    width: 90px;
    min-width: 90px;
    height: 90px;
    background: #062c73;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .expressway-icon i {
        font-size: 42px;
        color: #d8a62d;
    }

.expressway-content {
    flex: 1;
    padding: 5px 20px;
}

    .expressway-content h4 {
        font-size: 20px;
        font-weight: 300;
        color: #062c73;
        margin-bottom: 3px;
    }

    .expressway-content p {
        margin: 0;
        color: #27324a;
        font-size: 14px;
        line-height: 1.3;
    }

.expressway-arrow {
    width: 70px;
    text-align: center;
}

    .expressway-arrow i {
        font-size: 28px;
        color: #062c73;
    }

@media (max-width:768px) {

    .expressway-card {
        min-height: auto;
    }

    .expressway-icon {
        width: 70px;
        min-width: 70px;
        height: 90px;
    }

        .expressway-icon i {
            font-size: 30px;
        }

    .expressway-content {
        padding: 15px;
    }

        .expressway-content h4 {
            font-size: 20px;
        }

        .expressway-content p {
            font-size: 14px;
        }

    .expressway-arrow {
        width: 50px;
    }

        .expressway-arrow i {
            font-size: 18px;
        }
}


/* ===========================
   REAL ESTATE CONNECTIVITY
=========================== */

.rp-connectivity-section {
}

.rp-connectivity-wrapper {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 20px;
    padding: 20px 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,.04);
}

/* Heading */

.rp-connectivity-heading {
    margin-bottom: 5px;
}

    .rp-connectivity-heading h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 300;
        color: #082b6f;
        text-transform: uppercase;
        margin-bottom: -7px;
    }

    .rp-connectivity-heading span {
        display: block;
        width: 130px;
        height: 2px;
        margin-top: 12px;
        background: #d9a520;
    }

/* Cards */

.rp-connectivity-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    border-right: 1px solid #e9edf4;
    height: 100%;
    transition: .3s ease;
}

.rp-last-card {
    border-right: none;
}

.rp-connectivity-card:hover {
    background: #fafcff;
}

/* Icon */

.rp-connectivity-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    background: #f7f8fc;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .rp-connectivity-icon i {
        font-size: 24px;
        color: #082b6f;
    }

/* Content */

.rp-connectivity-content small {
    display: block;
    font-size: 12px;
    color: #000000;
    margin-bottom: 6px;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 500;
}

.rp-connectivity-content h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: #082b6f;
    line-height: 1;
}

.rp-connectivity-content p {
    margin: 1px 0 0;
    font-size: 14px;
    color: #082b6f;
    font-weight: 500;
    letter-spacing: 0;
}

/* Tablet */

@media(max-width:991px) {

    .rp-connectivity-card {
        border-right: none;
        border-bottom: 1px solid #edf0f5;
        padding: 20px;
    }

    .rp-connectivity-content h4 {
        font-size: 28px;
    }
}

/* Mobile */

@media(max-width:767px) {

    .rp-connectivity-wrapper {
        padding: 20px;
    }

    .rp-connectivity-heading h3 {
        font-size: 20px;
    }

    .rp-connectivity-card {
        flex-direction: column;
        text-align: center;
        border: 1px solid #edf0f5;
        border-radius: 14px;
        margin: 6px;
        min-height: 180px;
        padding: 20px 12px;
    }

    .rp-connectivity-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
    }

        .rp-connectivity-icon i {
            font-size: 20px;
        }

    .rp-connectivity-content h4 {
        font-size: 24px;
    }

    .rp-connectivity-content small {
        font-size: 13px;
    }

    .rp-connectivity-content p {
        font-size: 13px;
    }
}

/* ==========================
   DWARKA EXPRESSWAY CTA
========================== */

/*.rp-growth-banner {
    background: #f7f9fd;
    border: 1px solid #edf1f7;
    border-radius: 20px;
    padding: 20px 30px;
}

.rp-growth-content {
    display: flex;
    align-items: center;
    gap: 24px;
}

.rp-growth-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: linear-gradient( 135deg, #04245d, #0b3c9d );
    display: flex;
    align-items: center;
    justify-content: center;
}

    .rp-growth-icon i {
        color: #d9a520;
        font-size: 28px;
    }

.rp-growth-text h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 300;
    color: #082b6f;
}

.rp-growth-text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #44516b;
    letter-spacing: 0;
}*/

/* Button */

.rp-growth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 262px;
    height: 48px;
    background: #082b6f;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

    .rp-growth-btn:hover {
        background: #051f53;
        color: #fff;
        transform: translateY(-2px);
    }

    .rp-growth-btn i {
        font-size: 16px;
    }



@media(max-width:991px) {

    .rp-growth-banner {
        padding: 20px;
    }

    .rp-growth-text h3 {
        font-size: 26px;
    }

    .rp-growth-text p {
        font-size: 16px;
    }

    .rp-growth-btn {
        width: 100%;
        min-width: auto;
    }
}

/* Mobile */

@media(max-width:767px) {

    .rp-growth-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .rp-growth-icon {
        width: 65px;
        height: 65px;
        min-width: 65px;
    }

        .rp-growth-icon i {
            font-size: 28px;
        }

    .rp-growth-text h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    .rp-growth-text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .rp-growth-btn {
        height: 54px;
        font-size: 15px;
        width: 100%;
    }

    .rp-location-address {
        font-size: 14px;
        justify-content: center;
        text-align: center;
    }
}






.rp-master-plan {
    background: #fff;
}

.rp-master-heading span {
    color: #b8892d;
    font-weight: 600;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 10px;
}

.rp-master-heading h2 {
    font-size: 30px;
    font-weight: 300;
    color: #0c234f;
}

.rp-master-heading p {
    max-width: 700px;
    margin: auto;
    color: #666;
}

/*.rp-master-wrapper {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,.05);
}*/

.rp-plan-box,
.rp-highlight-box {
    /*  padding: 30px;*/
    height: 100%;
}

.rp-enlarge-btn {
    background: #8d1212;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 20px;
}

.rp-plan-image img {
    border-radius: 12px;
    width: 100%;
}



.rp-highlight-box h3 {
    color: #8d1212;
    font-weight: 300;
    margin-bottom: 30px;
}

.rp-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

    .rp-highlight-item i {
        width: 55px;
        height: 55px;
        min-width: 55px;
        min-height: 55px;
        flex: 0 0 55px;
        border: 1px solid #d7b36c;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #b8892d;
        font-size: 22px;
    }

    .rp-highlight-item h4 {
        font-size: 16px;
        margin-bottom: 2px;
        font-weight: 300;
    }

    .rp-highlight-item p {
        color: #666;
        margin: 0;
        line-height: 1.4;
    }

.rp-download-box {
    margin-top: 25px;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.rp-download-btn {
    background: #8d1212;
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 8px;
    white-space: nowrap;
    line-height: 1;
}

    .rp-download-btn:hover {
        color: #ccc;
    }


.rp-master-stats {
    margin-top: 20px;
}

.rp-stat-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
    transition: .3s;
    height: 100%;
}

    .rp-stat-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0,0,0,.08);
    }

.rp-stat-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border: 1px solid #d7b36c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fffdf8;
}

    .rp-stat-icon i {
        font-size: 24px;
        color: #b8892d;
    }

.rp-stat-content h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 300;
    color: #8d1212;
    line-height: 1;
}

.rp-stat-content p {
    margin: 5px 0 0;
    color: #666;
    font-size: 14px;
}

@media(max-width:767px) {

    .rp-stat-card {
        padding: 15px;
    }

    .rp-stat-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

        .rp-stat-icon i {
            font-size: 20px;
        }

    .rp-stat-content h3 {
        font-size: 22px;
    }

    .rp-stat-content p {
        font-size: 13px;
    }
}



@media(max-width:767px) {

    .rp-stat-card {
        padding: 20px 15px;
    }

    .rp-stat-icon {
        width: 55px;
        height: 55px;
        margin-bottom: 15px;
    }

        .rp-stat-icon i {
            font-size: 22px;
        }

    .rp-stat-card h3 {
        font-size: 28px;
    }

    .rp-stat-card p {
        font-size: 13px;
    }
}


@media(max-width:991px) {

    .rp-master-heading h2 {
        font-size: 36px;
    }

    .rp-download-box {
        flex-direction: column;
        text-align: center;
    }

    .rp-plan-points {
        grid-template-columns: 1fr;
    }
}



.master-plan-card {
    background: #fff;
}

.highlight-title {
    color: #8d1212;
    font-weight: 300;
    margin-bottom: 15px;
}


.highlight-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 75px;
    padding: 15px 10px;
    border-bottom: 1px solid #ececec;
}

    .highlight-item:nth-child(odd) {
        border-right: 1px solid #ececec;
    }

    .highlight-item span {
        font-size: 14px;
        line-height: 1.4;
        color: #222;
        font-weight: 500;
    }

.icon-circle {
    width: 50px;
    height: 50px;
    border: 2px solid #d4a53a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4a53a;
    font-size: 21px;
    flex-shrink: 0;
}

.master-plan-card .map-wrapper {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #eee;
    max-width: inherit;
}

    .master-plan-card .map-wrapper img {
        width: 100%;
        height: inherit;
        object-fit: cover;
    }

.cta-box {
    margin-top: 25px;
    background: #faf7f2;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}



.cta-content h4 {
    font-size: 16px;
    font-weight: 500;
    color: #16223b;
}

.cta-content p {
    font-size: 15px;
    color: #555;
    margin-bottom: 0;
}

.btn-master-plan {
    background: #a61212;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

    .btn-master-plan:hover {
        color: #fff;
        background: #870f0f;
    }

@media(max-width:991px) {

    .main-title {
        font-size: 34px;
    }

    .subtitle {
        font-size: 16px;
    }

    .highlight-grid {
        grid-template-columns: 1fr;
    }

    .highlight-item:nth-child(odd) {
        border-right: none;
    }

    .map-wrapper img {
        height: auto;
    }

    .cta-box {
        flex-direction: column;
        text-align: center;
    }

    .cta-left img {
        width: 120px;
    }
}








.amenities-section {
    background: #f7f8fb;
}


.factsheet-section {
    margin: 10px 0;
}

.factsheet-card {
    /*background: #fff;
    border-radius: 24px;*/
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    /*box-shadow: 0 10px 40px rgba(0,0,0,.06);*/
}

/* Left PDF Icon */

.factsheet-icon {
    padding-right: 30px;
    border-right: 1px solid #e8ebf2;
}

.pdf-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f4f7fd;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pdf-circle i {
        font-size: 54px;
        color: #0d2d6c;
    }

/* Content */

.factsheet-content {
    flex: 1;
    max-width: 420px;
}

.small-title {
    color: #c8952d;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.factsheet-content h2 {
    font-size: 22px;
    font-weight: 300;
    color: #081f5b;
    margin-bottom: 0px;
}

.factsheet-content p {
    color: #232426;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}

/* Features */

.factsheet-features {
    display: flex;
    align-items: center;
    border-left: 1px solid #e8ebf2;
    padding-left: 35px;
}

.feature {
    text-align: center;
    padding: 0 28px;
    border-right: 1px solid #e8ebf2;
}

    .feature i {
        font-size: 32px;
        color: #c8952d;
        margin-bottom: 10px;
        display: block;
    }

    .feature span {
        font-size: 13px;
        color: #081f5b;
        font-weight: 500;
        line-height: 1.3;
    }

/* Button */

.download-btn {
    min-width: 280px;
    height: 55px;
    background: #001f6b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 4px 0 #c8952d;
    transition: .3s;
}

    .download-btn:hover, .download-btn:focus {
        background: #082c88;
        color: #fff;
        transform: translateY(-2px);
    }

    .download-btn i {
        font-size: 24px;
        color: #f3b535;
    }

/* Responsive */

@media(max-width:1200px) {

    .factsheet-card {
        flex-wrap: wrap;
    }

    .factsheet-content h2 {
        font-size: 36px;
    }

    .download-btn {
        width: 100%;
        min-width: 100%;
    }
}

@media(max-width:768px) {

    .factsheet-card {
        padding: 25px;
        text-align: center;
    }

    .factsheet-icon,
    .factsheet-features {
        border: none;
        padding: 0;
    }

    .factsheet-features {
        width: 100%;
        justify-content: center;
    }

    .feature {
        padding: 0 15px;
    }

    .factsheet-content h2 {
        font-size: 30px;
    }

    .factsheet-content p {
        font-size: 16px;
    }
}





.amenities-grid > div {
    border-right: 1px solid #e9e9e9;
}

    .amenities-grid > div:nth-child(4n) {
        border-right: 0;
    }

    /* Row 1 ke niche line */
    .amenities-grid > div:nth-child(-n+4) {
        border-bottom: 1px solid #e9e9e9;
    }

.amenity-item {
    text-align: center;
    padding: 30px 15px;
    transition: all .3s ease;
    background: #fff;
}

.amenity-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #f5f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

    .amenity-icon i {
        font-size: 36px;
        color: #0d2f7c;
    }

.amenity-item h4 {
    font-size: 16px;
    font-weight: 500;
    color: #0b1f4d;
    margin-bottom: 10px;
}

.line {
    width: 40px;
    height: 2px;
    background: #d6a33b;
    display: block;
    margin: auto;
    transition: .3s;
}

/* Clean Hover Effect */
.amenity-item:hover {
    background: #fafbff;
}

    .amenity-item:hover .amenity-icon {
        transform: translateY(-5px);
        background: #eef4ff;
    }

    .amenity-item:hover .line {
        width: 60px;
    }

@media (max-width: 991px) {

    .amenities-grid > div {
        border-right: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
    }

        .amenities-grid > div:nth-child(2n) {
            border-right: 0;
        }

        /* Last row border remove */
        .amenities-grid > div:nth-last-child(-n+2) {
            border-bottom: 0;
        }
}





.payment-plan-section {
    background: #fff;
}



.payment-stats {
    border: 1px solid #d7deeb;
    border-radius: 15px;
    overflow: hidden;
    background: #f7f7f7;
}

    .payment-stats .col-lg-3 {
        border-right: 1px solid #d7deeb;
    }

        .payment-stats .col-lg-3:last-child {
            border-right: none;
        }

.stat-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

    .stat-box i {
        width: 50px;
        height: 50px;
        background: #e8effb;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0d2f7c;
        font-size: 24px;
        border: solid 1px #dee5f5;
    }

    .stat-box small {
        font-weight: 400;
        margin-bottom: 5px;
        line-height: 1;
        color: #404040;
        display: block;
    }

    .stat-box h5 {
        font-size: 19px;
        color: #002b70;
        line-height: 1;
    }


.payment-row {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 5px 0px;
    margin-bottom: 0;
    border-bottom: 1px solid #e7e8eb;
}

    .payment-row:last-child {
        border-bottom: none;
    }

.payment-info {
    width: 45%;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .payment-info h6 {
        color: #0d2f7c;
        line-height: 1;
    }

    .payment-info i {
        width: 65px;
        height: 55px;
        border-radius: 12px;
        background: #f5f8ff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0d2f7c;
        font-size: 26px;
    }

.payment-line {
    flex: 1;
    border-bottom: 2px dotted #0d47a1;
}

.payment-percent {
    min-width: 120px;
    text-align: center;
    background: #f5f8ff;
    color: #d6a33b;
    font-size: 26px;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px;
}

.payment-benefits {
    background: #f7f9ff;
    border: 1px solid #e6eaf1;
    border-radius: 12px;
    overflow: hidden;
    padding-left: 10px;
    margin-top: 15px;
}

.benefit-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 10px 10px;
    padding-right: 10px;
    border-right: 1px solid #dfe5f1;
    height: 100%;
}

    .benefit-item i {
        font-size: 28px;
        color: #0d2f7c;
    }

    .benefit-item span {
        color: #0d2f7c;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.4;
    }

@media (max-width: 768px) {

    .payment-benefits {
        padding-left: 0;
    }

    .payment-row {
        flex-direction: column;
        align-items: stretch;
        gap: 5px;
        padding: 15px 10px;
    }

    .payment-info {
        width: 100%;
        gap: 12px;
    }

        .payment-info i {
            width: 45px;
            height: 45px;
            font-size: 20px;
            flex-shrink: 0;
        }

        .payment-info h6 {
            font-size: 15px;
            line-height: 1.4;
            margin-bottom: 0;
        }

    .payment-line {
        width: 100%;
        flex: none;
        border-bottom: 2px dotted #0d47a1;
    }

    .payment-percent {
        width: 100%;
        min-width: auto;
        font-size: 22px;
        padding: 12px;
        text-align: center;
    }

    .stat-box h5 {
        font-size: 16px;
    }

    .stat-box small {
        font-size: 11px;
    }

    .stat-box i {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 576px) {

    .payment-row {
        padding: 12px 0px;
    }

    .payment-info {
        gap: 10px;
    }

        .payment-info i {
            width: 45px;
            height: 45px;
            font-size: 20px;
            border-radius: 10px;
        }

        .payment-info h6 {
            font-size: 12px;
            line-height: 1;
        }

        .payment-info span {
            font-size: 11px;
            line-height: 1;
        }

    .payment-percent {
        font-size: 20px;
        padding: 10px;
    }
}

/*.location-desc {
    color: #555;
    line-height: 1.8;
}*/















.map-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    max-width: 95%;
}

    .map-wrapper img {
        width: 100%;
        height: 470px;
        object-fit: cover;
        border: solid 1px #e7e7e7;
        border-radius: 25px;
    }

.project-pin {
    position: absolute;
    top: 5%;
    left: 5%;
    background: #0c2d63;
    color: #fff;
    padding: 5px 20px;
    border-radius: 12px;
    font-weight: 600;
}





@media(max-width:991px) {

    .location-card {
        padding: 25px;
    }

    .location-title {
        font-size: 34px;
    }

    .map-wrapper img {
        height: 300px;
    }

    .project-pin {
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
}
