/* Our Brands Page Responsive Styles */

/* Banner Section Responsive */
@media (max-width: 1200px) {
    .banner-section {
        height: 700px;
    }
}

@media (max-width: 768px) {
    .banner-section {
        height: 500px;
        margin-top: -60px;
    }
    
    .our-brands-section {
        padding: 60px 0;
    }
    
    .our-brands-section .row:nth-child(2),
    .our-brands-section .row:nth-child(3) {
        padding: 30px;
        margin-bottom: 20px;
    }
    
    .brands-logo img {
        max-width: 250px;
    }
    
    .brand-logo img {
        max-width: 100px;
    }
    
    .gallery-section {
        padding: 60px 0;
    }
    
    .gallery-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .image {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .banner-section {
        height: 400px;
        margin-top: -50px;
    }
    
    .our-brands-section {
        padding: 40px 0;
    }
    
    .our-brands-section .row:nth-child(2),
    .our-brands-section .row:nth-child(3) {
        padding: 20px;
    }
    
    .brands-logo img {
        max-width: 200px;
    }
    
    .brand-logo img {
        max-width: 80px;
    }
    
    .gallery-section {
        padding: 40px 0;
    }
    
    .gallery-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .image {
        margin-bottom: 15px;
    }
}
