/* -------------------------------------------------------------
   AISouq CCTV Landing Page - Responsive Styles
   ------------------------------------------------------------- */

/* Large screens and up */
@media (min-width: 1200px) {
    .hero-title {
        font-size: 3.25rem;
    }
}

/* Medium to Large Screens (Desktop) */
@media (max-width: 1199.98px) {
    .hero-title {
        font-size: 2.75rem;
    }
}

/* Tablets and Landscape Mobile Devices */
@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
        min-height: auto !important; /* Allow natural height on smaller screens */
    }

    .hero-title {
        font-size: 2.4rem;
        text-align: left;
    }

    .hero-description {
        font-size: 1.05rem;
        text-align: left;
        margin-bottom: 2.5rem;
    }

    .badge-container {
        display: flex;
        justify-content: flex-start;
    }

    .hikvision-promo-card {
        margin-top: 3rem;
        max-width: 100%;
        width: 380px; /* Keep it compact even when centered */
    }

    .services-title {
        font-size: 2.1rem;
    }

    .services-subtitle {
        font-size: 1.02rem;
    }
}

/* Small Mobile Devices (Portrait) */
@media (max-width: 575.98px) {
    .hero-section {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .hero-title {
        font-size: 1.85rem;
        letter-spacing: -0.5px;
    }

    .hero-description {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }

    .badge-sira-admcc {
        font-size: 0.75rem;
        padding: 6px 12px !important;
    }

    .features-grid .col {
        margin-bottom: 0.25rem;
    }

    .feature-card {
        padding: 0.85rem;
        border-radius: 12px;
    }

    .feature-icon-wrapper {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 1.15rem;
        border-radius: 10px;
        margin-right: 0.75rem !important;
    }

    .feature-value {
        font-size: 1rem;
    }

    .feature-label {
        font-size: 0.75rem;
    }

    .brand-logo {
        font-size: 1.85rem;
    }

    .promo-image {
        max-height: 150px;
    }

    .promo-tagline {
        font-size: 1.15rem;
    }

    .btn-shop-now {
        font-size: 0.85rem;
        padding: 0.65rem 2rem;
    }

    .hikvision-promo-card {
        border-radius: 20px;
    }

    .promo-top-section {
        padding: 2rem 1.5rem 1rem 1.5rem;
    }

    .promo-bottom-section {
        padding: 2.25rem 1.5rem 2rem 1.5rem;
    }

    .services-title {
        font-size: 1.7rem;
    }

    .services-subtitle {
        font-size: 0.92rem;
    }

    .service-card {
        padding: 1.5rem !important;
        border-radius: 16px;
    }
}
