.ak-arc-slider {
  width: 100%;
  user-select: none;
}

/* ── Desktop ─────────────────────────────────────────── */

.arc-slider__desktop {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.arc-slider__left {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  max-width: 39.842rem;
}

.arc-slider__label {
  /* font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;*/
  color: #e45110;
  margin-bottom: 1.7789rem;
}

.arc-slider__heading {
  /* font-size: clamp(28px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.12;*/
}

.arc-slider__heading {
  font-size: 6.759rem !important;
  line-height: 1.2 !important;
}

.arc-slider__carousel-col {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.arc-slider__wheel-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Cards are created by JS and appended to the wheel track */
.arc-slider__card {
  position: absolute;
  border-radius: 1.424rem;
  overflow: hidden;
  cursor: pointer;
  pointer-events: all;
  will-change: transform, opacity, filter, width, height, left, top;
  transition:
    left 0.65s cubic-bezier(0.4, 0, 0.2, 1),
    top 0.65s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.65s cubic-bezier(0.4, 0, 0.2, 1),
    height 0.65s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.65s ease,
    filter 0.65s ease,
    clip-path 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.arc-slider__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.arc-slider__card:not(.is-active):before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}

/* .arc-slider__card[data-index="0"],
.arc-slider__card[data-index="4"] {
  border-radius: 0;
} */

.arc-slider__card[data-index="0"]:after,
.arc-slider__card[data-index="4"]:after {
  content: "";
  width: 100%;
  height: 100%;
  /* height: 9.4rem; */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  border: 0;
}

.arc-slider__card[data-index="0"]:after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) -20%, #fff 20%);
}

.arc-slider__card[data-index="4"]:after {
  /* background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #fff 100%); */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 20%);
}

.arc-slider__role-col {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 3.558rem;
  max-width: 30rem;
}

.arc-slider__nav-btn {
  width: 5.692rem;
  height: 5.692rem;
  border-radius: 50% !important;
  border: 0.1rem solid #ccdcf0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition:;
  /*    border-color 0.2s,
    background 0.2s;*/
}
.arc-slider__nav-btn svg {
  width: 2.491rem;
  height: 2.491rem;
}

.arc-slider__nav-btn:hover {
  /* border-color: #1a1a1a;
  background: rgba(0, 0, 0, 0.04);*/
}

.arc-slider__role-info {
  /* min-height: 16.186rem;*/
  min-height: 22.186rem;
}

.arc-slider__role-title {
  /*font-size: clamp(20px, 2vw, 30px);
  font-weight: 600;
  line-height: 1.2;*/
  margin-top: 0;
  margin-bottom: 1.6rem;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(153.66deg, #011f39 67.5%, #3f6aff 96.33%);
}

.arc-slider__role-desc {
  font-size: 1.7789rem;
  line-height: 1.4;
  color: #484848;
  max-width: 31.571rem;
}

/* ── Mobile ──────────────────────────────────────────── */

.arc-slider__mobile {
  display: none;
  padding-bottom: 40px;
}

.arc-slider__mobile-label {
  color: #e45110;
  margin-bottom: 20px;
  padding: 0 20px;
}

.arc-slider__mobile-heading {
  padding: 0 20px;
  margin-bottom: 40px;
}

.arc-slider__mobile-swiper-clip {
  overflow: hidden;
}

.arc-slider__mobile-swiper {
  padding: 0 20px !important;
  overflow: visible;
}

.arc-slider__mobile-swiper .swiper-slide {
  width: calc(100vw - 64px) !important;
  /*height: auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);*/
}

.arc-slider__mobile-card-img {
  width: 100%;
  height: 290px !important;
  object-fit: cover;
  display: block;
  border-radius: 16px !important;
  object-position: top;
}

.arc-slider__mobile-card-body {
  padding: 30px 0px;
  background: #fff;
}

.arc-slider__mobile-card-title {
  font-weight: 500 !important;
  margin-bottom: 14px;
  color: #1a1a1a;
}

.arc-slider__mobile-card-desc {
  font-size: 16px;
  color: #484848;
  line-height: 1.4;
}

.arc-slider__mobile-progress {
  padding: 30px 80px 0;
}

.arc-slider__progress-bg {
  width: 100%;
  height: 3px;
  background: #e5e5e5;
  border-radius: 0px;
  overflow: hidden;
}

.arc-slider__progress-fill {
  height: 100%;
  background: #fc6f31;
  border-radius: 0px;
  transition: width 0.4s ease;
}

/* ── Responsive ──────────────────────────────────────── */

@media (max-width: 767px) {
  .arc-slider__desktop {
    display: none;
  }
  .arc-slider__mobile {
    display: block !important;
  }
}
