.wrapper{
    padding: 70px 0;
  }
  /* Default slide */
  .center-slider .slick-slide{
    /* background-color: #b32532; */
    color: #FFF;
    /* height: 200px; */
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: scale(0.8); */
    transition: all 0.4s ease-in-out;
    text-align: center;
  }
  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
  }
  
  /* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    /* transform: scale(1.1); */
    /* background-color: #000000; */
  }
  .center-slider .slick-current.slick-active{
    /* transform: scale(1.1); */
    /* background-color: #000000; */
  }
  
  .TestiSec .slick-next, .slick-prev{
    z-index: 5;
  }
  .TestiSec .slick-next{
    right: 15px;
  }
  .TestiSec .slick-prev{
    left: 15px;
  }
  .TestiSec .slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
  }
  .testibox figure {
      justify-content: center;
      display: none;
  }
  .testibox {
    text-align: center;
}
.TestiSec .slider-nav {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 80%;
    align-items: center;
    margin: auto;
    padding-bottom: 27px;
}
section.TestiSec {
    padding-bottom: 120px;
    padding-top: 130px;
    position: relative;
    background: #f3f1ea;
}

.customtext {
    text-align: center;
    margin-bottom: 67px;
}

.testi-text p {
    margin-left: auto;
    font-size: 26px;
    width: 100%;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 25px;
    width: 90%;
    padding-top: 30px;
    margin-right: auto;
    line-height: 32px;
}

.testi-text h6 {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.TestiSec .slick-slide.slick-current.slick-center img{
    transform: scale(1); /* Adjust the zoom level */
    opacity: 1 !important; /* Set opacity to 100% for the centered item */
}

.TestiSec .slick-slide img {
    opacity: 0.5; /* Lower opacity for non-centered items */
    transition: all 0.3s ease-in-out; /* Smooth transition for zoom and opacity */
}

.TestiSec .slick-slide img{
    /* transform: scale(1); */ /* Default scale for all slides */
    /* width: 50%; */
}
.TestiSec .slick-list.draggable {
    padding: 0px !important;
}
.TestiSec .slick-slide{
    display: flex !important;
    justify-content: center;
}

.TestiSec .slick-dots li button {
    height: 50px;
    width: 50px;
}

.TestiSec .slick-dots li button:before {
    border-radius: 63px;
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    text-align: center;
    opacity: .25;
    background: transparent;
    border: 2px solid #000;
}

.TestiSec .slick-dots li.slick-active button:before {
    background: var(--primary-color);
    opacity: 1;
    border-color: var(--primary-color);
}
.customtext .Heading-6 {
    font-size: 50px;
}
.boximg {
    position: absolute;
    bottom: -126px;
    left: 91px;
}
.heading-2 {
    text-align: center;
    font-size: 49px;
    font-weight: bolder;
    margin-bottom: 115px;
}
.testi-text a {
    text-decoration: none !important;
    font-size: 30px;
    display: block;
    color: var(--custom-color);
    border-bottom: 1px solid var(--custom-color);
    width: 65%;
    font-weight: bolder;
    margin: auto;
}
.icon i {
    font-size: 74px;
}