#hero {
    background: url(images/hero-bg.png);
    background-size: cover;
    background-position: bottom center;
}



.list-item {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.list-item img {
    width: clamp(2.8rem, 1.45vw, 1.45vw);
    height: clamp(2.8rem, 1.45vw, 1.45vw);
}

.title {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.title img {
    width: clamp(2rem, 1.04vw, 1.04vw);
    height: clamp(2rem, 1.04vw, 1.04vw);
}

#personnal {
    background: url(images/welcome.png);
    background-size: cover;
    background-position: center center;
    position: relative;
}

#personnal .row {
    padding-top: 12.5vw;
    padding-bottom: 9.37vw;
}

#personnal img {
    width: 80%;
    margin: auto;
    display: block;
}

#personnal::after {
    content: '';
    width: clamp(10rem, 9.37vw, 9.37vw);
    height: clamp(10rem, 9.37vw, 9.37vw);
    background-image: url(images/tomato.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -5%;
    right: 5%;
}

#services {
    position: relative;
}

#services::after {
    content: '';
    width: clamp(28.33vw, 28.33vw, 28.33vw);
    aspect-ratio: 544 / 330.2;
    background: url(images/slider-absolute.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -20%;
    right: 5%;
}

.swiper-wrapper {
    align-items: center;
}

.swiper-slide .slide-info {
    display: none;
}

.swiper-slide-active .slide-info {
    display: block;
}

.swiper-slide {
    transform: translateZ(0) scale(.8) !important;
    transition: .3s all;

}

.swiper-slide-active {
    border: .4rem solid #6F874B;
    padding: clamp(1.8rem, 1.30vw, 1.30vw);
    border-radius: clamp(4rem, 2.60vw, 2.60vw);
    transform: translateZ(0) scale(1) !important;
    justify-items: center;

}

.swiper-slide img {
    max-width: 100%;
    aspect-ratio: 152 / 169;
}

.swiper-button-next,
.swiper-button-prev {
    width: clamp(6rem, 4.37vw, 4.37vw);
    height: clamp(6rem, 4.37vw, 4.37vw);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '' !important;
    width: clamp(6rem, 4.37vw, 4.37vw);
    height: clamp(6rem, 4.37vw, 4.37vw);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.swiper-button-next:after {
    background-image: url(images/next.png);
}

.swiper-button-prev:after {
    background-image: url(images/prev.png);
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: -10%;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: -10%;
}
.journey-card{
    background-color: #E0EDCA66;
    border: .1rem solid #C1DB95;
    border-radius: clamp(1.2rem, 0.625vw, 0.625vw);
    overflow: hidden;
    transition: .3s all;
    position: relative;
    height: 100%;

}


.journey-card .info, .journey-card .hover-info{
  position: absolute;
  left: 0;
  right: 0;
  padding: 1rem;
  transition: transform 0.5s ease, opacity 0.5s ease;
  will-change: transform, opacity;
}

.journey-card .info {
  top: 0;
  transform: translateY(0);
  opacity: 1;
  z-index: 2;
  position: relative;
}
.journey-card .hover-info {
  top: 0;
  transform: translateY(-100%);
  opacity: 0;
  z-index: 1;
}
.journey-card:hover .info {
  transform: translateY(100%);
  opacity: 0;
  z-index: 1;
}

.journey-card:hover .hover-info {
  transform: translateY(0);
  opacity: 1;
  z-index: 2;
}

.journey-card .number{
    color: white;
    padding:.5rem;
    background-color: #6F874B;
    border-radius: 1rem;
    display: inline-block;
}
.journey-card .number p{
    line-height: 1;
}
.journey-card img{
    width: clamp(5.6rem, 2.91vw, 2.91vw);
    display: block;
    margin-left: auto;
    position: relative;
    right: -5%;
    top: -5%;
}

#faq{
    background: #FFF5E966;
}
.accordion-item, .accordion-button{
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.accordion-button , .accordion-body{
    padding: 0;
}
.accordion-body{
    margin-top: 1rem;
}
.accordion-button:not(.collapsed){
    color: var(--green1);
}
.accordion-button::after {
    background-image: url(images/arrow-black.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    transform: none;
    width: 24px;
    height: 24px;

}
.accordion-button:not(.collapsed)::after {
    background-image: url(images/arrow-green.png);
    transform: rotate(0);
}

.pricing-card{
    background: #E0EDCA66;
    border-radius: 1.2rem;
    border: .1rem solid #6F874BCC;
    height: 100%;
}
.pricing-list{
    background: #E0EDCA99;
    border: .1rem solid #E0EDCACC;
    border-radius: 1rem;
}
.pricing{
    display: flex;
    align-items: center;
    gap: .4rem;
}



.plan-button{
    width: 100%;
    color: white;
    background: var(--green1);
    display: block;
    border-radius: 100rem;
    text-decoration: none;
    text-align: center;
}
.wrapper{
    background-color: #FFF5E999;
    border-radius: clamp(5rem, 5.20vw, 5.20vw);
    position: relative;
}
.wrapper img{
    max-width: clamp(444.36px, 23.12vw, 23.12vw);
    bottom: 0;
    position: absolute;
    bottom: 0;
    right: 10%;

}
#intouch{
    padding-top: var(--spacing-15);
}






@media screen and (max-width:1200px){
    .pricing-card{
        margin-bottom: 2rem;
        height: unset;
    }
}
@media screen and (max-width:992px) {
    #personnal img {
        width: 50%;
        margin: auto;
        margin-bottom: 2rem;
    }
#intouch{
    padding-top: var(--spacing-0);
}
    .swiper-slide {
        border: .2rem solid #6F874B;
        padding: clamp(1.8rem, 1.30vw, 1.30vw);
        border-radius: clamp(2rem, 2.60vw, 2.60vw);
    }
    .wrapper img{
    max-width: clamp(444.36px, 23.12vw, 23.12vw);
    bottom: 0;
    position: relative;
    bottom: 0;
    right: 0%;

}
.info.p-8{
    padding: 3rem !important;
}
}
@media screen and (max-width:768px) {
      .journey-card .info,
  .journey-card .hover-info {
    position: relative !important; /* override absolute */
    transform: none !important;
    opacity: 1 !important;
    top: auto !important;
    z-index: auto !important;
    transition: none !important;
    padding: 1rem 1rem 0 1rem; /* spacing if needed */
  }

  .journey-card .hover-info {
    margin-top: 1rem; /* spacing below info */
  }

  /* Remove hover effect */
  .journey-card:hover .info,
  .journey-card:hover .hover-info {
    transform: none !important;
    opacity: 1 !important;
  }
  .journey-card .info img{
    display: none;
  }
    .journey-card .hover-info{
        padding-top: 0 !important;
    }

}
@media screen and (max-width:640px){
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 0;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 0;
}
}