/* ==========================================================================
   VR Museum Tours - Responsive CSS
   ========================================================================== */

/* Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    
    .hero-content h1 {
        font-size: 3.2rem;
    }
    
    .hero-content h2 {
        font-size: 2rem;
    }
}

/* Desktops (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .hero-content h1 {
        font-size: 2.8rem;
    }
    
    .hero-content h2 {
        font-size: 1.8rem;
    }
    
    .team-member img {
        width: 100px;
        height: 100px;
    }
}

/* Tablets (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .hero-section {
        padding-top: 100px;
        min-height: 80vh;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-content h2 {
        font-size: 1.6rem;
    }
    
    .hero-content p {
        font-size: 1rem;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .feature-card {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .service-card .card-img-top {
        height: 180px;
    }
    
    .team-member {
        margin-bottom: 2rem;
    }
    
    .team-member img {
        width: 90px;
        height: 90px;
    }
    
    .price-card.featured {
        transform: none;
        margin-bottom: 2rem;
    }
    
    .price-card.featured:hover {
        transform: translateY(-5px);
    }
    
    .process-step {
        margin-bottom: 2rem;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
    
    .blob-1 {
        width: 200px;
        height: 200px;
        left: -100px;
    }
    
    .blob-2 {
        width: 150px;
        height: 150px;
        right: -75px;
    }
}

/* Mobile Large (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .hero-section {
        padding-top: 120px;
        min-height: 70vh;
        text-align: center;
    }
    
    .hero-content h1 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
    
    .hero-content h2 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    
    .hero-content p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }
    
    .section-padding {
        padding: 50px 0;
    }
    
    .feature-card {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .service-card .card-img-top {
        height: 160px;
    }
    
    .service-card .card-body {
        padding: 1.25rem;
    overflow-x: hidden;
}
    
    .team-member {
        margin-bottom: 1.5rem;
    }
    
    .team-member img {
        width: 80px;
        height: 80px;
    }
    
    .price-card {
        margin-bottom: 1.5rem;
    }
    
    .price-card.featured {
        transform: none;
    }
    
    .price-large {
        font-size: 2rem;
    }
    
    .process-step {
        margin-bottom: 1.5rem;
    }
    
    .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .contact-info {
        margin-top: 2rem;
        padding: 1.5rem;
    }
    
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.4rem; }
    h4 { font-size: 1.2rem; }
    h5 { font-size: 1rem; }
    
    .blob-1, .blob-2 {
        display: none;
    }
}

/* Mobile Small (up to 575px) */
@media (max-width: 575px) {
    .hero-section {
        padding: 120px 15px 40px;
        min-height: 60vh;
        text-align: center;
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
        margin-bottom: 0.75rem;
        line-height: 1.3;
    }
    
    .hero-content h2 {
        font-size: 1.2rem;
        margin-bottom: 0.75rem;
    }
    
    .hero-content p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .section-padding {
        padding: 40px 0;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .navbar-brand {
        font-size: 1.3rem;
    }
    
    .navbar-nav .nav-link {
        font-size: 0.9rem;
        margin: 0.25rem 0;
    }
    
    .feature-card {
        padding: 1.25rem;
        margin-bottom: 1.25rem;
    }
    
    .feature-card i {
        font-size: 2rem;
    }
    
    .service-card .card-img-top {
        height: 150px;
    }
    
    .service-card .card-body {
        padding: 1rem;
    }
    
    .service-card ul li {
        font-size: 0.9rem;
    }
    
    .price {
        font-size: 1.3rem;
    }
    
    .team-member {
        margin-bottom: 1.25rem;
    }
    
    .team-member img {
        width: 70px;
        height: 70px;
    }
    
    .team-member h5 {
        font-size: 0.95rem;
    }
    
    .team-member p {
        font-size: 0.85rem;
    }
    
    .price-card {
        margin-bottom: 1.25rem;
    }
    
    .price-card .card-body {
        padding: 1.25rem;
    overflow-x: hidden;
}
    
    .price-large {
        font-size: 1.8rem;
    }
    
    .review-card .card-body {
        padding: 1.25rem;
    overflow-x: hidden;
}
    
    .case-study-card .card-body {
        padding: 1.25rem;
    overflow-x: hidden;
}
    
    .process-step {
        margin-bottom: 1.25rem;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .faq-card .card-body {
        padding: 1.25rem;
    overflow-x: hidden;
}
    
    .faq-card .card-title {
        font-size: 0.95rem;
    }
    
    .faq-card .card-text {
        font-size: 0.9rem;
    }
    
    .contact-info {
        margin-top: 1.5rem;
        padding: 1.25rem;
    }
    
    .contact-item {
        font-size: 0.9rem;
    }
    
    .breadcrumb-section {
        padding: 100px 0 30px;
    }
    
    .breadcrumb-icon {
        width: 30px;
        height: 30px;
    }
    
    .space-container {
        padding: 100px 15px 30px;
        min-height: 50vh;
    }
    
    .tech-item, .capability-item, .hardware-item, .security-item, .innovation-item,
    .education-item, .curriculum-item, .assessment-item, .research-item, .support-item {
        padding: 1.25rem;
        margin-bottom: 1.25rem;
    }
    
    .tech-item h5, .capability-item h5, .hardware-item h5, .security-item h5, .innovation-item h5,
    .education-item h5, .curriculum-item h5, .assessment-item h5, .research-item h5, .support-item h5 {
        font-size: 0.95rem;
    }
    
    .tech-item p, .capability-item p, .hardware-item p, .security-item p, .innovation-item p,
    .education-item p, .curriculum-item p, .assessment-item p, .research-item p, .support-item p {
        font-size: 0.85rem;
    }
    
    .footer {
        padding: 3rem 0;
    }
    
    .footer h5, .footer h6 {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }
    
    .footer p, .footer li {
        font-size: 0.9rem;
    }
    
    h1 { font-size: 1.75rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.25rem; }
    h4 { font-size: 1.1rem; }
    h5 { font-size: 0.95rem; }
    h6 { font-size: 0.9rem; }
    
    .blob-1, .blob-2 {
        display: none;
    }
    
    /* No animations on mobile as per requirements */
    [data-sal] {
        transform: none !important;
        opacity: 1 !important;
    }
}

/* Mobile Extra Small (up to 375px) */
@media (max-width: 375px) {
    .hero-content h1 {
        font-size: 1.6rem;
    }
    
    .hero-content h2 {
        font-size: 1.1rem;
    }
    
    .navbar-brand {
        font-size: 1.2rem;
    }
    
    .feature-card {
        padding: 1rem;
    }
    
    .service-card .card-body {
        padding: 0.75rem;
    }
    
    .team-member img {
        width: 60px;
        height: 60px;
    }
    
    .price-card .card-body {
        padding: 1rem;
    }
    
    .price-large {
        font-size: 1.6rem;
    }
    
    .step-number {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .contact-info {
        padding: 1rem;
    }
    
    h1 { font-size: 1.5rem; }
    h2 { font-size: 1.3rem; }
    h3 { font-size: 1.1rem; }
    h4 { font-size: 1rem; }
    h5 { font-size: 0.9rem; }
    h6 { font-size: 0.85rem; }
}

/* Print Styles */
@media print {
    .navbar, .breadcrumb-section, .footer {
        display: none;
    }
    
    .hero-section {
        min-height: auto;
        padding: 2rem 0;
        background: white !important;
    }
    
    .section-padding {
        padding: 1.5rem 0;
    }
    
    .hero-shapes, .blob-1, .blob-2 {
        display: none;
    }
    
    * {
        box-shadow: none !important;
        transition: none !important;
        animation: none !important;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    :root {
        --primary-color: #000080;
        --secondary-color: #800080;
        --accent-color: #ff00ff;
        --success-color: #008000;
        --warning-color: #ffff00;
        
        --text-dark: #000000;
        --text-light: #333333;
        --bg-light: #ffffff;
        --bg-white: #ffffff;
    }
    
    .hero-section {
        background: linear-gradient(135deg, #e6f3ff, #ffe6f3);
    }
    
    .feature-card, .service-card, .price-card, .review-card, 
    .case-study-card, .faq-card {
        border: 2px solid var(--text-dark);
    }
}

/* Landscape Mobile Orientation */
@media (max-width: 767px) and (orientation: landscape) {
    .hero-section {
        min-height: 80vh;
        padding-top: 80px;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-content h2 {
        font-size: 1.3rem;
    }
    
    .section-padding {
        padding: 30px 0;
    }
} 