/* Responsive Styles for Himalaya Climate Control */

/* Desktop Large (1440px+) */
@media (min-width: 1440px) {
    .container {
        max-width: 1320px;
    }
}

/* Standard Desktop / Laptop (1200px - 1439px) */
@media (max-width: 1399.98px) {
    .hero-title {
        font-size: 4rem;
    }
}

/* Tablet Landscape (992px - 1199px) */
@media (max-width: 1199.98px) {
    .hero-title {
        font-size: 3.5rem;
    }
    
    .navbar-nav .nav-link {
        padding: 0.5rem 0.5rem;
    }
}

/* Tablet Portrait (768px - 991px) */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-section {
        min-height: 600px;
        text-align: center;
    }

    .hero-desc {
        margin: 0 auto 30px;
    }
    
    .premium-nav {
        background: rgba(2, 12, 27, 0.95);
        padding: 10px 0;
    }
    
    .navbar-collapse {
        background: var(--primary-color);
        padding: 20px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }
    
    .nav-cta {
        margin-top: 20px;
        text-align: center;
    }

    .footer-legal {
        justify-content: center;
        margin-top: 15px;
    }
    
    .footer-bottom {
        text-align: center;
    }
}

/* Mobile Large (576px - 767px) */
@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    section {
        padding: 60px 0;
    }
    
    .page-title {
        font-size: 2.2rem;
    }

    .mobile-sticky-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background: rgba(2, 12, 27, 0.95);
        backdrop-filter: blur(5px);
        z-index: 999;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        display: block; /* Shown below lg */
    }
    
    body {
        padding-bottom: 60px; /* Space for sticky CTA */
    }
}

/* Mobile Small (less than 576px) */
@media (max-width: 575.98px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-desc {
        font-size: 1rem;
    }
    
    .hvac-selector-wrap {
        padding: 20px;
    }
    
    .selector-btn {
        width: 100%;
        text-align: center;
    }
    
    .quick-enquiry .col-12 {
        margin-bottom: 15px;
    }
}
