/* ==========================================================================
   NovaTech Responsive Styles
   ========================================================================== */

/* Extra Large Screens (Desktop High Res) */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* Large Screens (Desktop) */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 3.5rem;
    }

    .display-3 {
        font-size: 3rem !important;
    }
}

/* Medium Screens (Tablets & Small Desktops) */
@media (max-width: 991px) {
    .hero-section {
        padding: 100px 0 60px;
    }

    .py-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .my-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .hero-title {
        font-size: 3rem;
    }

    .display-1 {
        font-size: 3.5rem !important;
    }

    .display-3 {
        font-size: 2.5rem !important;
    }

    .navbar-collapse {
        background: rgba(11, 15, 25, 0.98);
        backdrop-filter: blur(15px);
        margin: 15px -15px 0;
        padding: 25px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-link {
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .nav-item:last-child .nav-link {
        border-bottom: none;
    }

    .dropdown-menu {
        background: rgba(255, 255, 255, 0.03);
        border: none;
        padding-left: 15px;
    }

    .hero-image-wrapper {
        margin-top: 50px;
    }

    .section-title {
        font-size: 2.2rem;
    }
}

/* Small Screens (Large Phones & Tablets) */
@media (max-width: 767px) {
    .hero-section {
        padding: 120px 0 80px;
    }

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .display-1 {
        font-size: 3rem !important;
    }

    .hero-badge {
        font-size: 0.8rem;
        padding: 6px 16px;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 10px;
    }

    .glass-card {
        padding: 25px !important;
    }

    .footer-links {
        margin-bottom: 30px;
    }

    .footer-logo {
        justify-content: center;
        margin-bottom: 20px;
    }
}

/* Extra Small Screens (Phones) */
@media (max-width: 575px) {
    .hero-section {
        padding: 90px 0 40px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .display-3 {
        font-size: 2rem !important;
    }

    .hero-content {
        text-align: center;
    }

    .breadcrumb {
        justify-content: center;
    }

    .feature-card {
        padding: 20px;
    }

    .stats-item h2 {
        font-size: 2.5rem;
    }

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .my-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}