/* Responsive Design */

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    
    .hero-section h1 {
        font-size: 2.61rem;
    }
    
    .hero-section h2 {
        font-size: 1.75rem;
    }
}

/* Desktop (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
        padding: 2rem 0;
    }
    
    .team-member img {
        width: 100px;
        height: 100px;
    }
    
    .service-card img,
    .blog-card img {
        height: 180px;
    }
}

/* Tablet (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    /* Typography Adjustments */
    :root {
        --font-size-h1: 2rem;
        --font-size-h2: 1.6rem;
        --font-size-h3: 1.3rem;
        --font-size-brand: 1.2rem;
    }
    
    /* Header */
    .navbar {
        padding: 0.5rem 0;
    }
    
    .navbar-brand {
        font-size: 1.30rem !important;
    }
    
    /* Hero Section */
    .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
        padding: 1rem 0;
        min-height: 80vh;
    }
    
    .hero-section h1 {
        font-size: 1.81rem;
        margin-bottom: 0.93rem;
    }
    
    .hero-section h2 {
        font-size: 1.33rem;
        margin-bottom: 0.79rem;
    }
    
    /* Sections */
    section {
        padding: 3rem 0;
    }
    
    /* Cards */
    .feature-card,
    .service-card,
    .price-card,
    .review-card,
    .case-study-card,
    .blog-card {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    
    /* Team Members */
    .team-member {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .team-member img {
        width: 80px;
        height: 80px;
    }
    
    /* Process Steps */
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.27rem;
    }
    
    .year {
        width: 60px;
        height: 60px;
        font-size: 1rem;
    }
    
    /* Contact Form */
    .contact-form,
    .contact-info {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    /* Gallery */
    .gallery-section img {
        height: 200px;
        margin-bottom: 1rem;
    }
}

/* Mobile Large (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    /* Typography */
    :root {
        --font-size-h1: 1.8rem;
        --font-size-h2: 1.4rem;
        --font-size-h3: 1.2rem;
        --font-size-h4: 1.1rem;
        --font-size-brand: 1.1rem;
        --font-size-base: 15px;
    }
    
    /* Header */
    .navbar {
        padding: 0.4rem 0;
    }
    
    .navbar-brand {
        font-size: 1.23rem !important;
    }
    
    .nav-link {
        padding: 0.4rem 0.8rem !important;
        font-size: 14px;
    }
    
    /* Hero Section */
    .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
        min-height: 70vh;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 1.65rem;
        margin-bottom: 0.77rem;
    }
    
    .hero-section h2 {
        font-size: 1.31rem;
        margin-bottom: 0.62rem;
    }
    
    .hero-section p {
        font-size: 16px;
    }
    
    /* Sections */
    section {
        padding: 2.5rem 0;
    }
    
    /* Cards */
    .feature-card,
    .service-card,
    .price-card,
    .review-card,
    .case-study-card,
    .blog-card,
    .faq-item {
        padding: 1.2rem;
        margin-bottom: 1.73rem;
    }
    
    /* Service and Blog Images */
    .service-card img,
    .blog-card img {
        height: 160px;
    }
    
    /* Price Cards */
    .price-card.featured {
        transform: none;
        margin-bottom: 2rem;
    }
    
    .price-header .price {
        font-size: 1.68rem;
    }
    
    /* Team */
    .team-member {
        margin-bottom: 1.74rem;
    }
    
    .team-member img {
        width: 70px;
        height: 70px;
    }
    
    /* Process and Timeline */
    .step-number,
    .year {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    
    /* Contact */
    .contact-form,
    .contact-info {
        padding: 1.2rem;
    }
    
    .form-control {
        padding: 0.6rem 0.8rem;
        font-size: 14px;
    }
    
    .btn-primary {
        padding: 0.6rem 1.5rem;
        font-size: 14px;
    }
    
    /* Gallery */
    .gallery-section img {
        height: 180px;
    }
    
    /* Footer */
    .footer {
        padding: 2rem 0;
    }
    
    .footer .col-lg-4 {
        margin-bottom: 1.75rem;
        text-align: center;
    }
}

/* Mobile Small (up to 575px) */
@media (max-width: 575px) {
    /* Typography */
    :root {
        --font-size-h1: 1.6rem;
        --font-size-h2: 1.3rem;
        --font-size-h3: 1.1rem;
        --font-size-h4: 1rem;
        --font-size-h5: 0.95rem;
        --font-size-brand: 1rem;
        --font-size-base: 14px;
        --font-size-small: 13px;
    }
    
    /* Header */
    .navbar {
        padding: 0.3rem 0;
    }
    
    .navbar-brand {
        font-size: 1rem !important;
    }
    
    .nav-link {
        padding: 0.3rem 0.5rem !important;
        font-size: 13px;
    }
    
    .navbar-toggler {
        padding: 0.2rem 0.4rem;
        font-size: 0.95rem;
    }
    
    /* Breadcrumb */
    .breadcrumb-nav {
        margin-top: 60px;
        padding: 0.3rem 0;
    }
    
    .breadcrumb-image {
        height: 20px;
    }
    
    /* Hero Section */
    .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
        min-height: 60vh;
        text-align: center;
        padding: 1rem 0;
    }
    
    .hero-section h1 {
        font-size: 1.45rem;
        margin-bottom: 0.72rem;
    }
    
    .hero-section h2 {
        font-size: 1.24rem;
        margin-bottom: 0.59rem;
    }
    
    .hero-section p {
        font-size: 14px;
    }
    
    /* Sections */
    section {
        padding: 2rem 0;
    }
    
    /* Container */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Cards */
    .feature-card,
    .service-card,
    .price-card,
    .review-card,
    .case-study-card,
    .blog-card,
    .faq-item {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    /* Service and Blog Images */
    .service-card img,
    .blog-card img {
        height: 140px;
    }
    
    /* Price Cards */
    .price-card.featured {
        transform: none;
        border-width: 2px;
    }
    
    .price-header .price {
        font-size: 1.53rem;
    }
    
    .price {
        font-size: 1.21rem;
    }
    
    /* Team */
    .team-member {
        margin-bottom: 1rem;
    }
    
    .team-member img {
        width: 60px;
        height: 60px;
    }
    
    .team-member h5 {
        font-size: 0.98rem;
    }
    
    .team-member p {
        font-size: 0.89rem;
    }
    
    /* Process and Timeline */
    .step-number,
    .year {
        width: 40px;
        height: 40px;
        font-size: 0.98rem;
    }
    
    .process-step,
    .timeline-item {
        padding: 1rem;
    }
    
    /* Contact */
    .contact-form,
    .contact-info {
        padding: 1rem;
    }
    
    .form-control {
        padding: 0.5rem 0.7rem;
        font-size: 13px;
    }
    
    .btn-primary {
        padding: 0.5rem 1.2rem;
        font-size: 13px;
        border-radius: 20px;
    }
    
    .contact-info p {
        font-size: 13px;
    }
    
    .contact-info i {
        font-size: 12px;
    }
    
    /* Gallery */
    .gallery-section img {
        height: 150px;
        margin-bottom: 0.63rem;
    }
    
    /* Blog */
    .blog-content {
        padding: 0.8rem;
    }
    
    .blog-card h4 {
        font-size: 1rem;
    }
    
    .blog-card p {
        font-size: 13px;
    }
    
    /* FAQ */
    .faq-item h5 {
        font-size: 0.97rem;
    }
    
    .faq-item p {
        font-size: 13px;
    }
    
    /* Footer */
    .footer {
        padding: 1.5rem 0;
        text-align: center;
    }
    
    .footer .col-lg-4 {
        margin-bottom: 1rem;
    }
    
    .footer h5,
    .footer h6 {
        font-size: 1rem;
        margin-bottom: 0.66rem;
    }
    
    .footer p,
    .footer a {
        font-size: 13px;
    }
    
    .footer ul {
        padding-left: 0;
    }
    
    /* Space Page */
    #space h1 {
        font-size: 1.65rem;
    }
    
    #space p {
        font-size: 14px;
    }
    
    /* Additional Pages */
    .element-item {
        padding: 1rem;
        margin-bottom: 0.91rem;
    }
    
    .element-item h5 {
        font-size: 1.04rem;
    }
    
    .element-item p {
        font-size: 12px;
    }
    
    .career-item,
    .info-item {
        padding: 1rem;
        margin-bottom: 0.90rem;
    }
    
    .career-item h4,
    .info-item h4 {
        font-size: 1rem;
    }
    
    .career-item p,
    .info-item p {
        font-size: 13px;
    }
}

/* Extra Small Mobile (up to 375px) */
@media (max-width: 375px) {
    :root {
        --font-size-h1: 1.4rem;
        --font-size-h2: 1.2rem;
        --font-size-h3: 1rem;
        --font-size-base: 13px;
    }
    
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .hero-section h1 {
        font-size: 1.31rem;
    }
    
    .hero-section h2 {
        font-size: 1rem;
    }
    
    .navbar-brand {
        font-size: 0.92rem !important;
    }
    
    .service-card img,
    .blog-card img {
        height: 120px;
    }
    
    .gallery-section img {
        height: 120px;
    }
    
    .team-member img {
        width: 50px;
        height: 50px;
    }
    
    .step-number,
    .year {
        width: 35px;
        height: 35px;
        font-size: 0.88rem;
    }
    
    .feature-card,
    .service-card,
    .price-card,
    .review-card,
    .case-study-card,
    .blog-card,
    .faq-item {
        padding: 0.8rem;
    }
}

/* Print Styles */
@media print {
    .navbar,
    .breadcrumb-nav,
    .btn,
    .contact-form,
    .gallery-section {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
        color: #000;
    }
    
    .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
        background: none !important;
        color: #000 !important;
        min-height: auto;
    }
    
    .hero-section h1,
    .hero-section h2,
    .hero-section p {
        color: #000 !important;
        text-shadow: none !important;
    }
    
    section {
        padding: 1rem 0;
        background: none !important;
    }
} 