/* ==========================================================================
   LEGIT DATA HR SERVICES - MOBILE & TABLET RESPONSIVE STYLESHEET
   ========================================================================== */

/* TABLET AND MOBILE DEVICES (MAX-WIDTH: 991PX) */
@media only screen and (max-width: 991px) {
    /* Hero Typography */
    .hero-text-clean h1 {
        font-size: 34px !important;
        line-height: 1.25 !important;
        margin-bottom: 16px !important;
    }
    .hero-text-clean p {
        font-size: 14px !important;
        margin-bottom: 24px !important;
    }
    .hero-text-clean {
        text-align: center !important;
    }
    .hero-text-clean div {
        justify-content: center !important;
    }

    /* 3D Shield Box Alignment */
    .hero-3d-box {
        width: 100% !important;
        max-width: 320px !important;
        margin: 20px auto 0 auto !important;
    }
    #hero-3d-shield-container {
        width: 100% !important;
        max-width: 280px !important;
    }

    /* Stat Pills Grid */
    .stats-pills-row {
        margin-top: 30px !important;
    }

    /* Footer Sizing */
    .footer {
        padding-top: 40px !important;
    }
    .footer_logo {
        margin-bottom: 30px !important;
    }
}

/* MOBILE MEDIUM DEVICES (MAX-WIDTH: 768PX) */
@media only screen and (max-width: 768px) {
    /* Navigation Bar */
    .site-logo span.brand-text {
        font-size: 22px !important;
    }
    .site-logo img {
        max-height: 48px !important;
    }

    /* Page Header Banners */
    .page-header-banner {
        padding: 30px 20px !important;
    }
    .page-header-banner h1 {
        font-size: 28px !important;
    }

    /* Service Cards Flex Layout */
    .service-card-item {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }
    .service-card-icon {
        margin: 0 auto 15px auto !important;
    }

    /* CTA Banners */
    .cta-banner-responsive {
        flex-direction: column !important;
        text-align: center !alignment;
        gap: 15px !important;
    }
    .cta-banner-responsive a {
        width: 100% !important;
        text-align: center !important;
    }

    /* Table Scrollability */
    .table-responsive {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }
}

/* SMALL MOBILE DEVICES (MAX-WIDTH: 480PX) */
@media only screen and (max-width: 480px) {
    /* Hero Title */
    .hero-text-clean h1 {
        font-size: 26px !important;
    }

    /* Brand Logo Text */
    .site-logo span.brand-text {
        font-size: 18px !important;
        margin-left: 6px !important;
    }
    .site-logo img {
        max-height: 40px !important;
    }

    /* Buttons */
    .hero-text-clean a {
        width: 100% !important;
        text-align: center !important;
    }

    /* Form Padding */
    .form-card-responsive {
        padding: 24px 16px !important;
    }

    /* Stats Counter Pills */
    .stat-pill-item {
        padding: 16px !important;
    }
}
