/* Responsive Styles */

/* Large Tablets and Small Desktops */
@media (max-width: 1199px) {
    h1 { font-size: 2.25rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.35rem; }
    
    .hero-section h1 { font-size: 2.25rem; }
    .hero-section h2 { font-size: 1.75rem; }
    
    .process-timeline {
        flex-wrap: wrap;
    }
    
    .process-step {
        flex: 0 0 48%;
        margin-bottom: 1rem;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-item {
        width: 100%;
        padding-left: 80px;
        text-align: left !important;
    }
    
    .timeline-item:nth-child(even) {
        left: 0;
    }
    
    .timeline-item::after {
        left: 20px !important;
        right: auto !important;
    }
}

/* Tablets */
@media (max-width: 991px) {
    section {
        padding: 60px 0;
    }
    
    .navbar-brand {
    font-size: 14px !important;
        font-size: 1.35rem;
    }
    
    .hero-section {
        text-align: center;
    }
    
    .hero-section .row {
        flex-direction: column-reverse;
    }
    
    .hero-section img {
        margin-bottom: 2rem;
        max-width: 400px;
    }
    
    .feature-box,
    .service-card,
    .price-card,
    .team-member,
    .career-card,
    .info-card {
        margin-bottom: 2rem;
    }
    
    .price-card.featured {
        transform: scale(1);
    }
    
    .process-timeline::before {
        display: none;
    }
    
    .process-step {
        flex: 0 0 100%;
        margin: 0 0 1rem 0;
    }
}

/* Mobile Devices */
@media (max-width: 767px) {
    /* 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; }
    
    .navbar-brand {
    font-size: 14px !important;
        font-size: 1.25rem;
    }
    
    /* Hero Section */
    .hero-section {
        padding: 80px 0 60px;
    }
    
    .hero-section h1 {
        font-size: 1.75rem;
    }
    
    .hero-section h2 {
        font-size: 1.35rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    .hero-section img {
        max-width: 100%;
    }
    
    /* Sections */
    section {
        padding: 40px 0;
    }
    
    /* Cards and Boxes */
    .feature-box,
    .service-card,
    .price-card,
    .info-card,
    .career-card,
    .case-card,
    .blog-card {
        margin-bottom: 1.5rem;
    }
    
    .service-card .price {
        font-size: 1.25rem;
    }
    
    .price-tag {
        font-size: 1.5rem;
    }
    
    /* Team */
    .team-member img {
        width: 120px;
        height: 120px;
    }
    
    /* Process Steps */
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    /* Timeline */
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        padding-left: 60px;
    }
    
    .timeline-item::after {
        width: 15px;
        height: 15px;
        left: 12px !important;
    }
    
    /* Contact Form */
    .contact-form {
        padding: 1.5rem;
    }
    
    .btn-primary {
        padding: 0.6rem 1.5rem;
        font-size: 1rem;
    }
    
    /* Gallery */
    .gallery-section img {
        height: 150px;
    }
    
    /* Footer */
    .footer-section .row > div {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    /* Swiper - Disable autoplay on mobile */
    .swiper {
        --swiper-autoplay: 0;
    }
    
    /* Reviews */
    .review-card {
        margin: 0.5rem;
        padding: 1.5rem;
    }
    
    .review-card p {
        font-size: 1rem;
    }
    
    /* FAQ */
    .accordion-button {
        padding: 1rem;
        font-size: 1rem;
    }
    
    .accordion-body {
        padding: 1rem;
    }
}

/* Small Mobile Devices */
@media (max-width: 575px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    h1 { font-size: 1.5rem; }
    h2 { font-size: 1.35rem; }
    h3 { font-size: 1.15rem; }
    
    .hero-section h1 {
        font-size: 1.5rem;
    }
    
    .hero-section h2 {
        font-size: 1.25rem;
    }
    
    /* Contact Info */
    .contact-info p {
        font-size: 0.95rem;
    }
    
    /* Blog Grid */
    #blog_grid .col-md-4 {
        margin-bottom: 1.5rem;
    }
    
    /* Gallery Grid */
    .gallery-section .col-md-4 {
        padding: 0.25rem;
    }
}

/* Extra Small Devices */
@media (max-width: 375px) {
    body {
        font-size: 13px;
    }
    
    h1 { font-size: 1.35rem; }
    h2 { font-size: 1.2rem; }
    h3 { font-size: 1.1rem; }
    h4 { font-size: 1rem; }
    
    .navbar-brand {
    font-size: 14px !important;
        font-size: 1.1rem;
    }
    
    .btn-primary {
        padding: 0.5rem 1.25rem;
        font-size: 0.9rem;
    }
}

/* Landscape Orientation */
@media (max-width: 767px) and (orientation: landscape) {
    .hero-section {
        min-height: auto;
        padding: 60px 0;
    }
    
    .hero-section img {
        max-height: 300px;
    }
}

/* High Resolution Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .navbar-brand,
    .hero-section h1,
    .hero-section h2 {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

/* Print Styles */
@media print {
    header,
    footer,
    .gallery-section,
    .contact-form,
    .swiper-pagination {
        display: none;
    }
    
    section {
        page-break-inside: avoid;
    }
    
    h1, h2, h3, h4 {
        page-break-after: avoid;
    }
} 