/* ==========================================================================
   HUSKIVA BAG - Responsive Styles
   ========================================================================== */

/* Tablet & Mobile Adjustments */
@media (max-width: 992px) {
    .section-padding { 
        padding: 80px 0; 
    }
}

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
    }
    
    .hero-section .justify-content-lg-start {
        justify-content: center !important;
    }
    
    .display-3 {
        font-size: 2.5rem;
    }
}
