.button_shimmerButton___azcX {
  position: relative;
  overflow: hidden;
  background-color: #6828f8;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
}

.button_shimmerOverlay__J_VE2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 70%
  );
  animation: button_shimmerMove__RZQ_q 3s infinite;
  pointer-events: none;
}

@keyframes button_shimmerMove__RZQ_q {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(150%);
  }
}

.carousal_root__4n6PP {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.carousal_slide__5tbA0 {
  width: 100% !important;
}
.carousal_control__An2ZS {
  color: white !important;
  background-color: black !important;
}

.carousal_carouselWrapper__pWYzo {
  position: relative;
}

.carousal_carouselWrapper__pWYzo .mantine-Carousel-controls {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.carousal_carouselWrapper__pWYzo:hover .mantine-Carousel-controls {
  opacity: 1;
}
/* existing styles stay above — add these at the bottom */

.carousal_heroRow__eWIk7 {
  display: flex;
  gap: 18px;
  align-items: stretch;
}

.carousal_heroMain__eq_hu {
  flex: 1;
  min-width: 0;
}

.carousal_heroSide__QuSLH {
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.carousal_heroSideCard__Le2RC {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(40, 40, 44, 0.55) 0%, rgba(10, 10, 12, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  user-select: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.carousal_heroSideCard__Le2RC:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(52, 52, 58, 0.6) 0%, rgba(10, 10, 12, 0.85) 100%);
}

.carousal_heroSideIconWrap__kPF0Q {
  width: 54px;
  height: 54px;
  position: relative;
  flex: 0 0 auto;
}

.carousal_heroSideText__6RNHk {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.carousal_heroSideTitle__VMIGH {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.carousal_heroSideSubtitle__MO_P_ {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-top: 6px;
}

@media (max-width: 1100px) {
  .carousal_heroSide__QuSLH {
    width: 280px;
  }

  .carousal_heroSideSubtitle__MO_P_ {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .carousal_heroRow__eWIk7 {
    flex-direction: column;
  }

  .carousal_heroSide__QuSLH {
    width: 100%;
    flex-direction: row;
  }

  .carousal_heroSideCard__Le2RC {
    flex: 1;
  }

  .carousal_heroSideSubtitle__MO_P_ {
    font-size: 18px;
  }
}

.carousal_indicators___L89g {
  position: static !important;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.carousal_indicator__d4YPP {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: rotate(0deg);
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.35);
  border: none;
  padding: 0;
  cursor: pointer;
  appearance: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.carousal_indicator__d4YPP[data-active] {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  opacity: 1;
  transform: rotate(0deg) scale(1.2);
}

