* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* Small  */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
/* Medune  */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
/* Large  */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* ====================== header ====================== */
header {
  background: #292f4f;
}

.header-container {
  min-height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  color: white;
  font-weight: bold;
}
@media (max-width: 768px) {
  .header-container {
    justify-content: center;
  }
}

header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.logo-img-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}
@media (max-width: 992px) {
  .logo-img-inner {
    width: 40px;
  }
}

.logo-img-inner img {
  width: 100%;
}

.logo-img-text {
  font-size: 20px;
}

.header-text {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 992px) {
  .header-text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .header-text {
    display: none;
  }
}


.sections-container {
  position: relative;
  min-height: 100vh;
  background-image: url(../imgs/driver.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.sections-container::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #272e4fb8;
  box-shadow: 0px 11px 9px -10px #4d565f;
  z-index: 1;
}

@media (min-width: 2000px) {
  .sections-container {
    min-height: 100%;
  }
}

/* ====================== progress ====================== */
.survey {
  position: relative;
  padding-top: 11px;
  padding-bottom: 10px;
  z-index: 2;
}

@media (max-width: 480px) {
  .survey .container {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.progress {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-container {
  width: 100%;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-progress-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.progressBack {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.progress-bar {
  background-color: #d9dae0;
  width: 100%;
  height: 5px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  transition: width 0.5s;
}

.progress-bar-inner {
  height: 100%;
  border-radius: 9999px;
  width: 1%;
  /* background-color: #ffbf00; */
  background-color: #2190e8;
  transition: width 0.5s;
}

.button-container {
  width: 5rem;
  height: 2.5rem;
}

.prev-button {
  cursor: auto;
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #515459;
  transition: all 0.3s ease-in-out;
  font-size: 0.875rem;
}

.prev-button.active {
  cursor: pointer;
  opacity: 1;
}

.prev-button.un-active {
  opacity: 0.6;
  cursor: unset;
}

.prev-button span {
  padding-top: 2px;
  display: flex;
  align-items: center;
}
.prev-button span svg {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  transform: translateX(0px) rotate(180deg);
  transition: transform 0.2s ease-in-out;
}

.prev-button.active:hover span svg {
  transform: translateX(-5px) rotate(180deg);
}

.show-result {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.result {
  display: flex;
  align-items: center;
}

.progress-text {
  /* color: #ffbf00; */
  color: #2196f3;
  padding-right: 2px;
}

.complete-text {
  /* color: #ffbf00; */
  color: #d9dae0;
}

/* ====================== form ====================== */

.form-container {
  padding: 15px 3px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .form-container {
    width: 66.666667%;
    padding: 0 1.5rem 1.5rem;
  }
}

.steps-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.radiosConainer {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding-bottom: 1.25rem;
}

.text-primary {
  /* color: #ffc84d; */
  /* color: #ffbf00; */
  color: #ffffff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: center;
  text-transform: capitalize;
}

@media (min-width: 640px) {
  .text-primary {
    font-size: 51px;
    line-height: 75px;
  }
}

.options-container {
  max-width: 500px;
  width: 95%;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #3773ff;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-size: 22px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
}

.options-container:hover {
  box-shadow: 0px 6px 8px -6px #3090db;
}

.options-paragraph {
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  color: #515459;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 480px) {
  .options-paragraph {
    font-size: 20px;
  }
}

/* ====================== datePicker st ====================== */

.inputsContainer.state {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  position: relative;
}

.date-buttons-container {
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1.5rem;
  margin: auto;
}

.date-input-row {
  position: relative;
  width: 100%;
  /* border: 1px solid #ccc; */
  border: 2px solid #1b6198;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  font-size: 1.25rem;
  background-color: #fff;
}

.dob-date-text {
  background: transparent;
  border: none;
  outline: none;
  padding: 8px;
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 576px) {
  .dob-date-text {
    font-size: 21px;
  }
}

.dob-date-text.active-btn {
  color: #04c0ff;
}
.dob-date-text.noneactive-btn {
  color: #4c4e51;
}

.date-separator {
  padding: 0 0.5rem;
}

#btn_reset {
  position: absolute;
  width: 30px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #948f8f;
  transition: 0.2s;
}

#btn_reset:hover {
  color: #04c0ff;
}
@media (max-width: 576px) {
  #btn_reset {
    width: 23px;
  }
}

.grid-layout {
  display: grid;
  gap: 12px;
  width: 100%;
  justify-items: center;
}

.months-container {
  grid-template-columns: repeat(3, 1fr);
}

.months-container.hidden,
.days-container.hidden,
.years-container.hidden {
  display: none;
}

.days-container {
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 576px) {
  .days-container {
    grid-template-columns: repeat(5, 1fr);
  }
}

.years-container-grid {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 576px) {
  .years-container-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

#years_options {
  display: flex;
  align-items: center;
  margin: auto;
  color: #777;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 12px;
  cursor: pointer;
  transition: color 0.3s ease;
  border: none;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  background: #fff;
  max-width: 70%;
}

#years_options:hover {
  color: #04c0ff;
}
#years_options svg {
  width: 24px;
}

.continue-button {
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 4px 10px rgba(1, 1, 1, 0.3), inset 0px 0px 0 #f8f8f8;
  height: 60px;
  display: block;
  margin: 15px auto;
  width: 95%;
  max-width: 100%;
  transition: 0.2s ease-in-out;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  background-color: #2584ce;
}

.continue-button.nonedisabled {
  cursor: pointer;
}
.continue-button.disabled {
  cursor: auto;
  opacity: 0.6;
}

.continue-button.nonedisabled:hover {
  box-shadow: 1px 4px 3px #c7d6ed, inset 0 -4px 0 #75a7ef !important;
}

.ageBtnBirth {
  display: flex;
  margin: 4px;
  padding: 2px 7px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #436488;
  border-radius: 10px;
  height: 40px;
  width: 95%;
  cursor: pointer;
  transition: 0.2s;
}
.ageBtnBirth:hover {
  box-shadow: 0px 2px 3px #c7d6ed !important;
}

/* ====================== datePicker end ====================== */

/* ====================== calender ====================== */

.wrapper {
  width: 450px;
  min-height: 463px;
  height: 100%;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 16px 14px -17px rgb(255 200 77);
}

@media (max-width: 480px) {
  .wrapper {
    width: 350px;
  }
}

.wrapper .calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px 20px;
  background-color: #b19350;
}

.wrapper .calendar-header .current-date-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  font-size: 23px;
  font-weight: bold;
  color: white;
}

.wrapper .calendar-header .icons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.wrapper .calendar-header .icons span {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 1.4rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.wrapper .calendar-header .icons span:hover {
  background: #837555;
}

.wrapper .calendar {
  padding: 20px;
}

.wrapper .calendar ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 17px;
}

@media (max-width: 480px) {
  .wrapper .calendar ul {
    gap: 10px;
  }
}

.wrapper .calendar ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.wrapper .calendar .weeks li {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  text-transform: uppercase;
  color: #414141;
  cursor: default;
}

.wrapper .calendar .weeks li:first-child,
.wrapper .calendar .weeks li:last-child {
  color: #ff5722;
}

.wrapper .calendar .days {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .wrapper .calendar .days {
    margin-top: 20px;
    row-gap: 17px;
    column-gap: 11px;
  }
}

.wrapper .calendar .days li {
  color: #515459;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  position: relative;
  cursor: pointer;
  z-index: 1;
  position: relative;
  transition: 0.2s;
}

.wrapper .calendar .days li.isRed {
  color: #ff5722;
}

.wrapper .calendar .days li:not(.coming):not(.inactive):hover {
  background: #ffc84d;
  color: #fff;
}
.wrapper .calendar .days li.picked,
.wrapper .calendar .days li.today {
  /* background: #ffc84d; */
  background: #ffbf00;
  color: #fff;
}

.wrapper .calendar .days li.inactive {
  cursor: unset;
  color: #aaa;
}

.wrapper .calendar .days li.coming {
  cursor: unset;
  background: #d9d9d9;
  opacity: 0.6;
}
/* ====================== step4 ====================== */
@media (min-width: 640px) {
  #step4 .text-primary {
    padding: 0 37px;
  }
}

.error-alert {
  margin-top: 20px;
  min-height: 20px;
}
.error-alert p {
  font-size: 15px;
  color: #8c130a;
}
/* btnnext  */
.buttns {
  max-width: 500px;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}

.btn-next {
  outline: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  background-color: #2584ce;
  transition: background-color 0.2s ease, transform 0.2s ease;
  border: 2px solid #3773ff;
  cursor: pointer;
}

.btn-text {
  font-weight: bold;
  /* padding: 16px 90px; */
  padding: 16px 10px;
  font-size: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-text .btn-icon {
  width: 25px;
  height: 24px;
  transition: transform 0.2s ease;
}

.btn-next:hover .btn-icon {
  transform: translateX(8px);
}

@media (max-width: 480px) {
  .btn-text {
    font-size: 20px;
  }
}

/* ====================== step input ====================== */

.inp-header {
  margin-bottom: 38px;
}

.inputsContainer {
  padding: 4px 10px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.label {
  display: block;
  font-size: 19px;
  padding-bottom: 5px;
  font-weight: 500;
  color: #d3d3d3;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.input-field {
  outline: none;
  width: 100%;
  padding: 20px;
  font-size: 22px;
  border: 2px solid #1b6198;
  border-radius: 9px;
  background-color: #fff;
  caret-color: #292f4f;
  box-shadow: 0px 0 4px #3090db;
  color: #333;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.input-field::placeholder {
  font-size: 19px;
  color: rgb(156 163 175);
}

.input-field.error {
  /* border: 2px solid #f43f5e;
  background-color: #fbd3e3; */

  border: 2px solid #ffffff;
  background-color: #fbd3e3;
}

.input-field.error::placeholder {
  color: #f43f5e;
}

.error-message {
  color: #f43f5e;
  margin-top: 2px;
  margin-bottom: 20px;
  font-size: 14px;
  height: 4px;
  transition: all 0.3s ease-in-out;
}

.buttns-inp {
  max-width: 500px;
  width: 100%;
  padding: 10px;
}

/* ====================== textarea ====================== */
textarea {
  font-size: 16px !important;
  resize: vertical;
  overflow-y: auto;
  min-height: 130px;
}
/* ====================== agree ====================== */

.agree {
  max-width: 476px;
  width: 100%;
  margin-top: 30px;
  height: 130px;
  overflow-y: scroll;
  text-align: center;
  background: #292f4f;
  padding: 10px 0;
  border-radius: 4px;
  border: 2px solid #2584ce;
}

@media (max-width: 480px) {
  .agree {
    max-width: calc(100% - 18px);
    width: 100%;
  }
}

.agree .tcpa-header {
  padding: 0 10px;
  text-align: start;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 5px;
}
.agree a {
  font-weight: bold;
  color: #53c9c0;
}

.agree::-webkit-scrollbar {
  width: 12px;
  border-radius: 15px;
}
.agree::-webkit-scrollbar-track {
  background-color: #2577bb;
}
.agree::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 15px;
}

.tcpa-content-inner {
  padding: 0 10px;
}

.tcpa-content-inner li {
  text-align: left;
  font-size: 14px;
  color: #ffff;
}

/* ====================== slider ====================== */

.slider-container {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #d7d9db;
}
.swiper {
  max-width: 800px;
}

.card-wrapper {
  margin: 35px 25px;
  padding: 0 38px;
}

@media (max-width: 480px) {
  .card-wrapper {
    padding: 0;
  }
}

.swiper-button-next,
.swiper-button-prev {
  background: #2577bb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 8px;
  color: #e3e8ff;
}

@media (max-width: 480px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 26px;
  font-weight: bold;
}

.swiper-pagination-bullet-active {
  background-color: #2577bb;
}

.custom-card {
  user-select: none;
  max-width: 400px;
  min-height: 214px;
  position: relative;
  border-radius: 0.5rem;
  border: 3px solid #2584ce;
  box-shadow: 0 4px 6px rgb(86 86 86 / 50%);
  padding: 2rem;
  color: #ffffff;
  background: #292f4f;
}
.card-list .card-item .custom-card:active {
  cursor: grabbing;
}

.custom-card .icon-top-left {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: 0.1rem;
  left: 0.3rem;
  opacity: 0.3;
  /* fill: #414b55; */
  fill: #cecece;
}

.custom-card .icon-bottom-right {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  bottom: 1rem;
  right: 3rem;
  opacity: 0.3;
  transform: rotate(180deg);
  fill: #8667be;
}

.custom-card p {
  margin: 0;
}

.custom-card .quote-author {
  font-weight: bold;
  font-style: italic;
  padding-top: 1rem;
  /* color: #414b55; */
  color: #ffffff;
}

/* ====================== rated-sec ====================== */

.rated-sec {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rated-sec p {
  font-size: 21px;
  font-weight: 500;
  color: #292a2b;
  text-align: center;
}
.rated-sec h2 {
  text-align: center;
  margin-top: 17px;
  font-size: 30px;
  color: #1f2328;
}

.imges-rated-container {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

@media (max-width: 576px) {
  .imges-rated-container {
    flex-direction: column;
  }
}

.imges-rated-container div {
  max-width: 250px;
  width: 100%;
}
.imges-rated-container div img {
  width: 100%;
}

/* ====================== footer ====================== */
footer {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer p,
footer a {
  text-align: center;
  padding-bottom: 2rem;
  color: #414b55;
}
.links {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ====================== global classes ====================== */
.hidden {
  display: none !important;
}

.fadeIn {
  animation: fadeIn 0.5s ease-in-out forwards;
}
.fadeOut {
  animation: fadeOut 0.5s ease-in-out forwards;
}
.fadeInPopup {
  animation: fadeIn 0.2s ease-in-out forwards;
}
.fadeOutPopUp {
  animation: fadeOut 0.2s ease-in-out forwards;
}
.slideNext {
  animation: slideNext 0.25s ease-in-out forwards;
}
.slidePrev {
  animation: slidePrev 0.25s ease-in-out forwards;
}

@keyframes slidePrev {
  0% {
    transform: translateX(-200%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideNext {
  0% {
    transform: translateX(200%);
    opacity: 0;
  }

  50% {
    transform: translateX(100%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
