.content-para-main-404 a,
.drop-content a,
.nav-btn,
.nav-btn a {
  text-decoration: none !important;
}
#hamburger,
#menu-toggle {
  display: none;
}
.dropdown > button,
.nav-btn {
  cursor: pointer;
  text-align: start;
}
.hero-3-main-section,
.hero-main-section {
  background-repeat: no-repeat;
  display: flex;
}
.nav-btn a,
.station-second-main-div img {
  width: 100%;
}
.hero-3-main-section,
.hero-main-section,
.service-img-01 {
  background-position: center;
  background-size: cover;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  background-color: #000 !important;
}
.nav-main {
  background-color: #000;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px solid #565adf;
}
#logo {
  font-size: 1.5em;
  font-weight: 700;
}
#logo img {
  width: 50%;
  height: 50%;
}
#hamburger {
  font-size: 1.5em;
  cursor: pointer;
}
#nav-items {
  display: flex;
  align-items: center;
  gap: 1em;
  list-style: none;
}
.dropdown {
  position: relative;
}
@media (max-width: 321px) {
  .nav-main {
    background-color: #000;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #565adf;
  }
  #logo {
    font-size: 1.5em;
    font-weight: 700;
    width: 80%;
  }
}
.dropdown > button,
.hero-second-div,
.nav-btn {
  padding: 10px;
}
.dropdown > button {
  border: none;
  border-radius: 50px;
  width: 100%;
}
.drop-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
}
.drop-content a {
  padding: 0.75em 1em;
  display: block;
  color: #000 !important;
}
.footer-main-div p,
.nav-btn,
.nav-btn a {
  color: #fff !important;
}
.drop-content a:hover {
  background-color: #f0f0f0;
}
.nav-btn {
  border: none;
  border-radius: 50px;
  transition: background-color 0.3s;
}
.nav-btn:hover {
  border: 1px solid #fff;
}
.all-heading-main,
.contact-main-first h2,
.station-main-div {
  text-align: center;
}
.drop-content.show-dropdown {
  display: block !important;
}
.dropdown button {
  background-color: #000;
  color: #fff;
}
.dropdown button:hover {
  border: 1px solid #fff;
}
.hero-main-section {
  background-image: url("../image/bg-waltham.webp");
  justify-content: space-evenly;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  background-color: #000000a6;
  background-blend-mode: multiply;
  height: 100vh;
}
.hero-first-div h1 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hero-first-div h1 {
    font-size: 30px;
  }
}
.content-para-main {
  margin: auto;
  width: 80%;
  padding: 10px;
}
.hero-3-main-section {
  background-image: url("../img/bodyImg/about-stalbans.webp");
  height: 80vh;
  justify-content: center;
  align-items: center;
}
.hero-3-main-section h1 {
  color: #fff;
  font-weight: 700;
}
.content-para-main-404 {
  text-align: center;
  padding: 20px;
}
.content-para-main-404 a {
  color: #4caf50 !important;
  font-size: 20px;
}
.contact-main-div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
}
.contact-main-first {
  width: 45%;
  color: #000 !important;
  font-size: 20px;
}
.contact-main-first span {
  font-size: 20px;
  font-weight: 800;
  text-decoration: underline;
  color: #4caf50;
}
.contact-main-first a {
  text-decoration: none !important;
  color: #000 !important;
  font-size: 20px;
}
.statin-cards-div-main,
.station-main-div {
  justify-content: space-evenly;
  display: flex;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.all-heading-main {
  background-color: #4caf50;
  padding: 20px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
}
.all-heading-main h3 {
  font-weight: 900;
}
.station-main-div {
  align-items: center;
  margin: auto;
  width: 80%;
  flex-wrap: wrap;
}
.station-first-main-div {
  width: 50%;
  text-align: start;
  padding: 10px;
}
.station-second-main-div {
  width: 50%;
}
.statin-cards-div-main {
  text-align: center;
  flex-wrap: wrap;
  gap: 10px;
}
.station-card-01 {
  width: 45%;
}
.station-card-01 a {
  color: #4caf50 !important;
  text-decoration: none !important;
  font-weight: 500;
}
.card-content a,
.card-title a,
.footer-main-div a {
  text-decoration: none !important;
  color: #fff !important;
}
.station-card-01 img {
  width: 20%;
  height: 20%;
}
.fleet-para-main-div,
.station-card-para-set {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}
.station-card-para-set p {
  text-align: start;
  margin-left: 10px;
}
.station-first-para {
  font-size: 20px;
  font-weight: 900;
  color: #000;
  text-decoration: underline;
}
.station-sec-para {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
  margin-top: 30px;
}
.statin-h2-heading {
  color: #4caf50;
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-para-main h2 {
  color: #fff;
}
.content-para-main p {
  color: #fff;
}
@media (max-width: 768px) {
  #nav-items,
  .dropdown,
  .station-first-main-div {
    width: 100%;
  }
  #hamburger {
    display: block;
    color: #565adf;
  }
  #nav-items {
    flex-direction: column;
    display: none;
    margin-top: 10px;
  }
  .contact-main-div,
  .station-main-div {
    justify-content: space-evenly;
    display: flex;
  }
  #menu-toggle:checked + #hamburger + #nav-items {
    display: flex;
  }
  #nav-items li,
  .dropdown > button {
    width: 100%;
    text-align: left;
  }
  .drop-content {
    position: relative;
    box-shadow: none;
    border-radius: 0;
    margin-top: 20px;
    border-radius: 20px;
  }
  .hero-first-div h1 {
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
  }
  .hero-main-section {
    background-image: none !important;
    background-color: #000;
    height: auto;
  }
  .hero-main-section-all-3{
    height: 50vh;
    background-color: #5657E3;
  }
  .hero-main-section-all-3 h1{
    color: #000 !important;
    font-size: 22px;
  }
  .content-para-main {
    margin: auto;
    width: 90%;
    padding: 10px;
  }
  .content-para-main h2 {
    font-size: 22px;
  }
  .contact-main-first {
    width: 100%;
    color: #000 !important;
    font-size: 20px;
  }
  .contact-main-div {
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
  }
  .contact-main-first a {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 17px;
  }
  .contact-main-first p {
    font-size: 17px;
  }
  .station-main-div {
    text-align: center;
    margin: auto;
    width: 100%;
    flex-wrap: wrap;
  }
  .station-second-main-div {
    width: 100%;
    padding: 10px;
  }
  .statin-cards-div-main {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    flex-wrap: wrap;
    gap: 0;
  }
  .station-card-01 {
    width: 100% !important;
    padding: 15px;
    margin-bottom: 10px;
  }
}

.contact-main-card{
  /* border: 3px solid red; */
  text-align: center;
  padding: 20px;
}

.contact-main-card img{
  /* width: 50px; */
  height: 60px;
}

.contact-main-card p{
  margin-top: 20px;
    color: #fff !important;
  text-decoration: none !important;
}

.contact-main-card a{
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
}

.content-para-main ul{
  list-style: none;
}

/* ==========3 Section =========== */

/* ===========Footer Start ============== */

.main-footer {
  width: 100% !important;
}

.station-first-2-cards {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

.station-3-4-cards {
  height: 190px;
  margin-bottom: 15px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

.station-last-div {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

@media (min-width: 768px) {
  .station-last-7-div {
    height: 140px;
    width: 92%;
    margin: auto;
  }

.station-first-2-cards {
  height: 300px;
}

.station-3-4-cards {
  height: 140px;
  margin-bottom: 15px;
  width: 100%;
}

.station-last-div {
  height: 140px;
}
}

@media (min-width: 1200px) {
  .station-last-7-div {
    height: 200px;
    width: 92%;
    margin: auto;
  }

.station-last-div {
  height: 200px;
}
}


@media (max-width: 768px) {
  .station-last-7-div {
    height: 140px;
    margin-top: 20px;
  }

.station-first-2-cards {
  height: 200px;
  margin-top: 20px;
}

.station-3-4-cards {
  height: 200px;
  margin-top: 20px;
}

.station-last-div {
  height: 200px;
  margin-top: 20px;
}
}

.station-last-div a ,.station-first-2-cards a, .station-3-4-cards a {
  color: #000 !important;
  background-color: #fff;
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
}

.station-last-div a:hover ,.station-first-2-cards a:hover, .station-3-4-cards a:hover {
  color: #fff !important;
  background-color: #000;
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
}

.station-img-01 {
  background-image: url('../image/paddingtion-waltham.webp');
}

.station-img-02 {
  background-image: url('../image/victoria-waltham.webp');
}

.station-img-03 {
  background-image: url('../image/waterloo-waltham.webp');
}

.station-img-04 {
  background-image: url('../image/london-bridge-waltham.webp');
}

.station-img-05 {
  background-image: url('../image/euston-waltham.webp');
}

.station-img-06 {
  background-image: url('../image/charing-cross-waltham.webp');
}

.station-img-07 {
  background-image: url('../image/king-cross-waltham.webp');
}


.airport-card-main{
  border: 3px solid #05B9DD;
  padding: 10px;
  /* background-color: #565ADF; */
  border-radius: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.airport-card-main a{
  color: #fff !important;
  font-size: 20px;
  text-decoration: none !important;
}

.airport-card-main p{
  color: #fff !important;
  font-size: 17px;
}

.airport-card-main img{
  border: 3px solid #05B9DD;
  border-radius: 50%;
  padding: 10px;
  background-color: #000;
}

.fleet-card {
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fleet-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(86, 90, 223, 0.3);
}

.fleet-card-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 20px;
}

.fleet-card-content{
  margin-bottom: 40px;
}

.fleet-card-content h2 {
  color: #565ADF;
  font-size: 1.6rem;
  margin-bottom: 15px;
  text-align: center;
}

.fleet-specs {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}

.fleet-specs div p {
  margin: 6px 0;
  color: #fff;
}

@media (max-width: 768px) {
  .fleet-card-content h2 {
    font-size: 1.3rem;
  } 

  .fleet-specs > div {
    margin-bottom: 10px;
  }
}

.heading-main-all{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading-main-all h2{
  color: #fff;
  font-size: 50px;
  font-weight: 900;
}

.heading-main-all p{
  color: #fff !important;
  font-size: 20px;
}

.service-card-main{
  width: 100%;
  /* border: 3px solid red; */
  border-radius: 15px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-card-main a{
  font-size: 20px;
  background-color: #ffffffa3;
  color: #000 !important;
  padding: 10px;
  text-decoration: none !important;
  border-radius: 10px;
}

.service-img-01{
  background-image: url("../image/hotel-waltham.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-img-02{
  background-image: url("../image/pet-waltham.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-main{
  background-color: #5657E3;
}

.footer-main-card{
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}

.footer-main-card a{
  text-decoration: none !important;
  color: #000 !important;
}

.footer-main-card p{
  text-decoration: none !important;
  color: #000 !important;
}

@media (max-width: 768px) {
  .footer-main-card{
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.heading-main-all h2{
  color: #fff;
  font-size: 25px;
  font-weight: 900;
}

}

.content-para-main-404{
  text-align: center;
  color: #fff;
}

.content-para-main-404 a{
  color: #525BDD !important;
  text-decoration: none !important;
}
