/* style.css */

/* General font */
body {
  font-family: 'Fira Sans', sans-serif;
}

/* Top bar */
.bg-primary {
  background-color: #0056a2 !important;
}

.top-bar {
  font-size: 15px;
}

/* Navbar logo circle */
.navbar-brand .rounded-circle {
  width: 40px;
  height: 40px;
  font-size: 20px;
}

/* Navbar link styling */
.navbar-nav .nav-link {
  font-weight: 600;
  color: #003b7c !important;
  padding: 10px 15px;
}

.navbar-nav .nav-link:hover {
  color: #0056a2 !important;
}

/* Main call button in navbar */
.navbar .btn-primary {
  background-color: #0056a2;
  border: none;
  font-weight: 600;
}

.navbar .btn-primary:hover {
  background-color: #003b7c;
}


.dropdown-item.active, 
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #0056a2!important;
}


/* Hero section background */
.hero-section {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
  color: white;
   padding-top: 100px; /* Adjust based on your navbar height */
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* dark overlay for contrast */
  z-index: 1;
}

.hero-section .containerr {
  position: relative!important;
  z-index: 2!important;
  margin-top:20%!important;
}



@media (max-width: 768px) {
  .hero-section .containerr {
    margin-top: 0 !important;
  }
}


/* Hero text */
.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
}

.hero-section p {
  font-size: 1.2rem;
}

/* Hero buttons */
.hero-section .btn {
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
}

.hero-section .btn-primary {
  background-color: #0056a2;
  border: none;
}

.hero-section .btn-outline-light {
  border: 2px solid #fff;
  color: #fff;
}

.hero-section .btn-outline-light:hover {
  background-color: #fff;
  color: #003b7c;
}


/* Responsive Styles */

@media (max-width: 991.98px) {
  .navbar .btn-primary {
    margin-top: 10px;
    width: 100%;
  }

  .navbar-nav {
    gap: 10px;
  }

  .navbar-nav .nav-link {
    padding: 8px 10px;
  }
}

@media (max-width: 767.98px) {
  .hero-section h1 {
    font-size: 2.2rem;
  }

  .hero-section p {
    font-size: 1rem;
    padding: 0 10px;
  }

  .hero-section .btn {
    width: 90%;
    max-width: 280px;
    margin-bottom: 15px;
  }

  .hero-section .container {
    padding: 0 15px;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand {
    flex-direction: row;
    align-items: center;
  }

  .navbar-brand .rounded-circle {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  .hero-section {
    text-align: center;
    height: auto;
    padding: 80px 0;
  }

  .hero-section h1 {
    font-size: 2rem;
  }
}




.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: #f0f0f0;
}

    .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;
}

@media (max-width: 480px) {
  .book-ttl {
    font-size: 23pt!important;
  }
}

.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: 100%;
    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;
  }
}




.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;
  }
}

.section-gap {
  margin-top: 300px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .section-gap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}


.sectiona-gap {
  margin-top: 58%;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .sectiona-gap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.services-section .card img {
  height: 200px;
  object-fit: cover;
}

.services-section .btn-primary {
  background-color: #0056a2;
  border: none;
  font-weight: 600;
}

.services-section .btn-primary:hover {
  background-color: #003f7e;
}

/* Optional: Slight hover lift */
.services-section .card:hover {
  transform: translateY(-4px);
  transition: transform 0.2s ease-in-out;
}






.why-choose-us-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.why-choose-us-section h2 {
  font-size: 2.2rem;
  color: #0056a2;
  font-weight: 700;
}

.why-choose-us-section p {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}

.why-choose-us-section .fa-circle-check {
  color: #0056a2;
  font-size: 1.2rem;
  margin-top: 5px;
}

.why-choose-us-section .btn-primary {
  background-color: #0056a2;
  border: none;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 25px;
}

.why-choose-us-section .btn-primary:hover {
  background-color: #003f7e;
}

.why-choose-us-section .badge {
  background-color: #0056a2;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 30px;
}

.why-choose-us-section ul {
  padding-left: 0;
  list-style: none;
}

.why-choose-us-section ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  color: #000;
}


.why-maxi-section h2 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 2rem;
}

.feature-box {
  background-color: #f9f9f9;
  border: 2px solid #0056a2;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.book-btn {
  background-color: #0056a2;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
}

.book-btn:hover {
  background-color: #e0a800;
  color: #fff;
}





/* === Maxi Ride Section Styles === */
.maxi-ride-section {
  background-color: #ffffff;
  color: #333;
  font-family: 'Fira Sans', sans-serif;
}

/* Heading */
.maxi-ride-section h2 {
  color: #0056a2;
  font-weight: 700;
  font-size: 2rem;
}

.maxi-ride-section p {
  color: #6c757d; /* silver-muted */
  font-size: 1.05rem;
}

/* List Items */
.maxi-ride-section ul li {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  color: #343a40;
}

.maxi-ride-section ul i {
  color: #0056a2;
  font-size: 1rem;
}

/* CTA Button */
.maxi-ride-section .btn-dark {
  background-color: #0056a2;
  border: none;
  color: #fff;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.maxi-ride-section .btn-dark:hover {
  background-color: #003f7e;
}

/* Image Styling */
.maxi-ride-section img {
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  max-height: 400px;
}

/* === Bottom Stats Section === */
.maxi-ride-section .stats-section {
  background-color: #f8f9fa; /* light silver background */
  color: #0056a2;
  border-radius: 0.5rem;
  padding: 2rem 0;
  margin-top: 3rem;
}

.maxi-ride-section .stats-section .col-md-3 {
  border-right: 1px solid #ddd;
}

.maxi-ride-section .stats-section .col-md-3:last-child {
  border-right: none;
}

.maxi-ride-section .stats-section h4 {
  font-weight: 700;
  margin-bottom: 0.25rem;
  font-size: 2rem;
  color: #0056a2;
}

.maxi-ride-section .stats-section small {
  font-size: 0.9rem;
  color: #6c757d;
}

.maxi-ride-section .stats-section .stars {
  color: #f5c518;
  font-size: 1.4rem;
  margin-left: 0.2rem;
}

/* Count Animation Text */
.count {
  transition: all 0.3s ease-in-out;
}


.stats-blue {
  background-color: #0056a2;
  color: #ffffff;
}

.stats-blue .count {
  color: #ffffff;
}

.stats-blue small {
  color: #e0e0e0;
}

.stats-blue .stars {
  color: #f5c518; /* yellow stars */
}

.text-primary-blue {
  color: #0056a2 !important;
}












.group-transfer-container {
  font-family: 'Fira Sans', sans-serif;
  color: #224a4d;
  background: #fff;
}
.group-transfer-title {
  color: #0056a2;
  font-weight: 700;
  font-size: 2.75rem;
  letter-spacing: 1.2px;
}
.group-transfer-text p.intro-text {
  font-size: 1.15rem;
  color: #6c757d;
  line-height: 1.6;
}
.group-features-list li {
  font-size: 1.15rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  color: #3a4c5b;
}
.group-features-list li .icon-blue {
  color: #0056a2;
  font-size: 1.8rem;
  margin-right: 14px;
  min-width: 34px;
}

.btn-transfer {
  background-color: #0056a2;
  border: none;
  transition: background-color 0.3s ease;
  font-size: 1.15rem;
}
.btn-transfer:hover {
  background-color: #003f7e;
}

.group-transfer-images {
  position: relative;
  min-height: 320px;
  margin-top: 40px;
}

/* Background shape behind images */
.image-bg-shape {
  position: absolute;
  top: 15%;
  left: 10%;
  width: 80%;
  height: 75%;
  background: linear-gradient(135deg, #c9d6e3 0%, #e5e9f0 100%);
  border-radius: 30px;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
  z-index: 1;
}

/* Container for images */
.image-collage {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
}

/* Each image style */
.img-collage {
  position: absolute;
  width: 40%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.img-collage:hover {
  transform: scale(1.05);
  z-index: 10;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* Positioning each image */
.img-top-left {
  top: 0;
  left: 0;
  border-radius: 20px 20px 0 20px;
}

.img-center {
  top: 20%;
  left: 35%;
  border-radius: 20px;
}

.img-bottom-right {
  bottom: 0;
  right: 0;
  border-radius: 20px 20px 20px 0;
}


.group-transfer-images {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 300px;
  margin-left: auto;
}

.img-base {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.img-overlay {
  position: absolute;
  width: 50%;
  bottom: 10%;
  right: -10%;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

.img-overlay:hover {
  transform: scale(1.05);
  z-index: 10;
}



/* ========== MEDIA QUERIES ========== */

/* Tablets & Small Desktops (Screen width <= 991px) */
@media (max-width: 991px) {
  .group-transfer-title {
    font-size: 2.25rem;
  }

  .group-transfer-text p.intro-text,
  .group-features-list li {
    font-size: 1.05rem;
  }

  .btn-transfer {
    font-size: 1rem;
  }

  .group-transfer-images {
    max-width: 100%;
    height: auto;
    margin: 30px auto;
  }

  .image-bg-shape {
    top: 10%;
    left: 5%;
    width: 90%;
    height: 70%;
    border-radius: 20px;
  }

  .img-collage {
    width: 45%;
  }

  .img-overlay {
    width: 60%;
    right: 0;
    bottom: 5%;
  }
}

/* Mobile Devices (Screen width <= 767px) */
@media (max-width: 767px) {
  .group-transfer-title {
    font-size: 1.75rem;
    text-align: center;
  }

  .group-transfer-text p.intro-text {
    font-size: 1rem;
    text-align: center;
  }

  .group-features-list {
    padding-left: 0;
  }

  .group-features-list li {
    font-size: 1rem;
    margin-bottom: 1rem;
    flex-direction: row;
    align-items: flex-start;
  }

  .group-transfer-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 20px;
  }

  .image-bg-shape {
    display: none; /* Optional: hide decorative shape on small screens */
  }

  .image-collage {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  .img-collage,
  .img-overlay {
    position: static;
    width: 90%;
    border-radius: 16px;
    margin-bottom: 10px;
  }
}

/* Extra Small Devices (Screen width <= 480px) */
@media (max-width: 480px) {
  .group-transfer-title {
    font-size: 1.5rem;
  }

  .btn-transfer {
    width: 100%;
    font-size: 1rem;
    padding: 12px 16px;
  }

  .img-collage,
  .img-overlay {
    width: 100%;
  }
}


.fleet-section {
  background-color: #f9fafa;
}

.fleet-title {
  font-size: 2.5rem;
  color: #2a2a2a;
  font-weight: bold;
}

.fleet-card {
  background-color: #e8f5f8;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.fleet-card:hover {
  transform: translateY(-6px);
}

.fleet-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.fleet-name {
  font-size: 1.2rem;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.icon-blue {
  color: #0056a2;
  margin-right: 6px;
}

.fleet-card p {
  margin: 0.3rem 0;
  color: #333;
  font-size: 0.95rem;
}

.fleet-watch-more {
  font-weight: 500;
  color: #0056a2;
  text-decoration: none;
  transition: color 0.3s ease;
}

.fleet-watch-more:hover {
  color: #003f7e;
}



.testimonial-section {
  background: #fff;
  padding: 60px 20px;
  font-family: 'Fira Sans', sans-serif;
  text-align: center;
  color: #224a4d;
}

.testimonial-header h2 {
  font-size: 2.5rem;
  color: #0056a2;
  font-weight: 700;
  margin-bottom: 12px;
}

.testimonial-header p {
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.testimonial-card {
  background: #f5f8fa;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  max-width: 320px;
  padding: 30px 20px;
  text-align: center;
}

.quote-icon {
  font-size: 2.5rem;
  color: #0056a2;
  margin-bottom: 15px;
}

.testimonial-text {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
}

.stars {
  font-size: 1.2rem;
  color: #ffc107;
  margin-bottom: 12px;
}

.customer-name {
  font-size: 1rem;
  font-weight: 600;
  color: #224a4d;
}




.floating-buttons {
  position: fixed;
  left: 20px;
  top: 30%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.floating-btn {
  background-color: #0056a2;
  color: #ffffff;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: width 0.3s ease;
  overflow: hidden;
  width: 48px;
  display: flex;
  align-items: center;
}

.floating-btn a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.floating-btn .label {
  margin-left: 8px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s;
  font-weight: 600;
}

.floating-btn:hover {
  width: auto;
  padding-right: 20px;
}

.floating-btn:hover .label {
  opacity: 1;
}

.floating-btn .icon {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .floating-buttons {
    position: fixed;
    left: 12px;
    right: 10px;
    bottom: 0;          /* stick to bottom */
    top: auto;
    flex-direction: row;  
    gap: 8px;
    max-width: calc(100vw - 20px);
    justify-content: space-between;
    /* padding: 10px 0;    /* add some vertical padding if you want */ */
    background: transparent; /* optional, remove bg if any */
    z-index: 9999;
  }

  .floating-btn {
    flex: 1;
    min-width: 0;
    padding: 10px 8px;
    border-radius: 4px;
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .floating-btn .label {
    opacity: 1 !important;
    margin-left: 8px;
    font-weight: 600;
    white-space: nowrap;
  }
}










.footer-1 {
  background: #f0f0f0;
  font-family: Arial, sans-serif;
  padding: 40px 20px 20px;
  color: #333;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-col {
  flex: 1 1 220px;
  margin: 10px;
}

.footer-col h4 {
  color: #004080;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
  font-size: 14px;
}


.footer-col i {
  color: #0056a2;
  margin-right: 8px;
}



.silver-description .text-muted {
  font-size: 1.1rem; /* or try 18px */
  line-height: 1.7;
}

.footer-col.contact p {
  font-weight: 500;
  margin: 10px 0;
}

.footer-col.contact .map {
  margin-top: 10px;
}

.footer-bottom {
  background: #e0e0e0;
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
  color: #555;
}

.footer-bottom p {
  margin: 4px 0;
}

.footer-1 a {
  color: #000 !important;
  text-decoration: none;
}

.footer-1 a:hover {
  text-decoration: underline;
}





.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;
}


.text-center label {
  color: #000;
}

.text-center strong {
  color: #000;
}



.main-section {
      max-width: 1200px;
      margin: 0 auto;
    }





.custom-title {
  color: #0056a2; /* Dark navy blue */
  font-weight: 700;
  margin-top: 40px;
  font-size: 32px;
  text-align: left;
}

.custom-subtitle {
  color: #0056a2;
  font-weight: 600;
  margin-bottom: 80px;
  font-size: 20px;
  text-align: left;
}



    .content-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .text-content {
      flex: 1 1 60%;
      padding-right: 20px;
    }

    .text-paragraph {
      font-size: 16px;
      color: #333;
      line-height: 1.7;
      margin-bottom: 20px;
    }

    .highlight-link {
      color: #6a1b9a;
      text-decoration: none;
      font-weight: 600;
    }

    .image-box {
      flex: 1 1 35%;
      text-align: center;
    }

    .image-box img {
      width: 100%;
      border-radius: 20px;
      max-width: 400px;
    }

    .contact-box {
      display: flex;
      align-items: center;
      margin-top: 30px;
    }

    .phone-icon {
      width: 60px;
      height: 60px;
      background-color: #fbc02d;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      color: white;
      margin-right: 15px;
    }

    .contact-text {
      font-size: 16px;
      color: #333;
    }

    .contact-number {
      font-weight: 700;
      color: #fbc02d;
    }

    @media (max-width: 768px) {
      .content-row {
        flex-direction: column;
      }
      .text-content,
      .image-box {
        padding: 0;
        flex: 1 1 100%;
      }
      .image-box img {
        margin-top: 20px;
      }
    }
	
	@media (max-width: 768px) {
  .custom-title {
    font-size: 26px;
    text-align: center;
  }

  .custom-subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
  }

  .content-row {
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
  }

  .text-content,
  .image-box {
    flex: 1 1 100%;
    padding: 10px 0;
    text-align: center;
  }

  .text-paragraph {
    text-align: center;
    font-size: 15px;
  }

  .contact-box {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
  }

  .phone-icon {
    margin-right: 0;
  }

  .contact-text {
    text-align: center;
  }
}

	.page-banner-wrapper {
  background-color: #f1f5f9; /* Light gray-blue */
  padding: 60px 20px;
  text-align: center;
}

.page-banner-container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-banner-heading {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937; /* Dark gray-blue */
  margin-bottom: 10px;
}

.page-banner-subheading {
  font-size: 18px;
  color: #4b5563; /* Medium gray */
}





.interstate-section {
  padding: 60px 20px;
  text-align: center;
}

.interstate-intro {
  max-width: 900px;
  margin: 0 auto 40px;
}

.interstate-highlight {
  color: #fbc02d;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.interstate-heading {
  font-size: 32px;
  font-weight: 700;
  color: #222;
}

.interstate-cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.interstate-card {
  border-radius: 10px;
  padding: 25px;
  width: 300px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.card-dark {
  background-color: #2c2c2c;
  color: white;
}

.card-yellow {
  background-color: #fbc02d;
  color: #000;
}

.interstate-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.interstate-card-icon img {
  width: 40px;
  height: 40px;
}

.interstate-card-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.interstate-card-subtext {
  font-size: 14px;
  margin: 5px 0 0;
}

.interstate-payment-logos {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.interstate-payment-logos img {
  width: 50px;
}

.interstate-card-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
}

.interstate-card-footer i {
  margin-right: 6px;
}

.interstate-card-icon-circle {
  background-color: #fbc02d;  /* Yellow circle */
  border-radius: 50%;
  width: 65px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;  /* ensures no overflow if image is big */
}

.interstate-card-icon-circles {
  background-color: #fbc02d;  /* Yellow circle */
  border-radius: 50%;
  width: 104px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;  /* ensures no overflow if image is big */
}



.interstate-card-icon-circle img {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain;
  display: block;
}


img.pickup-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}



/* Responsive */
@media (max-width: 768px) {
  .interstate-cards-container {
    flex-direction: column;
    align-items: center;
  }
}



.hero-sections {
  background: url('image/Sydney-Cover.webp') no-repeat center center;
  background-size: cover;
  padding: 100px 20px 60px;
  position: relative;
  color: #1a1a1a;
}

.hero-title {
  font-size: 48px;
  color: #0056a2; /* Dark blue */
  font-weight: 700;
}

.hero-subtitle {
  max-width: 800px;
  margin: 20px auto 0;
  font-size: 18px;
  color: #4a4a4a;
}

.hero-buttons .hero-btn {
  background-color: #0056a2;
  border: none;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 16px;
}

.hero-buttons .hero-btn i {
  margin-right: 8px;
}

.info-bar {
  background-color: #0056a2;
  color: white;
  padding: 20px 30px;
  font-size: 16px;
  text-align: left;
  max-width: 50%;
  margin: 20px auto 40px; /* Remove negative margin */
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
 
.hero-sections {
  background: url('image/Sydney-Cover.webp') no-repeat center center;
  background-size: cover;
  padding: 1px 8px 13px;
  position: relative;
  color: #1a1a1a;
}

 .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 16px;
    padding: 0 15px;
  }

  .info-bar {
    display:none;
  }
}
@media (max-width: 576px) {
  .booking-form-wrapper {
    max-width: 100% !important;
    padding: 0 10px; /* optional: add side padding on mobile */
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .hero-buttons .hero-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .info-bar {
    padding: 15px 15px;
    font-size: 14px;
  }
}







.sydney-transfer-section {
  background-color: #0056a2;
  color: white;
}

.transfer-title {
  font-size: 32px;
  font-weight: 700;
  color: #fbc02d;
}

.transfer-description {
  font-size: 16px;
  color: #e0e0e0;
  line-height: 1.7;
}

.transfer-features {
  list-style: none;
  padding-left: 0;
}

.transfer-features li {
  margin-bottom: 12px;
  font-size: 16px;
}

.transfer-features i {
  color: #fbc02d;
  margin-right: 10px;
}

.btn-yellow {
  background-color: #fbc02d;
  color: #0056a2;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
}

.btn-yellow:hover {
  background-color: #e6ad00;
  color: #002244;
}

.transfer-image {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}




.custom-blue-text {
  color: #004990;
  font-weight: 600;
}

.custom-btn {
  display: inline-block;
  background-color: #004990;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.custom-btn:hover {
  background-color: #003370;
  color: #fff;
}

/* Divider styles */

.cta-divider-alt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0;
}
.cta-divider-alt .line {
  width: 320px;
  height: 4px;
  background-color: #004990;
  border-radius: 2px;
}

/* Other styling from your layout */

.booking-cta {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.cta-heading {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

.cta-subtext {
  font-size: 16px;
  color: #333;
  max-width: 700px;
  margin: 0 auto;
}






.mc-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.mc-text-center {
  text-align: center;
}

.mc-flex-row {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* Hero Section */

.mc-hero-section {
  background-color: #004990;
  color: #fff;
  padding: 100px 20px 60px;
}

.mc-hero-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.mc-hero-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
}

.mc-btn-primary {
  background-color: #004990;
  color: #fff;
  padding: 14px 40px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.mc-btn-primary:hover {
  background-color: #003370;
}

/* About Section */

.mc-about-section {
  padding: 80px 20px;
  background-color: #f9f9f9;
}

.mc-about-text {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.mc-about-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #004990;
}

.mc-about-paragraph {
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
}

.mc-btn-secondary {
  display: inline-block;
  background-color: #003370;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.mc-btn-secondary:hover {
  background-color: #002452;
}

.mc-about-image {
  flex: 1;
  min-width: 300px;
}

.mc-about-image img {
  max-width: 100%;
  border-radius: 8px;
}

/* Features Section */

.mc-features-section {
  padding: 80px 20px;
}

.mc-section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #004990;
}

.mc-features-cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.mc-feature-card {
  background-color: #0056a2;
  color: white;
  padding: 25px;
  border-radius: 8px;
  max-width: 280px;
  flex: 1;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 73, 144, 0.3);
  transition: transform 0.3s ease;
}





.mc-feature-card:hover {
  transform: translateY(-10px);
}

.mc-feature-icon {
  width: 60px;
  margin-bottom: 15px;
}

.mc-feature-title {
  margin-bottom: 10px;
  font-size: 20px;
}

.mc-feature-desc {
  font-size: 14px;
}

/* Booking Section */

.mc-booking-section {
  background-color: #004990;
  color: white;
  padding: 80px 20px;
}

.mc-booking-title {
  font-size: 32px;
  margin-bottom: 10px;
}

.mc-booking-desc {
  font-size: 18px;
  margin-bottom: 30px;
}

.mc-booking-btn {
  padding: 16px 50px;
  font-size: 18px;
  font-weight: 600;
  background-color: #003370;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.mc-booking-btn:hover {
  background-color: #002452;
}


.mc-feature-icon {
  font-size: 48px;
  color: #ffd500; /* bright yellow */
  margin-bottom: 1rem;
}





/* Features */
.mc-features-cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}


.mc-feature-icon {
  font-size: 48px;
  color: #ffd500;
  margin-bottom: 1rem;
}

.mc-feature-title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.mc-feature-desc {
  font-size: 1rem;
  line-height: 1.4;
}

/* Fleet */
.mc-fleet-cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.mc-fleet-card {
  width: 280px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  background: white;
  text-align: center;
}

.mc-fleet-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.mc-fleet-title {
  font-weight: 700;
  color: #004990;
  margin: 1rem 0 0.5rem;
  font-size: 1.25rem;
}

.mc-fleet-desc {
  padding: 0 1rem 1rem;
  font-size: 1rem;
  color: #333;
}

/* Booking Steps */
.mc-booking-steps-cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.mc-step-card {
  width: 250px;
  padding: 1.5rem;
  background: #0056a2;
  border-radius: 10px;
  color: white;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.mc-step-icon {
  font-size: 42px;
  color: #ffd500;
  margin-bottom: 1rem;
}

.mc-step-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.mc-step-desc {
  font-size: 1rem;
  line-height: 1.3;
}

/* Testimonials */
.mc-testimonials-cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.mc-testimonial-card {
  max-width: 300px;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.mc-testimonial-text {
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #555;
}

.mc-testimonial-author {
  font-weight: 700;
  font-size: 0.9rem;
  color: #004990;
}

/* Booking Call to Action */
.mc-booking-section {
  background: #004990;
  color: white;
  padding: 3rem 1rem;
}

.mc-booking-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.mc-booking-desc {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.mc-btn-primary {
  background-color: #ffd500;
  color: #004990;
  font-weight: 700;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}

.mc-btn-primary:hover
{
  background-color: #ffca00cc;
  color: #00275f;
}

/* Responsive */
@media (max-width: 768px) {
  .mc-features-cards,
  .mc-fleet-cards,
  .mc-booking-steps-cards,
  .mc-testimonials-cards {
    flex-direction: column;
    align-items: center;
  }

  .mc-feature-card,
  .mc-fleet-card,
  .mc-step-card,
  .mc-testimonial-card {
    width: 90%;
    max-width: 350px;
  }
}


.mc-booking-steps-timeline {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 1rem;
  color: #004990;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.mc-section-title {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  color: #004990;
}

.mc-timeline-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  gap: 1rem;
}

.mc-timeline-step {
  flex: 1;
  min-width: 220px;
  text-align: center;
}

.mc-step-circle {
  width: 60px;
  height: 60px;
  background-color: #0056a2;
  color: #ffd500;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  line-height: 60px;
  box-shadow: 0 0 10px #004990aa;
  user-select: none;
}

.mc-step-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.mc-step-desc {
  font-size: 1rem;
  color: #333;
  line-height: 1.4;
}

/* Horizontal lines between steps */
.mc-timeline-line {
  flex-grow: 1;
  height: 4px;
  background: linear-gradient(to right, #004990, #ffd500, #004990);
  margin: 0 1rem;
  align-self: center;
  border-radius: 2px;
}


@media (max-width: 768px) {
  .mc-timeline-container {
    flex-direction: column;
    gap: 2rem;
  }

  .mc-timeline-line {
    display: none; /* Hide horizontal line on mobile */
  }

  .mc-timeline-step {
    width: 100%;
    text-align: center;
  }

  .mc-step-circle {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    line-height: 50px;
    margin-bottom: 0.75rem;
  }

  .mc-step-title {
    font-size: 1.125rem;
  }

  .mc-step-desc {
    font-size: 0.95rem;
    padding: 0 10px;
  }

  .mc-section-title {
    font-size: 2rem;
    text-align: center;
  }

  .mc-booking-steps-timeline {
    padding: 2rem 1rem;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .mc-timeline-container {
    flex-direction: column;
    gap: 3rem;
  }
  .mc-timeline-line {
    width: 4px;
    height: 60px;
    margin: 1rem auto;
    background: linear-gradient(to bottom, #004990, #ffd500, #004990);
  }
}





.mc-general-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 60px 20px;
  background-color: #ffffff;
  border: 1px solid #e1e5ec;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}

.mc-general-container {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.mc-general-image {
  flex: 1 1 400px;
  text-align: center;
}

.mc-general-image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
}

.mc-general-text {
  flex: 1 1 450px;
}


.mc-general-desc {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 18px;
}

.mc-general-title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #0056a2; /* updated color */
  line-height: 1.2;
}

.mc-general-btn {
  display: inline-block;
  padding: 14px 32px;
  background-color: #0056a2; /* updated color */
  color: #ffffff; /* white text */
  font-weight: 600;
  font-size: 1rem;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.25s ease;
  box-shadow: 0 3px 10px rgba(0, 86, 162, 0.4);
}

.mc-general-btn:hover {
  background-color: #fff; /* darker blue on hover */
  
}

.mc-general-btn:active {
  background-color: #fff; /* even darker blue but not black */
  box-shadow: 0 3px 10px rgba(0, 48, 96, 0.7);
  transform: scale(0.97); /* subtle press effect */
  outline: none;
}


/* Responsive */
@media (max-width: 768px) {
  .mc-general-container {
    flex-direction: column;
    gap: 30px;
  }
  .mc-general-image, .mc-general-text {
    flex: 1 1 100%;
  }
  .mc-general-title {
    font-size: 1.8rem;
    text-align: center;
  }
  .mc-general-text {
    text-align: center;
  }
  .mc-general-btn {
    margin: 0 auto;
  }
}





	
.checks-section {
  background: url('image/Flying-Sydney.jpeg') no-repeat center center;
  background-size: cover;
  padding: 100px 20px;
  display: flex;
  justify-content: flex-start;
}


.checks-text-only {
  background-color: #fff;
  padding: 50px 40px;
  max-width: 700px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  color: #111;
  margin-left: 101px;
}

.checks-text-only h2 {
  color: #1a127d;
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 1.4;
}

.checks-text-only p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
  .checks-section {
    justify-content: center;
    padding: 60px 15px;
  }

  .checks-text-only {
    margin-left: 0;
    padding: 30px 20px;
    max-width: 100%;
  }
}




.fleet-heading {
  font-size: 32px;
  font-weight: 700;
  color: #0056a2;
  margin-bottom: 15px;
}

.fleet-description {
  max-width: 750px;
  margin: 0 auto;
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

.fleet-card {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 20px;
  border-radius: 8px;
  transition: 0.3s ease;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.fleet-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.fleet-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.fleet-name {
  font-size: 18px;
  font-weight: 600;
  color: #003366;
  margin-bottom: 10px;
}

.icon-blue {
  color: #0056a2;
  margin-right: 5px;
}

.fleet-watch-more {
  font-weight: 600;
  color: #0056a2;
  text-decoration: none;
  transition: color 0.3s ease;
}

.fleet-watch-more:hover {
  color: #003366;
}







.why-fleet-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
}

.why-fleet-text {
  flex: 1;
  padding-right: 40px;
  max-width: 600px;
}

.why-fleet-title {
  color: #003366;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.why-fleet-desc {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.why-fleet-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.why-fleet-list li {
  font-size: 16px;
  margin-bottom: 12px;
  color: #111;
}

.why-fleet-list i {
  color: #0056a2;
  margin-right: 10px;
}

.why-fleet-btn {
  background-color: #0056a2;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: 0.3s ease;
}

.why-fleet-btn:hover {
  background-color: #003c7e;
  box-shadow: 0 4px 10px rgba(0, 86, 162, 0.4);
}

/* ✅ Image Grid Styles */
.why-fleet-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px; /* a bit more spacing */
  max-width: 480px; /* increased from 380px */
  width: 100%;
  padding: 12px;
  margin: 0 auto; /* center the grid */
}

.fleet-grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  object-fit: contain;
  padding: 6px;
  background-color: #fff;
  aspect-ratio: 1 / 1;
  transition: transform 0.3s ease;
}

.fleet-grid img:hover {
  transform: scale(1.05);
}


/* ✅ Mobile Responsive */
@media (max-width: 992px) {
  .container.d-flex {
    flex-direction: column;
    text-align: center;
  }

  .why-fleet-text {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .fleet-grid {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    padding: 0 30px;
  }
}



/* Base Colors */
:root {
  --primary: #0056a2;
  --hover: #003b7c;
  --gray: #f5f9fd;
}

/* Hero */
.contact-hero-section {
  background-color: var(--gray);
  padding: 60px 20px;
}

.contact-heading {
  font-size: 36px;
  color: var(--primary);
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-subtext {
  font-size: 18px;
  color: #333;
}

/* Layout */
.contact-main-section {
  padding: 60px 20px;
  background:white;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.contact-info-box,
.contact-form-box {
  flex: 1 1 45%;
}

.contact-info-title,
.contact-form-title {
  font-size: 24px;
  color: var(--hover);
  margin-bottom: 20px;
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.contact-info-list li {
  font-size: 16px;
  margin-bottom: 12px;
  color: #444;
}

.contact-note {
  font-size: 14px;
  color: #777;
}

.icon-blue {
  color: var(--primary);
}

/* Form */
.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--hover);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
}

.contact-submit-btn {
  background-color: var(--primary);
  color: #fff;
  padding: 12px 24px;
  border: no
}

.contact-info-professional {
  background-color: #f9fbfd;
  padding: 60px 20px;
}

.contact-info-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.section-title {
  font-size: 28px;
  color: #003b7c;
  font-weight: 700;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.section-title i {
  font-size: 28px;
  color: #0056a2;
  margin-right: 10px;
}

.contact-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-details-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  font-size: 16px;
  color: #333;
}

.contact-icon {
  font-size: 24px;
  color: #0056a2;
  width: 40px;
  margin-right: 15px;
  flex-shrink: 0;
}

.contact-details-list a {
  color: #0056a2;
  text-decoration: none;
  font-weight: 600;
}

.contact-details-list a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 576px) {
  .section-title {
    font-size: 24px;
  }

  .contact-icon {
    font-size: 20px;
    width: 30px;
    margin-right: 10px;
  }

  .contact-details-list li {
    font-size: 15px;
    margin-bottom: 20px;
  }
}



.contact-map-section {
  background-color: #f8f9fa;
  padding: 50px 20px;
  text-align: center;
}

.map-heading {
  font-size: 24px;
  color: #003b7c;
  font-weight: 700;
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
}

.map-heading i {
  color: #0056a2;
  font-size: 22px;
  margin-right: 8px;
}

.map-frame-wrapper {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 576px) {
  .map-heading {
    font-size: 20px;
  }
}


 .thanks-wrapper {
      min-height: 30vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 15px;
    }

    .thanks-box {
      background: #ffffff;
      border-radius: 12px;
      padding: 50px 30px;
      max-width: 600px;
      width: 100%;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      text-align: center;
    }

    .thanks-icon {
      font-size: 60px;
      color: #28a745;
      margin-bottom: 20px;
    }

    .thanks-title {
      font-size: 2.5rem;
      font-weight: 600;
      color: #222;
      margin-bottom: 15px;
    }

    .thanks-message {
      font-size: 1.1rem;
      color: #555;
      margin-bottom: 30px;
    }

    .thanks-btn-custom {
      background-color: #0056a2;
      color: #ffffff;
      padding: 12px 25px;
      font-weight: 600;
      border: none;
      border-radius: 6px;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .thanks-btn-custom:hover {
      background-color: #00457d;
      color: #ffffff;
    }

    .thanks-btn-outline {
      background-color: transparent;
      color: #0056a2;
      border: 2px solid #0056a2;
      padding: 12px 25px;
      font-weight: 600;
      border-radius: 6px;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .thanks-btn-outline:hover {
      background-color: #0056a2;
      color: #fff;
    }
	
	
	  @media (max-width: 768px) {
    .thanks-box {
      padding: 35px 20px;
    }

    .thanks-title {
      font-size: 2rem;
    }

    .thanks-message {
      font-size: 1rem;
    }

    .thanks-btn-custom,
    .thanks-btn-outline {
      width: 100%;
      text-align: center;
    }

    .thanks-icon {
      font-size: 50px;
    }
  }

  @media (max-width: 480px) {
    .thanks-box {
      padding: 30px 15px;
    }

    .thanks-title {
      font-size: 1.7rem;
    }

    .thanks-message {
      font-size: 0.95rem;
    }

    .thanks-icon {
      font-size: 45px;
      margin-bottom: 15px;
    }

    .thanks-btn-custom,
    .thanks-btn-outline {
      padding: 10px 20px;
      font-size: 0.95rem;
    }
  }