 .center-box-slider{
    padding: 79px 0px;
    background: #000000;
    color: #fff;
 }

  .center-box-slider .custom-heading-box h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Helvetica Neue";
}

 .center-box-slider .custom-heading-box p  {
    margin: 0px;
    font-size: 16px;
    color: #ffffff;
    max-width: 957px;
    line-height: 31px;
    font-weight: 400;
    font-family: "Helvetica Neue";
}

 .center-box-slider #center-carousel{
    padding-top: 50px;
}

.center-box-slider .slider-img-box {
    display:flex;
    border-radius:5px;
    -webkit-user-select: none;
    user-select: none;
    overflow: hidden;
    background-color: #ffffff;
}
 
.center-box-slider .slide-img{
    flex:1;   
}
.center-box-slider .slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center-box-slider .slide-content-box{
    flex: 1;  
  padding: 54px 10px 54px 32px;
}

.center-box-slider .slide-content-box h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #000000;
}
.center-box-slider .slide-content-box p{
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 40px;
    color: #353535;
}

.center-box-slider .slide-button-box {
    margin-bottom: 50px;
    display: flex;
    gap: 10px;flex-flow: wrap;
}
.center-box-slider .slide-button-box a{
    padding: 10px 6px;
    background: #FFDBDD;
    color: #000000;
    text-decoration: none;
    border: 1px solid red;
    border: 0.6px solid #E3151E;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.center-box-slider .slide-know-more-btn a{
    background: #E3151E;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
 .center-box-slider .owl-theme .owl-dots {
    text-align: center;
    margin-top: 50px !important;
    position: static !important;
}
 .center-box-slider .owl-theme .owl-dots .owl-dot {
  background: transparent !important;
}
  .center-box-slider .owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 2px !important;
  margin: 5px 4px !important;
  background: #ffffff !important;
  display: block !important;
  border-radius: 20px !important;
}

.center-box-slider .owl-theme .owl-dots .owl-dot.active span {
  background: #e3151e !important;
}
 .center-box-slider #center-carousel {
    padding-top: 50px;
    overflow: hidden;
}
#center-carousel .owl-stage-outer {
  overflow: visible; /* Allow side items to show outside bounds */
}

#center-carousel .owl-item {
  transition: all 0.5s ease;
  opacity: 0.3; /* default faded state for side items */
  /* transform: scale(0.9); */
}

#center-carousel .owl-item.center {
  opacity: 1; /* make the center item fully visible */
  /* transform: scale(1);   */
  z-index: 2; /* bring to front */
}

@media (max-width: 767px) {
    .center-box-slider .slider-img-box{
        display: block;
    }
    .center-box-slider .slide-content-box {
        padding: 42px 14px;
    }
    .center-box-slider .slide-button-box a {
        padding: 8px 13px;
        font-size: 12px;
    }
    .center-box-slider .slide-button-box {
        column-gap: 18px;  
    }
    .center-box-slider .owl-theme .owl-dots {
            /* position: absolute !important; */
            bottom: 30px;
            left: 0;
            right: 0;
    }
    .center-box-slider {
         padding: 79px 0px 20px 0px;
        
    }
}