.feature-home {
  padding: 116px 0 60px;
}

.hero-banner *,
footer *,
.site-header *,
.projects *,


.testimonials-home *,
.about-prashta *,
.feature-home * {
  will-change: transform, opacity;
}

/* .line {
  display: block;
  overflow: hidden;
} */

.line {
  display: inline-block;
  transform: translateY(100%);
}

/*---------------- om css------------------- */
.dxMethodMain {
  position: relative;
  margin: 50px 0;
     /* max-height: 750px;
    min-height: 600px; */

  .dximpac-bg-img {
    overflow: hidden;
    position: relative;
    height: 100%;

    &:after {
      content: "";
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      bottom: 0;
    }

    img {
      height: 100%;
      width: 100%;
      max-width: auto;
      display: block;
      object-fit: cover;
    }

  }

  .overlayer-box {
    position: absolute;

    /* inset shorthand ka fallback */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 50px 0;

    display: -webkit-box;
    /* old iOS Safari */
    display: -webkit-flex;
    /* Safari 8+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;

    -webkit-align-self: center;
    /* Safari prefix */
    align-self: center;

    /* optional: center align content for safety */
    justify-content: center;
    align-items: center;

  }

  .dxMethod {


    .dxMethod-title {
      text-align: center;
      max-width: 1000px;
      margin: auto;

      h2 {
        color: var(--white);
        font-size: 52px;
        font-weight: 300;
        font-family: "Inter", sans-serif;
      }

      p {
        font-size: 32px;
        line-height: 46px;
        font-weight: 200;
        color: var(--white);
      }
    }

    .dxMethod-process {

      margin: 2rem auto;

      ul {


        li {
          &:last-child {
            .iconMain {
              &:after {
                display: none;
              }
            }
          }


        }
      }
    }

    .iconMain {
      border: var(--white) solid 1px;
      border-radius: 10px;
      padding: 10px;
      position: relative;

      .iconNumber {
        backdrop-filter: blur(13px);
        background: linear-gradient(180deg, rgba(237, 247, 251, 0.14) 0%, rgba(255, 255, 255, 0.14) 50.48%, rgba(254, 255, 255, 0.14) 100%);
        border-radius: 7px;
        aspect-ratio: 1;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;

        strong {
          font-size: 22px;
          font-weight: 600;
          font-family: "Inter", sans-serif;
          text-align: center;
          width: 100%;
          color: var(--white);
          display: inline-block;
        }

        .iconImg {
          text-align: center;

        }
      }


    }

    .iconTxt {
      margin-top: 25px;
      text-align: center;

      span {
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        color: var(--white);
        text-transform: uppercase;
        letter-spacing: 1.5px;
      }

      p {
        font-size: 14px;
        line-height: 19px;
        font-weight: 400;
        color: var(--white);
        opacity: 0.8;
        margin-top: 10px;
      }
    }

  }
}


.dxEcosysMain {
  background-color: #010117;
  background-image: url(../images/ecosys.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  padding: 50px 0;

  .dxEcosystem {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;

    .dxEco-title {
      h2 {
        color: var(--white);
        font-size: 52px;
        font-weight: 300;
        font-family: "Inter", sans-serif;
      }

      p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        color: var(--white);
      }
    }

    .exploreBtn {
      a {
        font-size: 14px;
        text-transform: capitalize;

        .icon-arrow-right {
          color: var(--white);
        }
      }
    }
  }

  .dxEco-logos {
    margin-top: 50px;
    margin-bottom: 20px;

    ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 1rem;
      /* display: flex;
      justify-content: space-between;
      align-items: center; */

      li {
        border: #F0F0F07A solid 1px;
        /* min-width: 185px; */
        text-align: center;
        height: 75px;
        display: flex;
        border-radius: 20px;
        align-items: center;
        justify-content: center;
      }
    }
  }
}


.dxInsightMain {
  padding: 0px 50px;
  position: relative;

  .dxInsightInn {
    background: var(--white);
    padding: 75px;
    border-radius: 10px;
    position: relative;

    .dxInsights {
      display: flex;
      justify-content: space-between;
      align-items: end;
      flex-wrap: wrap;

      .dxInsights-title {
        h2 {
          font-size: 52px;
          font-weight: 300;
          font-family: "Inter", sans-serif;
          color: #171717;
        }

        p {
          font-size: 22px;
          line-height: 26px;
          font-weight: 600;
          font-family: "Roboto", sans-serif;
          color: #4B4B4B;
        }
      }

      a {
        font-size: 14px;
        text-transform: capitalize;

        .icon-arrow-right {
          color: var(--white);
        }
      }
    }

    .insights-swiper {
      position: relative;
      padding-bottom: 1rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
      position: absolute;
      top: 50%;
      z-index: 10;

      &::before {
        border-color: rgba(0, 0, 0, 0.4);
      }
    }

    .swiper-button-prev {
      left: -0;
      right: auto;
    }

    .swiper-button-next {
      right: -0;
      left: auto;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
      color: rgb(0, 0, 0);
    }

    .dxInsightCardMain {
      margin-top: 40px;


    }
  }

  .dxInsightCard {
    background: var(--white);
    box-shadow: 0px 4px 24px 0px #0000001C;
    border-radius: 5px;
    overflow: hidden;

    .dxInsightImg {
      img {
        display: block;
      }
    }

    .dxInsightContent {
      padding: 25px;

      .dxInsightDate {
        font-size: 14px;
        color: #8B8B8B;
        font-weight: normal;
      }

      .dxInsightHead {
        font-size: 20px;
        color: #171717;
        font-weight: 600;
        line-height: 26px;
        font-family: "Inter", sans-serif;
        padding: 10px 0;
      }

      .dxInsightTxt {
        height: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 15px;
        color: #4B4B4B;
        line-height: 23px;
      }

      .dxReadMoreLink {
        margin-top: 15px;

        a {
          color: #F17B1B;
          font-size: 16px;
          font-weight: normal;
          transition: 0.5s;

          &:hover {
            color: var(--black);
            transition: 0.5s;
          }
        }
      }
    }
  }
}


.dxConnectMain {
  background-color: #010117;
  background-image: url(../images/connect-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  padding: 180px 50px 50px 50px;
  margin-top: -100px;

  .dxConnect {
    max-width: 1175px;
    margin: auto;

    .dxConnect-title {
      text-align: center;

      h2 {
        font-weight: 300;
        font-size: 52px;
        line-height: 50px;
        font-family: "Inter", sans-serif;
        color: #fff;
      }

      p {
        font-weight: normal;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        color: #fff;
        margin-top: 5px;
      }
    }

    .dxScheduleForm {
      h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: -3%;
        color: #fff;
        margin-bottom: 10px;
      }

      ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 7px;

        li {
          /* margin-top: 7px; */

          select:focus {
            background-color: #000;
          }

          select {
            appearance: none;
            /* Default browser style remove */
            -webkit-appearance: none;
            -moz-appearance: none;

            background: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.46323 0.256282C1.1285 -0.0854272 0.585786 -0.0854272 0.251051 0.256282C-0.0836838 0.59799 -0.0836838 1.15201 0.251051 1.49372L5.39391 6.74372C5.72864 7.08543 6.27136 7.08543 6.60609 6.74372L11.7489 1.49372C12.0837 1.15201 12.0837 0.59799 11.7489 0.256282C11.4142 -0.0854272 10.8715 -0.0854272 10.5368 0.256282L6 4.88756L1.46323 0.256282Z" fill="white"/></svg>') no-repeat right 12px center;
            /* Arrow right side */
          }

          select,
          input {
            border-radius: 5px;
            outline: 0;
            width: 100%;
            border: 1px solid rgba(255, 255, 255, 0.4);
            backdrop-filter: blur(12px);
            background-color: rgba(255, 255, 255, 0.05);
            padding: 10px 22px;
            font-size: 13px;
            line-height: 25px;
            color: #000;
            height: 50px;
            color: #fff;

            /* background-color: #000; */
            /* Standard */
            &::placeholder {
              color: #fff;
            }

            /* Mozilla Firefox */
            &::-moz-placeholder {
              color: #fff;
            }

            /* Internet Explorer */
            &:-ms-input-placeholder {
              color: #fff;
            }

            /* Chrome, Safari, Edge */
            &::-webkit-input-placeholder {
              color: #fff;
            }

          }
        }
      }

      .mobile-no {
        display: flex;
        gap: 10px;
        /* thoda gap between inputs */
      }


      /* By default mobile field full width */
      .mobile-field {
        flex: 1;
      }

      /* Agar OTP field bhi ho to widths adjust ho jaye */
      .mobile-field+.otp-field {
        flex: 0 0 30%;
        /* OTP fix 30% */
        text-align: center;
      }

      .mobile-field+.otp-field~.mobile-field {
        flex: 0 0 70%;
        /* Mobile adjust 70% */
      }

      .checkBxMain {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 25px;
        gap: 1rem
      }

      .checkbox-container {
        display: flex;
        align-items: center;
        font-size: 12px;
        text-align: left;
        font-size: 0.9rem;
        color: #B0B0B0;
        cursor: pointer;
        user-select: none;
        position: relative;


        input {
          display: none;
        }

        .checkmark {
          width: 22px;
          height: 22px;
          background-color: #fff;
          border: 3px solid var(--primary-color);
          position: relative;
          min-width: 22px;
          /* margin-right: 10px; */
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          user-select: none;
          transition: background-color 0.3s ease, border-color 0.3s ease;

          &+label {
            padding-left: 34px;
            z-index: 10;
          }
        }

        input:checked+.checkmark {
          /* background-color: var(--primary-color); */
          border-color: var(--white);
        }

        .checkmark::before,
        .checkmark::after {
          content: "";
          position: absolute;
          display: none;
        }

        input:checked+.checkmark::before,
        input:checked+.checkmark::after {
          display: block;
        }

        .checkmark::after {
          left: 5px;
          top: 1px;
          width: 5px;
          height: 10px;
          border: solid #fff;
          border-width: 0 2px 2px 0;
          transform: rotate(45deg);
        }

        .checkmark::before {
          border-radius: 2px;
          background-color: var(--primary-color);
          inset: 0;
        }


        a {
          color: inherit;
          text-decoration: underline;
        }
      }

      .dxReadMoreLink .btn {
        min-width: 170px;
      }

    }
  }
}

/*---------------- om ---*/


/**********************JK***************/
.dxImpact-section {
  background: #fff;
  padding: 0 0 100px 0;
}

.dxImpact {
  position: relative;
}

.heading-logo {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.heading-logo h2 {
  font-weight: 300;
  font-size: 52px;
  color: #000;
  padding-bottom: 10px;
}

.dxImpactslideSwiper {
  position: relative;
  padding-top: 54px;
  margin-top: -54px;

  .swiper-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    position: absolute;
    bottom: 20px;
    right: 24%;
    width: 45%;
    z-index: 1;

    .swiper-nav {
      flex: 0 0 auto;
      gap: 10px;
      width: 60px;

      button {
        width: 25px;
        height: 25px;

        &::before,
        &::after {
          display: none;
        }

        &:hover {
          svg path {
            fill: #f17b1b;
            transition: 0.6s;
            opacity: 1;
          }
        }
      }

      .swiper-button-next span {
        display: inline-block;
        transform: rotate(180deg);
      }

    }

    .h-line {
      flex: 1 1 auto;

      span {
        display: block;
        border-top: 1px solid #666;
        width: 100%;
        height: 2px;
      }
    }

    .swiper-pagination {
      flex: 0 0 auto;
      bottom: 0;
      top: 0;
      width: 70px;
      position: relative;
      color: rgba(255, 255, 255, 0.4);
      font-size: 18px;
      background: rgba(0, 0, 0, .5);
      border-radius: 12px;

      .swiper-pagination-current {
        color: #fff;
      }
    }
  }
}

.volvo-logo {
  width: 320px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/logo-bg.png) right bottom no-repeat;
  position: absolute;
  right: 0;
  top: -54px;
}

.dxImpactSwiper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.description {
  width: 100%;
  padding: 30px 40px;
  background: #edf0f8;
  border-radius: 25px 0 0 25px;
}

.description p {
  max-width: 40%;
  font-size: 15px;
  font-weight: 400;
  color: rgba(75, 75, 75, 1);
  line-height: 27px;
}

.slideBox {
  width: 100%;
  position: relative;
  display: flex;
  gap: 0;
  /* align-items: end; */
  background: #edf0f8;
}

.slideBox .slideImg {
  width: calc(100% - 420px);
  text-align: right;
  display: flex;
  align-items: baseline;
  justify-content: right;
  border-radius: 0 0 0 50px;
  position: relative;

  img {
    width: 100%;
    border-radius: 0 0 0 60px;
    position: relative;
    z-index: 2;
  }

  &::after {
    content: "";
    width: 100%;
    height: 100px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.content-list {
  position: relative;
  bottom: 0;
  left: 0;
  width: 420px;
  background: #fff;
  padding: 30px;
  border-radius: 0 25px 0 0;
  text-align: center;

  .btn {
    padding: 10px 20px;
    letter-spacing: normal;
    display: inline-flex;
    align-items: center;

    span {
      margin-left: 5px;
    }
  }
}

.content-list div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
}

.content-list div i {
  margin-right: 10px;
  width: 33px;
}

.content-list div span {
  display: flex;
  flex-direction: column;
  color: rgba(75, 75, 75, 1);
  font-size: 14px;
}

.content-list div span b {
  font-size: 18px;
  font-weight: 600;
}


.external-slide-btn {
  width: 230px;
  padding: 2px;
  background: #fff;
  display: flex;
  position: absolute;
  border-radius: 8px 0 0 10px;
  right: 0;
  bottom: 0;
  z-index: 2;

  .tata-logo {
    width: 38%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .change-img-btn {
    width: 62%;
    position: relative;

    img {
      width: 100%;
    }

    .circle-arrow {
      width: 60px;
      height: 60px;
      border: 1px solid #fff;
      border-radius: 100%;
      position: absolute;
      top: 45%;
      margin: auto;
      left: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.6s;

      &:hover {
        border: 1px solid #f17b1b;

        svg path {
          fill: #f17b1b;
          transition: 0.6s;
          opacity: 1;
        }
      }
    }
  }
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 10000;
  display: none;
  text-align: center;
}

.popup-form {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  z-index: 11000;
  transform: translate(-50%, -50%);
}

.popup-box {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  width: 520px;
  max-width: 550px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: fadeIn 0.3s ease;
}

/* Close button */
.close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}

.popup-box h2 {
  color: #F17B1B;
  font-family: Inter;
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 20px;
}

.popup-box p {
  color: #6E6E6E;
  font-family: Inter;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  word-spacing: 1px;
}

@media (max-width:1600px) {

  .slideBox .slideImg {
    width: calc(100% - 340px);
  }

  .content-list {
    width: 340px;
  }


}

@media (max-width:1025px) {
  .external-slide-btn {
    width: 160px;
    bottom: 1%;
  }

  .external-slide-btn .tata-logo img {
    width: 80%;
  }

  .external-slide-btn .change-img-btn .circle-arrow {
    width: 40px;
    height: 40px;
  }

  .description p {
    max-width: 60%;
  }

  .slideBox .slideImg {
    width: calc(100% - 270px);
  }

  .content-list {
    width: 270px;
    padding: 10px;
  }

  .content-list div {
    margin-bottom: 10px;
  }

  .content-list div span b {
    font-size: 16px;
  }

  .content-list div span {
    font-size: 13px;
  }

  .content-list .btn {
    font-size: 14px;
    padding: 8px 20px;
  }

  .dxImpactslideSwiper .swiper-cta {
    width: 38%;
    bottom: 12px;
  }

  .dxImpactslideSwiper .swiper-cta .swiper-pagination {
    font-size: 14px;
    width: 50px;
  }
}

@media (max-width:979px) {
  .external-slide-btn {
    bottom: 5%;
  }

  .dxImpactslideSwiper .swiper-cta {
    width: 34%;
    bottom: 7%;
  }
}

@media (min-width: 840px) and (max-width: 900px) {
  .dxImpactslideSwiper .swiper-cta {
    width: 40%;
    bottom: 4%;
  }

  .external-slide-btn {
    bottom: 0;
  }
}

@media (max-width:767px) {
  .dxImpactslideSwiper {
    margin-top: 0;
  }

  .description {
    padding: 20px 20px;
  }

  .description p {
    max-width: 100%;
    line-height: 24px;
  }

  .slideBox {
    flex-direction: column;
  }

  .content-list {
    width: 100%;
    padding: 15px;
  }

  .slideBox .slideImg {
    width: 100%;
  }

  .slideBox .slideImg::after {
    display: none;
  }

  .slideBox .slideImg,
  .slideBox .slideImg img {
    width: 100%;
    border-radius: unset;
  }

  .external-slide-btn {
    display: none;
  }

  .dxImpactslideSwiper .swiper-cta {
    width: 98%;
    right: 0;
    bottom: 5px;
  }

  .dxImpactslideSwiper .swiper-cta .swiper-pagination {
    font-size: 14px;
    width: 50px;
  }

  .popup-box h2 {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .popup-form {
    width: 96%;
  }

  .popup-box {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .popup-box p {
    font-size: 16px;
    word-spacing: unset;
    line-height: 26px;
  }

  .popup-box p br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .dxMethodMain {
    max-height: 650px;
  }
}
@media (min-width: 1280px) {
  .dxMethodMain {
    max-height: 750px;
    height: 90vh;
  }
}