.cusSubMenu li a,
.stations {
  text-decoration: none !important;
}
.footerSecWrap ul li,
.socialLinks {
  list-style: none;
}
.area-name-sec .areas-name-main,
.stations {
  text-align: center;
}
.applicationForm,
.fleet {
  font-family: Poppins, sans-serif;
}
body {
  font-family: "DM Sans", serif;
}
.blurEffect {
  backdrop-filter: blur(4px);
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(255 255 255 / 75%);
  z-index: 99;
  display: none;
}
.cusField.open,
.nav-item {
  position: relative;
}
.cusField.open {
  z-index: 9999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Epilogue, serif;
}
.navbar-brand img {
  max-height: 80px;
  max-width: 100%;
}
.navbar-brand h2 {
  font-weight: 800;
  margin-bottom: 0;
}
.navbar-brand h2 span {
  color: #347ab7;
}
.topBarWrap {
  background-color: #f6f6f6;
  padding: 18px 0;
}
.copyrightSecInner,
.topBarInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topBarInner .cols.leftSide {
  display: flex;
  gap: 35px;
}
.topBarInner .childs {
  display: flex;
  gap: 12px;
  align-items: center;
  line-height: 1;
}
.topBarInner .childs img {
  width: 15px;
}
.footerSecWrap ul li,
.footerSecWrap ul li a,
.topBarInner .childs a {
  color: #000;
}
.nav-link {
  padding: 0.5rem 15px !important;
  color: #fff !important;
  font-weight: 500;
}
.bannerInner #dynamic-widget h2,
.stations {
  color: #000 !important;
}
.nav-link.active {
  background-color: #fff;
  color: #337ab7 !important;
  border-radius: 3px;
}
.cusSubMenuWrap {
  padding-right: 5px;
  margin-right: 10px;
}
.cusSubMenuWrap .nav-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 12px;
  height: 12px;
  background: url(images/chevron.png) center center/cover no-repeat;
  transition: 0.3s ease-in-out;
}
.cusSubMenuWrap.open:after {
  transform: translateY(-50%) rotate(-90deg);
}
.cusSubMenu {
  opacity: 0;
  visibility: hidden;
  background: #347ab7;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  transform: scaleY(0.8);
  transform-origin: top;
  transition: 0.3s ease-in-out;
  z-index: 5;
}
.cusSubMenuWrap .cusSubMenu.open {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.cusSubMenu li a {
  color: #fff;
  padding: 6px 15px;
  display: block;
  font-weight: 300;
  transition: 0.2s ease-in-out;
}
.cusSubMenu li a:hover {
  background-color: #fff;
  color: #000;
}
.socialLinks {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 35px;
}
.bannerWrap,
.contactWrapper,
.contentWrap,
.footerSecInner,
.stationWrap {
  padding: 80px 0;
}
.socialLinks li {
  line-height: 1;
}
.socialLinks img {
  width: 18px;
  filter: invert(0.6);
  transition: 0.3s;
}
.socialLinks a:hover img {
  filter: invert(0);
}
.bannerWrap {
  background: linear-gradient(rgba(0 0 0 / 70%), rgba(0 0 0 / 70%)) center 30%,
    url(images/banner1.webp) center 30% / cover no-repeat;
}
.fleetCards .imgWrap,
.servicesImgs {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
.bannerWrap h1 {
  color: #fff;
  font-weight: 700;
  font-size: 55px;
}
.bannerInner h2,
.bannerWrap p {
  color: #fff;
}
.bannerInner,
.fleetDetails div {
  display: flex;
  align-items: center;
}
.bannerContentslog {
  flex: 1 0 0;
}
.contentWrap h2 {
  font-size: 28px;
  margin-top: 45px;
}
.contentWrap h2:first-child {
  margin-top: 0;
}
.contactDetailsWrap .boxes:last-child,
.contentWrap p:last-child,
.customMargins:nth-child(3),
.customMargins:nth-child(4),
.customMargins:nth-child(5),
.footerSecWrap .contactDetails li:last-child,
.footerSecWrap .quickLinks li:last-child,
.station5,
.station6,
.station7 {
  margin-bottom: 0;
}
.fleetSecWrap,
.servicesWrap {
  background-color: #f6f6f6;
  padding: 80px 0;
}
.airportimgone {
  background-image: linear-gradient(rgba(0 0 0 / 20%), rgba(0 0 0 / 20%)),
    url(images/airport.webp) !important;
}
.airportimgtwo {
  background-image: linear-gradient(rgba(0 0 0 / 20%), rgba(0 0 0 / 20%)),
    url(images/airporttwo.webp) !important;
}
.airportimgthree {
  background-image: linear-gradient(rgba(0 0 0 / 20%), rgba(0 0 0 / 20%)),
    url(images/airportthree.webp) !important;
}
.airportimgfour {
  background-image: linear-gradient(rgba(0 0 0 / 20%), rgba(0 0 0 / 20%)),
    url(images/airportfour.webp) !important;
}
.airportimgfive {
  background-image: linear-gradient(rgba(0 0 0 / 20%), rgba(0 0 0 / 20%)),
    url(images/airportfive.webp) !important;
}
.servicesImgs {
  background-size: cover;
  height: 250px;
}
.servicesImgs h2 {
  position: absolute;
  bottom: 30px;
  left: 50px;
  color: #fff;
  font-size: 20px;
}
.servicesImgs h2:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.footerSecWrap .appsLinks img,
.servicesImgs:hover h2:before {
  width: 100px;
}
.customMargins {
  margin-bottom: 30px;
}
.stations {
  margin-bottom: 70px;
  display: block;
}
.stations h2 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
}
.stations .icon {
  position: relative;
  width: 46px;
  height: 46px;
  margin: auto;
}
.stations .icon:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -10px;
  background-color: #f6f6f6;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: -1;
}
.stations p {
  margin-top: 15px;
}
.fleetCards .imgWrap {
  height: 200px;
  background-color: #7aa5cb;
  background-size: 220px;
  transition: 0.5s;
}
.fleetCards:hover .imgWrap,
.footerHeading:after {
  background-color: #347ab7;
}
.fleetCards.fleetCard1 .imgWrap {
  background-image: url(images/saloon.webp);
}
.fleetCards.fleetCard2 .imgWrap {
  background-image: url(images/estate.webp);
}
.fleetCards.fleetCard3 .imgWrap {
  background-image: url(images/executive.webp);
}
.fleetCards.fleetCard4 .imgWrap {
  background-image: url(images/mpv.webp);
}
.fleetCards h2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  border: 1px solid #000;
  padding: 5px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.contactDetailsWrap h2,
.footerHeading {
  color: rgba(0 0 0 / 70%);
  font-size: 20px;
}
.fleetDetails {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  padding: 15px 0;
}
.fleetDetails img {
  width: 20px;
}
.contactDetailsWrap .icon img,
.fleetDetails span {
  width: 25px;
  height: 25px;
}
.fleetDetails span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0 0 0 / 38%);
  border-radius: 50%;
  font-size: 14px;
}
.footerSecWrap {
  background-color: #f6f6f6;
  font-size: 14px;
}
.footerHeading {
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 30px;
}
.footerHeading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
}
.footerSecWrap ul {
  margin: 0;
  padding: 0;
}
.footerSecWrap .quickLinks li {
  margin-bottom: 10px;
  background: url(images/right-chevron.png) left center/15px no-repeat;
  padding-left: 25px;
}
.footerSecWrap .contactDetails li {
  margin-bottom: 15px;
}
.footerSecWrap .contactDetails li img {
  width: 15px;
  margin-right: 5px;
}
.copyrightSecWrap {
  background: #fff;
  padding: 26px 0;
}
.navBtnsWrap .navBtns:first-child {
  display: none;
}
.area-name-sec {
  padding: 40px 0;
}
.area-name-sec .areas-name-main ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.area-name-sec .areas-name-main ul li {
  margin: 22px 0;
}
.area-name-sec .areas-name-main ul li a {
  color: #fff;
  background-color: #000000e8;
  border-radius: 5px;
  padding: 8px 5px;
  font-weight: 500;
  font-size: 16px;
  display: block;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.3s;
  border: 2px solid #000;
}
.area-name-sec .areas-name-main ul li a:hover {
  color: #000;
  background-color: transparent;
  border-color: #347ab7;
}
.area-name-sec .areas-name-main .areavar {
  font-size: 25px;
  font-weight: 600;
  color: #7c7c7c !important;
}
.sub-hd-three {
  font-size: 20px;
  color: #337ab7;
  font-weight: 600;
}
.contactWrapper iframe {
  width: 100%;
  height: 500px;
}
.contactWrapper .mainHead,
.contactWrapper .subHead {
  text-align: left;
}
.contactWrapper p {
  margin-bottom: 38px;
}
.contactDetailsWrap .boxes {
  display: flex;
  gap: 20px;
  border-bottom: 1px dashed rgba(0 0 0 / 20%);
  padding-bottom: 15px;
  margin-bottom: 18px;
}
.contactDetailsWrap .icon {
  width: 50px;
  height: 50px;
  background: #347ab72e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactDetailsWrap h2 {
  font-weight: 700;
  line-height: 1;
}
.contactDetailsWrap .afterHeading {
  display: block;
  color: rgba(0 0 0 / 60%);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .contactWrapper iframe,
  .station5,
  .station6,
  .stations {
    margin-bottom: 50px;
  }
  .topBarInner .childs:nth-child(3) {
    display: none;
  }
  .customMargins:nth-child(3),
  .customMargins:nth-child(4),
  .fleetCard1,
  .fleetCard2 {
    margin-bottom: 30px;
  }
  .footerHeading {
    margin-top: 30px;
  }
  .footerHeading.first {
    margin-top: 0;
  }
  .navBtnsWrap {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .navBtnsWrap .navBtns {
    width: 50px;
    height: 40px;
    background-color: #347ab7;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  .navBtnsWrap .navBtns img {
    width: 25px;
    height: 25px;
  }
  .navBtnsWrap .navBtns:first-child img {
    filter: invert(1);
  }
  .cusSubMenuWrap {
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .bannerInner {
    flex-direction: column;
  }
  .navWrapper {
    box-shadow: 0 0 5px 2px rgba(0 0 0 / 17%);
  }
  .bannerWrap p,
  .topBarInner .childs:first-child {
    display: none;
  }
  .fleetCard3 {
    margin-bottom: 30px;
  }
  .faqSecWrap .faqImgs.faqImg1,
  .faqSecWrap .faqImgs.faqImg4 {
    height: 250px;
  }
  .faqSecWrap .faqImgs.faqImg2,
  .faqSecWrap .faqImgs.faqImg3 {
    height: 150px;
  }
  .copyrightSecInner {
    flex-direction: column;
    gap: 20px;
  }
  .copyrightSecInner p {
    text-align: center;
  }
  .bannerWrap {
    background: 0 0;
    padding: 15px 0;
  }
  .bannerWrap h1 {
    color: #000;
    font-size: 15px;
    margin-bottom: 3px;
  }
  .bannerWrap h2 {
    color: #000;
    font-size: 13px;
  }
  #holdabledata .input-group,
  .customInputs,
  .field-a,
  .select2-container--default .select2-selection--single,
  .select2-dropdown {
    background-color: #000 !important;
  }
  #holdabledata .form-control,
  .field-a input,
  .field-a input::placeholder,
  .select2,
  .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder,
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
  select {
    color: #000000 !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #e3e3e3 transparent transparent !important;
  }
  .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #e3e3e3 !important;
    border-width: 0 4px 5px !important;
  }
  .select2-results__option {
    color: #fff;
  }
  .blur .blurEffect {
    display: block;
  }
  body.blur {
    overflow: hidden;
  }
}
@media screen and (max-width: 576px) {
  .topBarWrap {
    display: none;
  }
  .navBtnsWrap .navBtns:first-child {
    display: flex;
  }
  .faqSecWrap .faqImgs.faqImg1,
  .faqSecWrap .faqImgs.faqImg4 {
    height: 200px;
  }
  .faqSecWrap .faqImgs.faqImg2,
  .faqSecWrap .faqImgs.faqImg3 {
    height: 100px;
  }
  .navbar-brand img {
    width: 5rem;
    height: auto;
  }
}
.navWrapper {
  background-color: #000;
}
.pet_friendly {
  background-image: url("images/petfriendly.webp") !important;
}
.hotel_taxi {
  background-image: url("images/hoteltransfers.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s;
  padding: 15px;
}
.school_run {
  background-image: url("images/schoolruns.webp") !important;
}
.hotel_taxi:hover {
  transform: scale(1.03);
}
.hotel_taxi .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: background-color 0.3s;
}
.hotel_taxi .overlay h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.hotel_taxi .overlay a {
  color: #fff;
  background-color: #337ab7;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s, color 0.3s;
}
.hotel_taxi .overlay a:hover {
  background-color: #fff;
  color: #337ab7;
}
.subHead {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #337ab7;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.fleet-header,
.mainHead {
  margin-bottom: 20px;
  text-align: center;
}
.mainHead {
  font-size: 36px;
  font-weight: 700;
  color: #222;
}
@media (max-width: 768px) {
  .hotel_taxi {
    height: 300px;
  }
  .hotel_taxi .overlay h2 {
    font-size: 22px;
  }
  .hotel_taxi .overlay a {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.fleet {
  padding: 60px 0;
  background: #fff;
  color: #222;
}
.fleet-header h2 {
  font-size: clamp(1.8rem, 2.5vw, 2rem) !important;
  font-weight: 700;
  color: #1e1e1e;
  position: relative;
  display: inline-block;
}
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}
.fleet-item {
  perspective: 1000px;
  padding: 20px;
}
.fleet-card {
  position: relative;
  width: 100%;
  height: 320px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.fleet-back,
.fleet-item:hover .fleet-card {
  transform: rotateY(180deg);
}
.fleet-back,
.fleet-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.fleet-front {
  background: #ffffff69;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.fleet-front img {
  width: 100%;
  object-fit: cover;
}
.fleet-front h3 {
  margin: 15px 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #111;
}
.areas-name-main ul,
.fleet-back ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fleet-back {
  background: linear-gradient(135deg, #000 0, #337ab7 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.fleet-back img {
  width: 60%;
}
.fleet-back ul li {
  margin: 8px 0;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}
.fleet-back ul li img {
  width: 20px;
  height: auto;
}
.applicationForm {
  background-color: #f6f6f6;
  text-decoration: none;
  text-align: center;
  color: #222;
}
.applicationForm:hover {
  text-decoration: none;
}
.areas-name-main {
  background: linear-gradient(to bottom right, #fff, #f3f3f3);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 60px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.areas-name-main h2.areavar {
  font-size: 30px;
  color: #1a1a1a;
  margin-bottom: 25px;
  border-bottom: 3px solid #0078d7;
  display: inline-block;
  padding-bottom: 5px;
  font-weight: 700;
  letter-spacing: 1px;
}
.areas-name-main ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
.areas-name-main ul li a {
  display: block;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  position: relative;
}
.areas-name-main ul li a:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 120, 215, 0.2);
  border-color: #0078d7;
  color: #0078d7;
}
.areas-name-main ul li a::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: inherit;
  transition: transform 0.3s;
}
.areas-name-main ul li a:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.search-div {
  margin-bottom: 40px;
  text-align: center;
}
.search-div h2 {
  font-weight: 800;
  text-transform: capitalize;
  font-size: clamp(1.8rem, 2.5vw, 2rem) !important;
  color: #1e1e1e;
}
#searchInput {
  width: 100%;
  max-width: 500px;
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-size: 16px;
  outline: 0;
  height: 45px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}
.containercustom {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


#our-fleet{
  background: url(images/contentone.webp);
    background-color: #00000073;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center 26%;
}




