/* Responsive CSS - Mobile First Approach */

/* Large Tablets and below (max-width: 992px) */
@media (max-width: 991.98px) {
    /* Typography */
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    h3 {
        font-size: 1.35rem;
    }
    
    h4 {
        font-size: 1.15rem;
    }
    
    /* Hero Section */
    .hero-section {
        text-align: center;
    }
    
    .hero-section .row {
        flex-direction: column-reverse;
    }
    
    /* Service Cards */
    .service-card, .price-card {
        margin-bottom: 2rem;
    }
    
    /* Team Members */
    .team-member {
        margin-bottom: 2rem;
    }
    
    /* Process Steps */
    .process-step {
        margin-bottom: 2rem;
    }
    
    /* Timeline */
    .timeline-item {
        margin-bottom: 1.5rem;
    }
}

/* Tablets and below (max-width: 768px) */
@media (max-width: 767.98px) {
    /* Global */
    body {
        font-size: 15px;
    }
    
    /* Typography */
    h1 {
        font-size: 1.75rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.25rem;
    }
    
    h4 {
        font-size: 1.1rem;
    }
    
    p {
        font-size: 0.95rem;
    }
    
    /* Header */
    header.navbar {
        padding: 0.75rem 0;
    }
    
    .navbar-brand {
    font-size: 12px !important;
        font-size: 1.25rem !important;
    }
    
    .navbar-nav .nav-link {
    font-size: 10px !important;
        margin-left: 0;
        padding: 0.5rem 0;
    }
    
    /* Hero Section */
    .hero-section {
        min-height: 80vh;
        padding-top: 60px;
    }
    
    .hero-section h1 {
        font-size: 1.75rem;
    }
    
    .hero-section h2 {
        font-size: 1.35rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    /* Sections */
    section {
        padding: 3rem 0 !important;
    }
    
    /* Cards */
    .feature-box, .service-card, .price-card, .team-member, 
    .review-card, .case-card, .process-step, .timeline-item,
    .career-card, .info-box, .blog-card {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    /* Service Price */
    .service-card .price {
        font-size: 1.25rem;
    }
    
    /* Price Display */
    .price-display {
        font-size: 1.75rem;
    }
    
    /* Contact Form */
    .contact-form {
        padding: 2rem;
    }
    
    /* Reviews Slider - Disable autoplay on mobile */
    .swiper-autoplay-disabled {
        display: none;
    }
    
    /* FAQ */
    .accordion-button {
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }
    
    /* Gallery */
    .gallery-section img {
        height: 150px;
    }
    
    /* Footer */
    .footer-section {
        text-align: center;
    }
    
    .footer-section .col-lg-4 {
        margin-bottom: 2rem;
    }
    
    /* Breadcrumb */
    .breadcrumb-section {
        padding: 80px 0 15px;
    }
}

/* Mobile devices (max-width: 576px) */
@media (max-width: 575.98px) {
    /* Container padding */
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    /* Typography */
    h1 {
        font-size: 1.5rem;
    }
    
    h2 {
        font-size: 1.35rem;
    }
    
    h3 {
        font-size: 1.15rem;
    }
    
    h4 {
        font-size: 1rem;
    }
    
    /* Hero Section */
    .hero-section {
        min-height: 70vh;
    }
    
    .hero-section img {
        max-width: 300px;
        margin: 0 auto;
    }
    
    /* Sections */
    section {
        padding: 2.5rem 0 !important;
    }
    
    /* Cards */
    .feature-box, .service-card, .price-card, .team-member, 
    .review-card, .case-card, .process-step, .timeline-item,
    .career-card, .info-box, .blog-card {
        padding: 1.25rem;
    }
    
    /* Icons */
    .fa-3x {
        font-size: 2.5rem !important;
    }
    
    .fa-2x {
        font-size: 1.75rem !important;
    }
    
    /* Step Number */
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
    
    /* Team Images */
    .team-member img {
        width: 120px;
        height: 120px;
    }
    
    /* Contact Form */
    .contact-form {
        padding: 1.5rem;
    }
    
    .btn-primary {
        font-size: 1rem;
        padding: 0.6rem 1.5rem;
    }
    
    /* Contact Info */
    .contact-info p {
        font-size: 1rem;
    }
    
    /* Gallery Grid */
    .gallery-section .col-6 {
        padding: 0.25rem;
    }
    
    .gallery-section img {
        height: 120px;
    }
    
    /* Price Features List */
    .price-card ul {
        font-size: 0.9rem;
    }
    
    /* Blog Cards */
    .blog-card img {
        height: 150px;
    }
    
    /* Additional Pages */
    .tech-item h4, .auto-feature h4, .perf-item h4,
    .connect-item h4, .sustain-item h4, .access-item h4,
    .lifestyle-item h4, .financial-item h4, .tech-perk h4,
    .community-item h4 {
        font-size: 1rem;
    }
    
    .tech-item p, .auto-feature p, .perf-item p,
    .connect-item p, .sustain-item p, .access-item p,
    .lifestyle-item p, .financial-item p, .tech-perk p,
    .community-item p {
        font-size: 0.9rem;
    }
}

/* Extra small devices (max-width: 400px) */
@media (max-width: 399.98px) {
    /* Typography */
    h1 {
        font-size: 1.35rem;
    }
    
    h2 {
        font-size: 1.2rem;
    }
    
    h3 {
        font-size: 1.1rem;
    }
    
    /* Hero Section */
    .hero-section {
        min-height: 60vh;
    }
    
    /* Cards */
    .feature-box, .service-card, .price-card {
        padding: 1rem;
    }
    
    /* Gallery */
    .gallery-section img {
        height: 100px;
    }
}

/* Landscape orientation adjustments */
@media (max-height: 600px) and (orientation: landscape) {
    .hero-section {
        min-height: 100vh;
    }
    
    .navbar {
        padding: 0.5rem 0;
    }
}

/* Print styles */
@media print {
    /* Hide navigation and footer */
    header, footer, .breadcrumb-section {
        display: none;
    }
    
    /* Adjust sections for print */
    section {
        page-break-inside: avoid;
    }
    
    /* Remove shadows and animations */
    * {
        box-shadow: none !important;
        animation: none !important;
        transition: none !important;
    }
    
    /* Ensure text is black for printing */
    body {
        color: #000 !important;
    }
    
    /* Remove background colors */
    .hero-section, .bg-light, .bg-dark {
        background: none !important;
    }
} 