/* ============================================
   RESPONSIVE TASARIM
   ============================================ */

@media (max-width: 992px) {
    .hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-text {
        margin-bottom: 30px;
    }
    
    .hero-text p {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-search-box {
        width: 100%;
        max-width: 400px;
    }
    
    .search-field {
        flex-direction: column;
    }
    
    .btn-search-main {
        width: 100%;
    }
    
    .listing-card-horizontal {
        flex-direction: column;
    }
    
    .listing-card-horizontal .listing-card-image {
        width: 100%;
        height: 220px;
    }

    .listing-card-image {
        height: 140px;
    }
}

@media (max-width: 768px) {
    .main-header .container {
        flex-direction: column;
        gap: 15px;
    }
    
    .header-nav {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .search-tabs {
        flex-direction: column;
    }
    
    .search-tab {
        border-bottom: 1px solid var(--border-color);
        border-right: none;
    }
    
    .search-tab.active {
        border-bottom: 1px solid var(--border-color);
        border-left: 3px solid var(--primary-color);
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
