.wave-container {  
    width: 100vw;
    max-width: 100% !important;
    height: 900px; 
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.wave-container svg {
    width: 100%;
    height: 100%;
    display: block;
}
.wave-container-section6{
    width: 100vw;
    max-width: 100% !important;
    /* height: 465px;  */
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.wave-container-section6 svg {
    width: 100%;
    display: block;
}
.slides-wrapper {
    overflow: hidden;
    /* width: 100%;  */
}
.slides-container {
    display: flex;
    transition: transform 0.5s ease-in-out; 
    gap: 10px;
}

.scrollbar {
    background-image: url(assets/Group\ 12.png);
    background-size: cover; 
    width: 365px;
    height: 250px;
}
.active {
    display: flex !important;
}

 .dot {
    height: 15px;
    width: 15px;
    margin: 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}

@keyframes fade {
    0% { opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
  }

  /* Apply animation to each testimonial */
  .testimonial:nth-child(1) { animation: fade 9s infinite; }
  .testimonial:nth-child(2) { animation: fade 9s infinite 3s; }
  .testimonial:nth-child(3) { animation: fade 9s infinite 6s; }
  
@media screen and (max-width: 1024px) {  
    .wave-container {
        height: 830px !important;  /* Add !important to override any other styles */
    }
    .wave-container-section6 {
        height: 555px !important;
    }
    .wave-container-section6 svg {
        width: 120%;
        display: block;
    }
}

/* Mobile View */
@media screen and (max-width: 480px) {  
    .wave-container {
        height: 720px !important;
    }
    .wave-container-section6 {
        height: 750px !important;
        /* background-color: black; */
    }
    .wave-container-section7 {
        height: 878px !important;
        /* background-color: black; */
    }
    .scrollbar {
        
        width: 365px;
        height: 250px;
    }
}