/* Responsive Styles */

/* Large Tablets and Small Laptops */
@media (max-width: 1024px) {
    h1 { font-size: 2.2rem; }
    h2 { font-size: 1.8rem; }
    h3 { font-size: 1.4rem; }
    
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .hero-section h3 {
        font-size: 1.5rem;
    }
    
    .navbar-nav .nav-link {
    font-size: 10px !important;
        margin-left: 1rem;
    }
}

/* Tablets */
@media (max-width: 768px) {
    /* Typography */
    body {
        font-size: 15px;
    }
    
    h1 { font-size: 2rem; }
    h2 { font-size: 1.6rem; }
    h3 { font-size: 1.3rem; }
    h4 { font-size: 1.15rem; }
    
    p {
        font-size: 0.95rem;
    }
    
    /* Navigation */
    .navbar-brand {
    font-size: 12px !important;
        font-size: 1.3rem;
    }
    
    .navbar-nav {
        text-align: center;
        padding-top: 1rem;
    }
    
    .navbar-nav .nav-link {
    font-size: 10px !important;
        margin: 0.5rem 0;
        padding: 0.5rem 1rem;
    }
    
    /* Hero Section */
    .hero-section {
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .hero-section h3 {
        font-size: 1.3rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    .hero-section .row {
        flex-direction: column-reverse;
    }
    
    /* Sections */
    section {
        padding: 3rem 0 !important;
    }
    
    /* Cards */
    .feature-card,
    .service-card,
    .pricing-card,
    .blog-card,
    .career-card,
    .case-card {
        margin-bottom: 1.5rem;
    }
    
    .pricing-card.featured {
        transform: scale(1);
    }
    
    /* Team */
    .team-member {
        margin-bottom: 2rem;
    }
    
    .team-member img {
        width: 120px;
        height: 120px;
    }
    
    /* Process Steps */
    .process-step {
        padding: 1.5rem;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.2rem;
    }
    
    /* Timeline */
    .timeline {
        padding-left: 1.5rem;
    }
    
    .timeline-item {
        padding-left: 1.5rem;
    }
    
    /* Contact Form */
    .contact-form {
        padding: 1.5rem;
    }
    
    /* Footer */
    footer .row > div {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    /* Swiper - Disable autoplay on mobile */
    .swiper-container {
        --swiper-autoplay: 0;
    }
}

/* Mobile Phones */
@media (max-width: 576px) {
    /* Typography */
    body {
        font-size: 14px;
    }
    
    h1 { font-size: 1.75rem; }
    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 */
    .navbar-brand {
    font-size: 12px !important;
        font-size: 1.2rem;
    }
    
    /* Hero Section */
    .hero-section h1 {
        font-size: 1.75rem;
    }
    
    .hero-section h3 {
        font-size: 1.2rem;
    }
    
    .hero-section p {
        font-size: 0.95rem;
    }
    
    .hero-section img {
        margin-top: 2rem;
    }
    
    /* Sections */
    .text-center h2 {
        font-size: 1.5rem;
    }
    
    .text-center h3 {
        font-size: 1.15rem;
    }
    
    .text-center p {
        font-size: 0.9rem;
    }
    
    /* Cards */
    .feature-card,
    .feature-box,
    .info-box,
    .case-card,
    .career-card {
        padding: 1.5rem;
    }
    
    .service-card h4 {
        font-size: 1.15rem;
    }
    
    .service-card h5 {
        font-size: 1.3rem;
    }
    
    .pricing-card {
        padding: 2rem 1.5rem;
    }
    
    .pricing-card h3 {
        font-size: 1.5rem;
    }
    
    /* Reviews */
    .review-card {
        padding: 1.5rem;
        min-height: 150px;
    }
    
    .review-card p {
        font-size: 1rem;
    }
    
    /* Process */
    .process-step {
        padding: 1rem;
    }
    
    /* Timeline */
    .timeline {
        padding-left: 1rem;
    }
    
    .timeline-item {
        padding-left: 1rem;
    }
    
    .timeline-item h4 {
        font-size: 1.1rem;
    }
    
    /* Blog */
    .blog-card img {
        height: 150px;
    }
    
    /* Gallery */
    #gallery img {
        height: 180px;
    }
    
    /* Contact */
    .btn-primary {
        padding: 0.6rem 1.5rem;
        font-size: 1rem;
    }
    
    /* FAQ */
    .accordion-button {
        padding: 1rem;
        font-size: 0.95rem;
    }
    
    .accordion-body {
        padding: 1rem;
    }
    
    /* Footer */
    footer {
        text-align: center;
    }
    
    footer h4 {
        font-size: 1.3rem;
    }
    
    footer h5 {
        font-size: 1.1rem;
    }
}

/* Extra Small Devices */
@media (max-width: 400px) {
    /* Container padding */
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    /* Typography */
    h1 { font-size: 1.5rem; }
    h2 { font-size: 1.3rem; }
    h3 { font-size: 1.15rem; }
    
    /* Hero */
    .hero-section h1 {
        font-size: 1.5rem;
    }
    
    .hero-section h3 {
        font-size: 1.1rem;
    }
    
    /* Cards */
    .col-md-6,
    .col-lg-3,
    .col-lg-4 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    /* Form */
    .form-control {
        font-size: 0.9rem;
    }
}

/* Print Styles */
@media print {
    .navbar,
    #hero,
    #gallery,
    .btn,
    .swiper-pagination,
    footer {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.5;
    }
    
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }
    
    .card,
    .feature-card,
    .service-card {
        page-break-inside: avoid;
    }
}

/* High Resolution Displays */
@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {
    /* Sharper borders and shadows for retina displays */
    .card,
    .feature-card,
    .service-card,
    .pricing-card {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }
}

/* Landscape Orientation for Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .hero-section {
        min-height: auto;
        padding: 4rem 0;
    }
    
    .hero-section h1 {
        font-size: 1.8rem;
    }
    
    .hero-section h3 {
        font-size: 1.2rem;
    }
}

/* Accessibility - High Contrast Mode */
@media (prefers-contrast: high) {
    .btn-primary {
        border: 2px solid currentColor;
    }
    
    .form-control {
        border-width: 2px;
    }
    
    .card,
    .feature-card,
    .service-card {
        border: 1px solid currentColor;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    :root {
        --light-color: #1a202c;
        --neutral-dark: #e2e8f0;
    }
    
    body {
        background-color: #1a202c;
        color: #e2e8f0;
    }
    
    .navbar {
        background: rgba(26, 32, 44, 0.95);
    }
    
    .card,
    .feature-card,
    .service-card,
    .pricing-card,
    .career-card,
    .blog-card,
    .contact-form {
        background: #2d3748;
        color: #e2e8f0;
    }
    
    .bg-light {
        background-color: #2d3748 !important;
    }
    
    .form-control {
        background: #1a202c;
        color: #e2e8f0;
        border-color: #4a5568;
    }
    
    .accordion-button {
        background: #2d3748;
        color: #e2e8f0;
    }
    
    .accordion-body {
        background: #1a202c;
        color: #e2e8f0;
    }
} 