/* Responsive Design */

/* Extra Large Screens (1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    
    .hero-section h1 {
        font-size: 3.62rem;
    padding-top: 175px;
}
    
    .hero-section p {
        font-size: 1.31rem;
    }
    
    .feature-card, .service-card, .price-card, .team-member, .review-card, .case-study-card, .career-card, .info-card, .blog-card, .feature-item {
        padding: 2.5rem;
    }
}

/* Large Screens (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .hero-section h1 {
        font-size: 3rem;
    padding-top: 175px;
}
    
    .hero-section p {
        font-size: 1.25rem;
    }
    
    .process-timeline {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .process-step {
        flex: 1;
        min-width: 150px;
    }
}

/* Medium Screens (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .hero-section {
        padding-top: 120px;
    }
    
    .hero-section h1 {
        font-size: 2.53rem;
    padding-top: 175px;
}
    
    .hero-section p {
        font-size: 1rem;
    }
    
    .navbar-brand {
        font-size: 1.44rem;
    }
    
    .feature-card, .service-card, .price-card, .team-member, .review-card, .case-study-card, .career-card, .info-card, .blog-card, .feature-item {
        padding: 1.5rem;
        margin-bottom: 1.65rem;
    }
    
    .process-timeline {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .process-timeline::before {
        display: none;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-item {
        width: calc(100% - 60px);
        margin-left: 60px;
    }
    
    .timeline-item:nth-child(even) {
        margin-left: 60px;
    }
    
    .price-card.featured {
        transform: none;
        margin-top: 1rem;
    }
}

/* Small Screens (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .hero-section {
        padding-top: 100px;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    padding-top: 175px;
}
    
    .hero-section p {
        font-size: 1.09rem;
    }
    
    .navbar-brand {
        font-size: 1.23rem;
    }
    
    .navbar-nav .nav-link {
        margin: 0.25rem 0;
    }
    
    section {
        padding: 3rem 0;
    }
    
    .feature-card, .service-card, .price-card, .team-member, .review-card, .case-study-card, .career-card, .info-card, .blog-card, .feature-item {
        padding: 1.5rem;
        margin-bottom: 1.68rem;
    }
    
    .process-timeline {
        flex-direction: column;
        gap: 1rem;
    }
    
    .process-timeline::before {
        display: none;
    }
    
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        width: calc(100% - 40px);
        margin-left: 40px;
    }
    
    .timeline-item:nth-child(even) {
        margin-left: 40px;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
    
    .btn-primary {
        width: 100%;
        padding: 1rem;
    }
    
    .price-card.featured {
        transform: none;
        margin-top: 1rem;
    }
    
    .team-photo {
        height: 180px;
    }
}

/* Extra Small Screens (up to 575px) */
@media (max-width: 575px) {
    .hero-section {
        padding-top: 80px;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 1.89rem;
        margin-bottom: 1rem;
    padding-top: 175px;
}
    
    .hero-section p {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }
    
    .navbar-brand {
        font-size: 1.16rem;
    }
    
    .navbar-nav .nav-link {
        margin: 0.25rem 0;
        font-size: 1.05rem;
    }
    
    h1 {
        font-size: 1.84rem;
    }
    
    h2 {
        font-size: 1.52rem;
    }
    
    h3 {
        font-size: 1.35rem;
    }
    
    h4 {
        font-size: 1.20rem;
    }
    
    section {
        padding: 2.5rem 0;
    }
    
    .feature-card, .service-card, .price-card, .team-member, .review-card, .case-study-card, .career-card, .info-card, .blog-card, .feature-item {
        padding: 1.25rem;
        margin-bottom: 1.43rem;
    }
    
    .feature-icon {
        font-size: 2.61rem;
    }
    
    .service-image {
        height: 150px;
    }
    
    .team-photo {
        height: 150px;
    }
    
    .process-timeline {
        flex-direction: column;
        gap: 1rem;
    }
    
    .process-timeline::before {
        display: none;
    }
    
    .process-step {
        padding: 1rem;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .timeline::before {
        left: 15px;
    }
    
    .timeline-item {
        width: calc(100% - 30px);
        margin-left: 30px;
        padding: 1rem;
    }
    
    .timeline-item:nth-child(even) {
        margin-left: 30px;
    }
    
    .timeline-date {
        font-size: 1rem;
    }
    
    .contact-form {
        padding: 1.25rem;
    }
    
    .form-control {
        padding: 0.65rem;
        font-size: 0.97rem;
    }
    
    .btn-primary {
        width: 100%;
        padding: 0.85rem;
        font-size: 0.94rem;
    }
    
    .accordion-button {
        padding: 0.75rem;
        font-size: 0.92rem;
    }
    
    .accordion-body {
        padding: 0.75rem;
    }
    
    .price {
        font-size: 1.32rem;
    }
    
    .price-card.featured {
        transform: none;
        margin-top: 1rem;
    }
    
    .footer {
        text-align: center;
    }
    
    .footer .col-lg-3 {
        margin-bottom: 2rem;
    }
    
    .breadcrumb-nav {
        padding: 0.5rem 0;
        margin-top: 70px;
    }
    
    .space-container {
        margin-top: 70px;
    }
}

/* Landscape Orientation for Small Devices */
@media (max-width: 767px) and (orientation: landscape) {
    .hero-section {
        padding-top: 60px;
        min-height: 100vh;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    padding-top: 175px;
}
    
    section {
        padding: 2rem 0;
    }
    
    .navbar {
        padding: 0.5rem 0;
    }
    
    .breadcrumb-nav {
        margin-top: 60px;
    }
    
    .space-container {
        margin-top: 60px;
    }
}

/* Print Styles */
@media print {
    * {
        background: white !important;
        color: black !important;
        box-shadow: none !important;
    }
    
    .navbar, .footer, .btn, .form-control {
        display: none !important;
    }
    
    .hero-section {
        background: white !important;
        color: black !important;
    }
    
    .hero-section::before {
        display: none !important;
    }
    
    .contact-form {
        border: 1px solid black;
    }
    
    a {
        color: black !important;
        text-decoration: underline !important;
    }
    
    .feature-card, .service-card, .price-card, .team-member, .review-card, .case-study-card, .career-card, .info-card, .blog-card, .feature-item {
        border: 1px solid black;
        break-inside: avoid;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    :root {
        --primary-color: #101cfe;
        --secondary-color: #ea7500;
        --text-color: #000000;
        --bg-color: #ffffff;
        --border-color: #000000;
        --shadow-color: rgba(0, 0, 0, 0.5);
    }
    
    .btn-primary {
        border: 2px solid black;
    }
    
    .form-control {
        border: 2px solid black;
    }
    
    .feature-card, .service-card, .price-card, .team-member, .review-card, .case-study-card, .career-card, .info-card, .blog-card, .feature-item {
        border: 2px solid black;
    }
}

/* Dark Mode Support */

/* Specific Bootstrap Overrides for Responsive */
@media (max-width: 991px) {
    .navbar-collapse {
        margin-top: 1rem;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 8px;
        padding: 1rem;
    }
    
    .navbar-collapse .nav-link {
        color: var(--text-color) !important;
    }
    
    .navbar-collapse .nav-link:hover {
        color: var(--primary-color) !important;
    }
}

/* Container Adjustments */
@media (max-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 540px;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
} 