section {
  padding: 0 2rem;
  width: 100%;
  margin-bottom: 3rem;
}
.headerNew a {
  color: white;
}

.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(/images/websiteV3/rider/introrider.jpg);
  padding-top: 12rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 50rem;
  position: relative;
  color: white;
}

.intro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 50rem;
  z-index: 1;
  pointer-events: none;
}

.introTxt {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: 6rem;
}

.txtBg {
  background-color: #984CFF;
  padding: 8px;
  margin: 1.5rem 0;
}

.benfit {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.benfit img {
  width: 4rem;
  height: 2.5rem;
}

.swiper-slide {
  margin-top: 5rem !important;
}

.swiper {
  max-width: 73.7%;
}

.swiper-slide {
  margin-top: 5rem !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
  margin-bottom: 10px !important;
  margin: 5rem 0.6rem 0.6rem 0.6rem;
}

.swiper-button-next,
.swiper-button-prev {

  top: 2rem;
}

/* Ensure Swiper in RTL mode works smoothly */
[lang="ar"] .swiper {
  direction: rtl !important;
}

/* Force proper row-reverse direction */
[lang="ar"] .swiper-wrapper {
  flex-direction: row-reverse !important;
}

/* Fix navigation buttons for RTL */
[lang="ar"] .swiper-button-next {
  left: 10px !important;
  right: auto !important;
  transform: rotate(180deg);
}

[lang="ar"] .swiper-button-prev {
  right: 10px !important;
  left: auto !important;
  transform: rotate(180deg);
}


.arrowCont {
  color: #984CFF;
}

.arrowCont i {
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}

.card {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  box-shadow: 0px 4px 20px 0px #984CFF30;
  border: none;
  border-radius: 24px;
  margin-bottom: 2rem;
}

.card img {
  width: 100%;
  height: 100%;
}

.cardCont {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

.carTitle {
  color: #984CFF;
  padding: 0.5rem 2rem;
  background: rgba(152, 76, 255, 0.15);
  border-radius: 4rem;
}

.benfit h2 {
  text-align: center;
}
.benfit>p {
  width: 50%;
  text-align: center;
  margin-bottom: 3rem;
}

.arrowCont {
  color: #984CFF;
}

.arrowCont i {
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}

.infoImgCont {
  position: relative;
  display: inline-block;
  margin-left: unset;
}

.infoImg {
  width: 20rem;
  height: 16rem;
  border-radius: 8px;
  object-fit: cover;
  object-position: top;
}

.info {
  background-image: url(/images/websiteV3/driver/zedArrowAr.png);
  background-repeat: no-repeat;
  height: 38rem;
  align-items: center;
  background-position: top right;
  flex-direction: column;
  background-size: 350px 400px;
  justify-content: center;

}

.infoTxt {
  width: 100%;
  justify-content: center;
  margin-top: 3rem;

}

.infoTxt h3,
.infoTxt p {
  margin-bottom: 2rem;
}


.pinkCont {
  background-image: url(/images/websiteV3/driver/zedArrow.png);
  background-repeat: no-repeat;
  height: 42rem;
  align-items: center;
  /* background-position: left;
  margin-bottom: 0; */
  background-position: top left;
  margin-bottom: 0;
  background-size: 350px 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pink{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.pinkTxt {
  width: 100%;
  justify-content: center;
  margin-top: 1rem;
}

.pinkTxt h3,
.pinkTxt p {
  margin-bottom: 3rem;
}


.purplebtn {
  align-self: center;
  background-color: #984CFF;
  border-radius: 3rem;
  color: white;
  width: auto;
  padding: 0 1rem;
  margin-bottom: 7rem;
}

.pink img {
  margin-right: unset;
}

/* Position Swiper Buttons */
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  /* Make the buttons small */
  height: 40px;
  background: rgba(217, 217, 217, 1);
  /* Background color */
  border-radius: 50%;
  /* Make it circular */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* Light shadow */
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(152, 76, 255, 1);
}

/* Style the arrows */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
  /* Adjust icon size */
  color: white;
  /* Pink color for arrows */
}

/* Positioning */
.swiper-button-next {
  right: 10px;
  /* Adjust to match design */
}

.swiper-button-prev {
  left: auto;
  right: 60px;
  /* Place close to next button */
}

/* Hide buttons on mobile */
@media (max-width: 768px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
}


@media (min-width: 768px) {
  section {
      padding: 0 5rem;
      margin-bottom: 7rem;
  }
  .cardCont {
      flex-direction: row;
      justify-content: space-between ;
  }
  .card{
      width:20rem;
      margin-right: 1rem;
      margin-bottom: unset;
  }
  .info {

      flex-direction: row;
      background-size: unset;
      justify-content: unset;
      height: 56rem;
  }
  .infoTxt {
      width: 35%;
  }
  .infoImg {
      width: 38rem;
      height: 37rem;
  }
  .infoTxt {
      margin-top: 1rem;
  }
  
  .infoTxt h3,
  .infoTxt p {
      margin-bottom: 3rem;
  }
  .infoImgCont {
      margin-left: 9rem;
  }
  .info2 img {
      width: 60%;
  }
  .pinkCont {
    height: 56rem;
    background-size: unset;
    flex-direction: row;
  }
  .pink {
      flex-direction: row;
      height: 56rem;
      background-size: unset;
  }
  .pink img {
      margin-right: 6rem;
  }
  .pinkTxt {
      width: 50%;
  }
  .pinkTxt h1{
      font-size: 100px;
  }

}

@media (min-width: 1024px) {
}
@media only screen and (min-width: 1365px) {
 
}
@media only screen and (min-width: 1500px) {

}
@media only screen and (min-width: 1700px) {
 
 
}
@media (min-width: 2049px) {
}