.crest-rera {
    position: absolute;
    width: 200px;
    height: 200px;
    right: 20%;
    top: 40%;
}

.property-info {
    position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
    .text-primary {
        padding: 0px !important;
    }

    .banner-title span {
        font-size: 20px !important;
    }

    .banner-info-container {
        width: auto !important;
    }

    .crest-rera {
        position: absolute;
        width: 190px;
        height: 190px;
        right: 0%;
        top: 30%;
    }

    .flats-cypress {
        width: 350px !important;
        text-align: center !important;
    }

    .projects-container1 {
        width: auto !important;
    }

    .unique-quote-container {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .project-highlights {
        flex-direction: column;
        align-items: center;
    }
}

.flats-cypress {
    text-align: center;
    width: 1200px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.flats-cypress h3 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: 600;
    color: #2b2b2b;
}

.flats-cypress h4 {
    color: #2b2b2b;
    font-weight: 600;
}

.project-highlights div {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.project-highlights div:hover {
    transform: translateY(-5px);
}

/* Commercial specific styles */
.commercial-badge {
    background: #D4AF37;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.investment-highlight {
    border-left: 4px solid #D4AF37;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #555;
}

.unique-features li strong {
    color: #D4AF37;
}