/* Add/Update these media queries to your existing CSS */

/* Tablet Breakpoint */
@media (max-width: 992px) {
    .main-title {
        font-size: 3.5rem;
    }

    .content-wrapper {
        padding: 0 15px;
    }

    .activities-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 15px;
    }

    .activity-tab {
        min-height: 350px;
    }

    .logo-container {
        width: 400px;
        height: 300px;
    }

    .activities-containers {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .stat-number {
        font-size: 3.5rem;
    }
}

/* Mobile Breakpoint */
@media (max-width: 768px) {
    .main-title {
        font-size: 2.5rem;
    }

    .subtitle {
        font-size: 1.2rem;
    }

    .activities-container {
        grid-template-columns: 1fr;
        padding: 0 10px;
    }

    .activity-tab {
        min-height: 300px;
    }

    .logo-container {
        width: 100%;
        max-width: 350px;
        height: 250px;
    }

    .activities-containers {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .contact-email {
        font-size: 2rem;
        word-break: break-all;
    }

    .social-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .section {
        padding: 30px 0;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .image-slider {
        height: 500px;
    }

    .slide {
        width: 100%;
    }

    .slide-content {
        padding: 20px;
    }

    .slide-content h3 {
        font-size: 20px;
    }

    .about-header {
        padding: 20px;
    }

    .stat-box {
        padding: 20px;
    }

    .stat-number {
        font-size: 3rem;
    }
    .parallax-section .scroll-indicator {
        left: 47%;
    }
}

/* Small Mobile Breakpoint */
@media (max-width: 480px) {
    .main-title {
        font-size: 2rem;
    }
    .parallax-section .scroll-indicator {
        left: 45%;
    }
    .subtitle {
        font-size: 1rem;
    }

    .video-controls {
        gap: 10px;
    }

    .video-nav, .audio-control {
        width: 35px;
        height: 35px;
    }

    .contact-email {
        font-size: 1.5rem;
    }

    .activity-contents {
        padding: 15px;
    }

    .activity-contents h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }
    .slide.prev {
    transform: translateX(0%);
}

.slide.next {
    transform: translateX(0%);
}

.slider-track {
    height: auto;
}
.parallax-section {
    height: 60vh;
}
.content-wrapper {
    top: 50%;
}
.section {
    min-height: auto;
    margin-top: 10px;
}
.slide {
    height: 300px;
}
.image-slider {
        height: 300px;
    }
#news .section-title {
        margin-bottom: 9rem;
    }
.section-title{
    margin-bottom: 4rem;
}
.logo-container{
    max-width: 100%;
}
#haute-couture{
    text-align: center;
}
.project-section{
    min-height: 35vh;
}           
}

/* Height-based media queries for better vertical responsiveness */
@media (max-height: 700px) {
    .section {
        padding: 20px 0;
    }

    .activity-tab {
        min-height: 250px;
    }

    .content-wrapper {
        top: 50%;
    }
}