@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Graduate&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1200px !important;
  width: 100%;
}

a:hover {
  text-decoration: none !important;
}

.s-20 {
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20% !important;
}

.s-80 {
  -ms-flex: 0 0 80% !important;
  flex: 0 0 80% !important;
  max-width: 80% !important;
}

:root {
  --primary: #0b56a2 !important;
  --secondary: #2c3e50 !important;
  --light: #f8f9fa;
  --dark: #000000 !important;
  --white: #ffffff;
  --card-bg: #eff2f3;
}

hr {
  margin: 10px 0 15px 0;
}

body {
  font-family: "Poppins", sans-serif !important;
  color: #333;
  overflow-x: hidden;
}

.bg-gray {
  background: #eceded;
}

svg {
  width: 20px;
  height: 20px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-25 {
  padding: 25px 0;
}

.padding-50 {
  padding: 50px 0;
}

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

.padding-100 {
  padding: 100px 0;
}

.padding-150 {
  padding: 150px 0;
}

.devider {
  border: 1px solid #d9d9d9;
}

p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

label {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.custom-input {
  border: 1px solid #ededed !important;
  padding: 0 15px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  margin-bottom: 12px !important;
}

input.form-control {
  border: none;
  border-bottom: 1px solid #ededed;
  border-radius: 0;
  padding: 8px 15px;
  height: 40px;
  /* cursor: pointer; */
  margin-bottom: 0;
}
#rideForm .input-group-prepend {
  width: 35px;
}
input.form-control:focus {
  box-shadow: none;
}

input.form-control:hover {
  border-color: var(--primary);
}

.label {
  font-family: "Racing Sans One";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

textarea.form-control {
  border: 1px solid #8e8e8e;
  border-radius: 10px;
}

textarea.form-control:focus {
  box-shadow: none;
}

.badge-upcoming {
  background: #8fd0f5;
  color: #fff;
  padding: 6px 14px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
}

.badge-cancle {
  background: #e43803;
  color: #fff;
  padding: 6px 14px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
}

.badge-complated {
  background: green;
  color: #fff;
  padding: 6px 14px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
}

/***custom css***/

.btn-cta {
  width: fit-content;
    background: var(--primary);
    color: var(--white);
    border-radius: 28px;
    padding: 7px 20px;
    font-weight: 400;
    box-shadow: 0 6px 18px rgba(10, 95, 184, 0.18);
    border: none;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.btn-cta:active {
  transform: translateY(1px);
}

.btn-cta span {
      position: relative;
    bottom: 2px;
}

.alert-success {
  text-align: center;
}
/*-----------
    Header Styles 
 ------------------*/

.m-header {
  /* position: relative;
    z-index: 9; */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.top-header {
  background-color: transparent;
  color: var(--dark);
  padding: 8px 0;
  position: relative;
}

.top-header::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background-color: #ffffffdb;
  opacity: 0.8;
}

.top-header a {
  color: var(--dark);
  text-decoration: none;
  margin: 0 15px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding: 2px 0;
}

.top-header a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary);
  transition: width 0.3s ease;
}

.top-header a:hover {
  text-decoration: none;
}

.top-header .logo a:hover::after {
  width: 0;
}

.top-header a:hover::after {
  width: 100%;
}

.btn-cta.top-btn {
  padding: 6px 18px;
  color: var(--white);
  font-size: 14px;
}

.top-header .btn-cta.top-btn::after {
  background: none;
}

.header-divider {
  color: rgba(255, 255, 255, 0.5);
}

.main-header {
  padding: 10px 0;
  background-color: var(--primary);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo a img {
  width: 100px;
}

.navbar-brand {
  font-weight: 700;
  color: var(--secondary) !important;
  font-size: 28px;
}

.nav-link {
  font-weight: 400;
  margin: 0 10px;
  color: var(--white) !important;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.navbar-nav .nav-link {
  position: relative;
  color: #000;
  text-decoration: none;
  padding: 2px 0 !important;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--white);
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: var(--white);
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
  margin: 0 5px;
}

.btn-outline-primary:hover {
  background-color: var(--primary);
  color: white;
}

.btn-primary {
  background-color: var(--primary);
  border: none;
  margin: 0 5px;
}

.inner-pages .m-header {
  position: sticky !important;
  top: 0;
}

.inner-pages .top-header {
  background: #ffffff;
}

.nav-item.schedule-ride-btn {
  position: absolute;
  right: 145px;
  animation: shadow-pulse 1.5s infinite;
  /* border: 1px solid #fff; */
  border-radius: 25px;
  padding: 4px 18px;
  background: #000;
  bottom: 0px;
}

.nav-item.schedule-ride-btn  a.nav-link {
  margin: 0 !important; 
}

.nav-item.schedule-ride-btn .nav-link:hover::after {
  width: 0;
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 7px 25px rgba(255, 255, 255, 0);
  }
}
/*---------------
 Hero Section
 ------------------*/
.hero-section {
  background-image: url(../images/home-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 75px 0;
  color: white;
  /* margin-top: -143px; */
  position: relative;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.booking-tabs {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}

.booking-tab {
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
}

.booking-tab.active {
  background-color: var(--primary);
}

.booking-form {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
  border-radius: 10px;
  color: #333;
}

.form-control {
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.btn-hero {
  background-color: var(--primary);
  border: none;
  padding: 15px 30px;
  font-weight: 600;
  border-radius: 4px;
  width: 100%;
  color: white;
  font-size: 18px;
}

/*-------------- 
    Page Banner
---------------------*/

.main-page-banner-section .page-banner-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  padding-top: 110px;
}

/* 
.main-page-banner-section .page-banner-section:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    background-color: #293155;
    opacity: 0.8;
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-page-banner-section .page-banner-section {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .main-page-banner-section .page-banner-section {
    padding-bottom: 70px;
    padding-top: 70px;
    margin-top: 95px;
  }
}

.main-page-banner-section .page-banner {
  padding-bottom: 145px;
  padding-top: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-page-banner-section .page-banner {
    padding-bottom: 95px;
    padding-top: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-page-banner-section .page-banner {
    padding-bottom: 100px;
    padding-top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .main-page-banner-section .page-banner {
    padding-bottom: 15px;
    padding-top: 50px;
  }
}

.main-page-banner-section .page-title {
  color: var(--white);
  font-family: "Racing Sans One";
  font-size: 67px;
  line-height: 60px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  text-align: left;
  letter-spacing: 1.5px;
  font-style: italic;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-page-banner-section .page-title {
    font-size: 44px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-page-banner-section .page-title {
    font-size: 38px;
    line-height: 42px;
  }

  .main-page-banner-section .section-title h1 {
    font-size: 42px;
  }

  .main-page-banner-section .mission-area-content h2 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .main-page-banner-section .page-title {
    font-size: 38px;
    line-height: 36px;
  }

  .main-page-banner-section .header-bottom {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 479px) {
  .main-page-banner-section .page-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.main-page-banner-section .page-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-page-banner-section .page-breadcrumb {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .main-page-banner-section .page-breadcrumb {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
  }
}

.main-page-banner-section .page-breadcrumb li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .main-page-banner-section .page-breadcrumb li {
    font-size: 12px;
  }
}

.main-page-banner-section .page-breadcrumb li::after {
  content: "/";
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  margin: 0 12px;
}

.main-page-banner-section .page-breadcrumb li:last-child::after,
.main-page-banner-section .page-breadcrumb li.active::after {
  display: none;
  margin: 0;
}

.main-page-banner-section .page-breadcrumb li a {
  display: block;
}

.main-page-banner-section .page-breadcrumb li a:hover {
  color: #1bbcaa;
}

/*--------------
 page baner end
----------------------*/

/*------------
   Section Styles 
----------------------*/

.process {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: var(--gap);
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}

.step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  flex: 1 1 0;
  min-width: 0;
  margin-bottom: 20px;
}

/* icon container */
.icon-box {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 12px;
  background: var(--card-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  flex-shrink: 0;
}

.icon-box svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #111827;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--accent);
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}

@media (min-width: 1000px) {
  .step:nth-child(2) p {
    max-width: 230px;
  }

  .step:nth-child(1) p,
  .step:nth-child(3) p {
    max-width: 320px;
  }
}

@media (max-width: 780px) {
  .process {
    flex-direction: column;
    gap: 22px;
  }

  .icon-box {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }

  .icon-box svg {
    width: 30px;
    height: 30px;
  }
}

.step:focus-within,
.step:hover {
  transform: translateY(-2px);
  transition: transform 180ms ease;
}

.step a,
.step button {
  color: inherit;
  text-decoration: none;
  border: 0;
  background: none;
  padding: 0;
}

.process .icon-box {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: var(--card-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.process .icon {
  width: 40px;
  height: 40px;
}

.process .step h3 {
  font-size: 21.94px;
  margin-bottom: 0.75rem;
  font-family: "Racing Sans One";
  font-weight: 400;
  padding-bottom: 10px;
}

.process .step p {
  font-size: 14px;
  color: #555;
}

.section-title {
  font-size: 19.94px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
  color: var(--secondary);
  position: relative;
}

.section-padding {
  padding: 80px 0;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.card-ride {
  width: 100%;
  max-width: var(--card-width);
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(12, 20, 32, 0.12);
  padding: 32px;
  position: relative;
  z-index: 2;
  top: 95px;
}

.headline {
  font-size: 42px;
  line-height: 1.05;
  font-style: italic;
  font-weight: 500;
  color: #000000;
  margin-bottom: 18px;
  font-family: "Racing Sans One";
  letter-spacing: 1.5px;
}

.headline.styletwo {
  font-size: 40px;
}

.headline.stylethree {
  font-size: 30px;
}

#rideForm .form-control {
  padding: 12px 15px !important;
  margin-bottom: 15px !important;
  border: 1px solid #ddd;
  margin-bottom: 0 !important;
}

/*----------------
  Toggle group 
---------------------*/

.toggle-group {
  display: inline-flex;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  margin-bottom: 18px;
  background: #e3e3e3;
  padding: 4px 8px;
}

.toggle-group .btn {
  border: none;
  padding: 7px 18px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

.toggle-group .btn.active {
  background-color: var(--white) !important;
  color: var(--dark) !important;
}

.toggle-group .btn.active {
  background: white;
  box-shadow: inset 0 -2px 0 rgba(10, 95, 184, 0.08);
}

/*----------------
 Inputs styling 
---------------------*/

.input-card {
  background: #f5f5f6;
  border: none;
  border-radius: 6px;
  height: 44px;
  padding: 10px 12px;
  color: #444;
  box-shadow: none;
}

/*-------------
 Testimonials 
 -----------------*/

.testimonial-card {
  background: white;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #cacaca;
  height: 100%;
}

.rating {
  color: #f1c40f;
  margin-bottom: 10px;
  font-size: 14px;
}

.testimonial-text {
  margin-bottom: 10px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* Limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-size: 14px;
}

.customer-name {
  font-weight: 600;
  margin-top: 15px;
  color: var(--dark);
  font-size: 15px;
  margin-bottom: 5px;
}

.testimonial h4 {
  font-size: 25px;
  font-style: italic;
  text-align: center;
}

/* How it Works */
.step-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s;
}

.step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.step-icon {
  font-size: 50px;
  color: var(--primary);
  margin-bottom: 20px;
}

.step-number {
  background-color: var(--primary);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-weight: 600;
}

/*------------
 Stats Section 
-----------------*/

.stats-section {
  background-image: url(../images/counter-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: var(--white);
  padding: 150px 0 50px;
}

.stats-section h2 {
  color: var(--white);
  margin-bottom: 0;
}

.stat-item {
  text-align: center;
  padding: 8px;
}

.stat-number {
  font-size: 50.93px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--white);
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  line-height: 50px;
}

.stat-text {
  font-size: 30.06px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 500;
}

/*----------------
    Services 
-------------------*/

.services .service-card {
  background: #eaf1ff;
  /* light blue background */
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}

.services .card-img {
  height: 100%;
  object-fit: cover;
}

.services .service-card .card-title {
  font-size: 23px;
  font-weight: 600;
}

.services .service-card .card-text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.services .service-card .card-body {
  padding: 0 0 0 15px;
  display: flex;
  flex-direction: column;
}

.services .btn-cta {
  padding: 12px 30px;
  font-size: 14px;
}

/*-------------
 App Banner 
 -------------------*/

.hero {
  background-image: url(../images/app.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: var(--white);
  padding: 30px 0 30px;
}

.hero-text {
  padding: 40px 20px;
  color: var(--white);
}

.hero .headline {
  color: var(--white);
}

.hero .hero-small {
  color: var(--white);
}

.hero-highlight {
  font-size: 1.2rem;
  font-weight: 600;
  color: #007bff;
}

.hero-small {
  font-size: 1rem;
  color: #555;
}

.app-buttons .app-btn img {
  height: 50px;
  transition: transform 0.3s ease;
}

.app-buttons .app-btn img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
  .hero {
    text-align: center;
  }

  .hero-img {
    margin-top: 30px;
    min-height: 300px;
  }
}

.app-banner {
  background-color: var(--secondary);
  color: white;
  padding: 60px 0;
}

.app-btn {
  display: inline-block;
  margin-right: 15px;
  margin-top: 20px;
}

/*------------
About us
--------------------*/

.custom-img img {
  border-radius: 10px;
  margin-bottom: 25px;
  width: 100%;
}

.ride-service .service-card {
  background: var(--white);
  border-radius: 10px;
  padding: 20px 30px;
  text-align: left;
  transition: 0.3s;
  border: 1px solid transparent;
  cursor: pointer;
  height: 100%;
  /* box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; */
  text-align: center;
  box-shadow:
    rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.ride-service .service-card .r-box img {
  width: 75px;
  margin-bottom: 8px;
}

.ride-service .service-card h5 {
  font-family: "Racing Sans One";
  font-size: 27.94px;
  margin-bottom: 15px;
}

.ride-service .service-card p {
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e8f1fd;
  border: 1px solid #0056b3;
  border-radius: 8px;
  padding: 15px 25px;
  /* max-width: 1080px; */
  margin: auto;
  border-radius: 15px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 50px;
}

.contact-text h3 {
  margin: 0;
  font-size: 16px;
  color: #003d8f;
  font-weight: 600;
}

.contact-text p {
  margin: 3px 0 0;
  font-size: 14px;
  color: #4b6b9f;
  font-style: italic;
}

.contact-btn {
  background-color: #0056b3;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 8px 18px;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-btn:hover {
  background-color: #004494;
}

@media (max-width: 600px) {
  .contact-banner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .contact-btn {
    align-self: center;
  }
}

/*------------
airport trasper
--------------------*/

.booking-section {
  background-color: #f0f0f0;
  border-radius: 12px;
  padding: 40px 50px;
  margin: 40px auto;
  max-width: 1100px;
  position: relative;
}

.booking-text h2 {
  font-weight: 600;
  font-size: 34px;
  color: var(--dark);
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}

.booking-text p {
  font-size: 18px;
  color: var(--dark);
  margin-bottom: 20px;
}

.app-buttons img {
  height: 40px;
  margin-right: 10px;
}

.phone-img {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
}

/* Below content */
.info-section {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.info-section img {
  width: 100%;
  border-radius: 10px;
}

.info-text {
  padding: 20px;
}

.info-text p {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .phone-img {
    position: static;
    transform: none;
    width: 180px;
    margin: 20px auto 0;
    display: block;
  }

  .booking-section {
    text-align: center;
  }
}

/*------------------
  feature section
 --------------------*/

.features-section {
  padding: 60px 0;
  text-align: center;
}

.feature-box {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 20px 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  height: 100%;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.feature-box img {
  width: 50px;
  margin-bottom: 15px;
}

.feature-box h6 {
  font-size: 14px;
  font-weight: 500;
  color: var(--dark);
  line-height: 17px;
  font-family: "Racing Sans One";
}

@media (max-width: 768px) {
  .feature-box {
    margin-bottom: 20px;
  }
}

/*--------------
  faq section   
-------------------*/

.faq-section {
  padding: 60px 0;
}

.faq-title h2 {
  font-weight: 600;
  font-size: 24px;
}

.faq-title p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  max-width: 500px;
}

.faq-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 10px;
}

.faq-question {
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: var(--dark);
}

.faq-question span {
  font-size: 26px;
}

.faq-answer {
  font-size: 18px;
  color: #555;
  margin-top: 10px;
}

.faq-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .faq-title p {
    max-width: 100%;
  }

  .faq-image {
    margin-top: 20px;
  }
}

/*----------------
Location
-------------------*/

.location-section {
  padding: 40px 0;
}

.location-box {
  background-color: #0d47a1;
  color: #fff;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
}

.location-box h5 {
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}

.location-box p {
  font-size: 20px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}

.icon-text {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.icon-text i {
  font-size: 30px;
  margin-right: 25px;
  color: #fff;
  margin-top: 5px;
  color: #fff;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

.map-box {
  height: 250px;
}

.map-box iframe {
  height: calc(100vh - 330px);
}

.map-box {
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 0;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .map-box {
    height: 100%;
  }
}

/*----------------
 review 
 -----------------*/

.testimonial-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.testimonial-user {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 10px;
}

.testimonial-user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.testimonial-user h6 {
  margin: 0;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  position: relative;
  padding-top: 25px;
}

.testimonial-user h6:before {
  position: absolute;
  content: "";
  background: #878081;
  width: 42px;
  height: 2px;
  bottom: 36px;
}

@media (max-width: 767.98px) {
  .testimonial-card {
    padding: 20px;
  }

  .testimonial-text {
    font-size: 14px;
  }
}

/*------------------
 footer
 -----------------------*/

.footer {
  background-color: var(--dark);
  color: var(--white);
  padding: 40px 0 15px;
  font-size: 14px;
}

.footer a {
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
}

.footer a:hover {
  color: #fff;
}

.footer-logo .logo {
  height: 100px;
  filter: brightness(0) invert(1);
}

.footer-logo .brand-name {
  font-size: 20px;
  font-weight: 600;
}

.call-section {
  font-size: 18px;
  display: flex;
  align-items: self-start;
  gap: 8px;
}

.footer-contact {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-top {
  font-size: 14px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-social a i.fa {
  color: #fff;
  font-size: 18px;
  margin-left: 8px;
}

.footer-social span {
  font-size: 20px;
}

.footer h6 {
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

.footer p {
  color: #ccc;
  font-size: 14px;
}

.footer p strong {
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.footer ul li {
  margin-bottom: 12px;
}

.footer ul li a {
  color: #ccc;
  transition: color 0.3s;
  position: relative;
}

.footer ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--white);
  transition: width 0.3s ease;
}

.footer ul li a:hover::after {
  width: 100%;
}

.footer ul li a:hover {
  color: var(--white);
  text-decoration: none;
}

.footer img.social-icon {
  filter: brightness(0) invert(1);
    width: 20px;
    margin-left: 5px;
    margin-top: -5px;
}

.footer hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
}

.newsletter-form input {
  padding: 8px 15px;
  border: 1px solid #878787;
  border-radius: 20px;
  margin-bottom: 10px;
  outline: none;
  background: transparent;
  color: #fff;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.newsletter-form input::placeholder {
  font-family: "Montserrat", sans-serif;
  color: var(--white);
  font-style: italic;
}

.newsletter-form button {
  background: var(--primary);
  border: none;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  transition: background 0.3s;
}

.newsletter-form button:hover {
  background: #0056b3;
  color: var(--white);
}

.footer-bottom {
  font-size: 13px;
  color: #bbb;
  margin-top: 20px;
}

/*------------------
  inner pages css 
  ---------------------------*/

/* Sidebar */
.sidebar {
  background: var(--primary);
  color: #fff;
  min-height: 100vh;
  padding: 25px 0;
  border-radius: 4px;
}

.sidebar .profile {
  text-align: center;
  padding: 15px;
}

.sidebar .profile p {
  font-size: 14px;
  word-wrap: break-word;
  margin-bottom: 0px;
}

.sidebar .profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.sidebar a {
  color: #fff;
  display: block;
  padding: 7px 7px;
  text-decoration: none;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  margin: 5px 10px;
}

.sidebar a i.fa {
  margin-right: 6px;
}

.sidebar a:hover,
.sidebar .active {
  background: #4e92d6;
  border-radius: 4px;
  text-decoration: none;
  color: var(--white);
}

/* Main Content */
/* .main-content {
      padding: 30px;
    } */

.main-content .box h4 {
  font-family: "Racing Sans One";
  font-size: 24px;
  margin-bottom: 0;
}

.box {
  background: #fff;
  border: 1px solid var(--primary);
  border-radius: 8px;
  padding: 15px;
}

.card-box {
  border: 1px solid var(--primary);
  padding: 20px;
  border-radius: 10px;
}

.card-box h5 {
  font-family: "Racing Sans One";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.saved-card {
  background: #f2f2f2;
  padding: 20px 15px;
  border-radius: 5px;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  color: #010101;
  position: relative;
}

.saved-card .dot.active:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #32bf41;
  left: 12px;
  top: 35px;
}

.saved-card .dot:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #e5e5e5;
  left: 12px;
  top: 35px;
}

.saved-card:hover .dot::before {
  background: #32bf41;
}

.saved-card:hover {
    background-color: #0b56a2 !important;
    color: #FFF !important;
    border-radius: 5px !important;
}

.saved-card h6 {
  margin-bottom: 0;
  font-style: po;
  font-size: 16px;
}

.saved-card.light {
  background: transparent;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0;
}

/* .saved-card.light:last-child {
  border-bottom: none;
  margin-bottom: 0;
} */

.saved-card img {
  width: 60px;
}

.delete-btn {
  background: #ff4d4d;
  width: 22px;
  height: 22px;
  color: white;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  position: absolute;
  right: 27px;
  /* top: 10px; */
  z-index: 9;
}

.card-box .btn-cta {
  margin: 0 auto;
  font-size: 14px;
  padding: 10px 30px;
  display: block;
}

@media (max-width: 991px) {
  .sidebar {
    width: 100%;
    min-height: auto;
  }
}

/*--------------
 airport pickup css start
 --------------------------------*/

.detail-card {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 16px;
}

.detail-card h3 {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.detail-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 4px;
}

/**-----------
  dashboard1 css css
---------------------*/

.dashbord-box .custome-width {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.dashbord-box .dashboard-card {
  border: 1px solid var(--primary);
  border-radius: 8px;
  padding: 10px 7px 10px;
  height: 100%;
}

.dashbord-box .card-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 5px;
}

.dashbord-box .card-title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

.dashbord-box .card-value {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.dashbord-box .icon-circle {
  width: 50px;
  height: 50px;
  background: #eaf2ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--primary);
}

.dashbord-box .card-divider {
  border-top: 1px solid #e5e5e5;
  margin: 6px 0 10px;
}

.dashbord-box .card-link {
  font-size: 12px;
  font-weight: 500;
  color: var(--primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashbord-box .card-link i {
  margin-left: 6px;
}

.dashbord-box .referral-code {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.dashbord-box .copy-links a {
  font-size: 10px;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  text-align: center;
  margin: 0 8px;
}

.dashbord-box .copy-links a:hover {
  text-decoration: underline;
}

.dashboard-card:hover {
  background: #e1f0ff;
  cursor: pointer;
}

.dashboard-card:hover .icon-circle {
  background: var(--white);
}

.dashboard-card.active {
  background: #e1f0ff;
  cursor: pointer;
}

.dashboard-card.active .icon-circle {
  background: var(--white);
}

/* Responsive */
@media (max-width: 575px) {
  .dashbord-box .card-value {
    font-size: 20px;
  }
}

/* Main Container */
.rides-wrapper {
  border: 1px solid var(--primary);
  border-radius: 14px;
  padding: 18px;
}

/* Header */
.rides-wrapper .rides-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.rides-wrapper .rides-header h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.rides-wrapper .rides-header a {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
}

/* Table */
.rides-wrapper .table {
  margin-bottom: 0;
}

.rides-wrapper .table thead th {
  background: #eef5ff;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #e2e8f0;
  white-space: nowrap;
  padding: 12px 6px;
}

.rides-wrapper .table tbody td {
  font-size: 12px;
  vertical-align: top;
  padding: 14px 5px;
  border-top: none;
  vertical-align: middle;
  min-height: 135px;
}

.rides-wrapper .table tbody tr.ride-row td {
  border-bottom: 2px solid #dce6f1;
}

.rides-wrapper td.action-links {
  white-space: nowrap;
}

.rides-wrapper td.action-links .action-links-inner {
  display: flex;
  gap: 3px;
  align-items: center;
}

/* Car Info */
.rides-wrapper .car-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 8px 8px;
  border-radius: 5px;
  width: 125px;
}

.rides-wrapper .car-info img {
  width: 70px;
  border-radius: 6px;
  margin-right: 0;
}

.rides-wrapper .car-info h6 {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 4px;
}

.rides-wrapper .car-info small {
  font-size: 12px;
  color: #666;
}

/* Status Badge */
.rides-wrapper .badge-upcoming {
  background: #0b56a2;
  color: #fff;
  padding: 6px 14px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
}

/* Actions */
.rides-wrapper .action-links a {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 0;
  gap: 5px;
}

.rides-wrapper .action-links a.edit {
  color: var(--primary);
}

.rides-wrapper .action-links a.cancel {
  color: #e63946;
}

.rides-wrapper .action-links a.receipt {
  color: #28a745;
}

.rides-wrapper .action-links i {
  margin-right: 6px;
}

/* Expand Icon */
.rides-wrapper .expand-icon {
  font-size: 11px;
  color: #999;
  transition: transform 0.2s ease;
  margin-left: 4px;
}

/* Expandable Detail Row */
.ride-detail-table {
  margin: 0 !important;
  background: #f8fafd;
  border-top: 1px dashed #dce6f1;
}

.ride-detail-table thead th {
  font-size: 11px;
  font-weight: 600;
  color: #777;
  background: #f0f4fa;
  padding: 8px 12px;
  border-bottom: 1px solid #e2e8f0;
  white-space: nowrap;
}

.ride-detail-table tbody td {
  font-size: 12px;
  color: #333;
  padding: 8px 12px;
  vertical-align: top;
}

.ride-detail-table tbody td small {
  color: #888;
}


/* Responsive */
.rides-wrapper .table-responsive {
  overflow-x: auto;
}

@media (max-width: 767px) {
  .rides-wrapper .table {
    min-width: 1000px;
  }
}

/*-------------
history of ride
-------------------*/

/* Outer Container */
.filter-bar {
  border: 1px solid var(--primary);
    border-radius: 8px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* box-shadow: 0 6px 18px rgba(10, 95, 184, 0.18); */
    background: #eef5ff;
}

/* Tabs Wrapper */
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
}

/* Tab Button */
.filter-tab {
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background: #fff;
  color: #333;
  margin-right: 10px;
  cursor: pointer;
  width: 150px;
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.filter-tab:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* Active Tab */
.filter-tab.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-weight: 600;
}

/* Dropdown Button */
.filter-dropdown {
  background: #fff;
  border-radius: 6px;
  padding: 6px 11px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border: 1px solid #ccc;
}

.filter-dropdown i {
  margin-left: 10px;
  font-size: 12px;
}

/* Responsive */
@media (max-width: 767px) {
  .filter-bar {
    gap: 10px;
  }

  .filter-tabs {
    width: 100%;
  }

  .filter-tab {
    margin-bottom: 8px;
  }

  .filter-dropdown {
    margin-left: auto;
  }
}

/**-------------------
Member ship css start
----------------------------**/
.main-mship-card .membership-card {
  max-width: 440px;
  margin: 40px auto;
  background: #ffffff;
  border-radius: 18px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12); */
  overflow: hidden;
  border: 1px solid var(--primary);
}

.main-mship-card .card-header-custom {
  position: relative;
  height: 160px;
  background-color: var(--primary);
  /* border-top-left-radius: 22px; */
  /* border-top-right-radius: 18px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 30px 30px;
}

.main-mship-card .card-header-custom::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 45px;
  background: #0b56a2;
  border-top-left-radius: 100% 50px;
  border-top-right-radius: 100% 50px;
  transform: rotate(180deg);
}

.main-mship-card .icon-circle {
  width: 105px;
  height: 105px;
  background-color: #80a7ce;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.main-mship-card .icon-circle i {
  color: #ffffff;
  font-size: 50px;
  transform: rotate(330deg);
}

.main-mship-card .card-body-custom {
  padding: 30px 20px 20px;
  text-align: center;
}

.main-mship-card .card-body-custom p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
  font-weight: 600;
}

.main-mship-card .date-badge {
  display: inline-block;
  background-color: var(--primary);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 2px 12px;
  border-radius: 4px;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .main-mship-card .membership-card {
    margin: 0;
  }

  .main-mship-card .card-body-custom p {
    font-size: 15px;
  }

  .main-mship-card .date-badge {
    font-size: 14px;
  }
}

/*---------
My wallet 
--------------*/

.wallet-card {
  width: 100%;
  max-width: 450px;
  background: #ffffff;
  overflow: hidden;
}

.wallet-card p {
  font-family: "Racing Sans One";
  font-weight: 300;
  font-size: 18px;
}

.wallet-header {
  background: #dff0ff;
  padding: 12px;
}

.balance-label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.balance-amount {
  font-size: 28px;
  font-weight: 800;
  color: #000;
  margin-bottom: 0;
}

.wallet-icon {
  font-size: 28px;
  color: #000;
}

.wallet-body {
  padding: 15px 0 0;
}

.add-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
  font-family: "Racing Sans One";
}

.amount-buttons {
  margin-bottom: 18px;
}

.amount-btn {
  width: 100%;
  padding: 8px 0;
  background: #f1f1f1;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.amount-btn:hover {
  background: #e5e5e5;
}

/*-----------
transaction history
-----------------------*/

.transaction-header {
  margin-bottom: 12px;
}

.transaction-title {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}

.divider {
  height: 2px;
  background: #cfe4ff;
  width: 100%;
}

.transaction-table thead th {
  background: #ecf5ff;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  border: none;
  border-bottom: none !important;
  padding: 8px 12px;
}

.transaction-table tbody td {
  font-size: 14px;
  color: #000;
  padding: 14px 12px;
  vertical-align: middle;
  border-top: 1px solid #e6e6e6;
}

.transaction-table {
  border: none;
}

@media (max-width: 576px) {
  .transaction-card {
    padding: 0;
  }

  .transaction-title {
    font-size: 16px;
  }

  .transaction-table thead th,
  .transaction-table tbody td {
    font-size: 12px;
    padding: 8px;
  }
}

/*--------------
 car booking 1
-------------------*/
.ride-form-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.ride-form-card .additional-drop .location-icon {
  top: 50%;
}

.ride-form-card .additional-drop .remove-drop-btn {
  width: 20px;
  height: 20px;
}

#airportList .airport-item {
  font-size: 14px;
}

.form-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.ride-input {
  background: #f3f3f3;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  font-size: 14px;
}

/* Next Button */
.next-btn {
  background: #0b5ed7;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 600;
  width: 100%;
}

/* Right Panel */
.ride-list-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    font-size: 14px;
}

/* Titles */
.choose-title {
  font-weight: 700;
  margin-bottom: 4px;
}

.info-text {
  font-size: 12px;
  color: #d9534f;
  margin-bottom: 4px;
  border: 1px solid #d9534f;
  padding: 10px;
  border-radius: 4px;
  background: #fbe8e8;
  font-weight: 600;
  margin: 10px 0 10px 0;
}

input.schedule-location {
  border: 1px solid #cce5d0;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
}

/* Scroll */
.ride-scroll {
  /* max-height: 420px; */
  overflow-y: auto;
  padding-right: 0;
}

/* Category */
.category-title {
  font-weight: 700;
  font-size: 14px;
  margin: 10px 0;
}

/* Ride Item */
.ride-item {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.ride-item.active {
  border-color: #6aa9ff;
}

.ride-item:hover {
  border-color: #6aa9ff;
}

.car-img {
  width: 90px;
  margin-right: 12px;
}

.ride-info {
  flex: 1;
}

.ride-name {
  font-weight: 700;
  font-size: 14px;
}

.ride-desc {
  font-size: 12px;
  color: #777;
}

.ride-price {
  font-weight: 700;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .ride-scroll {
    max-height: none;
  }
}

.location-group {
  position: relative;
      font-size: 14px;
}

.location-group .ride-input {
  padding-left: 42px;
  border-radius: 4px;
  font-size: 14px;
  padding-right: 15px;
}

.location-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-size: 16px;
}

.location-group.pickup .location-icon {
  color: #28a745;
}

.location-group.pickup .ride-input {
  border: 1px solid #cce5d0;
}

.location-group.drop .location-icon {
  color: #dc3545;
}

.location-group.drop .ride-input {
  border: 1px solid #cce5d0;
}

.quick-btns {
  display: flex;
  gap: 8px;
  margin: 10px 0;
}

.quick-btn {
  border: none;
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  animation: floatPulse 2.5s ease-in-out infinite;
  transition: transform 0.2s ease;
}

.quick-btn:hover {
  transform: translateY(-2px);
}

.btn-saved {
  background: #28a745;
  animation-delay: 0s;
}

.btn-recent {
  background: #007bff;
  animation-delay: 0.4s;
}

.btn-test {
  background: #fd7e14;
  animation-delay: 0.8s;
}

/* Infinite soft pulse animation */
@keyframes floatPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.booking-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.booking-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  margin-bottom: 0;
}

.booking-row span {
  background: #0b56a2;
  padding: 4px;
  color: #fff;
  font-size: 11px;
}


.booking-highlight {
  background: #f0f6ff;
  border: 1.5px solid #3b82f6;
  border-radius: 10px;
  transition: all 0.25s ease;
}

.booking-highlight:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.18);
}

@media (max-width: 576px) {
  .booking-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .booking-label {
    margin-bottom: 4px;
  }

  .booking-highlight {
    width: 100%;
  }
}

.booking-row {
  margin-bottom: 1rem;
}

.counter-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.counter-box {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  border-radius: 20px;
  padding: 6px;
  justify-content: space-between;
  border: 1px solid #cce5d0;
}

.counter-btn {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: #0b56a2;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: 0.25s;
}

.counter-btn:hover {
  background: #0b56a2;
}

.counter-value {
  min-width: 28px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #333;
}

/**popupm modal***/



/* Floating animation */
@keyframes floatBtn {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Modal animation */
.animated-modal .modal-dialog {
  transform: scale(0.8);
  transition: 0.3s ease-in-out;
}

.animated-modal.show .modal-dialog {
  transform: scale(1);
}

/* Popup card */
.popup-card {
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Pulse animation */
.pulse-circle {
  width: 60px;
  height: 60px;
  background: #2563eb;
  border-radius: 50%;
  margin: auto;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.7);
  }

  70% {
    box-shadow: 0 0 0 18px rgba(37, 99, 235, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);
  }
}

.card-box .form-control {
  padding: 10px;
  margin-bottom: 0;
}

.vehicle-info {
  margin-right: 15px;
}

/***reponsive css start***/

@media screen and (max-width: 485px) {
  .saved-card {
    flex-direction: column;
    gap: 6px;
  }

  .saved-card h6 {
    font-size: 14px;
  }

}

@media screen and (max-width: 576px) {
  .logo a img {
    width: 80px;
  }

  .header-divider {
    display: none;
  }

  .main-header .navbar-toggler {
    padding: 5px;
    font-size: 16px;
    background: var(--white);
  }

  .top-header a {
    margin: 0 5px;
    font-size: 14px;
  }

  .t-btn-none {
    display: none;
  }

  .card-ride {
    padding: 15px;
  }

  p {
    font-size: 14px;
  }

  .section-padding {
    padding: 40px 0;
  }

  .padding-80 {
    padding: 40px 0;
  }

  .padding-50 {
    padding: 25px 0;
  }

  .headline.styletwo,
  .headline.stylethree {
    font-size: 24px !important;
    margin-bottom: 15px;
  }

  .headline.styletwo.mb-5 {
    margin-bottom: 30px !important;
  }

  .card-ride {
    padding: 15px;
    top: 55px;
  }

  .headline {
    font-size: 24px !important;
    margin-bottom: 10px;
  }

  .toggle-group {
    margin-bottom: 0;
  }

  .toggle-group .btn {
    padding: 6px 15px;
    font-size: 12px;
  }

  .testimonial-card {
    height: auto;
    margin-bottom: 0;
  }

  .testimonial h4 {
    font-size: 16px;
  }

  .step {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }

  .process .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 5px;
  }

  .process .step h3 {
    padding-bottom: 0;
  }

  .service-img {
    height: auto !important;
  }

  .stats-section {
    padding: 30px 0 30px;
  }

  .stat-number {
    font-size: 24px;
    line-height: 28px;
  }

  .stat-text {
    font-size: 14px;
  }

  .stats-section.mt-4 {
    margin-top: 0 !important;
  }

  .services .mb-5 {
    margin-bottom: 30px !important;
  }

  .services .service-card .card-body {
    padding: 15px 0 0 0 !important;
  }

  .services .service-card .card-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .services .btn-cta {
    padding: 8px 22px;
    font-size: 13px;
  }

  .hero-text {
    padding: 0;
    text-align: center !important;
  }

  .app-buttons .app-btn {
    margin: 0;
  }

  .app-buttons .app-btn img {
    margin: 0;
    height: 30px;
  }

  .hero-img {
    min-height: auto !important;
    margin: 0;
  }

  .call-section {
    font-size: 14px;
    margin: 8px 0;
  }

  .footer-contact {
    display: block;
    font-size: 12px;
    margin: 8px 0;
  }

  .footer-logo .logo {
    height: 60px;
  }

  .footer-social span {
    font-size: 16px;
  }

  .footer img.social-icon {
    width: 24px;
  }

  /**login dashboard***/

  .dashbord-box .custome-width {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-right: 15px !important;
    margin-bottom: 15px !important;
  }

  .sidebar a {
    width: auto;
  }

  .rides-wrapper .table tbody td {
    width: 250px;
  }

  .rides-wrapper .action-links a {
    font-size: 11px;
  }

  .filter-tab {
    padding: 5px 14px;
    font-size: 12px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {

  .hero-section {
    padding: 90px 0;
  }

  .card-ride {
    top: 64px;
  }

  .headline.styletwo {
    font-size: 34px;
  }

  .header-divider {
    color: var(--dark);
  }

  .main-header .navbar-toggler {
    padding: 5px;
    font-size: 16px;
    background: var(--white);
  }

  .navbar {
    justify-content: end !important;
  }

  .nav-link {
    margin: 4px 0px !important;
  }

  .btn-cta {
    padding: 8px 0px;
    font-size: 12px;
  }

  .service-img {
    height: auto !important;
  }

  .services .service-card .card-body {
    padding: 20px 0 0 0;
  }

  .top-header a {
    margin: 0 5px;
  }

  .testimonial h4 {
    font-size: 20px;
  }

  .process .step h3 {
    padding-bottom: 0;
  }

  .login-wrapper .card-box {
    padding: 15px !important;
  }

  .login-wrapper h4 {
    font-size: 18px;
  }

  .login-wrapper .mb-4 {
    margin-bottom: 12px !important;
  }

  .social-btn {
    font-size: 12px;
  }

  .login-wrapper .custom-control-label {
    font-size: 12px;
  }

  .login-wrapper a {
    font-size: 12px;
  }

  .login-wrapper .custom-control-label::before {
    top: 0;
  }

  .alert-dismissible {
    font-size: 12px;
  }

  /**login dashboard***/

  .dashbord-box .custome-width {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: 15px !important;
    margin-bottom: 15px !important;
  }

  .page-link {
    font-size: 12px;
  }

  .rides-wrapper .rides-header h5 {
    font-size: 14px;
  }

  .rides-wrapper .rides-header a {
    font-size: 12px;
  }

  .main-content .box h4 {
    font-size: 20px;
  }

  .wallet-card p {
    font-size: 16px;
  }

  .balance-amount {
    font-size: 22px;
  }

  .add-title {
    font-size: 16px;
  }

  .main-mship-card .card-header-custom {
    height: 135px;
  }

  .main-mship-card .card-body-custom {
    padding: 25px 15px 15px;
  }

  .main-mship-card .icon-circle {
    width: 85px;
    height: 85px;
  }

  .detail-card {
    padding: 15px 15px;
  }

  .detail-card h3 {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .right-side img {
    width: 100%;
  }

  /***side bar***/

  .sidebar {
    padding: 15px 15px;
    margin-bottom: 20px;
  }

  .sidebar .box {
    border-radius: 4px;
  }

  .sidebar .profile {
    text-align: left;
    padding: 0 5px 5px;
  }

  .sidebar .profile h5 {
    font-size: 16px;
    margin: 4px 0;
  }

  .sidebar .profile img {
    width: 70px;
    height: 70px;
  }

  .sidebar a {
    display: inline-block;
    border: 1px solid #fff;
    margin: 4px 3px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0 !important;
  }

  .s-20 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .s-80 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  #recentModal .btn {
    font-size: 14px;
  }

  .ride-form-card {
    padding: 15px;
  }

  .card-box {
    padding: 15px;
  }

  .card-box .form-control {
    padding: 10px;
    margin-bottom: 0;
  }

  .footer-contact {
    font-size: 16px;
  }

  .footer-social span {
    font-size: 16px;
}

.footer-top {
      font-size: 14px;
      flex-direction: column;
}

.footer-logo .logo {
      height: 70px;
}

  /***Faq css***/

  .faq-question {
    font-size: 16px;
  }

  .faq-section {
    padding: 30px 0;
  }

  .faq-answer {
    font-size: 14px;
    margin-top: 5px;
  }

  /***review***/

  .testimonial-user {
    flex-wrap: wrap;
    gap: 10px;
  }

  .testimonial-user h6 {
        font-size: 14px;
  }
}

@media screen and (max-width: 991px) {

  .padding-80 {
    padding: 40px 0;
  }

  .padding-top-80 {
    padding-top: 40px;
  }

  .hero-img {
    min-height: auto !important;
    margin: 0;
  }

  .app-buttons .app-btn {
    margin: 0;
  }

  .section-padding {
    padding: 40px 0;
  }

  .headline {
    font-size: 30px;
  }

  .header-divider {
    color: var(--dark);
  }

  .main-header .navbar-toggler {
    padding: 5px;
    font-size: 16px;
    background: var(--white);
  }

  .navbar {
    justify-content: end !important;
  }

  .nav-link {
    margin: 4px 0;
  }

  .btn-cta {
    padding: 8px 0px;
    font-size: 12px;
  }

  .service-img {
    height: auto !important;
  }

  .stats-section {
    padding: 50px 0 50px;
  }

  .stat-number {
    font-size: 40px;
  }

  .stat-text {
    font-size: 20px;
  }

  .top-header a {
    margin: 0 5px;
  }

  .login-wrapper .card-box {
    padding: 15px !important;
  }

  .login-wrapper h4 {
    font-size: 18px;
  }

  .login-wrapper .mb-4 {
    margin-bottom: 12px !important;
  }

  .social-btn {
    font-size: 12px;
  }

  .login-wrapper .custom-control-label {
    font-size: 12px;
  }

  .login-wrapper a {
    font-size: 12px;
  }

  .login-wrapper .custom-control-label::before {
    top: 0;
  }

  .alert-dismissible {
    font-size: 12px;
  }

  /**login dashboard***/

  .dashbord-box .custome-width {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px !important;
    margin-bottom: 15px !important;
  }

  .page-link {
    font-size: 12px;
  }

  .rides-wrapper .rides-header h5 {
    font-size: 14px;
  }

  .rides-wrapper .rides-header a {
    font-size: 12px;
  }

  .main-content .box h4 {
    font-size: 20px;
  }

  .wallet-card p {
    font-size: 16px;
  }

  .balance-amount {
    font-size: 22px;
  }

  .add-title {
    font-size: 16px;
  }

  .main-mship-card .card-header-custom {
    height: 135px;
  }

  /* .main-mship-card .card-body-custom {
    padding: 25px 15px 15px;
  } */

  .main-mship-card .icon-circle {
    width: 85px;
    height: 85px;
  }

  .detail-card {
    padding: 15px 15px;
  }

  .detail-card h3 {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .right-side img {
    width: 100%;
  }

  .call-section {
    font-size: 16px;
  }

  /***side bar***/

  .sidebar {
    padding: 15px 15px;
    margin-bottom: 20px;
    min-height: auto;
  }

  .sidebar .box {
    border-radius: 4px;
  }

  .sidebar .profile {
    text-align: left;
    padding: 0 5px 5px;
  }

  .sidebar .profile h5 {
    font-size: 16px;
    margin: 4px 0;
  }

  .sidebar .profile img {
    width: 70px;
    height: 70px;
  }

  .sidebar a {
    display: inline-block;
    border: 1px solid #fff;
    margin: 4px 3px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0 !important;
  }

  .s-20 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .s-80 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  #recentModal .btn {
    font-size: 14px;
  }

  .ride-form-card {
    padding: 15px;
  }

  .card-box {
    padding: 15px;
  }

  .card-box .form-control {
    padding: 10px;
    margin-bottom: 0;
  }

  .ride-service .service-card h5 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .nav-item.schedule-ride-btn {
      padding: 5px 20px;
      right: 15px;
  }
}

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

  .padding-80 {
    padding: 40px 0;
  }

  .headline {
    font-size: 40px;
  }

  .hero-section {
    padding: 100px 0;
  }

  .stat-text {
    font-size: 26px;
  }

  .card-ride {
    top: 68px;
  }

  .sidebar {
    padding: 15px 10px;
  }

  .nav-link {
    margin: 0 10px;
  }

  .dashbord-box .custome-width {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px !important;
    margin-bottom: 15px !important;
  }

  .sidebar a {
    padding: 7px 7px;
    margin: 5px 0px;
  }

  .sidebar a i.fa {
    margin-right: 10px;
  }

  .sidebar .profile {
    padding: 10px 6px;
  }

  .dashbord-box .card-value {
    font-size: 20px;
  }

}

/***login wrap***/
 .login-wrapper .divider span {
        bottom: 12px;
  }   
       
  
  .login-wrapper button.g-border {
    border: 1px solid #007bff;
    color: #007bff;
    background: #fff;
}

  .login-wrapper button.g-border:hover {
    border: 1px solid #007bff;
    color: #fff;
    background: #007bff;
}