/* VR Fitness Platform - Responsive CSS */

/* Mobile First - Base styles for mobile devices */

/* Extra Small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-section h1 {
        font-size: var(--font-size-3xl);
    }
    
    .hero-section h2 {
        font-size: var(--font-size-xl);
    }
    
    .hero-section p {
        font-size: var(--font-size-base);
    }
    
    .feature-card, .service-card, .pricing-card, .review-card,
    .case-study-card, .career-card, .info-card, .blog-card {
        padding: 1.5rem;
        margin-bottom: 1.74rem;
    }
    
    .team-member img {
        width: 100px;
        height: 100px;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: var(--font-size-lg);
    }
    
    .pricing-card.featured {
        transform: none;
        margin-bottom: 2rem;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
    
    .navbar-brand {
        font-size: var(--font-size-lg) !important;
    }
    
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        min-height: 70vh;
    }
    
    .process-step {
        margin-bottom: 2rem;
    }
    
    .timeline {
        padding-left: 1rem;
    }
    
    .timeline-item {
        padding-left: 1.5rem;
    }
    
    .breadcrumb-section img {
        height: 40px;
    }
    
    .tech-feature, .program-card, .environment-card,
    .analytics-card, .social-card {
        padding: 1rem;
        margin-bottom: 1rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-section h1 {
        font-size: var(--font-size-4xl);
    }
    
    .hero-section h2 {
        font-size: var(--font-size-2xl);
    }
    
    .feature-card, .service-card, .pricing-card, .review-card,
    .case-study-card, .career-card, .info-card, .blog-card {
        padding: 1.75rem;
    }
    
    .team-member img {
        width: 110px;
        height: 110px;
    }
    
    .step-number {
        width: 55px;
        height: 55px;
    }
    
    .contact-form {
        padding: 1.75rem;
    }
    
    .process-step {
        margin-bottom: 1.59rem;
    }
    
    .breadcrumb-section img {
        height: 50px;
    }
    
    .tech-feature, .program-card, .environment-card,
    .analytics-card, .social-card {
        padding: 1.25rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        min-height: 80vh;
    }
    
    .hero-section h1 {
        font-size: var(--font-size-4xl);
    }
    
    .feature-card, .service-card, .pricing-card, .review-card,
    .case-study-card, .career-card, .info-card, .blog-card {
        padding: 2rem;
    }
    
    .team-member {
        margin-bottom: 2rem;
    }
    
    .pricing-card.featured {
        transform: scale(1.02);
    }
    
    .contact-form {
        padding: 2rem;
    }
    
    .process-step {
        margin-bottom: 1rem;
    }
    
    .breadcrumb-section img {
        height: 55px;
    }
    
    .tech-feature, .program-card, .environment-card,
    .analytics-card, .social-card {
        padding: 1.5rem;
    }
    
    /* Adjust column layouts for tablets */
    .col-md-6.service-card-container {
        margin-bottom: 2rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        min-height: 90vh;
    }
    
    .hero-section h1 {
        font-size: var(--font-size-4xl);
    }
    
    .feature-card, .service-card, .pricing-card, .review-card,
    .case-study-card, .career-card, .info-card, .blog-card {
        padding: 2rem;
    }
    
    .team-member {
        margin-bottom: 1.71rem;
    }
    
    .pricing-card.featured {
        transform: scale(1.03);
    }
    
    .contact-form {
        padding: 2rem;
    }
    
    .breadcrumb-section img {
        height: 60px;
    }
    
    .tech-feature, .program-card, .environment-card,
    .analytics-card, .social-card {
        padding: 1.5rem;
    }
}

/* Extra Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        min-height: 100vh;
    }
    
    .hero-section h1 {
        font-size: 3rem;
    }
    
    .hero-section h2 {
        font-size: var(--font-size-3xl);
    }
    
    .feature-card, .service-card, .pricing-card, .review-card,
    .case-study-card, .career-card, .info-card, .blog-card {
        padding: 2.5rem;
    }
    
    .team-member {
        margin-bottom: 1rem;
    }
    
    .pricing-card.featured {
        transform: scale(1.05);
    }
    
    .contact-form {
        padding: 2.5rem;
    }
    
    .breadcrumb-section img {
        height: 60px;
    }
    
    .tech-feature, .program-card, .environment-card,
    .analytics-card, .social-card {
        padding: 1.5rem;
    }
    
    /* Enhanced spacing for large screens */
    .py-5 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
}

/* Ultra Wide screens (1400px and up) */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    
    .hero-section h1 {
        font-size: 3.61rem;
    }
    
    .hero-section h2 {
        font-size: 2.37rem;
    }
    
    .feature-card, .service-card, .pricing-card, .review-card,
    .case-study-card, .career-card, .info-card, .blog-card {
        padding: 3rem;
    }
    
    .contact-form {
        padding: 3rem;
    }
    
    .tech-feature, .program-card, .environment-card,
    .analytics-card, .social-card {
        padding: 2rem;
    }
}

/* Landscape orientation adjustments */
@media (orientation: landscape) and (max-height: 600px) {
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        min-height: 100vh;
        padding: 2rem 0;
    }
    
    .hero-section h1 {
        font-size: var(--font-size-3xl);
        margin-bottom: 0.58rem;
    }
    
    .hero-section h2 {
        font-size: var(--font-size-xl);
        margin-bottom: 1rem;
    }
    
    .hero-section p {
        font-size: var(--font-size-base);
        margin-bottom: 1rem;
    }
}

/* Print styles */
@media print {
    .navbar, .breadcrumb-section, footer {
        display: none !important;
    }
    
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        min-height: auto;
        padding: 2rem 0;
    }
    
    .feature-card, .service-card, .pricing-card, .review-card,
    .case-study-card, .career-card, .info-card, .blog-card {
        box-shadow: none;
        border: 1px solid #d6d6d6;
        break-inside: avoid;
    }
    
    .py-5 {
        padding: 1rem 0 !important;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .feature-card, .service-card, .pricing-card, .review-card,
    .case-study-card, .career-card, .info-card, .blog-card {
        border: 2px solid #000;
    }
    
    .btn-primary {
        border: 2px solid #000;
    }
    
    .btn-outline-primary {
        border: 2px solid #000;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .feature-card, .service-card, .pricing-card, .review-card,
    .case-study-card, .career-card, .info-card, .blog-card,
    .tech-feature, .program-card, .environment-card,
    .analytics-card, .social-card {
        transition: none;
    }
    
    .btn-primary, .btn-outline-primary {
        transition: none;
    }
    
    .navbar {
        transition: none;
    }
    
    .gallery img {
        transition: none;
    }
}

/* Focus styles for accessibility */
@media (prefers-reduced-motion: no-preference) {
    *:focus {
        outline: 2px solid var(--primary-color-1);
        outline-offset: 2px;
    }
}

/* Dark mode support (if needed in future) */
@media (prefers-color-scheme: dark) {
    /* Note: The requirements specify not to create a dark theme for accessibility */
    /* This section is left empty intentionally */
}
