/* Responsive Styles */

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hero-section h1 {
        font-size: 3.60rem;
    }
    
    .hero-section h2 {
        font-size: 1.87rem;
    }
    
    .service-card img {
        height: 220px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        padding: 4rem 0;
    }
    
    .hero-section h1 {
        font-size: 2.58rem;
    }
    
    .hero-section h2 {
        font-size: 1.61rem;
    }
    
    .team-member {
        margin-bottom: 2rem;
    }
    
    .team-member img {
        width: 100px;
        height: 100px;
    }
    
    .service-card img {
        height: 180px;
    }
    
    .price-card.featured {
        transform: none;
        margin-top: 2rem;
    }
    
    .price-card.featured:hover {
        transform: translateY(-5px);
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section h2 {
        font-size: 1.31rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    .navbar-brand {
        font-size: 1.38rem;
    }
    
    h1 { font-size: 2rem; }
    h2 { font-size: 1.82rem; }
    h3 { font-size: 1.56rem; }
    h4 { font-size: 1.37rem; }
    h5 { font-size: 1.23rem; }
    
    .feature-card,
    .service-card,
    .price-card,
    .review-card,
    .case-study-card,
    .career-card,
    .info-card,
    .blog-card,
    .faq-card {
        margin-bottom: 2rem;
    }
    
    .team-member img {
        width: 80px;
        height: 80px;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.36rem;
    }
    
    .timeline-year {
        font-size: 0.98rem;
        padding: 0.4rem 0.8rem;
    }
    
    .service-card img,
    .blog-card img {
        height: 150px;
    }
    
    .price-amount {
        font-size: 1.77rem;
        padding: 1rem;
    }
    
    .process-step,
    .timeline-item {
        margin-bottom: 2rem;
    }
    
    #gallery .col-lg-3 {
        margin-bottom: 1rem;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        padding: 3rem 0;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 1.89rem;
        margin-bottom: 1rem;
    }
    
    .hero-section h2 {
        font-size: 1.23rem;
        margin-bottom: 0.81rem;
    }
    
    .hero-section p {
        font-size: 1.08rem;
        margin-bottom: 1.73rem;
    }
    
    .navbar-brand {
        font-size: 1.22rem;
    }
    
    .navbar-toggler {
        border: none;
        padding: 0.25rem 0.5rem;
    }
    
    h1 { font-size: 1.84rem; }
    h2 { font-size: 1.60rem; }
    h3 { font-size: 1.26rem; }
    h4 { font-size: 1.24rem; }
    h5 { font-size: 1rem; }
    h6 { font-size: 0.95rem; }
    
    .container {
        padding: 0 15px;
    }
    
    section {
        padding: 3rem 0 !important;
    }
    
    .feature-card,
    .service-card,
    .price-card,
    .review-card,
    .case-study-card,
    .career-card,
    .info-card,
    .blog-card,
    .faq-card {
        padding: 1.5rem;
        margin-bottom: 1.67rem;
    }
    
    .team-member {
        margin-bottom: 1.67rem;
    }
    
    .team-member img {
        width: 70px;
        height: 70px;
    }
    
    .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.14rem;
    }
    
    .timeline-year {
        font-size: 0.88rem;
        padding: 0.3rem 0.6rem;
    }
    
    .service-card img,
    .blog-card img {
        height: 120px;
    }
    
    .price-amount {
        font-size: 1.56rem;
        padding: 0.75rem;
    }
    
    .btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.94rem;
    }
    
    .form-control {
        padding: 0.6rem 0.8rem;
        font-size: 1.00rem;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
        margin-bottom: 1.59rem;
    }
    
    .feature-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    footer {
        text-align: center;
    }
    
    footer .col-lg-4 {
        margin-bottom: 2rem;
    }
    
    #gallery .col-lg-3 {
        margin-bottom: 0.84rem;
    }
    
    .price-card.featured::before {
        top: -10px;
        font-size: 0.90rem;
        padding: 0.3rem 1rem;
    }
}

/* Landscape orientation adjustments */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        padding: 2rem 0;
    }
    
    .hero-section h1 {
        font-size: 1.59rem;
        margin-bottom: 0.71rem;
    }
    
    .hero-section h2 {
        font-size: 1rem;
        margin-bottom: 0.73rem;
    }
    
    .hero-section p {
        font-size: 0.97rem;
        margin-bottom: 1rem;
    }
}

/* Print styles */
@media print {
    .navbar,
    .btn,
    footer {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
    }
    
    h1, h2, h3, h4, h5, h6 {
        color: black !important;
    }
    
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        background: none !important;
        color: black !important;
    }
    
    .hero-section h1,
    .hero-section h2,
    .hero-section p {
        color: black !important;
    }
} 