/* ========================================
Page: Services Type 2
======================================== */

.page__services-type2 .yellow-title__text-line {
  font-weight: var(--fw-extrabold);
  margin-bottom: 30px;
  display: inline;
  background: linear-gradient(#f5c518, #f5c518) no-repeat;
  background-size: 100% 10px;
  background-position: 0 calc(100% - 4px);
  padding-bottom: 4px;
}

.page__services-type2 .audience {
  padding: 60px 0 60px;
  background-color: var(--c-white);
}

.page__services-type2 .audience__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.page__services-type2 .audience__card {
  background: var(--c-surface);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: var(--shadow-md);
}

.page__services-type2 .audience__icon-wrap {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.page__services-type2 .audience__icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.page__services-type2 .audience__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c-text);
  margin: 0;
}

.page__services-type2 .documents {
  padding: 45px 0 60px;
  background-color: var(--c-white);
}

.page__services-type2 .documents__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.page__services-type2 .documents__item {
  text-align: center;
}

.page__services-type2 .documents__img-wrap {
  width: 100%;
  aspect-ratio: 3/3;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.page__services-type2 .documents__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.page__services-type2 .documents__action {
  text-align: center;
  margin-top: 40px;
}

.page__services-type2 .documents__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #114232;
  background-color: var(--c-accent);
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.page__services-type2 .documents__btn:hover {
  background-color: #752cfc;
  color: var(--c-accent);
}

.page__services-type2 .content {
  padding: 60px 0 40px;
  background-color: var(--c-white);
}

.page__services-type2 .content__text {
  font-size: 18px;
  line-height: 1.6;
  color: var(--c-text);
  margin-bottom: 30px;
}

.page__services-type2 .content__list {
  margin: 16px 0;
  padding: 0;
  list-style: none;
  counter-reset: content-item;
}

.page__services-type2 .content__list li {
  font-size: 18px;
  line-height: 1.6;
  color: var(--c-text);
  margin-bottom: 16px;
  padding-left: 60px;
  position: relative;
  counter-increment: content-item;
  min-height: 46px;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .page__services-type2 .content__text {
    font-size: 14px;
  }
  .page__services-type2 .content__list li {
    font-size: 14px;
  }
  .page__services-type2 .audience {
    padding: 0;
  }
  .page__services-type2 .audience__grid {
    margin-top: 60px;
  }
  .page__services-type2 .employees-slider {
    padding: 60px 0 0;
  }
}

.page__services-type2 .content__list li::before {
  content: counter(content-item);
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  background-color: var(--c-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: var(--c-text);
}

.page__services-type2 .info-section {
  padding: 0 0 40px;
  background-color: var(--c-white);
}

.page__services-type2 .info-section__sec {
  margin-bottom: 0;
}

.page__services-type2 .info-section__title {
  margin: 0;
  font-size: 24px;
  font-weight: var(--fw-extrabold);
  line-height: 1.4;
  color: var(--c-text);
  margin: 0 0 16px;
}

@media screen and (min-width: 992px) {
  .page__services-type2 .info-section__title {
    font-size: 40px;
  }
}

.page__services-type2 .info-section__text {
  font-size: 18px;
  line-height: 1.6;
  color: var(--c-text);
  margin: 0 0 12px;
}

@media screen and (max-width: 991px) {
  .page__services-type2 .info-section__text {
    font-size: 14px;
  }
}

.page__services-type2 .info-section__text p {
  margin-bottom: 20px;
}

.page__services-type2 .info-section__divider {
  border: none;
  border-top: 1px solid var(--c-border);
  opacity: 1;
  margin: 30px 0;
}

.page__services-type2 .equipment {
  padding: 60px 0;
  background-color: var(--c-white);
}

.page__services-type2 .equipment__heading-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.page__services-type2 .equipment__title {
  font-size: 30px;
  font-weight: var(--fw-extrabold);
  line-height: 1.25;
  color: var(--c-text);
  margin: 0;
}

.page__services-type2 .equipment__title-accent {
  display: inline;
  background: linear-gradient(var(--c-accent), var(--c-accent)) no-repeat;
  background-size: 100% 10px;
  background-position: 0 calc(100% - 4px);
  padding-bottom: 4px;
}

.page__services-type2 .equipment__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 40px;
}

.page__services-type2 .equipment__card {
  text-align: center;
  background: var(--c-surface);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.page__services-type2 .equipment__card-image {
  width: 100%;
  aspect-ratio: 9/10;
  object-fit: cover;
  display: block;
}

.page__services-type2 .equipment__card-label {
  font-size: 20px;
  font-weight: var(--fw-extrabold);
  line-height: 1.4;
  margin: 0;
  text-align: left;
  color: var(--c-text);
  padding: 27px 30px;
}

.hero-type2 .hero {
  padding: 0 0 80px;
  background-color: var(--c-white);
  text-align: center;
  height: auto;
}

@media screen and (max-width: 991px) {
  .hero-type2 .hero {
    padding: 0 0 30px;
  }
}

.hero-type2 .hero__container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  height: auto;
}

.hero-type2 .hero__title {
  font-size: var(--fs-18xl);
  font-weight: var(--fw-extrabold);
  line-height: 1.55;
  color: var(--c-text);
  margin: 30px auto;
  max-width: 100%;
  text-align: center;
}

.hero-type2 .hero__desc p:first-child {
  font-weight: 400;
  margin-bottom: 30px;
}

.hero-type2 .hero-image {
  padding: 30px 0 60px;
  background-color: var(--c-white);
}

@media screen and (max-width: 991px) {
  .hero-type2 .hero-image {
    padding: 30px 0 30px;
  }
}

.hero-type2 .hero-image__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-type2 .hero-image__img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}

.page__services-type2 .employees-slider {
  padding: 80px 0;
  background-color: var(--c-white);
}

.page__services-type2 .employees-slider .container {
  max-width: 100%;
}

.page__services-type2 .employees-slider__slider {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.page__services-type2 .employees-slider__slider-inner {
  max-width: 1780px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
}

.page__services-type2 .employees-slider__slider-inner .swiper-slide {
  width: 565px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.85);
  transition: transform 0.3s ease;
}

.page__services-type2 .employees-slider__slider-inner .swiper-slide-active {
  transform: scale(1);
}

.page__services-type2 .employees-slider__img-wrap {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.page__services-type2 .employees-slider__slider-inner .swiper-slide-prev .employees-slider__img-wrap,
.page__services-type2 .employees-slider__slider-inner .swiper-slide-next .employees-slider__img-wrap {
  opacity: 0.3;
}

.page__services-type2 .employees-slider__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.page__services-type2 .employees-slider__arrow_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page__services-type2 .employees-slider__arrow_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  pointer-events: auto;
}

.page__services-type2 .employees-slider__arrow_wrapper--left {
  left: calc(50% - 293px);
  transform: translateX(-50%);
}

.page__services-type2 .employees-slider__arrow_wrapper--right {
  left: calc(50% + 293px);
  transform: translateX(-50%);
}

.page__services-type2 .employees-slider__arrow {
  width: 40px;
  height: 40px;
  background-color: var(--c-primary);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.page__services-type2 .employees-slider__arrow:hover {
  background-color: var(--c-accent);
}

.page__services-type2 .employees-slider__arrow svg {
  display: block;
}

.page__services-type2 .employees-slider__arrow_body svg {
  width: 100%;
  height: auto;
}

.page__services-type2 .employees-slider__bullets {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.page__services-type2 .employees-slider .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.page__services-type2 .employees-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c7c7c7;
  opacity: 1;
  border: none;
  cursor: pointer;
  margin: 0 !important;
  transition: background-color 0.3s;
}

.page__services-type2 .employees-slider .swiper-pagination-bullet:hover {
  background-color: #000;
}

.page__services-type2 .employees-slider .swiper-pagination-bullet-active {
  background-color: #000;
}

@media (max-width: 960px) {
  .page__services-type2 .equipment__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page__services-type2 .documents__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .page__services-type2 .audience__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-type2 .hero__title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .page__services-type2 .employees-slider__slider-inner {
    padding: 10px 0;
  }
  .page__services-type2 .employees-slider__slider-inner .swiper-slide {
    transform: none;
  }
  .page__services-type2 .employees-slider__arrow {
    width: 32px;
    height: 32px;
  }
  .page__services-type2 .employees-slider__arrow_wrapper--left {
    left: 4px;
    transform: none;
  }
  .page__services-type2 .employees-slider__arrow_wrapper--right {
    right: 4px;
    left: auto;
    transform: none;
  }
}

@media (max-width: 480px) {
  .page__services-type2 .audience__grid {
    grid-template-columns: 1fr;
  }
  .page__services-type2 .equipment__grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
  }
  .page__services-type2 .documents__grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }
}

.page__services-type2 .callback__success { display: none; text-align: center; padding: 20px; }
.page__services-type2 .callback__success--visible { display: block; }
.page__services-type2 .callback__success-text {
  font-size: var(--fs-5xl);
  font-weight: var(--fw-bold);
  color: var(--color-primary);
}
