.hero-section {
    position: relative;
    color: #fff;
}

/* Background */
.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('https://www.vajramnewtown2.com/images/projects/newtown/SlideImages/gallery-7.webp') center/cover no-repeat;
    z-index: -1;
}

/* Left Content */
.hero-content {
    padding: 80px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
}

.location {
    margin-bottom: 20px;
}

/* Highlight Box */
.highlight-box {
    background: rgba(0,0,0,0.6);
    padding: 15px;
    margin-bottom: 20px;
}

/* Info Box */
.info-box {
    background: #07af15;
    padding: 20px;
    margin-bottom: 20px;
}

.info-box ul {
    list-style: none;
    padding: 0;
}

.info-box li {
    margin-bottom: 8px;
}

/* Price */
.price span {
    font-size: 28px;
    font-weight: bold;
}

/* Form */
.form-card {
    background: #fff;
    color: #000;
    padding: 25px;
    margin: 40px 0;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.btn-main {
    background: #8a0f6c;
    color: #fff;
}

/* Responsive */
@media(max-width: 768px){

    .hero-content {
        padding: 30px 15px;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .form-card {
        margin-top: 20px;
    }
}

.btn-main {
    background: #5db40c;
    color: #fff;
    border: none;
}

.btn-main:hover {
    background: #36940a;
}



.overview-section {
    padding: 60px 0;
    background: #f5f5f5;
    position: relative;
}

.overview-title {
    color: #8a0f6c;
    font-size: 32px;
    font-weight: 600;
}

.overview-location {
    color: #8a0f6c;
    margin-bottom: 20px;
}

.overview-section p {
    color: #333;
    line-height: 1.7;
    font-size: 15px;
}

/* Button */
.brochure-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 18px;
    border: 2px solid #8a0f6c;
    color: #8a0f6c;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
}

.brochure-btn:hover {
    background: #8a0f6c;
    color: #fff;
}

 
@media (max-width: 768px) {

    .overview-title {
        font-size: 22px;
    }

    .overview-side-text {
        display: none;
    }
}

























































































































































































































































/* MODAL BACKDROP */
.modal-backdrop.show {
    opacity: 0.85;
    background: #000;
}

/* MODAL CONTAINER */
.custom-modal {
    border-radius: 14px;
    overflow: hidden;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

/* CLOSE BUTTON */
.custom-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    opacity: 1;
}

/* LEFT IMAGE */
.modal-img {
    background: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c') center/cover no-repeat;
    height: 100%;
    min-height: 450px;
    position: relative;
}

/* OVERLAY EFFECT */
.modal-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.6), rgba(138,15,108,0.5));
}

/* FORM WRAPPER */
.form-wrapper {
    padding: 40px 30px;
    background: #fff;
    height: 100%;
}

/* HEADING */
.form-wrapper h4 {
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.sub-text {
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
}

/* INPUT FIELDS */
.form-group {
    margin-bottom: 15px;
}

.form-group input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    outline: none;
    transition: 0.3s;
    font-size: 14px;
}

/* INPUT FOCUS */
.form-group input:focus {
    border-color: #8a0f6c;
    box-shadow: 0 0 0 2px rgba(138,15,108,0.1);
}

/* SUBMIT BUTTON */
.submit-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    background: linear-gradient(135deg, #8a0f6c, #c2185b);
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
}

/* BUTTON HOVER */
.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(138,15,108,0.3);
}

/* BUTTON CLICK EFFECT */
.submit-btn:active {
    transform: scale(0.98);
}


@media (max-width: 991px) {

    .modal-dialog {
        margin: 10px;
    }

    .form-wrapper {
        padding: 25px 20px;
    }

    .modal-img {
        display: none;
    }

    .form-wrapper h4 {
        text-align: center;
    }

    .sub-text {
        text-align: center;
    }
}



.price-section {
    padding: 60px 0;
    background: #f7f7f7;
}

.section-title {
    color: #8a0f6c;
    margin-bottom: 25px;
}

/* TABLE */
.price-table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.table-head,
.table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    padding: 15px 20px;
    align-items: center;
}

.table-head {
    background: #8a0f6c;
    color: #fff;
    font-weight: 600;
}

.table-row {
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.table-row:last-child {
    border-bottom: none;
}

/* BUTTON */
.price-btn {
    margin-left: 10px;
    padding: 6px 12px;
    background: #8a0f6c;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
}

.price-btn:hover {
    background: #6f0c57;
}

/* RIGHT CARD */
.price-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.pdf-box {
    margin-top: 20px;
    padding: 30px;
    border: 1px solid #eee;
}

.download-icon {
    font-size: 30px;
    margin: 20px 0;
    cursor: pointer;
    color: #8a0f6c;
}

.pdf-box span {
    font-size: 13px;
    color: #888;
}


@media (max-width: 768px) {

    .table-head,
    .table-row {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .price-btn {
        display: block;
        margin: 10px auto 0;
    }

    .price-card {
        margin-top: 20px;
    }
}


.plan-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
}

/* BLUR IMAGE */
.blurred-img {
    width: 100%;
    height: auto;
    filter: blur(6px);
    transform: scale(1.05);
    transition: 0.4s ease;
}

/* OVERLAY */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* BUTTON */
.view-btn {
    background: rgba(255,255,255,0.9);
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    color: #000;
    transition: 0.3s;
}

/* HOVER EFFECT */
.plan-box:hover .blurred-img {
    filter: blur(2px);
    transform: scale(1.1);
}

.plan-box:hover .view-btn {
    background: #8a0f6c;
    color: #fff;
}


@media (max-width: 768px) {

    .blurred-img {
        filter: blur(3px);
    }

    .view-btn {
        padding: 8px 14px;
        font-size: 14px;
    }
}
.amenities-section {
    padding: 60px 0;
    background: #f5f5f5;
}

.section-title {
    color: #8a0f6c;
    margin-bottom: 30px;
}

/* BOX */
.amenity-box {
    background: #fff;
    padding: 25px 15px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

/* ICON */
.amenity-box img {
    width: 50px;
    margin-bottom: 10px;
}

/* TEXT */
.amenity-box p {
    font-size: 14px;
    margin: 0;
}

/* HOVER */
.amenity-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}


@media (max-width: 768px) {

    .amenity-box {
        padding: 20px 10px;
    }

    .amenity-box img {
        width: 40px;
    }

    .amenity-box p {
        font-size: 13px;
    }
}


.amenity-box {
    position: relative;
    background: #fff;
    padding: 25px 15px;
    border-radius: 8px;
    overflow: hidden;
}

/* LINES */
.amenity-box::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid #8a0f6c;
    transform: scale(0);
    transition: 0.4s ease;
}

/* HOVER */
.amenity-box:hover::after {
    transform: scale(1);
}

.amenity-box:hover {
    transform: translateY(-5px);
}


.gallery-section {
    padding: 60px 0;
    background: #f5f5f5;
}

.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

/* HOVER EFFECT */
.gallery-img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.location-section {
    padding: 60px 0;
    background: #f5f5f5;
}

.section-title {
    color: #8a0f6c;
    margin-bottom: 30px;
}

/* MAP */
.map-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.map-box img {
    width: 100%;
    border-radius: 8px;
}

/* OVERLAY */
.map-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
}

.map-overlay span {
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
}

/* HOVER */
.map-box:hover .map-overlay {
    opacity: 1;
}

/* LIST */
.location-list {
    list-style: none;
    padding: 0;
}

.location-list li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

/* BULLET STYLE */
.location-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #8a0f6c;
}


@media (max-width: 768px) {

    .map-overlay span {
        font-size: 14px;
        padding: 8px 14px;
    }

    .location-list li {
        font-size: 14px;
    }
}


.footer-disclaimer {
    background: #f5f5f5;
    padding: 25px 15px;
    border-top: 1px solid #ddd;
}

.footer-disclaimer p {
    font-size: 13px;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .footer-disclaimer p {
        font-size: 12px;
    }
}


.info-box {
    padding: 20px;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;

    /* GRADIENT */
    background: linear-gradient(-45deg, #8a0f6c, #c2185b, #5E936C, #8a0f6c);
    background-size: 400% 400%;

    /* ANIMATION */
    animation: gradientMove 6s ease infinite;
}

/* KEYFRAMES */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
