.success-stories-carousel .pxl-swiper-container {
  height: 720px;
  padding: 0 24px;
  margin: 0;
}

.success-stories-carousel .pxl-swiper-container .pxl-swiper-wrapper {
  transform: none !important;
}

.success-stories-carousel .pxl-swiper-slide {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  transition: opacity 1s ease, visibility 1s ease;
}

.success-stories-carousel .pxl-swiper-slide.active {
  opacity: 1;
  visibility: visible;
}

.success-stories-carousel
  .elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 0;
}

.success-stories-carousel .pxl-post--inner::before,
.success-stories-carousel .pxl-post--inner::after {
  content: none;
}

.success-stories-carousel .pxl-post--inner {
  height: 100%;
  background-size: 100% 100%;
  background-position: right;
  background-repeat: no-repeat;
  padding: 0;
  text-align: left;
  position: static;
  border-radius: 24px;
  overflow: hidden;
  background-image: none !important;
}

.success-stories-carousel .pxl-post--inner .pxl-post--holder {
  height: 100%;
  width: 100%;
      border-radius: 24px;
    position: relative;
}
.success-stories-carousel .pxl-post--inner .pxl-post--holder .carousel-img{
    position: absolute;
    right: 0;
    height: 100%;
    width: 34%;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.success-stories-carousel .pxl-post--inner:hover .pxl-meta-top {
  transform: none;
}

.success-stories-carousel .pxl-post--inner .pxl-meta-top {
  transform: none;
  background-color: #1c2534;
  width: 66%;
  position: static;
  height: 100%;
  padding: 64px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.success-stories-carousel .pxl-post--inner .pxl-meta-top .slide-number {
  display: inline-block;
  width: fit-content;
  background: -webkit-linear-gradient(0deg, #98d149, #03559a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Host Grotesk;
  font-weight: 600;
  font-size: 64px;
  line-height: 45px;
}

.success-stories-carousel .pxl-post--inner .pxl-post--content {
  position: absolute;
  left: 33%;
  top: 0;
  width: 33%;
  z-index: 3;
  height: 100%;
  background-color: #98d149;
  padding: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1c2534;
}

.success-stories-carousel .pxl-post--inner .pxl-post--title,
.success-stories-carousel .pxl-post--inner .meta-bottom {
  display: none;
}

.success-stories-carousel .pxl-post--inner .pxl-post--category {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.success-stories-carousel .pxl-post--inner .pxl-post--category .tag {
  padding: 4px 16px;
  margin: 0;
  border-radius: 9999px;
  background-color: #3e4b5e;
  width: fit-content;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.success-stories-carousel .pxl-post--inner .pxl-post--category img {
  height: 70px;
  max-width: 35%;
  width: fit-content;
  display: block;
}

.success-stories-carousel .pxl-post--inner .btn-readmore {
  margin-top: 0;
}

.success-stories-carousel .pxl-post--inner .btn-readmore a {
  position: relative;
  z-index: 1;
  border-radius: 12px !important;
  background: transparent;
  color: #ffffff;
  height: 48px;
  border: none;
  padding: 16px 24px;
  width: fit-content;
  display: flex;
  gap: 8px;
  align-items: center;
}

.success-stories-carousel .pxl-post--inner .btn-readmore a:hover {
  transform: none;
}

.success-stories-carousel .pxl-post--inner .btn-readmore a::before {
  content: "Află mai multe";
  font-family: Host Grotesk;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}

.success-stories-carousel .pxl-post--inner .btn-readmore a::after,
.success-stories-carousel .pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow-prev::after,
.success-stories-carousel .pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow-next::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1.25px;
  background: linear-gradient(to right, #98d149, #03559a);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.success-stories-carousel .pxl-post--inner .btn-readmore a .fa-arrow-right:before,
.success-stories-carousel .pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow-prev i::before,
.success-stories-carousel .pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow-next i::before {
  content: url(/wp-content/uploads/2025/04/Frame-30.svg);
  width: 24px;
  height: 24px;
  display: block;
}

.success-stories-carousel .pxl-swiper-arrow-wrap.style-1 {
  margin-top: 24px;
  gap: 32px;
}

.success-stories-carousel .pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow {
  position: relative;
  left: 0;
  right: 0;
  transform: none;
  opacity: 1;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1300px) {
    .success-stories-carousel .pxl-swiper-container{
        height: 580px;
    }
}

@media screen and (max-width: 1200px) {
  .success-stories-carousel .pxl-post--inner .pxl-meta-top {
    padding: 64px 24px;
  }
}

@media screen and (max-width: 1024px) {
  .success-stories-carousel .pxl-swiper-container {
    height: 900px;
  }

  .success-stories-carousel .pxl-post--inner {
    background-size: 100% 50%;
    background-position: bottom;
  }

  .success-stories-carousel .pxl-post--inner .pxl-meta-top {
    height: 50%;
    width: 100%;
  }

  .success-stories-carousel .pxl-post--inner .pxl-post--content {
    left: 50%;
    width: 50%;
    height: 50%;
    border-top-right-radius: 24px;
  }
  
  .success-stories-carousel .pxl-post--inner .pxl-post--holder .carousel-img{
          right: initial;
    left: 0;
    top: 50%;
    height: 50%;
    width: 100%;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
}

@media screen and (max-width: 768px) {
  .success-stories-carousel .pxl-swiper-container {
    height: 1200px;
  }

  .success-stories-carousel .pxl-post--inner {
    background-size: 100% 34%;
    background-position: bottom;
  }

  .success-stories-carousel .pxl-post--inner .pxl-meta-top {
    height: 33%;
    width: 100%;
  }

  .success-stories-carousel .pxl-post--inner .pxl-post--content {
    left: 0;
    top: 33%;
    width: 100%;
    height: 33%;
    border-top-right-radius: 0;
  }
  .success-stories-carousel .pxl-post--inner .pxl-post--holder .carousel-img{
       top: 66%;
  }
  .section-location iframe{
      
  }
}

