/*-----------------------------------------------------------------------------------

    Template Name: CarXo
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Common
	02. Header
	03. Home
	04. About
	05. How It Works
	06. Service
	07. vehicles-area
	08. Our Drivers
	09. feedback
	10. counter
	11. Faq
	12. Blog
	13. App Download
	14. Footer


-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*===========================
     01.COMMON CSS 
===========================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

html,
body {
  font-family: "Poppins", serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a,
input,
button,
textarea {
  outline: none;
  border: none;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", serif;
  font-weight: 700;
}

h1 {
  line-height: 70px;
  font-size: 54px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 400px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

h2 {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 540px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
  color: #ffee02;
  line-height: 30px;
  letter-spacing: 4.5px;
}

img {
  max-width: 100%;
}

a,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
  line-height: 30px;
  font-family: "Poppins", serif;
  font-weight: 400;
  color: #565656;
}

a,
a:hover {
  text-decoration: none;
  font-family: "Poppins", serif;
  cursor: pointer;
}

input,
select,
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
  font-family: "Poppins", serif;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.section-title {
  text-align: center;
}
.section-title h6 {
  color: #ffee02;
}

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

@media only screen and (max-width: 991px) {
  .od-1 {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .container,
  .container-sm {
    max-width: 600px;
  }
}
@media only screen and (max-width: 540px) {
  .container,
  .container-sm {
    max-width: 460px;
  }
}
.section-wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 1400px) {
  .section-wrapper {
    min-height: 100%;
  }
}

@media only screen and (max-width: 540px) {
  .container {
    max-width: 460px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    max-width: 100%;
  }
}

.sec-padding {
  padding: 4rem 0;
}
@media only screen and (max-width: 540px) {
  .sec-padding {
    padding: 4rem 1rem;
  }
}

.section-sub-header {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.section-sub-header .sub-bg {
  background-image: url("../../../img/subtitle-bg.png");
  background-size: 130px;
  background-position: center right;
  background-repeat: no-repeat;
  color: #000000;
  display: inline-block;
  padding: 10px 10px 10px 20px;
}
@media only screen and (max-width: 540px) {
  .section-sub-header {
    font-size: 16px;
  }
}

.main-btn, .main-btn-white, .main-btn-hover-dark {
  position: relative;
  display: inline-block;
  color: #000000;
  margin: 2rem 1rem 2rem;
  object-fit: cover;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 40px;
  background-color: transparent;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 400px) {
  .main-btn, .main-btn-white, .main-btn-hover-dark {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
  }
}
.main-btn:before, .main-btn-white:before, .main-btn-hover-dark:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 100%;
  right: 0;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-btn:hover::before, .main-btn-white:hover::before, .main-btn-hover-dark:hover::before {
  bottom: 0;
}

.main-btn-hover-dark::before {
  background-size: cover;
  background-position: center right;
  right: -2px;
}
.main-btn-hover-dark:hover {
  color: #fff;
}

.main-btn-white {
  background: #fff;
  color: #000000;
}
.main-btn-white::before {
  background: #ffee02;
}
.main-btn-white:hover {
  color: #000000;
}

/* Preloader styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffee02;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  border-top: 5px solid #000000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Main content */
#content {
  text-align: center;
  margin-top: 50px;
}

.top-addressbar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-addressbar .top-addressbar-left {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 5px 0;
  align-items: center;
  background-image: url("../../../img/top-adress-bar/left-bg.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.top-addressbar .top-addressbar-left .address-bar-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.top-addressbar .top-addressbar-left .address-bar-item p {
  font-size: 16px;
  font-weight: 500;
}
.top-addressbar .top-addressbar-left .address-bar-item svg path {
  fill: #000000;
}
.top-addressbar .top-addressbar-right {
  background-color: #000000;
}
.top-addressbar .top-addressbar-right .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  gap: 15px;
}
.top-addressbar .top-addressbar-right .social-media li {
  background-color: #171515;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px 9px;
  cursor: pointer;
}
.top-addressbar .top-addressbar-right .social-media li a svg {
  width: 22px;
  height: 20px;
}
.top-addressbar .top-addressbar-right .social-media li a svg path {
  fill: #ffee02;
}
.top-addressbar .top-addressbar-right .social-media li:last-child a svg {
  width: 20px;
  height: 15px;
}
.top-addressbar .top-addressbar-right .social-media li:hover {
  background-color: #ffee02;
}
.top-addressbar .top-addressbar-right .social-media li:hover svg path {
  fill: #000000;
}
@media only screen and (max-width: 991px) {
  .top-addressbar {
    display: none;
  }
}

.header-main-block {
  position: static;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: #000000;
}
.header-main-block.header-scrolled {
  background-color: #000000;
  position: fixed;
  width: 100%;
  padding: 0;
  top: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-main-block.header-scrolled .top-addressbar {
  display: none;
}
.header-main-block .navbar {
  background-color: #000000 !important;
  padding: 20px 0;
}
@media only screen and (max-width: 991px) {
  .header-main-block {
    top: 0;
    padding: 5px 0;
  }
  .header-main-block .navbar {
    width: 100%;
    margin: 0 auto;
    top: 0;
    z-index: 9999;
  }
}
@media only screen and (max-width: 767px) {
  .header-main-block .navbar {
    padding: 15px 0;
  }
}
.header-main-block .navbar-brand {
  margin-top: -5px;
}
@media only screen and (max-width: 540px) {
  .header-main-block .navbar-brand img {
    max-width: 140px;
  }
}
.header-main-block .nav-item {
  padding-left: 32px;
}
@media only screen and (max-width: 991px) {
  .header-main-block .nav-item {
    text-align: center;
    padding-left: 0;
    margin: 8px 0;
  }
}
.header-main-block .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .header-main-block .nav-link {
    display: inline-block;
  }
}
.header-main-block .nav-link.active-nav, .header-main-block .nav-link:hover {
  color: #ffee02;
}
@media (orientation: landscape) and (max-height: 450px) {
  .header-main-block .navbar-collapse.show {
    height: 100%;
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .header-main-block .navbar-nav {
    max-height: 100%;
  }
  .header-main-block .navbar-nav .nav-item:last-child {
    padding-bottom: 20px;
  }
}
.header-main-block .navbar-toggler {
  border: none;
  color: #fff;
  font-size: 20px;
}
.header-main-block .navbar-toggler svg {
  width: 30px;
}
.header-main-block .navbar-toggler svg path {
  fill: #fff;
}
.header-main-block .navbar-toggler:focus, .header-main-block .navbar-toggler:active {
  outline: none;
  border: none;
  box-shadow: none;
}

.hero-area {
  background-image: url("../../../img/hero-background.webp"), linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}
.hero-area .left-content {
  margin-top: 15%;
}
@media xs {
  .hero-area .left-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .hero-area .left-content .left-text-content h1 {
    padding: 10px 0;
  }
}
.hero-area .left-content .left-text-content h1,
.hero-area .left-content .left-text-content p {
  color: #fff;
}
.hero-area .left-content .left-text-content p {
  font-weight: 400;
  line-height: 30px;
}
.hero-area .left-content .left-button {
  margin-left: 0;
}
.hero-area .right-form-area {
  background-color: #000000;
  padding: 20px 50px;
  border-radius: 16px;
}
@media only screen and (max-width: 540px) {
  .hero-area .right-form-area {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area .right-form-area {
    margin-top: 10%;
  }
}
.hero-area .right-form-area .form-header {
  background-image: url("../../../img/form-title-bg-img.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -45px;
  padding: 30px 20px;
}
@media only screen and (max-width: 540px) {
  .hero-area .right-form-area .form-header {
    padding: 30px 10px;
  }
}
.hero-area .right-form-area .form-header h4 {
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 540px) {
  .hero-area .right-form-area .form-header h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 360px) {
  .hero-area .right-form-area .form-header h4 {
    font-size: 16px;
  }
}
.hero-area .right-form-area .form-body .form-control {
  padding: 16px 30px;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
}
.hero-area .right-form-area .form-body select {
  cursor: pointer;
}
.hero-area .right-form-area .form-body select > option {
  font-family: "Poppins", serif;
  font-size: 16px;
}
.hero-area .right-form-area .form-body #taxie-type,
.hero-area .right-form-area .form-body #journey {
  background-image: url("../../../img/rent-form/select-arrow-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
.hero-area .right-form-area .form-body #pick-location,
.hero-area .right-form-area .form-body #drop-location {
  background-image: url("../../../img/rent-form/location.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 97% center;
}
.hero-area .right-form-area .form-body #date-picker {
  background-image: url("../../../img/rent-form/date.webp");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 97% center;
}
.hero-area .right-form-area .form-body #phone-number {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
.hero-area .right-form-area .form-body .main-btn, .hero-area .right-form-area .form-body .main-btn-hover-dark, .hero-area .right-form-area .form-body .main-btn-white {
  background-color: #ffee02;
  margin-left: 0;
  width: 100%;
  bottom: 100%;
  font-weight: 800;
  line-height: 15px;
  padding: 20px 40px;
}
.hero-area .right-form-area .form-body .main-btn:hover, .hero-area .right-form-area .form-body .main-btn-hover-dark:hover, .hero-area .right-form-area .form-body .main-btn-white:hover {
  background: #fff;
}
.hero-area .right-form-area .form-body .main-btn:hover::before, .hero-area .right-form-area .form-body .main-btn-hover-dark:hover::before, .hero-area .right-form-area .form-body .main-btn-white:hover::before {
  bottom: 100%;
}

.about-area .about-left-image {
  max-width: 570px;
}
.about-area .about-left-image img {
  width: 80%;
}
@media only screen and (min-width: 1400px) {
  .about-area .about-left-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-area .about-left-image {
    padding-bottom: 40px;
    text-align: center;
  }
}
.about-area .about-text h6 .outlined-txt {
  color: transparent;
  -webkit-text-stroke: 1px #060606;
  text-stroke: 1px #060606;
}
.about-area .about-text h2 {
  margin-bottom: 25px;
}
.about-area .about-text p {
  line-height: 28px;
}

.hiw-area {
  border-top: 1px solid #d9d9d9;
}
.hiw-area .container.sec-padding {
  padding: 4rem 2rem 0 2rem;
}
.hiw-area .section-title {
  padding-bottom: 50px;
}
.hiw-area .hiw-item-wrapper {
  background-image: url("../../../img/about/card-bg.webp");
  background-size: 30%;
  background-position: 5% center;
  background-repeat: no-repeat;
  padding: 50px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .hiw-area .hiw-item-wrapper {
    margin-bottom: 40px;
  }
}
.hiw-area .hiw-item-wrapper .icon {
  background-color: #fff;
  border: 2px solid #ffee02;
  border-radius: 50%;
  padding: 15px;
  object-fit: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hiw-area .hiw-item-wrapper:hover .icon {
  background-color: #ffee02;
}
.hiw-area .hiw-item-wrapper .hiw-text {
  width: 100%;
}
.hiw-area .hiw-item-wrapper .hiw-text p {
  line-height: 28px;
}

.our-service {
  background-color: #f4f5ff;
  align-items: center;
  justify-content: center;
}
.our-service .section-title {
  padding-bottom: 20px;
}
.our-service .section-title .sub-bg {
  background-position: -20% center;
  border-radius: 5px 0 0 5px;
}
@media only screen and (max-width: 991px) {
  .our-service .section-title {
    padding-bottom: 30px;
  }
}
.our-service .service-card {
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
}
.our-service .service-card img {
  width: 100%;
}
.our-service .service-card .service-text-content {
  padding: 25px;
}
.our-service .service-card .service-text-content a span {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-service .service-card .service-text-content a span:hover {
  background: #ffee02;
  border-color: #ffee02;
}
.our-service .swiper {
  padding: 4rem 0;
}
@media only screen and (max-width: 991px) {
  .our-service .swiper {
    padding: 0;
  }
}
.our-service .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1.5px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 50px;
  height: 10px;
}
.our-service .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
  opacity: translateX(0%);
  animation: animateSwiper 1s forwards;
}
@keyframes animateSwiper {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media only screen and (max-width: 991px) {
  .our-service .swiper-pagination {
    display: none;
  }
}

.vehicles-area .section-title .sub-bg {
  background-position: -70% center;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .vehicles-area .row {
    padding-left: 1rem;
  }
}
.vehicles-area .item-links {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .vehicles-area .item-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    white-space: nowrap;
    justify-content: center;
    width: 60%;
    padding: 2rem 0;
  }
}
.vehicles-area .item-link {
  background-color: transparent;
  border: 0.1rem solid #000000;
  border-radius: 0.5rem;
  padding: 10px 20px;
  margin: 0 0.5rem;
  color: var(--text-white);
  font-family: #000000;
  font-weight: 700;
  font-size: 16px;
  user-select: none;
  transition: all 0.3s;
  cursor: pointer;
}
.vehicles-area .item-link:hover, .vehicles-area .item-link.active {
  background-color: #ffee02;
  border-color: #ffee02;
}
@media only screen and (max-width: 767px) {
  .vehicles-area .item-link {
    font-size: 14px;
    text-align: center;
    padding: 8px 16px;
  }
}
.vehicles-area .card {
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vehicles-area .card .card-img img {
  width: 100%;
}
.vehicles-area .card .card-body {
  padding: 25px 25px 0 25px;
  cursor: pointer;
}
.vehicles-area .card .card-body .vehicle-title {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vehicles-area .card .card-body .vehicle-subtitle {
  color: #565656;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vehicles-area .card .card-body .main-btn-hover-dark {
  font-weight: 600;
}
.vehicles-area .card .vehicles-config {
  padding: 15px;
}
.vehicles-area .card .vehicles-config .cfg-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.vehicles-area .card .vehicles-config .cfg-item:nth-child(even) {
  background: #f6f6f6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vehicles-area .card .vehicles-config .cfg-item .cfg-title {
  color: #565656;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vehicles-area .card .vehicles-config .cfg-item .cfg-price {
  color: #565656;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.vehicles-area .card:hover, .vehicles-area .card.active {
  background-color: #000000;
}
.vehicles-area .card:hover .vehicle-title,
.vehicles-area .card:hover .vehicle-subtitle, .vehicles-area .card.active .vehicle-title,
.vehicles-area .card.active .vehicle-subtitle {
  color: #fff;
}
.vehicles-area .card:hover .vehicles-config .cfg-title,
.vehicles-area .card:hover .vehicles-config .cfg-price, .vehicles-area .card.active .vehicles-config .cfg-title,
.vehicles-area .card.active .vehicles-config .cfg-price {
  color: #fff;
}
.vehicles-area .card:hover .vehicles-config .cfg-item:nth-child(even), .vehicles-area .card.active .vehicles-config .cfg-item:nth-child(even) {
  background: #201d1d;
}
.vehicles-area .card:hover .main-btn-hover-dark, .vehicles-area .card.active .main-btn-hover-dark {
  color: #000000;
}
.vehicles-area .card:hover .main-btn-hover-dark::before, .vehicles-area .card.active .main-btn-hover-dark::before {
}

.our-drivers-area {
  background-color: #090d1f;
}
.our-drivers-area .section-title .section-sub-header {
  color: #fff;
}
.our-drivers-area .section-title .sub-bg {
  background-position: center right;
  border-radius: 5px;
}
.our-drivers-area .section-title h2 {
  color: #fff;
}
.our-drivers-area .driver .driver-img {
  position: relative;
  top: 40px;
  left: 10px;
}
@media only screen and (max-width: 991px) {
  .our-drivers-area .driver .driver-img {
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .our-drivers-area .driver .driver-img {
    left: -5px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.our-drivers-area .driver .driver-details {
  background-image: url("../../../img/drivers/card-bg-normal.webp");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 70px 30px 50px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-drivers-area .driver .driver-details .name {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  padding-top: 20px;
}
@media only screen and (max-width: 540px) {
  .our-drivers-area .driver .driver-details .name {
    font-size: 20px;
  }
}
.our-drivers-area .driver .driver-details p {
  color: #ffee02;
}
@media only screen and (max-width: 540px) {
  .our-drivers-area .driver .driver-details p {
    font-size: 14px;
  }
}
.our-drivers-area .driver .driver-details .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 15px 0;
}
.our-drivers-area .driver .driver-details .social-media a {
  background-color: #090d1f;
  padding: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-drivers-area .driver .driver-details .social-media a:nth-child(2) {
  background-color: #ffee02;
  padding: 10px 12px;
}
.our-drivers-area .driver .driver-details .social-media a:hover {
  background-color: #ffee02;
}
.our-drivers-area .driver .driver-details .social-media a:hover svg path {
  fill: #000000;
}
.our-drivers-area .driver .driver-details:hover, .our-drivers-area .driver .driver-details.active {
  background-image: url("../../../img/drivers/card-bg-hovered.webp");
}
.our-drivers-area .driver .driver-details:hover .name, .our-drivers-area .driver .driver-details.active .name {
  color: #040303;
}
.our-drivers-area .driver .driver-details:hover p, .our-drivers-area .driver .driver-details.active p {
  color: #292020;
}

.feedback-area {
  background-color: #ffee02;
}
.feedback-area .section-title .sub-bg {
  background-image: url("../../../img/subtitle-bg-white.png");
  background-position: -300% center;
  background-size: 100% 100%;
  border-radius: 5px;
}
.feedback-area .section-title h6 {
  color: #000000;
}
.feedback-area .swiper {
  padding: 4rem 0 8rem 0;
}
@media only screen and (max-width: 767px) {
  .feedback-area .swiper {
    padding: 4rem 0 6rem 0;
  }
}
.feedback-area .testimonial-card {
  background-color: #000000;
  text-align: center;
  padding: 2rem 1.6rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  cursor: pointer;
}
.feedback-area .testimonial-card .icon {
  margin-bottom: 1rem;
}
.feedback-area .testimonial-card .icon img {
  width: 3.1rem;
}
.feedback-area .testimonial-card .testimonial-msg {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 1.2rem 0;
}
.feedback-area .testimonial-card .student-details {
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 111;
}
.feedback-area .testimonial-card .student-details .role {
  color: #000000;
  margin-top: -5px;
}

@media only screen and (max-width: 767px) {
  .counter-area .counter-item {
    text-align: center;
  }
}
.counter-area .counter-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.counter-area .counter-item h3 {
  color: #000000;
  font-size: 90px;
  font-weight: 600;
  line-height: 58px;
  padding: 20px 0;
}
.counter-area .counter-item h3::after {
  content: "+";
}
@media only screen and (max-width: 767px) {
  .counter-area .counter-item h3 {
    font-size: 48px;
    text-align: center;
  }
}
.counter-area .counter-item p {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 58px;
}
@media only screen and (max-width: 767px) {
  .counter-area .counter-item p {
    text-align: center;
  }
}

.faq-area {
  background-color: #f4f5ff;
}
.faq-area .section-title {
  padding-bottom: 30px;
}
.faq-area .section-title .sub-bg {
  background-position: -50% center;
}
.faq-area .accordion-item {
  margin: 30px 0;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.12);
}
.faq-area .accordion-item:has(.accordion-collapse.show) {
  border: 1px solid #000000;
}
.faq-area .accordion-item:has(.accordion-collapse.show) .accordion-button {
  color: #000000;
}
.faq-area .accordion-item .accordion-body {
  padding-top: 0;
  color: #565656;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 540px) {
  .faq-area .accordion-item .accordion-body {
    font-size: 14px;
  }
}
.faq-area .accordion-button {
  background: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
@media only screen and (max-width: 540px) {
  .faq-area .accordion-button {
    font-size: 16px;
  }
}
.faq-area .accordion-button:focus, .faq-area .accordion-button:active {
  border: none;
  outline: none;
  box-shadow: none;
}
.faq-area .accordion-button::after {
  background-image: url("../../../img/faq/plus.webp");
  background-size: 100% 100%;
  height: 30px;
  width: 30px;
}
.faq-area .accordion-button:not(.collapsed)::after {
  background-image: url("../../../img/faq/minus.webp");
  background-size: 100% 100%;
  height: 30px;
  width: 30px;
}

.blog-area {
  background-color: #090d1f;
}
.blog-area .section-title {
  padding: 50px 0;
}
.blog-area .section-title .section-sub-header {
  color: #fff;
}
.blog-area .section-title h2 {
  color: #fff;
}
.blog-area .card {
  background: transparent;
}
.blog-area .card .card-img {
  position: relative;
}
.blog-area .card .card-img img {
  width: 100%;
}
.blog-area .card .card-img .date {
  display: inline-block;
  padding: 10px 20px;
  background-image: url("../../../img/blog/date-bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.blog-area .card .card-img .date p {
  font-size: #000000;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
}
.blog-area .card .card-body {
  padding: 10px 0;
}
.blog-area .card .card-body h4 {
  color: #fff;
  font-weight: 600;
  padding: 20px 0;
  line-height: 33px;
}
.blog-area .card .card-body .blog-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-area .card .card-body .blog-author p {
  color: #fff;
  font-weight: 500;
}
.blog-area .card .card-body .blog-author span {
  color: #ffee02;
}

.app-downlaod-area .row {
  background-color: #ffee02;
  padding: 5rem 2.5rem;
  border-radius: 32px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 540px) {
  .app-downlaod-area .row {
    padding: 3rem 1.5rem;
  }
}
.app-downlaod-area .row .col:nth-child(2) {
  text-align: center;
}
.app-downlaod-area .row .right-img {
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .app-downlaod-area .row .right-img {
    padding: 50px 0 20px 0;
    text-align: center;
  }
}
.app-downlaod-area .app-down-title {
  font-size: 42px;
}
@media only screen and (max-width: 540px) {
  .app-downlaod-area .app-down-title {
    font-size: 24px;
  }
}
.app-downlaod-area .app-down-text {
  padding: 15px 0;
}
.app-downlaod-area .app-down-btns .app-down-btn {
  display: inline-block;
  max-width: 200px;
}
.app-downlaod-area .app-down-btns .app-down-btn img {
  width: 100%;
  border-radius: 15px;
}
@media only screen and (max-width: 540px) {
  .app-downlaod-area .app-down-btns .app-down-btn {
    margin-bottom: 20px;
  }
}

.footer-area {
  background-image: url("../../../img/footer/main-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .footer-area .container.sec-padding {
    padding: 2rem 1rem;
  }
}
.footer-area .left-top p {
  line-height: 30px;
}
.footer-area .left-top img {
  padding-bottom: 20px;
}
.footer-area .social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
  gap: 20px;
}
.footer-area .social-icons a {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 40px;
  width: 40px;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-area .social-icons a:hover {
  background-color: #ffee02;
}
.footer-area .footer-subtitle {
  color: #fff;
  padding-bottom: 20px;
}
.footer-area .quick-links {
  padding-left: 5rem;
}
@media only screen and (max-width: 991px) {
  .footer-area .quick-links {
    padding-left: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .quick-links {
    padding-left: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.footer-area .quick-links ul {
  padding: 0;
}
.footer-area .quick-links ul li {
  padding: 0.6rem 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.footer-area .quick-links ul li a {
  color: #969a9d;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (max-width: 540px) {
  .footer-area .quick-links ul li a {
    line-height: 24px;
  }
}
.footer-area .quick-links ul li a:hover {
  color: #fff;
}
.footer-area .contact-info ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 36px;
}
.footer-area .contact-info ul li p {
  color: #fff;
  font-weight: 400;
}
.footer-area .contact-info ul li span {
  color: #ffee02;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-area .copyright-area {
  margin-top: 80px;
  border-top: 1px solid rgba(217, 217, 217, 0.3);
}
.footer-area .copyright-area .copyright-text {
  padding-top: 25px;
  color: #fff;
  font-size: 20px;
}
.footer-area .copyright-area .copyright-text span {
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .footer-area .copyright-area .copyright-text {
    padding: 25px 0;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .copyright-area .copyright-text {
    font-size: 16px;
  }
}

/* Gallery Area Styles */
.gallery-area .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 30px;
}
.gallery-area .gallery-item .gallery-img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.gallery-area .gallery-item .gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.gallery-area .gallery-item .gallery-overlay h5 {
  margin-bottom: 5px;
  font-size: 18px;
}
.gallery-area .gallery-item .gallery-overlay p {
  margin: 0;
  font-size: 14px;
  color: white;
}
.gallery-area .gallery-item:hover .gallery-img img {
  transform: scale(1.05);
}
.gallery-area .gallery-item:hover .gallery-overlay {
  transform: translateY(0);
}

/* Testimonials Area Styles */
.testimonials-area .testimonial-card-wrapper .testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonials-area .testimonial-card-wrapper .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.testimonials-area .testimonial-card-wrapper .testimonial-card .quote-icon svg {
  width: 40px;
  height: 40px;
}
.testimonials-area .testimonial-card-wrapper .testimonial-card .testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}
.testimonials-area .testimonial-card-wrapper .testimonial-card .testimonial-author h5 {
  margin-bottom: 5px;
  font-size: 18px;
}
.testimonials-area .testimonial-card-wrapper .testimonial-card .testimonial-author p {
  margin: 0;
  font-size: 14px;
}

/* Process Area Styles */
.process-step .step-number .step-circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ffee02;
  color: #000;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
}
.process-step h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
.process-step p {
  margin-bottom: 15px;
  line-height: 1.6;
}
.process-step ul {
  list-style: none;
  padding-left: 0;
}
.process-step ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}
.process-step ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffee02;
  font-weight: bold;
}

/* Resources Area Styles */
.resource-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.resource-card h3 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #333;
}
.resource-card p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #666;
}
.resource-card ul {
  list-style: none;
  padding-left: 0;
}
.resource-card ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.6;
}
.resource-card ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ffee02;
  font-weight: bold;
  font-size: 20px;
}
.resource-card ul li strong {
  color: #333;
}/*# sourceMappingURL=style.css.map */