
*, ::after, ::before {
    box-sizing: border-box !important;
}

body{
      box-sizing: border-box !important;
      margin: 0;
      padding: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
        text-align: left;

}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}



html {
  --bole: #aa8453;
  --cream: #f8f5f0 !important;
  --dark: #000 !important;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.2;
}

h2 {
  font-size: 4.5rem;
  text-transform: uppercase;
}
h3 {
  font-size: 4rem;
  text-transform: uppercase;
}
h4 {
  font-size: 3.5rem;
  text-transform: uppercase;
}
h5 {
  font-size: 2.7rem;
  margin-top: 5px;
}
h6 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}
p {
  font-size: 17px !important;
  font-weight: 400;
  line-height: 1.8;
}
.main-btn,
.main-btn-light,

.hero-sec h6 {
  line-height: 2;
}
.main-btn {
  box-shadow: -6px 6px 0;
}
.main-btn:hover {
  text-decoration: none;
  top: 3px;
  left: -3px;
  box-shadow: -3px 3px 0 #000;
  color: #000;
}
.main-btn::after,
.main-btn::before {
  transition: 0.3s;
  width: 11px;
  height: 8px;
  z-index: 0 !important;
  content: "";
  position: absolute;
}
.main-btn:focus::after,
.main-btn:focus::before {
  display: none;
}
.main-btn:focus-visible {
  outline: 0 !important;
}
.main-btn:hover::before {
  width: 4px;
  height: 4px;
  top: 1px;
  left: -4px;
}
.main-btn:hover::after {
  width: 4px;
  height: 4px;
  bottom: -4px;
  right: 1px;
}
.main-btn::before {
  top: 1px;
  left: -7px;
  border: 4px solid #000;
  border-right: none !important;
  border-bottom: none !important;
  border-top: none !important;
}
.main-btn::after {
  border: 4px solid #000;
  border-right: none !important;
  border-bottom: none !important;
  border-top: none !important;
  bottom: -10px;
  right: -5px;
}
.main-btn-light {
  box-shadow: -6px 6px 0 var(--white);
  transition: 0.3s ease-in-out;
}
.main-btn-light:hover {
  text-decoration: none;
  top: 3px;
  left: -3px;
  box-shadow: -3px 3px 0 var(--white);
  transition: 0.3s ease-in-out;
  color: #000;
}



.hero-sec h6,
.sec-service{
  color: var(--white);
}


.hero-sec {
  background-image: url(../images/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 50px;
  padding-top: 170px;
}
.hero-sec::before,
.inner-page-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000b0;
}

.hero-sec .content {
  padding-top: 60px;
}



@media only screen and (max-width: 992px) {
  .service_info {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .airport-card .content h5,
  .sec-station .station-card .content h5,
  .station-card .content h5 {
    font-size: 2rem !important;
  }
  .sec-about {
    padding: 30px 0;
  }
  .sec-about h2 {
    font-size: 20px;
  }
  .sec-about p {
    font-size: 14px;
  }
  .service_info {
    margin-bottom: 15px;
    width: 80%;
  }
}
.inner-page-bg .pop-up_,
.sec-privacy .content {
  text-align: center;
}
.field-hd {
  text-align: start;
}
.sec-about #image-laptop-p {
  position: relative;
  padding-bottom: 73.5%;
}
.sec-about #image-laptop-p iframe {
  box-sizing: border-box;
  background: url(https://ssl-product-images.www8-hp.com/digmedialib/prodimg/lowres/c05648858.png)
    center center/contain no-repeat;
  padding: 6% 16% 23%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-about #image-laptop-p .image-laptop-c img {
  width: 100%;
  height: auto;
}



.airport-card,
.station-card {
  position: relative;
  padding: 0 20px;
  height: 250px;
  overflow: hidden;
  margin-bottom: 30px;
}
.airport-card:hover a.read-more-btn,
.station-card:hover a.read-more-btn {
  opacity: 100;
  transition: 0.5s ease-in-out;
}
.airport-card .content,
.station-card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
  margin-top: 30px;
}
.airport-card .content h5,
.station-card .content h5 {
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 2px;
}
.airport-card a.read-more-btn,
.station-card a.read-more-btn {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.airport-card a.read-more-btn i,
.station-card a.read-more-btn i {
  color: #fff;
  font-size: 2.2rem;
  margin-top: -2px;
}
.sec-station .station-card.bg-king-cross {
  background: linear-gradient(#000000b0, #000000b0) center/cover,
    url(../images/king-cross-bg.webp) center/cover, center/cover no-repeat;
}
.sec-station .station-card.bg-victoria {
  background: linear-gradient(#000000b0, #000000b0) center/cover,
    url(../images/victoria.webp) center/cover, center/cover no-repeat;
}
.sec-station .station-card.bg-euston {
  background: linear-gradient(#000000b0, #000000b0) center/cover,
    url(../images/euston.webp) center/cover, center/cover no-repeat;
}
.sec-station .station-card.bg-paddington {
  background: linear-gradient(#000000b0, #000000b0) center/cover,
    url(../images/paddington.webp) center/cover, center/cover no-repeat;
}
.sec-station .station-card.bg-charing-cross {
  background: linear-gradient(#000000b0, #000000b0) center/cover,
    url(../images/charing-cross.webp) center/cover, center/cover no-repeat;
}
.sec-station .station-card.bg-waterloo {
  background: linear-gradient(#000000b0, #000000b0) center/cover,
    url(../images/waterloo.webp) center/cover, center/cover no-repeat;
}
.sec-station .station-card.bg-london-bridge {
  background: linear-gradient(#000000b0, #000000b0) center/cover,
    url(../images/london-bridge.webp) center/cover, center/cover no-repeat;
}
.sec-fleet {
  padding: 100px 0;
  color: var(--white);
}
.sec-fleet .fleet-card {
  color: var(--white);
}
.sec-fleet .fleet-card .fleet-img {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.sec-fleet .fleet-card .fleet-img img {
  height: 100px;
  width: 100%;
}
.sec-fleet .fleet-card .content h5 {
  text-transform: uppercase;
}
.sec-fleet .fleet-card .fleet-icons span img {
  height: 18px;
  width: 18px;
}
.sec-fleet .fleet-card:hover .fleet-icons {
  bottom: 0 !important;
  transition: 0.5s ease-in-out;
}
.sec-fleet .fleet-icons {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -50%;
  background: #000000b8;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
  transition: 0.5s ease-in-out;
}
.sec-fleet .fleet-icons span {
  font-size: 1.8rem;
  padding-right: 15px;
}
.sec-fleet .fleet-icons span i {
  padding-left: 8px;
  color: var(--white);
}
.sec-fleet .fleet-icons span:last-child i {
  padding-right: 5px;
  padding-left: 0 !important;
}
.sec-download-app {
  background: var(--dark);
  color: var(--white);
  padding: 70px 0;
}
.about-us-bg,
.inner-page-bg {
  background-size: cover;
  background-position: center;
}
.sec-download-app .content {
  padding-top: 70px;
}

.sec-download-app .content .apps {
  margin-top: 20px;
}
.sec-download-app .content .apps a {
  width: 130px;
  height: 100%;
}
.sec-download-app .content .apps a:first-child {
  margin-left: 0;
}
.sec-download-app #image-mobile {
  position: relative;
  height: 340px;
  width: 160px;
  overflow: hidden;
  transform: translatex(-50%);
  left: 50%;
}
.sec-download-app #image-mobile .img-1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 30px;
  height: 100%;
}
.sec-download-app #image-mobile .img-2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  height: 94%;
  top: 13px;
  z-index: -1;
  border-radius: 20px;
  margin-left: 3px;
}


.inner-page-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.308), rgba(0, 0, 0, 0.5)),
    url(../images/inner-page-bg.webp) !important;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 180px;
  padding-bottom: 50px;
  height: 100vh;
}
.inner-page-bg .content {
  text-align: center;
  padding-bottom: 20px;
}

.about-us-bg {
  background-color: #000;
  color: #fff;
  height: 380px;
  background-repeat: no-repeat;
}
.about-us-bg .content {
  padding-top: 200px;
  text-align: center;
}
.sec-contact-form .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 30px 0;
}
.sec-contact-form h2 {
  margin-bottom: 30px;
  font-size: 3.2rem;
}
.sec-contact-form .content ul {
  padding: 0;
  margin-bottom: 0;
}
.sec-contact-form .content ul li {
  list-style: none;
  margin-right: 15px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.sec-contact-form .content ul.com-info {
  display: flex;
  justify-content: space-between;
}
.sec-contact-form .content ul li a {
  color: #000;
  text-decoration: none;
}
.sec-contact-form .content ul li i {
  margin-right: 10px;
}
.sec-contact-form .social-links {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.sec-contact-form .social-links li a i {
  font-size: 2rem;
}



.latq-about-section {
  background-color: #f9f9f9; /* adjust to match your site */
  color: #111; /* base text color */
}

.latq-heading {
  font-size: 1.75rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #000; /* or your theme's heading color */
  font-weight: 600;
}

.latq-paragraph {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.latq-list {
  padding-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.latq-list li {
  margin-bottom: 0.5rem;
}


.latq-services-modern {
  background: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
}

.latq-services-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.latq-services-title {
  font-size: 2.5rem;
  margin-bottom: 50px;
  font-weight: 700;
  color: #000;
}

.latq-services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.latq-service-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  padding: 30px 20px;
  max-width: 420px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.latq-service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.latq-service-image {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.latq-service-heading {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.latq-service-desc {
  font-size: 0.95rem;
  margin-bottom: 20px;
  color: #555;
}

.latq-service-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000; /* Change this to match your brand color */
  color: #fff;
  border-radius: 6px;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.latq-service-btn:hover {
  background-color: #ffffff; 
  color: #000;
}

.airport-section {
  padding: 60px 20px;
  color: #000000;
  font-family: 'Segoe UI', sans-serif;
}

.airport-container {
  max-width: 1200px;
  margin: auto;
}

.airport-heading {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.airport-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.airport-card {
  flex: 1 1 calc(25% - 20px);
    border: 1px solid #c5c5c5;
  height: auto;
  min-width: 260px;
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.airport-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.airport-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #000000;
}

.airport-btn {
  display: inline-block;
  padding: 10px 18px;
  background: linear-gradient(135deg, #d2d2d2, #e9e9e9);
  color: #000000;
  border-radius: 6px;
  text-decoration: none;
  text-decoration: none;

  transition: all 0.3s ease;

}

.airport-btn:hover {
  background: linear-gradient(135deg, #e9e9e9, #d2d2d2);
}


/* Responsive */
@media (max-width: 991px) {
  .airport-card {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .airport-card {
    flex: 1 1 100%;
  }
}

.fleet-modern {
  padding: 60px 20px;
  background-color: #000;
  color: #fff;
}

.fleet-container {
  max-width: 1200px;
  margin: auto;
}

.fleet-heading {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fleet-subheading {
  text-align: center;
  margin-bottom: 40px;
  color: #ccc;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.fleet-card {
  background: linear-gradient(135deg, #1f1f1f, #333);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(255,255,255,0.05);
  transition: transform 0.3s ease;
}

.fleet-card:hover {
  transform: translateY(-8px);
}

.fleet-img img {
  width: 100%;
  padding: 20px;
  align-items: center;
  height: auto;
  object-fit: cover;
  display: block;
}

.fleet-details {
  padding: 20px;
  text-align: center;
}

.fleet-details h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.fleet-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 1rem;
  color: #ddd;
}

.fleet-icons i {
  margin-right: 6px;
  color: #fff;
}

.fleet-action {
  text-align: center;
  margin-top: 40px;
}

.fleet-btn {
  background: linear-gradient(to right, #fff, #ccc);
  color: #000;
  padding: 12px 30px;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.fleet-btn:hover {
  background: linear-gradient(to right, #ddd, #fff);
}

 .station-section {
    background-color: #fff;
    padding: 60px 20px;
    font-family: sans-serif;
  }

  .station-section h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    text-transform: uppercase;
  }

  .station-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .station-card {
    background: #fff;
    color: #000000;
    padding: 30px 25px;
    border-radius: 12px;
    border: 1px solid rgb(213, 213, 213);
    width: calc(100% / 3 - 40px);
    box-shadow: 0 4px 10px rgba(153, 153, 153, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
  }

  .station-card:hover {
    transform: translateY(-5px);
  }

  .station-card h5 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
  }

  .station-card p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .station-card a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
  }

  .station-card a:hover {
    color: #000000;
  }

  @media (max-width: 992px) {
    .station-card {
      width: calc(50% - 20px);
    }
  }

  @media (max-width: 600px) {
    .station-card {
      width: 100%;
    }
  }

  .app-download-section {
  background-color: #ffffff;
  padding: 4rem 1rem;
}

.app-download-container {
  max-width: 1200px;
  margin: 0 auto;
}

.app-download-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.app-download-text {
  flex: 1 1 500px;
}

.app-download-heading {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #111;
}

.app-download-description {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.app-download-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.download-btn {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background-color: #000;
  color: #fff;
  padding: 0.8rem 1.4rem;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.download-btn:hover {
  background-color: #444;
}

.app-download-image {
  flex: 1 1 400px;
  text-align: center;
}

.app-download-image img {
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .app-download-row {
    flex-direction: column-reverse;
    text-align: center;
  }

  .app-download-buttons {
    justify-content: center;
  }
}

/* Modern Footer Styles */
.lt-footer-modern {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  font-family: Arial, sans-serif;
}

.lt-footer-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0 0 15px 0;
}

.lt-footer-wrapper {
  max-width: 100%;
  padding: 0 20px;
}

.lt-footer-text {
  font-size: 13px;
  color: #333;
  margin: 0;
  line-height: 1.6;
}

.lt-footer-link {
  color: #333;
  text-decoration: underline;
  margin-left: 5px;
  font-size: 13px;
}

.lt-footer-link:hover {
  color: #000;
}

.ui-autocomplete .ui-menu-item:hover,.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{
    background:#a4aab4 !important;
}

#moreModalitem .card-header button, .modal-footer button{
    color:white !important;
}
