.section-3-wrapper {
  /* layout */
  position: relative;
  display: flex;
  flex-direction: column;

  /* style */
  background: #f2fcff;

  /* typography */
  text-align: center;
}

.section-3-content-wrapper {
  /* layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
  padding-bottom: 120px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

.section-3-title {
  /* typography */
  color: #0BADE4;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;

  /* responsive */
  @media screen and (max-width: 1000px) {
    font-size: 20px;
    line-height: 28px;
  }
}

.section-3-subtitle {
  /* layout */
  margin-top: 12px;

  /* typography */
  color: #6E6E6E;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  /* responsive */
  @media screen and (max-width: 1000px) {
    margin-top: 4px;

    font-size: 14px;
    line-height: 22px;
  }
}

.section-3-subtitle-bold {
  /* typography */
  color: var(--Black-Text, #343434);
  font-weight: 700;
}

/* carousel */

.swiper-slide-logo-wrapper {
  /* layout */
  margin-bottom: 40px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    margin-bottom: 16px;
  }
}

.swiper-slide-logo {
  /* layout */
  height: 70px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    height: 24px;
  }
}

[data-swiper="2"] .swiper {
  /* layout */
  height: 440px;
}

.section-3-carousel-wrapper {
  /* layout */
  margin-top: 60px;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: auto;
  margin-left: auto;

  /* responsive */
  @media screen and (max-width: 1000px) {
    margin-top: 24px;
  }
}

.swiper-slide-outer-wrapper {
  /* layout */
  height: 514px;
  display: flex;
  flex-direction: column;
}

.section-3-swiper-slide-content {
  /* layout */
  width: 980px;
  height: 324px;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;

  /* style */
  border-radius: 20px;
  background: #FFF;

  /* responsive */
  @media screen and (max-width: 1400px) {
    width: 720px;
  }

  /* responsive */
  @media screen and (max-width: 1000px) {
    width: 318px;
    height: 358px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.slide-class-1 {
  /* layout */
  display: flex;
  flex-direction: row;

  /* responsive */
  @media screen and (max-width: 1000px) {
    flex-direction: column;
  }
}

.slide-class-2 {
  /* layout */
  display: flex;
  flex-direction: row;
  align-items: center;

  /* responsive */
  @media screen and (max-width: 1000px) {
    margin-left: auto;
    margin-right: auto;
  }

  /* responsive */
  @media screen and (max-width: 1000px) {
    flex-direction: column;
    margin-bottom: 16px;
  }
}

.slide-class-3 {
  /* layout */
  margin-left: 8px;

  /* typography */
  color: #343434;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  /* responsive */
  @media screen and (max-width: 1000px) {
    margin-left: 0px;
    font-size: 16px;
  }
}

.slide-class-4 {
  /* layout */
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-left: auto;

   /* responsive */
   @media screen and (max-width: 1000px) {
    margin-left: 0px;
  }
}

.slide-class-5 {
  /* layout */
  display: flex;
  flex-direction: row;
  align-items: center;
}

.slide-class-6 {
  /* layout */
  margin-left: auto;

  /* typography */
  color: #8E8E8E;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  /* responsive */
  @media screen and (max-width: 1000px) {
    margin-left: 0px;
    width: 74px;
    text-align: start;
    font-size: 14px;
    line-height: normal;
  }
}

.slide-class-7 {
  /* layout */
  margin-left: 8px;

  /* typography */
  color: #343434;
  text-align: right;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;

  /* responsive */
  @media screen and (max-width: 1000px) {
    text-align: right;
    font-size: 16px;
    line-height: normal;
    margin-left: 8px;
  }
}

.slide-class-8 {
  /* layout */
  margin-left: 24px;

  /* typography */
  text-align: right;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;

  /* responsive */
  @media screen and (max-width: 1000px) {
    text-align: right;
    font-size: 20px;
    line-height: normal;
    margin-left: auto;
  }
}

.internet-icon {
  /* layout */
  display: flex;
  flex-direction: row;

  /* responsive */
  @media screen and (max-width: 1000px) {
    width: 20px;
    height: 20px;
    margin-bottom: 6px;
  }
}

.slide-divider {
  /* layout */
  width: 100%;
  height: 1px;
  background: #D5D5D5;
}

.lg {
  color: #F4268F;
}

.kt {
  color: #FD2B2B;
}

.sk {
  color: #F28614;
}

.lg-wrapper {
  border: 2px solid #F4268F;
}

.kt-wrapper {
  border: 2px solid #FD2B2B;
}

.sk-wrapper {
  border: 2px solid #F28614;
}

.section-3-bottom-title {
  /* layout */
  margin-top: 60px;

  /* typography */
  color: #0BADE4;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 72px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    font-size: 20px;
    line-height: 28px;
    margin-top: 24px;
  }
}

.section-3-swiper {
  display: flex;
  flex-direction: row;
}

.custom-prev-btn,
.custom-next-btn {
  /* layout */
  width: fit-content;
}

.custom-prev-btn {
  left: -40px; /* Adjust based on spacing */
}

.custom-next-btn {
  right: -40px; /* Adjust based on spacing */
}

.custom-navigation-btn-mobile {
  /* layout */
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  column-gap: 12px;
}

.carousel-wrapper-pc {
  width: 100%;
}


.swiper-wrapper {
  display: flex;
  max-width: 1050px;
  box-sizing: border-box;

  /* responsive */
  @media screen and (max-width: 1400px) {
    max-width: 800px;
  }

  /* responsive */
  @media screen and (max-width: 1000px) {
    max-width: 380px;
  }
}

.swiper-navigation-btn {
  /* style */
  position: relative;
  -webkit-filter: drop-shadow(0px 8px 20px 0px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px 8px 20px 0px rgba(0, 0, 0, 0.05));
  cursor: pointer;
  margin-left: 25px;
  margin-right: 25px;
  z-index: 99;
  transform: translate(0px, 60px);

  /* responsive */
  @media screen and (max-width: 1000px) {
    display: none;
  }
}

.swiper-navigation-btn-mobile {
  /* style */
  -webkit-filter: drop-shadow(0px 8px 20px 0px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px 8px 20px 0px rgba(0, 0, 0, 0.05));
  cursor: pointer;
  display: none;
  z-index: 99;

  /* responsive */
  @media screen and (max-width: 1000px) {
    display: block;
  }
}

#swiper-navigation-prev {
  transform: translate(15px, 0px);

  /* responsive */
  @media screen and (max-width: 1000px) {
    transform: translate(0px, 0px);
    left: 10px;
  }
}

#swiper-navigation-next {
  transform: translate(-15px, 0px);

  /* responsive */
  @media screen and (max-width: 1000px) {
    transform: translate(0px, 0px);
    right: 10px;
  }
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  margin-left: 3px !important;
  margin-right: 3px !important;

  /* responsive */
  @media screen and (max-width: 1000px) {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
}

.swiper-pagination-bullet-active {
  height: 6px;
  min-width: 14px;
  width: 100%;
  border-radius: 8px !important;
}

.swiper-slide-img-wrapper {
  /* layout */
  display: flex;
  flex-direction: row;
  margin-top: 16px;
  align-items: center;
  column-gap: 4px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    margin-top: 12px;
  }
}

.swiper-slide-image {
  /* layout */
  width: 26px;
  height: 26px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    width: 20px;
    height: 20px;
  }
}
