.Why-choose-sec {
  padding: 90px 0;
  overflow: hidden;
  background-image: url(../images/whychoose-bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.Why-choose-sec::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(48, 56, 27, 0.716) 0%, rgba(26, 26, 26, 1) 77%);
}

.Why-choose-sec .info-wrap {
  width: min(1200px, 92%);
  margin: auto;
  position: relative;
  z-index: 10;
}

.Why-choose-sec .info-head {
  margin-bottom: 55px;
}

.Why-choose-sec .info-head h5 {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: #c4f660;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.Why-choose-sec .info-head h2 {
  font-size: 40px;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 18px;
  font-size: bold;
  position: relative;
}

.Why-choose-sec .info-head h2 span {
  background: linear-gradient(90deg, #abd21f, #f7e306, #2f3f01);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: bold;
  position: relative;
}

.Why-choose-sec .info-head h2 span::before {
  content: "";
  position: absolute;
  right: -270px;
  bottom: -30px;
  background-image: url(../images/growth.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 75px;
}

.Why-choose-sec .info-head p {
  width: min(650px, 100%);
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
}

.Why-choose-sec .info-timeline {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
}

.Why-choose-sec .info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: center;
}

.Why-choose-sec .info-card {
  position: relative;
  padding: 20px 28px;
  border-radius: 28px;
  background: #171717;
  border: 1px solid #ffffff10;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  max-height: 160px;
  min-height: 140px;
}

.Why-choose-sec .info-card h3 {
  padding-left: 40px;
  margin: 0 0 10px;
  font-size: 22px;
  color: #fff;
}

.Why-choose-sec .info-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #fffffff6;
  padding-top: 10px;
}

.Why-choose-sec .info-step {
  position: absolute;
  top: 20px;
  left: 13px;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 18px;
}

.Why-choose-sec .info-card.green {
  background: #c4f6600f;
  border: 1px solid #c4f66033;
}

.Why-choose-sec .info-card.green .info-step {
  background: #c4f660;
  color: #111;
}

.Why-choose-sec .info-card.dark {
  background: #141414;
}

.Why-choose-sec .info-card.dark .info-step {
  background: #0b0b0b;
  color: #c4f660;
  border: 1px solid #c4f66044;
}

.Why-choose-sec .info-center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.Why-choose-sec .info-imgBox {
  width: 420px;
  height: 260px;
  border-radius: 30px;
  background: #0b0b0b;
  border: 1px solid #ffffff12;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
}

.Why-choose-sec .info-imgBox::after {
  content: "";
  position: absolute;
  inset: -60%;
  background: radial-gradient(circle, #c4f66033, transparent 60%);
  filter: blur(45px);
  opacity: 0.75;
}

.Why-choose-sec .info-imgBox img {
  width: 75%;
  height: auto;
  position: relative;
  z-index: 2;
  object-fit: contain;
}

.Why-choose-sec .info-row:first-child .info-card.left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  width: 35px;
  border-top: 2px dashed #c4f66055;
}

.Why-choose-sec .info-row:first-child .info-card.right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  width: 35px;
  border-top: 2px dashed #c4f66055;
}

.Why-choose-sec .info-row:last-child .info-card.left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  width: 35px;
  border-top: 2px dashed #c4f66055;
}

.Why-choose-sec .info-row:last-child .info-card.right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  width: 35px;
  border-top: 2px dashed #c4f66055;
}

.Why-choose-sec .info-row:first-child .info-card.left {
  transform: translateY(-18px);
}

.Why-choose-sec .info-row:first-child .info-card.right {
  transform: translateY(18px);
}

.Why-choose-sec .info-row:last-child .info-card.left {
  transform: translateY(18px);
}

.Why-choose-sec .info-row:last-child .info-card.right {
  transform: translateY(-18px);
}

.Why-choose-sec .info-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.30;
}


.Why-choose-sec .info-particles::before {
  content: "";
  position: absolute;
  inset: -200px;
  background-image: radial-gradient(#c4f660ca 1px, transparent 1px);
  background-size: 26px 26px;
  animation: infoDotsMove 18s linear infinite;
  filter: blur(0.9px);
}

.Why-choose-sec .info-particles::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 35%, rgba(196, 246, 96, 0.18), transparent 60%);
  filter: blur(22px);
}


@keyframes infoDotsMove {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-140px, 160px, 0);
  }
}

.Why-choose-sec.info-imgBox {
  width: 600px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #111;
  border: 2px solid rgba(196, 246, 96, 0.35);
  box-shadow: 0 0 35px rgba(196, 246, 96, 0.18);
}

.Why-choose-sec .info-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.Why-choose-sec .wh_btoombox {
  margin-top: 50px;
  background-color: #c4f660;
  padding: 10px 20px;
  border-radius: 10px;
}

.Why-choose-sec .wh_btoombox p {
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  font-weight: 600;
text-align:justify;
}






/********** Responsive start *******/
@media (min-width:1200px) and (max-width:1399px) {
  .Why-choose-sec .info-wrap {
    width: min(1200px, 80%);
  }

  .Why-choose-sec .info-head h5 {
    font-size: 16px;
  }

  .Why-choose-sec .info-head h2 {
    font-size: 32px;
  }

  .Why-choose-sec .info-head h2 span::before {
    right: -231px;
    bottom: -9px;
    height: 57px;
  }

  .Why-choose-sec .info-card h3 {
    padding-left: 40px;
  }

  .Why-choose-sec .info-card p {
    font-size: 16px;
  }

  .Why-choose-sec .info-imgBox {
    width: 505px;
    height: 255px;
  }

  .Why-choose-sec .wh_btoombox p {
    font-size: 15px;
  }
}

@media (min-width:1700px) and (max-width:3000px) {
  .Why-choose-sec .info-wrap {
    width: min(1400px, 92%);
  }

  .Why-choose-sec .info-head h2 {
    font-size: 44px;
  }

  .Why-choose-sec .info-head h2 span::before {
    right: -311px;
    bottom: -11px;
  }

  .Why-choose-sec .info-card h3 {
    font-size: 25px;
  }

  .Why-choose-sec .info-card p {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #fffffff6;
    padding-top: 10px;
  }

  .Why-choose-sec .info-imgBox {
    width: 521px;
  }

  .Why-choose-sec .info-card p {
    padding-bottom: 10px;
  }

  .Why-choose-sec .info-card {
    max-height: 170px;
    min-height: 150px;
  }

  .Why-choose-sec .wh_btoombox p {
    font-size: 20px;
  }
}

@media(max-width: 992px) {
  .Why-choose-sec .info-head h2 {
    font-size: 40px;
  }

  .Why-choose-sec .info-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .Why-choose-sec .info-imgBox {
    width: min(420px, 100%);
    height: 240px;
  }

  .Why-choose-sec .info-row .info-card::after,
  .Why-choose-sec .info-row .info-card::before {
    display: none;
  }
}

/* ========== MOBILE & TABLET RESPONSIVE - WHY CHOOSE SECTION ========== */

@media (max-width: 767px) {
  .Why-choose-sec {
    padding: 50px 0 !important;
  }

  .Why-choose-sec .info-wrap {
    width: 95% !important;
    padding: 0 10px;
  }

  .Why-choose-sec .info-head {
    margin-bottom: 35px !important;
    text-align: center;
  }

  .Why-choose-sec .info-head h5 {
    font-size: 16px !important;
    padding: 8px 15px !important;
    display: inline-block;
  }

  .Why-choose-sec .info-head h2 {
    font-size: 28px !important;
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
  }

  .Why-choose-sec .info-head h2 span::before {
    display: none !important;
  }

  .Why-choose-sec .info-timeline {
    gap: 20px !important;
  }

  .Why-choose-sec .info-row {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }

  .Why-choose-sec .info-card {
    padding: 20px 20px !important;
    min-height: auto !important;
    max-height: none !important;
    text-align: center !important;
  }

  .Why-choose-sec .info-card h3 {
    font-size: 20px !important;
    padding-left: 0 !important;
    margin-bottom: 10px !important;
  }

  .Why-choose-sec .info-card p {
    font-size: 17px !important;
    line-height: 1.5 !important;
  }

  .Why-choose-sec .info-step {
    top: 15px !important;
    left: 15px !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 15px !important;
  }

  .Why-choose-sec .info-center {
    padding: 20px 0 !important;
  }

  .Why-choose-sec .info-imgBox {
    width: 280px !important;
    height: 180px !important;
    margin: 0 auto;
  }

  .Why-choose-sec .info-video {
    border-radius: 20px !important;
  }

  .Why-choose-sec .wh_btoombox {
    margin-top: 30px !important;
    padding: 15px !important;
  }

  .Why-choose-sec .wh_btoombox p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }
  .Why-choose-sec .info-row .info-card::after,
  .Why-choose-sec .info-row .info-card::before {
    display: none !important;
  }

  .Why-choose-sec .info-row .info-card {
    transform: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Why-choose-sec {
    padding: 70px 0 !important;
  }

  .Why-choose-sec .info-wrap {
    width: 90% !important;
  }

  .Why-choose-sec .info-head h2 {
    font-size: 34px !important;
  }

  .Why-choose-sec .info-row {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }

  .Why-choose-sec .info-imgBox {
    width: 380px !important;
    height: 220px !important;
  }

  .Why-choose-sec .info-card {
    padding: 25px 30px !important;
  }

  .Why-choose-sec .info-card h3 {
    font-size: 20px !important;
  }

  .Why-choose-sec .wh_btoombox p {
    font-size: 16px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Why-choose-sec .info-head h2 {
    font-size: 36px !important;
  }

  .Why-choose-sec .info-imgBox {
    width: 380px !important;
    height: 240px !important;
  }

  .Why-choose-sec .info-row {
    gap: 25px !important;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .Why-choose-sec {
    padding: 40px 0 !important;
  }

  .Why-choose-sec .info-head h2 {
    font-size: 24px !important;
  }

  .Why-choose-sec .info-imgBox {
    width: 240px !important;
    height: 150px !important;
  }

  .Why-choose-sec .info-card {
    padding: 15px !important;
  }
}

@media (max-width: 375px) {
  .Why-choose-sec .info-head h2 {
    font-size: 24px !important;
  }

  .Why-choose-sec .info-imgBox {
    width: 260px !important;
  }

  .Why-choose-sec .info-card h3 {
    font-size: 16px !important;
  }
}