/* Desktop and up styles (min-width: 992px) */

@media (min-width: 992px) {
    /* Container */
    .container {
        max-width: 960px;
    }

    /* Hero Section */
    .hero-section {
        /* padding handled in critical.css */
    }
    .hero-title {
        font-size: 6rem;
        font-weight: 900;
        line-height: 1.1;
        margin-bottom: 0.5rem;
        word-spacing:1rem;
        color: #000;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        background: linear-gradient(45deg, #000 30%, #0d6efd 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 0;
    }
    .text-orange {
        font-size: 3rem;
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 0.5rem;
        color: #000;
        letter-spacing: -0.03em;
        position: relative;
        z-index: 1;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        background: linear-gradient(45deg, #ff5100 30%, #0d6efd 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 0;
    }



    .hero-section .lead {
        font-size: 1.25rem;
    }

    /* Video Container */
    #enterprise-solutions .video-container {
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    #enterprise-solutions .video-container video {
        width: 100%;
        height: auto;
        display: block;
    }

/* Grid */
    .col-lg-4 {
        width: 33.333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-8 {
        width: 66.666667%;
    }

    /* Cards */
    .service-card,
    .project-card,
    .testimonial-card {
        padding: 2rem;
    }
    .service-card{
        min-height: 375px;
    }

    .faq-category h3 {
        margin-top: 20px;
    }
    /* Navigation */
    .navbar {
        padding: 1.5rem 0;
    }

    .navbar-brand {
        font-size: 1.75rem;
    }

    /* Large Screens */
    @media (min-width: 1200px) {
        .container {
            max-width: 1140px;
        }

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

@media (min-width: 992px) {
    /* Container */
    .container {
        max-width: 960px;
    }

    @media (min-width: 1200px) {
        .container {
            max-width: 1140px;
        }
    }

    /* Hero Section */
    .hero-section {
        min-height: 100vh;
        /* padding handled in critical.css */
    }

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

    .hero-buttons {
        justify-content: flex-start;
    }

    /* Cards */
    .service-card,
    .project-card,
    .testimonial-card {
        margin-bottom: 0;
    }

    /* Grid Layouts */
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Roadmap Generator Chat */
    .roadmap-chat-interface {
        width: 100%;
        max-width: 800px;
        margin: 2rem auto;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    /* Navigation */
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    /* Desktop navbar styles */
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        position: static;
        width: auto;
        height: auto;
        background: transparent;
        box-shadow: none;
        transform: none;
        visibility: visible;
    }

    .navbar-expand-lg .navbar-nav {
        display: flex;
        flex-direction: row;
        margin-left: auto;
        gap: 2rem;
    }

    .navbar-expand-lg .nav-link {
        padding: 0.5rem 0;
        color: var(--text-color);
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
