#airport,
#airport2,
#station,
#station2 {
  padding: 60px 20px;
}
.app-image,
.content404,
.copyrightSection,
.cusCardInner,
.custom-cards,
.customBtnYellow,
.main-heading,
.mainHeading,
.mainHeading h2 {
  text-align: center;
}

html {
  scroll-behavior: smooth;
}
body {
  background-color: #03192b;
  box-sizing: border-box;
}
.innerPagesHeroSection h2,
.stationWrapper h2,
ul li {
  color: #0cd !important;
}
.stickOnTop .navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000db !important;
  animation: 1s both fadeInDown;
}
.heroSectionWrapper {
  height: 100vh !important;
  position: relative;
  padding: 112px 0 150px;
  overflow-x: clip;
}
.heroSectionWrapper h1{
  text-align: center !important;
}
.cusCard,
.cusCards,
.custom-card {
  overflow: hidden;
}
.heroSectionBg {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0 0 0 / 80%), rgba(0 0 0 / 80%)) 0 0 / cover,
    url(../images/bannerImg.webp) center center/cover no-repeat;
  width: 100%;
  height: 100%;
  animation: 30s infinite zoom_in_out;
}

.aboutSectionWrapper,
.heroSectionInner,
.mainHeading P {
  position: relative;
}
.heroSectionInner h1 {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
}
.contactSection p,
.contactSection p a,
.content404 .mainHeading h3,
.content404 p,
.heroSectionInner h1 span,
.mainHeading h2 span {
  color: #fff;
}
.heroSectionInner p {
  color: #f7f7f7;
  font-weight: 500;
  margin: 20px 0 40px;
  width: 80%;
}
.customBtnYellow {
  text-decoration: none !important;
  box-shadow: 3px 3px 5px rgb(255 255 255 / 35%) inset,
    0 0 20px rgb(0 0 0 / 10%);
}
.contact-item a,
a {
  text-decoration: none;
}
.customBtnYellow:hover {
  background-color: #03253f !important;
  color: #fff;
}
.heroSectionWrapper svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.heroSectionWrapper svg path,
.trainSVG path {
  fill: #00ccdd;
}
.aboutSectionWrapper h2 {
  color: #03253f;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.aboutSectionWrapper p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.mainHeading {
  margin-top: 30px !important;
}
.innerPagesHeroSection .mainHeading {
  margin-bottom: 15px;
}

.stationWrapper .cusCard {
  margin: 20px 0;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  border-radius: 10px;
}
.mainHeading h2 {
  color: #03192b !important;
}
.mainHeading P {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.stationWrapper .cusCardContent {
  padding: 20px 0;
}
.trainSVG {
  margin-bottom: -2px;
}

.content404 p a,
.fleet-heading .highlight {
  color: #0cd;
}

.fleetCards {
  margin: 25px 10px;
}
.fleetImg {
  background-position: center !important;
  width: 100%;
  height: 150px;
  background-size: contain !important;
}
.fleetContent h2 {
  color: #fff !important;
  font-size: 20px;
  margin: 14px 0 5px 20px;
  cursor: context-menu;
}
.fleetContent h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 2px;
  height: 100%;
  background-color: #0cd;
}
.fleetContent p {
  color: #a9a9a9;
  cursor: context-menu;
}
.fleetDetails {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: space-around;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  cursor: default;
}
.fleetDetails p {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-top: 10px;
}
.fleetDetails p i {
  color: #1e88e5;
}
.fleetDetails p img {
  width: 20px;
  height: 20px;
  margin-top: -8px;
}
.InnerSVG path {
  fill: #03192b !important;
}
.innerPagesHeroSection {
  padding: 0;
  background-size: cover !important;
  background: #000;
  align-content: center;
}
.innerPagesContentWrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.innerPagesContentWrapper .mainHeading {
  text-align: left;
  margin-bottom: 25px;
}
.innerPagesContentWrapper h2 {
  color: #0cd;
  font-size: 30px;
}
.innerPagesContentWrapper p {
  color: #000;
  font-size: 17px;
}
.aboutSection {
  position: relative;
  padding: 130px 0 300px;
  background-color: #0cd;
}
.aboutPageSVG {
  position: absolute;
  bottom: -1px;
}
.aboutPageSVG path {
  fill: #03192b;
}
.aboutHeading h2 {
  font-size: 50px;
}
.contactSection h2 {
  font-size: 35px;
}
.contactSection .customInputs {
  padding: 23.5px 10px !important;
}
.contactSection img {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.content404 {
  padding-top: 150px;
}
.content404 .mainHeading {
  margin-bottom: 10px;
}
.content404 .mainHeading h2 {
  color: #0cd;
  font-size: 100px;
}
.copyrightSection {
  color: #fff;
  padding: 15px 0;
  border-top: 2px solid #03253f;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes zoom_in_out {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 576px) {
  .mainHeading h2 {
    font-size: 40px;
  }
  .innerPagesContentInner h3{
    font-size: 28px;
  }
  .heroSectionInner p {
    width: 100%;
  }
  .heroSectionInner h1,
  .heroSectionInner h2 {
    font-size: 25px;
  }
  .copyrightSection {
    padding: 15px;
  }
  .aboutSectionWrapper h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  
  .fleetImg,
  .stationWrapper .cusCardInner {
    height: 200px;
  }
  .innerPagesContentWrapper h2 {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .heroSectionBg {
    background-image: none !important;
    background-color: #000 !important;
  }
}
@media screen and (max-width: 992px) {

  .aboutSectionInner .row {
    flex-direction: column-reverse;
  }

  .stationWrapper {
    margin-top: 0;
  }
  .stationWrapper .cusCardContent {
    padding: 20px 30px;
  }

  .aboutSectionWrapper {
    padding: 80px 0;
  }
  .aboutSection {
    padding: 130px 0;
  }
}
@media screen and (min-width: 992px) {
  .aboutHeader .callDiv img {
    filter: brightness(0.3);
  }
  .stickOnTop .aboutHeader .callDiv img {
    filter: brightness(1);
  }
  .aboutHeader .nav-link.active,
  .aboutHeader .nav-link:hover {
    color: #03192b !important;
  }
  .aboutHeader .nav-link.active::before {
    border-color: #03192b;
  }
  .stickOnTop .aboutHeader .nav-link.active,
  .stickOnTop .aboutHeader .nav-link:hover {
    color: #0cd !important;
  }
  .stickOnTop .aboutHeader .nav-link.active::before {
    border-color: #0cd;
  }
  .stationWrapper .cusCard {
    height: 325px;
  }
  .stationWrapper .cusCard .row {
    align-items: center;
  }
  .stationWrapper .cusCardInner {
    height: 328px;
  }
}

.justcontainer {
  padding: 10vw 0 !important;
}
@media screen and (max-width: 768px) {
  .container,
  .justcontainer {
    padding: 0 !important;
  }
  .mainHeading {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .aboutSectionWrapper,
  .stationWrapper {
    padding: 30px 0 !important;
  }

}

img {
  vertical-align: middle;
  border-style: none;
}
a {
  color: #0cd;
  background-color: transparent;
}
p {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  unicode-bidi: isolate;
  max-width: 98%;
}
.firstrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  padding: 20px;
}
@media (min-width: 768px) {
  .justcontainer {
    padding: 5rem !important;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative !important;
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.about-section-inner,
.cusCard,
.station-inner {
  width: 100%;
}
.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.main-heading {
  margin-bottom: 30px;
}
.main-heading h2 {
  font-size: 2.5rem;
  color: #333;
}
.contact-item a,
.main-heading h2 span {
  color: #f1c40f;
}

.station-section {
  background: #f9f9f9;
  padding: 40px 0;
}
.airport-grid,
.station-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.airport-item,
.luton-service-item,
.station-item {
  padding: 10px;
}
.custom-card {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.card-row {
  display: flex;
  flex-wrap: wrap;
}


.custom-card-inner {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.card-img-1 {
  background-image: url("assets/images/station1.jpg");
}




.custom-cards {
  background: #fff;
  padding: 20px;
}

.card-1 {
  background-image: url("assets/images/airport1.jpg");
}

.luton-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.card-luton-1 {
  background-image: url("assets/images/luton1.jpg");
}
.bg-img {
  background-size: cover;
  background-position: center;
}
.card-width {
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.application-section {
  background: #333;
  color: #fff;
  padding: 40px 0;
}
.application-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.application-item,
.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.app-text {
  font-size: 1rem;
  line-height: 1.6;
}
.store-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.app-image {
  flex: 0 0 60%;
  max-width: 60%;
}
.app-image img {
  max-width: 100%;
}
.fleet-card {
  background: #fff;
}
.fleet-img {
  height: 150px;
  background-size: cover;
  background-position: center;
}
.fleet-img-1 {
  background-image: url("assets/images/fleet1.jpg");
}
.fleet-details {
  display: flex;
  justify-content: space-around;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.contact-item {
  flex: 0 0 48%;
  max-width: 48%;
}
.contact-item iframe {
  width: 100%;
  height: 450px;
}
.contact-item p {
  font-size: 1rem;
  margin: 10px 0;
}
.contact-item p img {
  vertical-align: middle;
  margin-right: 10px;
}
.row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#station,
#station2 {
  max-width: 1200px;
  margin: auto;
}
.mainHeading h2 {
  margin: 0;
}
.stationInner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.cusCard {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  max-width: 450px;
  display: flex;
  flex-direction: row;
  transition: transform 0.3s;
}
.cusCard:nth-child(2n) .cusCardInner,
.cusCard:nth-child(3n) .cusCardInner,
.cusCardInner {
  background: #000;
}
.cusCard:hover {
  transform: translateY(-5px);
}
.cusCardInner {
  width: 40%;
  min-height: 180px;
  align-content: center;
  color: #fff !important;
  font-weight: 900;
}
.cusCardContent {
  padding: 20px;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cusCardContent span {
  font-size: 0.8rem;
  color: #2a2a2a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.cusCardContent h2 {
  font-size: 1.25rem;
  margin: 0 0 10px;
}
.cusCardContent p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #555;
  margin-bottom: 15px;
}
.customBtnYellow {
  border: none;
  display: inline-block;
}
#airport,
#airport2 {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.airportInner {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  display: grid;
}
.cusCards {
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}
.cusCards::before {
  content: "";
  display: block;
  background: #000;
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    rgba(0, 188, 212, 0.1) 0,
    transparent 70%
  );
  z-index: 0;
}
.cusCardsContent {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cusCardsContent p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555;
  margin-bottom: 20px;
}
.customBtnYellow {
  background-color: #0cd;
  color: #000;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 700;
  width: fit-content;
  transition: background 0.3s;
}
.cusCards,
.fleet-card-small {
  transition: transform 0.3s, box-shadow 0.3s;
}
.fleet-heading,
.mainHeading {
  margin-bottom: 40px;
}
.mainHeading p {
  color: #666;
  font-size: 1rem;
  margin-top: 10px;
}
.airportInner {
  display: grid;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}
.cusCards {
  position: relative;
  background: linear-gradient(135deg, #e3f2fd, #fff);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  opacity: 0;
  transform: translateY(20px);
  animation: 0.6s forwards fadeUp;
}
.cusCards:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.cusCardsContent h2 {
  font-size: 1.4rem;
  color: #111;
  margin-bottom: 16px;
}
.cusCardsContent ul {
  padding-left: 20px;
  color: #444;
}
.cusCardsContent ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.cusCardsContent ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00bcd4;
  font-weight: 700;
}
.cusCard1 {
  animation-delay: 0.2s;
}
.cusCard2 {
  animation-delay: 0.4s;
}
.cusCard3 {
  animation-delay: 0.6s;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .application-grid,
  .card-row,
  .contact-grid,
  .cusCard {
    flex-direction: column;
  }

  .app-image,
  .contact-item{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .airport-grid,
  .fleet-grid,
  .luton-services-grid,
  .station-grid {
    grid-template-columns: 1fr;
  }
  .cusCardContent,
  .cusCardInner {
    width: 100%;
  }
  .cusCardInner {
    min-height: 150px;
  }
  .cusCards,
  .cusCardsContent {
    padding: 20px;
  }
  .cusCardsContent h2 {
    font-size: 1.2rem;
  }
}
.aboutSectionWrapper {
  background: #fff;
  padding: 50px 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.7;
}
.justcontainer {
  max-width: 1200px;
  margin: 0 auto;
}
.mainHeading h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.innerPagesContentInner h3{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.mainHeading h2 span,
span {
  color: #007a8a;
}
.aboutSectionInner .contentColumn p {
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: #555;
}
.aboutSectionInner .contentColumn h2 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #007a8a;
  border-left: 5px solid #007a8a;
  padding-left: 10px;
}
.aboutSectionInner .contentColumn p:last-child {
  margin-bottom: 0;
}
.fleet-wrapper {
  background: #f0fbfc;
  padding: 60px 15px;
  font-family: Poppins, sans-serif;
}
.fleet-container {
  max-width: 1100px;
  margin: 0 auto;
}
.fleet-heading h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #03192b;
}
.fleet-heading .subheading {
  font-size: 1.1rem;
  color: #666;
  margin-top: 8px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 30px;
  padding-top: 10px;
}
.fleet-card-small {
  background: #fff;
  border-radius: 18px;
  padding: 25px 20px 30px;
  box-shadow: 0 6px 18px rgba(0, 204, 221, 0.12);
  cursor: default;
}
.fleet-card-small:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 38px rgba(0, 204, 221, 0.25);
}
.fleet-icon {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}
.saloon-icon {
  background-color: #d0f4f7;
}
.executive-icon {
  background-color: #c0e8f9;
}
.estate-icon {
  background-color: #d2f0f9;
}
.mpv-icon {
  background-color: #b3e7f6;
}
.fleet-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #000;
}
.fleet-title::after {
  content: "";
  display: block;
  width: 40%;
  height: 3px;
  background: #0cd;
  border-radius: 2px;
  margin: 6px auto 0;
}
.fleet-badges {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  gap: 18px;
}
.badge {
  background: #e0f7fa;
  padding: 7px 14px;
  border-radius: 20px;
  font-weight: 600;
  color: #00aab8;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 6px;
  user-select: none;
}
.badge img {
  width: 18px;
  height: 18px;
  filter: invert(32%) sepia(83%) saturate(433%) hue-rotate(143deg)
    brightness(96%) contrast(90%);
}
.fleet-desc {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
  min-height: 70px;
}
.r-fab-group {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 9999;
}
.r-fab-btn {
  background-color: rgba(0, 119, 182, 0.9);
  color: #fff;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  opacity: 0;
  visibility: hidden;
}
.r-fab-btn svg {
  fill: currentColor;
}
.r-fab-btn:hover {
  background-color: #023e8a;
  transform: translateY(-2px);
}
.r-fab-btn:focus {
  outline: #fff solid 2px;
  outline-offset: 2px;
}
.r-fab-group.show .r-fab-btn {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 600px) {
  .mainHeading h2 {
    font-size: 2rem;
  }
  .mainHeading h3 {
    font-size: 1.6rem;
  }
  .aboutSectionInner .contentColumn h2 {
    font-size: 1.5rem;
  }
  .aboutSectionInner .contentColumn p {
    font-size: 1rem;
  }
  .fleet-title {
    font-size: 1.25rem;
  }
  .fleet-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }
  .r-fab-btn {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }
  .r-fab-btn svg {
    width: 20px;
    height: 20px;
  }
}
