/* HIS Paths mobile Swiper (phone landscape and below) */
.his-paths-mobile {
  display: none;
  width: 100%;
  position: relative;
}

.his-paths-swiper {
  width: 100%;
  overflow: hidden;
}

.his-paths-slide {
  position: relative;
  min-height: 520px;
  padding: 80px 0 70px;
  box-sizing: border-box;
}

.his-paths-slide-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.his-paths-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.his-paths-slide-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(0deg, rgb(0,0,0) 0%, rgb(0,0,0) 1%, rgb(26,26,26) 11%, rgba(0,0,0,0.5) 80%, rgba(244,243,243,0) 100%);
  opacity: 0.9;
  pointer-events: none;
}

.his-paths-slide-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.his-paths-slide-content {
  max-width: 100%;
  color: #fff;
}

.his-paths-slide-icon {
  display: block;
  width: 55px;
  height: 45px;
  object-fit: contain;
  object-position: bottom;
  margin: 0 0 12px;
}

.his-paths-slide-title {
  color: #fff;
  font-family: var(--font-head, Sitka, Georgia, serif);
  font-weight: 400;
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 15px;
  padding: 0 0 15px;
  position: relative;
}

.his-paths-slide-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #be904f;
}

.his-paths-slide-text {
  color: #fff;
  font-family: var(--font-body, Manrope, sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 20px;
}

.his-paths-slide-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.his-paths-slide-list li {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
}

.his-paths-slide-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 18px;
  background-image: url("../uploads/2026/08/list_golden_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.his-paths-slide-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.his-paths-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: var(--font-body, Manrope, sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.his-paths-btn-primary {
  background: #be904f;
  border: 1px solid #be904f;
  color: #fff !important;
}
.his-paths-btn-primary:visited {
  color: #fff !important;
}

.his-paths-btn-primary:hover {
  background: #fff;
  border-color: #fff;
  color: #be904f;
}

.his-paths-btn-ghost {
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.56);
  color: #fff;
}

.his-paths-btn-ghost:hover {
  background: #fff;
  border-color: #fff;
  color: #be904f;
}

.his-paths-pagination {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 20px !important;
  z-index: 5;
}

.his-paths-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #44505E;
}

.his-paths-pagination .swiper-pagination-bullet-active {
  background: #be904f;
}

/* Desktop: hide mobile slider */
@media (min-width: 768px) {
  .his-paths-mobile {
    display: none !important;
  }
}

/* Phone landscape and below: Swiper instead of drag compare */
@media (max-width: 767px) {
  #his-paths-section.his-cmp {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible;
  }

  #his-paths-section .his-cmp-panel,
  #his-paths-section .his-cmp-handle {
    display: none !important;
  }

  .his-paths-mobile {
    display: block;
  }

  .his-paths-slide-title {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  .his-paths-slide {
    padding: 70px 0 64px;
    min-height: 480px;
  }

  .his-paths-slide-title {
    font-size: 26px;
  }

  .his-paths-slide-actions {
    gap: 12px;
  }
}


.his-paths-slide-media .his-paths-slide-img,
.his-paths-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
