/* =============================================
   Hayat Healthcare - Responsive Styles
   ============================================= */

/* --- Tablet (max 991px) --- */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 36px;
    }

    .hero-slide-img {
        height: 380px;
    }

    .hero-stats-overlay {
        padding: 12px 20px;
        gap: 14px;
        bottom: 40px;
    }

    .stat-number {
        font-size: 18px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .section-header {
        margin-bottom: 32px;
    }

    .navbar-collapse {
        display: none !important;
    }

    .about-img-tall {
        height: 440px;
    }

    .about-img-short {
        height: 210px;
    }

    .mv-card {
        padding: 36px 28px;
    }

    .mv-heading {
        font-size: 36px;
    }

    .blog-detail-title {
        font-size: 26px;
    }

    .page-header {
        padding: 120px 0 50px;
    }

    .page-title {
        font-size: 32px;
    }
}

/* --- Mobile Large (max 767px) --- */
@media (max-width: 767.98px) {
    .hero-title {
        font-size: 30px;
    }

    .hero-slide-img {
        height: 300px;
    }

    .hero-stats-overlay {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 16px;
        border-radius: var(--radius);
        justify-content: center;
    }

    .section-padding {
        padding: 50px 0;
    }

    .section-title {
        font-size: 24px;
    }

    .about-img-tall {
        height: 300px;
    }

    .about-img-short {
        height: 160px;
    }

    .about-exp-badge {
        height: auto;
        padding: 20px;
    }

    .about-exp-number {
        font-size: 32px;
    }

    .doctor-card {
        padding: 20px 16px 20px 18px;
    }

    .gallery-item {
        height: 160px;
    }

    .contact-wrapper {
        flex-direction: column;
        gap: 28px;
    }

    .contact-cta-side {
        flex: auto;
    }

    .contact-cta-card {
        padding: 28px 20px;
    }

    .blog-detail-title {
        font-size: 22px;
    }

    .blog-detail-meta {
        flex-wrap: wrap;
        gap: 10px;
    }

    .blog-share {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .footer-content {
        flex-direction: column;
        gap: 16px;
        text-align: center;
        padding: 24px 0;
    }

    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
    }

    .whatsapp-float {
        width: 52px;
        height: 52px;
        font-size: 24px;
        bottom: 20px;
        right: 20px;
    }

    .page-header {
        padding: 110px 0 40px;
    }

    .page-title {
        font-size: 28px;
    }
}

/* --- Mobile Small (max 575px) --- */
@media (max-width: 575.98px) {
    .doctor-card {
        padding: 16px 14px 16px 16px;
    }

    .doctor-schedule {
        gap: 12px;
        font-size: 12px;
    }

    .hero-title {
        font-size: 26px;
    }

    .hero-slide-img {
        height: 220px;
    }

    .hero-call-link {
        padding: 8px 18px 8px 8px;
        gap: 10px;
    }

    .hero-call-icon-wrap {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .hero-call-number {
        font-size: 15px;
    }

    .hero-call-label {
        font-size: 11px;
    }

    .hero-stats-overlay {
        gap: 12px;
        padding: 10px 16px;
    }

    .stat-number {
        font-size: 16px;
    }

    .stat-label {
        font-size: 11px;
    }

    .section-padding {
        padding: 44px 0;
    }

    .section-title {
        font-size: 21px;
    }

    .section-header {
        margin-bottom: 28px;
    }

    .btn-primary-custom,
    .btn-outline-custom {
        padding: 10px 24px;
        font-size: 14px;
    }

    .service-cta-card {
        padding: 28px 20px;
    }

    .mv-card {
        padding: 28px 20px;
    }

    .sidebar-widget {
        padding: 20px;
    }
}
