.elementor-widget-han-slider,
.elementor-widget-han-slider .elementor-widget-container {
  width: 100%;
}

.des-slider,
.des-slider * {
  box-sizing: border-box;
}

.des-slider {
  --des-bg: #121212;
  --des-accent: #f5b400;
  --des-button: #d99a00;
  --des-button-hover: #ffc833;
  --des-overlay-start: rgba(8, 8, 8, .82);
  --des-overlay-middle: rgba(8, 8, 8, .58);
  --des-overlay-end: rgba(8, 8, 8, .16);
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--des-bg);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  isolation: isolate;
  outline: none;
}

.des-slider__track {
  display: flex;
  width: 100%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.des-slider__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  height: 620px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 75% 20%, rgba(245,180,0,.20), transparent 32%), var(--des-bg);
}

.des-slider__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--des-bg);
  transform: scale(1.06);
  transition: transform 12s ease;
  will-change: transform;
  z-index: 0;
}

.des-slider__slide.is-active .des-slider__bg {
  transform: scale(1);
}

.des-slider__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--des-overlay-start) 0%, var(--des-overlay-middle) 50%, var(--des-overlay-end) 100%);
  z-index: 1;
  pointer-events: none;
}

.des-slider__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.des-slider__proof,
.des-slider__subtitle,
.des-slider__title,
.des-slider__description,
.des-slider__buttons,
.des-slider__contact {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .9s ease, transform .9s ease;
}

.des-slider__slide.is-active .des-slider__proof,
.des-slider__slide.is-active .des-slider__subtitle,
.des-slider__slide.is-active .des-slider__title,
.des-slider__slide.is-active .des-slider__description,
.des-slider__slide.is-active .des-slider__buttons,
.des-slider__slide.is-active .des-slider__contact {
  opacity: 1;
  transform: translateY(0);
}

.des-slider__slide.is-active .des-slider__proof { transition-delay: .08s; }
.des-slider__slide.is-active .des-slider__subtitle { transition-delay: .18s; }
.des-slider__slide.is-active .des-slider__title { transition-delay: .28s; }
.des-slider__slide.is-active .des-slider__description { transition-delay: .36s; }
.des-slider__slide.is-active .des-slider__buttons { transition-delay: .46s; }
.des-slider__slide.is-active .des-slider__contact { transition-delay: .56s; }

.des-slider__proof {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
}

.des-slider__avatars {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.des-slider__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.9);
  overflow: hidden;
  margin-left: -8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(0,0,0,.18);
}

.des-slider__avatar:first-child { margin-left: 0; }
.des-slider__avatar--1 { background: #e8a87c; }
.des-slider__avatar--2 { background: #7cb9e8; }
.des-slider__avatar--3 { background: #a87ce8; }
.des-slider__avatar--4 { background: #7ce8a8; }

.des-slider__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.des-slider__proof-text {
  color: rgba(255,255,255,.92);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
}

.des-slider__subtitle {
  color: rgba(255,255,255,.88);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.5px;
  margin: 0 0 4px;
}

.des-slider__title {
  color: #fff;
  font-size: clamp(56px, 8vw, 98px);
  font-weight: 850;
  line-height: .98;
  letter-spacing: -2.4px;
  margin: 0 0 22px;
  text-wrap: balance;
}

.des-slider__description {
  color: rgba(255,255,255,.76);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  max-width: 540px;
  margin: 0 0 34px;
}

.des-slider__buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.des-slider__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 23px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  text-decoration: none !important;
  border: 1.5px solid transparent;
  transition: background .22s ease, border-color .22s ease, color .22s ease, transform .18s ease, box-shadow .22s ease;
  white-space: nowrap;
  letter-spacing: .01em;
}

.des-slider__btn:hover {
  transform: translateY(-2px);
}

.des-slider__btn:active {
  transform: translateY(0) scale(.98);
}

.des-slider__btn--primary {
  background: var(--des-button);
  border-color: var(--des-button);
  color: #111;
  box-shadow: 0 13px 34px rgba(245,180,0,.22);
}

.des-slider__btn--primary:hover,
.des-slider__btn--primary:focus {
  background: var(--des-button-hover);
  border-color: var(--des-button-hover);
  color: #111;
  box-shadow: 0 18px 40px rgba(245,180,0,.34);
}

.des-slider__btn--outline {
  background: rgba(255,255,255,.02);
  color: #fff;
  border-color: rgba(255,255,255,.56);
  backdrop-filter: blur(6px);
}

.des-slider__btn--outline:hover,
.des-slider__btn--outline:focus {
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.9);
  color: #fff;
}

.des-slider__btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,.24);
  transition: background .2s ease, transform .2s ease;
  flex-shrink: 0;
}

.des-slider__btn--primary .des-slider__btn-arrow {
  background: rgba(0,0,0,.14);
}

.des-slider__btn:hover .des-slider__btn-arrow {
  transform: translateX(3px);
}

.des-slider__btn-arrow svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
}

.des-slider__contact {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.des-slider__contact-icon {
  width: 46px;
  height: 46px;
  border-radius: 11px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.88);
  flex: 0 0 auto;
}

.des-slider__contact-icon i,
.des-slider__contact-icon svg {
  width: 21px;
  height: 21px;
  color: currentColor;
  fill: currentColor;
  display: block;
}

.des-slider__contact-text {
  color: rgba(255,255,255,.84);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  max-width: 520px;
}

.des-slider__contact-text p {
  margin: 0;
}

.des-slider__contact-text a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.des-slider__progress {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 3px;
  background: rgba(255,255,255,.12);
}

.des-slider__progress-fill {
  display: block;
  height: 100%;
  width: 0;
  background: var(--des-accent);
}

.des-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 10;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.des-slider__dot {
  width: 8px;
  height: 8px;
  border: 0;
  padding: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.36);
  cursor: pointer;
  transition: background .3s ease, transform .3s ease, width .3s ease;
}

.des-slider__dot.is-active {
  background: var(--des-accent);
  transform: scale(1.2);
  width: 22px;
}

.des-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0;
}

.des-slider__nav:hover,
.des-slider__nav:focus {
  background: rgba(255,255,255,.24);
  transform: translateY(-50%) scale(1.08);
  border-color: rgba(255,255,255,.5);
}

.des-slider__nav svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
}

.des-slider__nav--prev {
  left: 20px;
  transform: translateY(-50%);
}

.des-slider__nav--next {
  right: 20px;
  transform: translateY(-50%);
}

.des-slider__swipe {
  position: absolute;
  bottom: 52px;
  right: 24px;
  z-index: 10;
  display: none;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.48);
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .des-slider__title {
    font-size: clamp(50px, 9vw, 82px);
  }

  .des-slider__nav {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 767px) {
  .des-slider__slide {
    min-height: 520px;
    height: 580px;
    align-items: center;
  }

  .des-slider__content {
    padding: 0 22px;
  }

  .des-slider__proof {
    margin-bottom: 15px;
  }

  .des-slider__subtitle {
    font-size: 23px;
  }

  .des-slider__title {
    font-size: clamp(42px, 12vw, 64px);
    line-height: 1;
    letter-spacing: -1.5px;
    margin-bottom: 18px;
  }

  .des-slider__description {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 28px;
  }

  .des-slider__buttons {
    gap: 10px;
  }

  .des-slider__btn {
    padding: 12px 18px;
    font-size: 14px;
  }

  .des-slider__contact {
    margin-top: 22px;
  }

  .des-slider__contact-icon {
    width: 42px;
    height: 42px;
  }

  .des-slider__nav {
    display: none;
  }

  .des-slider__swipe {
    display: flex;
  }
}

@media (max-width: 480px) {
  .des-slider__slide {
    min-height: 580px;
  }

  .des-slider__proof-text {
    font-size: 12px;
  }

  .des-slider__avatar {
    width: 31px;
    height: 31px;
  }

  .des-slider__buttons {
    align-items: stretch;
  }

  .des-slider__btn {
    min-width: 0;
  }

  .des-slider__btn-label {
    white-space: normal;
  }
}
