/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.swiper-component {
  --swiper-pagination-color: #67f7fe;
  --swiper-pagination-bullet-inactive-color: #0698b2;
  --swiper-pagination-bullet-inactive-opacity: .6;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  padding-bottom: 60px !important;
  position: relative;
}

.swiper-component .swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}

.swiper-component .swiper-slide {
  height: auto;
  max-height: 850px;
  overflow-y: hidden;
}

.swiper-component-controls {
  position: relative;
  bottom: -24px;
  align-items: center;
}

.swiper-component-button-prev, .swiper-component-button-next {
  position: relative;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: linear-gradient(0deg, #64c6f6, #c2f4f8 50%);
  box-shadow: inset 0 0 8px rgba(100, 198, 246, .4);
}

.swiper-component-button-prev::before, .swiper-component-button-next::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 1px;
  
  background: linear-gradient(180deg, #64c6f6, #c2f4f8 50%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

[dir="rtl"] .swiper-component-button-prev::before, [dir="rtl"] .swiper-component-button-next::before {
  
  background: linear-gradient(-180deg, #64c6f6, #c2f4f8 50%);
}

.swiper-component-button-prev::after, .swiper-component-button-next::after {
  content: none !important;
}

.swiper-component-button-arrow {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-component-button-arrow__icon {
  width: 13px;
  height: 13px;
  color: #001e60;
  fill: none;
}

.swiper-component-button-prev .swiper-component-button-arrow__icon {
  transform: scaleX(-1);
}

.swiper-component-pagination {
  width: fit-content !important;
}

