* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Inter", sans-serif; */
  font-family: 'Ping AR', sans-serif;
}

@font-face {
  font-family: 'Ping AR';
  /* src: url('/fonts/PingAR-Black.otf') format('opentype');
  src: url('/fonts/PingAR-Bold.otf') format('opentype');
  src: url('/fonts/PingAR-ExtraLignt.otf') format('opentype');
  src: url('/fonts/PingAR-Hairline.otf') format('opentype');
  src: url('/fonts/PingAR-Heavy.otf') format('opentype');
  src: url('/fonts/PingAR-Light.otf') format('opentype');
  src: url('/fonts/PingAR-Medium.otf') format('opentype'); */
  src: url('/fonts/PingAR-Regular.otf') format('opentype');
  /* src: url('/fonts/PingAR-Thin.otf') format('opentype'); */
  font-weight: normal;
  font-style: normal;
}

/* Apply the custom font to the entire body */

body {
  font-family: 'Ping AR', sans-serif;
  background-color: #f5f5f7;
}


/* car size popup two start here */
.top_car_size_column {
  background-color: #ffff;
  /* border: 1px solid red; */
  border-radius: 24px 24px 0px 0px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center
}

.two_car_size_row {
  /* border: 1px solid red; */
  background-color: #ffff;
  border-radius: 0px 24px 24px 24px;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  width: 100%;
  background: transparent;
  /* border: 1px solid red; */
}

/* tost start here */
/* Ensure the toast is centered and consistent for both LTR and RTL */
.rtl .toast {
  direction: rtl; /* Maintain left-to-right direction */
  display: flex; /* Flexbox for alignment */
  align-items: center; /* Vertically center content */
  justify-content: center; /* Horizontally center content */
  text-align: center; /* Center align text */
  padding: 15px; /* Add padding for better spacing */
}

/* Center the text inside the toast */
.toast .toast-message {
  flex: 1; /* Allow text to take available space */
  text-align: center; /* Center-align the text */
  margin: 0 10px; /* Add spacing between icon and text */
}

/* Ensure the icon is properly aligned */
.toast .toast-icon {
  margin-right: 100px; /* Add spacing to the right of the icon */
}

/* Close button alignment */
.rtl .toast .toast-close-button {
  margin-top: 10px;
  margin-left: 10px  /* Add spacing to the left of the close button */
}
/* tost end here */

.car_size_popup_sec_two .a_tab {
  /* font-family: DM Sans; */
  font-size: 30px;
  font-weight: 700;
  line-height: 39.06px;
  text-align: left;
  color: #1B1B1B;
  text-transform: capitalize;
  text-align: center;
}

.car_size_popup_sec_two h3 {
  margin-top: 30px;
}

.car_size_popup_sec_two p {
  margin-bottom: 30px;
}

.car_size_popup_sec_two h3 {
  /* font-family: Poppins; */
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
  text-align: center;
  color: #1B1B1B;
  /* background: #1B1B1B; */
}

.car_size_popup_sec_two p {
  /* font-family: Inter; */
  font-size: 17px;
  font-weight: 400;
  line-height: 23.8px;
  text-align: center;
  color: #1B1B1B;
  /* background: #1B1B1B; */
}

/* car size popup two end here */
/* car size popup start here */

.car_size_btn {
  color: #1B1B1B;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border: none;
  background: transparent;
  margin-bottom: 12px;
  margin-right: 16px;
  margin-left: 16px;
  text-decoration: underline;
}

.car_size_popup_sec h3 {
  color: #272624;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 72.727% */
}

.car_size_popup_sec p {
  color: #272624;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 88.889% */
}

.schedule_section button {
  /* margin-top: 20px; */
  /* width: 200px; */
  height: 59px;
  left: 303.5px;
  padding: 13px 10px 10px 10px;
  gap: 10px;
  border-radius: 8px;
  border: 3px solid #1b1b1b;
  /* background-color: #1b1b1b; */
  /* color: #fff; */
  border-radius: 30px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  background: transparent !important;

}

div:where(.swal2-container) .swal2-html-container {
  padding-left: 2rem !important;
  /* padding-right: 2rem !important;
  padding-top: 2rem !important; */
  width: 100%;
  /* border: 1px solid green; */
}

.swal2-close {
  /* border: 1px solid red; */
  position: absolute !important;
  /* margin-top: 26px !important;
    margin-right: 30px !important; */
  border-radius: 105px;
  background: #272624;
  box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.07);
}

.swal2-close:hover {
  /* z-index: 1 !important; */
  position: absolute !important;
  /* margin-top: 26px !important;
  margin-right: 30px !important; */
  border-radius: 105px;
  background: #272624;
  box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.07);
}

/* .swal2-actions{
display: none;
} */
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  display: none !important;
}

/* car size popup end here */
/* navbar Start Here */
.nav-link {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}

.navbar-dark .navbar-toggler:focus {
  color: #1b1b1b;
  border-color: #1b1b1b;
}

.main_img_slide_dev {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-link {
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.nav-link:focus {
  color: #fff;
  outline: none;
}

.nav-link:focus::after {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 60%;
  height: 3px;
  background-color: white;
}

.next_preview_btn_div {
  position: relative;
  width: 100%;
  height: 50px;
  /* Adjust height as needed */
  /* background-color: #f0f0f0; */
  /* Background color for visibility */
}

.nav-item a {
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* padding: 10px 20px; */
  /* background-color: #007bff;
  color: white; */
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: transparent;
}

#prevBtn {
  left: 10px;
}

#nextBtn {
  right: 10px;
}

.image-slider {
  position: relative;
  background-color: #ffff;
  /* border-radius:0px 0px 24px 24px; */
}

.next_preview_btn_div {
  left: 30;
  bottom: 43%;
  position: absolute;
}

/* navbar End Here */

.automobile_sec {
  position: relative;
  overflow: hidden;
}

.bg-video,
.bg-imagee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_two {
  display: none;
}

.content-container {
  position: relative;
  z-index: 1;
}

.automobile_sec {
  height: 790px;
  background-image: url("./images/pics/bg_#1B1B1B_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 11%;
}

.automobile_sec .bile_span {
  color: #ffff;
}

.automobile_sec h1 {
  font-weight: 800;
  font-size: 9rem;
  color: #ffffff;
  text-transform: uppercase;
}

.automobile_bg_text_car_col {
  margin: 47px 0px 55px;
  background-image: url("./images/pics/automobile_bg_text.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: end;
  justify-content: center;
  margin-top: 55px;
}

.close-icon {
  height: 16px;
  position: relative;
  top: 12px;
  right: -14px;
}

/* Style when aria-expanded is true */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .hamburger-icon {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .close-icon {
  display: block;
}

/* Style when aria-expanded is false */
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon .close-icon {
  display: none;
  /* or any other styling you want */
}

/* Custom CSS for small screens */
@media (max-width: 750px) {
  .navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 0;
  }

  .navbar-brand {
    position: absolute;
    top: 16px;
    left: 14px;
  }

  .navbar-toggler {
    position: absolute;
    top: 10px;
    right: 16px;
    background-color: transparent;
    border: none;
  }

  .navbar-toggler:focus {
    border: none;
    text-decoration: #fff;
    box-shadow: none;
  }

  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 60px;
    margin-left: 153px;
    background-color: white !important;
    padding-left: 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0s ease;
  }

  .navbar-collapse.show {
    min-height: 95vh;
    width: 50%;
  }

  .nav-item {
    justify-content: start !important;
  }

  .nav-item {
    display: flex;
  }

  .navbar-collapse.collapsing {
    height: auto !important;
    left: 50%;
  }

  .nav-item a {
    color: #1b1b1b !important;
    padding: 20px 10px;
    font-weight: 600;
  }

  .phone_number_nav {
    display: none;
  }

  .nav-link {
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .nav-item .nav-link:focus {
    color: #1b1b1b !important;
    outline: none !important;
  }

  .nav-item .nav-link:focus::after {
    content: "" !important;
    position: absolute !important;
    bottom: 3px !important;
    width: 60% !important;
    height: 3px !important;
    background-color: #1b1b1b !important;
  }

  .automobile_sec {
    padding-top: 110px;
  }
}

/* gallery start here */
.gallery_image {
  /* transform: scaleX(-1) !important; */
  background: url("./images/pics/image.png") no-repeat center center;
  background-size: cover;
  position: center;
  /* Change to relative to stack .gallery_image and .container properly */
  background-repeat: no-repeat;
  width: 100% auto;
  height: 645px;
  /* Full viewport height */
  z-index: 0;
  padding-top: 55px;
}

.custom-btn {
  background-color: white;
  border: none;
  padding: 10px 0;
  font-size: 16px;
  color: #1b1b1b;
  margin: 0;
  /* Ensure no extra margin */
}

.custom-btn:hover {
  background-color: #f0f0f0;
}

.button_div button {
  padding: 16px;
}



/* gallery end here */
@media (min-width: 440px) and (max-width: 770px) {
  .navbar-toggler {
    right: 20px;
  }
}

@media (min-width: 576px) and (max-width: 750px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {

  .phone_number_sm {
    display: none;
  }

  .explore_our_service_sec .button_ser_page {
    /* font-family: Inter; */
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

html,
body {
  overflow-x: hidden;
}

.bg-video,
.automobile_sec,
.bg-imagee {
  width: 100%;
  overflow: hidden;
}

.our_number_sectioin_aboutus_page {
  padding-top: 55px;
}

.our_number_sectioin_aboutus_page .img_tag {
  margin-right: 12px;
  width: 28px;
  height: 17.19px;
  color: #ffffff;
  margin-bottom: 4px;
}

.explore_our_service_sec .img_tag {
  margin-right: 12px;
  width: 28px;
  height: 17.19px;
  color: #ffffff;
  margin-bottom: 4px;
}

.toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 2px 2px 14px 0px #00000012;
}

/* .toggle-image {
  width: 24px; 
  height: 24px;
} */

.step_three_section {
  /* background-image: url("./images/pics/calendar_sec_bgpic.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.step_three_section .img_tag {
  margin-right: 12px;
  width: 28px;
  height: 17.19px;
  color: #ffffff;
  margin-bottom: 4px;
}

.explore_our_service_sec {
  padding-top: 55px;
}

.explore_our_service_sec .label_tag {
  /* margin-top: 55px; */
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  text-align: left;
  text-transform: uppercase;
}

.payment_section .label_tag {
  color: var(--White, #fff);
  /* font-family: "DM Sans"; */
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.payment_section .img_tag {
  width: 28px;
  height: 15px;
  margin-right: 12px;
  margin-bottom: 3px;
}

.step_three_section .label_tag {
  /* margin-top: 55px; */
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  text-align: left;
  text-transform: uppercase;
}

/* 
.swiper-container_pack_step2 {
  width: 100%;
  overflow: hidden;
} */


.explore_our_service_sec .visit_our_gallery_img_div {
  margin-bottom: 43px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  color: #fff;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar th {
  color: #fff;
}

.ui-datepicker-calendar td a {
  color: #fff;
  background: #333;
  border-radius: 50%;
  display: block;
  text-align: center !important;
  line-height: 2em;
}

.ui-datepicker-calendar td a.ui-state-active {
  background: #fff;
  color: #1b1b1b;
}

.ui-datepicker-calendar td a:hover {
  background: #777;
}

.time_div {
  background: #1b1b1b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 5px;
  cursor: pointer;
  width: 100px;
  text-align: center;
}

.time_div.active {
  background: #5a6eb9;
  color: white;
}

.ui-datepicker {
  background: #1b1b1b;
  color: #fff;
  border: none;
  border-radius: 0px 24px 24px 24px;
  padding: 10px;
  /* width: 455px; */

  height: 341px;
  /* position: relative;
                    top: 56px; */

  margin-bottom: 19px;
}

.time_datepicker_div {
  background: #1b1b1b;
  border-radius: 24px;
}

.ui-widget.ui-widget-content {
  border: none;
  /* padding-left: 0px; */
}

.ui-datepicker-title {
  color: #fff;
}

.ui-datepicker-title select {
  color: #1b1b1b;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  color: #fff;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar th {
  color: #fff;
}

.ui-datepicker-calendar td a {
  color: #fff;
  background: #333;
  border-radius: 16%;
  display: block;
  text-align: center;
  line-height: 2em;
}

.ui-datepicker-calendar td a.ui-state-active {
  background: #fff;
  color: #1b1b1b;
}

.time_div {
  background: #1b1b1b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 5px;
  cursor: pointer;
  width: 100px;
  text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #1b1b1b;
  font-weight: normal;
  color: #ffff;
  border: none;
  text-align: center !important;
}

.ui-datepicker-calendar td a:hover {
  background: #ffff;
}

.ui-datepicker table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  margin: 0 0 0.4em;
  border-radius: 0px 0px 24px 24px;
}

.ui-state-default:hover {
  /* background: #1B1B1B0; */
  color: #1b1b1b;
  /* border: 1px solid red; */
}

.ui-datepicker {
  /* background: #1B1B1B; */
  color: #fff;
  border: none;
  border-radius: 24px 24px 24px 24px;
  padding: 10px;
  width: 100%;
  height: 341px;
  position: relative;
  top: 10px;
}

.ui-datepicker-header {
  border: none;
  background: #1b1b1b;
  border-bottom: none;
  /* width: 287px; */
  height: 74px;
  border-radius: 24px 24px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  margin: 0 0 0.4em;
  /* background: white; */
  background: #1b1b1b;
  padding-bottom: 20px;
  /* border: 1px solid red; */
  text-align: center !important;
}

.ui-datepicker .ui-datepicker-next {
  margin-top: 22px;
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
  margin-top: 22px;
}

/*.ui-datepicker-calendar td a.ui-state-active {*/
/*  background: #fff;*/
/*  color: #1B1B1B;*/
/* width: 40px;
                    height: 40px; */
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/* width: 32px; */
/*}*/

/*.ui-datepicker td {*/
/*  border: 0;*/
/*  padding: 1px;*/
/* display: flex; */
/* flex-direction: row; */
/*  padding-left: 15px;*/
/*  padding-right: 14px;*/
/*}*/

/*.ui-widget.ui-widget-content {*/
/* border: none; */
/* border: 1px solid red; */
/*  border-radius: 6% 93% 20px 28px;*/
/*  padding-bottom: 0px;*/
/*  padding-top: 0px;*/
/*  background: transparent;*/
/* background-color: #1B1B1B; */
/* padding-left: 0px; */
/*}*/

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  /* color: red; */
  /* background: white; */
  /* border-radius: 0px 31px 29px 0px; */
}

.time-container {
  gap: 20px;
}

.time_div {
  background: #1b1b1b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 5px;
  cursor: pointer;
  width: 100px;
  text-align: center;
  flex: 1 1 17%;
  border: 1px solid #ddd;
  text-align: center;
  /* background-color: #f8f9fa; */
  font-size: 14px;
  font-weight: 600;
  height: 61px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  flex: 1 1 25%;
}

.time_div:hover {
  background-color: #fff;
  color: #1b1b1b;
}

.time_div:focus {
  background-color: #fff;
  color: #1b1b1b;
}

/* time picker end here */
.explore_our_service_sec .label_tag_two_ser_page {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 9px;
}

.step_three_section .label_tag_three_ser_page {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 9px;
}

.step_three_section .label_tag_two_ser_page {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 9px;
}

.step_three_section .label_tag_three_ser_page {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 9px;
}

.left_div {
  width: 100%;
  height: 82px;
  top: 70px;
  gap: 0px;
  opacity: 0px;
  border-radius: 24px 24px 0px 0px;

}

.right_div {
  width: 100%;
  height: 82px;
  top: 70px;
  gap: 0px;
  opacity: 0px;
  border-radius: 24px 24px 0px 0px;
}

.explore_our_service_sec .button_ser_page {
  background-color: #ffffff;
  height: 54px;
  padding: 0px;
  gap: 13px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  color: #1b1b1b;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.explore_our_service_sec .button_ser_page:focus {
  background-color: #1b1b1b;
  color: #ffff;
}

.button_ser_page:focus {
  background-color: #1b1b1b;
  color: #ffffff;
}


.buttons_div {
  width: 100%;
  /* display: flex;
  justify-content: space-between; */
  /* margin-left: 12px; */
  /* margin-right: 12px; */
}



.explore_our_service_sec .buttons_col_ser_page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment_section {
  /* min-height: 910px; */
  /* height: auto; */
  background-image: url("./images/pics/payment_bg.jfif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.data_form_row {
  margin-top: 24px;
}

.step_three_section .lablel_payment_input {
  color: #1b1b1b;
  /* font-family: Inter; */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  /* border: 1px solid red; */
}

.step_three_section .payment_inupt {
  display: flex;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  background: var(--White, #fff);
  box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.06);
}

.data_form_row {
  margin-bottom: 30px;
}

.step_three_section .verify_btn {
  color: var(--White, #fff);
  text-align: center;
  /* Text sm/Semibold */

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  display: flex;
  /* width: 129px; */
  height: 44px;
  padding: 10px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #1b1b1b;
}

.discount_div {
  background: #1b1b1b80;
  /* width: Fixed (600px)px; */
  /* height: Hug (133px)px; */
  padding: 20px 24px 20px 24px;
  gap: 26px;
  opacity: 0px;
}

.discount_div img {
  height: 20px;
  /* margin-bottom: 12px; */
}

.offer_container {
  gap: 12px;
}

.input_code ::placeholder {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.52px;
  text-align: left;
}

p span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  text-align: right;
  cursor: pointer;
}

.summary_div {
  /* width: Hug (600px)px; */
  /* height: Fixed (613px)px; */
  padding: 20px 24px 20px 24px;
  /* gap: 34px; */
  opacity: 0px;
  background: #1b1b1b80;
  padding-bottom: 43px;
}

.client_text {
  font-family: Inter;
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

.client_num {
  font-family: Inter;
  /* font-size: 19px; */
  font-weight: 200;
  line-height: 22.99px;
  text-align: left;
}

.calender_timing {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  /* text-align: right; */
  color: #bebebe;
}

.payment_div {
  background: #1b1b1b80;
  padding: 24px 40px;
  opacity: 0px;
}

.payment_text label {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: left;
  color: var(--MainColor, #272624);
}

.payment_text p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

/* payment section end here */
/* Service page end here */
/* .left_div {
 display: none;
} */

/* @media only screen and (min-width: 767px) and (max-width: 2560px) {
  .left_div {
    display: none;
  }
} */

/* service page start here */
.step_two_car_div_ser_page {
  /* width: 375px; */
  /* height: 228px; */
  /* flex-shrink: 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

/* service page start here */
.step_two_slide_column {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: var(--White, #fff);
  box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.1);
  /* border: 1px solid red; */
  /* display: flex; */
  /* width: 96%; */
  /* height: 235px; */
  width: 360px !important;
  /* Height: 220px;*/
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* gap: 16px; */
  flex-shrink: 0;
}

.step_two_slide_column h3 {
  color: #1b1b1b;
  text-align: center;
  /* font-family: Inter; */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.step_two_slide_column .images_svg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.step_two_slide_column .select_btn {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #1b1b1b;
  color: var(--White, #fff);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

.select_add_on_row {
  margin-top: 32px;
  /* margin-bottom: 24px; */
}

.select_add_on_column {
  border-radius: 8px;
  background: var(--White, #fff);
  display: flex;
  width: 100%;
  /* height: 100px; */
  padding: 24px;
  /* flex-direction: column; */
  align-items: flex-start;
  gap: 10px;
  display: flex;
  justify-content: space-between;
}

.add_on_text_div {
  display: inline;
  flex-direction: column;
  align-items: center;
  margin-top: 11px;
  /* border: 1px solid red; */
  /* width: 209px; */
}

.select_add_on_column h4 {
  color: #1b1b1b;
  /* font-family: Inter; */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.select_add_on_column h3 {
  color: #1b1b1b;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* step three section start here */
.step_three_section {
  padding-top: 40px;
}

.step_three_section .label_tag {
  /* margin-top: 55px; */
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  text-align: left;
  text-transform: uppercase;
}

.calender_clock_row {
  margin-top: 26px;
}

/* about us start here */
.who_are_we_sect_one_aboutus_page {
  background-image: url("./images/svg/aboutus_main.svg");
  /* Make sure the path to your SVG is correct */
  /* background-size: 100% auto; */
  /* background-size: cover; */
  /* Adjust as needed */
  background-repeat: no-repeat;
  /* Prevent the background from repeating */
  background-position: center;
  /* Center the background image */
  height: 80vh;
  /* border: 1px solid rgb(0, 255, 110); */
  background-size: cover;
}

.who_are_we_sect_one_aboutus_page h3 {
  color: #1b1b1b;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 57.6px */
}

.who_are_we_sect_one_aboutus_page .automobile_span {
  color: #1b1b1b;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 180%;
}

.automob_col_aboutus {
  /* margin-top: 24px; */
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our_story_section_aboutus_page {
  padding-top: 40px;
  padding-bottom: 40px;
}

.our_story_section_aboutus_page h4 {
  color: #1b1b1b;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  /* border: 1px solid red; */
}

.our_story_section_aboutus_page p {
  margin-top: 40px;
  color: #1b1b1b;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* border: 1px solid red; */
  /* 40.8px */
  text-transform: uppercase;
}

/* new mission vision section start here */
.mission_vision_section {
  background-color: #1B1B1B;
  /* padding-top: 148px;
  padding-bottom: 70px; */
  /* height: 700px; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 127px;
  padding-bottom: 90px;
  border-top: 1px solid #1B1B1B;
  /* border-top: none !important; */
}

.mission_vision_container {}

.mission_vision_row {
  /* margin-top: 40px; */
}

.mission_vision_section .column_internal_div {
  box-shadow: 0px 0px 14px 0px #FFFFFF14;
  /* padding: 15px; */
  /* margin-top: 40px; */
  /* padding-top: 10px; */
  border-radius: 30px;
  /* padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; */
  padding: 10px 15px 15px 15px;

}

.mission_vision_section .mission_vision_column {

  /* margin-top: 180px;
  margin-bottom: 80px; */
  /* height: 381px; */
  position: relative;
  /* box-shadow: 0px 0px 14px 0px #FFFFFF14; */
  /* width: Hug (364px)px;
    height: Hug (381px)px; */
  /* top: 65px; */
  /* padding: 100px 30px 50px 30px; */
  /* gap: 30px; */
  border-radius: 30px;
  /* border-radius: 30px 0px 0px 0px; */
  opacity: 0px;
  margin-top: 75px;
}

.mission_vision_icon_img_one {
  /* border: 1px solid white; */
  right: 1px;
  position: absolute;
  z-index: 1;
  top: -101px;
  /* top: -38px; */
  /* right: 194px; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission_vision_section .h3_div {
  margin-top: 100px;
}

.mission_vision_icon_img_one img {
  box-shadow: 0px 0px 24px 0px #FFFFFF14;
  /* width: Fixed (130px)px;
    height: Fixed (130px)px;
    left: 117px;
    padding: 68px 57px 68px 57px;
    gap: 10px;
    opacity: 0px; */
  border-radius: 120px;
  /* background-color: white; */
}

.mission_vision_section .mission_vision_icon_img_one {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
}

.mission_vision_section h3 {
  /* font-family: Inter; */
  font-size: 36px;
  font-weight: 700;
  line-height: 43.57px;
  text-align: center;
  color: #FFFFFF;
}

.mission_vision_section p {
  /* font-family: Inter; */
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: center;
  color: #FFFFFF;
}

/* new mission vision section end here */
.mission_vision_section_aboutus_page .vision_right_col {
  background-image: url("./images/svg/mission_dark_#1B1B1B_blur.svg");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-size: 100vw 100vh; */
  /* background-position: center; */
  /* height: 100px; */
  /* border: 1px solid orangered; */
  /* height: 258px; */
  border-radius: 20px;
  background: rgba(27, 27, 27, 0.2);
  box-shadow: 10px 10px 34px 0px rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(7px);
  /* height: 250px; */
  /* margin-top: 50px; */
  margin-top: 16px;
  /* height: 10vh; */
}

.our_number_sectioin_aboutus_page {
  background-image: url("./images/svg/our_number.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* height: 62vh; */
  height: 510px;
}

.our_number_sectioin_aboutus_page h2 {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  /* 120% */
  letter-spacing: -1.2px;
}

.our_number_sectioin_aboutus_page p {
  color: #d3d3d3;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
}

.meet_out_team_card_div .card {
  display: flex;
  width: 263px;
  height: 357px;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;

  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.07);
}

.meet_out_team_card_div .card-title {
  margin-bottom: 0px;
  color: #1b1b1b;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* border: 1px solid red; */
  /* 177.778% */
}

.meet_out_team_card_div .card-text {
  color: #1b1b1b;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

.card-body {
  padding: 0px;
}

.faq_section_aboutus_page {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #f3f3f5;
}

.faq_section_aboutus_page .according_column {
  margin-top: 40px;
}

.faq_section_aboutus_page .accordion-button {
  color: #1b1b1b;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}

.faq_section_aboutus_page .accordion-body {
  color: var(--Writing, #646464);
  /* Text md/Regular */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url("./images/svg/faq_plus_svg.svg");
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-item {
  /* color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); */
  border-top: none;
  border-right: none;
  border-bottom: 1px #bebebe;
  border-left: 3px solid #1b1b1b;
}

.accordion-header {
  border-bottom: 1px solid #bebebe;
}

.mission_vision_section_aboutus_page .vision_col {
  /* padding-top: 24px;
  background-image: url("./images/svg/mission_dark_#1B1B1B_blur.svg");
  background-repeat: no-repeat;
  background-size: 100% cover;
  background-position: center; */
  /* height: 40vh; */

  /* border: 1px solid green; */
  /* background-color: red; */
  /* z-index: 9999; */
  /* z-index: 7; */
  /* position: absolute; */
  /* right: 12px; */
  /* left: 100px; */
  /* bottom: 12px; */
  /* margin-top: 10%; */
  /* width: 40%; */
  /* top: 15px; */
  position: absolute;
  /* Position this row absolutely within .vision_col */
  /* height: 400px; */
}

.mission_vision_section_aboutus_page .vision_column {
  padding-top: 24px;
  background-image: url("./images/svg/mission_dark_#1B1B1B_blur.svg");
  background-repeat: no-repeat;
  background-size: 100% cover;
  background-position: center;
  height: 84vh;
  /* border: 1px solid red; */
}

.our_story_img {
  padding-right: 57px;
}

.btn:hover {
  color: #f5f5f7;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
  border: none;
}

/* about us end here */
/* footer start here */
.footerr {
  background: #1b1b1b;
  /* box-shadow: -2px -3px 34px 0px rgba(0, 0, 0, 0.1); */
}

.mb-3 {
  margin-bottom: 0px !important;
}

/* footer end here */
.form-control:focus {
  border: none;
  box-shadow: none;
}

.step_sizes {
  color: #1b1b1b !important;
  border: 1px solid red;
  font-family: Inter !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.text-black {
  color: #1b1b1b !important;
}

.select_add_on_column .btn:hover {
  background-color: transparent;
}

.arrow_up_btn {
  background-color: #ffffff;
}

.pay_now_button {
  height: 57px;
}

.buttons_row {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 5px;
}

.gallery_btn_swiper {
  padding: 0px;
  position: relative;
  z-index: 2;
  bottom: 30px
}

/* join us start here */
.joinus_sec h3 {
  margin-top: 24px;
  color: var(--Gray-700, #344054);
  /* Text sm/Medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

.joinus_sec h2 {
  color: var(--Gray-900, #101828);
  /* Display md/Semibold */
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: -0.72px;
}

.joinus_sec p {
  color: var(--Gray-600, #475467);

  /* Text xl/Regular */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}

.joinus_sec .send_btn {
  margin-top: 32px;
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 7px;
  background: #000;

  color: var(--White, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 1px;
}


.joinus_sec .form-select {
  /* display: flex; */
  padding: 12px 16px;
  /* align-items: center; */
  gap: 8px;
  /* align-self: stretch; */

  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background: var(--Background, #F5F5F7);
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.joinus_sec .upload_cv_input {
  /* display: flex; */
  /* width: 550px; */
  /* height: 145px; */
  /* padding: 22px 149px; */
  padding: 22px 0px;
  /* justify-content: center;
  align-items: center; */
  flex-shrink: 0;
}

.upload_cv_column p {
  color: var(--Gray-500, #6A6A6A);
  /* Body 1 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.joinus_sec {
  margin-top: 55px;
  margin-bottom: 64px;
}

/* join us end here */
/* shope start here */
.our_shope_swiper {}

.swiper-top-card {
  width: 1500px;
  /* border: 1px solid red; */
}

.swiper-top-card .service_one {
  /* border: 1px solid red; */
  /* width: 275px; */
  width: 323px !important;
  display: flex;
  flex-direction: row;
  padding: 20px;
}

.swiper-top-card .icon_div {
  /* border: 1px solid red; */
  width: 84px;
  /* display: flex;
  justify-content: center; */
}

.icon_div img {
  width: 62px;
  height: 34px;
  /* border: 1px solid red; */
}

.swiper-top-card .text_div {
  /* border: 1px solid red; */
  width: 191px;
}

.swiper-top-card h5 {
  margin-top: 10px;
  color: #071C1F;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
}

.swiper-top-card p {
  color: #071C1F;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 180% */
}

.card_one {
  display: flex;
  /* width: 264px !important; */
  width: 302px !important;
  padding: 20px 20px 30px 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 14px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid var(--MainColor, #272624);
  background: #FFF;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
}

.our_shop_buy_now_sec {
  margin-top: 12px;
  margin-bottom: 12px;
}

.our_shop_buy_now_sec h4 {
  display: flex;
  color: #071C1F;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.8px;
  /* 130% */
}

.our_shop_buy_now_sec p {
  color: var(--MainColor, #272624);
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 25.6px */
}

.our_shop_buy_now_sec h3 {
  color: #E53E29;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 180% */
}

.our_shop_buy_now_sec .buy_now_btn {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  padding: 9px 20px;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;

  border-radius: 10px;
  background: var(--MainColor, #272624);
}

/* shope end here */
.ltr .about_us_section {
  height: 238px;
}

@media only screen and (min-width: 431px) and (max-width: 2560px) {
  .ltr .two_car_size_row {
    /* border: 1px solid red; */
    /* background-color: #ffff; */
    border-radius: 24px 0px 24px 24px;

  }

  .rtl .two_car_size_row {
    /* border: 1px solid red; */
    /* background-color: #ffff; */
    border-radius: 0px 24px 24px 24px;

  }

  .swal2-close {
    display: none !important;
    /* z-index: 1 !important; */
    /* position: absolute !important;
  margin-top: 26px !important;
  margin-right: 30px !important;
  border-radius: 105px;
  background: #272624;
  box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.07); */
  }

  /* popup icon start here */
  .swal2-close {
    /* z-index: 1 !important; */
    /* position: absolute !important;
    margin-top: 26px !important;
    margin-right: 30px !important;
    border-radius: 105px;
    background: #272624;
    box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.07); */
  }

  /* popup icon end here */

  .joinus_sec .for_mob {
    display: none;
  }

  .explore_our_service_sec .mob_view {
    display: none;
  }

  /* calender start here */
  .ui-widget.ui-widget-content {
    border: none;
  }

  /* calendar end here */
  /* about us page start here */
  .vision_right_col label {
    color: var(--White, #fff);
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .vision_right_col p {
    color: var(--White, #fff);

    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 36px */
    text-transform: capitalize;
  }

  .meet_out_team_card_div {
    padding-bottom: 70px;
  }

  .meet_out_team_card_div .meet_our_team_mob_pic {
    display: none;
  }

  /* about us page end here */
  /* gallery page staret here */
  .empty_col {
    height: 120px;
  }

  /* gallery page staret here */
  /* footer start here */
  .footerr .columnn {
    border-right: 0.6px solid #d3d3d3;
    /* border: 1px solid red; */
  }

  /* footer end here */
  .time_button_column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .left_div {
    display: none;
  }

  .explore_our_service_sec .mob_col {
    display: none;
  }

  .explore_our_service_sec .visit_our_gallery_btn_mob {
    display: none;
  }

  /* For portrait layouts only */
  /* @media (max-width: 2560px) { */
  .automobile_sec h1 {
    font-weight: 800;
    font-size: 110px;
    color: #fff;
    text-transform: uppercase;
  }

  .automobile_sec .bile_span {
    -webkit-text-stroke: 4px #ffff;
    /* width and color */
    color: #1b1b1b;
    /* margin-left: 5px; */
  }

  .our_number_sectioin_aboutus_page h4 {
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    line-height: 43.53px;
    margin-bottom: 25px;
  }

  .explore_our_service_sec h4 {
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    line-height: 43.53px;
    margin-bottom: 25px;
  }

  .explore_our_service_sec .under_car_h5_paragraph {
    text-align: start;
  }

  .footerr .columnn {
    border-right: 0.6px solid #d3d3d3;
  }
}

@media (max-width: 768px) {
  .about_us_section {
    height: 113px !important;
  }

  .mission_vision_section .mission_vision_column {
    margin-top: 130px;
  }

  .mission_vision_section_aboutus_page .vision_right_col {
    background-image: url(./images/svg/mission_dark_#1B1B1B_blur.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: 100vw 100vh; */
    /* background-position: center; */
    /* height: 100px; */
    /* border: 1px solid orangered; */
    /* height: 258px; */
    border-radius: 20px;
    background: rgba(27, 27, 27, 0.2);
    box-shadow: 10px 10px 34px 0px rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(7px);
    /* height: 150px; */
    /* margin-top: 20px; */
  }

  .automobile_sec h1 {
    font-weight: 900;
    font-size: 5.5rem;
    color: #fff;
    text-transform: uppercase;
  }

  .automobile_sec .bile_span {
    -webkit-text-stroke: 4px #ffff;
    /* width and color */
    color: #1b1b1b;
    /* margin-left: 5px; */
  }
}

@media (max-width: 430px) {
  .ltr .about_us_section {
    height: 199px !important;
  }

  .ltr .two_car_size_row {
    /* border: 1px solid red; */
    /* background-color: #ffff; */
    border-radius: 0px 0px 24px 24px;

  }

  .rtl .two_car_size_row {
    /* border: 1px solid red; */
    /* background-color: #ffff; */
    border-radius: 0px 0px 24px 24px;

  }

  .automobile_sec {
    height: 457px;

  }

  /* new mission vision start here */
  .mission_vision_section {
    background-color: #1B1B1B;
    /* padding-top: 148px;
    padding-bottom: 70px; */
    /* height: 700px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #1B1B1B;
    /* border-top: none !important; */
  }

  .about_us_section {
    height: 130px !important;
  }

  .automobile_heading p {
    /* font-family: Inter; */

    font-size: 18px;
    font-weight: 500;
    /* line-height: 28.8px; */
    text-align: left;
  }


  .automobile_heading span {
    font-family: Inter;
    font-size: 32px;
    font-weight: 800;
    /* line-height: 57.6px; */
    text-align: left;
  }

  .our_number_sectioin_aboutus_page h2 {
    /* font-family: Inter; */
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--White, #FFFFFF);

  }

  .our_number_sectioin_aboutus_page p {
    font-size: 14px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: center;
  }

  /* new mission vision start here */
  .ltr .two_car_size_row {
    /* border: 1px solid red; */
    /* background-color: #ffff; */
    border-radius: 0px 0px 24px 24px !important;
  }

  body.rtl .two_car_size_row {
    /* border: 1px solid red; */
    /* background-color: #ffff; */
    border-radius: 0px 0px 24px 24px;

  }

  /* car size popup two start here */
  .two_car_size_row {
    /* margin-top: 10px; */
    /* border: 1px solid red; */
    border-radius: 0px 0px 24px 24px;
  }

  .car_size_popup_sec_two h3 {
    /* font-family: Poppins; */
    font-family: Poppins;
    font-size: 19px;
    font-weight: 700;
    line-height: 22.8px;
    text-align: center;
    color: #1B1B1B;
  }

  .car_size_popup_sec_two p {
    /* font-family: Inter; */
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
    line-height: 23.8px;
    text-align: center;
    color: #1B1B1B;
    /* background: #1B1B1B; */
  }

  .car_size_popup_sec_two .a_tab {
    /* font-family: DM Sans; */
    width: Hug (151px)px;
    height: Hug (32px)px;
    top: 20px;
    left: 20px;
    padding: 0px 0px 6px 0px;
    gap: 10px;
    border: 0px 0px 2px 0px;
    opacity: 0px;
  }

  /* car size popup two end here */
  /* car size popup start here */
  .car_size_popup_sec h3 {
    color: #272624;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 88.889% */
  }

  .car_size_popup_sec p {
    color: var(--MainColor, #272624);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 19.6px */
  }

  /* car size popup start here */

  .card_one {
    display: flex;
    width: 264px !important;
    /* width: 316px !important; */
    padding: 20px 20px 30px 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 14px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid var(--MainColor, #272624);
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
  }

  .joinus_sec .for_pc {
    display: none;
  }

  .buttons_row {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-bottom: 0px;
    /* border: 1px solid red; */
  }

  .gallery_btn_swiper {
    padding: 0px;
    position: relative;
    z-index: 2;
    /* bottom: 30px; */
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .image-slider {
    position: relative;
    background-color: #ffff;
    border-radius: 24px 24px 24px 24px;
  }

  .main_img_slide_dev {
    padding-top: 60px;
    padding-bottom: 37px;
    /* padding-top: 30px;
    padding-bottom: 50px; */
  }

  .time-container {
    /* display: flex;
    flex-wrap: wrap;
    gap: 0px; */
  }

  .ui-datepicker td {
    border: 0;
    padding: 1px;
    /* display: flex; */
    /* flex-direction: row; */
    padding-left: 12px;
    padding-right: 12px;
  }

  /* home page start here */
  .explore_our_service_sec .book_service_btn {
    /* width: 222px; */
    height: 41px;
    /* color: #1B1B1B; */
    border-radius: 10px;
    opacity: 0px;
    background: linear-gradient(180deg, #939393 0%, #1b1b1b 100%);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.06);
    color: #fff;
    /* leading-trim: both;
    text-edge: cap; */
    /* font-family: Inter; */
    font-size: 12px;
    /* font-style: normal; */
    font-weight: 600;
    line-height: 120%;
    /* 14.4px */
    letter-spacing: 0.5px;
  }

  /* about us page start here */
  .our_story_img {
    padding-right: 12px;
  }

  .vision_right_col img {
    width: 38px;
    height: 38px;

    border-radius: 500px;
    background: #1b1b1b;
    box-shadow: 0px 0px 34px 0px rgba(255, 255, 255, 0.25);
  }

  .vision_right_col label {
    display: flex;
    color: var(--White, #fff);
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .vision_right_col p {
    color: var(--White, #fff);

    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 23.4px */
    text-transform: capitalize;
  }

  .vision_right_col .mission_label p {
    color: var(--White, #fff);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 36px */
    text-transform: capitalize;

    color: var(--White, #fff);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    text-transform: lowercase;
  }

  .mission_vision_section_aboutus_page .vision_right_col {
    background-image: url(./images/svg/mission_dark_#1B1B1B_blur.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: 100vw 100vh; */
    /* background-position: center; */
    /* height: 100px; */
    /* border: 1px solid orangered; */
    /* height: 133px; */
    border-radius: 20px;
    background: rgba(27, 27, 27, 0.2);
    box-shadow: 10px 10px 34px 0px rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(7px);
    /* height: 217px; */
    margin-top: 0px;
    /* margin-top: 1%; */
  }

  /* .automob_col_aboutus {
      margin-top: 50px;
    } */
  .faq_section_aboutus_page .according_column {
    margin-top: 30px;
  }

  .faq_section_aboutus_page {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq_section_aboutus_page .accordion-button {
    color: #1b1b1b;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
  }

  .faq_section_aboutus_page .accordion-body {
    color: var(--Writing, #646464);
    /* Text md/Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
  }

  .our_number_sectioin_aboutus_page {
    padding-top: 24px;
    background-image: url("./images/svg/our_number.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 700px;
  }

  .meet_out_team_card_div .img-fluid {
    width: 80%;
  }

  .meet_out_team_card_div {
    padding-bottom: 40px;
  }

  .our_story_section_aboutus_page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .our_story_section_aboutus_page h4 {
    margin-top: 30px;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    /* border: 1px solid red; */
  }

  .our_story_section_aboutus_page p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 30.6px */
  }

  .meet_out_team_card_div .card {
    width: 177px;
    height: 337px;
  }

  .meet_out_team_card_div .card-title {
    margin-bottom: 0px;
    color: #1b1b1b;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 177.778% */
  }

  .meet_out_team_card_div .card-text {
    color: #1b1b1b;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
  }

  /* .meet_out_team_card_div .card_img {
    border: 1px solid red;
  } */

  .meet_out_team_card_div .card_img .meet_our_team_mob_pic {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 177px;
    /* height: 248px; */
    flex-shrink: 0;
    /* border: 1px solid red; */
  }

  .meet_out_team_card_div .meet_our_team_pc_pic {
    display: none;
  }

  /* about us page end here */

  .footerr .logo_column {
    border-right: 0.6px solid #d3d3d3;
  }

  .rtl .footerr .logo_column {
    border-right: 0;
    border-left: 0.6px solid #d3d3d3;
  }

  .time_div {
    /* flex: 1 1 100%; */
    flex: 1 1 14%;
  }

  .automobile_sec h1 {
    font-weight: 700;
    font-size: 2.3rem;
    color: #fff;
    text-transform: uppercase;
  }

  /* payment section start here */
  .calender_timing p {
    font-size: 17px;
  }

  /* payment section end here */
  .our_number_sectioin_aboutus_page h2 {
    text-align: center;
  }

  .explore_our_service_sec p {
    /* font-family: Inter; */
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    text-align: left;
    margin-bottom: 0px;
    text-align: center;
  }

  /* about us page end here */

  /* gallery image start here */
  .gallery_image {
    height: 301px;
    padding-top: 12px;
  }

  /* gallery image end  here */
  /* step 4 data form section start here */
  .data_form_row {
    /* margin-bottom: 24px; */
    margin-bottom: 46px;
  }

  .verify_btn {
    margin-top: 8px;
  }

  /* step 4 data form section end here */

  .navbar-dark .navbar-toggler {
    color: #1b1b1b;
    border: none;
  }

  .nav-link {
    color: inherit;
    /* Ensure the link inherits the color from its parent */
    display: flex;
    align-items: center;
    /* Center align text vertically */
    justify-content: center;
    /* Center align text horizontally */
    position: relative;
    /* Needed for the pseudo-element */
  }

  .nav-link:focus {
    color: #fff;
    /* Change the text color to white on focus */
    outline: none;
    /* Remove the default focus outline */
  }

  .nav-link:focus::after {
    content: "";
    position: absolute;
    bottom: 3px;
    /* Adjust the position as needed */
    /* left: 0; */
    width: 10%;
    /* Make the underline span the full width of the link */
    height: 3px;
    /* Thickness of the underline */
    background-color: white;
    /* Color of the underline */
  }

  .navbar_sec .img_one {
    width: 48px;
    height: 23px;
  }

  .automobile_bg_text_car_col {
    margin: 0px;
  }

  .automobile_sec h1 {
    font-weight: 700;
    font-size: 2.6rem;
    color: #fff;
    text-transform: uppercase;
  }

  .automobile_sec .bile_span {
    -webkit-text-stroke: 4px #ffff;
    /* width and color */
    color: #1b1b1b;
    /* margin-left: 5px; */
  }

  .automobile_sec h1 {
    font-size: 45px;
    font-weight: 800;
    /* line-height: 54px; */
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
  }

  .automobile_bg_text_car_col {
    background-image: url("./images/pics/automobile_bg_text_4x.png");
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: 100% auto;
    background-position: center;
    /* background-position: 20% 50%, 150% 219%; */
    width: 100%;
    /* width: 100%; */
    /* height: 35vh; */
    padding-top: 0px;
    display: flex;
    align-items: end;
    justify-content: center;
    /* top: 201.31px;
        left: 78px; */
    /* gap: 0px;
        opacity: 0px; */
  }

  .our_number_sectioin_aboutus_page .img_tag {
    margin-right: 12px;
    width: 28px;
    height: 17.19px;
    color: #fff;
    margin-bottom: 3px;
  }

  .explore_our_service_sec .img_tag {
    margin-right: 12px;
    width: 28px;
    height: 17.19px;
    color: #fff;
    margin-bottom: 3px;
  }

  .step_three_section .img_tag {
    margin-right: 12px;
    width: 28px;
    height: 17.19px;
    color: #fff;
    margin-bottom: 3px;
  }

  .explore_our_service_sec {
    padding-top: 30px;
  }

  .our_number_sectioin_aboutus_page .label_tag {
    /* margin-top: 30px; */
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    text-transform: uppercase;
    /* display: inline-block; */
  }

  .explore_our_service_sec .label_tag {
    /* margin-top: 30px; */
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    text-transform: uppercase;
    /* display: inline-block; */
  }

  .step_three_section .label_tag {
    /* margin-top: 30px; */
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    text-transform: uppercase;
    /* display: inline-block; */
  }

  .our_number_sectioin_aboutus_page h4 {
    color: #1b1b1b;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    line-height: 28.64px;
    text-align: left;
  }

  .explore_our_service_sec h4 {
    color: #1b1b1b;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    line-height: 28.64px;
    text-align: left;
  }

  .explore_our_service_sec .pc_col {
    display: none;
  }

  .visit_our_gallery_btn_pc {
    display: none;
  }

  /* .automobile_bg_text_car_col img {
       
        width: 370px;
        height: 101px;
        top: 153px;
        left: 30px;
       
    } */
  .our_number_sectioin_aboutus_page .label_tag {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: left;
    /* display: inline-block; */
  }

  .explore_our_service_sec .under_car_h5_paragraph {
    text-align: center;
  }

  .explore_our_service_sec .label_tag {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: left;
    /* display: inline-block; */
  }

  .our_number_sectioin_aboutus_page .img_tag {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    color: #fff;
    margin-bottom: 4px;
  }

  .explore_our_service_sec .img_tag {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    color: #fff;
    margin-bottom: 4px;
  }

  .step_three_section .img_tag {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    color: #fff;
    margin-bottom: 4px;
  }

  .explore_our_service_sec .p_one {
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
  }

  /* Service page start here */
  .right_col_ser_page {
    display: none;
  }

  .explore_our_service_sec .button_ser_page {
    background-color: #ffffff;
    width: 100%;
    height: 46px;
    padding: 0px;
    /* gap: 10px; */
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: #1b1b1b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-bottom: 5px;
    margin-right: -3px;
    /* border-bottom: 2px solid #1B1B1B; */
    /* border-left: 2px solid #1B1B1B; */
  }

  /* Service page start here */
  /* Footer seection Start Here */
  .footerr label {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }

  .footerr_label_1 {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 40px !important;
    text-align: left !important;
  }

  .footerr .columnn {
    /* border: 1px solid red; */
    border-right: none;
  }

  .footerr .logo_column {
    border-right: 0.6px solid #d3d3d3;
  }

  .footerr .copywrite_row {
    border-top: 1px solid #adaaaa;
  }

  .copywrite_row h6 {
    margin-top: -8px;
    background: #1b1b1b;
    box-shadow: -2px -3px 34px 0px rgba(0, 0, 0, 0.1);
    font-size: 8px;
    font-weight: 400;
    line-height: 12.12px;
    text-align: left;
    color: #fff;
    border-right: 2em solid #1b1b1b;
    border-left: 2em solid #1b1b1b;
  }

  .automobile_sec h1 {
    font-weight: 700;
    font-size: 2.3rem;
    color: #fff;
    text-transform: uppercase;
  }

  /* Service page start here */
  .right_col_ser_page {
    display: none;
  }

  .buttons_div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .left_div {
    height: 80px;
  }

  .slider_column .arroww {
    height: 25px;
  }

  .buttons_div {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* Service page end here */
}

.our_number_sectioin_aboutus_page .label_tag {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  text-align: left;
  /* display: inline-block; */
}

.explore_our_service_sec .label_tag {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  text-align: left;
  /* display: inline-block; */
}

.our_number_sectioin_aboutus_page .img_tag {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 4px;
}

.explore_our_service_sec .img_tag {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 4px;
}

.step_three_section .img_tag {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 4px;
}

.explore_our_service_sec .p_one {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
}

/* Footer seection Start Here */
.footerr label {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #ffffff;
}


.automobile_sec .book_service_btn {
  background-color: #1b1b1b;
  color: #ffff;
  border: none;
  /* font-weight: 400; */
  /* font-size: 1.3rem; */
  height: 54px;
  width: 600;
  font-size: 18px;
  border-radius: 7px;
  border: none;
  text-transform: uppercase;
}

.automobile_sec .contact_btn {
  background-color: #ffff;
  color: #241818;
  border: none;
  font-weight: 600;
  /* font-size: 1.3rem; */
  height: 54px;
  /* width: 50%; */
  border-radius: 7px;
  border: none;
  text-transform: uppercase;
}


.explore_our_service_sec h5 {
  /* font-family: Inter; */
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  /* text-transform: uppercase; */
}

.explore_our_service_sec p {
  /* font-family: Inter; */
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  margin-bottom: 0px;
}

.explore_our_service_sec .book_service_btn {
  /* width: 222px; */
  height: 47px;
  /* color: #1B1B1B; */
  border-radius: 10px;
  font-size: 10px;
  opacity: 0px;
  background: linear-gradient(180deg, #939393 0%, #1b1b1b 100%);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.06);
  color: #fff;
  /* leading-trim: both;
  text-edge: cap; */
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 18px */
  letter-spacing: 0.5px;
}

.explore_our_service_sec h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

/* .small_heading_logo {
    margin-top: 55px;
} */

.explore_our_service_sec .p_one {
  margin-bottom: 22px;
  font-size: 26px;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
}

.explore_our_service_sec .p_two {
  /* height: 40px; */
  /* border: 1px solid red; */

  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.explore_our_service_sec .about_mobile_hub_btn {
  margin-top: 20px;
  width: 200px;
  height: 59px;
  left: 303.5px;
  padding: 10px 10px 10px 10px;
  gap: 10px;
  border-radius: 8px;
  border: none;
  background-color: #1b1b1b;
  color: #fff;
}

.explore_our_service_sec .visit_our_gallery_btn {
  /* margin-top: 20px; */
  width: 200px;
  height: 59px;
  left: 303.5px;
  padding: 10px 15px 10px 10px;
  gap: 10px;
  border-radius: 8px;
  border: none;
  background-color: #1b1b1b;
  color: #fff;
}

/* Footer Start Here */
.footerr p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-transform: capitalize;
  color: #ffffff;
}

.footer_icon img {
  margin: 18px 18px 18px 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer_icon img {
    margin: 18px 18px 18px 1px;
  }
}

.footerr .footer_arrow_img {
  margin: 5px 3px 5px 0px;
}

.footerr h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #1b1b1b;
  /* padding-left: 13px; */
}

.footerr a {
  text-decoration: none;
  color: #ffffff;
}

/* Footer End Here */
/* Home Page End Here */

/* Service Booking Page Start Here */

/* Service Booking Page End Here */

/* hassan about us css start here */

.bg_f5f5 {
  background: var(--Background, #f5f5f7);
}

.p_x_50px {
  padding: 50px 0;
}


.about_us_section {
  background-color: var(--Background, #f5f5f7);
  padding-bottom: -110px;

}

.about_us_text {
  font-size: 36px;
  font-weight: 700;
}

.about_us_section {
  /* height: 700px; */
  height: 197px;
  /* background-color: green; */
  /* background-color: #1B1B1B; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.automobile_heading_column {
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.automobile_heading {
  font-size: 32px;
  font-weight: 500;
  padding-top: 20px;
  /* width: 70% */
}

.automobile_heading span {
  font-size: 32px;
  font-weight: 800;
}

.car_aboutus_img {
  /* position: absolute;
top: -50px;
  right: 50px;
  z-index: 1; */
}

.car_image {
  /* position: absolute;
  top: -50px;
  right: 0; */
  width: 100%;

}

@media (min-width: 768px) and (max-width: 1024px) {

  .automobile_heading {
    font-size: 22px;
    font-weight: 500;
    padding-top: 20px;
  }

  .automobile_heading span {
    font-size: 22px;
    font-weight: 800;
  }

  .card_outer_div {
    left: 0;
  }
}


.cards_div {
  padding: 40px 0;
  background: linear-gradient(0deg, #1b1b1b, #1b1b1b),
    linear-gradient(180deg,
      rgba(27, 27, 27, 0) 0%,
      rgba(27, 27, 27, 0.192) 27.33%,
      rgba(27, 27, 27, 0.2) 100%);
}

.card_outer_div {
  padding: 30px 40px;
  gap: 20px;
  border-radius: 20px;
  background: rgba(27, 27, 27, 0.2);
  backdrop-filter: blur(6px);
  box-shadow: 10px 10px 34px 0px #ffffff26;
  position: absolute;
  left: -130px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.mission_text {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.mission_p_text {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {

  .automobile_heading {
    font-size: 16px;
    font-weight: 500;
    padding-top: 0px;
  }

  .automobile_heading span {
    font-size: 16px;
    font-weight: 800;
  }

  .about_us_text {
    font-size: 26px;
    font-weight: 700;
  }

  .mission_p_text {
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 23.4px;
    text-align: left;
  }

  .mission_image {
    padding: 7px;
  }

  .our_story_text {
    font-size: 26px;
    font-weight: 700;
  }

  .our_story_para {
    font-size: 18px;
    font-weight: 500;
  }

  .numbers_sec_heading {
    font-size: 26px;
    font-weight: 700;
  }

  .numbers_section {
    padding: 80px 0px;
  }
}

@media (min-width: 471px) and (max-width: 767px) {
  .card_outer_div {
    left: 55px;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .numbers_section {
    padding: 80px 20px;
  }
}

@media (max-width: 470px) {
  .card_outer_div {
    left: -10px;
    margin-right: 13px;
    padding: 20px 30px 20px 30px;
  }
}

@media (max-width: 480px) {
  .hidden_element {
    display: none;
  }
}

.our_story_text {
  font-size: 36px;
  font-weight: 700;
}

.our_story_para {
  font-size: 24px;
  font-weight: 500;
}

/* .numbers_section {
  position: relative;
  background: url("./images_about_us/7865cd0f9844780ae74b8c59bde0660a.jfif") no-repeat center center;
  background-size: cover;
  color: white;
  padding: 80px 0;
  overflow: hidden;
  
} */

/* .numbers_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.7);
 
  z-index: 1;
  
} */
/* 
.numbers_sec_heading {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.active_numbers {
  font-size: 60px;
  font-weight: 600;
}

.active_numbers_text {
  font-size: 18px;
  font-weight: 500;
  color: #d3d3d3;
}

.team-member-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 2px 2px 14px 0px #1B1B1B12;
}

.card-img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 90%;
  overflow: hidden;
}

.card-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member-card .card-title {
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

.team-member-card .card-text {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.team_sec_heading {
  font-size: 36px;
  font-weight: 700;
} */

.questions_card {
  border-bottom: 1px solid #bebebe;
}

.acccordion_border_left {
  border-left: 3px solid #1b1b1b;
  padding-left: 9px;
}

.question_text {
  font-size: 20px;
  font-weight: 600;
}

.answer_text {
  font-size: 16px;
  font-weight: 400;
}

.minus_icon {
  display: none;
}

.toggle-btn[aria-expanded="false"] .plus_icon {
  display: block;
}

.toggle-btn[aria-expanded="true"] .minus_icon {
  display: block;
}

.toggle-btn[aria-expanded="true"] .plus_icon {
  display: none;
}

.toggle-btn:focus,
.toggle-btn:active {
  box-shadow: none;
}

.nav-link {
  position: relative;
}

.nav-item .nav-link {
  color: black;
}

.nav-link.active::after {
  content: "";
  left: 18%;
  position: absolute;
  bottom: 3px;
  width: 60%;
  height: 3px;
  background-color: black;
}


body.rtl * {
  direction: rtl;
  /* text-align: right; */
}

body.rtl .footerr label {
  text-align: right;
}

body.ltr * {
  direction: ltr;
  /* text-align: left; */
}

.ltr .two_car_size_row {
  /* border: 1px solid red; */
  /* background-color: #ffff; */
  border-radius: 0px 24px 24px 24px;

}

.rtl .two_car_size_row {
  /* border: 1px solid red; */
  /* background-color: #ffff; */
  border-radius: 24px 0px 24px 24px;

}

.ltr .english_arrow {
  margin-bottom: 6px;
}

.ltr .arabic_arrow {
  display: none;
}

.rtl .arabic_arrow {
  display: block;
}

.rtl .english_arrow {
  display: none;
}

.rtl .p_one {
  text-align: right;

}

.rtl .img_tag {
  margin-left: 12px;
  margin-right: 0;
}

.rtl .ar_services {
  text-align: right;
  margin-right: 12px;
}

.rtl .ar_links {
  text-align: right;
  margin-right: 12px;
}

.rtl .ar_contact_us {
  text-align: right;
  /* margin-right: 5px; */
}

.rtl .gallery_image {
  transform: scaleX(-1) !important;
}

/* .rtl .label_tag {
    direction: ltr;
      text-align: right;
} */

.image-container {
  position: relative;
}



.image-loader {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Spinner container to hold both spinner and logo */
.spinner-container {
  position: relative;
}

/* Loader spinner */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid black;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Loader logo (optional) */
.spinner-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error-message {
  color: red;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

.rtl .nav-item a {
  font-size: 16px;
}

.rtl .footer_desc {
  text-align: right;
}

.rtl .ar_margin_right {
  margin-right: 12px;
}

.rtl .visit_our_gallery_btn {
  text-align: center;
}

.rtl .columnn_1 {
  border-right: 0;
}

.rtl .columnn_3 {
  border-left: 0.6px solid #d3d3d3;
}

.rtl .column_4_rtl {
  margin-right: 0px;
}

