.custom-carousel-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.custom-carousel-container .slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.custom-carousel-container .slider-wrapper .slider {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}

.custom-carousel-container
  .slider-wrapper
  .slider
  .desc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.custom-carousel-container .slider-wrapper .slider .desc::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.custom-carousel-container
  .slider-wrapper
  .slider
  .desc::-webkit-scrollbar-thumb {
  background-color: #233c81cb;
}

.custom-carousel-container .slider-wrapper .slider .slide {
  width: 100%;
  height: 440px;
  overflow: hidden;
  transition: all 0.3s ease;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-carousel-container .slider-wrapper .slider .card {
  border-radius: 20px;
  padding: 60px 30px 30px 30px;
  height: fit-content;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.custom-carousel-container .slider-wrapper .slider .left-slide {
  background-image: url("../images/leftsvgg.png");
}

.custom-carousel-container .slider-wrapper .slider .center-slide {
  border-radius: 16px;
  display: block;
  height: 320px;
  padding: 30px 15px;
  color: white;
  text-align: center;
  background: linear-gradient(135deg, #233c81 -8.06%, #6e89b4 112.41%);
  box-shadow: 24px 30px 51px 0px rgba(0, 0, 0, 0.1);
}

.custom-carousel-container .slider-wrapper .slider .center-slide .title {
  color: white;
}


.owl-item.center .slide img, .custom-carousel-container .slider-wrapper .slider .center-slide img {
    
    filter: brightness(25);
}

.owl-item.center .slide .title{
    color: white;
}

.custom-carousel-container .slider-wrapper .slider .desc {
  height: 170px;
  line-height: 26px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

.custom-carousel-container .slider-wrapper .slider .center-slide .card {
  padding: 0;
}

.custom-carousel-container .slider-wrapper .slider .right-slide {
  background-image: url("../images/rightsvgg.png");
  text-align: right;
}

.main-services-carousel-box .custom-carousel-btn {
  position: absolute;
  z-index: +1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  align-items: center;
  bottom: -60px;
}

.main-services-carousel-box .custom-carousel-btn .desktop-prev-btn,
.main-services-carousel-box .custom-carousel-btn .desktop-next-btn {
  background: linear-gradient(
    135deg,
    #043861 -8.06%,
    rgba(110, 137, 180, 0.85) 112.41%
  );
  box-shadow: 0px 62px 85px -22px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  padding: 8px;
  color: white;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  z-index: -1;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.main-services-carousel-box .custom-carousel-btn .desktop-prev-btn:hover,
.main-services-carousel-box .custom-carousel-btn .desktop-next-btn:hover {
border-radius: 50%;
}

.custom-carousel-owl-box.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0;
}

.custom-carousel-owl-box.owl-theme .owl-controls .owl-page.active span {
  opacity: 0;
}

.custom-carousel-owl-box.owl-theme
  .owl-controls.clickable
  .owl-page:hover
  span {
  filter: Alpha(Opacity = 100);
  opacity: 0;
}
.custom-carousel-container .icon img {
  width: 50px;
  height: 50px;
  display: inline;
}

.custom-carousel-container .title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

/* mobile table version css code  */
.mobile-services-carousel-box {
  display: none;
}
.mobile-carousel-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 0px;
}

.mobile-carousel-container .slider {
  display: flex;
  align-items: center;
  padding:15px 10px;
  height: 100%;
}

.mobile-carousel-container .slide {
  width: 100%;
  height: 440px;
  text-align: center;
  align-content: center;
  margin: 20px 0;
  padding: 15px;
  overflow: hidden;
  background-color: white;
  transition: all 0.3s ease;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.owl-item.center .slide {
  color: white;
  box-shadow: 24px 30px 51px 0px rgba(0, 0, 0, 0.1);
  background: linear-gradient(
    135deg,
    #233c81 -8.06%,
    #6e89b4 112.41%
  ) !important;
}



.mobile-services-carousel-box .custom-carousel-btn {
  position: absolute;
  z-index: +1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  align-items: center;
  bottom: -60px;
}

.mobile-services-carousel-box .custom-carousel-btn .mobile-prev-btn,
.mobile-services-carousel-box .custom-carousel-btn .mobile-next-btn {
  background: linear-gradient(
    135deg,
    #043861 -8.06%,
    rgba(110, 137, 180, 0.85) 112.41%
  );
  box-shadow: 0px 62px 85px -22px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  padding: 8px;
  color: white;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  z-index: -1;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.mobile-services-carousel-box .custom-carousel-btn .mobile-prev-btn:hover,
.mobile-services-carousel-box .custom-carousel-btn .mobile-next-btn:hover{
  border-radius: 50%;
}

.mobile-services-carousel-box .mobile-carousel-container .icon img {
  width: 50px;
  height: 50px;
  display: inline;
}

.mobile-services-carousel-box .mobile-carousel-container .title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}


.mobile-services-carousel-box .mobile-carousel-container .desc {
    overflow-y: auto;
    height: 270px;
    padding-right: 10px;
}





.mobile-services-carousel-box .mobile-carousel-container .desc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.mobile-services-carousel-box .mobile-carousel-container .desc::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.mobile-services-carousel-box .mobile-carousel-container  .desc::-webkit-scrollbar-thumb {
  background-color: #233c81cb;
}


/* responsive css code  */
@media (max-width: 1200px) {
  .main-services-carousel-box {
    display: none;
  }
  .mobile-services-carousel-box {
    display: block;
  }
}

@media (max-width: 900px) {
   .mobile-services-carousel-box .mobile-carousel-container .desc {
    overflow-y: auto;
    padding-right: 10px;
} 
    
}

