#our-solutions .s1 .bg-img {
  background-image: url(/i/solutions-hero-img-parallax.jpg);
}

#our-solutions .s1 .top h2 {
  max-width: 865px;
  margin: 0 auto;
}

#our-solutions .s2 {
  position: relative;
  overflow: hidden;
}

#our-solutions .s2 .container {
  position: relative;
  z-index: 1;
}

#our-solutions .s2 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  pointer-events: none;
  user-select: none;
}

#our-solutions .s2 .top h2 {
  max-width: 760px;
}

#our-solutions .s2 .top .line {
  width: 0;
  height: 1px;
  background-color: rgba(6, 81, 51, 0.4);
  margin: 2rem 0;
}

#our-solutions .s2 .top .two-col p {
  width: 100%;
  max-width: 570px;
  margin-left: auto;
}

#our-solutions .s3 {
  position: relative;
  overflow: hidden;
}

#our-solutions .s3 .intro {
  padding: 7.5rem 1rem 4rem 1rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

#our-solutions .s3 .intro h2 {
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
}

#our-solutions .s3 .intro p {
  max-width: 570px;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
}

#our-solutions .s3 .center {
  text-align: center;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 1;
  position: relative;
}

#our-solutions .s3 .center h2 {
  color: #fff;
}

#our-solutions .s3 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#our-solutions .s3 .box {
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  position: relative;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#our-solutions .s3 .box + .box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

#our-solutions .s3 .box:nth-child(4)::before {
  display: none;
}

#our-solutions .s3 .label {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(14px);
  max-width: 454px;
}

#our-solutions .s3 .plx-bg {
  background: url(/i/we-provide.jpg) no-repeat center/cover;
}

#our-solutions .s4 .container {
  border-bottom: 1px solid rgba(1, 92, 57, 0.3);
}

#our-solutions .s4 .top {
  margin: 7.5rem 0;
  border-radius: 24px;
  background: linear-gradient(54deg, #065133 21.39%, #0A3B11 93.58%), #F22;
  overflow: hidden;
  position: relative;
  height: 544px;
}

#our-solutions .s4 .top h3 {
  color: #fff;
  max-width: 920px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
}

#our-solutions .s4 .top h3 span {
  font-weight: 500;
}

#our-solutions .s4 .bottom {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

#our-solutions .s4 .bottom p {
  max-width: 820px;
}

#our-solutions .s5 {
  padding: 4rem 0 6rem 0;
  overflow: hidden;
}

#our-solutions .s5 .top {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}

#our-solutions .s5 .left {
  flex: 0 0 40%;
  padding-left: max(1rem, calc((100vw - 1470px) / 2));
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 13rem;
}

#our-solutions .s5 .left .wrap {
  width: 100%;
  max-width: 528px;
  margin-left: auto;
}

#our-solutions .s5 .left p {
  font-size: 1.5rem;
  color: #065133;
  line-height: 1.4;
  max-width: 375px;
}

#our-solutions .s5 .arrows {
  display: flex;
  gap: 1rem;
  z-index: 10;
  position: relative;
}

#our-solutions .s5 .arrows button {
  display: block;
  width: 80px;
  height: 80px;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .3s ease;
}

#our-solutions .s5 .arrows .prev {
  background: url(/i/svg/left-arrow.svg) no-repeat center/contain;
}

#our-solutions .s5 .arrows .prev:hover {
  background-image: url(/i/svg/last-hover.svg);
}

#our-solutions .s5 .arrows .next {
  background: url(/i/svg/right-arrow.svg) no-repeat center/contain;
}

#our-solutions .s5 .arrows .next:hover {
  background-image: url(/i/svg/next-hover.svg);
}

#our-solutions .s5 .right {
  flex: 0 0 60%;
  overflow: hidden;
}

#our-solutions .s5 .right .wrap {
  display: none;
}

#our-solutions .s5 .right .wrap p {
  font-size: 1.5rem;
  color: #065133;
  line-height: 1.4;
  max-width: 700px;
  margin-bottom: 2rem;
}

#our-solutions .s5 .swiper {
  overflow: visible;
}

#our-solutions .s5 .swiper .swiper-slide {
  width: 530px;
  height: 444px;
}

#our-solutions .s5 .swiper .swiper-slide.swiper-slide-active .slide-img {
  opacity: 1;
}

#our-solutions .s5 .swiper .swiper-slide.swiper-slide-active .slide p {
  color: #fff !important;
}

#our-solutions .s5 .swiper .slide {
  position: relative;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #065133;
}

#our-solutions .s5 .swiper .slide .slide-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
}

#our-solutions .s5 .swiper .slide p {
  width: calc(100% - 4rem);
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #065133;
  font-size: 1.5rem;
  transition: color .5s ease;
}

#our-solutions .s5 .swiper .slide1 {
  background-image: url(/i/slide1.jpg);
}

#our-solutions .s5 .swiper .slide2 {
  background-image: url(/i/logistic-thumbnail.jpg);
}

#our-solutions .s5 .swiper .slide3 {
  background-image: url(/i/logistic-thumbnail-1.jpg);
}

#our-solutions .s5 .swiper .slide4 {
  background-image: url(/i/logistic-thumbnail-2.jpg);
}

#our-solutions .s5 .swiper .slide5 {
  background-image: url(/i/logistic-thumbnail-3.jpg);
}

#our-solutions .s5 .swiper .slide6 {
  background-image: url(/i/logistic-thumbnail.png);
}

#our-solutions .s5 .plx-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 545px;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  margin: 4rem auto 0 auto;
}

#our-solutions .s5 .plx-container .plx-wrap {
  overflow: visible;
}

#our-solutions .s5 .plx-bg {
  background: url(/i/our-credit-bg-img-parallax.jpg) no-repeat center/cover;
}

#our-solutions .s5 .plx-content p {
  width: calc(100% - 2rem);
  font-size: 2rem;
  max-width: 890px;
  margin: 0 auto;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  z-index: 2;
}

#our-solutions .s6 {
  position: relative;
  overflow: hidden;
  background: #031D13;
}

#our-solutions .s6 .container {
  position: relative;
  z-index: 1;
}

#our-solutions .s6 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  pointer-events: none;
  user-select: none;
}

#our-solutions .s6 .top {
  text-align: center;
}

#our-solutions .s6 .top h2, #our-solutions .s6 .top p {
  color: #fff;
}

#our-solutions .s6 .top h2 {
  margin-bottom: 2rem;
}

#our-solutions .s6 .top p {
  max-width: 575px;
  margin: 0 auto;
  opacity: 0.7;
}

#our-solutions .s6 .bottom {
  display: flex;
  gap: 1rem;
  margin-top: 4rem;
}

#our-solutions .s6 .bottom .box {
  flex: 1;
  height: 475px;
  border-radius: 24px;
  background: linear-gradient(54deg, #065133 21.39%, #0A3B11 93.58%), #F22;
  overflow: hidden;
  cursor: pointer;
  transition: border-radius 0.5s ease;
  position: relative;
}

#our-solutions .s6 .bottom .box:hover {
  border-radius: 50%;
}

#our-solutions .s6 .bottom .box-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

#our-solutions .s6 .bottom .box-inner img {
  width: 52px;
  height: 52px;
  margin-bottom: 1.5rem;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#our-solutions .s6 .bottom .box-inner h4 {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#our-solutions .s6 .bottom .box-inner p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
  position: absolute;
  padding: 2rem;
}

#our-solutions .s6 .bottom .box:hover .box-inner img {
  opacity: 0;
  transform: translateY(-10px);
}

#our-solutions .s6 .bottom .box:hover .box-inner h4 {
  opacity: 0;
  transform: translateY(-10px);
}

#our-solutions .s6 .bottom .box:hover .box-inner p {
  opacity: 1;
  transform: translateY(0);
}

#our-solutions .s7 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 545px;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  margin: 7.5rem auto;
}

#our-solutions .s7 .plx-wrap {
  overflow: visible;
}

#our-solutions .plx-bg {
  background: url(/i/engagement-bg-img-parallax.jpg) no-repeat center/cover;
}

#our-solutions .plx-content p {
  width: calc(100% - 2rem);
  font-size: 2rem;
  max-width: 733px;
  margin: 0 auto;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  z-index: 2;
}

@media screen and (max-width: 1300px) {
  #our-solutions .s6 .bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #our-solutions .s6 .bottom .box {
    width: 450px;
    height: 450px;
    flex-shrink: 0;
    flex: auto;
  }
}

@media screen and (max-width: 1100px) {
  #our-solutions .s2 .top h2 {
    max-width: 650px;
  }
  #our-solutions .s3 .intro {
    flex-direction: column;
  }
  #our-solutions .s3 .intro p {
    max-width: none;
  }
  #our-solutions .s3 .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #our-solutions .s3 .box:nth-child(2n+1)::before {
    display: none;
  }
  #our-solutions .s3 .box:nth-child(4)::before {
    display: block;
  }
  #our-solutions .s5 .top {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 3rem;
    gap: 3rem;
  }
  #our-solutions .s5 .left {
    gap: 0;
    padding: 0 1rem;
  }
  #our-solutions .s5 .left p {
    display: none;
  }
  #our-solutions .s5 .right {
    margin-left: 1rem;
    overflow: visible;
    width: 100%;
  }
  #our-solutions .s5 .right .wrap {
    display: block;
  }
  #our-solutions .s5 .plx-container {
    height: 500px;
  }
  #our-solutions .s7 {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  #our-solutions .s2 .top .line {
    margin: 1.5rem 0;
  }
  #our-solutions .s3 .center {
    padding: 2.5rem 1rem;
  }
  #our-solutions .s3 .center h2 {
    text-align: left;
  }
  #our-solutions .s3 .intro {
    padding: 5rem 0 3rem 0;
  }
  #our-solutions .s3 .grid {
    grid-template-columns: 1fr;
  }
  #our-solutions .s3 .box {
    height: auto;
    padding: 1.5rem 1rem;
  }
  #our-solutions .s3 .box::before {
    display: none;
  }
  #our-solutions .s3 .box.box-intro p {
    font-size: 1.2rem;
  }
  #our-solutions .s3 .label {
    font-size: 1rem;
  }
  #our-solutions .s4 .top {
    margin: 5rem 0;
    height: 450px;
    border-radius: 20px;
  }
  #our-solutions .s4 .top h3 {
    transform: translate(-50%, -50%) !important;
  }
  #our-solutions .s4 .bottom {
    flex-direction: column;
  }
  #our-solutions .s4 .bottom p {
    max-width: none;
  }
  #our-solutions .s5 {
    padding-bottom: 5rem;
  }
  #our-solutions .s5 .arrows button {
    width: 50px;
    height: 50px;
  }
  #our-solutions .s5 .right {
    margin: 0 1rem;
  }
  #our-solutions .s5 .right .wrap p {
    max-width: 350px;
  }
  #our-solutions .s5 .right .swiper .swiper-slide {
    width: 300px;
    height: 320px;
  }
  #our-solutions .s5 .right .swiper .slide p {
    width: calc(100% - 2rem);
    font-size: 1.2rem;
  }
  #our-solutions .s5 .plx-container {
    height: 450px;
    border-radius: 20px;
  }
  #our-solutions .s5 .plx-container .plx-content p {
    font-size: 1.3rem;
  }
  #our-solutions .s6 .circle {
    top: 15%;
  }
  #our-solutions .s6 .bottom .box-inner {
    padding: 2rem 1rem;
  }
  #our-solutions .s6 .bottom .box-inner img {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
  }
  #our-solutions .s6 .bottom .box {
    width: 320px;
    height: 320px;
  }
  #our-solutions .s6 .bottom .box h4 {
    font-size: 0.9rem;
  }
  #our-solutions .s6 .bottom .box p {
    font-size: 1rem;
    padding: 2rem 1rem;
  }
  #our-solutions .s7 {
    height: 450px;
    margin: 5rem auto;
    border-radius: 20px;
  }
  #our-solutions .s7 .plx-content p {
    font-size: 1.3rem;
  }
}
