
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

/* header  */
.navbar-light .navbar-nav .nav-link {
  color: #000;
}

/* header  */

/* hero  */
/* .hero {
  position: relative;
  padding: 100px 0;
  background: #223a66;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
} */

/* .hero h1,
.hero p {
  color: #fff;
  text-transform: capitalize;
}

.hero h1 {
  font-size: 40px;
}

.hero p {
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
} */

@media only screen and (max-width: 992px) {
  /* .hero h1 {
    font-size: 35px;
  }

  .hero p {
    font-size: 18px;
  } */

  .content p {
    font-size: 16px;
  }
}

/* @media only screen and (max-width: 768px) {
  .hero h1 {
    font-size: 30px;
  }

  .hero p {
    font-size: 18px;
  }
} */

/* @media only screen and (max-width: 576px) {
  .hero {
    padding: 50px 0 !important;
    background: #223a66 !important;
  }

  .hero h1 {
    font-size: 25px;
  }

  .hero p {
    display: none;
  }
} */

/* hero  */

/* content  */
.content {
  padding: 50px 0;
}

.content h2 {
  font-size: 25px;
}

.content p {
  color: #000;
  font-size: 16px;
}

.content ul li {
  margin-left: 25px;
}

@media only screen and (max-width: 992px) {
  .content h2 {
    font-size: 30px;
  }

  .content p {
    color: #000;
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .content h2 {
    font-size: 25px;
  }

  .content p {
    color: #000;
    font-size: 16px;
  }
}

@media only screen and (max-width: 576px) {
  .content {
    padding: 30px 0;
  }

  .content h2 {
    font-size: 18px;
  }

  .content p {
    color: #000;
    font-size: 14px;
  }

  .content ul li {
    font-size: 14px;
    margin-left: 10px;
  }
}

/* content  */

/* service  */
.service {
  padding: 50px 0;
  background: #f5f5f5;
}

.service h3 {
  font-size: 40px;
  color: #223a66;
}

.service_ {
  background: #FF858573;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
}

.service_ a h4 {
  color: #000;
  margin-top: 10px;
}

.divider {
  background: #FF8585;
  width: 50px;
  height: 5px;
  margin: 10px auto;
}

@media only screen and (max-width: 768px) {
  .service_ a h4 {
    color: #000;
    margin-top: 10px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .service {
    padding: 30px 0;
  }

  .service h3 {
    font-size: 30px;
  }
}

/* service  */

/* airport  */
.airport {
  padding: 50px 0;
}

.airport h3 {
  font-size: 40px;
  color: #223a66;
}

.airport_ {
  background: #FF858573;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
}

.airport_ a h4 {
  color: #000;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .airport_ a h4 {
    color: #000;
    margin-top: 10px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .airport {
    padding: 30px 0;
  }

  .airport h3 {
    font-size: 30px;
  }
}

/* airport  */

/* station  */
.station {
  padding: 50px 0;
  background: #f5f5f5;
}

.station h3 {
  font-size: 40px;
  color: #223a66;
}

.station_ {
  background: #FF858573;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
}

.station_ a h4 {
  color: #000;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .station_ a h4 {
    color: #000;
    margin-top: 10px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .station {
    padding: 30px 0;
  }

  .station h3 {
    font-size: 30px;
  }
}

/* station  */

/* fleet  */
/* Basic styles for the service box */
.fleet-sec {
  padding: 50px 0;
}

.fleet-sec h3 {
  font-size: 40px;
  color: #223a66;
}

.fleet-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover-box {
  padding: 20px;
}

.fleet-box {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.fleet-info {
  position: absolute;
  top: 100%;
  height: 100%;
  left: 0;
  right: 0;
  padding: 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 1s ease;
  opacity: 0;
}

.pb-ic {
  filter: brightness(0) invert(1);
}

/* Hover effect */
.hover-box:hover .fleet-info {
  top: 35px;
  opacity: 1;
  height: 100%;
}

.fleet-car img {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.fleet-info .luggage ul li {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 576px) {
  .fleet-sec {
    padding: 30px 0;
  }

  .fleet-sec h3 {
    font-size: 30px;
  }
}

/* fleet  */

/* app  */
.app {
  padding: 50px 0;
}

.app h3 {
  font-size: 40px;
  color: #223a66;
}

.app_info {
  display: grid;
  align-items: center;
  align-content: center;
}

@media only screen and (max-width: 576px) {
  .app {
    padding: 30px 0;
  }

  .app h3 {
    font-size: 30px;
  }
}

/* app  */

/* airport  */
.airport_1 {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* airport  */

/* station  */
.station_1 {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* station  */

/* button  */
.btn {
  color: #fff;
  padding: 8px 12px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
}

.btn-danger {
  color: #fff;
  background-color: #FF8585;
  border-color: #FF8585;
  border: none;
}

.btn-danger:hover {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
}

/* button  */


/* footer  */
.footer {
  background: #f5f5f5;
  padding: 30px 0;
}

.footer .copyright-row p a {
  color: #FF8585;
  margin-right: 5px;
}

.footer p {
  margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
  .footer {
    font-size: 15px;
    background: #f5f5f5;
  }
}

/* footer  */

/* faq */
.faq-section {
  max-width: 700px;
}

.faq-title {

  font-size: 2rem;
  margin-bottom: 30px;
  color: #333;
  border-radius: 8px;

}

.faq-item {

  background-color: white;
  margin-bottom: 15px;
}

.faq-question {
  width: 100%;
  color: #000;
  padding: 10px;
  text-align: left;
  border: none;
  background-color: white;

  border-bottom: 1px solid rgb(191, 191, 191);
  font-size: 1rem;
  cursor: pointer;
}


.faq-answer {
  display: none;
  padding: 15px 20px;

  color: #333;
  font-size: 0.95rem;
}

.faq-item.active .faq-answer {
  display: block;
}
.footer_a{
        color: #000 !important;
        text-decoration: underline;
    }
    .footer_a:hover{
        color: #FF8585 !important;
        text-decoration: underline;
    }
    .app-img{
      width: 100%;
    }


    .contact-item {
    display:flex; 
    flex-wrap: nowrap;
    gap:10px;
    flex-direction:column;
    padding: 15px;
    border-radius: 6px;
    background-color: #FF8585;
    color: white;
    margin:10px 10px ;
    justify-content: center;
            flex: 0 0 31%

  }



  .contact-item:hover a {
    color: white;
    text-decoration: none;
  }

  .contact-item a {
    color: inherit;
    transition: color 0.3s ease;
  }
  @media only screen and (max-width: 768px) {

  .contact-item {
    display:block; 
    flex: 0 0 95%
  }
  
  }
@media (max-width: 600px) {
  .faq-title {
    font-size: 1.5rem;
  }

  .faq-question,
  .faq-answer {
    font-size: 0.95rem;
  }
}

/* faq */


/* contact */

  .contact-item {
    display:flex; 
    flex-wrap: nowrap;
    gap:10px;
    flex-direction:column;
    padding: 15px;
    border-radius: 6px;
    background-color: #FF8585;
    color: white;
    margin:10px 10px ;
    justify-content: center;
            flex: 0 0 31%

  }



  .contact-item:hover a {
    color: white;
    text-decoration: none;
  }

  .contact-item a {
    color: inherit;
    transition: color 0.3s ease;
  }
  @media only screen and (max-width: 768px) {

  .contact-item {
    display:block; 
    flex: 0 0 95%
  }
  
  }



/* Top Bar Styles */
.custom-topbar {
  background-color: #111; /* dark background */
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 8px 0;
}

.custom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-topbar a {
  color: #fff !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.custom-topbar a:hover {
  color: #FF8585; 
}

@media (max-width: 600px) {
  .custom-container {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}

.text-404-main{
  text-align: center;
  padding: 20px;
  background-color: #FF8585;
}

.text-404-main a{
  color: #000 !important;
}

.text-404-main p{
  font-size: 20px;
  color: #fff !important;
}