/* Responsive styles for SKT Wedding Lite Child Theme */

@media screen and (max-width: 1169px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 978px) {
    .header {
        padding: 10px 0;
    }
    
    .slider-main {
        min-height: 500px;
    }
    
    .about-section,
    .services-section,
    .team-section,
    .testimonials-section {
        padding: 50px 0;
    }
    
    .team-members {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .slider-main {
        min-height: 400px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .team-members {
        grid-template-columns: 1fr;
    }
    
    .service-box {
        margin-bottom: 30px;
    }
    
    .testimonial {
        padding: 20px;
    }
}

@media screen and (max-width: 479px) {
    .slider-main {
        min-height: 300px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .about-section,
    .services-section,
    .team-section,
    .testimonials-section {
        padding: 40px 0;
    }
}