/* Responsive Design Styles */

/* Large Tablets and Small Desktops */
@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
    
    h1 {
        font-size: 1.875rem;
    }
    
    h2 {
        font-size: 1.625rem;
    }
    
    .timeline-item {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-item::after {
        left: 21px !important;
        right: auto !important;
    }
}

/* Tablets */
@media (max-width: 992px) {
    .navbar-brand {
        font-size: 1.375rem !important;
    }
    
    .hero-section h1 {
        font-size: 1.75rem;
    }
    
    .hero-section h2 {
        font-size: 1.375rem;
    }
    
    section {
        padding: 3.5rem 0;
    }
    
    .team-member img {
        width: 150px;
        height: 150px;
    }
    
    .price-card.featured {
        transform: scale(1);
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    /* Typography */
    body {
    overflow-x: hidden;
        font-size: 15px;
    }
    
    h1 {
        font-size: 1.625rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.375rem;
    }
    
    h4 {
        font-size: 1.125rem;
    }
    
    p {
        font-size: 0.9375rem;
    }
    
    /* Header */
    .navbar-brand {
        font-size: 1.25rem !important;
    }
    
    header {
        padding: 0.5rem 0;
    }
    
    /* Hero Section */
    .hero-section {
        padding-top: 80px;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 1.5rem;
    }
    
    .hero-section h2 {
        font-size: 1.25rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    /* Sections */
    section {
        padding: 3rem 0;
    }
    
    /* Feature Boxes */
    .feature-box {
        margin-bottom: 1.5rem;
        padding: 1.5rem;
    }
    
    .feature-box i {
        font-size: 2.5rem !important;
    }
    
    /* Service Cards */
    .service-card {
        margin-bottom: 1.5rem;
    }
    
    .service-card .price {
        font-size: 1.5rem;
    }
    
    /* Process Steps */
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
    
    /* Timeline */
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        padding: 1.5rem;
        margin-left: 40px !important;
    }
    
    .timeline-item::after {
        left: 11px !important;
        width: 16px;
        height: 16px;
    }
    
    /* Contact Form */
    .contact-form {
        padding: 2rem;
    }
    
    /* Team Members */
    .team-member {
        margin-bottom: 2rem;
    }
    
    .team-member img {
        width: 120px;
        height: 120px;
    }
    
    /* Price Cards */
    .price-card {
        margin-bottom: 1.5rem;
        padding: 2rem;
    }
    
    .price-amount {
        font-size: 1.75rem;
    }
    
    /* Blog Cards */
    .blog-card {
        margin-bottom: 1.5rem;
    }
    
    /* Info Cards */
    .info-card i {
        font-size: 2.5rem !important;
    }
    
    /* Footer */
    footer {
        text-align: center;
    }
    
    footer .row > div {
        margin-bottom: 2rem;
    }
    
    /* Buttons */
    .btn {
        font-size: 0.9375rem;
        padding: 0.625rem 1.5rem;
    }
    
    .btn-lg {
        font-size: 1rem;
        padding: 0.75rem 1.75rem;
    }
    
    /* Swiper - Disable autoplay and effects on mobile */
    .swiper {
        --swiper-navigation-size: 30px;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    
    /* Reduce animations on mobile */
    .feature-box:hover,
    .service-card:hover,
    .case-study-card:hover,
    .career-card:hover,
    .info-card:hover,
    .blog-card:hover {
        transform: none;
    }
}

/* Small Mobile Devices */
@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    h1 {
        font-size: 1.5rem;
    }
    
    h2 {
        font-size: 1.375rem;
    }
    
    h3 {
        font-size: 1.25rem;
    }
    
    h4 {
        font-size: 1.0625rem;
    }
    
    .navbar-brand {
        font-size: 1.125rem !important;
    }
    
    .hero-section h1 {
        font-size: 1.375rem;
    }
    
    .hero-section h2 {
        font-size: 1.125rem;
    }
    
    section {
        padding: 2.5rem 0;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
    
    .accordion-button {
        font-size: 1rem;
        padding: 1rem;
    }
    
    /* Gallery - 2 columns on small mobile */
    #gallery .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Extra Small Devices */
@media (max-width: 360px) {
    body {
    overflow-x: hidden;
        font-size: 14px;
    }
    
    h1 {
        font-size: 1.375rem;
    }
    
    h2 {
        font-size: 1.25rem;
    }
    
    p {
        font-size: 0.875rem;
    }
    
    .navbar-brand {
        font-size: 1rem !important;
    }
    
    .btn {
        font-size: 0.875rem;
        padding: 0.5rem 1rem;
    }
}

/* Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .hero-section {
        min-height: auto;
        padding: 4rem 0;
    }
}

/* Print Styles */
@media print {
    header,
    footer,
    .btn,
    .swiper-pagination,
    .accordion-button::after {
        display: none !important;
    }
    
    .accordion-collapse {
        display: block !important;
    }
    
    body {
    overflow-x: hidden;
        font-size: 12pt;
    }
    
    h1 {
        font-size: 18pt;
    }
    
    h2 {
        font-size: 16pt;
    }
    
    h3 {
        font-size: 14pt;
    }
    
    .service-card,
    .price-card,
    .feature-box {
        break-inside: avoid;
    }
} 