/* Navbar wrapper */
.custom-navbar {
    background-color: #004990;
    padding: 0.75rem 1rem;
    border-bottom: 2px solid white;  /* solid white line */
    z-index: 1030;
}
/* Logo styling */
.navbar-logo {
  height: 48px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* Nav links */
.custom-navbar .nav-link {
  color: #d6ddea;
  font-weight: 500;
  font-size: 16px;
  margin-left: 1rem;
  transition: color 0.3s ease;
}

.custom-navbar .nav-link:hover,
.custom-navbar .nav-link.active {
  color: #ffffff;
}

/* Dropdown items */
.custom-navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.custom-navbar .dropdown-item {
  color: #004990;
  font-weight: 500;
  padding: 0.6rem 1rem;
  font-size: 15px;
}

.custom-navbar .dropdown-item:hover {
  background-color: #f0f2f5;
  color: #002b66;
}

/* Adjust spacing for navbar content */
.custom-navbar .navbar-nav {
  gap: 0.5rem;
}

/* Reduce extra spacing between logo and links */
@media (min-width: 992px) {
  .custom-navbar .container-fluid {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .custom-navbar .navbar-nav {
    margin-left: auto;
  }
}

/* Mobile styles */
@media (max-width: 991px) {
  .custom-navbar .navbar-collapse {
    background-color: #004990;
    padding: 1rem 0;
  }

  .custom-navbar .nav-link,
  .custom-navbar .dropdown-toggle {
    color: #ffffff;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .custom-navbar .dropdown-menu {
    background-color: #ffffff;
    border-radius: 0 0 6px 6px;
  }
}


@media (max-width: 767px) {
  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x) !important;
    font-size: var(--bs-navbar-toggler-font-size) !important;
    line-height: 1 !important;
    color: rgb(255 255 255) !important;
    background-color: #fffffffc !important;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color) !important;
    border-radius: var(--bs-navbar-toggler-border-radius) !important;
    transition: var(--bs-navbar-toggler-transition) !important;
  }
}




.form-control {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Make inputs/selects/textarea take full width of their Bootstrap columns */
form.form-horizontal input.form-control,
form.form-horizontal select.form-control,
form.form-horizontal textarea.form-control {
  width: 100%;  /* full width of their column */
  box-sizing: border-box;
  padding: 12px 15px;
  font-size: 1.1rem;
  border: 1.5px solid #004990;
  border-radius: 6px;
  transition: border-color 0.3s ease;
  color: #004990;
}

/* On focus */
form.form-horizontal input.form-control:focus,
form.form-horizontal select.form-control:focus,
form.form-horizontal textarea.form-control:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0,123,255,0.5);
}

/* Keep Bootstrap column padding as is for layout (don’t override padding/margin) */

/* Submit button styling */
form.form-horizontal input[type="submit"].btn {
  background-color: #004990;
  color: white;
  border: none;
  padding: 14px 35px;
  font-size: 1.15rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  max-width: 300px;
  width: 100%;
  margin: 20px auto 0;
  display: block;
}

form.form-horizontal input[type="submit"].btn:hover {
  background-color: #0066cc;
}

/* Textarea - bigger height */
form.form-horizontal textarea.form-control {
  min-height: 100px;
  resize: vertical;
}

/* Date/time selects in one line within their column */
#divtime > div.col-xs-4 {
  display: inline-block;
  width: 32%;
  padding-right: 5px;
}

#divtime > div.col-xs-4:last-child {
  padding-right: 0;
}



/* Ensure columns float properly */
.airport .form-horizontal .col-md-6,
.airport .form-horizontal .col-xs-4 {
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 15px; /* Adds space below each field */
}

/* Column width definitions */
.airport .form-horizontal .col-md-6 {
  width: 50%;
}

.airport .form-horizontal .col-xs-4 {
  width: 33.3333%;
}

/* Clear each row after floats */
.airport .form-group::after {
  content: "";
  display: table;
  clear: both;
}

/* Full-width inputs in columns */
.airport .form-control {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* Responsive adjustments for mobile */
@media (max-width: 767px) {
  .airport .form-horizontal .col-md-6,
  .airport .form-horizontal .col-xs-4 {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 15px;
  }
}











.bookonl-bg {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.book-bg {
    float: left;
    width: 100%;
    border-radius: 20px;
    margin: 3% 0 0 0;
    padding: 25px 5px 25px 5px;
    background-color: #fff;
}

    .book-bg p {
        float: left;
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 0 0 3px 0;
        font-weight: 700;
    }

.book-ttl {
    width: 97%;
    float: left;
    text-align: center;
    padding: 0 1.5% 0 1.5%;
    color: #004990;
    font-size: 20pt;
    font-weight: 700;
    margin: 0 0 0 0;
    border-radius: 5px;
    text-transform: uppercase;
}

.book-data {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    opacity: .9;
}

.book-inner {
    float: left;
    width: 100%;
}



.book-hd-1 {
    width: 41%;
    float: left;
    color: #000;
    margin: 0 auto;
    font-size: 12pt;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
    border-radius: 5px;
    padding: 0 0 10px 20px;
}

.sliderform {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background-image: url(image/2025_Lexus_ES.png);
    background-position: 50% 50%;
    background-size: cover;
	margin-bottom: 50px;
}

.sliderforma {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background-image: url(image/Airport-Transfers-Sydney.webp);
    background-position: 10% 80%;
    background-size: cover;
	margin-bottom: 50px;
}

.sliderformm {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background-image: url(image/Maxi-Cab-Sydney.jpg);
    background-position: 90% 10%;
    background-size: cover;
	margin-bottom:50px;


}


.sliderformonline  {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        background-image: url(image/f2.jpg);
       
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

		margin-bottom: 35px;
    }

.sliderform_inner {
    width: 100%;
    float: left;
    padding: 150px 0 50px 0;
    background-color: rgba(0,29,58,0.7);
	/* margin-bottom:54px;  */
}

.sliderform_lft {
    float: left;
    width: 100%;
}

.sliderform_rgt {
    float: right;
    width: 46%;
    padding: 140px 0 0 50px;
}

.hdr_content {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

    .hdr_content h1 {
        color: #fff;
        font-size: 25pt;
        margin: 0 0 0 0;
        font-weight: 600;
        padding: 0 0 5px 0;
        text-transform: uppercase;
        text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .hdr_content p {
        color: #fff;
        font-size: 17pt;
        margin: 0 0 0 0;
        font-weight: 400;
        padding: 0 0 0 0;
        text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }



/* Hide by default */
.mobile-only-banner {
  display: none;
}



@media screen and (max-width: 768px) {
  .sliderform,
  .sliderforma,
  .sliderformm,
  .sliderformonline {
    /* Adjust background position and size */
    background-position: center center !important;
    background-size: cover !important;
    /* Optional: reduce height or padding if needed */
    padding: 80px 0 30px 0 !important;
  }
}







/* Show on screens smaller than 768px */
@media (max-width: 767px) {
  .mobile-only-banner {
    display: block;
    text-align: center;
    padding: 20px;
    margin-top:-144px;
    background-size: cover;
    background-position: center;
    color: white;
    font-family: Arial, sans-serif;
  }

  .banner-content h2 {
    font-size: 1.9em;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .banner-content p {
    font-size: 1em;
    margin-bottom: 15px;
    line-height: 1.4;
  }

  .call-button {
    display: inline-block;
    background: white;
    color: #007B8F;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .instant-booking {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .booking-form {
    margin-top: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
  }
}

.hero-heading {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.hero-headings {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
	
	
  .instant-booking {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
  }

  .instant-booking i {
    font-size: 1.5em;
    color: #fff;
  }
  
  .instant-booking a {
  color: #fff;
  text-decoration: none; /* Optional: removes underline */
}
  

  .pulse {
    animation: pulse 1.2s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.1);
      opacity: 0.85;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
}




/* Base Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Silver Taxi Service Section */
.silver-taxi-section {
  padding: 60px 0;
  background-color: #f9faff;
  color: #002f6c;
}

.flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.silver-text {
  flex: 1 1 500px;
  min-width: 280px;
}

.silver-text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.silver-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333;
}

.btn-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease;
  min-width: 120px;
  text-align: center;
}

.btn-primary {
  background-color: #004990;
  color: #fff;
}

.btn-primary:hover {
  background-color: #003366;
}

.btn-secondary {
  background-color: transparent;
  border: 2px solid #004990;
  color: #004990;
}

.btn-secondary:hover {
  background-color: #004990;
  color: #fff;
}

.silver-image {
  flex: 1 1 400px;
  min-width: 280px;
}

.silver-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}


@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
    gap: 30px;
  }

  .silver-text,
  .silver-image {
    flex: 1 1 100%;
    min-width: auto;
  }

  .silver-text h2 {
    font-size: 28px;
  }

  .silver-text p {
    font-size: 16px;
  }

  .btn-group {
    justify-content: center;
  }
}


/* Our Services Section */
.our-services-section {
  padding: 70px 0;
  background-color: #fff;
  text-align: center;
  color: #002f6c;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}

.service-item {
  background-color: #f4f8fc;
  border-radius: 10px;
  padding: 30px 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.service-item:hover {
  transform: translateY(-5px);
}

.service-icon {
  font-size: 48px;
  margin-bottom: 15px;
  color: #004990;
}

.service-item h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #002f6c;
}

.service-item p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

/* Responsive styles */
@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
  }

  .btn-group {
    justify-content: center;
  }

  .silver-text h2 {
    font-size: 28px;
  }

  .silver-text p {
    font-size: 16px;
  }

  .btn {
    width: 100%;
    max-width: 220px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .section-subtitle {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .silver-text h2 {
    font-size: 24px;
  }

  .section-title {
    font-size: 28px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .service-item h3 {
    font-size: 20px;
  }

  .service-item p {
    font-size: 14px;
  }
}




 .how-it-works {
    background-color: #f9fafc;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #003366;
  }
  .howit-container {
    max-width: 1100px;
    margin: 0 auto;
  }
  .section-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .section-desc {
    font-size: 18px;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
  }
  .steps-wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .step {
    background: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    flex: 1 1 220px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: box-shadow 0.3s ease;
  }
  .step:hover {
    box-shadow: 0 5px 20px rgba(0, 51, 102, 0.3);
  }
  .step-number {
    font-size: 28px;
    font-weight: 700;
    color: #0077cc;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    background-color: #d1e7fd;
  }
  .step h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
  }
  .step p {
    font-size: 15px;
    color: #444;
  }

  /* Mobile Friendly */
  @media (max-width: 768px) {
    .steps-wrapper {
      flex-direction: column;
      gap: 20px;
    }
  }
  
  
  
  
.our-fleet-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    color: #004990;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
  }

  .our-fleet-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }

  .section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
  }

  .fleet-items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 40px;
  }

  .fleet-item {
    background: white;
    border-radius: 10px;
    padding: 25px 20px 30px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    flex: 1 1 260px;
    max-width: 280px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .fleet-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  }

  .fleet-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .fleet-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #004990;
  }

  .fleet-item p {
    font-size: 14.5px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .btn-book {
    background-color: #004990;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    max-width: 200px;
  }

  .btn-book:hover {
    background-color: #002e5b;
  }

  /* Mobile responsiveness */
  @media (max-width: 768px) {
    .fleet-items {
      flex-direction: column;
      gap: 35px;
      align-items: center;
    }

    .fleet-item {
      max-width: 90%;
    }
  }
  
  
  
  .why-choose-section {
  background-color: #f9fafd;
  padding: 60px 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
  text-align: center;
}

.why-choose-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.why-choose-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #004990;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.why-choose-subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  color: #555;
  font-weight: 500;
}

.why-choose-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.why-choose-feature .feature-heading {
  font-size: 20px;
  color: #004990;
  margin-bottom: 12px;
  font-weight: 600;
}

.why-choose-feature .feature-text {
  font-size: 15px;
  color: #444;
  line-height: 1.5;
}

.why-choose-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.why-choose-btn-primary {
  background-color: #004990;
  color: white;
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
  cursor: pointer;
}

.why-choose-btn-primary:hover {
  background-color: #003366;
}

.why-choose-btn-secondary {
  background-color: transparent;
  color: #004990;
  border: 2px solid #004990;
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
  cursor: pointer;
}

.why-choose-btn-secondary:hover {
  background-color: #004990;
  color: white;
}

@media (max-width: 600px) {
  .why-choose-title {
    font-size: 26px;
  }
  .why-choose-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .why-choose-btn-primary,
  .why-choose-btn-secondary {
    width: 100%;
    text-align: center;
  }
}



.payment-cabcharge-section {
  background-color: #000; /* Black background */
  padding: 50px 15px;
  text-align: center;
  color: #eee; /* Light text for contrast */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #004990; /* Bright blue for title */
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

.payment-cabcharge-section-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff; /* Bright blue for title */
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}


.section-desc {
  font-size: 18px;
  margin-bottom: 35px;
  color: #ccc; /* Light gray for description */
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.images-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

.image-box {
  flex: 1 1 300px;
  max-width: 400px;
  text-align: center;
}

.section-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 170, 255, 0.5); /* subtle blue shadow */
  margin-bottom: 12px;
}

.image-caption {
  font-weight: 600;
  font-size: 16px;
  color: #fff; /* same bright blue for captions */
}

@media (max-width: 600px) {
  .section-title {
    font-size: 26px;
  }

  .section-desc {
    font-size: 16px;
    padding: 0 10px;
  }

  .images-wrapper {
    flex-direction: column;
    gap: 30px;
    align-items: center; /* Center images horizontally */
  }

  .image-box {
    max-width: 90%;
    flex: none; /* prevent shrinking/stretching */
  }
}




.silver-cta-section {
  background-color: #004990;
  color: #fff;
  padding: 60px 15px;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.silver-cta-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.silver-cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .silver-cta-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }
}




.silver-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.silver-cta-buttonss {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .silver-cta-buttons {
    flex-direction: row;
  }
}





.silver-btn-primary,
.silver-btn-outline {
  padding: 14px 28px;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  min-width: 200px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.silver-btn-primary {
  background-color: #fff;
  color: #004990;
  border: none;
}

.silver-btn-primary:hover {
  background-color: #003366;
  color: #fff;
}

.silver-btn-outline {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.silver-btn-outline:hover {
  background-color: #fff;
  color: #004990;
  border-color: #004990;
}

.silver-cta-subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  color: #cce0ff;
}





.footer-section.white-footer {
  background-color: #ffffff;
  color: #2a2a2a;
  padding: 60px 20px 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.footer-logo.dark-logo {
 
  width: 160px;
  margin-bottom: 18px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-branding,
.footer-nav,
.footer-policies,
.footer-contact {
  flex: 1 1 220px;
  max-width: 300px;
}

.footer-description {
color: #000000;
    font-weight: 500;
    /* font-size: 16px; */
    line-height: 1.3;
    text-align: justify;
}

.footer-title {
  font-weight: 700;
  font-size: 18px;
  color: #222;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 12px;
}

.footer-links-list a {
  color: #444;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.footer-links-list a:hover {
  color: #004990;
  text-decoration: underline;
}

.footer-contact p {
  margin-bottom: 12px;
  color: #444;
  font-weight: 500;
}

.footer-contact a {
  color: #004990;
  font-weight: 600;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-top: 30px;
}

@media (max-width: 900px) {
  .footer-top {
    flex-direction: column;
    gap: 40px;
    align-items: center; /* Center all footer sections horizontally */
    text-align: center; /* Center text in each section */
  }

  .footer-branding,
  .footer-nav,
  .footer-policies,
  .footer-contact {
    max-width: 100%;
    flex: none; /* Remove flex-grow/shrink */
  }

  /* Center links list and make it inline-block for better spacing */
  .footer-links-list {
    display: inline-block;
    padding-left: 0;
  }

  .footer-links-list li {
    display: inline-block;
    margin: 0 12px 12px 12px;
  }

  /* For smaller logo size */
  .footer-logo.dark-logo {
    width: 140px;
    margin: 0 auto 18px;
    display: block;
  }
}



/* Show only on desktop */
.silver-desktop-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .silver-cta-buttonss {
    display: none;
  }
}


@media (max-width: 991px) {
  .hero-headings {
    display: none;
  }
}


/* Primary Button */
.silver-button-primary {
  background-color: #004990;
  color: #ffffff;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.silver-button-primary:hover {
  background-color: #003366;
}

/* Outline Button */
.silver-button-outline {
  background-color: transparent;
  color: #004990;
  padding: 12px 28px;
  border: 2px solid #004990;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.silver-button-outline:hover {
  background-color: #004
}



.services-hero {
  position: relative;
  background: linear-gradient(135deg, #f2f2f2, #f2f2f2);
  height: 180px; /* reduced height */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25); /* lighter overlay */
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-title {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
}

/* Responsive font size */
@media (max-width: 768px) {
  .services-hero {
    height: 130px;
  }
  .hero-title {
    font-size: 1.8rem;
  }
}





/* HERO SECTION */
.fleethero-wrapper {
  background: linear-gradient(to right, #002244, #004990);
  padding: 70px 20px 50px;
  text-align: center;
  color: #fff;
}

.fleethero-overlay {
  max-width: 800px;
  margin: 0 auto;
}

.fleethead-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.fleethead-subtitle {
  font-size: 18px;
  opacity: 0.9;
}


/* OUR FLEET SECTION */
.fleetbox-section {
  background-color: #f4f7fc;
  padding: 60px 20px;
}

.fleetbox-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.fleetbox-item {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
  max-width: 280px;
  flex: 1 1 260px;
  text-align: center;
  transition: transform 0.3s ease;
}

.fleetbox-item:hover {
  transform: translateY(-5px);
}

.fleetbox-image {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
}

.fleetbox-name {
  font-size: 20px;
  font-weight: 600;
  color: #004990;
  margin-bottom: 10px;
}

.fleetbox-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}


/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .fleetbox-container {
    flex-direction: column;
    align-items: center;
  }

  .fleethero-wrapper {
    padding: 50px 20px 30px;
  }

  .fleethead-title {
    font-size: 32px;
  }

  .fleethead-subtitle {
    font-size: 16px;
  }

  .fleetbox-item {
    max-width: 90%;
  }
}





/* About Us - General Layout */
.aboutus-section {
  padding: 60px 20px;
  background-color: #f9faff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #002f6c;
}

.aboutus-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Hero Section */
.aboutus-hero {
  background: linear-gradient(to right, #004990, #006bb3);
  color: #fff;
  padding: 100px 20px 80px;
  text-align: center;
}

.aboutus-hero h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
}

.aboutus-hero p {
  font-size: 18px;
  font-weight: 400;
  color: #e0e0e0;
  max-width: 700px;
  margin: 0 auto;
}

/* Section Titles */
.aboutus-section-title {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #004990;
  text-align: center;
}

/* Text/Image Blocks */
.aboutus-block {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.aboutus-block:nth-child(even) {
  flex-direction: row-reverse;
}

.aboutus-text {
  flex: 1 1 500px;
  min-width: 280px;
}

.aboutus-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #002f6c;
}

.aboutus-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.aboutus-image {
  flex: 1 1 400px;
  min-width: 280px;
}

.aboutus-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

/* Highlight Boxes */
.aboutus-highlight {
  background-color: #eaf3fc;
  border-left: 5px solid #004990;
  padding: 20px;
  margin: 40px 0;
  font-weight: 500;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .aboutus-hero h1 {
    font-size: 30px;
  }

  .aboutus-hero p {
    font-size: 16px;
  }

  .aboutus-block {
    flex-direction: column !important;
  }

  .aboutus-section-title {
    font-size: 26px;
  }

  .aboutus-text h3 {
    font-size: 20px;
  }
}



/* Additional Responsive Fixes */
@media (max-width: 992px) {
  .aboutus-block {
    flex-direction: column !important;
    text-align: center;
    gap: 30px;
  }

  .aboutus-text, 
  .aboutus-image {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .aboutus-text {
    order: 2; /* Ensure text appears below image if needed */
    padding: 0 10px;
  }

  .aboutus-image {
    order: 1;
    padding: 0 10px;
  }

  .aboutus-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .aboutus-highlight {
    font-size: 15px;
    padding: 15px;
  }

  .btn-group {
    flex-direction: column;
    gap: 15px;
  }

  .btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}


/* CTA Button Group Styling */
.final-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.final-cta .btn {
  min-width: 200px;
  text-align: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.final-cta .btn-primary {
  background-color: #004990;
  color: #fff;
  border: none;
}

.final-cta .btn-secondary {
  background-color: transparent;
  color: #004990;
  border: 2px solid #004990;
}

.final-cta .btn-primary:hover {
  background-color: #003366;
}

.final-cta .btn-secondary:hover {
  background-color: #004990;
  color: #fff;
}

/* Mobile Responsive Fix */
@media (max-width: 576px) {
  .final-cta {
    flex-direction: column;
    align-items: center;
  }

  .final-cta .btn {
    width: 100%;
    max-width: 300px;
  }
}




/* Contact Hero */
.contact-hero {
  background: linear-gradient(to right, #004990, #006bb3);
  padding: 80px 20px;
  color: #fff;
  text-align: center;
}

.contact-hero h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
}

.contact-hero p {
  font-size: 18px;
  color: #e0e0e0;
}

/* Contact Section */
.contact-section {
  padding: 60px 20px;
  background-color: #f9faff;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

/* Contact Info */
.contact-info {
  flex: 1 1 400px;
  color: #002f6c;
}

.contact-info h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.contact-details {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.contact-details li {
  margin-bottom: 12px;
  font-size: 16px;
}

.contact-details a {
  color: #004990;
  text-decoration: none;
  font-weight: 600;
}

.contact-socials a {
  display: inline-block;
  font-size: 20px;
  margin-right: 15px;
  color: #004990;
  transition: color 0.3s ease;
}

.contact-socials a:hover {
  color: #002f6c;
}

/* Contact Form */
.contact-form {
  flex: 1 1 500px;
}

.contact-form h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form input,
.contact-form textarea {
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #004990;
  outline: none;
}

.contact-form button {
  padding: 14px;
  background-color: #004990;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #003366;
}

.form-consent {
  font-size: 14px;
  color: #444;
  margin-top: 10px;
}

.form-consent input {
  margin-right: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }

  .contact-hero h1 {
    font-size: 30px;
  }

  .contact-form,
  .contact-info {
    width: 100%;
  }
}




.maxi-hero {
  background: linear-gradient(to right, #004990, #0074c7);
  color: #fff;
  padding: 60px 20px;
}

.maxi-hero h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 15px;
}

.maxi-hero p {
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}

.maxi-services {
  padding: 60px 20px;
  background: #f9faff;
}

.service-block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
  align-items: center;
}

.service-block.reverse {
  flex-direction: row-reverse;
}

.service-block .image {
  flex: 1 1 400px;
}

.service-block .text {
  flex: 1 1 500px;
}

.service-block img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.maxi-features {
  background: #fff;
  padding: 50px 20px;
  text-align: center;
}




@media (max-width: 768px) {
  .service-block {
    flex-direction: column;
    gap: 20px; /* Reduce the gap between image and text */
    margin-bottom: 40px;
    text-align: center; /* Optional: center-align text on mobile */
  }

  .service-block.reverse {
    flex-direction: column; /* Reverse doesn't matter on stacked mobile layout */
  }

  .service-block .image,
  .service-block .text {
    flex: 1 1 100%;
  }

  .service-block img {
    max-width: 100%;
    height: auto;
  }

  .maxi-services {
    padding: 40px 15px; /* Slightly tighter padding on mobile */
  }

  .maxi-features {
    padding: 30px 15px;
  }
}


.features-list {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 30px auto 0;
}

.features-list li {
  padding: 12px 0;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

.maxi-faq {
  background: #eef4fa;
  padding: 60px 20px;
}

.maxi-faq .faq h3 {
  margin-top: 20px;
  font-size: 20px;
}

.maxi-cta {
  background: #004990;
  color: #fff;
  padding: 60px 20px;
}

.maxi-cta h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.custom-btn-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: start;
}

.custom-btn-primary {
  background-color: #004990;
  color: #fff;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s ease;
  border: none;
}

.custom-btn-primary:hover {
  background-color: #003366;
  color: #fff;
}

.custom-btn-outline {
  background-color: transparent;
  color: #004990;
  border: 2px solid #004990;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s ease;
}

.custom-btn-outline:hover {
  background-color: #004990;
  color: #fff;
}

/* Responsive for mobile */
@media (max-width: 600px) {
  .custom-btn-group {
    flex-direction: column;
    align-items: stretch;
  }

  .custom-btn-primary,
  .custom-btn-outline {
    width: 100%;
    text-align: center;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .service-block {
    flex-direction: column !important;
  }

  .maxi-hero h1 {
    font-size: 28px;
  }
  
}



.maxi-babyseat-section {
  background-color: #f5faff;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.babyseat-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.babyseat-image {
  flex: 1 1 400px;
}

.babyseat-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.babyseat-text {
  flex: 1 1 500px;
}

.babyseat-text h2 {
  font-size: 28px;
  color: #004990;
  font-weight: 700;
  margin-bottom: 16px;
}

.babyseat-text p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.babyseat-benefits {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.babyseat-benefits li {
  font-size: 15px;
  padding: 8px 0;
  color: #002f6c;
}

@media (max-width: 768px) {
  .babyseat-content {
    flex-direction: column;
    gap: 20px; /* Reduced gap for mobile */
    padding: 20px; /* Optional: add padding for mobile spacing */
  }

  .babyseat-text {
    text-align: center; /* Optional: center text on mobile */
  }

  .babyseat-text h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .babyseat-text p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 12px; /* Add margin for consistent spacing */
  }

  .babyseat-benefits li {
    padding: 6px 0; /* Reduce padding between list items */
    font-size: 14px;
  }

  .babyseat-image {
    flex: 1 1 100%;
  }

  .babyseat-text {
    flex: 1 1 100%;
  }
}





















/* Base reset and body */
  *, *::before, *::after {
    box-sizing: border-box;
  }
  body.at-body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0; padding: 0;
    background-color: #f6f9fc;
    color: #1a1a1a;
    line-height: 1.6;
  }
  a.at-link {
    text-decoration: none;
    color: inherit;
  }

  /* Container */
  .at-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
  }

  /* Hero Section */
  .at-hero {
    background: linear-gradient(135deg, #004080, #004990);
    color: white;
    padding: 80px 20px 60px;
    text-align: center;
  }
  .at-hero-title {
    font-size: 42px;
    margin-bottom: 16px;
    font-weight: 700;
  }
  .at-hero-subtitle {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto 30px;
    font-weight: 400;
    color: #d6e4ff;
  }
  .at-btn-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .at-btn {
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    min-width: 180px;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: inline-block;
    text-align: center;
    border: none;
  }
  .at-btn-primary {
    background-color: #ffd400;
    color: #004080;
    border: 2px solid #ffd400;
  }
  .at-btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
  }
  .at-btn-secondary {
    background-color: transparent;
    color: #ffd400;
    border: 2px solid #ffd400;
  }
  .at-btn-secondary:hover {
    background-color: #ffd400;
    color: #004080;
  }

  /* Sections */
  section.at-section {
    padding: 60px 0;
  }
  .at-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #004080;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
  }

  /* Why Choose Us */
  .at-benefits-list {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .at-benefit-card {
    background-color: #e9f0ff;
    border-radius: 12px;
    padding: 30px 25px;
    width: 280px;
    box-shadow: 0 5px 15px rgba(0, 64, 128, 0.1);
    text-align: center;
  }
  .at-benefit-icon {
    width: 60px;
    margin-bottom: 16px;
  }
  .at-benefit-title {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #003366;
  }
  .at-benefit-desc {
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
  }

  /* Fleet */
  .at-fleet-list {
    max-width: 900px;
    margin: 0 auto;
  }
  .at-fleet-item {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
    align-items: center;
    flex-wrap: wrap;
  }
  .at-fleet-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .at-fleet-image {
    flex: 1 1 300px;
  }
  .at-fleet-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  }
  .at-fleet-info {
    flex: 1 1 450px;
  }
  .at-fleet-title {
    font-size: 26px;
    margin-bottom: 14px;
    color: #004080;
    font-weight: 700;
  }
  .at-fleet-description {
    font-size: 16px;
    line-height: 1.6;
    color: #2b2b2b;
  }

  /* Airport Info */
  .at-airport-info-list {
    max-width: 720px;
    margin: 0 auto;
    padding-left: 20px;
    font-size: 16px;
    color: #2b2b2b;
  }
  .at-airport-info-list li {
    margin-bottom: 14px;
  }

  /* Fixed Fare Info */
  .at-fixed-fare-section {
    background-color: #004080;
    color: white;
    padding: 40px 20px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto 60px;
  }
  .at-fixed-fare-text {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
  }

  /* Testimonials */
  .at-testimonials {
    max-width: 700px;
    margin: 0 auto;
  }
  .at-testimonial-item {
    background: #e9f0ff;
    padding: 30px 25px;
    margin-bottom: 30px;
    border-left: 6px solid #004080;
    border-radius: 8px;
    font-style: italic;
    color: #003366;
    font-weight: 500;
  }
  .at-testimonial-cite {
    display: block;
    margin-top: 15px;
    font-weight: 700;
    color: #002244;
  }

  /* FAQ */
  .at-faq-list {
    max-width: 900px;
    margin: 0 auto;
  }
  .at-faq-item {
    margin-bottom: 25px;
  }
  .at-faq-question {
    font-weight: 700;
    font-size: 20px;
    background: #e9f0ff;
    padding: 18px 20px;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    color: #003366;
  }
  .at-faq-answer {
    padding-left: 20px;
    margin-top: 12px;
    font-size: 16px;
    color: #2b2b2b;
    display: none;
  }

  /* Footer CTA */
  .at-footer-cta {
    background-color: #004080;
    color: white;
    text-align: center;
    padding: 50px 20px;
    border-radius: 12px;
    margin-bottom: 60px;
  }
  .at-footer-cta-title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
  }
  .at-footer-cta-btn {
    background-color: #ffd400;
    color: #004080;
    padding: 16px 40px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 8px;
    border: 2px solid #ffd400;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    display: inline-block;
  }
  .at-footer-cta-btn:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    color: #004080;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .at-hero-title {
      font-size: 28px;
    }
    .at-hero-subtitle {
      font-size: 16px;
    }
    .at-benefits-list {
      flex-direction: column;
      gap: 25px;
      align-items: center;
    }
    .at-fleet-item {
      flex-direction: column !important;
      gap: 25px;
    }
    .at-fleet-title {
      font-size: 22px;
    }
    .at-faq-question {
      font-size: 18px;
    }
    .at-btn-group {
      flex-direction: column;
      gap: 15px;
    }
    .at-footer-cta-btn {
      width: 100%;
      max-width: 320px;
      margin: 0 auto;
      display: block;
    }
  }
  
  
  
  
  
  
  
  .at-airport-details-section {
  background-color: #ffffff;
  border-top: 1px solid #dde7f2;
  border-bottom: 1px solid #dde7f2;
  padding: 70px 0;
}

.at-airport-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.at-airport-details-image {
  flex: 1 1 400px;
  max-width: 500px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

.at-airport-details-list {
  flex: 1 1 400px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.at-airport-details-list li {
  font-size: 17px;
  padding: 16px 0;
  border-bottom: 1px solid #eef3f9;
  color: #2a2a2a;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.at-airport-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 14px;
  background-color: #eaf3fc;
  color: #004990;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .at-airport-details-wrapper {
    flex-direction: column;
  }
  .at-airport-details-image {
    max-width: 100%;
  }
}



@media (max-width: 768px) {
  .at-fleet-list {
    padding: 0 15px;
  }

  .at-fleet-item {
    flex-direction: column !important;
    gap: 20px;
    text-align: center;
    margin-bottom: 40px;
  }

  .at-fleet-image,
  .at-fleet-info {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .at-fleet-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .at-fleet-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .at-fleet-description {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }

  .at-airport-info-list {
    padding: 0 20px;
    font-size: 15px;
  }

  .at-airport-info-list li {
    margin-bottom: 10px;
  }
}



.hero-subtext {
  font-size: 1.25rem;
  color: #ffffff; /* Use #000 for dark text on light backgrounds */
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.7;
  margin-top: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
}



@media (max-width: 768px) {
  .hero-subtext {
    display: none;
  }
}



.privacy-policy {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Segoe UI', 'Roboto', sans-serif;
  color: #333;
  line-height: 1.7;
  font-size: 16px;
}

.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4 {
  color: #111;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.privacy-policy h1 {
  font-size: 2.5rem;
  text-align: center;
}

.privacy-policy h2 {
  font-size: 1.8rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 4px;
}

.privacy-policy a {
  color: #0073e6;
  text-decoration: underline;
}

.privacy-policy ul {
  padding-left: 1.2rem;
  list-style-type: disc;
}

.privacy-policy li {
  margin-bottom: 0.75rem;
}




.terms-conditions {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
  color: #2c2c2c;
  line-height: 1.8;
  font-size: 16px;
}

.terms-conditions h1 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  color: #111;
}

.terms-conditions h2 {
  font-size: 1.8rem;
  margin-top: 2.5rem;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 6px;
  color: #222;
}

.terms-conditions h3 {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  color: #333;
}

.terms-conditions p {
  margin: 1rem 0;
}

.terms-conditions ul {
  padding-left: 1.5rem;
  margin-top: 1rem;
}

.terms-conditions li {
  margin-bottom: 0.75rem;
}

.terms-conditions a {
  color: #0073e6;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.terms-conditions a:hover {
  color: #005bb5;
}

@media screen and (max-width: 768px) {
  .terms-conditions {
    padding: 30px 16px;
    font-size: 15px;
  }

  .terms-conditions h1 {
    font-size: 2rem;
  }

  .terms-conditions h2 {
    font-size: 1.5rem;
  }

  .terms-conditions h3 {
    font-size: 1.25rem;
  }
}








  .thankyou-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      padding: 20px;
      text-align: center;
    }

    .thankyou-container {
      max-width: 600px;
      background-color: #fff;
      padding: 40px 30px;
      border-radius: 12px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    }

    .thankyou-container img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      margin-bottom: 25px;
    }

    .thankyou-container h1 {
      font-size: 30px;
      color: #004990;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .thankyou-container p {
      font-size: 16px;
      color: #333;
      margin-bottom: 25px;
    }

    .thankyou-container a.btn {
      background-color: #004990;
      color: #fff;
      padding: 12px 24px;
      text-decoration: none;
      border-radius: 6px;
      transition: background 0.3s;
    }

    .thankyou-container a.btn:hover {
      background-color: #00356d;
    }