/* Virtual Coworking Café - Responsive CSS */

/* Extra Large Devices (Large Desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero-section h1 {
        font-size: 4rem;
    padding-top: 200px;
}
    
    .container {
        max-width: 1140px;
    }
    
    section {
        padding: 5rem 0;
    }
}

/* Large Devices (Desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-section h1 {
        font-size: 3rem;
    padding-top: 200px;
}
    
    .service-card {
        margin-bottom: 2rem;
    }
    
    .feature-card {
        padding: 1.5rem;
    }
}

/* Medium Devices (Tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section {
        min-height: 80vh;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    padding-top: 200px;
}
    
    .hero-section .lead {
        font-size: 1.25rem;
    }
    
    .service-card {
        margin-bottom: 2rem;
    }
    
    .feature-card {
        padding: 1.25rem;
        margin-bottom: 1.5rem;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
    
    .navbar-brand {
        font-size: 1.25rem;
    }
    
    section {
        padding: 3rem 0;
    }
    
    .resource-item, .feature-item {
        margin-bottom: 1.5rem;
        padding: 1.25rem;
    }
}

/* Small Devices (Landscape Phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-section {
        min-height: 70vh;
        text-align: center;
        padding: 2rem 0;
    }
    
    .hero-section h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    padding-top: 200px;
}
    
    .hero-section .lead {
        font-size: 1.125rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    h3 {
        font-size: 1.25rem;
    }
    
    h4 {
        font-size: 1.125rem;
    }
    
    .service-card {
        margin-bottom: 2rem;
    }
    
    .service-content {
        padding: 1.25rem;
    }
    
    .feature-card {
        padding: 1rem;
        margin-bottom: 1.5rem;
        text-align: center;
    }
    
    .contact-form {
        padding: 1.25rem;
    }
    
    .navbar-brand {
        font-size: 1.125rem;
    }
    
    .navbar-nav {
        text-align: center;
        margin-top: 1rem;
    }
    
    section {
        padding: 2.5rem 0;
    }
    
    .resource-item, .feature-item {
        margin-bottom: 1.5rem;
        padding: 1rem;
        text-align: center;
    }
    
    .price {
        font-size: 1.25rem;
    }
    
    footer {
        text-align: center;
    }
    
    footer .col-lg-4 {
        margin-bottom: 2rem;
    }
    
    #space h1 {
        font-size: 2.5rem;
    }
}

/* Extra Small Devices (Portrait Phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-section {
        min-height: 60vh;
        text-align: center;
        padding: 1.5rem 0;
    }
    
    .hero-section h1 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
        line-height: 1.3;
    padding-top: 200px;
}
    
    .hero-section .lead {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .hero-section p {
        font-size: 0.9rem;
    }
    
    h1 {
        font-size: 1.75rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.25rem;
    }
    
    h4 {
        font-size: 1rem;
    }
    
    .lead {
        font-size: 1rem;
    }
    
    .service-card {
        margin-bottom: 1.5rem;
    }
    
    .service-content {
        padding: 1rem;
    }
    
    .service-image {
        height: 150px;
    }
    
    .feature-card {
        padding: 1rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .feature-card i {
        font-size: 2rem;
    }
    
    .contact-form {
        padding: 1rem;
        margin: 0 0.5rem;
    }
    
    .form-control {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
    }
    
    .btn {
        padding: 0.5rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .navbar-brand {
        font-size: 1rem;
    }
    
    .navbar-nav {
        text-align: center;
        margin-top: 1rem;
    }
    
    .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    section {
        padding: 2rem 0;
    }
    
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .resource-item, .feature-item {
        margin-bottom: 1rem;
        padding: 0.75rem;
        text-align: center;
    }
    
    .resource-item h4, .feature-item h4 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .resource-item p, .feature-item p {
        font-size: 0.875rem;
    }
    
    .price {
        font-size: 1.125rem;
    }
    
    footer {
        text-align: center;
        padding: 2rem 0;
    }
    
    footer .col-lg-4 {
        margin-bottom: 1.5rem;
    }
    
    footer h5 {
        font-size: 1rem;
    }
    
    footer p {
        font-size: 0.875rem;
    }
    
    #space {
        padding: 2rem 1rem;
    }
    
    #space h1 {
        font-size: 2rem;
    }
    
    #space .lead {
        font-size: 1rem;
    }
    
    .breadcrumb-item img {
        width: 16px;
        height: 16px;
    }
}

/* Landscape orientation adjustments for mobile devices */
@media (max-width: 767.98px) and (orientation: landscape) {
    .hero-section {
        min-height: 100vh;
        padding: 1rem 0;
    }
    
    .hero-section h1 {
        font-size: 1.5rem;
    padding-top: 200px;
}
    
    section {
        padding: 1.5rem 0;
    }
    
    #space {
        min-height: 100vh;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .service-image,
    .breadcrumb-item img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Print styles */
@media print {
    .navbar,
    .breadcrumb,
    footer,
    .btn {
        display: none;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
        color: black;
        background: white;
    }
    
    .hero-section,
    section {
        page-break-inside: avoid;
        padding: 1rem 0;
    }
    
    .service-card,
    .feature-card,
    .resource-item,
    .feature-item {
        box-shadow: none;
        border: 1px solid #ccc;
        page-break-inside: avoid;
        margin-bottom: 1rem;
    }
}

/* Reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    .hero-section::before {
        animation: none;
    }
    
    .service-card:hover,
    .feature-card:hover,
    .resource-item:hover,
    .feature-item:hover,
    .btn:hover {
        transform: none;
    }
}

/* Dark mode support (for future implementation) */

/* Focus management for keyboard navigation */
.navbar-toggler:focus {
    outline: 2px solid var(--primary-coral);
    outline-offset: 2px;
}

/* Ensure touch targets are large enough on mobile */
@media (max-width: 767.98px) {
    .btn,
    .form-control,
    .nav-link {
        min-height: 44px;
        min-width: 44px;
    }
    
    .navbar-toggler {
        padding: 0.5rem;
    }
}

/* Hover effects only on devices that support hover */
@media (hover: hover) {
    .service-card:hover {
        transform: translateY(-5px);
    }
    
    .feature-card:hover {
        transform: translateY(-10px);
    }
    
    .btn-primary:hover {
        transform: translateY(-2px);
    }
}

/* Adjustments for very large screens */
@media (min-width: 1400px) {
    .hero-section h1 {
        font-size: 4.5rem;
    padding-top: 200px;
}
    
    .container {
        max-width: 1320px;
    }
    
    section {
        padding: 6rem 0;
    }
    
    .feature-card {
        padding: 2.5rem;
    }
    
    .service-content {
        padding: 2rem;
    }
} 