.hero h1 {
  font-size: 2.8rem;
}
.hero .hero-image {
  padding-bottom: 1%;
}
.hero .hero-card {
  bottom: 0;
  width: 60%;
}
.hero .rounded {
  border-radius: 1rem !important;
}
.hero .icon {
  padding: 0;
}
.hero .icon img {
  width: 4rem;
}

.info .card {
  transition: all 0.3s 0s ease-in-out;
  width: 100%;
  aspect-ratio: 1;
  border: 0;
  padding: 25% 8% 5% 8%;
  position: relative;
  background-color: transparent;
}
@media screen and (min-width: 1280px) {
  .info .card {
    padding: 20% 8% 5% 8%;
  }
}
.info .card::before {
  background: url(../images/card-bg-white.svg) no-repeat center top/100%;
  transition: all 0.3s 0s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 115%;
  height: 100%;
  z-index: -1;
}
.info .card:hover::before {
  background: url(../images/card-bg.svg) no-repeat center top/100%;
}
.info .card:hover p {
  color: #fff;
}
.info .card h3 {
  color: var(--green-color);
  font-size: 1.4rem;
}
.info .slab-text {
  pointer-events: none;
  font-size: 1.2rem;
}
.info .slab-text span {
  display: block;
  clear: both;
  font-weight: 400;
  overflow: hidden;
  height: 1.1em;
}

.green-color-bg:hover, .green-color-bg.active {
  background-color: #29149c !important;
}

#partners-tabContent img {
  height: 80px;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#partners-tabContent .tab-pane .swiper-wrapper {
  transition-timing-function: linear !important;
}
#partners-tabContent .tab-pane .swiper {
  transform: translateY(15px);
  transition: all 0.3s 0s ease-in-out;
  opacity: 0;
  border-radius: 15px;
}
#partners-tabContent .tab-pane.active .swiper {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.3s 0s ease-in-out;
  border-radius: 15px;
}
#partners-tabContent .tab-pane .swiper-button-prev, #partners-tabContent .tab-pane .swiper-button-next {
  color: #00B04E;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.3s 0s ease-in-out;
}
#partners-tabContent .swiper:hover .swiper-button-prev, #partners-tabContent .swiper:hover .swiper-button-next {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s 0s ease-in-out;
}

#servicesCarousel {
  padding-right: 40px;
}
#servicesCarousel .cards-swiper-button-next {
  right: 0px;
}
#servicesCarousel h5 {
  font-size: 1rem;
}
#servicesCarousel .swiper-wrapper {
  display: flex;
  align-items: stretch;
  height: 100%;
}
#servicesCarousel .swiper-slide {
  padding: 10px;
}
#servicesCarousel .swiper {
  border-radius: 20px;
  /* Enable mask */
  mask-image: linear-gradient(to right, black 0%, black 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 0%, black 85%, transparent 100%);
  /* Fallback for browsers that don't support mask */
}
@supports not ((-webkit-mask-image: linear-gradient(to right, black, transparent)) or (mask-image: linear-gradient(to right, black, transparent))) {
  #servicesCarousel .swiper {
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  #servicesCarousel .swiper {
    max-width: 150%;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  #servicesCarousel .swiper-slide {
    min-height: 130px;
  }
}

#video-guides .tab-item {
  cursor: pointer;
  padding: 0px 0;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
  max-height: 100px;
}
@media screen and (max-width: 768px) {
  #video-guides .tab-item {
    max-height: 50px;
  }
}
#video-guides .tab-item.active {
  background-color: #fff;
}
#video-guides .tab-indicator {
  min-width: 12px;
  margin-right: 20px;
  opacity: 0.1;
  overflow: hidden;
  transition: all 0.3s ease;
}
#video-guides .tab-item.active .tab-indicator {
  opacity: 1;
}
#video-guides .indicator-top {
  height: 50px;
  width: 4px;
  background: #29149c;
  border-radius: 2px 2px 0 0;
}
#video-guides .indicator-bottom {
  height: 150px;
  width: 4px;
  background: #00b04e;
  border-radius: 0 0 2px 2px;
}
#video-guides .tab-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.8rem;
}

.process .process-container {
  position: relative;
}
.process .sticky-section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
}
.process .sticky-section.active {
  opacity: 1;
  z-index: 2;
}
.process .step-card {
  background: white;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.process .content-section {
  position: relative;
  z-index: 10;
  padding: 100vh 20px 20px;
  max-width: 900px;
  margin: 0 auto;
  background: white;
}
.process .progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
  z-index: 1000;
  width: 0%;
}
.process .step-indicator {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1000;
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}/*# sourceMappingURL=home.css.map */