/* General Settings */
body {
  font-family: 'Poppins', sans-serif;
}

/* Navbar */
.custom-navbar {
  background: linear-gradient(to right, #191970, #00FFFF);
}

.nav-link {
  color: #ffffff !important;
  margin: 0 10px;
  font-weight: 500;
}

.nav-link:hover {
  color: #FF7F50 !important;
}

/* Hero Section */
.hero {
  background: url('img/mountain.jpg') no-repeat center center/cover;
  /* Default background for desktop */
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-about {
  background: url('img/mountain.jpg') no-repeat center center/cover;
  /* Default background for desktop */
  min-height: 39vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(14, 77, 146, 0.4);
  /* Blueish transparent layer */
  z-index: -1;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
  .hero {
    background: url('img/flight.png') no-repeat center center/cover;
    /* Background for mobile */
  }
}


.hero h1 {
  font-size: 3rem;
  font-weight: 700;
}

.hero p {
  font-size: 1.2rem;
}

/* Destinations */
.destinations {
  padding: 80px 0;
}

.destination-card {
  background: #f8f9fa;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  text-align: center;
  padding: 20px;
}

.destination-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

/* Why Book Us Section */
.why-book-us {
  padding: 80px 0;
  background: #f7f7f7;
}

.why-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.why-card i {
  font-size: 40px;
  color: #0E4D92;
}

.why-card h5 {
  font-weight: 600;
  color: #333;
  margin-top: 20px;
}

.why-card p {
  color: #777;
  margin-top: 10px;
}

.btn-primary {
  background: linear-gradient(to right, #0E4D92, #00BFA6);
  border: none;
  padding: 12px 40px;
  font-size: 18px;
  border-radius: 30px;
}

.btn-primary:hover {
  background: linear-gradient(to right, #00BFA6, #0E4D92);
  transform: scale(1.05);
}

/* Deals */
.deals {
  background: linear-gradient(to right, #FF7F50, #00CED1);
  color: white;
  padding: 60px 0;
}

.deal-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
}

/* Flights Section */
.flight-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* This will evenly space out content */
  height: 100%;
  /* Make sure the height is equal for all cards */
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.flight-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.flight-card h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 15px;
}

.flight-card p {
  flex-grow: 1;
  /* Allow the paragraph to grow and fill the space */
  font-size: 0.9rem;
  color: #555;
}

.flight-card .btn {
  align-self: flex-start;
  /* Keep the button aligned to the start */
}



.flight-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

/*Why choose us*/
.why-choose-us {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.why-choose-us h2 {
  font-size: 2.5rem;
  color: #0E4D92;
  margin-bottom: 30px;
}

.feature-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.feature-card i {
  color: #00BFA6;
}

.feature-card h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
}

.feature-card p {
  font-size: 0.9rem;
  color: #555;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* How to Book flight */
.booking-process {
  background-color: #f1f1f1;
  padding: 50px 0;
}

.booking-process h2 {
  font-size: 2.5rem;
  color: #0E4D92;
  margin-bottom: 30px;
}

.step {
  margin-bottom: 30px;
}

.step-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.step-card i {
  color: #00BFA6;
}

.step-card h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
}

.step-card p {
  font-size: 0.9rem;
  color: #555;
}

/* Popular Flight Routes */
.popular-routes {
  padding: 50px 0;
  background-color: #f7f7f7;
}

.popular-routes h2 {
  font-size: 2.5rem;
  color: #0E4D92;
  margin-bottom: 30px;
}

.route-card {
  margin-bottom: 30px;
}

.route-info {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
}

.route-info:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.route-info h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
}

.route-info p {
  font-size: 1rem;
  color: #555;
  margin-top: 10px;
}

/*Travel Tips & Guides*/
.travel-tips {
  padding: 50px 0;
  background-color: #f7f7f7;
}

.tip-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.tip-card h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0E4D92;
}

.tip-card p {
  font-size: 1rem;
  color: #555;
}

.tip-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/*Special Offers*/
.special-offers {
  padding: 50px 0;
  background-color: #f7f7f7;
}

.offer-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 30px;
}

.offer-card h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0E4D92;
}

.offer-card p {
  font-size: 1rem;
  color: #555;
  margin-top: 10px;
}

.countdown {
  margin-top: 20px;
  font-size: 1.2rem;
  color: red;
}

/*faq*/
.faqs {
  padding: 50px 0;
  background-color: #f7f7f7;
}

.card-header {
  background-color: #0E4D92;
  color: white;
}

.card-body {
  background-color: #fff;
  color: #555;
}

/* Contact */
.contact h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #0E4D92;
}

.contact-card {
  background: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.input-group-text {
  border: none;
  background-color: #f1f1f1;
}

.form-control {
  border: none;
  background-color: #f9f9f9;
  border-radius: 0 10px 10px 0;
  box-shadow: none;
}

.form-control:focus {
  background-color: #ffffff;
  border: 1px solid #0E4D92;
  box-shadow: 0 0 5px rgba(14, 77, 146, 0.3);
}

.btn-primary {
  background: linear-gradient(to right, #0E4D92, #00BFA6);
  border: none;
}

.btn-primary:hover {
  background: linear-gradient(to right, #00BFA6, #0E4D92);
}


/* Footer */
.footer {
  background-color: #191970;
  padding: 20px 0;
  color: white;
}

.footer .social-icons a {
  color: white;
  margin: 0 10px;
  font-size: 18px;
}

.footer .social-icons a:hover {
  color: #FF7F50;
}