
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: #0DAF29;
  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: #0DAF29 !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;
}

.service a{
  text-decoration: none !important;
}

.service h3 {
  font-size: 40px;
  color: #0DAF29;
}

.service_ {
  /* background: #0DAF2973; */
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
  border: 3px solid #0DAF29;
}

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

.divider {
  background: #0DAF29;
  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;
  }
}

/* ===== Station Section ===== */

.station-main {
  padding: 60px 0;
}

.station-paras {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 40px;
}

.station-paras h2 span {
  color: #0DAF29;
}

.station-content {
  align-items: center;
}

/* IMAGE */
.station-image img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

/* TEXT */
.station-desc {
  margin-bottom: 20px;
}

/* GRID */
.station-grid {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.station-grid a{
  text-decoration: none !important;
  color: #fff !important;
}

.station-grid li {
  background: #0DAF29;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  border-radius: 4px;
  transition: 0.3s;
}

.station-grid li:hover {
  background: #058a1f;
  transform: translateY(-5px);
}

.station-grid img {
  width: 45px;
  margin-bottom: 10px;
}

.station-grid span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

/* ===== RESPONSIVE ===== */

/* tablets */
@media (max-width: 991px) {
  .station-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* mobile */
@media (max-width: 767px) {
  .station-image {
    display: none; 
  }

  .station-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* extra small */
@media (max-width: 480px) {
  .station-grid {
    grid-template-columns: 1fr;
  }
}
/* ===== Station Section ===== */

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

.fleet-sec h3 {
  font-size: 40px;
  color: #0DAF29;
}

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

.hover-box {
  padding: 20px;
}

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

.fleet-box {
    border: 1px solid;
    position: relative;
    overflow: hidden;
    height: 100%;
    background: linear-gradient(white, #fff 60%, #0DAF29 40%);
    border-radius: 30px;
    text-align: center;
    border-bottom: 4px solid #000;
    border-top: 4px solid #000;
}

/* .fleet-box {
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 30px;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
} */

.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: #0DAF29;
}

.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_main{
  text-align: center;
  padding: 30px;
  background-color: #f5f5f5;
}

.airport_main h2 span{
  color: #0DAF29;
}

.airport_main p{
  width: 70%;
  margin: auto;
}


.airports-main-div{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
  margin-top: 20px;
  flex-wrap: wrap;
}

.airport-main-cards{
  padding: 10px;
}

.airport-main-cards img{
  width: 100px;
}

.airports-main-div h2{
  font-size: 18px;
  margin-top: 10px;
}

.airports-main-div a{
  color: #000 !important;
}

@media only screen and (max-width: 576px) {
.airport_main p{
  width: 100%;
  /* margin: auto; */
}

.airport_main{
  text-align: center;
  padding: 10px;
  background-color: #f5f5f5;
  
}
}

/* airport  */

/* station  */


/* station  */

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

.btn-danger {
  color: #fff;
  background-color: #0DAF29;
  border-color: #0DAF29;
  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: #0DAF29;
  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: #0DAF29 !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: #0DAF29;
    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: #0DAF29;
    color: white ;
    margin:10px 10px ;
    justify-content: center;
    flex: 0 0 31%

  }
  .contact-item  a, .contact-span{
    color: #fff !important;
  }

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

  .contact-item a {
    color: inherit;
    transition: color 0.3s ease;
  }

  .contact h2{
    font-weight: 800;
    color: #0DAF29;
    letter-spacing: 3px;
  }
  @media only screen and (max-width: 768px) {

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


/* footer Section Start  */

.footer{
  background-color: #EAEAEA;
  
}

.footer ul{
list-style: none !important;
}

.footer a, .footer p{
  color: #000;
}


/* Footer Section End  */