/*================================================
            [common-css] ====== Starts
================================================*/
body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-family: "Outfit";
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #1e293b;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #facc15;
}

* {
  outline: none !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

:focus {
  outline: none !important;
}

section {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: "Outfit";
}

h1 {
  font-size: 55px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
h1 span {
  color: #facc15;
}

h2 {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
h2 span {
  color: #facc15;
}

h3 {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
h3 span {
  color: #facc15;
  font-weight: 700;
}

h4 {
  font-size: 22px;
  color: #fff;
  line-height: 1;
}

p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
}

.dblk {
  display: block !important;
}

.common_wrap {
  margin-inline: 10%;
}

.common_head h3,
.common_head h4 {
  text-align: center;
  margin-bottom: 20px;
}

.common_bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.common_btn {
  font-size: 16px;
  text-transform: capitalize;
  background-color: #facc15;
  color: #0f172a;
  font-weight: 700;
  border-radius: 50px;
  font-family: "Outfit";
  text-align: center;
  border: 1px solid transparent;
  display: inline-block;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  padding: 10px 22px;
  display: inline-block;
}
.common_btn:hover {
  background-color: transparent;
  border: 1px solid #facc15;
  color: #ffffff;
  transform: scale(1.05);
}

.common_arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.5s all;
  border-radius: 100%;
  -webkit-transition: 0.5s all;
  color: #fff;
}
.common_arrow:after {
  display: none;
}

/*===== humburger-menu =====*/
.humburger {
  position: relative;
  color: #ffffff;
  font-size: 25px;
}
.humburger img {
  width: 25px;
  height: 25px;
}
.humburger .color-change {
  background-color: #fff !important;
}
.humburger .hum-pos {
  position: absolute;
  right: 20px;
  top: 0;
}

.side-menu-show {
  right: 0 !important;
}

.cls-menu {
  font-size: 22px;
}
.cls-menu img {
  width: 20px;
  filter: invert(1);
  -webkit-filter: invert(1);
  position: absolute;
  right: 15px;
  top: 15px;
}

.nv-open-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #000;
  z-index: 10;
}

/*===== header-area-sticky =====*/
.animated {
  animation-duration: 1.25s;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
header.header_area.pq-header-style-1.pq-has-sticky.pq-header-sticky {
  position: fixed;
  background-color: #0f172a;
  width: 100%;
  z-index: 100;
  padding-bottom: 30px;
}

.pq-header-sticky .top_head {
  display: none;
}

/*===== preloading =====*/
#pq-loading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#pq-loading img {
  height: 60px;
  width: auto;
  border-radius: 0;
}

/*===== Back to Top =====*/
#back-to-top .top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin: 0px;
  color: #fff;
  background-color: #003c4b;
  z-index: 999;
  font-size: 22px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 99999;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

#back-to-top .top:hover {
  opacity: 0.6;
}

.whats_app_button {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 5;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.whats_app_button:hover {
  right: 5px;
  opacity: 0.6;
}
.whats_app_button a {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  background-color: #25D366;
  box-shadow: -5px 0 20px rgba(37, 211, 102, 0.4);
  -webkit-box-shadow: -5px 0 20px rgba(37, 211, 102, 0.4);
  padding: 20px 15px;
  width: 70px;
  height: 80px;
  border-radius: 15px 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*================================================
            [common-css] ====== End
================================================*/
/*================================================
            [index] ====== Starts
================================================*/
/*===== header =====*/
.header_area {
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100%;
  height: auto;
  padding-top: 30px;
}

.logo {
  width: 155px;
  height: auto;
  display: inline-block;
  position: relative;
}
.logo:after {
  content: "";
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  background: radial-gradient(circle, #facc15 0%, rgba(250, 204, 21, 0.6) 30%, rgba(250, 204, 21, 0.2) 50%, transparent 70%);
  filter: blur(40px); /* Main blur effect */
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.logo:hover:after {
  opacity: 0.6;
}

nav {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
}
nav ul .active a,
nav ul .current-menu-item a {
  color: #facc15;
}
nav ul .active .common_btn,
nav ul .current-menu-item .common_btn {
  color: #000;
}
nav ul .active .common_btn:hover,
nav ul .current-menu-item .common_btn:hover {
  color: white;
}
nav ul li {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  position: relative;
}
nav ul li:hover .sub_menu {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}
nav ul li:hover a {
  color: #facc15;
}
nav ul li:hover .sub_menu_arrrow i {
  color: #facc15;
  transform: rotate(180deg);
}
nav ul li:last-child {
  margin-right: 0;
}
nav ul li .sub_menu li a {
  color: rgb(203, 213, 225);
}
nav ul li a {
  font-size: 16px;
  line-height: 1.2;
  color: rgb(203, 213, 225);
  font-weight: 500;
  font-family: "Outfit";
  display: inline-block;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  text-transform: capitalize;
  position: relative;
}
nav ul li a p {
  font-size: 16px;
  line-height: 1;
}
nav ul li a p small {
  font-size: 11px;
  color: rgba(203, 213, 225, 0.5);
}

.sub_menu_arrrow {
  margin-left: 5px;
  display: inline-block;
  line-height: 1.2;
  font-size: 13px;
}
.sub_menu_arrrow i {
  color: rgb(203, 213, 225);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.sub_menu_icon {
  width: 40px;
  height: 38px;
  background-color: #272b29;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.sub_menu_icon i {
  color: #facc15;
}

.sub_menu {
  position: absolute;
  min-width: 288px;
  top: calc(100% + 50px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.sub_menu li {
  width: 100%;
  padding: 12px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  border-radius: 10px;
}
.sub_menu li:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.sub_menu li:hover .sub_menu_icon {
  background-color: #facc15;
}
.sub_menu li:hover .sub_menu_icon i {
  color: #000;
}
.sub_menu li a {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.sub_menu_large {
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 550px;
}
.sub_menu_large li {
  width: 50%;
}
.sub_menu_large .sub_menu_icon {
  border-radius: 100%;
}

/*===== banner-area =====*/
.banner_area {
  background-color: #0f172a;
  position: relative;
  padding-block: 120px 50px;
  overflow: hidden;
}

.ban_circle_blur {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, #facc15 0%, rgba(250, 204, 21, 0.6) 30%, rgba(250, 204, 21, 0.2) 50%, transparent 70%);
  filter: blur(40px); /* Main blur effect */
  border-radius: 50%;
  opacity: 0.2;
  position: absolute;
  left: -90px;
  top: -40px;
}

.ban_circle_blur_2 {
  left: auto;
  top: auto;
  bottom: -30px;
  right: -60px;
}

.ban_cont {
  padding-right: 50px;
}

.ban_slogan h6 {
  display: inline-block;
  margin-bottom: 14px;
  color: #fff;
  background: #facc15;
  border: 2px solid #facc15;
  padding: 8px 14px;
  border-radius: 25px;
  font-weight: 700;
}
.ban_slogan h1 {
  margin-block: 5px 15px;
}
.ban_slogan p {
  color: #fff;
  font-size: 20px;
}

.ban_btns {
  margin-top: 30px;
}
.ban_btns ul {
  display: flex;
  gap: 15px;
  list-style: none;
}
.ban_btns ul li .common_btn {
  font-weight: 400;
}
.ban_btns ul li:nth-child(2) .common_btn {
  background-color: #171e31;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
}
.ban_btns ul li:nth-child(2) .common_btn:hover {
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255);
}
.ban_btns ul li:nth-child(3) .common_btn {
  background-color: #dc2626;
  border: 1px solid #dc2626;
  color: #fff;
}
.ban_btns ul li:nth-child(3) .common_btn:hover {
  background-color: transparent;
  border: 1px solid #dc2626;
}
.ban_btns .common_btn {
  border-radius: 10px;
}

.ban_area_img {
  border-radius: 20px;
  overflow: hidden;
  height: 325px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  animation: floatSmooth 3.2s ease-in-out infinite;
}
.ban_area_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes floatSmooth {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.banner_img_slider {
  position: relative;
}
.banner_img_slider .swiper-slide {
  padding-block: 30px;
}

.add_box {
  border-radius: 15px;
  background-color: rgba(15, 23, 42, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 15px;
  position: absolute;
  bottom: 18px;
  z-index: 2;
  left: -20px;
  animation: floatSmooth_2 2.5s ease-in-out infinite;
}
.add_box_icon {
  background-color: #373924;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #facc15;
}
.add_box h4 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 0.8;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.add_box h4 span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.add_box_top {
  top: 0px;
  left: auto;
  bottom: auto;
  right: -20px;
  animation: unset;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.add_box_top .add_box_icon {
  color: #838c8e;
}
.add_box_top h4 {
  animation: text_color_anim 3.5s infinite;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.add_box_top:hover {
  transform: scale(1.1);
}

@keyframes text_color_anim {
  0% {
    opacity: 0.9;
  }
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.9;
  }
}
/*===== trust_area =====*/
.trust_area {
  background-color: #07162c;
  padding-block: 50px;
  text-align: center;
}
.trust_area_wrap h3 {
  margin-top: 20px;
}
.trust_area .ban_btns {
  margin-block: 40px;
}
.trust_area .ban_btns ul {
  justify-content: center;
}
.trust_area .ban_btns ul .common_btn {
  display: flex;
  gap: 10px;
  background-color: #171e31;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: 30px;
  font-weight: 400;
}
.trust_area .ban_btns ul .common_btn span i {
  color: #facc15;
}
.trust_area .ban_btns ul .common_btn:hover {
  background-color: #facc15;
  border: 1px solid #facc15;
  color: #000;
}
.trust_area .ban_btns ul .common_btn:hover span i {
  color: #000;
}

.each_trust_text {
  background-color: #122239;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  text-align: left;
  position: relative;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.each_trust_text:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(120deg, transparent, rgba(250, 204, 21, 0.1333333333), transparent);
  opacity: 0;
  transition: 0.4s;
  top: 0;
  left: 0;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.each_trust_text:hover {
  border: 1px solid #facc15;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.each_trust_text:hover:after {
  opacity: 1;
}
.each_trust_text h4 {
  margin-bottom: 20px;
}
.each_trust_text p {
  font-size: 18px;
  line-height: 1.7;
}

/*===== services_area =====*/
.services_area {
  background: linear-gradient(to right, #081730, #0b1f41);
  text-align: center;
  padding-block: 50px;
}
.services_area .common_head p {
  padding-inline: 18%;
}
.services_area h2 {
  margin-bottom: 20px;
}
.services_area .trust_text {
  margin-top: 40px;
}
.services_area .trust_text .each_trust_text p {
  margin-bottom: 15px;
}

.service_icon {
  width: 55px;
  height: 55px;
  border-radius: 15px;
  color: #000;
  font-size: 25px;
  margin-bottom: 20px;
  display: inline-block;
  background-color: #facc15;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(250, 204, 21, 0.5);
  -webkit-box-shadow: 0 10px 25px rgba(250, 204, 21, 0.5);
}

.service_btns {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.learn_more_btn {
  color: #facc15;
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
  font-family: "Outfit";
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.learn_more_btn:hover {
  transform: scale(1.1);
  color: #facc15;
}

.view_all_btn {
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
  font-family: "Outfit";
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  position: relative;
  margin-top: 40px;
}
.view_all_btn:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #facc15;
  left: 0;
  bottom: -5px;
  position: absolute;
}
.view_all_btn:hover {
  transform: scale(1.1);
  color: #facc15;
}

/*===== product_area =====*/
.product_area {
  background-color: #0f172a;
  padding-block: 50px;
}
.product_area .common_head {
  padding-left: 25%;
  margin-bottom: 40px;
}
.product_area .common_head h3 span {
  font-size: 17px;
  margin-block: 20px;
  display: block;
  letter-spacing: 1.5px;
}
.product_area .common_head h3, .product_area .common_head p {
  text-align: left;
  margin: 0;
}

.line_gap {
  height: 15px;
  display: block;
}

.each_product {
  background-color: #171e31;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  height: 100%;
  position: relative;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  overflow: hidden;
}
.each_product_img {
  position: relative;
  height: 260px;
  overflow: hidden;
}
.each_product_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
}
.each_product:hover {
  border: 1px solid #facc15;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.each_product:hover img {
  transform: scale(1.2);
}
.each_product .common_btn {
  background-color: #2c2e2d;
  color: #facc15;
  border-radius: 10px;
  margin-top: 20px;
  padding-block: 15px;
  width: 100%;
}
.each_product .common_btn:hover {
  background-color: #facc15;
  color: #000;
}

.each_product_txt {
  padding: 40px 30px;
}
.each_product_txt h5 {
  font-size: 15px;
  color: #facc15;
  font-weight: 700;
  font-family: "Outfit";
}
.each_product_txt p {
  margin-block: 15px 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.price_list {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.price_list li {
  font-size: 25px;
  font-family: "Outfit";
  color: #fff;
  font-weight: 700;
}

.feature_list {
  display: flex;
  gap: 4px;
}
.feature_list li {
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  font-family: "Outfit";
  background-color: #232a3c;
  border-radius: 10px;
  padding: 5px 10px;
  color: #fff;
  gap: 4px;
}
.feature_list li span {
  color: #facc15;
}

.arrival_txt {
  background-color: #facc15;
  font-size: 14px;
  font-weight: 700;
  font-family: "Outfit";
  color: #000;
  border-radius: 25px;
  padding: 5px 10px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-transform: uppercase;
}

/*===== testimonial_area =====*/
.testimonial_area {
  position: relative;
  padding-block: 50px;
}
.testimonial_area .common_btn {
  border-radius: 15px;
  margin-top: 130px;
}
.testimonial_area:after {
  background-color: rgba(15, 23, 42, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  content: "";
}
.testimonial_area .container {
  position: relative;
  z-index: 3;
}

.testimonial_slider {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
.testimonial_slider .swiper-slide {
  background-color: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.testimonial_slider .swiper-slide:hover {
  transform: unset;
  border: 1px solid #facc15;
}
.testimonial_slider .swiper-button-next {
  right: 200px;
}
.testimonial_slider .swiper-button-prev {
  left: 200px;
}
.testimonial_slider .common_arrow {
  top: auto;
  bottom: -92px;
  z-index: 99;
}
.testimonial_slider .common_arrow i {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.testimonial_slider .common_arrow:hover {
  background-color: #facc15;
}
.testimonial_slider .common_arrow:hover i {
  transform: rotate(360deg);
  color: #000;
}
.testimonial_slider .each_trust_text {
  height: 40vh;
  overflow-y: auto;
  background: transparent;
  border: unset;
}
.testimonial_slider .each_trust_text:hover {
  transform: unset;
  border: unset;
  box-shadow: unset;
}
.testimonial_slider .each_trust_text:hover::after {
  display: none;
}
.testimonial_slider p {
  font-size: 22px;
  margin-block: 25px 55px;
  position: relative;
  z-index: 5;
  margin-right: 40px;
}
.testimonial_slider .each_trust_text {
  position: relative;
}
.testimonial_slider .each_trust_text ul {
  display: flex;
  gap: 5px;
}
.testimonial_slider .each_trust_text ul li {
  font-size: 16px;
  color: #facc15;
}

.each_testi_names {
  display: flex;
  align-items: center;
  gap: 20px;
}
.each_testi_names h5 {
  color: #fff;
  font-size: 20px;
}
.each_testi_names h6 {
  font-size: 13px;
  color: #fff;
}
.each_testi_names h6 span {
  color: #facc15;
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
  position: relative;
}
.each_testi_names h6 span:after {
  content: "";
  width: 5px;
  height: 5px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: #444957;
}

.testi_names_box {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  background-color: #facc15;
  position: relative;
}
.testi_names_box span {
  position: absolute;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 16px;
  background-color: #fff;
  color: #000000;
  bottom: -10px;
  right: -10px;
}

.testi_quote {
  font-size: 80px;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 2;
  color: #342f32;
}

.testimonial_slider .swiper-pagination-bullet {
  background-color: #7e828d;
  width: 16px;
  height: 6px;
  border-radius: 5px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.testimonial_slider .swiper-pagination-bullet-active {
  background-color: #facc15;
  width: 40px;
}

.testimonial_slider .swiper-pagination {
  bottom: -80px;
}

.rating_box {
  background-color: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 260px;
  margin: 30px auto 40px;
}
.rating_box p {
  font-size: 12px;
}
.rating_box ul {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  justify-content: center;
}
.rating_box ul li {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.rating_box ul li ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rating_box ul li ul li {
  color: #facc15;
  font-size: 14px;
}

.review_box {
  background-color: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.review_box img {
  width: 18px;
  margin-right: 18px;
}
.review_box h4 {
  margin-bottom: 0;
  font-size: 20px;
}

/*===== treatment_area =====*/
.treatment_area {
  background-color: #081d3a;
  padding-block: 50px;
}
.treatment_area h2 {
  line-height: 1.3;
  font-weight: 400;
}

.treatment_area_wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #152946;
  border-radius: 30px;
  padding: 70px 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.treatment_area_wrap .common_btn {
  box-shadow: 0 10px 25px rgba(250, 204, 21, 0.5);
  -webkit-box-shadow: 0 10px 25px rgba(250, 204, 21, 0.5);
}
.treatment_area_wrap p {
  margin-block: 15px;
}
.treatment_area_wrap .ban_btns {
  margin-block: 40px;
}
.treatment_area_wrap .ban_btns .common_btn {
  background-color: #3c4d65;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #6d7a8d;
  box-shadow: unset;
}
.treatment_area_wrap .ban_btns .common_btn span {
  color: #facc15;
  margin-right: 8px;
}
.treatment_area_wrap .ban_btns .common_btn:hover {
  background-color: #facc15;
  border: 1px solid #facc15;
  color: #000;
}
.treatment_area_wrap .ban_btns .common_btn:hover span {
  color: #000;
}

/*===== footer_area =====*/
.foot_logo_part img {
  width: 180px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  margin-bottom: 40px;
}
.foot_logo_part img:hover {
  transform: scale(1.1);
}

.footer_area {
  background-color: #172033;
  padding-block: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.foot_logo_part h4 {
  margin-block: 15px;
  font-size: 18px;
  line-height: 1.4;
}
.foot_logo_part p {
  font-size: 14px;
}

.each_foot_info h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.each_foot_info a {
  color: #fff;
  margin-bottom: 12px;
  font-weight: 400;
  display: inline-block;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  font-size: 16px;
}
.each_foot_info a:hover {
  color: #facc15;
}

.footer_area_top .col-md-3:nth-child(2) .each_foot_info {
  padding-left: 20px;
}
.footer_area_top .col-md-3:nth-child(2) .each_foot_info li a {
  position: relative;
  padding-left: 20px;
}
.footer_area_top .col-md-3:nth-child(2) .each_foot_info li a:hover:after {
  left: 5px;
}
.footer_area_top .col-md-3:nth-child(2) .each_foot_info li a:after {
  left: 0;
  top: 0;
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #897627;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.foot_social {
  display: flex;
  margin-top: 20px;
  gap: 10px;
}
.foot_social li a {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.5s all;
  border-radius: 100%;
  -webkit-transition: 0.5s all;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.foot_social li a:hover {
  background-color: #facc15;
  color: #000;
}

.footer_area_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 60px;
  padding-top: 40px;
}

.copyright_txt p {
  text-align: center;
  font-size: 14px;
}

/*================================================
            [services] ====== Starts
================================================*/
.inner_services_area {
  padding-top: 140px;
  background: #0f172a;
}
.inner_services_area .common_head p {
  padding-inline: 25%;
}
.inner_services_area .each_trust_text {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100% 100%);
  border-radius: 30px;
}
.inner_services_area .each_trust_text:hover {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 30px -10px rgba(56, 189, 248, 0.2);
  -webkit-box-shadow: 0 10px 30px -10px rgba(56, 189, 248, 0.2);
}
.inner_services_area .each_trust_text:hover:after {
  display: none;
}
.inner_services_area .each_trust_text:hover .service_icon {
  background-color: #facc15;
  color: #000;
  transform: scale(1.1);
}
.inner_services_area .each_trust_text p {
  margin-bottom: 30px !important;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner_services_area .each_trust_text .service_icon {
  background-color: #2f322f;
  width: 75px;
  height: 75px;
  border-radius: 25px;
  color: #facc15;
  box-shadow: 0 19px 53px rgba(250, 204, 21, 0.1);
  -webkit-box-shadow: 0 19px 53px rgba(250, 204, 21, 0.1);
  font-size: 35px;
  margin-bottom: 30px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.inner_services_area .each_trust_text .common_btn {
  background-color: #21283a;
  width: 120px;
  padding: 7px 8px;
  border-radius: 10px;
  border: unset;
  color: #fff;
}
.inner_services_area .each_trust_text .common_btn:hover {
  background-color: #facc15;
  color: #000;
}
.inner_services_area .each_trust_text .service_btns {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 30px;
}

/*================================================
            [services details] ====== Starts
================================================*/
.inner_banner_area .ban_area_img {
  animation: unset;
  border-radius: 40px;
  position: relative;
  min-height: 500px;
}
.inner_banner_area .ban_area_img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.6);
  top: 0;
  left: 0;
  position: absolute;
}

.inner_ban_txt {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: 50px;
  width: calc(100% - 20px);
}
.inner_ban_txt h5 {
  color: rgba(250, 204, 21, 0.6);
  letter-spacing: 4.5px;
  font-weight: 700;
  font-size: 11px;
}
.inner_ban_txt h1 {
  font-size: 50px;
  color: #fff;
  margin-block: 20px;
  text-transform: uppercase;
}
.inner_ban_txt p {
  font-size: 20px;
}

.service_dtl_area {
  background-color: #0f172a;
  padding-bottom: 80px;
}

.srv_dtl_br {
  border: 1px solid #44412c !important;
}

.service_dtl_txt .common_head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.service_dtl_txt .common_head h2 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.service_dtl_txt .common_head h2 span {
  width: 64px;
  height: 6px;
  display: inline-block;
  background-color: #facc15;
  border-radius: 5px;
  box-shadow: 0 1px 14px rgba(250, 204, 21, 0.4);
  -webkit-box-shadow: 0 1px 14px rgba(250, 204, 21, 0.4);
}

.each_service_dtl {
  background-color: #1a1f31;
  border-radius: 40px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.each_service_dtl:not(:last-child) {
  margin-bottom: 30px;
}
.each_service_dtl h2 {
  font-size: 40px;
  margin-block: 20px;
}
.each_service_dtl h5 {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
}
.each_service_dtl h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.3;
  letter-spacing: 1.5px;
}
.each_service_dtl h6 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.each_service_dtl .common_btn {
  font-size: 20px;
  padding: 18px 60px;
  margin-bottom: 20px;
  border-radius: 15px;
}
.each_service_dtl i {
  color: #ef4444;
  font-size: 30px;
}
.each_service_dtl h3 {
  font-size: 30px;
  margin-block: 20px;
  font-weight: 700;
}

.red_apply_btn {
  font-size: 16px;
  padding: 10px 14px;
  margin-bottom: 20px;
  border-radius: 15px;
  letter-spacing: 1.2px;
  border-radius: 10px;
  font-weight: 500;
  margin-top: 20px;
  background-color: #dc2626;
  border: 2px solid transparent;
  color: #fff;
  display: inline-block;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.red_apply_btn:hover {
  background-color: transparent;
  border: 2px solid #dc2626;
  color: #fff;
  transform: scale(1.1);
}

.consultation {
  display: inline-flex;
  gap: 15px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  align-items: center;
  margin-top: 20px;
}
.consultation_icon {
  border-radius: 100%;
  background-color: #44412c;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.consultation_icon i {
  font-size: 14px;
  color: #facc15;
}
.consultation h4 {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
}
.consultation h4 small {
  color: #facc15;
  letter-spacing: 1.5px;
  font-size: 14px;
  text-transform: uppercase;
}
.consultation:hover {
  padding-left: 15px;
}
.consultation:hover .consultation_icon {
  background-color: #facc15;
}
.consultation:hover .consultation_icon i {
  color: #000000;
}

/*================================================
            [our team] ====== Starts
================================================*/
.team_banner_area {
  padding-block: 0;
}
.team_banner_area .ban_area_img {
  border-radius: 0;
  border: unset;
}
.team_banner_area .ban_area_img:after {
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.7), rgb(15, 23, 42));
}
.team_banner_area .ban_area_img .ban_slogan {
  left: 50%;
  position: absolute;
  width: 100%;
  max-width: 750px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding-top: 100px;
}
.team_banner_area .ban_area_img .ban_slogan h1 {
  font-size: 60px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  position: relative;
}
.team_banner_area .ban_area_img .ban_slogan h1:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 90px;
  height: 4px;
  display: inline-block;
  background-color: #facc15;
  border-radius: 5px;
  box-shadow: 0 1px 14px rgba(250, 204, 21, 0.4);
  -webkit-box-shadow: 0 1px 14px rgba(250, 204, 21, 0.4);
}
.team_banner_area .ban_area_img .ban_slogan h6 {
  background-color: #44412c;
  color: #facc15;
  text-transform: uppercase;
  border: 1px solid rgba(250, 204, 21, 0.2);
  font-size: 12px;
  padding: 8px 22px;
  letter-spacing: 1px;
  font-weight: 500;
}

.our_team_area {
  background: #0f172a;
  padding-bottom: 80px;
}
.our_team_area .common_head {
  margin-bottom: 40px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 40px;
}
.our_team_area .common_head h2 {
  margin-bottom: 15px;
}

.each_team_box {
  background-color: #1b2335;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.each_team_box_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 203px;
  background-color: #3d3e3b;
}
.each_team_box_img i {
  font-size: 50px;
  color: #facc15;
}

.each_team_box_txt {
  padding: 40px;
}
.each_team_box_txt h3 {
  font-size: 25px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}
.each_team_box_txt h4 {
  font-size: 20px;
  color: #facc15;
  font-weight: 700;
  letter-spacing: 2px;
  margin-block: 15px;
}

.inner_banner_area .ban_area_img {
  min-height: 400px;
}

/*================================================
            [about us] ====== Starts
================================================*/
.about_ban_bottom_area {
  background: #0f172a;
  padding-bottom: 80px;
}
.about_ban_bottom_area .common_head {
  padding-inline: 10%;
}
.about_ban_bottom_area .common_head h6 {
  color: #facc15;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.about_ban_bottom_area .common_head h2 {
  font-size: 40px;
  margin-block: 15px 30px;
}

.our_story_txt {
  margin-inline: 10%;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(203, 213, 225, 0.09);
}
.our_story_txt h4 {
  color: #facc15;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
}
.our_story_txt h4 span {
  width: 64px;
  height: 3px;
  display: inline-block;
  background-color: #facc15;
  border-radius: 5px;
  box-shadow: 0 1px 14px rgba(250, 204, 21, 0.4);
  -webkit-box-shadow: 0 1px 14px rgba(250, 204, 21, 0.4);
}
.our_story_txt h2 {
  margin-block: 30px;
  font-size: 40px;
}

.why_choose_area {
  background: #0f172a;
  padding-block: 0 80px;
}
.why_choose_area .common_head {
  padding-inline: 10%;
  margin-bottom: 40px;
}
.why_choose_area .common_head p {
  padding-inline: 0;
}
.why_choose_area .common_head h6 {
  color: #facc15;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.why_choose_area .common_head h2 {
  margin-block: 25px;
  font-size: 40px;
}
.why_choose_area .trust_text {
  padding-inline: 10%;
}
.why_choose_area .trust_text .each_trust_text {
  border-radius: 20px;
  padding: 25px;
}
.why_choose_area .trust_text .each_trust_text p {
  overflow: unset;
  display: unset;
  line-clamp: unset !important;
  font-size: 16px;
  line-height: 1.3;
}
.why_choose_area .trust_text .service_icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  font-size: 22px;
}

.our_expertise_area {
  background: #0f172a;
  padding-bottom: 80px;
}
.our_expertise_area .common_head {
  margin-bottom: 40px;
}
.our_expertise_area .common_head p {
  padding-inline: 50px;
}
.our_expertise_area .common_head h6 {
  color: #facc15;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.our_expertise_area .common_head h2 {
  margin-block: 15px;
}

.our_expertise_wrap {
  margin-inline: 10%;
  background-color: #1a1f31;
  border-radius: 40px;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.expertise_boxes .consultation:hover {
  padding-left: 0;
}
.expertise_boxes .consultation_icon {
  border-radius: 10px;
  width: 60px;
  height: 40px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.expertise_boxes h4 {
  width: calc(100% + 40px);
}

.commitment_area {
  background: #0f172a;
  padding-bottom: 80px;
}
.commitment_area .common_head {
  margin-bottom: 40px;
}
.commitment_area .common_head p {
  padding-inline: 50px;
}
.commitment_area .common_head h6 {
  background-color: #44412c;
  color: #facc15;
  text-transform: uppercase;
  border: 1px solid rgba(250, 204, 21, 0.2);
  font-size: 12px;
  padding: 8px 22px;
  letter-spacing: 1px;
  font-weight: 500;
  display: inline-block;
  border-radius: 30px;
}
.commitment_area .common_head h2 {
  margin-block: 15px;
  font-size: 40px;
}

.book_service_box {
  background-color: #1a1f31;
  border-radius: 40px;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.book_service_box i {
  font-size: 40px;
  color: #facc15;
}
.book_service_box h4 {
  margin-block: 20px 30px;
  font-weight: 500;
}
.book_service_box h4 i {
  color: #facc15;
  font-size: 22px;
}
.book_service_box .common_btn {
  padding: 12px 35px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.book_service_box .common_btn i {
  font-size: 18px;
  color: #000;
}

.experience_area {
  background: #0f172a;
  padding-bottom: 80px;
}
.experience_area .common_head {
  margin-bottom: 40px;
}
.experience_area .common_head p {
  padding-inline: 50px;
}
.experience_area .common_head h6 {
  color: #facc15;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.experience_area .common_head h2 {
  margin-block: 15px;
  font-size: 40px;
}
.experience_area .each_trust_text {
  overflow: hidden;
  background-color: #1a1f31;
  border-radius: 40px;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.experience_area .each_trust_text:hover {
  border: 1px solid rgba(250, 204, 21, 0.5);
}
.experience_area .each_trust_text:hover:after {
  display: none;
}
.experience_area .each_trust_text h4 {
  font-weight: 700;
}
.experience_area .each_trust_text .service_icon {
  background-color: #232a3c;
  color: #fff;
  box-shadow: unset;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.experience_area .each_trust_text .service_icon i {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.experience-stepBox.experience-active {
  background: linear-gradient(120deg, transparent, rgba(68, 64, 38, 0.8), transparent);
  border: 1px solid rgba(250, 204, 21, 0.5);
  box-shadow: 0 1px 14px rgba(250, 204, 21, 0.4);
  -webkit-box-shadow: 0 1px 14px rgba(250, 204, 21, 0.4);
}
.experience-stepBox.experience-active .service_icon {
  background-color: #facc15;
  color: #000000;
}
.experience-stepBox.experience-active .service_icon i {
  transform: rotate(360deg);
}
.experience-stepBox.experience-active h4 {
  color: #facc15;
}

.experience-actionPanel {
  display: none;
}

.experience-trackLine {
  background-color: #1a1f31;
  border-radius: 40px;
  height: 5px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 1px 14px rgba(250, 204, 21, 0.4);
  -webkit-box-shadow: 0 1px 14px rgba(250, 204, 21, 0.4);
}

.experience-progressArea {
  margin-top: 40px;
}

.experience-fillLine {
  background: #facc15;
  width: 0%;
  height: 100%;
  border-radius: 40px;
  transition: width 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  box-shadow: 0 0 6px #3b82f6;
}

/*================================================
            [shop cars us] ====== Starts
================================================*/
.shop_cars_area {
  background: #0f172a;
  padding-block: 140px 80px;
}
.shop_cars_area .common_head p {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  margin-top: 20px;
}
.shop_cars_area .each_product_img {
  position: relative;
}
.shop_cars_area .each_product_img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, transparent 60%);
  top: 0;
  left: 0;
  position: absolute;
}
.shop_cars_area .each_product {
  background-color: #151c2f;
}
.shop_cars_area .each_product_txt p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
}
.shop_cars_area .products {
  padding-top: 50px;
}
.shop_cars_area .arrival_txt {
  bottom: auto;
  top: 15px;
  left: auto;
  right: 30px;
  background-color: #3c4138;
  color: #4ad87e;
  border: 1px solid #52564e;
}
.shop_cars_area .feature_list {
  gap: 15px;
}
.shop_cars_area .feature_list li {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.shop_cars_area .feature_list li span {
  text-align: center;
  font-size: 14px;
}

.cars_btns {
  display: flex;
  gap: 15px;
}
.cars_btns li {
  flex-grow: 1;
}
.cars_btns li:first-child .common_btn {
  background-color: #232a3c;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
}
.cars_btns li:first-child .common_btn:hover {
  background-color: transparent;
}
.cars_btns li:last-child .common_btn {
  background-color: #facc15;
  color: #000;
}
.cars_btns li:last-child .common_btn:hover {
  background-color: transparent;
  color: #fff;
}
.cars_btns .common_btn {
  width: 100%;
}

.shop_cars_modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.shop_cars_modal .modal-content {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 30px;
  padding: 40px 30px;
}
.shop_cars_modal .modal-content h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 25px;
}
.shop_cars_modal .modal-content h5 {
  color: #facc15;
  font-weight: 700;
}
.shop_cars_modal .modal-header {
  border-bottom: unset;
  position: absolute;
  padding: 0;
  right: 0;
  top: 30px;
  right: 30px;
  z-index: 2;
}
.shop_cars_modal .modal-header button {
  background: unset;
  color: #fff;
  font-size: 18px;
  opacity: 1;
}
.shop_cars_modal .common_btn {
  width: 100%;
}
.shop_cars_modal form {
  margin-top: 30px;
}
.shop_cars_modal form .common_btn {
  border-radius: 15px;
  padding-block: 16px;
  font-size: 20px;
}

.form_style,
.form_text,
.select_style {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 58px;
  font-family: "Outfit";
  font-size: 16px;
  color: rgb(255, 255, 255);
  width: 100%;
  border-radius: 15px;
  padding: 15px;
}
.form_style:focus,
.form_text:focus,
.select_style:focus {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #facc15;
  box-shadow: unset;
  outline: unset;
  color: rgb(255, 255, 255);
}

.form_style::-moz-placeholder, .select_style::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.form_style::placeholder,
.select_style::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.form_text {
  height: 100px;
}

/*================================================
            [shop cars details] ====== Starts
================================================*/
.cars_dtl_area {
  background: #0f172a;
  padding-block: 120px 80px;
}
.cars_dtl_area .common_head {
  margin-bottom: 40px;
}
.cars_dtl_area .common_head h1 {
  font-size: 45px;
}

.cars_dtl_cont .each_product {
  border-radius: 40px;
}
.cars_dtl_cont .each_product_txt {
  padding: 40px;
}
.cars_dtl_cont .each_product li {
  height: auto;
}
.cars_dtl_cont .each_product:hover {
  pointer-events: none;
  transform: unset;
  border-color: rgba(203, 213, 225, 0.05);
}
.cars_dtl_cont .our_expertise_area {
  padding-bottom: 0;
}
.cars_dtl_cont .price_list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 25px;
}
.cars_dtl_cont .price_list li:first-child {
  font-size: 50px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.cars_dtl_cont .price_list li:first-child p {
  color: #facc15;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
}
.cars_dtl_cont .feature_list {
  gap: 15px;
}
.cars_dtl_cont .feature_list li {
  letter-spacing: 1.1px;
  font-size: 11px;
  text-transform: uppercase;
}
.cars_dtl_cont .feature_list li:first-child {
  color: #facc15;
  text-transform: uppercase;
  border: 1px solid rgba(250, 204, 21, 0.2);
  background-color: #44412c;
}
.cars_dtl_cont .feature_list li:nth-child(2) {
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.cars_dtl_cont .our_expertise_wrap {
  margin-inline: 0;
}
.cars_dtl_cont .our_expertise_wrap .common_head {
  margin-bottom: 20px;
}
.cars_dtl_cont .our_expertise_wrap .common_head h2, .cars_dtl_cont .our_expertise_wrap .common_head p {
  text-align: left;
}
.cars_dtl_cont .our_expertise_wrap .common_head h2 {
  font-size: 30px;
}
.cars_dtl_cont .our_expertise_wrap .common_head p {
  font-size: 14px;
  color: #8998ad;
  font-weight: 700;
  padding-inline: 0;
  letter-spacing: 1.2px;
}
.cars_dtl_cont .consultation .consultation_icon {
  background-color: #232a3c;
  width: 50px;
}
.cars_dtl_cont .consultation h4 {
  width: calc(100% - 50px);
  font-weight: 500;
}
.cars_dtl_cont .consultation h4 small {
  color: #8998ad;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}
.cars_dtl_cont .feature_list .consultation:hover .consultation_icon i {
  color: #facc15;
}
.cars_dtl_cont .sellers_list .consultation_icon {
  background-color: #182e35;
}
.cars_dtl_cont .sellers_list .consultation_icon i {
  color: #22c55e;
}
.cars_dtl_cont .sellers_list .consultation:hover .consultation_icon {
  background-color: #22c55e;
}
.cars_dtl_cont .sellers_list .consultation:hover .consultation_icon i {
  color: #ffffff;
}

.dtl_big_img {
  border-radius: 30px;
}

.dtl_img ul {
  list-style: none;
}
.dtl_img ul li {
  height: 120px;
  border-radius: 20px;
  overflow: hidden;
}
.dtl_img ul li a {
  display: block;
  height: 100%;
}
.dtl_img ul li a figure {
  height: 100%;
}
.dtl_img ul li a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cars_dtl_form_area {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(250, 204, 21, 0.5);
  border-radius: 40px;
  padding: 30px;
}
.cars_dtl_form_area .common_head {
  margin-bottom: 0;
}
.cars_dtl_form_area .common_head h2 {
  font-size: 24px;
}
.cars_dtl_form_area .common_head h2 span {
  font-size: 18px;
  margin-left: 10px;
}
.cars_dtl_form_area .consultation:hover {
  padding-left: 0;
}
.cars_dtl_form_area .consultation:hover .consultation_icon i {
  color: #facc15;
}
.cars_dtl_form_area .consultation .consultation_icon {
  background-color: #232a3c;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 15px;
}
.cars_dtl_form_area .consultation .consultation_icon i {
  font-size: 16px;
}
.cars_dtl_form_area .consultation .consultation_txt h4 {
  font-weight: 700;
  font-size: 20px;
}
.cars_dtl_form_area .consultation .consultation_txt h5 {
  color: #8998ad;
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
}
.cars_dtl_form_area .consultation .consultation_txt h5 span {
  font-size: 12px;
  background-color: #facc15;
  padding: 3px 6px;
  color: #000;
  border-radius: 8px;
  margin-right: 10px;
}
.cars_dtl_form_area form .form_style {
  height: 45px;
  border-radius: 10px;
}
.cars_dtl_form_area input[type=date]::-webkit-calendar-picker-indicator,
.cars_dtl_form_area input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.cars_dtl_form_area .common_btn {
  border-radius: 15px;
  font-size: 18px;
}

.scheduled_btn {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.form_disclm {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.recomendation_area {
  padding-block: 0 80px;
}
.recomendation_area .each_product {
  border-radius: 30px;
}
.recomendation_area .each_product_img {
  height: 200px;
}
.recomendation_area .swiper-slide {
  height: 100%;
}
.recomendation_area .swiper-slide .each_product {
  height: 100%;
}

/*================================================
            [contact] ====== Starts
================================================*/
.contact_form_area {
  background: #0f172a;
  padding-block: 120px 80px;
}
.contact_form_area .common_head p {
  font-size: 18px;
  margin-block: 15px;
  color: #94a3b4;
}
.contact_form_area .contact_form {
  background-color: #171f32;
  border-radius: 40px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.contact_form_area .contact_form .consultation_icon {
  background: transparent;
  border: unset;
  padding: 0;
  width: auto;
  height: auto;
}
.contact_form_area .contact_form .consultation_icon i {
  font-size: 28px;
}
.contact_form_area .contact_form .common_btn {
  border-radius: 15px;
  font-size: 18px;
  padding-block: 18px;
}
.contact_form_area .contact_form .consultation_txt h4 {
  font-size: 28px;
  font-weight: 900;
}
.contact_form_area .contact_form .consultation {
  margin-bottom: 25px;
}
.contact_form_area .contact_form .consultation:hover {
  padding-left: 0;
}
.contact_form_area .contact_form .consultation:hover .consultation_icon i {
  color: #facc15;
}
.contact_form_area .contact_form:hover {
  border: 1px solid #facc15;
  transform: translateY(-8px);
}

.get_in_part p, .get_in_part h4 span {
  color: #94a3b4;
  font-weight: 400;
  font-size: 14px;
}
.get_in_part .consultation {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  align-items: flex-start;
}
.get_in_part .consultation h4 span, .get_in_part .consultation p {
  margin-top: 5px;
}
.get_in_part .consultation .consultation_icon {
  background-color: #171e31;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 44px;
  height: 44px;
}
.get_in_part .consultation .consultation_icon h4 {
  font-size: 16px;
}
.get_in_part .consultation .consultation_txt {
  width: calc(100% - 44px);
}
.get_in_part .consultation:hover {
  padding-left: 0;
}
.get_in_part .consultation:hover h4 span, .get_in_part .consultation:hover p {
  color: #facc15;
}
.get_in_part .consultation:hover .consultation_icon {
  background-color: #facc15;
}

.open_hours {
  background-color: #171e31;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  padding: 25px;
}
.open_hours h6 {
  color: #facc15;
  font-size: 14px;
}
.open_hours ul {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.open_hours ul li {
  border-radius: 10px;
  background-color: #232a3c;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
}
.open_hours ul li span {
  font-size: 16px;
  color: #fff;
}
.open_hours ul li:nth-child(3) span {
  color: #facc15;
  text-transform: uppercase;
}

.open_hours_head {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}
.open_hours_head i {
  color: #facc15;
}
.open_hours_head p {
  font-weight: 700;
  color: #ffffff;
}
.open_hours_head h6 {
  font-size: 12px;
}

.form_label {
  color: #909fb3;
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 15px;
}

.select_style {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/down_arrow.png) rgba(255, 255, 255, 0.05) no-repeat 95% center/10px;
}

.select_style option {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
}

.select_style option:checked {
  color: #fff;
  background-color: #000;
}

.select_style option:hover {
  background-color: #000;
  color: #fff;
}

.location_map {
  text-align: center;
}
.location_map .consultation {
  margin-top: 0;
}
.location_map .common_btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 10px 40px !important;
}

.map_sec {
  border-radius: 30px;
  overflow: hidden;
}
.map_sec iframe {
  width: 100%;
  height: 500px;
}

/*================================================
            [blog] ====== Starts
================================================*/
.blog_area .each_product {
  display: block;
}
.blog_area .each_product .each_product_txt p {
  -webkit-line-clamp: 3;
}
.blog_area .each_product .price_list {
  align-items: center;
}
.blog_area .each_product .price_list h5 {
  background-color: #44412c;
  color: #facc15;
  text-transform: uppercase;
  border: 1px solid rgba(250, 204, 21, 0.2);
  font-size: 12px;
  padding: 8px 22px;
  letter-spacing: 1px;
  font-weight: 500;
  display: inline-block;
  border-radius: 30px;
}
.blog_area .each_product .price_list h6 {
  font-size: 12px;
  color: #b7bac0;
}
.blog_area .each_product h4 {
  color: #fff;
  font-weight: 700;
  margin-block: 20px;
  line-height: 1.5;
}
.blog_area .each_product p {
  color: #b7bac0;
  font-size: 14px;
}
.blog_area .each_product:hover .rd_story_btn span {
  padding-left: 10px;
}

.rd_story_btn {
  color: #facc15;
  border: unset;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  text-transform: capitalize;
  font-family: "Outfit";
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  font-weight: 700;
}
.rd_story_btn span {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

/*================================================
            [blog_dtl] ====== Starts
================================================*/
.blog_dtl_area .each_product_txt p {
  display: block;
  overflow: unset;
  -webkit-line-clamp: unset;
  font-size: 16px;
  color: #fff;
}
.blog_dtl_area .products {
  padding-top: 30px;
}
.blog_dtl_area .each_product_img {
  height: 430px;
}

.price_list {
  justify-content: unset;
  gap: 15px;
}

.ylow_txt {
  color: #facc15;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  font-weight: 700;
}
.ylow_txt:hover {
  opacity: 0.6;
  color: #facc15;
}

.red_txt {
  color: red;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  font-weight: 700;
}
.red_txt:hover {
  opacity: 0.6;
  color: #facc15;
}

.back_btn {
  color: #fff;
  font-family: "Outfit";
  display: inline-flex;
  gap: 10px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.blog_dtl_area h2 {
  font-size: 35px;
}

/*================================================
            [blog_dtl] ====== Starts
================================================*/
.blog_area .common_head h2 {
  font-size: 38px;
}

/*================================================
            [car financing] ====== Starts
================================================*/
.car_finance_ban .ban_slogan {
  max-width: 100% !important;
}
.car_finance_ban .ban_slogan h1 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.car_finance_ban .ban_slogan h1:after {
  display: none !important;
}
.car_finance_ban .ban_slogan p {
  margin-block: 25px;
}
.car_finance_ban .common_btn {
  display: inline-flex;
  gap: 15px;
  border-radius: 15px;
  padding: 16px 30px;
  font-size: 18px;
}

.finance_img {
  border-radius: 40px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  height: 100%;
}
.finance_img:hover {
  border: 1px solid #facc15;
  transform: translateY(-8px);
}
.finance_img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, transparent 60%);
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 40px;
}
.finance_img img {
  border-radius: 40px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.finance_img .do_know_txt {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  border: 1px solid rgba(250, 204, 21, 0.3);
  background-color: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  width: calc(100% - 50px);
  padding: 20px;
  border-radius: 20px;
}
.finance_img .do_know_txt h5 {
  color: #facc15;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.finance_img .do_know_txt p {
  color: #fff;
  font-size: 14px;
}

.finance_dtl_area .common_head {
  border-bottom: unset;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.finance_dtl_area .common_head h2 {
  font-size: 30px;
}
.finance_dtl_area .common_head h2 span {
  width: 3px;
  height: 35px;
}
.finance_dtl_area .each_service_dtl {
  border-radius: 20px;
  padding: 20px;
}
.finance_dtl_area .each_service_dtl h4 {
  margin-bottom: 15px;
  font-size: 18px;
}
.finance_dtl_area .each_service_dtl p {
  font-size: 14px;
  line-height: 1.3;
}

.finance_choose_area .common_head h2 {
  margin-top: 0;
  position: relative;
  padding-bottom: 25px;
}
.finance_choose_area .common_head h2:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 90px;
  height: 4px;
  display: inline-block;
  background-color: #facc15;
  border-radius: 5px;
  box-shadow: 0 1px 14px rgba(250, 204, 21, 0.4);
  -webkit-box-shadow: 0 1px 14px rgba(250, 204, 21, 0.4);
}
.finance_choose_area .trust_text {
  padding-inline: 0;
}
.finance_choose_area .each_trust_text .service_icon {
  width: 0;
  height: 0;
  background: transparent;
  display: inline-block;
  margin-bottom: 50px;
}
.finance_choose_area .each_trust_text .service_icon i {
  font-size: 30px;
}
.finance_choose_area .each_trust_text:hover .service_icon {
  background: transparent;
}
.finance_choose_area .each_trust_text:hover .service_icon i {
  color: #facc15;
}
.finance_choose_area .each_trust_text h4 {
  font-weight: 700;
}

/*================================================
            [repair financing] ====== Starts
================================================*/
.repair_cont_area {
  padding-top: 50px;
}
.repair_cont_area .service_dtl_txt {
  border-bottom: 1px solid rgba(203, 213, 225, 0.05);
  padding-bottom: 80px;
}
.repair_cont_area .common_head h2 span {
  width: unset;
  height: unset;
  display: inline-block;
  background-color: unset;
  box-shadow: unset;
}
.repair_cont_area .expertise_boxes .consultation h4 {
  font-size: 18px;
  font-weight: 700;
}
.repair_cont_area .expertise_boxes .consultation h4 span {
  font-size: 16px;
  font-weight: 400;
}
.repair_cont_area .expertise_boxes .consultation_icon {
  width: 50px;
  height: 40px;
}
.repair_cont_area .do_know_txt {
  background-color: rgba(0, 0, 0, 0.4);
}

.how_works_box {
  text-align: center;
}
.how_works_box .works_icon {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  width: 70px;
  height: 70px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.how_works_box .each_trust_text {
  text-align: center;
  background: unset;
  border: unset;
}
.how_works_box:hover .works_icon {
  background-color: #facc15;
  color: #000;
}
.how_works_box:hover .each_trust_text {
  transform: unset;
  background: unset;
  border: unset;
  box-shadow: unset;
}

.how_works_area .trust_text .col-lg-4:nth-child(odd) .how_works_box:hover .works_icon {
  transform: rotate(35deg);
}
.how_works_area .trust_text .col-lg-4:nth-child(even) .how_works_box:hover .works_icon {
  transform: rotate(-35deg);
}

/*================================================
            [faq] ====== Starts
================================================*/
.faq_area p {
  color: #8c9aaf;
}
.faq_area .accordion-button::after {
  background-image: unset;
  font-family: "Outfit";
  content: "+";
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 15px;
}
.faq_area .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: unset;
}
.faq_area .accordion-button:not(.collapsed) {
  color: #ffffff;
  background: #111829;
  font-size: 20px;
  font-family: "NunitoSansExtraBold";
}
.faq_area .accordion-item {
  border: none;
  background: #0f172a;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 20px;
}
.faq_area .accordion-button {
  font-size: 20px;
  font-family: "NunitoSansExtraBold";
  color: #ffffff;
  letter-spacing: 1px;
  background-color: transparent;
}
.faq_area .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.faq_area .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faq_area .accordion-body {
  padding-top: 0;
}
.faq_area .accordion-body p {
  text-align: left;
}
.faq_area .accordion-body h6 {
  color: #fff;
}

.faq_cont {
  padding-top: 40px;
}
.faq_cont .common_btn {
  background-color: #232a3c;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding-block: 15px;
}

/*================================================
            [privacy] ====== Starts
================================================*/
.privacy_area {
  padding-top: 120px;
}
.privacy_area .common_head h1 {
  font-size: 40px;
  text-transform: capitalize;
}
.privacy_area .common_head ul {
  margin-top: 20px;
}
.privacy_area .common_head ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.privacy_area .common_head ul li:last-child {
  margin-bottom: 0;
}
.privacy_area .common_head ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  top: 12px;
  border-radius: 100%;
  left: 0;
  position: absolute;
}

/*================================================
            [404] ====== Starts
================================================*/
.four_zero_area {
  padding-top: 160px;
}
.four_zero_area .common_head {
  position: relative;
  z-index: 2;
}
.four_zero_area .common_head:after {
  content: "404";
  font-size: 160px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  font-family: "Outfit";
}

.four_zero_icon span {
  width: 90px;
  height: 90px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3e3b26;
}
.four_zero_icon span i {
  color: #facc15;
  font-size: 45px;
}

/*================================================
            [finance helper] ====== Starts
================================================*/
.finance_helping_area {
  background: #0f172a;
  padding-block: 120px 80px;
}
.finance_helping_area .col-lg-6:nth-child(2) .finance_img h3 span {
  color: #f26522;
}
.finance_helping_area .col-lg-6:nth-child(2) .consultation_icon i {
  color: #f26522;
}
.finance_helping_area .col-lg-6:nth-child(2) .finance_img_outer:hover {
  box-shadow: 0 0 50px rgba(242, 101, 34, 0.15);
  -webkit-box-shadow: 0 0 50px rgba(242, 101, 34, 0.15);
}
.finance_helping_area .common_head {
  margin-bottom: 80px;
}
.finance_helping_area .common_head p {
  color: #8c9aaf;
  margin-inline: 25%;
}
.finance_helping_area .finance_img_outer {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 3px;
  border-radius: 40px;
  background-color: #182032;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  height: 100%;
}
.finance_helping_area .finance_img_outer:hover {
  border-color: rgba(250, 204, 21, 0.4);
  transform: translateY(-8px);
  box-shadow: 0 0 50px rgba(56, 189, 248, 0.15);
  -webkit-box-shadow: 0 0 50px rgba(56, 189, 248, 0.15);
}
.finance_helping_area .finance_img_outer:hover .common_btn {
  box-shadow: 0 5px 9px rgba(250, 204, 21, 0.2);
  -webkit-box-shadow: 0 5px 9px rgba(250, 204, 21, 0.2);
  transform: scale(1.01);
}
.finance_helping_area .finance_img_outer .finance_img {
  padding: 40px;
  border-radius: 40px;
  border: unset;
  background-color: #0f172a;
  overflow: hidden;
  position: relative;
}
.finance_helping_area .finance_img_outer .finance_img .expertise_boxes {
  padding-bottom: 120px;
}
.finance_helping_area .finance_img_outer .finance_img .ban_circle_blur {
  left: auto;
  right: -100px;
  top: -90px;
  width: 250px;
  height: 250px;
  z-index: 1;
}
.finance_helping_area .finance_img_outer .finance_img:hover {
  transform: unset;
}
.finance_helping_area .finance_img_outer .finance_img:after {
  display: none;
}
.finance_helping_area .finance_img_outer .finance_img .common_btn {
  background-color: #232a3c;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: 15px;
  padding-block: 18px;
  font-size: 17px;
  position: absolute;
  bottom: 40px;
  width: calc(100% - 40px) !important;
  left: 50%;
  transform: translateX(-50%);
}
.finance_helping_area .finance_img_outer .finance_img .common_btn span {
  margin-left: 10px;
}
.finance_helping_area .finance_img_outer .finance_img .common_btn:hover {
  background-color: #facc15;
  color: #000;
}
.finance_helping_area .finance_img_outer .finance_img .consultation {
  gap: 25px;
}
.finance_helping_area .finance_img_outer .finance_img .consultation .consultation_icon {
  width: 0;
  height: 0;
  background-color: transparent;
}
.finance_helping_area .finance_img_outer .finance_img .consultation:hover i {
  color: #facc15;
}
.finance_helping_area .finance_img_outer .finance_img .consultation h4 {
  color: #8c9aaf;
}
.finance_helping_area .finance_img_outer p {
  color: #8c9aaf;
}

.repair_return_btn {
  display: inline-block;
  color: #8c9aaf;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 40px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  position: relative;
  letter-spacing: 1.2px;
}
.repair_return_btn span {
  right: 8px;
  position: relative;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.repair_return_btn:hover {
  color: #fff;
}
.repair_return_btn:hover span {
  right: 16px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.help_box {
  display: inline-flex;
  gap: 15px;
  position: relative;
  z-index: 4;
}
.help_box .help_box_img {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.help_box .help_box_img img {
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.help_box h3 {
  font-weight: 900;
  font-size: 24px;
}
.help_box h3 span {
  color: #facc15;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/*================================================
            [Apply Financing] ====== Starts
================================================*/
.apply_form_outer {
  background-color: #171e31;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 40px;
  height: 100%;
  position: relative;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0;
  padding: 40px;
}
.apply_form_outer:hover {
  border: 1px solid #facc15;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.apply_form_outer .progress_name {
  display: flex;
  justify-content: space-between;
}
.apply_form_outer .progress_name li {
  color: #94a3b8;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center !important;
  margin-top: 15px;
  font-size: 10px;
  width: auto;
}
.apply_form_outer .progress_name li:first-child {
  margin-right: 25px;
}
.apply_form_outer .progress_name li:last-child {
  margin-left: 25px;
}
.wpcf7-response-output {
  color: #fff !important;
}

.apply_form_footer {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.apply_form_footer .common_btn {
  font-size: 12px;
  border-radius: 10px;
  background-color: #202739;
  border: 2px solid #363c4c;
  color: #fff;
  padding: 14px 40px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.apply_form_footer .common_btn:hover {
  background-color: #facc15;
  border: 2px solid transparent;
  color: #000;
  transform: unset;
}
.apply_form_footer .common_btn:hover i {
  right: -10px;
}
.apply_form_footer .common_btn i {
  font-size: 12px;
  position: relative;
  right: -5px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.apply_form_footer #prevBtn {
  background: transparent;
  color: #94a3b8;
  border: unset;
  padding: 0;
}
.apply_form_footer #prevBtn i {
  left: -5px;
}
.apply_form_footer #prevBtn:hover {
  color: #fff;
}
.apply_form_footer #prevBtn:hover i {
  left: -10px;
}
.apply_form_footer .pegination {
  color: #94a3b8;
  font-size: 11px;
  font-family: "Outfit";
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

#multiStepForm h2 {
  font-size: 28px;
  position: relative;
  padding-left: 25px;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#multiStepForm h2 span {
  color: #facc15;
  font-size: 22px;
  margin-top: 10px;
  display: inline-block;
}
#multiStepForm h2:after {
  width: 8px;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: calc(100% - 5px);
  display: inline-block;
  background-color: #facc15;
  border-radius: 5px;
  box-shadow: 0 1px 14px rgba(250, 204, 21, 0.4);
  -webkit-box-shadow: 0 1px 14px rgba(250, 204, 21, 0.4);
  position: absolute;
  border-radius: 15px;
}
#multiStepForm .form_label {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.6px;
  font-weight: 700;
}
#multiStepForm #step-1 .each_form_style {
  position: relative;
}
#multiStepForm #step-1 .each_form_style .select_style {
  background: none;
  padding-left: 50px;
}
#multiStepForm #step-1 .each_form_style .slect_img {
  top: calc(50% + 20px);
  transform: translateY(-50%);
  color: rgba(250, 204, 21, 0.5);
  left: 20px;
  font-size: 15px;
  position: absolute;
}
#multiStepForm .scurity_input {
  height: 84px;
  font-size: 25px;
  letter-spacing: 4px;
}
#multiStepForm .scurity_input ::-moz-placeholder {
  font-size: 25px;
  letter-spacing: 4px;
}
#multiStepForm .scurity_input ::placeholder {
  font-size: 25px;
  letter-spacing: 4px;
}
#multiStepForm input[type=number]::-webkit-outer-spin-button,
#multiStepForm input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#multiStepForm input[type=number] {
  -moz-appearance: textfield;
}
#multiStepForm .custom-checkbox {
  cursor: pointer;
  width: 100%;
}
#multiStepForm .custom-checkbox .form_style {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 16px;
  height: 45px;
}
#multiStepForm .custom-checkbox input {
  display: none;
}
#multiStepForm .checkmark {
  display: inline-block;
  position: relative;
  z-index: 2;
}
#multiStepForm .custom-checkbox input:checked + .checkmark {
  background-color: #facc15;
  color: #000;
}
#multiStepForm .custom-checkbox input:checked + .checkmark::after {
  content: "";
  font-size: 12px;
  line-height: 1;
  color: #F48120;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#multiStepForm .income_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#multiStepForm .income_list .form_style {
  width: auto;
  padding-left: 35px;
}
#multiStepForm .income_list .custom-checkbox input:checked + .checkmark {
  background-color: transparent;
  color: #ffffff;
}
#multiStepForm .income_list .custom-checkbox input:checked + .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  background-color: #facc15;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  color: #000;
  left: 9px !important;
  top: calc(50% + 1px);
  left: auto;
  transform: translateX(auto);
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.progress-container {
  position: relative;
}

.step-circle {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: #0f172a;
  z-index: 2;
  transition: all 0.3s;
  position: relative;
  font-family: "Outfit";
  color: #94a3b8;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.step-circle span {
  transform: rotate(-45deg);
}

.progress-step.active .step-circle {
  background: #facc15;
  color: #000;
  transform: rotate(45deg);
  border-radius: 10px;
}
.progress-step.active .step-circle span {
  transform: rotate(-45deg);
}

.progress-step.completed .step-circle {
  background: #facc15;
  color: #000;
  transform: rotate(45deg);
  border-radius: 10px;
}
.progress-step.completed .step-circle span {
  transform: rotate(-45deg);
}

.progress-line {
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1;
}

.progress-fill {
  height: 100%;
  background: #facc15;
  transition: width 0.4s ease;
}

.vechile_dtl_from {
  background-color: #171e31;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 40px;
  padding: 30px;
}
.vechile_dtl_from h4 {
  color: #facc15;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
}

.bind_txt {
  font-size: 11px;
  background-color: #facc15;
  color: #000;
  display: inline-block;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 8px;
  border-radius: 30px;
  top: -14px;
  position: absolute;
}

#step-6 .vechile_dtl_from {
  text-align: left;
  position: relative;
}
#step-6 .vechile_dtl_from h5 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#step-6 .vechile_dtl_from p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin-bottom: 15px;
}
#step-6 .income_list input {
  display: inline-block;
  margin-right: 10px;
}
#step-6 .income_list .form_style {
  background-color: transparent;
  padding: 0;
  border: unset;
  color: #fff;
}
#step-6 .wpcf7-list-item-label {
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}

.custom_checkbox_list .wpcf7-form-control-wrap,
.custom_checkbox_list .wpcf7-checkbox {
  display: flex;
  width: 100%;
  gap: 15px;
}
.custom_checkbox_list .wpcf7-form-control-wrap .wpcf7-list-item,
.custom_checkbox_list .wpcf7-checkbox .wpcf7-list-item {
  flex-grow: 1;
  overflow: hidden;
}
.custom_checkbox_list .wpcf7-form-control-wrap .wpcf7-list-item label,
.custom_checkbox_list .wpcf7-checkbox .wpcf7-list-item label {
  width: 100%;
  border-radius: 15px;
}
.custom_checkbox_list .wpcf7-form-control-wrap .wpcf7-list-item input,
.custom_checkbox_list .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}
.custom_checkbox_list .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label,
.custom_checkbox_list .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Outfit";
  color: rgba(255, 255, 255, 0.5);
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 16px;
  height: 45px;
  border-radius: 15px;
}
.custom_checkbox_list .wpcf7-form-control-wrap .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.custom_checkbox_list .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  background-color: #facc15;
  color: #000;
}
.custom_checkbox_list .wpcf7-form-control-wrap .wpcf7-list-item input:checked + .wpcf7-list-item-label::after,
.custom_checkbox_list .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  content: "";
  font-size: 12px;
  line-height: 1;
  color: #F48120;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}/*# sourceMappingURL=style.css.map */