.hero_bg {
  width: 100%;
  background: linear-gradient(283.81deg, #5C111F 0%, #000000 100%);
  padding-top: 10px;
  padding-bottom: 40px;
  transition: background 0.6s ease;
}

/* Full Section Gradient Backgrounds per Slide */
.hero_bg.bg_slide1 {
  background: linear-gradient(283.81deg, #1C2541 0%, #485EA7 100%);
}

.hero_bg.bg_slide2 {
  background: linear-gradient(283.81deg, #883800 0%, #000000 100%);
}

.hero_bg.bg_slide3 {
  background: linear-gradient(103.81deg, #5C111F 0%, #000000 100%);
}

.hero_bg.bg_slide4 {
  background: linear-gradient(103.81deg, #883800 0%, #000000 100%);
}

.hero_bg.bg_slide5 {
  background: linear-gradient(103.81deg, #4B4B4B 0%, #050505 100%);
}

.hero_bg.bg_slide6 {
  background: linear-gradient(103.81deg, #485EA7 0%, #1C2541 100%);
}

.hero_bg.bg_slide7 {
  background: linear-gradient(103.81deg, #26419D 0%, #010F41 100%);
}

.heroSwiper {
  width: 100%;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.heroSwiper .swiper-slide {
  height: auto;
  background: transparent;
}

.heroSwiper .hero_prev,
.heroSwiper .hero_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.heroSwiper .hero_prev {
  left: 20px;
}

.heroSwiper .hero_next {
  right: 20px;
}

.heroSwiper .hero_prev:hover,
.heroSwiper .hero_next:hover {
  background: #e1217e;
  border-color: #e1217e;
  transform: translateY(-50%) scale(1.1);
}

@media (max-width: 768px) {

  .heroSwiper .hero_prev,
  .heroSwiper .hero_next {
    display: none;
  }
}

.hero_container {
  margin-top: 30px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  min-height: 480px;
}

/* Figma Floating Decorative Shapes */
.hero_shape {
  position: absolute;
  pointer-events: none;
  z-index: 4;
  user-select: none;
}

.hero_shape.shape_square {
  top: 15px;
  left: 49%;
  width: 24px;
  height: auto;
  opacity: 0.9;
}

.hero_shape.shape_zigzag {
  top: -10px;
  right: 0px;
  width: 135px;
  height: auto;
  opacity: 0.85;
}

.hero_shape.shape_circle {
  bottom: 135px;
  left: 44%;
  width: 24px;
  height: auto;
  opacity: 0.9;
}

.hero_shape.shape_triangle {
  bottom: 20px;
  right: 18%;
  width: 24px;
  height: auto;
  opacity: 0.95;
}

.hero_shape.shape_triangle.shape_triangle_right {
  right: 6%;
}

.hero_container .left_conatiner {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 35px;
  position: relative;
  z-index: 3;
}

.hero_container .left_conatiner h2 {
  background: linear-gradient(96.03deg,
      #ffffff 2.18%,
      #e1217e 35.63%,
      #4f6cff 64.29%,
      #42b9e5 97.74%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 44px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 2%;
}

.hero_container .left_conatiner p {
  max-width: 440px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 25px;
}

.hero_container .left_conatiner .mobile_img {
  display: none;
}

.hero_container .left_conatiner .container_btn {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hero_container .left_conatiner .container_btn button:nth-child(1) {
  background-color: #42B9E5;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  border-radius: 8px;
  padding: 16px 36px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero_container .left_conatiner .container_btn button:nth-child(1):hover {
  background-color: #31a0cb;
  transform: translateY(-2px);
}

.hero_container .left_conatiner .container_btn button:nth-child(2) {
  display: inline-block;
  background-color: transparent;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  border-radius: 8px;
  padding: 15px 32px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero_container .left_conatiner .container_btn button:nth-child(2):hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.hero_container .right_conatiner {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero_container .right_conatiner .dekstop_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero_container .right_conatiner .dekstop_img img {
  max-width: 100%;
  max-height: 480px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.45));
}




/* ==================================== Mobile ==================================== */
@media (max-width: 767px) {

  .hero_container {
    padding: 0 25px;
    flex-direction: column;
    margin: 40px 0;
    min-height: auto;
  }

  .hero_shape {
    display: none;
  }

  .hero_container .left_conatiner {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }

  .hero_container .left_conatiner h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2%;
  }

  .hero_container .left_conatiner p {
    width: 280px;
    line-height: 25px;
  }

  .hero_container .left_conatiner .mobile_img {
    display: block;
  }

  .hero_container .left_conatiner .mobile_img img {
    width: 100%;
  }

  .hero_container .left_conatiner .container_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .hero_container .left_conatiner .container_btn button:nth-child(1) {
    font-weight: 500;
    font-size: 13px;
    padding: 16px 30px;
  }

  .hero_container .left_conatiner .container_btn button:nth-child(2) {
    display: block;
    background: transparent;
    border: 1px solid white;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    border-radius: 10px;
    padding: 16px 30px;
    cursor: pointer;
  }

  .hero_container .right_conatiner {
    display: none;
  }
  
}