/* Responsive Styling Adjustments */

@media (max-width: 1200px) {
    .hero-title {
        font-size: 3rem;
    }
    .section-padding {
        padding: 80px 0;
    }
}

@media (max-width: 991.98px) {
    .main-header {
        padding: 12px 0;
    }
    
    .navbar-collapse {
        background: var(--white);
        border-radius: 16px;
        padding: 20px;
        margin-top: 15px;
        box-shadow: 0 15px 35px rgba(0, 87, 184, 0.1);
        border: 1px solid rgba(0, 87, 184, 0.05);
    }
    
    .navbar-nav .nav-link {
        padding: 12px 10px !important;
        border-bottom: 1px solid rgba(0, 87, 184, 0.03);
    }
    
    .navbar-nav .nav-link::after {
        display: none;
    }
    
    .navbar-nav .nav-link.active {
        color: var(--primary);
        font-weight: 800;
        background-color: rgba(0, 87, 184, 0.03);
        border-radius: 8px;
    }
    
    .header-cta-btn {
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }
    
    .hero-section {
        padding: 180px 0 100px;
        text-align: center;
    }
    
    .hero-desc {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-btns {
        justify-content: center;
        margin-bottom: 50px;
    }
    
    .process-col:not(:last-child)::after {
        display: none;
    }
    
    .process-step {
        margin-bottom: 40px;
    }
    
    .cta-btn-group {
        justify-content: center;
        margin-top: 25px;
    }
    
    .footer-col {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2.3rem;
    }
    
    .hero-desc {
        font-size: 1rem;
    }
    
    .section-title-wrapper h2 {
        font-size: 2rem;
    }
    
    .about-badge {
        position: relative;
        bottom: 0;
        right: 0;
        margin: 30px auto 0;
    }
    
    .counter-box {
        margin-bottom: 30px;
    }
    
    .testimonial-card {
        padding: 25px;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
        margin-top: 15px;
    }
    
    .map-container {
        height: 300px;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.9rem;
    }
    
    .hero-btns {
        flex-direction: column;
        width: 100%;
    }
    
    .hero-btns .btn-premium {
        width: 100%;
    }
    
    .section-title-wrapper h2 {
        font-size: 1.7rem;
    }
    
    .floating-actions {
        bottom: 20px;
        left: 20px;
        gap: 10px;
    }
    
    .btn-float-backtop {
        bottom: 20px;
        right: 20px;
    }
    
    .btn-float {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }
    
    .service-tab-btn {
        width: 100%;
        text-align: center;
    }
}
