* {
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* automotive section Hero */

.automotive-hero-section {
  background-color: #ebf6ee;
  padding: 0;
  width: 100%;
}

.automotive-hero {
  background-color: #ebf6ee;
  padding: 0;
  width: 100%;
}

.automotive-hero-text-left {
  padding: 0 7em !important;
}

.automotive-hero-text-left h1 {
  color: #292951;
  font-weight: 600;
  line-height: 1.2;
  /* padding-right: 7rem; */
  font-size: clamp(1.5rem, 4vw, 4rem);
  max-width: 650px;
}
.automotive-hero-text-left p {
  font-size: 1rem;
  margin-top: 2rem;
  color: #292951;
  /* width: 73%; */
  max-width: 593px;
}
.automotive-hero-img-right {
  object-fit: cover;
  max-height: 717px;
  height: 100%;
}

.automotive-hero-img-right img {
  height: 100%;
}

/* 2nd  automotive key features*/

.intro-part {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 0 0 4.5rem 0;
}

.intro-part h1 {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 600;
  color: #292951;
  max-width: 900px;
  width: 100%;
  color: #292951;
}

.intro-part p {
  max-width: 1200px;
  width: 100%;
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 400;
  color: #8090b5;
}

.info-part-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* left side option */
.option-part-left ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.option-part-left ul li {
  display: flex;
  align-items: center;
  height: 104px;
  padding: 0 120px 0 20px;
  max-width: 557px;
  width: 100%;
  border-radius: 10px 50px 50px 10px;
  font-size: clamp(1rem, 1.2vw, 1.5rem);
  font-weight: 500;
  color: #292951;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* .option-part-left ul li:hover {
  background-color: #299c5b;
  color: white;
} */

.option-part-left ul li.active {
  background-color: #299c5b;
  color: white;
}

/* right side option */
.card-box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  flex: 1 1 100%;
}

.card-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  background: #ebf6ee;
  /* flex: 1 1 100%; */
  border-radius: 1rem;
  padding: 0 1.5rem;
  max-height: 261px;
  max-width: 293px;
  /* width: 40%; */
  height: 205px;
}

/* green card box for icon  */
.card-box-icon {
  background-color: #2c9c4a;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  max-width: 103px;
  max-height: 127px;
  width: 35%;
  height: 100px;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;

  img {
    width: 44px;
    margin-top: 1rem;
    height: 44px;
    object-fit: contain;
  }
}

.card-outer-text {
  font-size: clamp(1rem, 1.2vw, 1.5rem);
  font-weight: 500;
  color: #8090b5;
}

.card-box p {
  font-size: clamp(0.8rem, 1.1vw, 1.25rem);
  font-weight: 500;
  color: #292951;
  margin-top: 1rem;
  letter-spacing: -1px;
}

.key-features-right {
  display: none;

  span {
    display: none;
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    font-weight: 500;
    color: #292951;
  }
}

.key-features-right.active {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.key-features-right-text {
  display: none;
  margin: 0;
  padding: 0 1em;

  p {
    font-size: clamp(0.8rem, 1.2vw, 1.25rem);
    color: #292951;
    font-weight: 500;
  }
}

.key-features-right-text.active {
  display: flex;
}

/* automotive essentials section */

.automotive-essential {
  background-image: url("./automotive-importance.png");
  height: 774px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* padding: 0 50px; */
}

.automotive-essential-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  height: 100%;
  color: white;
  z-index: 2;
  position: relative;
  gap: 2rem;
  background-color: rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(14px);
  padding: 137px 101px 137px 69px;
}

.automotive-essential-content h1 {
  font-size: clamp(1.5rem, 7vw, 40px);
  font-weight: 600;
}
.automotive-essential-content p {
  font-size: clamp(1rem, 3vw, 24px);
  color: white;
}

.automotive-essential::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.automotive-essential-content {
  position: relative;
}

/* automotive provisions section */

.automotive-provisions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.automotive-provisions .text-center h1 {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 600;
  color: #292951;
}

.automotive-provisions-card {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.automotive-provisions-card > .col-12 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.automotive-provisions-card .card-box {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: row;
  gap: 1.5rem;
  background-color: white;
  max-width: 503px;
  max-height: 122px;
  width: 40rem;
  height: 9rem;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #eaf5ed;

  p {
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 400;
    font-size: clamp(0.8rem, 1.5vw, 1.5rem);
    color: #292951;
    letter-spacing: -1px;
    line-height: 1.2;
  }
}

.automotive-provisions-card .card-box:hover {
  background-color: #2c9c4a;
  color: white;
}
.automotive-provisions-card .card-box:hover p {
  color: white;
}

.automotive-provisions-card .card-box:hover .green-icon {
  filter: brightness(0) invert(1);
}

.green-icon {
  transition: none !important;
  object-fit: contain;
}

/* automotive benefits section */

.automotive-benefits {
  width: 100%;
}

.automotive-benefits-img-right img {
  display: block;
  margin: auto;
}

.automotive-benefits-img-right {
  position: relative;
}

.automotive-benefits-img-right::after {
  content: "";
  position: absolute;
  bottom: -3vw;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  height: 20px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.1) 80%
  );
  border-radius: 50%;
  filter: blur(8px);
  z-index: 0;
  pointer-events: none;
}

.automotive-benefits-content-left {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
  height: auto;
  color: #292951;

  h1 {
    font-weight: 600;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    margin-bottom: 2vw;
    color: #292951;
  }
}

.automotive-benefits-content-left .automotive-benefits-cards {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.automotive-benefits-content-left
  .automotive-benefits-cards
  .automotive-benefits-card-box {
  display: flex;
  gap: 1rem;
  align-items: center;
  align-content: end;
  width: 34.813rem;
  height: 7.5rem;
  padding: 1rem;

  img {
    object-fit: contain;
    height: 4.35rem;
    width: 4.35rem;
  }

  div {
    margin-top: auto;
  }
}

.automotive-benefits-content-left
  .automotive-benefits-cards
  .automotive-benefits-card-box
  h4 {
  font-size: clamp(1rem, 3vw, 1.5rem);
}
.automotive-benefits-content-left
  .automotive-benefits-cards
  .automotive-benefits-card-box
  p {
  font-size: clamp(0.6rem, 3vw, 1rem);
}

.automotive-benefits-content-left
  .automotive-benefits-cards
  .automotive-benefits-card-box:hover {
  background-color: #2c9c4a;
  border-radius: 6.43px 81.44px 81.44px 6.43px;
  color: white;
}
.automotive-benefits-content-left
  .automotive-benefits-cards
  .automotive-benefits-card-box:hover
  p {
  color: white;
}

.green-icon {
  transition: none !important;
  object-fit: contain;
}

.automotive-benefits-content-left
  .automotive-benefits-cards
  .automotive-benefits-card-box:hover
  .green-icon {
  filter: brightness(0) invert(1);
}

/* automotive result section */
.automotive-result {
  width: 100%;
  height: auto;

  .row.align-items-center {
    display: flex;
    justify-content: space-between;
  }
  img {
    width: 100%;
    height: auto;

    object-fit: contain;
  }
}

.automotive-result-content {
  h1 {
    font-size: clamp(1.5rem, 5vw, 40px);
    font-weight: 700;
    color: #292951;
  }

  p {
    font-weight: 400;
    font-size: clamp(1rem, 3vw, 24px);
  }

  ul {
    font-size: clamp(1rem, 4vw, 20px);
    padding-top: 1em;
    padding-bottom: 1em;
    list-style: none;
    font-weight: 500;
    color: #292951;

    li {
      position: relative;
      margin-bottom: 1rem;
      line-height: 1.4;
    }

    li::before {
      /* content: "•"; */
      content: "";
      position: absolute;
      left: -1.25em;
      top: 0.35em;
      background: #2c9c4a;
      border-radius: 50%;
      width: 1rem;
      height: 1rem;
      line-height: 1;
    }
  }
}

/* automotive final thoughts section */
.automotive-final-thoughts {
  background: #ebf6ee;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  max-width: 75%;
  margin: 0 auto;
  padding: 10px 20px 30px;
  height: auto;
  position: relative;
}
.automotive-final-thoughts-paragraph {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 35px 25px;
  height: auto;

  h1 {
    width: 100%;
    font-weight: 600;
    font-size: clamp(1.5rem, 5vw, 40px);
    z-index: 2;
    color: #292951;
  }

  div {
    width: 200%;
  }

  p {
    width: 100%;
    font-weight: 400;
    color: #8090b5;
    font-size: clamp(1rem, 3vw, 24px);
  }

  strong {
    color: #8090b5;
  }
}

.quote-icon-start {
  align-content: start;
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  transform: translate(0.6vw, -0.3vw);
}
.quote-icon-end {
  /* align-content: end;
  z-index: 1;
  display: block;
  position: absolute;
  right: 10vw;
  transform: translate(-3vw, 15.5vw); */

  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
  z-index: 1;
}

@media (max-width: 576px) {
  .card-box-container {
    padding: 1em;
  }

  .automotive-key-features.container {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
  }

  .automotive-result-content {
    padding: 1rem !important;
  }

  /* automotive final thoughts  */
  .automotive-final-thoughts {
    padding: 0;
  }

  .automotive-final-thoughts-paragraph {
    padding: 0;
  }
}

@media (max-width: 768px) {
  /* automotive overflow */
  html,
  body {
    overflow-x: hidden;
  }

  /* 1 automotive Hero section */

  .automotive-hero {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .automotive-hero-text-left {
    width: 100%;
    padding: 1rem !important;
  }

  .automotive-hero-text-left p,
  .automotive-hero-text-left h1 {
    width: 100%;
    height: fit-content;
    line-height: 1.4;
  }

  /*2 key features  */
  .automotive-key-features {
    width: 100%;
  }

  .intro-part {
    margin-bottom: -3rem !important;
  }

  .option-part-left {
    display: none;
  }

  .key-features-right {
    display: flex;

    span {
      display: block;
    }
  }

  .key-features-right-text {
    display: flex;
    margin-top: 1.5em;
  }

  .key-features-right:not(:first-child) {
    margin-top: 2rem;
  }

  .card-box-container {
    justify-content: center;
  }

  .card-box {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    max-height: 80px;
    width: 85%;
  }

  .card-box p {
    margin-top: auto;
    margin-bottom: auto;
  }

  .card-box-icon {
    width: 50px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-box-icon img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
  }

  /* automotive-essential */
  .automotive-essential {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }

  .automotive-essential-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5vw;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
  }

  /* automotive provisions section  */
  .automotive-provisions-card .card-box {
    max-height: 11.25rem;

    p {
      font-size: 1em;
    }
  }

  /* automotive-benefits */
  .automotive-benefits {
    height: 100%;
  }
  .automotive-benefits-content-left {
    /* padding: 10px; */
    width: 100%;
  }

  .automotive-benefits-img-right::after {
    bottom: -7%;
  }

  .automotive-benefits-img-right img {
    margin-top: 2rem;
  }

  .automotive-benefits-content-left .automotive-benefits-cards {
    /* width: 100%;
    gap: 1vw; */

    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
  }

  .automotive-benefits-content-left
    .automotive-benefits-cards
    .automotive-benefits-card-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 1.5rem;
    width: 100%;
    border-radius: 12px;
    gap: 1rem;
    min-height: 100px;
    box-sizing: border-box;
  }

  .automotive-benefits-content-left
    .automotive-benefits-cards
    .automotive-benefits-card-box
    div {
    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 0.3rem;
    margin: 0;
  }

  .automotive-benefits-content-left
    .automotive-benefits-cards
    .automotive-benefits-card-box
    h4,
  .automotive-benefits-content-left
    .automotive-benefits-cards
    .automotive-benefits-card-box
    p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
  }

  .automotive-benefits-content-left
    .automotive-benefits-cards
    .automotive-benefits-card-box
    img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
  }

  /* automotive result section */
  .automotive-result {
    flex-direction: column;

    img {
      margin: auto;
      padding: 0;
      width: 100%;
      --bs-gutter-x: 0;
    }
  }

  .section-content {
    width: 100%;
  }

  .automotive-result-content {
    h1 {
      max-width: none;
    }

    p {
      max-width: none;
    }

    ul {
      max-width: none;
    }
  }

  .automotive-result-content ul {
    li::before {
      width: 0.6rem;
      height: 0.6rem;
    }
  }

  /* automotive final thoughts section */
  .automotive-final-thoughts {
    flex-direction: column;
    height: auto;
    width: 100%;
    flex: 1 1 100%;
  }

  .automotive-final-thoughts .automotive-final-thoughts-paragraph {
    gap: 1vw;
    flex-direction: column;
    height: auto;
    padding: 5rem 3rem;

    h1 {
      margin-bottom: 5vw;
    }
    div {
      width: 100%;
    }
  }

  .quote-icon-start {
    transform: none;
    margin-left: 2%;
    padding: 0;
    position: inherit;
    margin-bottom: -20%;
  }

  .quote-icon-end {
    transform: none;
    margin-left: auto;
    margin-top: -10%;
    /* margin-right: 1%; */
    padding: 0;
    position: inherit;
  }
}

@media (min-width: 768.1px) and (max-width: 991.9px) {
  /* automotive-hero */
  .automotive-hero-text-left {
    width: 100%;
    padding: 2.5rem !important;

    h1 {
      max-width: none;
    }

    p {
      max-width: none;
    }
  }

  .automotive-hero-right img {
    height: auto;
    max-height: 524.19px;
    object-fit: cover;
  }

  /* key features  */
  .automotive-key-features {
    width: 100%;
  }

  .intro-part {
    margin-bottom: -3rem !important;
  }

  .option-part-left {
    display: none;
  }

  .key-features-right {
    display: flex;

    span {
      display: block;
    }
  }

  .key-features-right-text {
    display: flex;
    padding-left: 1em !important;
    margin-top: 1.5em;
  }

  .key-features-right:not(:first-child) {
    margin-top: 2rem;
  }

  .card-box-container {
    justify-content: center;
  }

  .card-box {
    flex: 1 1 100%;
    width: 100%;
    height: auto;
  }

  .card-box-icon {
    width: 70px;
    height: 80px;

    img {
      width: 35px;
      height: 35px;
    }
  }

  /* automotive-essential */
  .automotive-essential-content {
    width: 100%;
    padding: 3em;
    gap: 1rem;
  }

  /* automotive-provision */
  .automotive-provisions-card .card-box p {
    font-size: 1em;
  }


  .automotive-benefits-img-right::after {
    bottom: -7%;
  }

  .automotive-benefits-img-right img {
    margin-top: 2rem;
  }

  .whats-make .left p {
    width: 100%;
  }

  .card-layout {
    padding-top: 2rem;
  }

  /* automotive-result */
  .automotive-result {
    /* margin: 1rem !important; */

    img {
      --bs-gutter-x: 0;
    }
  }

  /* final thoughts section */
  .automotive-final-thoughts {
    padding: 0 2.5rem;
    height: auto;
  }

  .automotive-final-thoughts .automotive-final-thoughts-paragraph {
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
  }

  .automotive-final-thoughts-paragraph div {
    width: 100%;
  }

  .quote-icon-start {
    margin-top: 3%;
  }

  .quote-icon-end {
    margin-top: 20%;
    right: 2vw;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* automotive-Hero */
  .automotive-hero-text-left {
    padding: 1em 2em !important;
  }

  /* key features  */
  .automotive-key-features {
    width: 100%;
  }

  .intro-part {
    margin-bottom: -3rem !important;
  }

  .option-part-left {
    display: none;
  }

  .key-features-right {
    display: flex;

    span {
      display: block;
    }
  }

  .card-box-container {
    flex-wrap: wrap;
    width: 100%;
    gap: 1.5em 2em;
    justify-content: center;
  }

  .card-box {
    flex: 1 1 100%;
    width: 100%;
    height: auto;
  }

  .card-box-icon {
    width: 70px;
    height: 80px;

    img {
      width: 35px;
      height: 35px;
      object-fit: contain;
    }
  }

  .key-features-right-text {
    display: flex;
    padding-left: 1em !important;
    margin-top: 1.5em;
  }

  .key-features-right:not(:first-child) {
    margin-top: 2rem;
  }

  /* automotive-benefits */
  .automotive-benefits-img-right::after {
    bottom: -7%;
    width: 80%;
  }

  /* automotive-result */
  .automotive-result {
    img {
      margin: auto;
      --bs-gutter-x: 0;
    }
  }

  /* automotive-provision */
  .automotive-provisions-card .card-box p {
    font-size: 1em;
  }

  /* automotive final thoughts section */
  .automotive-final-thoughts {
    padding: 0 2.5rem;
    height: auto;
  }

  .automotive-final-thoughts .automotive-final-thoughts-paragraph {
    flex-direction: column;
    margin: auto;

    h1 {
      margin-left: auto;
      margin-top: 2rem;
    }
  }

  .automotive-final-thoughts-paragraph div {
    width: 100%;
  }

  .quote-icon-start {
    margin-top: 3%;
  }

  .quote-icon-end {
    margin-top: 16%;
    right: 2vw;
  }
}

@media (min-width: 1200px) {
  .card-box {
    width: calc(50% - 0.75rem);
  }
}

@media (min-width: 1500px) {
  /* automotive benefits section */
  .automotive-benefits-img-right::after {
    width: 30%;
  }
}

.bog-ideal-industry {
  width: 100%;
  height: auto;
  padding-bottom: 200px;

  img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.bog-ideal-industry-content {
  h1 {
    font-size: clamp(1.5rem, 5vw, 40px);
    font-weight: 700;
    color:#292951;
  }

  p {
    font-weight: 400;
    font-size: clamp(1rem, 3vw, 24px);

  }

  ul {
    font-size: clamp(1rem, 4vw, 20px);
    padding-top: 1vw;
    padding-bottom: 1vw;
    list-style: none;

    li {
      position: relative;
      margin-bottom: 1rem;
      line-height: 1.4;
      color:#292951;
    }

    li::before {
      content: "";
      position: absolute;
      left: -1.25em;
      top: 0.35em;
      background: #2c9c4a;
      border-radius: 50%;
      width: 1rem;
      height: 1rem;
      line-height: 1;
      color:#292951;
    }
  }
}
