/* Airport Shuttle Template - Responsive CSS */

/* Extra Large Devices (1400px and up) */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    
    h1, .h1 {
        font-size: 2.62rem;
    }
    
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        min-height: 100vh;
    }
}

/* Large Devices (992px and up) */
@media (min-width: 992px) and (max-width: 1399.98px) {
    .container {
        max-width: 960px;
    }
    
    .navbar-brand {
        font-size: 1.34rem !important;
    }
    
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        min-height: 90vh;
    }
    
    .card-img-top {
        height: 180px;
    }
}

/* Medium Devices (768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 720px;
    }
    
    .navbar-brand {
        font-size: 1.21rem !important;
    }
    
    h1, .h1 {
        font-size: 2rem;
    }
    
    h2, .h2 {
        font-size: 1.61rem;
    }
    
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        min-height: 80vh;
        padding: 2rem 0;
    }
    
    .hero-section .col-lg-6 {
        margin-bottom: 2rem;
    }
    
    .card-img-top {
        height: 160px;
    }
    
    .img-team {
        width: 120px;
        height: 120px;
    }
    
    /* Adjust team grid for tablets */
    .team .col-lg-2 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    /* FAQ accordion adjustments */
    .accordion-button {
        padding: 1rem 1.25rem;
        font-size: 0.98rem;
    }
    
    /* Process section adjustments */
    .process .col-lg-2 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 2rem;
    }
}

/* Small Devices (576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        max-width: 540px;
    }
    
    .navbar-brand {
        font-size: 1.15rem !important;
    }
    
    h1, .h1 {
        font-size: 1.86rem;
    }
    
    h2, .h2 {
        font-size: 1.53rem;
    }
    
    h3, .h3 {
        font-size: 1.38rem;
    }
    
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        min-height: 70vh;
        padding: 1.5rem 0;
        text-align: center;
    }
    
    .hero-section .col-lg-6 {
        margin-bottom: 2rem;
    }
    
    .hero-section img {
        max-width: 80%;
        margin: 0 auto;
    }
    
    .card-img-top {
        height: 140px;
    }
    
    .img-team {
        width: 100px;
        height: 100px;
    }
    
    /* Adjust grid layouts */
    .team .col-lg-2,
    .features .col-lg-3,
    .about .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 1.64rem;
    }
    
    /* Process and timeline adjustments */
    .process .col-lg-2,
    .timeline .col-lg-2 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.61rem;
    }
    
    /* Pricing cards */
    .priceplan .col-lg-4 {
        margin-bottom: 2rem;
    }
    
    /* Contact form adjustments */
    .contact .col-md-6 {
        margin-bottom: 1rem;
    }
    
    /* Button sizing */
    .btn {
        padding: 0.6rem 1.5rem;
        font-size: 1.04rem;
    }
    
    /* Section padding */
    section {
        padding: 3rem 0;
    }
}

/* Extra Small Devices (less than 576px) */
@media (max-width: 575.98px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .navbar-brand {
        font-size: 1rem !important;
    }
    
    h1, .h1 {
        font-size: 1.67rem;
        line-height: 1.3;
    }
    
    h2, .h2 {
        font-size: 1.53rem;
        line-height: 1.3;
    }
    
    h3, .h3 {
        font-size: 1.24rem;
    }
    
    h4, .h4 {
        font-size: 1.24rem;
    }
    
    h5, .h5 {
        font-size: 1rem;
    }
    
    .lead {
        font-size: 1rem;
    }
    
    p {
        font-size: 0.99rem;
    }
    
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        min-height: 60vh;
        padding: 1rem 0;
        text-align: center;
    }
    
    .hero-section .display-4 {
        font-size: 1.88rem;
    }
    
    .hero-section h2 {
        font-size: 1.25rem;
    }
    
    .hero-section img {
        max-width: 100%;
        margin: 1rem 0;
    }
    
    .card-img-top {
        height: 120px;
    }
    
    .img-team {
        width: 80px;
        height: 80px;
    }
    
    /* Full width layouts on mobile */
    .team .col-lg-2,
    .features .col-lg-3,
    .features .col-lg-4,
    .about .col-lg-3,
    .services .col-lg-4,
    .priceplan .col-lg-4,
    .career .col-lg-3,
    .coreinfo .col-lg-4,
    .blog .col-lg-4,
    .casestudy .col-lg-4,
    .process .col-lg-2,
    .timeline .col-lg-2 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.69rem;
    }
    
    /* Reviews grid - 1 column on mobile */
    .reviews .col-lg-4,
    .reviews .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.61rem;
    }
    
    /* Gallery grid - 2 columns on mobile */
    .gallery .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 1rem;
    }
    
    /* Contact info - stack vertically */
    .contact .col-md-4 {
        margin-bottom: 1.55rem;
    }
    
    /* Button adjustments */
    .btn {
        padding: 0.5rem 1.25rem;
        font-size: 0.98rem;
        width: 100%;
        margin-bottom: 0.56rem;
    }
    
    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
    
    /* Form adjustments */
    .form-control {
        padding: 0.6rem 0.8rem;
        font-size: 1.08rem;
    }
    
    /* Navbar adjustments */
    .navbar-toggler {
        font-size: 0.96rem;
        padding: 0.3rem 0.6rem;
    }
    
    .navbar-nav {
        text-align: center;
        margin-top: 1rem;
    }
    
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem !important;
        border-bottom: 1px solid #e9ecf0;
    }
    
    /* Section padding */
    section {
        padding: 2.5rem 0;
    }
    
    /* Accordion adjustments */
    .accordion-button {
        padding: 1rem;
        font-size: 1.01rem;
    }
    
    .accordion-body {
        padding: 1rem;
        font-size: 0.98rem;
    }
    
    /* Footer adjustments */
    footer {
        text-align: center;
    }
    
    footer .col-lg-4 {
        margin-bottom: 2rem;
    }
    
    /* Space page adjustments */
    #space {
        min-height: calc(100vh - 76px);
        padding: 2rem 1rem;
    }
    
    /* Breadcrumb adjustments */
    .breadcrumb-container {
        padding: 0.5rem 0;
        margin-top: 76px;
    }
    
    .breadcrumb-container img {
        height: 16px;
    }
    
    /* Additional page adjustments */
    .additional-page .col-lg-2,
    .additional-page .col-lg-3,
    .additional-page .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.59rem;
    }
}

/* Landscape Mobile Devices */
@media (max-width: 767.98px) and (orientation: landscape) {
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        min-height: 50vh;
        padding: 1rem 0;
    }
    
    .navbar-brand {
        font-size: 1.01rem !important;
    }
    
    section {
        padding: 2rem 0;
    }
}

/* High DPI Displays */
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2) {
    .img-fluid {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Print Styles */
@media print {
    .navbar,
    .btn,
    footer,
    .accordion-button,
    #space {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        color: #000 !important;
        background: #fff !important;
    }
    
    h1, h2, h3, h4, h5 {
        color: #000 !important;
    }
    
    .card {
        border: 1px solid #000 !important;
        box-shadow: none !important;
    }
    
    section {
        padding: 1rem 0;
        page-break-inside: avoid;
    }
}

/* Focus and Accessibility */
@media (prefers-reduced-motion: reduce) {
    .card:hover,
    .btn:hover,
    .img-fluid:hover {
        transform: none !important;
    }
    
    .hero-section::before {
        animation: none !important;
    }
}

/* Dark Mode Considerations */
@media (prefers-color-scheme: dark) {
    /* Keep light theme for now as per requirements */
    /* This can be extended later if dark mode is needed */
} 