/* Responsive CSS for Archana Electricals */

/* Mobile Devices */
@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem !important;
    }
    
    .section-title {
        font-size: 1.5rem !important;
    }
    
    .product-card {
        margin-bottom: 20px;
    }
    
    .footer-widget {
        margin-bottom: 30px;
    }
}

/* Tablet Devices */
@media (min-width: 577px) and (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem !important;
    }
    
    .section-title {
        font-size: 1.8rem !important;
    }
}

/* Desktop Devices */
@media (min-width: 769px) {
    .hero-title {
        font-size: 3rem !important;
    }
    
    .section-title {
        font-size: 2rem !important;
    }
}

/* Large Desktop */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
