:root {
  --primary: #231F20;
  --travel-primary: #0d6efd;
  --travel-primary-dark: #0b5ed7;
  --travel-secondary: #e7ecef;
  --travel-accent: #f0a500;
  --travel-dark: #2c3e50;
  --dark: #041b2d;
  --light: #f8f9fb;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
}

/* Navbar */
.navbar {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

.navbar-brand span {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-link {
  font-weight: 500;
}

/* Hero */
.hero-section {
  background: radial-gradient(circle at top left,
      #00b4d8 0,
      #0052cc 40%,
      #041b2d 100%);
  color: #fff;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  top: -150px;
  right: -100px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
}

.hero-title {
  font-size: 40px;
  font-weight: 700;
}

.hero-subtitle {
  font-size: 16px;
  max-width: 480px;
}

.hero-cta .btn {
  padding: 10px 26px;
  border-radius: 999px;
  font-weight: 600;
}

.hero-bullets li {
  margin-bottom: 6px;
  font-size: 14px;
}

.hero-metrics {
  background: rgba(4, 27, 45, 0.75);
  border-radius: 20px;
  padding: 20px;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  background-color: #ffffff;
  color: var(--dark);
  margin: 4px;
}

/* Feature icons */
.feature-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #edf1f7;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  border-color: 0;
  background: #345df540;
}

.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 82, 204, 0.06);
  color: var(--primary);
  margin-bottom: 14px;
}

/* Section helpers */
.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subtitle {
  color: #6c757d;
  max-width: 580px;
}

.section-padding {
  padding: 70px 0;
}

/* About */
.about-highlight {
  border-left: 4px solid var(--primary);
  padding-left: 14px;
}

/* Services */
.service-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #edf1f7;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
}

.service-link {
  font-weight: 500;
  text-decoration: none;
  color: var(--primary);
}

/* Why choose us */
.pill-stat {
  background: #ffffff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  border: 1px solid #e5ecf5;
}

/* Carousel */
.logo-strip {
  background: #f5f7fb;
  padding: 20px 0;
}

.logo-strip img {
  max-height: 34px;
  opacity: 0.75;
}

/* FAQ */
.faq-wrapper .accordion-button {
  font-weight: 500;
}

/* Contact & map */
.contact-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Footer */
.footer-section {
  background: #041b2d;
  color: #c9d4e3;
  padding-top: 50px;
}

.footer-section a {
  text-decoration: none;
}

.btn-social {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.btn-social i {
  font-size: 16px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 30px;
  padding: 18px 0 10px;
  font-size: 13px;
}

/* Simple fade-up animation */
.fade-up {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.6s ease;
}

.fade-up.appear {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 90px;
  }

  .hero-title {
    font-size: 32px;
  }
}



/* loader  */

/* Style for the loader container */
.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #fff;
  /* Match your website background */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* Style for the flight icon */
.flight-icon {
  font-size: 50px;
  color: #231F20;
  /* Use color from your logo theme */
  animation: flight-animation 1s linear forwards;
}

/* Keyframes for the flight animation */
@keyframes flight-animation {
  0% {
    transform: translateX(-100vw) rotate(0deg);
    /* Start off-screen left */
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translateX(100vw) rotate(0deg);
    /* End off-screen right */
    opacity: 0;
  }
}

/* Classes to manage content visibility */
.content-container {
  display: none;
  /* Hide content by default */
  padding: 20px;
}

.visible {
  display: block;
}

.form-container {
  background: white;
  border-radius: 40px;
  padding: 2rem 2rem 2.5rem;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  border: 1px solid #eef2f6;
}

.form-control,
.form-select {
  border-radius: 20px;
  padding: 12px 18px;
  border: 1px solid #dee2e6;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--travel-primary);
  box-shadow: 0 0 0 3px rgba(15, 113, 115, 0.2);
}


.btn-primary-custom {
  background-color: var(--travel-primary) !important;
  border: none;
  color: white !important;
  padding: 10px 26px;
  border-radius: 40px;
  font-weight: 600;
  transition: all 0.2s;
  box-shadow: 0 4px 8px rgba(15, 113, 115, 0.2);
}

.btn-primary-custom:hover {
  background-color: var(--travel-primary-dark) !important;
  transform: translateY(-2px);
}

.btn-outline-custom {
  border: 2px solid var(--travel-primary) !important;
  color: var(--travel-primary) !important;
  border-radius: 40px;
  font-weight: 600;
  transition: all 0.2s;
}

.btn-outline-custom:hover {
  background-color: var(--travel-primary) !important;
  color: white !important;
}

@media (max-width: 768px) {
  .form-container {
    padding: 1.5rem;
  }

  .page-header {
    padding: 40px 0 30px;
  }
}