/* body {
  padding-top: 70px;
} */

/* header section css start */

.header-section {
  padding: 6px 120px !important;
  background: #111111;
}
.nav-header {
  padding: 0 !important;
}
.navbar-collapse {
  flex-grow: 0 !important;
}
.navbar-nav {
  align-items: center;
  gap: 48px;
}
.nav-link {
  font-family: "Poppins";
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px;
  color: #ffffff !important;
}
.footer-container .nav-link{
  color: #002441 !important;
}
.button-downnload {
  height: 48px;
  padding: 13px 26px !important;
  border-radius: 12px !important;
  background-color: #ef6e0b !important;
  font-family: "Poppins" !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  letter-spacing: 0.01em !important;
  color: #ffffff !important;
  text-transform: uppercase;
}

/* header section css end */

/* home section css start */

.top-gradiant{
  margin-top: -1px;
  width: 100%;
  height: 60px;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 34.3%); */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.99) 16.23%,
    rgba(0, 0, 0, 0) 93.49%
  );
}
.home-section {
  /* margin-top: -22px; */
  position: relative;
  width: 100%;
  height: 824px;
  overflow: hidden;
  background: linear-gradient(
    9.73deg,
    rgba(0, 0, 0, 0.99) 16.23%,
    rgba(0, 0, 0, 0) 93.49%
  );
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.home-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -74px);
  text-align: center;
  color: #ffffff;
  z-index: 1;
  width: 842px;
}
.home-text-div {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translate(-50%, -74px);
  text-align: center;
  color: #ffffff;
  z-index: 1;
  width: 842px;
}
.home-text-div h1 {
  font-family: "Poppins";
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  margin: 0 0 16px 0;
  color: #ffffff;
}
.home-text-div p {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 32px 0;
  color: #DDE5EB;
}

.home-content-mobile {
  display: none;
}

/* home section css end */

/* feature section css start */

.autopilot-features-section {
  padding: 80px 120px;
}
.autopilot-features-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
.autopilot-features-card-content {
  padding: 28px 16px;
  border-radius: 12px;
  position: relative;
  width: 100%;
  height: 294px;
  background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/feature-card-bg-desktop.png');
  background-size: 100% 103%;
}
.autopilot-features-card-content h3 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 24px 0 12px 0;
  color: #465166;
}
.autopilot-features-card-content p {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #7e8594;
  margin: 0;
}
.feature-card-img{
  width: 118px;
  height: 114px;
}

/* feature section css end */

/* services section css start */

.services-section {
  padding: 80px 120px;
  background-color: #f5f5f5;
}
.services-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.services-row > div{
  width: 33%;
}
.services-card-content {
  position: relative;
  border: 1px solid #dfdfdf;
  padding: 32px;
  border-radius: 12px;
  background-color: #ffffff;
  height: 100%;
  display: grid;
  background-image: url("https://img-prod.autopilotcar.dev/assets/images/website/home/services-bg-desktop.png");
  background-size: 100% 100%;
}
.services-card-content h3 {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #002441;
  margin: 32px 0 12px;
}
.services-card-content p {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #465166;
  margin: 0 0 32px 0;
}
.services-img {
  width: 100%;
  height: 218px;
}
.trip-bottom-strips {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url("https://img-prod.autopilotcar.dev/assets/images/website/home/vector.png");
  height: 52px;
}

/* services section css end */

/* how it works section css start */

.how-it-works-section {
  padding: 80px 120px 20px;
  background-image: url("https://img-prod.autopilotcar.dev/assets/images/website/home/how-bg.png");
}
.how-works-heading {
  font-family: "Poppins";
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  color: #002441;
  margin: 0 0 32px 0;
  text-align: center;
}
.how-works-subheading {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #465166;
  margin: 0 0 80px 0;
}
.how-works-card-main-outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.how-works-card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 40px;
  background-color: #fafafa;
  margin-bottom: 60px;
  width: 49%;
  background-image: url("https://img-prod.autopilotcar.dev/assets/images/website/home/how-works-bg-desktop.png");
  border-radius: 12px;
  background-size: 100% 100%;
}
.how-works-card h3 {
  font-family: "Poppins";
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  color: #465166;
  margin: 0 0 32px 0;
}
.how-works-card h4 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #465166;
  margin: 0 0 16px 0;
}
.how-works-card p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #465166;
  margin: 0;
}

/* how it works section css end */

/* faq section css start */

.faq-section {
  padding: 80px 120px;
  background-color: #f5f5f5;
}
.faq-section-heading {
  font-family: "Poppins";
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  color: #002441;
  margin-bottom: 80px;
  position: relative;
}
.faq-accordion {
  background-color: #f5f5f5 !important;
  gap: 40%;
  box-shadow: none !important;
}
.faq-accordion-text {
  font-family: "Poppins";
  font-size: 20px !important;
  font-weight: 400;
  line-height: 28px;
  color: #002441 !important;
  margin-bottom: 0px !important;
}

.accordion-body {
  font-family: "Poppins";
  font-size: 16px !important;
  color: #7e8594 !important;
  width: 60%;
  margin-bottom: 0px !important;
}
.accordion-button.collapsed {
  border-bottom: 1px solid #bebebe !important;
}

.accordion-item {
  border: none !important;
}
.faq-accordion:focus {
  box-shadow: none !important;
}
.faq-accordion::after {
  background-image: url("https://img-prod.autopilotcar.dev/assets/images/website/home/plus-square.svg") !important;
}
.faq-accordion:not(.collapsed)::after {
  background-image: url("https://img-prod.autopilotcar.dev/assets/images/website/home/minus-square.svg") !important;
}
.faq-accordion-body {
  background-color: #f5f5f5 !important;
  /* font-family: "Poppins";
  font-size: 20px !important;
  font-weight: 400;
  line-height: 28px;
  color: #002441 !important; */
  border-bottom: 1px solid #bebebe !important;
}

/* faq section css end */

/* download section css start */

.download-section {
  padding: 0 166px 80px;
  background-color: #f5f5f5;
}
.download-heading {
  position: relative;
  font-family: "Poppins";
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  color: #002441;
  margin-bottom: 80px;
}
.download-heading::before{
  position: absolute;
  content: "";
  background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/line-left-desktop.png');
  height: 1px;
  width: 390px;
  left: -120px;
  top: 50%;
}
.download-heading::after{
  position: absolute;
  content: "";
  background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/line-right-desktop.png');
  height: 1px;
  width: 390px;
  right: -120px;
  top: 50%;
}
.dowload-card-section {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.download-card {
  width: 48%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px 32px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px 0px #7e859414;
}
.download-card p {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #002441;
}
.qr-code {
  width: 186px;
  height: 186px;
}
.qr-code img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* download section css end */

/* Footer Section css start */
.footer-section{
  background-color: #dfdfdf;
  padding: 120px;
}
.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-item {
  display: flex;
  align-items: center;
  gap: 52px;
}
.footer-item span {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #002441;
}
.social {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Footer Section css end */

.section-heading{
  font-family: "Poppins";
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  color: #002441;
  text-align: center;
  margin: 0 0 80px 0;
  position: relative;
} 

.section-heading::after{
  position: absolute;
  content: "";
  background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/line-right-desktop.png');
  height: 1px;
  width: 390px;
  right: 0;
  top: 50%;
}
.section-heading::before{
  position: absolute;
  content: "";
  background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/line-left-desktop.png');
  height: 1px;
  width: 390px;
  left: 0;
  top: 50%;
}

.faq-section-heading::after{
  position: absolute;
  content: "";
  background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/line-right-desktop.png');
  height: 1px;
  width: 390px;
  right: -120px;
  top: 50%;
}
.faq-section-heading::before{
  position: absolute;
  content: "";
  background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/line-left-desktop.png');
  height: 1px;
  width: 390px;
  left: -120px;
  top: 50%;
}

/* nav button css on small devices  start */

.nav-button-collapse.collapsed {
  border: none !important;
  padding: 0px !important;
}
.nav-button-collapse {
  border: none !important;
  padding: 0px 10px 10px 0px !important;
}
.nav-button-collapse:focus {
  box-shadow: none !important;
}

.mobile-nav-page {
  /* background: #111111; */
  background: #111111;
  position: absolute;
  height: 80vh;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0;
}

.mobile-nav-close-icon{
  width: 16px;
}
.mobile-nav-page .navbar-toggler-icon  {
  background-image : none !important
}
.msite-nav-header {
  padding: 21px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.msite-nav-text {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 42px 20px;
  color: #ffffff;
}
.msite-navbar-nav {
  padding: 0 20px;
}
.msite-navbar-nav a {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-bottom: 1px solid #fff;
}
.feature-right-img{
  position: absolute;
  top: 0;
  right: 5px;
  width: 57px;
  height: 94px;
}

.apple-store-logo{
  margin-bottom: 3px;
}

.why-autopilot-container,.services-container,.how-it-works-container,.faq-container,.download-container,.header-container,.footer-container{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* nav button css on small devices  end */

/* media queries for tab size */

@media screen and (min-width: 500px) and (max-width: 1024px) {
  /* body{
    padding-top: 70px;
  } */
  .header-section {
    padding: 16px 48px !important;
  }
  .button-hidden {
    display: none !important;
  }
  .nav-link{
    color: #ffffff !important;
  }
  .footer-container .nav-link{
    color: #002441 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px;
  }
  .navbar{
    padding: 0 !important;
  }
  .navbar-toggler{
    padding: 0 !important;
  }
  .navbar-toggler-icon {
    background-image : url("https://img-prod.autopilotcar.dev/assets/images/website/home/menu.svg") !important;
  }
  .msite-nav-header{
    padding: 21px 48px;
  }
  .msite-nav-text{
    margin: 42px 48px;
  }
  .msite-navbar-nav{
    padding: 0 48px;
  }

  .home-content {
    transform: translate(-50%, -54px);
    width: 671px;
  }
  .home-text-div {
    transform: translate(-50%, -54px);
    width: 671px;
  }
  .home-text-div h1{
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
  }
  .home-text-div p{
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    color: #BEBEBE;
  }

  .home-content-mobile {
    display: none;
  }

  .autopilot-features-section {
    padding: 40px 48px 0px !important;
  }
  .autopilot-features-row{
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
  }
  .autopilot-features-card-content {
    padding: 24px 16px;
    margin-bottom: 40px;
    height: 250px;
    background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/feature-card-bg-tab.png');
    background-size: 100% 272px;
    width: 100%;
  }
  .autopilot-features-card-content h3 {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #465166;
    margin: 24px 0 12px;
  }
  .autopilot-features-card-content p {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0;
  }
  .extra-padding {
    padding-right: 24px;
  }
  .feature-card-img{
    width: 118px;
    height: 114px;
  }

  .services-section {
    padding: 40px 48px 8px !important;
  }
  .services-row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .services-row > div{
    width: 100%;
  }
  .services-img{
    width: auto;
  }
  .services-card-content {
    display: flex;
    gap: 36px;
    margin-bottom: 32px;
    height: auto;
    background-image: url("https://img-prod.autopilotcar.dev/assets/images/website/home/services-bg-tab.png");
    background-size: 100% 100%;
  }
  .services-card-content h3 {
    font-size: 16px;
    margin: 32px 0 16px;
  }
  .trip-bottom-strips {
    height: 32px;
  }

  .how-it-works-section {
    padding: 40px 48px 0px !important;
  }

  .how-works-heading {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #002441;
    margin-bottom: 8px;
    display: block;
  }

  .how-works-subheading {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #7e8594;
    display: block;
    margin-bottom: 40px;
  }
  .how-works-card {
    align-items: center;
    width: 100%;
    background-image: url("https://img-prod.autopilotcar.dev/assets/images/website/home/how-works-bg-tab.png");
    margin-bottom: 40px;
  }
  .how-works-card h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 16px 0;
  }
  .how-works-card h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px 0;
  }
  .how-works-card p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
  }

  .faq-section {
    padding: 40px 48px !important;
  }
  .faq-section-heading {
    font-size: 16px;
    margin-bottom: 24px;
    position: relative;
  }
  .faq-accordion-text {
    font-size: 14px !important;
  }

  .download-section {
    padding: 0 48px 80px;
  }
  .download-heading{
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
  }
  .download-heading::after{
    position: absolute;
    content: "";
    background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/line-right-tab.png');
    height: 1px;
    width: 225px;
    right: -15px;
    top: 50%;
  }
  .download-heading::before{
    position: absolute;
    content: "";
    background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/line-left-tab.png');
    height: 1px;
    width: 225px;
    left: -15px;
    top: 50%;
  }
  .download-card {
    flex-direction: column;
    padding: 20px;
  }

  .download-card p{
    font-size: 16px;
  }

  .footer-section {
    padding: 32px 48px !important;
  }
  .footer-item {
    gap: 32px;
  }
  .feature-right-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 102px;
    height: 172px;
  }

  .section-heading{
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 600;
    line-height: 46px;
    text-align: center;
    margin: 0 0 40px 0;
    position: relative;
  } 
  
  .section-heading::after{
    position: absolute;
    content: "";
    background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/line-right-tab.png');
    height: 1px;
    width: 225px;
    right: 0;
    top: 50%;
  }
  .section-heading::before{
    position: absolute;
    content: "";
    background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/line-left-tab.png');
    height: 1px;
    width: 225px;
    left: 0;
    top: 50%;
  }

  .faq-section-heading::after{
    position: absolute;
    content: "";
    background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/line-right-tab.png');
    height: 1px;
    width: 225px;
    right: -40px;
    top: 50%;
  }
  .faq-section-heading::before{
    position: absolute;
    content: "";
    background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/line-left-tab.png');
    height: 1px;
    width: 225px;
    left: -40px;
    top: 50%;
  }
}

@media screen and (max-width: 500px) {
  body {
    /* padding-top: 70px; */
    padding-bottom: 100px;
  }
  .header-section {
    padding: 14px 20px !important;
  }
  .nav-link{
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px;
  }
  .navbar{
    padding: 0 !important;
  }
  .mobile-nav-logo{
    width: 24%;
  }
  .navbar-toggler{
    padding: 0 !important;
  }
  .navbar-toggler-icon {
    background-image : url("https://img-prod.autopilotcar.dev/assets/images/website/home/menu.svg") !important;
  }
  .button-hidden {
    display: none !important;
  }
  .home-section {
    height: 470px;
  }
  .home-content {
    display: none;
  }
  .home-content-mobile {
    display: block;
    position: absolute;
    bottom: 0;
    text-align: left;
    color: #ffffff;
    z-index: 1;
    padding: 40px 20px;
  }
  .home-text-div{
    text-align: left;
    width: 100%;
    padding: 0 20px;
    bottom: -34px;
  }
  .home-text-div h1 {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 8px 0;
    color: #ffffff;
    text-align: left;
  }
  .home-text-div p {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.01em;
    margin: 0;
    color: #CCCCCC;
    text-align: left;
  }

  .download-mobile-button {
    background: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 27px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 9;
    box-shadow: 0px -2px 12px #f4f4f4;
  }
  .download-mobile-button h6 {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.01em;
    margin: 0;
    color: #002441;
    text-align: left;
  }
  .download-mobile-button .button-downnload {
    width: 95%;
    height: auto;
    min-width: 48px;
  }

  .autopilot-features-section {
    padding: 32px 20px 8px !important;
  }
  .autopilot-features-row{
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .section-heading{
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    text-align: center;
    margin: 0 0 32px 0;
    position: relative;
  } 
  
  .section-heading::after{
    position: absolute;
    content: "";
    background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/line-right.png');
    height: 1px;
    width: 86px;
    right: 0;
    top: 50%;
  }
  .section-heading::before{
    position: absolute;
    content: "";
    background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/line-left.png');
    height: 1px;
    width: 86px;
    left: 0;
    top: 50%;
  }

  .autopilot-features-card-content {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 32px 16px 40px;
    margin-bottom: 24px;
    /* padding: 32px 16px 54px;
    margin-bottom: 10px; */
    height: 143px;
    position: relative;
    background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/feature-card-bg-mobile.png');
    /* background-size: 100% 100%; */
    background-size: 100% 110%;
  }
  .autopilot-features-card-content h3 {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    color: #002441;
    margin: 0;
    margin-bottom: 4px;
  }
  .autopilot-features-card-content p {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.01em;
  }
  .feature-card-img{
    width: 85px;
    height: 82px;
  }
  .feature-right-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 57px;
    height: 94px;
  }

  .services-section {
    padding: 32px 20px 0 !important;
  }
  .services-row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .services-row > div{
    width: 100%;
  }
  .services-card-content {
    padding: 24px 20px 20px;
    margin-bottom: 32px;
    height: auto;
    background-image: url("https://img-prod.autopilotcar.dev/assets/images/website/home/services-bg-mobile.png");
    background-size: 100% 100%;
  }
  .services-card-content h3 {
    font-size: 16px;
    margin: 32px 0 16px;
    line-height: 24px;
  }
  .services-card-content p {
    margin: 0 0 31px 0;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.01em;
  }
  .services-img{
    height: auto;
  }

  .how-it-works-section {
    padding: 32px 20px 0 !important;
  }
  .how-works-heading {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #002441;
    margin-bottom: 8px;
    display: block;
  }
  .how-works-subheading {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #7e8594;
    display: block;
    margin-bottom: 32px;
  }
  .how-works-card {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
    width: 100%;
    padding: 40px 20px;
    /* background-size: cover; */
    background-image: url("https://img-prod.autopilotcar.dev/assets/images/website/home/how-works-bg-mobile.png");
  }

  .how-works-card h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 16px 0;
  }
  .how-works-card h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px 0;
  }
  .how-works-card p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
  }

  .faq-section {
    padding: 32px 20px !important;
  }
  .faq-section-heading {
    font-size: 16px;
    margin-bottom: 8px;
    position: relative;
  }
  .faq-accordion{
    gap: 20%;
    padding: 24px 0 !important;
  }
  .faq-accordion-text {
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.01em;
    font-size: 14px !important;
  }
  .accordion-body {
    width: 80%;
    font-size: 14px !important;
    padding: 0 0 24px 0 !important;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.01em;
  }
  .accordion-button:hover {
    z-index: 0 !important;
  }

  .download-section {
    display: none;
  }

  .footer-section {
    padding: 32px 20px !important;
  }

  .footer-container{
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .footer-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 8px;
  }
  
  .faq-section-heading::after{
    position: absolute;
    content: "";
    background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/line-right.png');
    height: 1px;
    width: 50px;
    right: -8px;
    top: 50%;
  }
  .faq-section-heading::before{
    position: absolute;
    content: "";
    background-image: url('https://img-prod.autopilotcar.dev/assets/images/website/home/line-left.png');
    height: 1px;
    width: 80px;
    left: -40px;
    top: 50%;
  }
}
