/* Success Stories Component CSS */

/* Container */
.container-1560 {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 50px;
}

.bg-image-lines:before {
    content: '';
    position: absolute;
    left: 0;
    top: -39%;
    width: 100vw;
    max-width: 100%;
    height: 48.854vw;
    background-image: url(../assets/images/success-stories/whitebgltr.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1
}
.jit-hwdi.bg-image-lines:before {
    height: 100%;
    background-position: left center;
    top: -10%;
    width: 100%;
}

.bg-image-lines-top-none:before {
    height: 48.854vw;
    background-size: contain
}

/* Section Styles */
.bg-image-lines {
  position: relative;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.position-relative {
  position: relative;
}

/* Flexbox Utilities */
.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-space-between {
  justify-content: space-between;
}

.ml-auto {
  margin-left: auto;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Typography */
.fa-90 {
  font-size: 90px;
}

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

.fa-16 {
  font-size: 16px;
}

.fa-43 {
  font-size: 43px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.font-weight-bolder {
  font-weight: bolder;
}

.w-50 {
  width: 50%;
}

.max-w-924 {
  max-width: 924px;
}

.color-yellow {
  color: #f8a401;
}

/* Slider Buttons */
.buttons-slider {
  gap: 10px;
}

.btn-slider {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.btn-slider-green {
  background: var(--Brand-Color, linear-gradient(90deg, #ffb545 0%, #fdc82a 100%)) !important;
  color: #fff;
  border-radius: 25px;
  padding: 12px 24px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.btn-slider:hover {
  background: #218838;
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.btn-slider i {
  font-size: 12px;
}

/* Slider Styles */
.slider-mobile {
  width: 100%;
  overflow: hidden;
}

.item-image {
  padding: 0 10px;
}

.item-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 991px) {
  .sm-responsive-change {
    flex-direction: column;
    text-align: center;
  }

  .fa-90 {
    font-size: 50px;
  }

  .w-50 {
    width: 100%;
  }

  /* .pt-50 {
    padding-top: 50px;
  } */
}

@media (max-width: 767px) {
  .fa-90 {
    font-size: 36px;
  }

  .fa-20 {
    font-size: 16px !important;
  }

  .fa-16 {
    font-size: 10px;
  }

  .fa-43 {
    font-size: 26px;
  }

  .slider-mobile-btn {
    margin: 0 auto;
  }
}
