.hero-bg-blur-effect {
  width: 516px;
  height: 342px;
  position: absolute;
  right: -71px;
  top: 280px;
  background: #c9daff;
  filter: blur(198.14999389648438px);
}
.free-otd-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1076px;
  width: 100%;
  margin: 0 auto;
  gap: 24px;
  padding: 54px 0 0 0;
  position: relative;
}

.free-otd-heading-left-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
  max-width: 526px;
  width: 100%;
}

.free-otd-heading-left-hedding-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.trusted-driver-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.happy-driver-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trusted-driver-wrapper p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.free-otd-heading-left-hedding-wrapper h1 {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.5px;
  margin: 0;
}

.free-otd-left-subtitle {
  color: #4a495c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.45px;
  margin: 0;
}

.free-otd-left-subtitle.mobile {
  display: none;
}

.free-otd-heading-right-section {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 9px;
  border-radius: 24px;
  max-width: 416px;
  width: 100%;
  background: #fff;
  padding: 32px 40px;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(3.25px);
}

#make-model-form-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.free-otd-from-field-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.free-otd-from-field-wrapper .best-pricing-condition-label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.free-otd-from-field-wrapper .best-pricing-label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.free-otd-from-field-wrapper .best-pricing-label span {
  color: #75747d;
}

.best-pricing-dropdown {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background-image: url(https://caredge.com/wp-content/uploads/2025/09/chevron_down.webp);
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 50%;
  background-size: 14px;
}

.best-pricing-dropdown,
.best-pricing-textfield {
  color: #666678;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-height: 48px;
  padding: 8px 16px;
  width: 100%;
  box-shadow: 0px 4px 19.3px 0px rgba(0, 0, 0, 0.05);
  outline: none;
  border-radius: 12px;
  border: 2px solid #eaeaeb;
}

.best-pricing-textfield::-webkit-outer-spin-button,
.best-pricing-textfield::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.best-pricing-textfield[type="number"] {
  -moz-appearance: textfield;
}

.condition-btn-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.condition-btn {
  width: 100%;
}

.condition-btn input[type="radio"] {
  display: none;
}

.condition-btn label {
  display: flex;
  height: 42px;
  padding: 9px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 20px;
  border: 1px solid #f5f5f5;
  box-shadow: 0 4px 13.2px 0 rgba(0, 0, 0, 0.08);
  color: #4a495c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  background: #f7f9fc;
  cursor: pointer;
}

.condition-btn input[type="radio"]:checked + label {
  background: #4a495c;
  color: #fff;
}

#free-otd-submit-btn {
  display: flex;
  padding: 0 23px;
  height: 48px;
  border-radius: 16px;
  background: #0169ff;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border: none;
  cursor: pointer;
  margin: 0;
  text-wrap: nowrap;
  width: 100%;
}

#mmz-error-message {
  font-size: 14px;
  color: red;
  line-height: 26px;
  font-weight: 600;
  margin-top: 12px;
  padding: 0;
}

.online-car-price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1076px;
  width: 100%;
  margin: 100px auto;
}

.online-car-price-container h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  text-align: center;
}

.online-car-price-cards-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
}
.online-car-price-card {
  display: grid;
  grid-template-rows: auto auto auto auto auto auto auto;
  padding: 32px;
  gap: 24px;
  border-radius: 16px;
  border: 1px solid #ffb2b2;
  background: #fefafa;
}

.online-car-price-card.with-caredge {
  border: 1px solid #04a661;
  background: #f7fffb;
}

.online-car-price-card hr {
  margin: 0px;
  width: 100%;
  border-top: 1px solid #eaeaeb;
}

.online-car-price-card h3 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.online-car-price-details {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.online-car-price-details span {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8.32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6.4px;
  border-radius: 50%;
  background: #ffeded;
}

.online-car-price-card.with-caredge .online-car-price-details span {
  background: #e6f3ee;
}

.online-car-price-details span svg {
  color: #e71b00;
  text-align: center;
  font-size: 15.36px;
}

.online-car-price-card.with-caredge .online-car-price-details span svg {
  color: #04a661;
}

.online-car-price-details-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.online-car-price-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.online-car-price-subtitle {
  color: #75747d;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.free-otd-submit-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.free-otd-submit-btn-wrapper span {
  display: none;
}

.free-otd-submit-btn-wrapper span svg {
  font-size: 24px;
  color: #000;
}

#free-otd-hidden-user-loggedin {
  display: none;
}

.trusted-driver-wrapper.trusted-driver-mobile {
  display: none;
}

@media (max-width: 1184px) {
  .free-otd-container {
    padding: 54px 24px 0 24px;
  }
  .online-car-price-container {
    padding: 0 24px;
  }
}

@media (max-width: 768px) {
  .free-otd-heading-right-section,
  .free-otd-heading-left-section {
    width: 100%;
    max-width: 100%;
  }

  .free-otd-left-subtitle {
    display: none;
  }

  .free-otd-left-subtitle.mobile {
    display: block;
    text-align: center;
  }

  .free-otd-heading-left-section {
    gap: 16px;
  }
  .free-otd-container {
    gap: 40px;
    flex-direction: column;
  }
  .hero-bg-blur-effect {
    display: none;
  }

  .trusted-driver-wrapper.trusted-driver-desktop {
    display: none;
  }

  .trusted-driver-wrapper.trusted-driver-mobile {
    display: flex;
  }

  .free-otd-heading-left-section p {
    text-align: left;
  }

  .free-otd-heading-left-hedding-wrapper h1 {
    font-size: 24px;
    letter-spacing: -0.7px;
    width: 100%;
    text-align: center;
  }

  .online-car-price-container h2 {
    font-size: 24px;
  }

  .online-car-price-cards-section {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .online-car-price-card {
    width: 100%;
  }

  .online-car-price-container {
    margin: 80px auto;
  }

  #free-otd-submit-btn {
    margin-top: 24px;
  }

  .free-otd-submit-btn-wrapper span {
    margin: 24px 0 0 0;
  }
}

@media (max-width: 650px) {
  .free-otd-heading-right-section {
    padding: 0px;
    border-radius: 0px;
    box-shadow: unset;
    backdrop-filter: unset;
  }
}

@media (max-width: 510px) {
  .trusted-driver-wrapper.trusted-driver-mobile {
    flex-direction: column;
    align-items: center;
  }

  .happy-driver-wrapper {
    flex-direction: column;
  }

  .trusted-driver-wrapper p {
    text-align: center;
  }
}

/* Caredge customer, following count and Read about us section */

.caredge-customer-followrs-container {
  max-width: 1152px;
  width: 100%;
  margin: 80px auto 0px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
}

.caredge-read-about-us-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}

.caredge-read-about-us-section h3 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.45px;
  margin: 0;
}

.caredge-read-about-us-wrapper {
  display: flex;
  max-width: 856px;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.caredge-chanel-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24.306px;
  flex-shrink: 0;
}

@media (max-width: 893px) {
  .caredge-read-about-us-section {
    padding: 0 24px;
  }
}

@media (max-width: 768px) {
  .caredge-customer-followrs-container {
    padding: 0 24px;
    gap: 40px;
  }
}

@media (max-width: 700px) {
  .caredge-customer-followrs-container {
    display: none;
  }
}

/* How it works  */
.how-it-works-container {
  background: #f9f9f9;
}

.how-it-works-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  margin: 0px auto;
  max-width: 1076px;
  width: 100%;
  padding: 100px 0px;
}

.how-it-works-section h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
  margin: 0;
}

.how-it-work-cards-section {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.how-it-work-card {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #fff;
  align-self: stretch;
}

.how-it-work-step-section {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.how-it-work-step-section span {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 7999.2px;
  border: 1.6px solid #04a661;
  background: #f2fff8;
  color: #04a661;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.how-it-work-step-section h4 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.how-it-work-card hr {
  margin: 0px;
  width: 100%;
  border-top: 1px solid #eaeaeb;
}

.how-it-work-card p {
  color: #4a495c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

@media (max-width: 1184px) {
  .how-it-works-container {
    padding: 0 24px;
  }
}

@media (max-width: 768px) {
  .how-it-works-section {
    padding: 48px 0px;
  }
  .how-it-work-cards-section {
    flex-direction: column;
  }
  .how-it-work-card {
    flex: unset;
    width: 100%;
  }
  .how-it-works-section h2 {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .how-it-work-card {
    width: 100%;
  }
}

/* Get Caredge Pro */
.get-caredge-pro-container {
  display: flex;
  align-items: center;
  gap: 100px;
  align-self: stretch;
  max-width: 1076px;
  width: 100%;
  margin: 60px auto;
}

.disclaimer-container {
  display: flex;
  align-items: center;
  gap: 100px;
  align-self: stretch;
  max-width: 1076px;
  width: 100%;
  margin: 0px auto;
}
.disclaimer-container p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin: 0;
}

.get-caredge-pro-left-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.get-caredge-pro-left-section,
.get-caredge-pro-right-section {
  width: 46%;
}

.get-caredge-pro-left-heading-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.get-caredge-pro-left-heading-section p {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.55px;
  margin: 0px;
}
.get-caredge-pro-left-heading-section h3 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  margin: 0px;
}

.get-caredge-pro-left-heading-section span {
  color: #4a495c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.8;
}

.get-caredge-pro-features-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.get-caredge-pro-features {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.get-caredge-pro-features span svg {
  color: #04a661;
  font-size: 16px;
}

.get-caredge-pro-features p {
  color: #4a495c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.get-caredge-pro-btn-section {
  display: flex;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
#get-caredge-pro-btn {
  display: flex;
  height: 48px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  background: #0169ff;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
#get-caredge-pro-learn-more {
  color: #4a495c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.get-caredge-pro-right-section img {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 1118px) {
  .get-caredge-pro-container {
    padding: 0 24px;
  }
  .disclaimer-container {
    padding: 0 24px;
  }
}

@media (max-width: 934px) {
  .get-caredge-pro-container {
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .get-caredge-pro-container {
    flex-direction: column;
    margin: 80px 0px;
    gap: 100px;
  }
  .disclaimer-container {
    padding: 0 24px;
  }
  .get-caredge-pro-left-section,
  .get-caredge-pro-right-section {
    width: 100%;
  }

  .get-caredge-pro-right-section img {
    height: auto;
    max-width: 100%;
  }

  .get-caredge-pro-left-heading-section h3 {
    font-size: 24px;
  }
}

/* About us */

.about-us-container {
  display: flex;
  align-items: center;
  gap: 100px;
  align-self: stretch;
  max-width: 1076px;
  width: 100%;
  margin: 0px auto;
  padding: 60px 0px;
}

.about-us-container img {
  width: 46%;
  object-fit: contain;
}

.about-us-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 46%;
}

.about-us-section h3 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
  margin: 0;
}
.about-us-section p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}

.about-us-section span,
.about-us-section a {
  color: #4a495c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.about-us-section a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (max-width: 1118px) {
  .about-us-container {
    padding: 80px 24px;
  }
}

@media (max-width: 934px) {
  .about-us-container {
    gap: 60px;
  }
}

@media (max-width: 860px) {
  .about-us-container img {
    object-fit: cover;
    border-radius: 16px;
  }
}

@media (max-width: 768px) {
  .about-us-container {
    flex-direction: column;
    gap: 100px;
  }

  .about-us-section,
  .about-us-container img {
    width: 100%;
  }

  .about-us-section h3 {
    font-size: 24px;
  }
}
