/* ========== RESPONSIVE STYLES ========== */

/* Tablet ve altı */
@media (max-width: 860px) {
    .nav-links {
        display: none;
    }
    
    .right-icons span {
        display: none;
    }
    
    .nav-container {
        padding: 0 1.2rem;
    }
    
    .logo-img {
        height: 42px;
        max-width: 150px;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
    }
    
    .maps-wrapper {
        flex-direction: column;
        gap: 1.2rem;
    }
    
    .map-container iframe {
        height: 180px;
    }
}

/* Mobil */
@media (max-width: 700px) {
    .slide-text h2 {
        font-size: 1.8rem;
    }
    
    .danisma-hatti {
        font-size: 0.7rem;
        right: 16px;
        bottom: 50px;
        padding: 8px 14px;
    }
    
    .search-modal-content {
        padding: 1.5rem;
    }
    
    .search-modal h3 {
        font-size: 1.4rem;
    }
}

/* Büyük ekran */
@media (min-width: 1400px) {
    .logo-img {
        height: 85px;
    }
}

/* Çok küçük mobil */
@media (max-width: 480px) {
    .map-container iframe {
        height: 160px;
    }
    
    .slide-text h2 {
        font-size: 1.5rem;
    }
    
    .danisma-hatti {
        font-size: 0.65rem;
        padding: 6px 12px;
    }
}