body {
  font-family: "Poppins", sans-serif;
  background-color: #f9f9f9;
  margin: 0;
}

/* Header */
.navbar {
  background-color: #1a1f36;
}

.navbar-brand,
.nav-link {
  color: white !important;
}

.navbar-nav .nav-link:hover {
  color: #00cfff !important;
}
.navbar-toggler {
  background: aliceblue;
}
/* Tagline badge */
.tagline {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to right, #3b82f6, #8b5cf6);
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  margin: 2rem 0;
  font-size: 1rem;
  transition: background 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tagline:hover {
  background: linear-gradient(to right, #2563eb, #7c3aed);
}

.icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

/* Button group layout */
.button-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px) {
  .button-group {
    flex-direction: row;
  }
}

/* Flight Search Section */

.flight-form {
  position: relative;
  top: -99px;
  background: white;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.trip-type {
  display: flex;
  gap: 20px;
}

.trip-type input {
  accent-color: #ff9800;
}

.bg-light {
  background-color: #f8f9fa !important;
}

/* step-card why book with us*/
.step-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.speed-icon {
  background-color: #210340;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.speed-icon:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.security-icon {
  background-color: #6d28d9;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.security-icon:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.price-icon {
  background-color: #63362f;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-icon:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.support-icon {
  background: linear-gradient(to right, #dc2626, #ea580c);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.support-icon:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.step-card {
  background: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* Base section styling */
.stats-section {
  text-align: center;
  padding: 3rem 1rem;
  background-color: #f9fafb;
  font-family: "Segoe UI", sans-serif;
}

/* Hero */
/* Hero Section */
.hero {
  background: linear-gradient(to right, #1c1b4d4f, #00bfa6), url(img/airbg.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 20px 100px;
  /* padding: 100px 0 80px; */
  color: #fff;
}

.hero .badge {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: linear-gradient(to right, #3b82f6, #8b5cf6);
  color: #fff;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  padding: 0.6rem 1.2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.hero .badge i {
  margin-right: 8px;
}

.hero h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hero .lead {
  font-size: 1.125rem;
  opacity: 0.95;
  line-height: 1.7;
}

.hero .btn {
  font-size: 1rem;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-in-out;
}

.hero .btn:hover {
  transform: scale(1.05);
}

/* Popular Cruise Around World*/
.hover-scale {
  transition: transform 0.4s ease;
}

.hover-scale:hover {
  transform: scale(1.05);
}

.custom-call-btn {
  background: linear-gradient(to right, #00bfa6, #1c1b4d);
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 0;
  transition: background 0.3s ease;
}

.custom-call-btn:hover {
  background: linear-gradient(to right, #1c1b4d, #00bfa6);
  color: #fff;
}

/* Hot Deals Card */
.hot-deals-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.hot-deals-card h3 {
  font-weight: 700;
  font-size: 1.6rem;
  color: #1c1b4d;
}

.hot-deals-card .deal-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.hot-deals-card .deal-box:hover {
  transform: translateY(-4px);
}

.hot-deals-card .deal-box .text-muted {
  font-size: 0.85rem;
}

.hot-deals-card .deal-price {
  font-size: 1.25rem;
  font-weight: 700;
}

.hot-deals-card .deal-old {
  font-size: 0.75rem;
  text-decoration: line-through;
}

.hot-deals-card .expire-msg {
  font-size: 0.9rem;
  font-weight: 500;
  color: #d97706;
  margin-top: 1rem;
}
.cruise-img {
  transition: transform 0.4s ease;
}

.cruise-img:hover {
  transform: scale(1.05);
}

.ribbon {
  position: absolute;
  top: 38px;
  right: -9px;
  padding: 5px 20px;
  font-weight: 600;
  transform: rotate(45deg);
  font-size: 0.8rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.call-deal-btn {
  background: linear-gradient(to right, #1c1b4d, #00bfa6);
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.call-deal-btn:hover {
  background: linear-gradient(to right, #00bfa6, #1c1b4d);
  color: #fff;
}

.hero h1 {
  font-size: 48px;
}

.cta-btn {
  background-color: #fff;
  color: #1a1f36;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 600;
  margin-top: 20px;
}

.card {
  border: none;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: scale(1.03);
}

/* Flight Carousel*/
.flight-carousel .card-img-top {
  height: 180px;
  object-fit: cover;
}

.flight-carousel .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.flight-carousel .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Trending Cities*/
.trending-card img {
  height: 200px;
  object-fit: cover;
  /* Ensures the images fill the container uniformly */
}

.trending-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Ensures text content stays aligned in the card */
}

.trending-card:hover {
  transform: scale(1.05);
}

.trending-card-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trending-card-body h5 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.trending-card-body p {
  font-size: 0.9rem;
  margin: 0;
  color: #666;
}

/*Popular Flight Routes*/

.owl-carousel .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.owl-carousel .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.card-title {
  color: #0e4d92;
}
.text-success {
  color: #28a745 !important;
}

.trending-city-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trending-city-card:hover {
  transform: scale(1.05);
}

.trending-city-card-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trending-city-card-body h5 {
  font-size: 1.2rem;
  font-weight: bold;
}

.trending-city-card-body p {
  font-size: 1rem;
  color: #555;
}

/*Exclusive Flash Deals*/
.exclusive-flash-deals {
  background: linear-gradient(to right, #1d4ed8, #6d28d9);
}

.flash-deals {
  background: linear-gradient(to right, #ef4444, #f97316);
  display: inline-flex;
  align-items: center;
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  margin: 2rem 0;
  font-size: 1rem;
  transition: background 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Container Grid */
.flight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 1rem;
}

@media (min-width: 640px) {
  .flight-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .flight-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .flight-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Card Styling */

.call-now-cta:hover {
  transform: scale(1.03);
  transition: 0.3s ease-in-out;
  box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.15);
}

a:hover.call-now-cta,
a:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}

.flight-card {
  border-radius: 1rem;
  overflow: hidden;
  color: #fff;
  transition: background 0.4s ease, transform 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
}

/* Example Gradient Themes */
.blue-purple {
  background: linear-gradient(to bottom right, #2563eb, #7c3aed);
}

.blue-purple:hover {
  background: linear-gradient(to bottom right, #1e40af, #6b21a8);
}

.green-teal {
  background: linear-gradient(to bottom right, #059669, #0d9488);
}

.green-teal:hover {
  background: linear-gradient(to bottom right, #047857, #0f766e);
}

.purple-pink {
  background: linear-gradient(to bottom right, #9333ea, #db2777);
}

.purple-pink:hover {
  background: linear-gradient(to bottom right, #7e22ce, #be185d);
}

.yellow-red {
  background: linear-gradient(to bottom right, #f59e0b, #ef4444);
}

.yellow-red:hover {
  background: linear-gradient(to bottom right, #d97706, #dc2626);
}

/* Text Styling */
.flight-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.flight-card p {
  font-size: 0.95rem;
  opacity: 0.85;
}

/* Price */
.flight-card .price {
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
}

/* Discount badge */
.discount-badge {
  background: #f97316;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-left: auto;
}

/* CTA Button */
.flight-card .cta {
  background: #fff;
  color: black;

  font-weight: 700;
  width: 100%;
  border: none;
  padding: 0.75rem;
  font-size: 0.95rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flight-card .cta:hover {
  background: #f3f4f6;
}
/*Ready to travel*/
@keyframes bluePurpleBackground {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.ready-to-travel {
  background: linear-gradient(
    270deg,
    #312e81,
    #4f46e5,
    #c562af,
    #312e81,
    #7e22ce,
    #be185d
  );
  background-size: 800% 800%;
  animation: bluePurpleBackground 15s ease infinite;
  padding: 60px 20px;
}

/*Top Cruise Packages*/

.hover-zoom:hover {
  transform: scale(1.02);
  transition: 0.3s ease-in-out;
}
.card-title {
  color: #0e4d92;
}
.btn-primary {
  background-color: #0e4d92;
  border-color: #0e4d92;
}
.btn-primary:hover {
  background-color: #003c74;
  border-color: #003c74;
}

/* .package-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  height: 100%;
}

.package-card:hover {
  transform: translateY(-5px);
} */

.package-card h5 {
  color: #0e4d92;
  margin-bottom: 10px;
  font-weight: 600;
}

.package-card ul {
  padding-left: 18px;
  font-size: 14px;
  color: #555;
}

.package-card {
  transition: transform 0.3s ease-in-out;
}
.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.text-success {
  color: #28a745 !important;
}

/*Popular Cruise Routes*/
#popular-cruise-routes {
  background: linear-gradient(to right, #f0f9ff, #e0f7fa);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.cruise-route-card {
  background-color: #ffffff;
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cruise-route-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cruise-route-card h5 {
  color: #0e4d92;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.cruise-route-card p {
  color: #444;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.btn-cruise {
  background: linear-gradient(to right, #00bfa6, #0e4d92);
  color: #fff;
  border: none;
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  transition: background 0.3s ease;
}

.btn-cruise:hover {
  background: linear-gradient(to right, #0e4d92, #00bfa6);
  color: #fff;
}

/*About Us Section*/

.about-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: "Arial", sans-serif;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 40px;
}

.about-description {
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 1.1rem;
  color: #555;
  text-align: center;
  line-height: 1.6;
}

.about-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.feature-box {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  flex: 1 1 250px;
  max-width: 300px;
  text-align: center;
}

.feature-box h4 {
  font-size: 1.3rem;
  color: #00bfa6;
  margin-bottom: 15px;
}

.feature-box p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-features {
    flex-direction: column;
    align-items: center;
  }
}
/*Contact Us*/
.contact-hero {
  background: linear-gradient(rgba(27, 20, 100, 0.7), rgba(27, 20, 100, 0.7)),
    url("https://images.unsplash.com/photo-1607746882042-944635dfe10e")
      center/cover no-repeat;
  color: white;
  padding: 100px 0;
  text-align: center;
}

.contact-hero h1 {
  font-size: 48px;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  box-shadow: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #1b1464;
  outline: none;
}

.contact-form label i {
  margin-right: 10px;
  color: #1b1464;
}

.btn-send {
  background: #1b1464;
  color: white;
  transition: 0.3s;
}

.btn-send:hover {
  background: #ffd700;
  color: #1b1464;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* Footer */
footer {
  background-color: #1a1f36;
  color: white;
  padding: 40px 0;
}

footer a {
  color: #00cfff;
  text-decoration: none;
}

footer a:hover {
  color: #00cfff;
  text-decoration: underline;
}

.footer-social a {
  font-size: 20px;
  margin: 0 10px;
  color: #00cfff;
}
