/* =============================================
   MTA Evde Sağlık - Responsive
   ============================================= */

/* Large Tablet */
@media (max-width: 991px) {
    .top-bar .top-info { justify-content: center; }
    .top-bar .top-right { display: none; }
    
    .hero-content h1 { font-size: 2rem; }
    .hero-section { min-height: 440px; }
    .hero-slider { min-height: 440px; }
    
    .featured-cards { margin-top: -40px; }
    
    .section-title h2 { font-size: 1.6rem; }
    
    .desktop-nav { display: none; }
    .mobile-toggle { display: block; }
    
    .about-checkmarks { grid-template-columns: 1fr; }
    
    .detail-content .sidebar { margin-top: 30px; }
}

/* Tablet */
@media (max-width: 767px) {
    h1 { font-size: 1.7rem; }
    h2 { font-size: 1.5rem; }
    
    .top-bar { font-size: 12px; }
    .top-bar .top-info { gap: 12px; }
    
    .hero-section { min-height: 380px; }
    .hero-slider { min-height: 380px; }
    .hero-content h1 { font-size: 1.7rem; }
    .hero-content p { font-size: 0.95rem; }
    
    .featured-cards { margin-top: 0; }
    .featured-card { margin-bottom: 12px; }
    
    .section { padding: 50px 0; }
    .section-title h2 { font-size: 1.5rem; }
    
    .page-header { padding: 35px 0 30px; }
    .page-header h1 { font-size: 1.5rem; }
    
    .service-card .card-image { height: 180px; }
    .blog-card .card-image { height: 190px; }
    
    .stat-item .stat-number { font-size: 2rem; }
    
    .main-footer { padding: 40px 0 0; }
    .main-footer .col-lg-3 { margin-bottom: 25px; }
}

/* Mobile */
@media (max-width: 575px) {
    body { font-size: 14px; }
    
    h1 { font-size: 1.5rem; }
    h2 { font-size: 1.3rem; }
    h3 { font-size: 1.15rem; }
    
    .top-bar .top-info-item:not(:first-child) { display: none; }
    
    .navbar-brand .brand-text { font-size: 1.1rem; }
    
    .hero-section { min-height: 340px; }
    .hero-slider { min-height: 340px; }
    .hero-content h1 { font-size: 1.4rem; }
    .hero-content p { font-size: 0.9rem; }
    .hero-content .btn-primary-custom,
    .hero-content .btn-outline-custom { padding: 10px 20px; font-size: 13px; }
    
    .section { padding: 40px 0; }
    .section-title { margin-bottom: 28px; }
    
    .page-header { padding: 28px 0 24px; }
    .page-header h1 { font-size: 1.3rem; }
    
    .contact-info-card { margin-bottom: 12px; }
    
    .sidebar-widget { margin-top: 24px; }
    
    .cta-section h2 { font-size: 1.4rem; }
    
    .whatsapp-fab { width: 50px; height: 50px; font-size: 24px; }
    .scroll-top { width: 38px; height: 38px; }
    
    .footer-bottom { text-align: center; padding-bottom: 75px; }
    .footer-bottom .text-end { text-align: center; margin-top: 8px; }
}

/* Desktop navbar toggle visibility */
@media (min-width: 992px) {
    .mobile-toggle { display: none; }
    .desktop-nav { display: flex; }
}
