/* MOBİL RESPONSIVE İYİLEŞTİRMELER */

/* Genel Mobil Ayarlar */
@media (max-width: 768px) {
    /* Padding ve margin ayarları */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Başlıklar */
    h1 { font-size: 1.8rem !important; }
    h2 { font-size: 1.5rem !important; }
    h3 { font-size: 1.3rem !important; }
    
    /* Butonlar */
    .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    
    /* Resimler */
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* Tablolar */
    table {
        font-size: 0.9rem;
    }
    
    /* Video */
    video {
        width: 100% !important;
        height: auto !important;
    }
}

/* Çok Küçük Ekranlar */
@media (max-width: 576px) {
    h1 { font-size: 1.5rem !important; }
    h2 { font-size: 1.3rem !important; }
    
    .py-5 { padding: 2rem 0 !important; }
    .p-5 { padding: 1.5rem !important; }
}

/* WhatsApp Mobil */
@media (max-width: 768px) {
    .whatsapp-button {
        width: 50px !important;
        height: 50px !important;
        bottom: 15px !important;
        right: 15px !important;
    }
    
    .whatsapp-button img {
        width: 28px !important;
        height: 28px !important;
    }
    
    .chat-box {
        width: calc(100vw - 30px) !important;
        max-width: 320px !important;
        right: 15px !important;
        bottom: 75px !important;
    }
    
    .chat-body textarea {
        height: 60px !important;
        font-size: 13px !important;
    }
}







/* Navbar Mobil - mobile-debug.css'te tanımlı */
@media (max-width: 992px) {
    .animation {
        display: none !important;
    }
    

    

}

/* Desktop'ta hamburger gizle */
@media (min-width: 993px) {
    .mobile-menu-toggle {
        display: none !important;
    }
}
