.service__wrapper h3{
    font-size: 42px;
    font-weight: 700;
    position: absolute;
    bottom: 150px;
    color: var(--bs-white);
    left: 0;
}



/* Bramhas swiper slider css */
.slider-container {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 44px;
    overflow: hidden;
  }
  
  .slider-wrapper {
    /* overflow: hidden; */
    width: 100%;
  }
  
  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  
  .slide {
    flex: 0 0 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.9);
    opacity: 0.6;
    margin-right: 0;
    
    /* Transition all properties smoothly */
    transition: 
        transform 0.5s ease,
        opacity 0.5s ease,
        margin-right 0.5s ease;
}

.slide.active {
    transform: scale(1.2);
    opacity: 1;
    margin-right: 40px;
   
}


  .slide.active img{
    width: 100%;
  }
  
  .slide img {
    width: auto;
    height: 100%;
    max-width: 100%;
    border-radius: 10px;
    object-fit: cover;
  }
  
  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: var(--donateBtn);
    border: none;
    font-size: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    color: var(--bs-white);
    width: 40px;
    height: 40px;
  }
  
  .nav-btn.prev {
    left: 10px;
  }
  
  .nav-btn.next {
    right: 10px;
  }
  .slider__text{
    position: absolute;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    top: -8px;
    left: 337px;
  }

  .testingSwiper .swiper-slide img{
    max-width: 100%;
    width: 230px;
  }
  