.elementor {
  background-image: linear-gradient(
      rgba(83, 83, 209, 0.5),
      rgba(83, 83, 209, 0.5)
    ),
    url("../images/RIGHT-CARS-1.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 60px;
  margin-top: 60px;
  align-items: center;
  margin: auto;
  justify-content: center;
  display: flex;
}

.elementor-content {
  padding-top: 50px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.elementor-content-header {
  padding-top: 40px;
  padding-bottom: 40px;
}

.elementor-content-header h1 {
  text-align: end;
}

.car-icon {
  text-align: end;
  transform: translateY(-50%);
}

.elementor-divider-separator {
  position: relative;
}

.elementor-divider-separator::before {
  position: absolute;
  width: 80%;
  display: block;
  content: "";
  border-block-end: 0;
  flex-grow: 1;
  right: 30px;
  border-block-start: 2px solid #39b54a;
}

.elementor-vehicle-content {
  background-color: white;
  border-radius: 10px;
  padding: 10px 5px 5px;
  text-align: start;
}

.elementor-vehicle-content p {
  padding: 0px;
  line-height: 25px;
  margin: 0px 0px 0px;
}

.elementor-vehicle-box img {
  width: 100%;
  height: 260px;
  border-radius: 10px;
}

.elementor-body {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.elementor-body form {
  display: flex;
  flex-direction: row;
}

.elementor-search-box {
  display: flex;
  background-color: #252d87;
  border-radius: 10px;
  background-color: rgba(37, 45, 135, 0.8);
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-left: 10px;
}

.elementor-mini-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.elementor-mini-form label {
  font-weight: 600;
  text-align: start;
  color: #39b54a;
  font-size: 14px;
}

.elementor-search-box-acc-form {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 30px;
}

.elementor-search-box-pd-dt-form {
  display: flex;
  flex-direction: row;
  gap: 45px;
  justify-content: space-between;
  padding-bottom: 20px;
}

.elementor-search-check-circle {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.elementor-search-check-circle-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 50%;
}

.elementor-search-check-circle-item label {
  color: #39b54a;
  font-size: 12px;
}

.elementor-search-box-pd-dt-item-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 50%;
  padding-top: 20px;
}

.elementor-vehicle-content-box {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}

.search-form-button {
  background-color: #0d6efd;
  color: white;
  border-radius: 5px;
  border: none;
  padding: 10px;
  width: 100%;
  font-size: 16px;
}

.form-select {
  --bs-form-select-bg-img: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
  );
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: inherit;
  color: #212529;
  background-color: #ffffff;
  background-image: url("../images/down-arrow.svg"),
    var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #294e98;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select option[value=""] {
  color: #999;
  font-size: 14px;
}

.form-select option {
  color: #333;
  font-size: 14px;
}

.form-select:focus {
  border-color: #294e98;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: inherit;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #294e98;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: #294e98;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

@media screen and (min-width: 1024px) and (max-width: 1090px) {
  .elementor-search-box-pd-dt-form {
    gap: 0px;
  }
}
@media (max-width: 1024px) {
  .elementor-search-box-pd-dt-form {
    gap: 30px;
  }
  .elementor-search-box-pd-dt-item-form {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .elementor-search-box-pd-dt-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .elementor-search-box-pd-dt-item-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .elementor-search-box-acc-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
    gap: 10px;
  }
  .elementor-mini-form {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .elementor-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .elementor-vehicle-content-box {
    width: 100%;
  }
  .elementor-search-box {
    width: 80%;
  }
  .elementor-content-header h1 {
    text-align: center;
  }
}
