/* VR Art Gallery - Responsive CSS */

/* Extra Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    
    .hero-section h1 {
        font-size: 3.5rem;
    padding-top: 250px;
}
    
    .hero-section h2 {
        font-size: 1.8rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-section h1 {
        font-size: 3rem;
    padding-top: 250px;
}
    
    .hero-section h2 {
        font-size: 1.6rem;
    }
    
    .timeline-item {
        width: 50%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section {
        padding-top: 100px;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 2.5rem;
    padding-top: 250px;
}
    
    .hero-section h2 {
        font-size: 1.4rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    /* Timeline adjustments for tablets */
    .timeline::before {
        left: 30px;
    }
    
    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding-left: 4rem;
        padding-right: 0;
    }
    
    .timeline-item::before {
        left: 20px !important;
        right: auto !important;
    }
    
    /* Process steps adjustment */
    .process-step {
        margin-bottom: 2rem;
    }
    
    /* Team member spacing */
    .team-member {
        margin-bottom: 3rem;
    }
    
    /* Card adjustments */
    .price-card.featured {
        transform: none;
        margin-bottom: 2rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-section {
        padding-top: 120px;
        text-align: center;
        min-height: 80vh;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    padding-top: 250px;
}
    
    .hero-section h2 {
        font-size: 1.2rem;
    }
    
    .hero-section p {
        font-size: 0.95rem;
    }
    
    /* Hide decorative shapes on smaller screens */
    .hero-shapes {
        display: none;
    }
    
    /* Typography adjustments */
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    h3 {
        font-size: 1.4rem;
    }
    
    /* Timeline mobile layout */
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding-left: 3rem;
        padding-right: 0;
    }
    
    .timeline-item::before {
        left: 10px !important;
        right: auto !important;
    }
    
    /* Card spacing */
    .card {
        margin-bottom: 2rem;
    }
    
    /* Team member grid */
    .team-member {
        margin-bottom: 2.5rem;
    }
    
    /* Price cards */
    .price-card.featured {
        transform: none;
    }
    
    .price-card.featured::before {
        top: -15px;
    }
    
    /* Process steps */
    .process-step {
        margin-bottom: 2rem;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    /* Contact form adjustments */
    .contact-form,
    .contact-info {
        margin-bottom: 2rem;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /* No animations on mobile for better performance */
    @media (prefers-reduced-motion: no-preference) {
        * {
            animation: none !important;
            transition: none !important;
        }
    }
    
    /* Hero section mobile optimization */
    .hero-section {
        padding: 80px 0 3rem;
        text-align: center;
        min-height: 70vh;
    }
    
    .hero-section h1 {
        font-size: 1.8rem;
        margin-bottom: 0.75rem;
    padding-top: 250px;
}
    
    .hero-section h2 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .hero-section p {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
    
    /* Hide decorative shapes */
    .hero-shapes {
        display: none;
    }
    
    /* Typography mobile adjustments */
    h1 {
        font-size: 1.8rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.25rem;
    }
    
    h4 {
        font-size: 1.1rem;
    }
    
    h5 {
        font-size: 1rem;
    }
    
    p {
        font-size: 0.9rem;
    }
    
    /* Navigation adjustments */
    .navbar-brand {
        font-size: 1.25rem;
    }
    
    .navbar-toggler {
        padding: 4px 8px;
        font-size: 1rem;
    }
    
    /* Section padding reduction */
    section {
        padding: 3rem 0;
    }
    
    /* Container padding */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Timeline mobile layout */
    .timeline {
        padding: 1rem 0;
    }
    
    .timeline::before {
        left: 15px;
    }
    
    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding-left: 2.5rem;
        padding-right: 0;
        margin-bottom: 2rem;
    }
    
    .timeline-item::before {
        left: 5px !important;
        right: auto !important;
        width: 15px;
        height: 15px;
    }
    
    .timeline-content {
        padding: 1.5rem;
    }
    
    /* Card adjustments */
    .card {
        margin-bottom: 1.5rem;
    }
    
    .card-body {
        padding: 1.5rem;
    overflow-x: hidden;
}
    
    .card-img-top {
        height: 180px;
    }
    
    /* Feature cards mobile */
    .feature-card {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .feature-item {
        padding: 1.5rem;
    }
    
    /* Service cards mobile */
    .service-card .price {
        font-size: 1.5rem;
    }
    
    /* Price cards mobile */
    .price-card {
        margin-bottom: 1.5rem;
    }
    
    .price-card.featured {
        transform: none;
        margin-bottom: 1.5rem;
    }
    
    .price-card.featured::before {
        top: -12px;
        font-size: 0.75rem;
        padding: 3px 15px;
    }
    
    .price-large {
        font-size: 2rem;
    }
    
    /* Team section mobile */
    .team-member {
        margin-bottom: 2rem;
    }
    
    .team-member img {
        width: 100px;
        height: 100px;
    }
    
    /* Process steps mobile */
    .process-step {
        margin-bottom: 1.5rem;
    }
    
    .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    /* Contact section mobile */
    .contact-form,
    .contact-info {
        margin-bottom: 2rem;
        padding: 1.5rem;
    }
    
    .contact-item {
        margin-bottom: 2rem;
    }
    
    .contact-item i {
        font-size: 1.5rem;
    }
    
    /* Form elements mobile */
    .form-control {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
    
    .btn-primary {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
    
    /* Gallery mobile adjustments */
    #gallery .col-lg-4 {
        margin-bottom: 1rem;
    }
    
    /* Footer mobile */
    footer {
        padding: 3rem 0 2rem;
    }
    
    footer .col-lg-4 {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    /* Additional page elements mobile */
    .gallery-space-item,
    .interactive-feature,
    .art-collection,
    .tech-feature,
    .educational-program,
    .hardware-item,
    .accessibility-feature,
    .partnership-item,
    .event-service,
    .innovation-item {
        padding: 1.25rem;
        margin-bottom: 1.5rem;
    }
    
    .gallery-space-item i,
    .interactive-feature i,
    .art-collection i,
    .tech-feature i,
    .educational-program i,
    .hardware-item i,
    .accessibility-feature i,
    .partnership-item i,
    .event-service i,
    .innovation-item i {
        font-size: 1.5rem;
    }
    
    /* FAQ mobile */
    .faq-card {
        margin-bottom: 1rem;
    }
    
    .faq-card .card-body {
        padding: 1.5rem;
    overflow-x: hidden;
}
    
    /* Blog cards mobile */
    .blog-card {
        margin-bottom: 1.5rem;
    }
    
    /* Career cards mobile */
    .career-card {
        margin-bottom: 1.5rem;
    }
    
    /* Info cards mobile */
    .info-card {
        margin-bottom: 1.5rem;
    }
    
    .info-card i {
        font-size: 1.5rem;
    }
    
    /* Review cards mobile */
    .review-card {
        margin-bottom: 1.5rem;
    }
    
    .review-card .card-body {
        padding: 1.5rem;
    overflow-x: hidden;
}
    
    /* Case study cards mobile */
    .case-study-card {
        margin-bottom: 1.5rem;
    }
    
    /* Breadcrumb mobile */
    .breadcrumb-section {
        padding: 0.75rem 0;
        margin-top: 60px;
    }
    
    .breadcrumb-img {
        height: 25px;
    }
}

/* Landscape orientation adjustments */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-section {
        min-height: 100vh;
        padding-top: 60px;
    }
    
    .hero-section h1 {
        font-size: 1.8rem;
    padding-top: 250px;
}
    
    .hero-section h2 {
        font-size: 1.1rem;
    }
    
    section {
        padding: 2rem 0;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Optimize for retina displays */
    .card-img-top,
    img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Print styles */
@media print {
    .hero-shapes,
    .navbar,
    .btn,
    footer {
        display: none !important;
    }
    
    .hero-section {
        background: white !important;
        color: black !important;
        padding: 1rem 0;
        min-height: auto;
    }
    
    .hero-section h1,
    .hero-section h2,
    .hero-section p {
        color: black !important;
    }
    
    section {
        padding: 1rem 0;
        page-break-inside: avoid;
    }
    
    .card {
        border: 1px solid #ddd;
        box-shadow: none;
    }
} 