  .carousel-container {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden; 
  }
  
  .swiper-button-next,.swiper-button-prev {
    position:absolute; 
    top:var(--swiper-navigation-top-offset,50%); 
    width:calc(var(--swiper-navigation-size)/ 44 * 27); 
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color:white !important;
  }
  
  .carousel-slide {
    display: block;
    width: 100%;
    height: 268px; 
    background-size: cover;
    background-position: center;
    position: relative;
  }
  
  .carousel-overlay {
    position: absolute;
    bottom: 0; 
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    color:  red;
    width: 100%;
    text-align: center;
  }
  
  .carousel-title {
    font-size: 18px;
    margin-left: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    
  }
  
  .carousel-desc {
    margin-left: 25px;
    font-size: 14px;
    color: white;
    margin-bottom: 5px; 
  }
  
  .carousel-time {
    margin-left: 25px;
    font-size: 12px;
    color: white;  
    margin-bottom: 10px; 
    /* #b0c978  #3B9CFF  rgb(243, 179, 59)*/
  }
  