/* ================================
   Hospital OnMobile - Responsive
   ================================ */

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: rgba(39, 50, 69, 0.95);
        padding: 20px;
        border-radius: 8px;
        margin-top: 10px;
    }

    .hero-content .hero-brand .brand-hospital {
        font-size: 32px;
    }

    .hero-content .hero-brand .brand-onmobile {
        font-size: 32px;
    }

    .hero-image {
        margin-top: 40px;
    }

    .hero-image img {
        max-width: 240px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 100px 0 60px;
        text-align: center;
    }

    .hero-content .hero-brand .brand-hospital {
        font-size: 28px;
    }

    .hero-content .hero-brand .brand-onmobile {
        font-size: 28px;
    }

    .hero-text {
        margin: 0 auto 32px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-image img {
        max-width: 200px;
    }

    .section-heading h2 {
        font-size: 28px;
    }

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

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

    /* Products page responsive */
    .products-grid {
        flex-direction: column;
        align-items: center;
    }

    .product-card {
        max-width: 100%;
    }

    .products-header h1 {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .hero-content .hero-brand .brand-hospital {
        font-size: 22px;
    }

    .hero-content .hero-brand .brand-onmobile {
        font-size: 22px;
    }

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