/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/
@media (max-width: 1199px) {
    .section-title h2 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .navbar-brand img {
        max-height: 50px;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .section-title h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .top-bar {
        /* display: none; */
        padding: 5px 0;
        font-size: 12px;
    }
    
    .top-bar .social-links a {
        margin-left: 5px;
    }
    
    .navbar-brand img {
        max-height: 45px;
    }
    
    .page-banner {
        padding: 60px 0;
    }
    
    .banner-content h1 {
        font-size: 32px;
    }
    
    .section-title h2 {
        font-size: 24px;
    }
    
    .social-sidebar {
        display: none;
    }
    
    .footer {
        padding: 60px 0 0;
    }
    
    .footer-info, .footer-links, .footer-contact {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .page-banner {
        padding: 50px 0;
    }
    
    .banner-content h1 {
        font-size: 28px;
    }
    
    .section-title h2 {
        font-size: 22px;
    }
    
    .whatsapp-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
    }
    
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    
    .terms-conditions-content,
    .privacy-policy-content {
        padding: 25px;
    }
}
