@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Catamaran:wght@100..900&family=Manrope:wght@200..800&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  overflow-x: hidden;
}
*,
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  display: inline-block;
}

p {
  margin-bottom: 12px;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", sans-serif;
}

img {
  max-width: 100%;
}

.container_box {
  max-width: 1200px;
  margin: 0 auto;
}

.container_part {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.full_container {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 28px;
  border: 1px solid #253b6e;
  color: #253b6e;
  font-weight: 600;
  min-width: 215px;
  height: 42px;
  font-size: 16px;
  line-height: 1.2;
}

.row {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -15px;
}
.col-md-6 {
  width: 50%;
  padding: 0 15px;
}
.col-md-7 {
  width: 60%;
  padding: 0 15px;
}
.col-md-5 {
  width: 40%;
  padding: 0 15px;
}
.col-md-12 {
  width: 100%;
}
/*---=====Default-css-end=========--*/

/*---=====header-part-start=========--*/
.header_section {
  width: 100%;
  position: relative;
  z-index: 9;
}
.header_section .container_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.header_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tel_btn {
  display: flex;
  color: #fff;
  align-items: center;
  padding: 16px 22px;
  border-radius: 40px;
  background-image: -webkit-linear-gradient(to right, #253b6e, #b3e2fb);
  background-image: -moz-linear-gradient(to right, #253b6e, #b3e2fb);
  background-image: -ms-linear-gradient(to right, #253b6e, #b3e2fb);
  background-image: linear-gradient(to right, #253b6e, #b3e2fb);
  font-size: 18px;
  text-decoration: none;
  margin-right: 30px;
  font-weight: 600;
  outline: none;
  border: none;
  transition: all 0.5s ease;
}

.tel_btn:hover,
.work_btn:hover {
  background-image: -webkit-linear-gradient(to left, #253b6e, #b3e2fb);
  background-image: -moz-linear-gradient(to left, #253b6e, #b3e2fb);
  background-image: -ms-linear-gradient(to left, #253b6e, #b3e2fb);
  background-image: linear-gradient(to left, #253b6e, #b3e2fb);
}

.tel_btn img {
  width: 30px;
  margin-right: 10px;
}
.header_right span {
  font-weight: 600;
  color: #000;
  font-size: 20px;
}
.header_arrow {
  display: inline-block;
  background: #253b6e;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  margin-left: 13px;
  outline: none;
  border: none;
  transition: all 0.5s ease;
}

.header_arrow:hover {
  transform: scale(0.9);
}

.header_arrow img {
  width: 28px;
  transform: rotate(300deg);
  position: absolute;
  left: 28%;
  top: 40%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  transform: rotate(317deg);
}
/*---=====header-part-end=========--*/

/*---=====banner-part-start=========--*/

.banner_section {
  width: 100%;
  position: relative;
  margin-bottom: 240px;
}

.banner_section .container_box {
  max-width: 100%;
  padding: 0;
}

.banner_section::before {
  position: absolute;
  right: 0;
  width: 65%;
  height: 111%;
  top: -121px;
  background: #f5faff;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 23% 100%);
  -webkit-moz-path: polygon(0 0, 100% 0%, 100% 100%, 23% 100%);
  -webkit-ms-path: polygon(0 0, 100% 0%, 100% 100%, 23% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 23% 100%);
  z-index: -1;
}
.banner_inner {
  width: 100%;
  padding-top: 60px;
}
.banner_left {
  width: 100%;
  position: relative;
  z-index: 2;
}
.banner_section .col-md-7 {
  margin-left: auto;
}
.banner_left {
  max-width: 586px !important;
  margin-left: auto;
}
.banner_left h1 {
  font-family: "Bebas Neue", sans-serif;
  color: #253b6e;
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 400;
  line-height: 78px;
}

.banner_left h1 span {
  color: #0e1f47;
  font-family: "Bebas Neue", sans-serif;
}

.banner_left p {
  font-size: 22px;
  color: #253b6e;
  font-weight: 400;
  line-height: 28px;
  margin-top: 20px !important;
}
.banner_list {
  padding: 0 !important;
  display: flex;
  list-style: none;
  margin-top: 30px !important;
  justify-content: center;
  gap: 10px;
}
.banner_list li {
  position: relative;
  font-size: 17px;
  color: #000;
  padding-left: 24px;
  margin-right: 9px;
}
.banner_list li::before {
  position: absolute;
  left: -2px;
  top: 1px;
  background: url("../images/check_icon.webp") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100% !important;
  content: "";
}
.winner_box {
  padding: 0 100px;
  margin-top: 20px;
  justify-content: center;
}
.winner_box img {
  max-width: 100%;
  width: 160px;
}
.banner_right {
  width: 100%;
  text-align: left;
  padding-top: 150px;
  max-width: 947px;
  position: relative;
  right: -30px;
}
.banner_car {
  position: relative;
  z-index: 2;
  right: 0;
}
.banner_car img {
  max-width: 100%;
}
.banner_car_bx {
  position: relative;
}
.banner_right::before {
  position: absolute;
  right: 0;
  bottom: -322px;
  width: 800px;
  height: 1010px;
  background: url("../images/pattern-car.webp") no-repeat;
  background-size: 100% !important;
  content: "";
}
.banner_right::after {
  top: 239px;
  position: absolute;
  right: 54px;
  width: 100%;
  height: 944px;
  background: url("../images/pattern-car-ph.webp") no-repeat;
  background-size: 100% !important;
  content: "";
}
.banner_star {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  padding-left: 156px;
}
.row_banner {
  margin: 0;
}
.banner_star h4 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.banner_star p {
  font-size: 18px;
  font-weight: 400;
}
.banner_star img {
  margin: 10px 0;
}

/*---=====Step_form_start========--*/
.header_part.step_header {
  padding: 18px 35px;
}

.header_part.step_header .header_logo_btn {
  gap: 20px;
}

.header_part.step_header .btn {
  min-width: 217px;
  height: 52px;
  border: 2px solid #253b6e;
}

.header_part.step_header .logo img {
  max-width: 170px;
}

.progress_bar {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 35px;
}

.progress_bar .progress {
  height: 7px;
  background: #c3d0eb;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.progress_bar .progress .__bar_fill {
  border-radius: 0 12px 12px 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background: #253b6e;
  transition: width 0.38s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.form_step_sec {
  padding: 50px 35px;
  background: #f3fbff;
  background-image: -webkit-linear-gradient(to bottom, #253b6e, #b3e2fb);
  background-image: -moz-linear-gradient(to bottom, #253b6e, #b3e2fb);
  background-image: -ms-linear-gradient(to bottom, #253b6e, #b3e2fb);
  background-image: linear-gradient(to bottom, #253b6e, #b3e2fb);
  margin-bottom: 35px;
  margin-top: 20px;
  max-width: 100%;
  border-radius: 20px;
}

.go_step {
  display: none;
}

.go_step.active {
  display: block;
}

.step_heading {
  text-align: center;
  margin-bottom: 25px;
}

.step_heading h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}

.input_box {
  background: #fff;
  border: 1px solid #acd9f4;
  padding: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 54px;
  overflow: hidden;
  max-width: 92%;
  margin: 0 auto;
}

.input_box input::-webkit-outer-spin-button,
.input_box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input_box input[type="number"] {
  -moz-appearance: textfield;
}

.currency_area {
  width: 45px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #85e8ff;
  border-radius: 10px 0 0 10px;
}

.currency_area img {
  height: 26px;
}

.input_box input {
  flex: 1;
  border: 0;
  outline: 0;
  font-size: 18px;
  font-weight: 700;
  color: #272727;
  background: #fff;
  line-height: 1.2;
  padding: 12px;
  height: 100%;
  width: 100%;
}

.input_box input::placeholder {
  color: #d1d1d1;
}

.next_back_btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 375px;
  margin: 40px auto 0;
}

.next_btn {
  width: 100%;
  text-align: center;
  background: #253b6e;
  padding: 14.5px 18px;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
}

.next_btn:hover {
  background: #1a2b53;
}

.back_btn {
  width: 100%;
  text-align: center;
  padding: 10.5px 18px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #253b6e;
  font-weight: 600;
  cursor: pointer;
  color: #272727;
  transition: all 0.3s;
}

.back_btn:hover {
  background: #e2f4ff;
}

.form_radio {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 92%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.fstnext_button {
  margin-top: 15px;
}

.line_radio_option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: #fff;
  border: 2px solid #acd9f4;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.22s ease;
  outline: none;
  height: 54px;
}

/* hide native input */
.line_radio_option input[type="radio"] {
  position: absolute;
  left: -99999px;
  opacity: 0;
}

.line_checked {
  font-weight: 600;
  color: #455a64;
  line-height: 1;
  font-size: 16px;
}

.radio_check_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.22s ease;
}

.radio_check_icon img {
  height: 24px;
  width: 24px;
  opacity: 0;
  transition: all 0.18s ease;
}

/* -------------------------
   CHECKED (real selection)
   ------------------------- */
.line_radio_option.checked {
  background: #dbf1ff;
  border-color: #253b6e;
}

.line_radio_option.checked .line_checked {
  color: #223b6a;
  font-weight: 700;
}

/* ------------------------------------------------------------
   HOVER / FOCUS: VISUALS SHOULD MATCH .checked (but not check)
   ------------------------------------------------------------ */
/* Visual parity: same background, border, shadow, tick icon */
.line_radio_option:hover,
.line_radio_option:focus,
.line_radio_option:focus-visible {
  background: #dbf1ff;
  border-color: #253b6e;
  outline: none;
  opacity: 0.95;
}

.line_radio_option:hover .radio_check_icon img,
.line_radio_option:focus .radio_check_icon img,
.line_radio_option:focus-visible .radio_check_icon img {
  opacity: 1;
  transform: scale(1);
}

/* Keep text strong */
.line_radio_option:hover .line_checked,
.line_radio_option:focus .line_checked,
.line_radio_option:focus-visible .line_checked {
  color: #223b6a;
  font-weight: 700;
}

.info_area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 92%;
  margin: 0 auto;
}

.form_group label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #fff;
  display: inline-block;
}

.form_control {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  flex: 1;
  outline: 0;
  font-size: 18px;
  font-weight: 700;
  color: #272727;
  background: #fff;
  line-height: 1.2;
  padding: 14px;
  height: 54px;
  width: 100%;
}

.form_control::placeholder {
  color: #d1d1d1;
}

.clock_box {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.12), 0 2px 4px -2px rgb(0 0 0 / 0.12);
  padding: 12px 16px;
  background: #fff;
  border-radius: 8px;
  max-width: 320px;
  margin: 0 auto 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.clock_img {
  flex: none;
  width: 28px;
  height: 28px;
}

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

.clock_text p {
  color: #084f73;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin-top: 0 !important;
}

/*---=====Step_form_end=========--*/
/*---=====banner-part-end=========--*/

/*---=====about-part-start=========--*/
.about_section {
  width: 100%;
  background: #002244;
  position: relative;
  padding: 40px 10px 90px;
}
.about_section::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 198px;
  top: -197px;
  background: url("../images/about_bg.webp") no-repeat;
  background-size: 100% 100% !important;
  content: "";
}
.about_img {
  width: 100%;
  position: relative;
}
.about_img img {
  height: 438px;
  object-fit: cover;
  border: solid 6px #fff;
  border-radius: 15px;
  max-width: 100%;
  height: 100%;
}
.about_img span {
  position: absolute;
  right: 5px;
  bottom: 6px;
  max-width: 200px;
  color: #000;
  background: #fff;
  padding: 10px;
  font-weight: 500;
  border-radius: 10px 0 10px 10px;
}
.about_text {
  width: 100%;
  padding-top: 25px;
}
.about_text h3 {
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  font-size: 59px;
  font-weight: 400;
  line-height: 1.1;
}
.about_text p {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.4;
}
/*---=====about-part-end=========--*/

/*---=====Lender-start=========--*/

.lender_sec {
  padding: 60px 20px;
  background: #ffffff;
}

.lender_area {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.lender_heading {
  margin-bottom: 20px;
}

.lender_heading h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.lender_swiper {
  width: 100%;
  padding: 20px 0;
}

.lender_slide_img {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 70px;
}

.lender_arrow_area {
  position: relative;
  margin-top: 40px;
  height: 50px;
}

.lender_slide_img img {
  flex: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#lender_slider .swiper-button-prev::after,
#lender_slider .swiper-button-next::after {
  display: none !important;
}

#lender_slider .lender-prev,
#lender_slider .lender-next {
  width: 40px;
  height: 40px;
  background: #d8eeff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  bottom: -10px;
  z-index: 20;
}

#lender_slider .lender-prev img,
#lender_slider .lender-next img {
  width: 18px;
  height: auto;
}

#lender_slider .lender-prev {
  left: 50%;
  transform: translateX(-60px);
}

#lender_slider .lender-next {
  left: 50%;
  transform: translateX(20px);
}
/*---=====Lender-end=========--*/

/*---=====Work-money-start=========--*/

.money_work_sec {
  background-image: url("../images/footer_bg.webp");
  padding: 60px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.money_work_heading {
  margin-bottom: 40px;
  text-align: center;
}

.money_work_heading h2 {
  font-size: 60px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

.work_box_area {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1130px;
  margin: 0 auto 45px;
}

.work_box {
  width: 100%;
  text-align: center;
  position: relative;
}

.work_box_two,
.work_box_four {
  padding-top: 180px;
}

.work_box_two::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  background: url("../images/line-half-circle.webp") no-repeat center;
  background-size: 100%;
  z-index: 1;
  transform: scale(-1);
  top: 257px;
  left: -88px;
}

.work_box_three::before {
  content: "";
  position: absolute;
  width: 134px;
  height: 134px;
  background: url("../images/line-half-circle.webp") no-repeat center;
  background-size: 100%;
  z-index: 1;
  top: 40px;
  left: -110px;
  transform: scaleX(-1) rotate(-2deg);
}

.work_box_three::after {
  content: "";
  position: absolute;
  width: 134px;
  height: 134px;
  background: url("../images/line-half-circle.webp") no-repeat center;
  background-size: 100%;
  z-index: 1;
  top: 40px;
  right: -110px;
  transform: rotate(-2deg);
}

.work_img_number_area {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.work_img {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.work_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work_number {
  width: 60px;
  height: 60px;
  flex: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b7e7ff00;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.5px;
  border: 4px solid #fff;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(to right, #253b6e, #b3e2fb);
  background-image: -moz-linear-gradient(to right, #253b6e, #b3e2fb);
  background-image: -ms-linear-gradient(to right, #253b6e, #b3e2fb);
  background-image: linear-gradient(to bottom, #253b6e, #b3e2fb);
  position: absolute;
  bottom: 0;
  left: 35px;
}

.work_box_content h2 {
  margin-bottom: 8px;
  color: #253b6e;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.work_box_content p {
  color: #253b6e;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.work_get_quote_heading {
  text-align: center;
  max-width: 768px;
  margin: 0 auto 20px;
}

.work_get_quote h2 {
  margin-bottom: 14px;
  color: #253b6e;
  font-size: 28px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
}

.work_get_btn {
  text-align: center;
}

.work_btn {
  display: inline-block;
  background-color: transparent;
  color: #ffffff;
  padding: 20px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  background-image: -webkit-linear-gradient(to right, #253b6e, #b3e2fb);
  background-image: -moz-linear-gradient(to right, #253b6e, #b3e2fb);
  background-image: -ms-linear-gradient(to right, #253b6e, #b3e2fb);
  background-image: linear-gradient(to right, #253b6e, #b3e2fb);
  transition: all 0.5s ease;
}

.work_btn img {
  width: 34px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/*---=====Work-money-end=========--*/

/*---=====Why-choose-start=========--*/

.why_choose_us_sec {
  background: #fff;
  padding: 60px 20px 120px;
}

.why_choose_content {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.choose_left {
  width: 35%;
  position: relative;
  height: auto;
}

.choose_right {
  width: 65%;
}

.choose_car {
  width: 100%;
  max-width: 380px;
  position: absolute;
  bottom: -65px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

.car_top_logo {
  position: absolute;
  max-width: 160px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  height: auto;
}

.choose_car img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.choose_heading_heading {
  margin-bottom: 30px;
}

.choose_heading_heading h2 {
  font-size: 60px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

.choose_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.choose_list ul li {
  position: relative;
  display: flex;
  gap: 20px;
  margin-bottom: 45px;
}

.choose_list ul li::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 45px;
  width: 2px;
  height: 100%;
  background: #253b6e;
}

.choose_list ul li:last-child::before {
  display: none;
}

.bullet_point {
  width: 48px;
  height: 48px;
  background: #1a3c7a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: none;
}

.bullet_point span {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  background: #1a3c7a;
  border: 4px solid #b7e7ff;
  box-sizing: border-box;
  color: transparent;
  overflow: hidden;
}

.choose_list_text h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.choose_list_text p {
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  max-width: 570px;
  font-weight: 400;
}

/*---=====Why-choose-start=========--*/

/*---=====faq-start=========--*/
.faq_section {
  width: 100%;
  margin: auto;
  background: #002244;
  position: relative;
  padding: 0px 10px 50px;
}

.faq_section .container_box {
  max-width: 800px;
}

.faq_section::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 115px;
  top: -110px;
  background: url("../images/faq_btn.webp") no-repeat;
  background-size: 100% 100% !important;
  content: "";
}

.faq-title {
  text-align: center;
  font-size: 60px;
  margin-bottom: 30px;
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  font-weight: 400;
}

.faq-item {
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.faq-question {
  width: 100%;
  background: #b7e7ffe5;
  color: #000;
  text-align: left;
  padding: 20px;
  font-size: 20px;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-question span {
  font-weight: 600;
}
.arrow img {
  width: 25px;
}
.faq-question .arrow {
  transition: transform 0.3s ease;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #e9f2fb;
  color: #000;
  transition: max-height 0.3s ease;
  padding: 0 20px;
}

.faq-answer p {
  padding: 20px 0;
  margin: 0;
  font-size: 18px;
}

/*---=====faq-end=========--*/

/*---=====review-start=========--*/

.review_sec {
  padding: 60px 20px;
  background-image: url("../images/map-img.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.review_heading {
  text-align: center;
  margin-bottom: 40px;
}

.review_sec .swiper-wrapper {
  padding-bottom: 55px;
}

.review_heading h2 {
  font-size: 60px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

.review_area_box {
  background-color: transparent;
  border-radius: 8px;
  padding: 35px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 240px;
  background-image: -webkit-linear-gradient(to right, #253b6e, #b3e2fb);
  background-image: -moz-linear-gradient(to right, #253b6e, #b3e2fb);
  background-image: -ms-linear-gradient(to right, #253b6e, #b3e2fb);
  background-image: linear-gradient(to top, #253b6e, #b3e2fb);
}

.review_author_top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.review_author_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review_author_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  flex: none;
}

.review_author_name h2 {
  font-size: 23px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.review_author_name p {
  color: #595959;
  font-size: 13px;
  margin: 0;
  line-height: 1.55;
  font-weight: 400;
}

.review_google {
  margin-left: auto;
  display: flex;
}

.review_google img {
  width: 40px;
  height: 40px;
  display: block;
}

/* Content Area */
.review_content {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.review_star {
  width: 100%;
  margin-bottom: 10px;
}

.review_star img {
  width: 100%;
  max-width: 85px;
  height: auto;
  display: block;
}

.review_content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.reviews-swiper {
  max-width: 992px;
  margin: 0 auto;
}

/* Keep text LTR even though slide moves RTL */
.review_area_box,
.review_content,
.review_author_top {
  direction: ltr;
}

.review_sec .swiper-pagination-bullet {
  background: #00aaff;
  width: 16px;
  height: 16px;
}

.review_sec .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #163d77 !important;
}

.review_cta {
  max-width: 320px;
  margin: 45px auto 0;
}

.review_cta .tel_btn {
  justify-content: center;
}

/*---=====review-end=========--*/

/*---=====Footer-start=========--*/
.footer_sec {
  background-image: url("../images/footer_bg.webp");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding: 50px 20px 10px;
}

.footer_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 45px;
}

.footer_logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.footer_logo img {
  display: block;
  max-width: 300px;
  height: auto;
  object-fit: contain;
  flex: none;
}

/* middle list of links (vertical) */
.footer_list {
  flex: 1 1 420px;
  display: flex;
  align-items: center; /* vertically center list within top row */
  justify-content: center;
}
.footer_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
.footer_list li {
  margin: 0;
}

.footer_list a {
  color: #253b6e;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
}

/* right stacked regulatory logos */
.footer_lender {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.footer_lender ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-end;
}
.footer_lender li {
  margin: 0;
}

.footer_lender img {
  display: block;
  width: 175px;
  height: auto;
  object-fit: contain;
}

.footer_bottom {
  text-align: center;
}

.footer_bottom h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  color: #253b6e;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

.footer_bottom p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.6;
  margin-bottom: 20px;
}
/*---=====Footer-end=========--*/

/*---=====Responsive Start========--*/

@media all and (max-width: 1800px) {
  .choose_car {
    bottom: -85px;
  }
}
@media (max-width: 1599px) {
  .banner_right::after {
    right: 0;
  }
}
@media (max-width: 1399px) {
  .about_section::before {
    height: 150px;
    top: -145px;
  }
  .banner_section {
    margin-bottom: 200px;
  }
  .banner_star {
    padding: 0 !important;
  }
}

@media (max-width: 1299px) {
  .banner_section {
    margin-bottom: 130px;
  }
  .banner_section .container_box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_box,
  .header_section .container_box {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner_list li {
    font-size: 16px;
  }
  .banner_left h1 {
    font-size: 80px;
  }

  .about_text h3,
  .lender_heading h2,
  .money_work_heading h2,
  .choose_heading_heading h2,
  .faq-title,
  .review_heading h2 {
    font-size: 50px;
  }

  .about_text p {
    font-size: 18px;
  }
  .banner_right::before {
    bottom: -322px;
    width: 772px;
    height: 930px;
  }
  .banner_section::before {
    width: 75%;
  }
}

@media (max-width: 1199px) {
  .banner_left h1 {
    font-size: 68px;
  }
  .banner_left p {
    font-size: 20px;
    margin-top: 13px !important;
  }
  .form_step_sec {
    padding: 39px 19px;
  }
  .next_back_btn {
    margin: 20px auto 0;
  }
  .banner_list li {
    font-size: 13px;
    padding-left: 15px;
    margin-right: 5px;
  }
  .banner_list li::before {
    width: 14px;
  }

  .about_text h3,
  .lender_heading h2,
  .money_work_heading h2,
  .choose_heading_heading h2,
  .faq-title,
  .review_heading h2 {
    font-size: 44px;
  }

  .work_box_area {
    max-width: 951px;
    margin: 0 auto 35px;
  }

  .work_number {
    width: 48px;
    height: 48px;
    font-size: 17px;
    bottom: -5px;
    left: 20px;
  }

  .work_box_two::before {
    width: 85px;
    height: 85px;
    top: 280px;
    left: -67px;
  }

  .work_box_two,
  .work_box_four {
    padding-top: 160px;
  }

  .work_box_three::before {
    width: 100px;
    height: 100px;
    top: 55px;
    left: -94px;
  }

  .work_box_three::after {
    width: 100px;
    height: 100px;
    top: 55px;
    right: -94px;
  }

  .lender_sec,
  .money_work_sec {
    padding: 50px 20px;
  }

  .why_choose_us_sec {
    padding: 20px 20px 100px;
  }

  .faq_section::before {
    height: 80px;
    top: -75px;
  }

  .choose_car {
    max-width: 220px;
    bottom: -75px;
    height: 390px;
  }

  .choose_list_text p {
    font-size: 16px;
  }

  .choose_list_text h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .car_top_logo {
    max-width: 100px;
    bottom: 21px;
  }

  .review_sec {
    padding: 50px 20px;
  }

  .review_heading {
    margin-bottom: 30px;
  }

  .work_btn {
    padding: 16px 20px;
    font-size: 18px;
  }

  .work_btn img {
    width: 27px;
  }

  .work_get_quote h2 {
    font-size: 25px;
    max-width: 600px;
    margin: 0 auto 10px;
  }

  .bullet_point {
    width: 38px;
    height: 38px;
  }

  .bullet_point span {
    width: 30px;
    height: 30px;
  }

  .choose_list ul li::before {
    left: 18px;
    top: 36px;
    height: calc(100% + 10px);
  }

  .choose_list ul li {
    margin-bottom: 20px;
  }

  .choose_list_text h3 {
    font-size: 21px;
  }
}

@media (max-width: 991px) {
  .review_author_name h2 {
    font-size: 18px;
  }

  .review_content p {
    font-size: 16px;
    line-height: 1.5;
  }

  .review_author_img {
    width: 55px;
    height: 55px;
  }

  .review_google img {
    width: 32px;
    height: 32px;
  }

  .container_box,
  .header_section .container_box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner_section .container_box {
    padding-left: 0;
    padding-right: 0;
  }
  .logo_box img {
    width: 130px;
  }

  .faq-question {
    padding: 10px 20px;
    font-size: 18px;
  }

  .arrow img {
    width: 18px;
  }

  .review_cta {
    max-width: 250px;
    margin: 35px auto 0;
  }

  .review_cta .tel_btn {
    padding: 15px 18px;
    font-size: 17px;
  }

  .tel_btn {
    padding: 10px 18px;
    font-size: 15px;
    margin-right: 7px;
  }
  .tel_btn img {
    width: 15px;
    margin-right: 5px;
  }
  .header_right span {
    font-size: 15px;
  }
  .header_arrow {
    width: 30px;
    height: 30px;
  }
  .header_arrow img {
    width: 14px;
  }
  .row_banner > .col-md-6 {
    width: 100%;
  }
  .banner_left {
    max-width: 100% !important;
    text-align: center;
  }
  .banner_right {
    width: 100%;
    padding-top: 0;
    max-width: 100%;
    right: 0;
  }
  .row_banner {
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
  }

  .banner_right::after {
    right: 0;
    width: 100%;
    top: 0;
  }
  .banner_star h4 {
    font-size: 20px;
  }
  .banner_star img {
    width: 118px;
    margin: 7px 0;
  }
  .banner_star p {
    font-size: 14px;
  }
  .banner_inner {
    padding-top: 0;
  }
  .banner_section::before {
    display: none;
  }
  .banner_right::before {
    bottom: inherit;
    width: 540px;
    height: 540px;
    top: -48px;
  }

  .banner_left h1 {
    font-size: 55px;
    line-height: 58px;
  }
  .banner_left p {
    font-size: 15px;
    margin-top: 8px !important;
    line-height: 23px;
  }
  .form_step_sec {
    margin-top: 20px;
  }
  .winner_box .col-md-6 {
    width: auto;
    padding: 0 7px;
  }
  .winner_box {
    padding: 0 0;
  }
  .winner_box img {
    width: 100px;
  }
  .about_section {
    padding: 0px 0 30px;
  }
  .about_section::before {
    top: -112px;
    height: 115px;
  }

  .about_text {
    padding-top: 0px;
  }

  .lender_arrow_area {
    margin-top: 25px;
  }

  .lender_slide_img {
    height: 55px;
  }

  #lender_slider .lender-prev,
  #lender_slider .lender-next {
    width: 28px;
    height: 28px;
    padding: 9px;
  }

  #lender_slider .lender-prev img,
  #lender_slider .lender-next img {
    width: 14px;
    height: auto;
  }

  #lender_slider .lender-prev {
    transform: translateX(-50px);
  }

  #lender_slider .lender-next {
    transform: translateX(10px);
  }

  .lender_sec {
    padding-bottom: 30px;
  }

  .about_text h3,
  .lender_heading h2,
  .money_work_heading h2,
  .choose_heading_heading h2,
  .faq-title,
  .review_heading h2 {
    font-size: 35px;
  }

  .about_text p {
    font-size: 16px;
  }

  .work_box_area {
    max-width: 720px;
    gap: 18px;
  }

  .work_box_content h2 {
    margin-bottom: 7px;
    font-size: 17px;
  }

  .work_img {
    width: 155px;
    height: 155px;
  }

  .work_box_two::before {
    width: 75px;
    height: 75px;
    top: 273px;
    left: -69px;
  }

  .work_box_three::before {
    width: 85px;
    height: 85px;
    top: 65px;
    left: -92px;
  }

  .work_box_three::after {
    width: 85px;
    height: 85px;
    top: 65px;
    right: -92px;
  }

  .choose_car {
    max-width: 240px;
    bottom: -75px;
    height: 360px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .form_step_sec {
    padding: 20px 16px;
    margin-bottom: 0 !important;
  }
  .step_heading {
    text-align: center;
    margin-bottom: 10px;
  }
  .about_section {
    padding: 15px 10px 35px;
  }

  .lender_sec {
    padding: 40px 20px 20px;
  }

  .lender_heading {
    margin-bottom: 10px;
  }
  .banner_list li::before {
    left: -7px;
    top: 3px;
    width: 8px;
  }
  .banner_list li {
    font-size: 11px;
    padding-left: 2px;
    margin-right: 0;
  }
  .winner_box {
    margin-top: 10px;
  }
  .banner_car_bx {
    margin-top: 20px;
  }
  .lender_arrow_area {
    margin-top: 15px;
  }

  .work_get_quote h2 {
    font-size: 20px;
    max-width: 90%;
    margin: 0 auto 10px;
  }

  .choose_left {
    width: 100%;
    min-height: inherit;
    height: inherit;
  }

  .money_work_sec {
    padding-bottom: 35px;
  }

  .choose_heading_heading {
    margin-bottom: 25px;
    text-align: center;
  }

  .faq-title {
    margin-bottom: 20px;
  }

  .review_cta {
    margin: 25px auto 0;
  }

  .choose_right {
    width: 100%;
  }

  .why_choose_content {
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .car_top_logo {
    max-width: 63px;
    bottom: 20px;
  }

  .choose_car {
    max-width: 170px;
    bottom: -45px;
    height: 260px;
    margin: 0 auto;
    margin-top: -45px;
    position: relative;
    left: inherit;
    transform: inherit;
  }

  .footer_top {
    justify-content: center;
    padding-bottom: 35px;
    flex-wrap: wrap;
    align-items: center;
  }

  .footer_logo img {
    max-width: 190px;
    margin: 0 auto 12px;
  }

  .footer_list ul {
    gap: 10px;
  }

  .footer_lender img {
    width: 125px;
  }

  .footer_bottom p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .footer_bottom h3 {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .footer_list {
    width: 50%;
    flex: 1;
  }
  .footer_logo {
    flex: none;
    width: 100%;
    justify-content: center;
  }
  .footer_lender {
    width: 50%;
    flex: 1;
  }

  .work_box_area {
    max-width: 320px;
    gap: 0px 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .work_img {
    width: 142px;
    height: 142px;
  }

  .work_number {
    width: 45px;
    height: 45px;
    font-size: 16px;
    left: 0;
  }

  .work_box_two::before {
    width: 85px;
    height: 85px;
    top: 61px;
    right: 75px;
    left: inherit;
    transform: rotate(-2deg);
  }

  .work_box_three::before {
    width: 100px;
    height: 100px;
    top: -112px;
    left: inherit;
    right: -15px;
    transform: scaleX(-1) rotate(-2deg);
  }

  .work_box_three::after {
    top: 60px;
    right: -98px;
  }

  .banner_right::before {
    width: 100%;
    height: 724px;
  }
  .banner_right::after {
    right: 0px;
    background: url("../images/pattern-car-ph.webp") no-repeat;
    bottom: inherit;
    top: 0;
  }
  .about_section::before {
    background-size: 100% 100% !important;
  }
  .about_section .col-md-6 {
    width: 100%;
  }
  .about_img img {
    height: auto;
  }
  .about_text {
    margin-top: 20px;
  }
  .about_text h3 br {
    display: none;
  }

  .about_text h3,
  .lender_heading h2,
  .money_work_heading h2,
  .choose_heading_heading h2,
  .faq-title,
  .review_heading h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .header_right span {
    font-size: 15px;
    display: none;
  }
  .banner_left p br {
    display: none;
  }
  .banner_star {
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .banner_right::before {
    top: -20px;
  }
  .banner_star h4 {
    font-size: 15px;
  }
  .banner_star img {
    width: 93px;
  }
  .banner_star p {
    font-size: 12px;
  }
  .banner_left h1 br {
    display: none;
  }
  .banner_left h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .banner_list {
    padding: 0 !important;
    justify-content: center;
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 15px !important;
  }

  .form_step_sec {
    margin-bottom: 20px;
  }
  .about_section::before {
    height: 48px;
  }
  .about_section::before {
    top: -46px;
  }
  .banner_section {
    margin-bottom: 50px;
  }
  .about_img span {
    max-width: 150px;
    font-size: 13px;
  }
  .about_text p {
    font-size: 15px;
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  .container_box,
  .header_section .container_box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .logo_box img {
    width: 110px;
  }
  .tel_btn {
    padding: 8px 6px;
    font-size: 13px;
    margin-right: 0;
  }
  .header_arrow {
    margin-left: 7px;
  }
}
@media (max-width: 360px) {
  .banner_list li {
    font-size: 10px;
  }
}
/*---=====Responsive-end=========--*/
