/* Services 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;
    }
    
    .services-section {
        padding: 60px 0;
    }
    
    .services-heading {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .services-text {
        font-size: 16px;
    }
    
    .services-content {
        padding: 25px;
        margin-bottom: 20px;
    }
    
    .services-image {
        padding: 15px;
    }
    
    .services-section .row {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .banner-section {
        height: 400px;
        margin-top: -50px;
    }
    
    .services-heading {
        font-size: 24px;
        margin-bottom: 18px;
    }
    
    .services-text {
        font-size: 15px;
    }
    
    .services-section {
        padding: 50px 0;
    }
    
    .services-content {
        padding: 20px;
        margin-bottom: 15px;
    }
    
    .services-image {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .services-section .row {
        margin-bottom: 30px;
    }
    
    /* Add column gaps for mobile */
    .services-section .row > div {
        margin-bottom: 15px;
    }
    
    /* Parallax Section Responsive */
    .parallax-section {
        padding: 80px 0;
        background-attachment: scroll; /* Disable fixed attachment on mobile */
        height: 300px; /* Reduce height for mobile */
    }
    
    /* Commercial Advisory Section Responsive */
    .commercial-advisory-section {
        padding: 50px 0 0 0;
    }
    
    .advisory-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .advisory-heading {
        font-size: 24px;
    }
    
    .advisory-counter {
        font-size: 36px;
    }
    
    .service-boy-image {
        min-height: 300px;
        justify-content: center;
    }
}
