/* Custom Styles for Kesar Riverdale Project */

.zoomable-img {
    cursor: zoom-in;
    transition: transform 0.3s ease;
    max-width: 100%;
    border-radius: 1rem;
}

.zoomed {
    transform: scale(1.8);
    cursor: zoom-out;
    z-index: 9999;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.reraCard {
    border: 1px solid #ddd;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.reraCard:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.pfBox img {
    border-radius: 0.5rem;
    width: 100%;
    height: 140px;
    object-fit: cover;
    margin-bottom: 0.75rem;
}

.pfBox h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.gap-3 {
    gap: 1rem;
}

/* Custom buttons and layout enhancements for Kesar */
.kesar-btn-rera {
    background-color: #eb5825;
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    border-radius: 0.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.kesar-btn-rera:hover {
    background-color: #d04618;
    transform: translateY(-2px);
}

.kesar-btn-map {
    background-color: rgb(46, 59, 49);
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    border-radius: 0.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.kesar-btn-map:hover {
    background-color: rgb(34, 44, 36);
    transform: translateY(-2px);
}

/* Location Highlights Flexbox Alignment */
.locationHighlight {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    margin-bottom: 15px !important;
    text-align: left !important;
}

.locationHighlight img {
    width: 14px !important;
    height: 14px !important;
    margin-top: 3px !important;
    flex-shrink: 0 !important;
}

.locationHighlight h3 {
    font-size: 0.9rem !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    font-weight: 600 !important;
    color: #333 !important;
}

/* Mobile responsive enhancements */
@media (max-width: 767px) {
    .projectHeader h1 {
        font-size: 1.5rem !important;
    }
    
    .projectHeader h5 {
        font-size: 0.85rem !important;
    }
    
    .reContent h2 {
        font-size: 1.2rem !important;
    }
    
    .reContent p {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
    }

    .reraCard {
        padding: 0.75rem !important;
    }
    
    .rera-flex-row {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .rera-logo-col, .rera-details-col, .rera-qr-col {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 0.75rem;
    }
    
    .rera-details-col {
        text-align: center !important;
    }
    
    .rera-title {
        font-size: 1.15rem !important;
    }
    
    .rera-text {
        font-size: 0.85rem !important;
    }
    
    .locationHighlight h3 {
        font-size: 0.75rem !important;
        line-height: 1.25 !important;
    }
    
    .locationHighlight img {
        width: 11px !important;
        height: 11px !important;
        margin-top: 2px !important;
    }
}
