/* Global Styles */
body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
}

/* Topbar */
.topbar {
  font-size: 15px;
  padding: 6px 20px;
  border-bottom: 1px solid #ddd;
  color: #444;
}
.topbar a {
  text-decoration: none;
  color: #333;
  margin-left: 15px;
}

/* Navbar */
.navbar {
  padding: 15px 20px;
}
.navbar .nav-link {
  font-size: 16px;
  margin-left: 15px;
  color: #333 !important;
  padding: 8px 14px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.navbar .nav-link:hover {
  background-color: #dfe0e8;
}
.navbar .btn-whatsapp {
  font-size: 15px;
  border-radius: 10px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.navbar .btn-whatsapp:hover {
  background-color: #25d366;
  color: #fff !important;
  border-color: #25d366;
}

/* Hero Section */
.hero {
  background: url("heresection.png") no-repeat center/cover;
  color: white;
  padding: 70px 30px;
  text-align: center;
  border-radius: 15px;
  margin: 20px;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  z-index: 1;
}
.hero > * {
  position: relative;
  z-index: 2;
}
.hero p.titlehe {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.hero h2, .hero-heading {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}
.hero .form-control {
  height: 50px;
  font-size: 15px;
  border-radius: 10px;
}
.hero .check-btn {
  background-color: #2d4dff;
  color: white;
  font-weight: 600;
  border-radius: 12px;
  padding: 14px 40px;
  font-size: 18px;
  border: none;
  transition: all 0.3s ease;
}
.hero .check-btn:hover {
  background-color: #1a35d2;
}
.hero .small-text {
  font-size: 13px;
  color: #ccc;
  margin-top: 15px;
}

/* Scrollbar Hide */
.scroll-hide {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll-hide::-webkit-scrollbar {
  display: none;
}

/* Airport Icon */
.airport-icon {
  color: #888;
  transform: rotate(-50deg);
}

/* Footer */
footer {
  margin-top: auto;
}
.custom-footer {
  background-color: #393c3d10;
  border-radius: 15px;
  padding: 15px 20px;
}
.footer-logo {
  font-weight: 600;
  font-size: 1.3rem;
  color: #222;
  display: flex;
  align-items: center;
}
.footer-logo i {
  color: #3b57f6;
  margin-right: 6px;
}
.footer-divider {
  margin: 0 10px;
  color: #aaa;
  font-weight: bold;
}
.footer-text {
  font-size: 1rem;
  color: #222;
}
.footer-contact i {
  margin-right: 8px;
  font-size: 1.2rem;
  text-align: left;
}
.footer-contact p {
  margin: 0;
}

/* Image and Carousel */
.img-fixed {
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}
.carousel-caption {
  font-size: 0.9rem;
}

/* Stepper */
.stepper span {
  font-size: 15px;
  margin-right: 10px;
}

/* Responsive Styles */

/* Small Screens (max-width: 768px) */
@media (max-width: 768px) {
  .stepper span {
    display: none;
    font-size: 13px;
  }
  .stepper span.fw-bold {
    display: inline-block;
  }
  .stepper .text-secondary {
    display: none;
  }
}

/*  Screens (max-width: 576px) */
@media (max-width: 576px) {
  .hero-heading {
    font-size: 15px !important;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 3px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
  }


  .divh {
  margin-top: 0px;
 
  } 
  .titlehe {
    font-size:13px !important;
    margin-bottom: 0.25rem;
  }
  .small-text {
    font-size: 14px;
    line-height: 1.2;
  }
  .form-control,
  .input-group-text,
  .dropdown button {
    font-size: 0.8rem !important;
    padding: 6px 8px;
  }
  .check-btn {
    font-size: 0.85rem;
    padding: 7px 14px;
  }
}

.spinner-border {
  vertical-align: middle;
  margin-left: 8px;
}