/* ------------------------------------------------------------
   Responsive overrides for all devices
------------------------------------------------------------ */

/* Large tablets & small laptops */
@media (max-width: 992px) {
    .navbar .btn-primary-green {
        margin-left: 0 !important;
        margin-top: 0.5rem;
    }
    .hero-section .display-3 {
        font-size: 2.2rem;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .hero-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
        text-align: center;
    }
    .hero-section .row .col-lg-6:last-child {
        display: none;  /* hide illustration on small screens */
    }
    .service-card, .product-card {
        margin-bottom: 1rem;
    }
    .why-choose .col-6 {
        margin-bottom: 1.5rem;
    }
    .page-header {
        padding: 2rem 0;
    }
    .contact-section .ratio {
        margin-top: 1rem;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .display-5 { font-size: 2rem; }
    .display-4 { font-size: 2.2rem; }
    .hero-section .display-3 { font-size: 1.8rem; }
    .navbar-brand { font-size: 1.5rem; }
    .btn-lg { padding: 0.5rem 1.5rem; }
    .badge-expertise {
        font-size: 0.75rem;
        padding: 0.3rem 0.8rem;
    }
    .social-icons a { font-size: 1rem; }
}