@media (max-width: 991px) {
            .hero { padding: 60px 0; min-height: auto; }
            .hero h1 { font-size: 42px; text-align: center; }
            .hero-content { text-align: center; }
            .hero-description { margin-left: auto; margin-right: auto; }
            .hero-btn-group { justify-content: center; }
            .property-search { margin-top: -40px; }
            .login-btn { margin-top: 15px; width: 100%; }
        }

@media (max-width: 767px) {
    .navbar-brand span { font-size: 15px; }
    .hero h1 { font-size: 30px; }
    .hero-description { font-size: 15px; }
    #typing-text { font-size: 16px; }
    .hero-btn-group .btn { width: 100%; }
    .property-search { margin-top: -30px; }
    .search-content { padding: 15px; }
    .category-slider-wrapper { padding: 0; }
    .swiper-button-next, .swiper-button-prev { display: none !important; }
    .navbar-nav .nav-link::after { display: none; }
}

@media (min-width: 1400px) {
    .hero h1 { font-size: 64px; }
    .hero-description { font-size: 20px; }
}

/*Agents Section Mobile Responsive*/
@media (max-width: 767.98px) {
    .main-container {
        max-width: 450px; /* मोबाइल पर संकरा लुक देने के लिए */
        padding: 20px 15px;
    }
    .agent-img-wrapper {
        width: 105px;
        height: 105px;
    }
    .agent-meta {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .mobile-w-100 {
        width: 100% !important;
        padding: 14px;
    }
}