.rera-section {
    background: #f8f8f8;
    border-top: 1px solid #eee;
}

.rera-qr img {
    width: 100%;
}

.rera-logo {
    width: 60px;
}

.rera-link {
    font-size: 16px;
    color: #00368e;
    font-weight: 500;
    text-decoration: none;
}

.rera-btn {
    padding: 12px 28px;
    font-weight: 600;
}

.btnR {
    background-color: rgb(221, 153, 101);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid rgb(221, 153, 101);
    transition: all 0.5s ease;
}

.btnR:hover {
    background-color: #fff;
    color: rgb(221, 153, 101);
}

.ldCard {
    background-color: #fff5e9;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 2px;
    border: 1px solid #ffd7a6;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.ldCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.ldCard img {
    width: 100%;
    aspect-ratio: 3/1.8;
    object-fit: cover;
}

.ldCard h5 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
    color: #333;
    font-weight: 500;
}

.projectHeading {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.amenImg h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 8px;
    color: #333;
    text-align: center;
}

.featureImg{
    width: 100%;
    object-fit: cover;
    border-radius: .5rem;
    transition: all .5s ease;
}
.featureImg:hover{
    transform: scale(1.05);
}

.serenityImg{
    width: 100%;
    aspect-ratio: 3/1.8;
    object-fit: cover;
    border-radius: .5rem;
    transition: all .5s ease;
}

@media (max-width: 765px) {
    .amenImg h3 {
        font-size: .9rem;
    }
    .projectHeading {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .rera-logo {
        width: 30px;
    }

    .rera-link {
        font-size: 12px;
    }

    .btnR {
        padding: 6px 12px;
        font-size: 0.8rem;
    }

    .ldCard {
        padding: 6px;
        padding-bottom: 1px;
    }

    .ldCard h5 {
        font-size: 14px;
    }

}
