/* Responsive Styles */

/* Extra Large Devices (1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    
    .hero-title {
        font-size: 5rem;
    }
    
    .section-title h2 {
        font-size: 3.8rem;
    }
    
    .about-img-2 {
        width: 250px;
        height: 250px;
    }
}

/* Large Devices (992px to 1199px) */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 4rem;
    }
    
    .hero-subtitle {
        font-size: 1.3rem;
    }
    
    .section-title h2 {
        font-size: 3.2rem;
    }
    
    .counter-number {
        font-size: 2.5rem;
    }
    
    .about-img-2 {
        width: 180px;
        height: 180px;
    }
    
    .experience-badge {
        width: 100px;
        height: 100px;
    }
    
    .exp-number {
        font-size: 2rem;
    }
    
    .exp-text {
        font-size: 0.7rem;
    }
}

/* Medium Devices (768px to 991px) */
@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
    
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.95);
        border-radius: var(--border-radius-lg);
        padding: 20px;
        margin-top: 15px;
        box-shadow: var(--box-shadow);
    }
    
    .navbar-collapse .nav-link {
        color: var(--dark) !important;
        padding: 10px 20px;
    }
    
    .navbar-collapse .nav-link::after {
        display: none;
    }
    
    .hero-title {
        font-size: 3.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
    
    .section-title h2 {
        font-size: 2.8rem;
    }
    
    .section-title p {
        font-size: 1.1rem;
    }
    
    .about-img-container {
        margin-bottom: 50px;
        padding-right: 0;
    }
    
    .about-img-2 {
        width: 150px;
        height: 150px;
        right: 30px;
    }
    
    .experience-badge {
        left: 30px;
    }
    
    .counter-item {
        margin-bottom: 30px;
    }
    
    .contact-info {
        padding-left: 0;
        margin-top: 50px;
    }
    
    .footer-logo {
        font-size: 1.8rem;
    }
    
    .footer-links h5 {
        margin-top: 30px;
    }
}

/* Small Devices (576px to 767px) */
@media (max-width: 767px) {
    .section-padding {
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 2.8rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    .section-title {
        margin-bottom: 50px;
    }
    
    .section-title h2 {
        font-size: 2.3rem;
    }
    
    .section-title p {
        font-size: 1rem;
    }
    
    .service-card {
        padding: 30px 15px;
    }
    
    .service-icon-wrapper {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    
    .service-icon {
        font-size: 2.5rem;
    }
    
    .counter-item {
        margin-bottom: 20px;
    }
    
    .counter-icon {
        font-size: 2rem;
    }
    
    .counter-number {
        font-size: 2.2rem;
    }
    
    .counter-item h4 {
        font-size: 1rem;
    }
    
    .filter-btn {
        padding: 6px 15px;
        font-size: 0.9rem;
    }
    
    .about-img-2 {
        width: 120px;
        height: 120px;
    }
    
    .experience-badge {
        width: 90px;
        height: 90px;
    }
    
    .exp-number {
        font-size: 1.8rem;
    }
    
    .exp-text {
        font-size: 0.6rem;
    }
    
    .contact-form-container {
        padding: 30px 20px;
    }
    
    .contact-info {
        margin-top: 40px;
    }
    
    .contact-item {
        margin-bottom: 20px;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
    }
    
    .contact-icon i {
        font-size: 1.2rem;
    }
    
    .contact-map iframe {
        height: 250px;
    }
    
    .footer-logo {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .footer-links h5 {
        margin-top: 25px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    
    .copyright {
        margin-top: 30px;
        padding-top: 15px;
    }
}

/* Extra Small Devices (575px and down) */
@media (max-width: 575px) {
    .section-padding {
        padding: 50px 0;
    }
    
    .hero-title {
        font-size: 2.3rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-btn {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
    
    .section-title h2 {
        font-size: 2rem;
    }
    
    .about-text {
        font-size: 1rem;
    }
    
    .about-feature-item i {
        font-size: 1.3rem;
    }
    
    .about-feature-item h4 {
        font-size: 1.1rem;
    }
    
    .project-card {
        height: 300px;
    }
    
    .client-img {
        width: 50px;
        height: 50px;
    }
    
    .testimonial-quote {
        font-size: 2.5rem;
    }
    
    .testimonial-text {
        font-size: 1rem;
    }
    
    .author-info h4 {
        font-size: 1.1rem;
    }
    
    .back-to-top {
        width: 40px;
        height: 40px;
        font-size: 0.8rem;
    }
    
    .scroll-down {
        display: none;
    }
    
    .navbar-brand {
        font-size: 24px;
    }
    
    .footer-leaf-1, 
    .footer-leaf-2, 
    .footer-leaf-3 {
        display: none;
    }
}

/* Landscape Orientation Adjustments */
@media (max-height: 500px) and (orientation: landscape) {
    .hero {
        height: auto;
        min-height: 100vh;
    }
    
    .carousel-item {
        height: auto;
        min-height: 100vh;
    }
    
    .hero-content {
        padding: 100px 0;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    .scroll-down {
        display: none;
    }
}

/* Print Styles */
@media print {
    .navbar, 
    .hero, 
    .counter-section, 
    .footer, 
    .back-to-top, 
    .scroll-down {
        display: none !important;
    }
    
    body {
        background-color: white;
        color: black;
    }
    
    .section-padding {
        padding: 20px 0;
    }
    
    .section-title h2 {
        color: black;
    }
    
    .section-title h2::after {
        display: none;
    }
    
    a {
        text-decoration: none !important;
        color: black !important;
    }
    
    .contact-form-container,
    .project-card,
    .service-card,
    .testimonial-card {
        box-shadow: none !important;
        border: 1px solid #eee;
    }
}