/*==========================================
  Hero - Kids Banner (custom section)
==========================================*/
.hk-hero {
  position: relative;
  overflow: hidden;
  /* background: #063173; */
  padding-top: 0;
  padding-bottom: 0;
}

.hk-hero__slider {
  position: relative;
  padding-bottom: 0;
}

.hk-hero--photo .hk-hero__slider,
.hk-hero--photo .hk-hero__slider .swiper-wrapper {
  height: 640px;
}

.hk-hero__slider .swiper-slide {
  height: auto;
}

.hk-hero--photo .swiper-slide {
  position: relative;
  height: 640px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hk-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transform: scale(1.02);
}

.hk-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* background: linear-gradient(90deg, rgba(6,26,60,0.82) 0%, rgba(6,26,60,0.62) 42%, rgba(255, 255, 255, 0.18) 75%, rgba(246, 246, 247, 0.05) 100%),
              linear-gradient(0deg, rgba(249, 249, 250, 0.55) 0%, rgba(250, 250, 250, 0) 35%); */
}

.hk-hero--photo .container {
  position: relative;
  z-index: 2;
}

.hk-hero__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
  z-index: 3;
}

.hk-hero__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #cfe6f5;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.hk-hero__pagination .swiper-pagination-bullet-active {
  background-color: #059c99;
  width: 30px;
  border-radius: 8px;
}

.hk-hero__nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #063173;
  box-shadow: 0 6px 18px rgba(6, 49, 115, 0.15);
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s ease;
}

.hk-hero__nav:hover {
  background-color: #059c99;
  color: #ffffff;
}

.hk-hero__nav--prev {
  left: 12px;
}

.hk-hero__nav--next {
  right: 12px;
}

@media (max-width: 767px) {
  .hk-hero__nav {
    display: none;
  }
}

.hk-hero__content {
  padding-bottom: 0;
  max-width: 620px;
}

.hk-hero--photo .hk-hero__content {
  padding-bottom: 46px;
}

.hk-hero--photo .hk-hero__eyebrow {
  color: #fdc82e;
  text-shadow: 0 2px 10px rgba(0,0,0,0.25);
}

.hk-hero__eyebrow {
  display: block;
  font-family: var(--vs-script-font);
  font-size: 28px;
  font-weight: 600;
  color: #059c99;
  margin-bottom: 6px;
}

.hk-hero__title {
  font-family: var(--vs-title-font);
  font-weight: 800;
  font-size: clamp(2rem, 3.2vw + 1rem, 3.4rem);
  line-height: 1.15;
  margin-bottom: 22px;
}

.hk-hero__title span {
  display: inline-block;
}

.hk-c-navy {
  color: #063173;
}

.hk-c-pink {
  color: #e2387d;
}

.hk-c-teal {
  color: #059c99;
}

.hk-hero__desc {
  font-family: var(--vs-body-font);
  font-size: 18px;
  color: #4a4a5a;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.hk-hero__desc::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 60px;
  height: 4px;
  border-radius: 4px;
  background-color: #fdc82e;
}

.hk-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin: 0 0 36px;
  padding: 0;
}

.hk-hero__features li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 96px;
}

.hk-feature-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 10px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.hk-bg-blue {
  background-color: #40a6e8;
}

.hk-bg-green {
  background-color: #8cbf41;
}

.hk-bg-purple {
  background-color: #8a63d2;
}

.hk-bg-orange {
  background-color: #fd9f0e;
}

.hk-feature-text {
  font-family: var(--vs-body-font);
  font-weight: 700;
  font-size: 14px;
  color: #26314d;
  line-height: 1.3;
}

.hk-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hk-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--vs-body-font);
  font-weight: 700;
  font-size: 15px;
  padding: 16px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.hk-btn--primary {
  background-color: #063173;
  color: #ffffff;
  border: 2px solid #063173;
}

.hk-btn--primary i {
  color: #fdc82e;
}

.hk-btn--primary:hover {
  background-color: #0a4499;
  color: #ffffff;
  transform: translateY(-2px);
}

.hk-btn--outline {
  background-color: transparent;
  color: #063173;
  border: 2px solid #063173;
}

.hk-btn--outline:hover {
  background-color: #063173;
  color: #ffffff;
  transform: translateY(-2px);
}

.hk-btn--outline i {
  transition: transform 0.3s ease;
}

.hk-btn--outline:hover i {
  transform: translateX(4px);
}

.hk-hero__image {
  position: relative;
  text-align: center;
}

.hk-hero__image img {
  max-width: 100%;
  height: auto;
}

/*==========================================
  Hero - photo background overrides
==========================================*/
.hk-hero--photo .hk-c-navy {
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0,0,0,0.35);
}

.hk-hero--photo .hk-c-teal {
  color: #7fe3d6;
  text-shadow: 0 2px 14px rgba(0,0,0,0.35);
}

.hk-hero--photo .hk-hero__desc {
  color: #f1f4fb;
  text-shadow: 0 1px 8px rgba(0,0,0,0.35);
}

.hk-hero--photo .hk-feature-text {
  color: #ffffff;
  text-shadow: 0 1px 8px rgba(0,0,0,0.35);
}

.hk-hero--photo .hk-feature-icon {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35), 0 0 0 3px rgba(255,255,255,0.25);
}

.hk-hero--photo .hk-btn--outline {
  background-color: rgba(255,255,255,0.08);
  color: #ffffff;
  border: 2px solid #ffffff;
}

.hk-hero--photo .hk-btn--outline:hover {
  background-color: #ffffff;
  color: #063173;
}

.hk-hero--photo .hk-hero__nav {
  background-color: rgba(255,255,255,0.9);
}

.hk-hero__wave {
  position: relative;
  line-height: 0;
  margin-top: -2px;
}

.hk-hero__wave svg {
  display: block;
  width: 100%;
  height: 70px;
}

.hk-hero__wave path {
  fill: #063173;
}

.hk-hero__bottom {
  background-color: #063173;
  padding: 20px 0 26px;
  margin-top: -1px;
}

.hk-hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 34px;
  row-gap: 14px;
}

.hk-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-family: var(--vs-body-font);
  font-weight: 600;
  font-size: 15px;
}

.hk-trust-item i {
  font-size: 20px;
  color: #fdc82e;
}

@media (max-width: 991px) {
  .hk-hero {
    padding-top: 0;
  }

  .hk-hero--photo .hk-hero__slider,
  .hk-hero--photo .hk-hero__slider .swiper-wrapper,
  .hk-hero--photo .swiper-slide {
    height: 620px;
  }

  .hk-hero__content {
    padding-bottom: 0;
    text-align: center;
    max-width: 100%;
  }

  .hk-hero__desc {
    display: block;
  }

  .hk-hero__features {
    justify-content: center;
  }

  .hk-hero__buttons {
    justify-content: center;
  }

  .hk-hero__trust {
    gap: 20px;
  }

  .hk-hero--photo .hk-hero__overlay {
    background: linear-gradient(180deg, rgba(6,26,60,0.78) 0%, rgba(6,26,60,0.55) 45%, rgba(6,26,60,0.7) 100%);
  }
}

@media (max-width: 575px) {
  .hk-hero__features li {
    width: 78px;
  }

  .hk-feature-icon {
    width: 56px;
    height: 56px;
    font-size: 20px;
  }

  .hk-btn {
    padding: 13px 22px;
    font-size: 14px;
  }

  .hk-hero--photo .hk-hero__slider,
  .hk-hero--photo .hk-hero__slider .swiper-wrapper,
  .hk-hero--photo .swiper-slide {
    height: 560px;
  }

  .hk-hero__content {
    padding: 0 6px;
  }
}
