/* Responsive CSS for Custom Music Composition Website */

/* Extra Large Devices (1400px and up) */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    
    .hero-section h1 {
        font-size: 3rem;
    }
    
    .service-image,
    .blog-image,
    .case-image {
        height: 250px;
    }
}

/* Large Devices (992px to 1399px) */
@media (max-width: 1399.98px) {
    .hero-section h1 {
        font-size: 2.31rem;
    }
    
    .pricing-card.featured {
        transform: scale(1.02);
    }
}

/* Medium Devices (768px to 991px) */
@media (max-width: 991.98px) {
    .navbar-nav {
        text-align: center;
        margin-top: 1rem;
    }
    
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem !important;
    }
    
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 2rem;
        margin-bottom: 1.61rem;
    }
    
    .hero-section .col-lg-6:last-child {
        margin-top: 2rem;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .team-photo {
        width: 80px;
        height: 80px;
    }
    
    .pricing-card.featured {
        transform: none;
        margin-top: 2rem;
    }
    
    .timeline-container::before {
        left: 30px;
    }
    
    .timeline-item {
        padding-left: 70px;
        padding-right: 0;
    }
    
    .timeline-item::before {
        left: 30px;
    }
    
    .timeline-content {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .process-step {
        margin-bottom: 2rem;
    }
    
    .contact-form {
        margin-bottom: 2rem;
    }
}

/* Small Devices (576px to 767px) */
@media (max-width: 767.98px) {
    .hero-section h1 {
        font-size: 1.87rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    .section-padding {
        padding: 40px 0;
    }
    
    .card-padding {
        padding: 1.5rem;
    }
    
    .feature-card,
    .service-card,
    .pricing-card,
    .review-card,
    .blog-card,
    .case-study-card,
    .career-card,
    .info-card {
        padding: 1.5rem;
        margin-bottom: 1.67rem;
    }
    
    .feature-icon {
        font-size: 2rem;
    }
    
    .feature-icon-large {
        font-size: 2.62rem;
    }
    
    .service-image,
    .blog-image,
    .case-image {
        height: 180px;
    }
    
    .pricing-price {
        font-size: 2rem;
    }
    
    .team-photo {
        width: 70px;
        height: 70px;
    }
    
    .team-member {
        margin-bottom: 1.74rem;
    }
    
    .process-number {
        width: 50px;
        height: 50px;
        font-size: 1.33rem;
    }
    
    .gallery-image {
        height: 200px;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
    
    .btn {
        padding: 0.625rem 1.5rem;
        font-size: 0.98rem;
    }
    
    .accordion-button {
        padding: 0.75rem 1rem;
        font-size: 1.04rem;
    }
    
    .accordion-body {
        padding: 0.75rem 1rem;
    }
    
    .footer {
        padding: 3rem 0 !important;
    }
    
    .footer .col-lg-4 {
        margin-bottom: 2rem;
    }
}

/* Extra Small Devices (up to 575px) */
@media (max-width: 575.98px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .navbar {
        padding: 0.75rem 0;
    }
    
    .navbar-brand {
        font-size: 1rem !important;
    }
    
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        padding-top: 100px;
    }
    
    .hero-section h1 {
        font-size: 1.64rem;
        line-height: 1.3;
    }
    
    .hero-section p {
        font-size: 1.02rem;
    }
    
    .section-padding {
        padding: 30px 0;
    }
    
    h2 {
        font-size: 1.47rem;
    }
    
    h3 {
        font-size: 1.31rem;
    }
    
    h4 {
        font-size: 1.14rem;
    }
    
    h5 {
        font-size: 1rem;
    }
    
    .feature-card,
    .service-card,
    .pricing-card,
    .review-card,
    .blog-card,
    .case-study-card,
    .career-card,
    .info-card {
        padding: 1.25rem;
    }
    
    .feature-icon {
        font-size: 1.76rem;
    }
    
    .feature-icon-large {
        font-size: 2rem;
    }
    
    .service-image,
    .blog-image,
    .case-image {
        height: 150px;
    }
    
    .service-price {
        font-size: 1.60rem;
    }
    
    .pricing-price {
        font-size: 1.78rem;
    }
    
    .team-photo {
        width: 60px;
        height: 60px;
    }
    
    .process-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .timeline-container::before {
        left: 20px;
    }
    
    .timeline-item {
        padding-left: 50px;
    }
    
    .timeline-item::before {
        left: 20px;
        width: 10px;
        height: 10px;
    }
    
    .gallery-image {
        height: 150px;
    }
    
    .contact-form {
        padding: 1.25rem;
    }
    
    .contact-form .form-control {
        padding: 0.625rem 0.875rem;
        font-size: 0.91rem;
    }
    
    .btn {
        padding: 0.5rem 1.25rem;
        font-size: 0.84rem;
    }
    
    .accordion-button {
        padding: 0.625rem 0.875rem;
        font-size: 0.99rem;
    }
    
    .accordion-body {
        padding: 0.625rem 0.875rem;
        font-size: 0.99rem;
    }
    
    .footer {
        padding: 2rem 0 !important;
    }
    
    .footer h5,
    .footer h6 {
        font-size: 1rem;
    }
    
    .breadcrumb-section {
        padding: 0.75rem 0;
    }
    
    .breadcrumb-image {
        height: 20px;
    }
}

/* Landscape Phone Adjustments */
@media (max-width: 767.98px) and (orientation: landscape) {
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    
    .section-padding {
        padding: 30px 0;
    }
}

/* Print Styles */
@media print {
    .navbar,
    .breadcrumb-section,
    .footer,
    .btn,
    .contact-form {
        display: none;
    }
    
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        background: none !important;
        color: #000 !important;
    }
    
    .section-padding {
        padding: 20px 0;
    }
    
    .feature-card,
    .service-card,
    .pricing-card,
    .review-card,
    .blog-card,
    .case-study-card,
    .career-card,
    .info-card {
        box-shadow: none;
        border: 1px solid #cccccc;
        break-inside: avoid;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    :root {
        --shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        --shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.4);
    }
    
    .feature-card,
    .service-card,
    .pricing-card,
    .review-card,
    .blog-card,
    .case-study-card,
    .career-card,
    .info-card {
        border: 2px solid var(--primary-1);
    }
    
    .btn {
        border: 2px solid var(--primary-1);
    }
}

/* Reduced Motion Specific Responsive Adjustments */
@media (prefers-reduced-motion: reduce) {
    .feature-card:hover,
    .service-card:hover,
    .pricing-card:hover,
    .review-card:hover,
    .blog-card:hover,
    .case-study-card:hover,
    .career-card:hover,
    .info-card:hover {
        transform: none;
    }
    
    .gallery-image:hover {
        transform: none;
        filter: none;
    }
    
    .btn-primary:hover {
        transform: none;
    }
}

/* Focus Indicators for Accessibility */
@media (prefers-reduced-motion: no-preference) {
    *:focus {
        outline: 2px solid var(--primary-5);
        outline-offset: 2px;
    }
}

/* Dark Mode Support (Future Enhancement) */
@media (prefers-color-scheme: dark) {
    /* Note: Dark mode disabled per requirements for accessibility */
    /* This section is reserved for future enhancements if needed */
}
