@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  /* 1rem = 10px 
    font-size: 62.5%;
    scroll-behavior: smooth;*/
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all 200ms linear;
}
p,
li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
a {
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}

/* #Navigation
================================================== */
.error{
  color: #e24245;
}
.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #fff;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
}
.start-header.scroll-on .navbar-brand img {
  max-height: 50px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navigation-wrap {
  /* position: fixed; */
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar {
  padding: 0;
}
.navbar-brand img {
  max-height: 53px;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link {
  color: #fff !important;
  transition: all 200ms linear;
  text-transform: uppercase;
}
.nav-link {
  display: block;
  padding: 10px 1rem;
}
.nav-item:hover .nav-link {
  /* color: #B18D58 !important; */
}
.nav-link {
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding: 20px 0;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 18px;
  padding-left: 18px;
  font-weight: 400;
}
.navbar-expand-md .navbar-nav .nav-item:last-child {
  /* margin-left: 20px; */
}
.navbar-expand-md .nav-item:last-child a {
  padding-right: 0px;
  padding-left: 0px;
}
.nav-item.active .nav-link:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #fff;
  opacity: 1;
  transition: all 200ms linear;
}
.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #fff;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after {
  opacity: 0;
}
.nav-item {
  position: relative;
  transition: all 200ms linear;
  margin-left: 1rem;
}
#menuWrp {
  padding: 0;
  /* background: #111310; */
}
#menuWrp #navbarSupportedContent {
  background: #ebad10;
  padding: 0 15px;
  width: auto;
  max-width: 80%;
  width: 100%;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 2% 100%);
}
#menuWrp .navbar {
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
#menuWrp .navbar ul li:last-child a {
  background: #111310;
  padding-left: 30px;
  padding-right: 30px;
}
#menuWrp .navbar ul li:last-child a:hover {
}
#menuWrp .navbar-brand {
  margin-right: 2rem;
}
/* Default header style */
.start-header {
  background: transparent;
  transition: all 0.4s ease-in-out;
  padding: 15px 0;
}

/* After scroll */
.start-header.scroll-on {
  background: #111310; /* yellow */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 5px 0;
  animation: fadeInDown 0.5s ease forwards;
}

/* Animation effect */
@keyframes fadeInDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.start-header .scrollLogo {
  opacity: 0 !important;
}
.start-header.scroll-on .scrollLogo {
  opacity: 1 !important;
}
.blackLogo img {
  max-height: 80px;
}
.topBar {
  padding: 10px 0;
}
.topBar .row {
  align-items: center;
}
.controlInfo {
  display: flex;
  justify-content: flex-end;
  column-gap: 3em;
}
.controlInfo .phoneW {
  color: #111310;
  display: flex;
  justify-content: flex-end;
  column-gap: 1em;
  align-items: center;
}
.controlInfo .phoneW:hover p {
  color: #ebad10;
}
.controlInfo .phoneW i {
  font-size: 30px;
  color: #edb011;
}
.controlInfo .phoneW p {
  margin-bottom: 0;
  font-weight: bold;
}
.gReview {
  background: #111310;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  display: flex;
}
.gReview img {
  max-height: 20px;
}
#heroSecWrp {
  position: relative;
}
#heroSecWrp .heroImg {
  width: 100%;
}
#HeroSlider img {
  height: auto;
  width: auto;
  max-width: fit-content;
  max-height: 300px;
  float: right;
}
#HeroSlider {
  width: 100%;
  position: absolute;
  right: 0rem;
  bottom: -4rem;
}
#heroSecWrp .overFlow {
  position: absolute;
  background: #000000bc;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  color: #fff;
  align-items: center;
}

#heroSecWrp .overFlow .heroContent {
  max-width: 700px;
  position: relative;
  z-index: 999;
}
#heroSecWrp .overFlow .heroContent h1 {
  color: #ebad10;
  font-size: 3rem;
  text-transform: capitalize;
}
#heroSecWrp .overFlow .heroContent h2 {
  font-weight: 300;
  font-size: 18px;
}
#heroSecWrp .btnWrp {
  margin-top: 2.2rem;
  display: flex;
  column-gap: 20px;
}
#heroSecWrp .btnWrp a {
  padding: 10px 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
  color: #000;
  font-weight: 400;
  display: block;
  font-size: 1.2rem;
}
#heroSecWrp .btnWrp a:hover {
  background: #111310 !important;
  color: #fff !important;
}
#heroSecWrp .btnWrp a:last-child {
  background: #ebad10;
}
#seviceSec {
  padding: 4em 0;
  text-align: center;
}
.smallHeading {
  color: #000;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.bigHeading {
  font-weight: bold;
  font-size: 35px;
  color: #000;
  text-transform: uppercase;
}
#seviceSec .cardWrp {
  display: flex;
  column-gap: 20px;
  text-align: center;
  margin-top: 6.5em;
  color: #000;
}

.cardImg {
  display: inline-block;
  border-radius: 0 20%;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  position: absolute;
  top: -20%;
  left: 50%; /* horizontal center */
  transform: translateX(-50%); /* center exactly */
  background: #ebad10;
}
#aboutCompany {
  background: #ebad10;
  color: #000;
}
#fleet {
  padding: 3em 0;
}
/* #fleet h6 {
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ebad10;
} */
#fleet .fleet-card {
  background-color: #f6f6f6;
  border-style: solid;
  border-width: 5px 1px 1px 1px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 20px 0px;
  padding: 20px 10px !important;
  padding-bottom: 0px !important;
}
#fleet .fleet-card:hover {
  background: #fff;
}
#fleet .fleet-card .grayText {
  height: 188px;
}
#fleet .fleet-card .btn {
  border: none;
  border-radius: 2px;
  font-size: 13px;
  padding: 6px 20px;
  background-color: #ebad10;
  font-family: "Lato", Sans-serif;
  font-weight: 600;
  fill: #212121;
  color: #212121;
}
#fleet .fleet-card .btn:hover {
  background-color: #604801 !important;
  color: #fff;
}
#fleet .fleet-card .btn:hover i {
  color: #fff;
}
#fleet .d-flex.justify-content-between {
  display: flex;
  justify-content: center !important;
  column-gap: 8px;
}
#fleet .fleet-card .btn.btn-dark {
  background-color: #333333;
  color: #fff;
}
#fleet .fleet-card .btn.btn-dark i {
  color: #fff;
}
#fleet .fleet-card .btn i {
  color: #212121;
}
#fleet .col-md-3 {
  padding: 0;
}
#fleet .col-md-3:nth-child(2) .fleet-card {
  border-style: solid;
  border-width: 5px 1px 1px 1px;
  border-color: #ebad10;
}

#fleet .col-md-3:nth-child(4) .fleet-card {
  border-style: solid;
  border-width: 5px 1px 1px 1px;
  border-color: #ebad10;
}
#fleet h5 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
}
#fleet i {
  color: #ebad10;
}
#fleet p {
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
/* Booking Section */
#bookingSec h2 {
  font-weight: bold;
}
#bookingSec h5 {
  font-weight: 400;
  margin-bottom: 15px;
  color: #000;
  font-size: 16px;
}
#bookingSec .text-orange {
  color: #ebad10;
  font-weight: bolder;
  text-transform: capitalize;
}
#bookingSec .form-group label {
  font-weight: 400;
  margin-bottom: 2px;
}
#bookingSec .form-group label.SelectYourFleet {
  font-weight: 700;
  margin-bottom: 15px;
}
#bookingSec .form-control {
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #ccc;
  border: 1px solid #666;
  height: auto;
}
#bookingSec .fleet-preview {
  text-align: center;
  margin: 15px 0;
}
#bookingSec .fleet-preview img {
  max-width: 200px;
}
#bookingSec .form-check-inline input[type="radio"] {
  margin-right: 3px;
}
#bookingSec .btn {
  padding: 8px 30px;
}
#bookingSec .btn-orange {
  background: #ebad10;
}
#bookingSec .btn-orange:hover {
  background: #000;
  color: #fff;
}
#backToTop {
  display: none; /* hidden by default */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background: #000;
  color: #fff;
  border: none;
  padding: 6px 15px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out;
}

#backToTop:hover {
  background: #ebad10;
}

/* Progress Bar */
.progress-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}
.progress-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background: #ddd;
  z-index: -1;
}
.progress-step {
  width: 35px;
  height: 35px;
  background: #ddd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  transition: 0.4s ease;
}
.progress-step.active {
  background: #ebad10;
}
.progress {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  background: #ebad10;
  width: 0%;
  z-index: -1;
  transition: 0.4s ease;
}

/* Step Form */
.form-step {
  display: none;
  animation: fadeEffect 0.5s;
}
.form-step.active {
  display: block;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#whyChooseUs .row.g-4.text-center {
  margin-top: 3em;
}
#whyChooseUs .cardN {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  border-radius: 0 15px;
}
#whyChooseUs h5 {
  color: #ebad10;
  font-weight: bold;
}
.book-taxi-section {
  background: #ebad10; /* Orange background */
  text-align: center;
  color: #fff;
  padding: 1em 0;
}

.book-taxi-section .sub-heading {
  font-family: "Merriweather Sans", Sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5em;
  color: #333333;
}

.book-taxi-section .main-heading {
  font-family: "Merriweather Sans", Sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3em;
  color: #333333;
}

.book-taxi-section .info-text {
  font-family: "Merriweather Sans", Sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4em;
  color: #ffffff;
  margin: 20px 0;
  margin-bottom: 30px;
}
.book-taxi-section .info-text a {
  color: #fff;
  font-weight: bold;
}
.book-taxi-section .info-text a:hover {
  color: #333333;
}
.book-taxi-section .btn-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  padding-top: 0;
}

.book-taxi-section .btn {
  padding: 14px 28px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  /* transition: all 0.3s ease; */
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.btn {
  padding: 14px 28px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  /* transition: all 0.3s ease; */
  column-gap: 10px;
  align-items: center;
  width: fit-content;
}
.btn:hover {
  background-color: #212121 !important;
  color: #fff !important;
}

.book-taxi-section .btn:hover {
  background-color: #212121 !important;
  color: #fff !important;
}

.book-taxi-section .contact-btn {
  background: #fff;
  color: #000;
}

.book-taxi-section .contact-btn:hover {
  background: #ffff;
}

.book-taxi-section .book-btn {
  background: #111310;
  color: #fff;
}

.book-taxi-section .book-btn:hover {
  background: #333;
}

.book-btn {
  background: #111310;
  color: #fff;
}

.book-btn:hover {
  background: #333;
}
.footer {
  background: #111310;
  color: #ddd;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  padding-bottom: 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1140px;
  margin: auto;
}

.footer h3 {
  color: #fff;
  margin-bottom: 15px;
}

.footer-about {
  width: 100%;
  max-width: 525.31px;
  margin: 20px;
  padding-right: 5px;
}
.footer-links {
  max-width: 291.94px;
  width: 100%;
}
.footer-contact {
  max-width: 282.33px;
  width: 100%;
}
.footer-about p {
  margin: 10px 0;
}
.footer-about h3 {
  font-family: "Merriweather Sans", Sans-serif;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 2.5px;
  color: #ffffff;
}
.footer-about .info {
  font-family: "Hind Vadodara", Sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  color: #bdbdbd;
}
.footer-about h6 {
  font-family: "Merriweather Sans", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  color: #ffffff;
  margin-top: 20px;
}
.footer .payment-icons img {
  width: 95%;
  margin: 5px;
  display: inline-block;
}
.footer-links h3,
.footer-contact h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.driver {
  height: 3px;
  background: #54595f;
  width: 39.29px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer-links {
  padding-right: 20px;
}
.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin: 8px 0;
}

.footer-links ul li a {
  color: #ddd;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  column-gap: 13px;
  align-items: center;
  border-bottom: #ffffff1f 1px solid;
  padding-bottom: 10px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.footer-links ul li:last-child a {
  border: none;
}

.footer-links ul li a i {
  color: #ebad10;
}
.footer-links ul li a:hover {
  color: #ebad10;
}

.footer-contact p {
  margin: 10px 0;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #333;
}

.footer-bottom a {
  margin: 0 10px;
  color: #ddd;
  font-size: 18px;
  transition: 0.3s;
}

.footer-bottom a:hover {
  color: #ebad10;
}
.animated-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.animated-section div {
  padding: 15px 25px;
  background: #ff8c00;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeUp ease forwards;
}
.footer-contact h4 {
  font-family: "Hind Vadodara", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5em;
  color: #ffffff;
}
.footer-contact p {
  font-family: "Hind Vadodara", Sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.footer-contact a {
  color: #fff;
  font-family: "Hind Vadodara", Sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 30px;
  display: block;
}
.footer-contact a:hover {
  color: #ebad10;
}
.container-fluid.last-footer {
  padding: 15px;
  text-align: center;
  background: #ebad10;
}
.container-fluid.last-footer a {
  color: #000;
}
.container-fluid.last-footer .row {
  display: flex;
  justify-content: center;
}
.container-fluid.last-footer .copyright {
  font-weight: 400;
  margin-bottom: 0;
  font-weight: 500;
}
#fleet .row {
  margin-top: 2.5em;
}
#fleet .row .col-lg-3 {
  padding: 8px;
}
#aboutCompany img {
  box-shadow: rgba(0, 0, 0, 0.4) 5px 5px, rgba(255, 255, 255, 0.3) 10px 10px,
    rgba(0, 0, 0, 0.2) 10px 10px, rgba(255, 255, 255, 0.1) 20px 20px,
    rgba(255, 255, 255, 0.05) 15px 15px;
}
#bookingSec .form-check-inline input[type="radio"] {
  margin-right: 3px;
  accent-color: #000000;
  border-color: #fff;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
  outline-color: #ffff;
}
#bookingSec .form-check-inline input[type="radio"]:checked {
  border-color: #000000;
  background-color: #ebad10;
}
#heroSecWrp.InnerPageBanner .overFlow {
  background: #00000029;
}
#heroSecWrp.InnerPageBanner img {
  height: 300px;
  object-fit: cover;
}
.breadcrumbWrp a {
  color: #fff;
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.breadcrumbWrp ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  column-gap: 8px;
}
.breadcrumbWrp ul li {
  text-transform: capitalize;
}
.breadcrumbWrp a i {
  font-size: 13px;
}
.breadcrumbWrp a:hover {
  color: #ebad10;
}
#heroSecWrp.InnerPageBanner #HeroSlider img {
  max-height: 200px;
}
#heroSecWrp.InnerPageBanner .overFlow .heroContent {
  max-width: 100%;
  text-align: center;
}
.breadcrumbWrp {
  text-align: center;
  display: flex;
  justify-content: center;
}
#faqsWrp {
  padding: 3em 0;
}
.faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: rgb(235 173 16 / 20%) 5px 5px, rgb(235 173 16 / 3%) 10px 10px,
    rgb(235 173 16 / 20%) 15px 15px, rgb(235 173 16 / 10%) 20px 20px,
    rgb(240 46 170 / 0%) 25px 25px;
}

.faq-accordion .card {
  border: none;
  margin-bottom: 12px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 19%);
  overflow: hidden;
}

.faq-accordion .card-header {
  background-color: #fff;
  border: none;
  padding: 0;
}

.faq-accordion .card-header h5 button {
  width: 100%;
  text-align: left;
  padding: 20px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s;
}

.faq-accordion .card-header h5 button:hover,
.faq-accordion .card-header h5 button[aria-expanded="true"] {
  color: #ebad10;
}

.faq-accordion .card-header h5 button .fas {
  transition: transform 0.3s ease-in-out;
}

.faq-accordion .card-header h5 button[aria-expanded="true"] .fas {
  transform: rotate(45deg);
}

.faq-accordion .card-body {
  background-color: #fff;
  padding: 0 20px 20px;
  color: #666;
  line-height: 1.6;
}

.card-header h5 button.collapsed .fas:before {
  content: "\f067"; /* Font Awesome plus icon */
}

.card-header h5 button:not(.collapsed) .fas:before {
  content: "\f067"; /* Font Awesome plus icon */
}
#ContactUsWrp {
  padding: 3em 0;
}
.contact-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: Arial, sans-serif;
  flex-wrap: wrap;
}
.contact-item {
  display: flex;
  align-items: center;
  margin: 20px;
  color: #000;
}
.contact-item:hover {
  color: #000;
}
.contact-item:hover .contact-icon {
  background: #111310;
}
.contact-item:hover .contact-details h3 {
  color: #ebad10;
}
.contact-icon {
  background-color: #ebad10;
  padding: 8px 20px;
  border-radius: 4px;
  margin-right: 20px;
  font-size: 24px;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.contact-details h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
}
.contact-details p {
  margin: 0;
  font-size: 16px;
  color: #555;
}
.contactInnerWrp {
  margin-top: 2em;
  background-color: #f8f9fa;
  border-radius: 4px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  overflow: hidden;
}
.contactInnerWrp iframe {
  display: block;
}

/* Added styles for the new contact form */
.contact-form-wrapper {
  padding: 2em 1.8em 0;
  padding-left: 0;
  height: 100%;
}
.contact-form-wrapper h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1.8rem;
  color: #333;
}
.contact-form-wrapper .form-group {
  margin-bottom: 1.2rem;
}
.contact-form-wrapper .form-control {
  border-radius: 4px;
  padding: 8px 15px;
  border: 1px solid #ced4da;
  height: auto;
  font-size: 1rem;
}
.contact-form-wrapper textarea.form-control {
  max-height: 100px;
}
.contact-form-wrapper .form-control::placeholder {
  color: #6c757d;
}
.contact-form-wrapper .btn-submit {
  background-color: #ebad10;
  color: #fff;
  font-weight: bold;
  padding: 12px 35px;
  border-radius: 8px;
  border: none;
  transition: background-color 0.3s ease;
  font-size: 1rem;
  cursor: pointer;
}
.contact-form-wrapper .btn-submit:hover {
  background-color: #111310;
  color: #fff;
}
#seviceSecWrp {
  text-align: center;
  padding: 3em 0;
  position: relative;
}

#seviceSecWrp .cardWrp {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

#seviceSecWrp .cardBox {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

#seviceSecWrp .cardWrp img {
  width: 100%;
  aspect-ratio: 2/1.7;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

/* Overlay span */
#seviceSecWrp .cardWrp span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 18px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgb(0 0 0 / 28%));
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  transition: all 0.4s ease;
  pointer-events: none; /* not clickable */
  transform: translateY(0);
  text-align: left;
}

/* Hover animation */
#seviceSecWrp .cardBox:hover img {
  transform: scale(1.08);
}

#seviceSecWrp .cardBox:hover span {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2));
  transform: translateY(-5px); /* subtle text lift */
}
#aboutCompany.innerPageWrp {
  background: #fff;
  margin-bottom: 2em;
}
#aboutCompany.innerPageWrp img {
  width: 100%;
}
#aboutCompany.innerPageWrp .row.align-items-center {
  padding-bottom: 0;
}
span.driverB {
  content: "";
  background: #ebad10;
  width: 100px;
  height: 5px;
  position: relative;
  display: block;
  margin-bottom: 1em;
  border-radius: 5px;
  box-shadow: 1px 2px #cccf;
}
