/* ==========================================================================
   SRIGURU ELECTRONICS PVT. LTD. - RESPONSIVE STYLESHEET
   Targeting 1440px+, 1200px, 768px, 390px
   ========================================================================== */

/* Laptop & Large Screens (Below 1200px) */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 2.8rem;
    }
    
    .floating-spec-card.card-1 {
        left: 0;
    }
    
    .floating-spec-card.card-2 {
        right: 0;
    }
    
    .timeline-horizontal::before {
        display: none;
    }
    
    .timeline-horizontal {
        flex-wrap: wrap;
        gap: 25px;
    }
    
    .timeline-step {
        flex: 1 1 30%;
    }
}

/* Tablet (Below 992px) */
@media (max-width: 991px) {
    .section-padding {
        padding: 60px 0;
    }
    
    .hero-wrapper {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    
    .hero-visual-card img {
        height: 380px;
        margin-top: 30px;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    .usp-statement {
        font-size: 1.4rem;
    }
    
    .configurator-box {
        padding: 25px;
    }
    
    .timeline-step {
        flex: 1 1 45%;
    }

    .tech-spec-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* Small Tablet & Mobile (Below 768px) */
@media (max-width: 767px) {
    .top-bar {
        display: none;
    }

    .hero-title {
        font-size: 2.1rem;
    }

    .hero-desc {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.85rem;
    }

    .floating-spec-card {
        position: relative;
        inset: auto !important;
        margin-top: 15px;
        animation: none;
    }

    .trust-indicators {
        flex-direction: column;
        gap: 10px;
    }

    .timeline-step {
        flex: 1 1 100%;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 26px;
        bottom: 20px;
        right: 20px;
    }
    
    .product-actions {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
}

/* Mobile Screen (Around 390px) */
@media (max-width: 480px) {
    .navbar-brand {
        font-size: 1rem;
    }
    
    .logo-icon {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }

    .btn-custom {
        width: 100%;
    }

    .stat-number {
        font-size: 1.9rem;
    }

    .gallery-filter {
        gap: 6px;
    }

    .filter-btn {
        padding: 6px 14px;
        font-size: 0.8rem;
    }
}
