header#header{background:#0a2f52;position:fixed;width:100%;top:0;z-index:1050;box-shadow:0 2px 10px rgba(0,0,0,.1)}.navbar-brand img{max-height:50px;width:auto;filter:brightness(100%);transition:filter .3s}.navbar-toggler{border:none;font-size:1.5rem;color:#fff}.navbar-nav .nav-link{color:#fff;font-weight:600;transition:color .3s}.footer-menu li a:hover,.navbar-nav .active .nav-link,.navbar-nav .nav-link:hover,.social-icons a:hover{color:#f9d423}.mobile-back{display:none;color:#fff;font-weight:700;padding:1rem;cursor:pointer}#bannerCarousel{position:relative;width:100%;height:500px;margin-top:50px;overflow:hidden;z-index:1}.carousel-item img{width:100%;height:100%;object-fit:cover}.carousel-text-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:900px;color:#fff;text-align:center;pointer-events:none;user-select:none;text-shadow:0 2px 6px rgba(0,0,0,.7);z-index:10;padding:0 1rem}.carousel-text-overlay::before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,.2));z-index:-1;border-radius:8px}.carousel-text-overlay h1{font-size:3rem;animation:1s ease-out fadeInDown}.carousel-text-overlay h2{font-size:1.75rem;margin-top:1rem;text-transform:capitalize}.carousel-text-overlay p{font-size:1.1rem;max-width:700px;margin:1rem auto 0;text-transform:capitalize}.carousel-text-overlay .exploreAll a{display:inline-block;margin-top:1.5rem;padding:.75rem 2rem;border:2px solid #fff;border-radius:50px;font-weight:600;color:#fff;text-decoration:none;pointer-events:auto;transition:background-color .3s,color .3s}.carousel-text-overlay .exploreAll a:focus,.carousel-text-overlay .exploreAll a:hover{background-color:#f9d423;border-color:#f9d423;color:#0a2f52;outline:0}@keyframes fadeInDown{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.btn-rihla{background-color:#f9d423;color:#0a2f52;border-radius:50px;font-weight:600;border:none;transition:.3s}.btn-rihla:hover{background-color:#0a2f52;color:#f9d423;border:2px solid #f9d423}#topDestinations{background-color:#f5f7fa}.creativeHeader{color:#f9d423;font-weight:700;text-transform:uppercase;font-size:1.2rem;margin-bottom:.5rem}.holiday-Pack-title{font-size:2.5rem;font-weight:900;color:#0a2f52;line-height:1.1;margin-bottom:1rem}.containerBG{background:#0a2f52;padding:6rem 0;color:#fff;position:relative}.wrap-holidayPack{max-width:1140px;margin:0 auto;min-height:500px}.holidayPackImage1,.holidayPackImage2{position:absolute;width:250px;z-index:2;transform:translate(-20%,0)}.holidayPackImage2{width:300px;right:0;bottom:0;transform:translate(20%,0)}.holidayPackImage1 img,.holidayPackImage2 img{width:100%;border-radius:15px;box-shadow:0 20px 40px rgba(0,0,0,.7)}.content-travelPack{position:relative;z-index:10;max-width:600px;margin:0 auto;padding:0 1rem}.holiday-Pack-textContent{font-size:1.1rem;line-height:1.6;color:#ddd}.site-footer{position:relative;background:#031d3e;color:#fff;overflow:visible;padding:30px 0 20px}.footer-video-wrapper{position:relative;height:220px;overflow:hidden;margin-bottom:30px;border-radius:8px}.footer-overlay,.footer-video-bg{position:absolute;border-radius:8px}.footer-video-bg{top:50%;left:50%;min-width:100%;height:100%;transform:translate(-50%,-50%);object-fit:cover;filter:brightness(.6)}.footer-overlay{inset:0;background:rgba(0,0,30,.5);z-index:1}.footer-content{position:relative;z-index:2;max-width:1200px;margin:0 auto}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between}.footer-menu{list-style:none;padding:0}.footer-menu li{margin-bottom:10px}.footer-menu li a{color:#ddd;text-decoration:none;transition:color .3s}.footer-contact-col p{margin:5px 0;font-size:.9rem}.social-icons a{color:#fff;margin-right:15px;font-size:1.5rem;transition:color .3s}.footer-bottom{text-align:center;color:#aaa;font-size:.85rem;margin-top:20px}@media (max-width:991.98px){.navbardropdown>li>a.nav-link{padding:1rem;border-bottom:1px solid rgba(255,255,255,.15)}.carousel-text-overlay h1{font-size:2rem}.carousel-text-overlay h2{font-size:1.2rem}.carousel-text-overlay p{font-size:1rem}.mobile-back{display:block}.holidayPackImage1,.holidayPackImage2{display:none}}@media (max-width:576px){.carousel-text-overlay h1{font-size:1.5rem}.carousel-text-overlay h2{font-size:1rem}.carousel-text-overlay p{font-size:.9rem}.carousel-text-overlay .exploreAll a{padding:.5rem 1.5rem;font-size:.9rem}}@media (max-width:768px){.carousel-text-overlay{padding:1rem}.holiday-Pack-title{font-size:2rem}.footer-video-bg{display:none!important}}.whatsapp-fixed-link {
  position: fixed;
  bottom: 25px;
  right: 25px;  /* Far right */
  z-index: 9999;
  background-color: #25D366;
  color: #fff;
  font-size: 36px;
  padding: 18px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
}

.whatsapp-fixed-link:hover {
  background-color: #1ebe5d;
  transform: scale(1.1);
}

.messenger-fixed-link {
  position: fixed;
  bottom: 25px;
  right: 95px; /* 70px to the left of WhatsApp */
  z-index: 9999;
  background-color: #0084FF;
  color: #fff;
  font-size: 36px;
  padding: 18px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
}

.messenger-fixed-link:hover {
  background-color: #0068d1;
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 480px) {
  .whatsapp-fixed-link {
    right: 20px;
    bottom: 20px;
    font-size: 28px;
    padding: 14px;
  }
  .messenger-fixed-link {
    right: 70px;
    bottom: 20px;
    font-size: 28px;
    padding: 14px;
  }
}
    /* ============================
       Base Styles
    ============================ */
    body {
      margin: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: #fff;
      color: #0a2f52;
    }

    /* ============================
       Header/Navbar
    ============================ */
    header#header {
      background: #0a2f52;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1050;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-brand img {
      max-height: 50px;
      width: auto;
      filter: brightness(100%);
      transition: filter 0.3s ease;
    }

    .navbar-toggler {
      border: none;
      font-size: 1.5rem;
      color: #fff;
    }

    .navbar-nav .nav-link {
      color: #fff;
      font-weight: 600;
      transition: color 0.3s ease;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .active .nav-link {
      color: #f9d423;
    }

    /* ============================
       Hero Section
    ============================ */
    .hero {
      padding: 100px 15px 40px;
      text-align: center;
      background: #f5f7fa;
      color: #0a2f52;
      font-weight: 700;
      font-size: 2.5rem;
      letter-spacing: 1px;
    }

    /* ============================
       Itinerary Section
    ============================ */
    .itinerary-section {
      max-width: 900px;
      margin: 2rem auto 4rem;
      padding: 0 15px;
    }

    .day-box {
      display: flex;
      gap: 20px;
      margin-bottom: 3rem;
      align-items: center;
      border-bottom: 1px solid #ddd;
      padding-bottom: 2rem;
    }

    .day-image img {
      width: 300px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      object-fit: cover;
    }

    .day-content h4 {
      font-weight: 700;
      color: #0a2f52;
      margin-bottom: 0.8rem;
    }

    .day-content p {
      font-size: 1.05rem;
      line-height: 1.5;
      color: #333;
    }

    /* ============================
       Button Style
    ============================ */
    .btn-back {
      display: inline-block;
      margin: 1rem 0 3rem;
      padding: 0.75rem 2.5rem;
      background-color: #f9d423;
      color: #0a2f52;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: background-color 0.3s ease, color 0.3s ease;
      box-shadow: 0 4px 10px rgba(249, 212, 35, 0.5);
    }

    .btn-back:hover,
    .btn-back:focus {
      background-color: #0a2f52;
      color: #f9d423;
      outline: none;
      box-shadow: 0 4px 15px rgba(10, 47, 82, 0.8);
    }

    /* ============================
       Footer
    ============================ */
    .site-footer {
      position: relative;
      background: #031d3e;
      color: white;
      overflow: visible;
      padding: 30px 0 20px;
    }

    .footer-video-bg {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      filter: brightness(0.6);
      border-radius: 8px;
      z-index: 0;
    }

    .footer-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 30, 0.5);
      z-index: 1;
      border-radius: 8px;
    }

    .footer-content {
      position: relative;
      z-index: 2;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .footer-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-menu {
      list-style: none;
      padding: 0;
    }

    .footer-menu li {
      margin-bottom: 10px;
    }

    .footer-menu li a {
      color: #ddd;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-menu li a:hover {
      color: #f9d423;
    }

    .footer-contact-col p,
    address {
      margin: 5px 0;
      font-size: 0.9rem;
      line-height: 1.4;
    }

    .social-icons a {
      color: white;
      margin-right: 15px;
      font-size: 1.5rem;
      transition: color 0.3s;
    }

    .social-icons a:hover {
      color: #f9d423;
    }

    .footer-bottom {
      text-align: center;
      color: #aaa;
      font-size: 0.85rem;
      margin-top: 20px;
    }

    /* ============================
       Responsive Styles
    ============================ */
    @media (max-width: 991.98px) {
      .navbar-nav .nav-link {
        padding: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      }
    }

    @media (max-width: 768px) {
      .hero {
        font-size: 2rem;
        padding: 90px 15px 30px;
      }

      .day-box {
        flex-direction: column;
        align-items: flex-start;
      }

      .day-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
      }

      .btn-back {
        padding: 0.75rem 2rem;
        font-size: 1rem;
      }
    }

    @media (max-width: 576px) {
      .hero {
        font-size: 1.5rem;
        padding: 80px 10px 25px;
      }

      .day-content p {
        font-size: 1rem;
      }
    }
.day-image img {
  width: 355px;
  height: 266px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
 /* === Reusing base styles from homepage === */
    body {
      margin: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: #fff;
      color: #0a2f52;
    }

    header#header {
      background: #0a2f52;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1050;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-brand img {
      max-height: 50px;
      width: auto;
      filter: brightness(100%);
      transition: filter 0.3s ease;
    }

    .navbar-toggler {
      border: none;
      font-size: 1.5rem;
      color: #fff;
    }

    .navbar-nav .nav-link {
      color: #fff;
      font-weight: 600;
      transition: color 0.3s ease;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .active .nav-link {
      color: #f9d423;
    }

    main {
      padding-top: 80px;
      max-width: 1140px;
      margin: 0 auto;
      padding-left: 1rem;
      padding-right: 1rem;
    }

    /* === Hero Section === */
    .hero-about {
      background: url('About.jpg') center center/cover no-repeat;
      height: 400px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
      position: relative;
      margin-bottom: 3rem;
      box-shadow: 0 12px 30px rgba(0,0,0,0.5);
    }

    .hero-about::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(10, 47, 82, 0.7);
      border-radius: 8px;
      z-index: 0;
    }

    .hero-about h1 {
      position: relative;
      font-size: 3rem;
      font-weight: 900;
      z-index: 1;
      text-shadow: 0 3px 10px rgba(0,0,0,0.7);
    }

    /* === About Story Section === */
    .about-story {
      margin-bottom: 4rem;
      font-size: 1.1rem;
      line-height: 1.7;
      color: #333;
    }

    .about-story strong {
      color: #f9d423;
    }

    /* === Why Choose Us Section === */
    .why-choose {
      background-color: #f9d423;
      color: #0a2f52;
      border-radius: 8px;
      padding: 3rem 2rem;
      margin-bottom: 4rem;
      box-shadow: 0 8px 25px rgba(249, 212, 35, 0.4);
      text-align: center;
    }

    .why-choose h2 {
      font-weight: 900;
      margin-bottom: 1.5rem;
      font-size: 2.2rem;
      letter-spacing: 1px;
    }

    .why-choose p {
      max-width: 750px;
      margin: 0 auto;
      font-size: 1.15rem;
      line-height: 1.6;
    }

    /* === Testimonial Slider === */
    .testimonial-section {
      max-width: 900px;
      margin: 0 auto 5rem;
    }

    .testimonial-slider {
      position: relative;
      overflow: hidden;
      border: 2px solid #0a2f52;
      border-radius: 15px;
      padding: 2rem 3rem;
      background: #fff;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .testimonial {
      display: none;
      font-style: italic;
      font-size: 1.1rem;
      color: #555;
      min-height: 130px;
    }

    .testimonial.active {
      display: block;
    }

    .testimonial .name {
      margin-top: 1rem;
      font-weight: 700;
      color: #0a2f52;
      font-size: 1rem;
    }

    .testimonial .country {
      font-weight: 500;
      color: #999;
      font-size: 0.9rem;
    }

    /* Slider buttons */
    .slider-controls {
      margin-top: 1.5rem;
      text-align: center;
    }

    .slider-controls button {
      background: #0a2f52;
      color: #f9d423;
      border: none;
      padding: 0.5rem 1rem;
      margin: 0 0.5rem;
      font-weight: 700;
      border-radius: 50px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .slider-controls button:hover {
      background-color: #f9d423;
      color: #0a2f52;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .hero-about h1 {
        font-size: 2rem;
        padding: 0 1rem;
      }
      .why-choose h2 {
        font-size: 1.8rem;
      }
      .why-choose p {
        font-size: 1rem;
      }
    }
/* ============================
   Base Styles
============================ */
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #fff;
}

/* ============================
   Header/Navbar
============================ */
header#header {
  background: #0a2f52;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1050;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
  max-height: 50px;
  width: auto;
  filter: brightness(100%);
  transition: filter 0.3s ease;
}

.navbar-toggler {
  border: none;
  font-size: 1.5rem;
  color: #fff;
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .active .nav-link {
  color: #f9d423;
}

/* Mobile back button (only on small screens) */
.mobile-back {
  display: none;
  color: #fff;
  font-weight: 700;
  padding: 1rem;
  cursor: pointer;
}

/* ============================
   Carousel
============================ */
#bannerCarousel {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 50px;
  overflow: hidden;
  z-index: 1;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  color: white;
  text-align: center;
  pointer-events: none;
  user-select: none;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
  z-index: 10;
  padding: 0 1rem;
}

.carousel-text-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  z-index: -1;
  border-radius: 8px;
}

.carousel-text-overlay h1 {
  font-size: 3rem;
  animation: fadeInDown 1s ease-out;
}

.carousel-text-overlay h2 {
  font-size: 1.75rem;
  margin-top: 1rem;
  text-transform: capitalize;
}

.carousel-text-overlay p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 1rem auto 0;
  text-transform: capitalize;
}

.carousel-text-overlay .exploreAll a {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.75rem 2rem;
  border: 2px solid white;
  border-radius: 50px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  pointer-events: auto;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.carousel-text-overlay .exploreAll a:hover,
.carousel-text-overlay .exploreAll a:focus {
  background-color: #f9d423;
  border-color: #f9d423;
  color: #0a2f52;
  outline: none;
}

/* Animation */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================
   Button Styles
============================ */
.btn-rihla {
  background-color: #f9d423;
  color: #0a2f52;
  border-radius: 50px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}

.btn-rihla:hover {
  background-color: #0a2f52;
  color: #f9d423;
  border: 2px solid #f9d423;
}

/* ============================
   Top Destinations Section
============================ */
#topDestinations {
  background-color: #f5f7fa;
}

.creativeHeader {
  color: #f9d423;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.holiday-Pack-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #0a2f52;
  line-height: 1.1;
  margin-bottom: 1rem;
}

/* ============================
   Holiday Pack Section
============================ */
.containerBG {
  background: #0a2f52;
  padding: 6rem 0;
  color: white;
  position: relative;
}

.wrap-holidayPack {
  max-width: 1140px;
  margin: 0 auto;
  min-height: 500px;
}

.holidayPackImage1,
.holidayPackImage2 {
  position: absolute;
  width: 250px;
  z-index: 2;
  transform: translate(-20%, 0);
}

.holidayPackImage2 {
  width: 300px;
  right: 0;
  bottom: 0;
  transform: translate(20%, 0);
}

.holidayPackImage1 img,
.holidayPackImage2 img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
}

.content-travelPack {
  position: relative;
  z-index: 10;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1rem;
}

.holiday-Pack-textContent {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ddd;
}

/* ============================
   Footer
============================ */
.site-footer {
  position: relative;
  background: #031d3e;
  color: white;
  overflow: visible;
  padding: 30px 0 20px;
}

.footer-video-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 8px;
}

.footer-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: brightness(0.6);
  border-radius: 8px;
}

.footer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 30, 0.5);
  z-index: 1;
  border-radius: 8px;
}

.footer-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-menu {
  list-style: none;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu li a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-menu li a:hover {
  color: #f9d423;
}

.footer-contact-col p {
  margin: 5px 0;
  font-size: 0.9rem;
}

.social-icons a {
  color: white;
  margin-right: 15px;
  font-size: 1.5rem;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #f9d423;
}

.footer-bottom {
  text-align: center;
  color: #aaa;
  font-size: 0.85rem;
  margin-top: 20px;
}

/* ============================
   Responsive Styles
============================ */
@media (max-width: 991.98px) {
  .navbardropdown > li > a.nav-link {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .holidayPackImage1,
  .holidayPackImage2 {
    display: none;
  }

  .carousel-text-overlay h1 {
    font-size: 2rem;
  }

  .carousel-text-overlay h2 {
    font-size: 1.2rem;
  }

  .carousel-text-overlay p {
    font-size: 1rem;
  }

  .mobile-back {
    display: block;
  }
}

@media (max-width: 768px) {
  .carousel-text-overlay {
    padding: 1rem;
  }

  .holiday-Pack-title {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .carousel-text-overlay h1 {
    font-size: 1.5rem;
  }

  .carousel-text-overlay h2 {
    font-size: 1rem;
  }

  .carousel-text-overlay p {
    font-size: 0.9rem;
  }

  .carousel-text-overlay .exploreAll a {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 991.98px) {
  .holidayPackImage1,
  .holidayPackImage2 {
    display: none;
  }
}
   /* ============================
       Base Styles
    ============================ */
    body {
      margin: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: #fff;
      color: #0a2f52;
    }

    /* ============================
       Header/Navbar
    ============================ */
    header#header {
      background: #0a2f52;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1050;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-brand img {
      max-height: 50px;
      width: auto;
      filter: brightness(100%);
      transition: filter 0.3s ease;
    }

    .navbar-toggler {
      border: none;
      font-size: 1.5rem;
      color: #fff;
    }

    .navbar-nav .nav-link {
      color: #fff;
      font-weight: 600;
      transition: color 0.3s ease;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .active .nav-link {
      color: #f9d423;
    }

    /* ============================
       Hero Section
    ============================ */
    .hero {
      padding: 100px 15px 40px;
      text-align: center;
      background: #f5f7fa;
      color: #0a2f52;
      font-weight: 700;
      font-size: 2.5rem;
      letter-spacing: 1px;
    }

    /* ============================
       Itinerary Section
    ============================ */
    .itinerary-section {
      max-width: 900px;
      margin: 2rem auto 4rem;
      padding: 0 15px;
    }

    .day-box {
      display: flex;
      gap: 20px;
      margin-bottom: 3rem;
      align-items: center;
      border-bottom: 1px solid #ddd;
      padding-bottom: 2rem;
    }

    .day-image img {
      width: 300px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      object-fit: cover;
    }

    .day-content h4 {
      font-weight: 700;
      color: #0a2f52;
      margin-bottom: 0.8rem;
    }

    .day-content p {
      font-size: 1.05rem;
      line-height: 1.5;
      color: #333;
    }

    /* ============================
       Button Style
    ============================ */
    .btn-back {
      display: inline-block;
      margin: 1rem 0 3rem;
      padding: 0.75rem 2.5rem;
      background-color: #f9d423;
      color: #0a2f52;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: background-color 0.3s ease, color 0.3s ease;
      box-shadow: 0 4px 10px rgba(249, 212, 35, 0.5);
    }

    .btn-back:hover,
    .btn-back:focus {
      background-color: #0a2f52;
      color: #f9d423;
      outline: none;
      box-shadow: 0 4px 15px rgba(10, 47, 82, 0.8);
    }

    /* ============================
       Footer
    ============================ */
    .site-footer {
      position: relative;
      background: #031d3e;
      color: white;
      overflow: visible;
      padding: 30px 0 20px;
    }

    .footer-video-bg {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      filter: brightness(0.6);
      border-radius: 8px;
      z-index: 0;
    }

    .footer-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 30, 0.5);
      z-index: 1;
      border-radius: 8px;
    }

    .footer-content {
      position: relative;
      z-index: 2;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .footer-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-menu {
      list-style: none;
      padding: 0;
    }

    .footer-menu li {
      margin-bottom: 10px;
    }

    .footer-menu li a {
      color: #ddd;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-menu li a:hover {
      color: #f9d423;
    }

    .footer-contact-col p,
    address {
      margin: 5px 0;
      font-size: 0.9rem;
      line-height: 1.4;
    }

    .social-icons a {
      color: white;
      margin-right: 15px;
      font-size: 1.5rem;
      transition: color 0.3s;
    }

    .social-icons a:hover {
      color: #f9d423;
    }

    .footer-bottom {
      text-align: center;
      color: #aaa;
      font-size: 0.85rem;
      margin-top: 20px;
    }

    /* ============================
       Responsive Styles
    ============================ */
    @media (max-width: 991.98px) {
      .navbar-nav .nav-link {
        padding: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      }
    }

    @media (max-width: 768px) {
      .hero {
        font-size: 2rem;
        padding: 90px 15px 30px;
      }

      .day-box {
        flex-direction: column;
        align-items: flex-start;
      }

      .day-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
      }

      .btn-back {
        padding: 0.75rem 2rem;
        font-size: 1rem;
      }
    }

    @media (max-width: 576px) {
      .hero {
        font-size: 1.5rem;
        padding: 80px 10px 25px;
      }

      .day-content p {
        font-size: 1rem;
      }
    }
.day-image img {
  width: 355px;
  height: 266px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
 /* ============================
       Base Styles
    ============================ */
    body {
      margin: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: #fff;
      color: #0a2f52;
    }

    /* ============================
       Header/Navbar
    ============================ */
    header#header {
      background: #0a2f52;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1050;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-brand img {
      max-height: 50px;
      width: auto;
      filter: brightness(100%);
      transition: filter 0.3s ease;
    }

    .navbar-toggler {
      border: none;
      font-size: 1.5rem;
      color: #fff;
    }

    .navbar-nav .nav-link {
      color: #fff;
      font-weight: 600;
      transition: color 0.3s ease;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .active .nav-link {
      color: #f9d423;
    }

    /* ============================
       Hero Section
    ============================ */
    .hero {
      padding: 100px 15px 40px;
      text-align: center;
      background: #f5f7fa;
      color: #0a2f52;
      font-weight: 700;
      font-size: 2.5rem;
      letter-spacing: 1px;
    }

    /* ============================
       Itinerary Section
    ============================ */
    .itinerary-section {
      max-width: 900px;
      margin: 2rem auto 4rem;
      padding: 0 15px;
    }

    .day-box {
      display: flex;
      gap: 20px;
      margin-bottom: 3rem;
      align-items: center;
      border-bottom: 1px solid #ddd;
      padding-bottom: 2rem;
    }

    .day-image img {
      width: 300px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      object-fit: cover;
    }

    .day-content h4 {
      font-weight: 700;
      color: #0a2f52;
      margin-bottom: 0.8rem;
    }

    .day-content p {
      font-size: 1.05rem;
      line-height: 1.5;
      color: #333;
    }

    /* ============================
       Button Style
    ============================ */
    .btn-back {
      display: inline-block;
      margin: 1rem 0 3rem;
      padding: 0.75rem 2.5rem;
      background-color: #f9d423;
      color: #0a2f52;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: background-color 0.3s ease, color 0.3s ease;
      box-shadow: 0 4px 10px rgba(249, 212, 35, 0.5);
    }

    .btn-back:hover,
    .btn-back:focus {
      background-color: #0a2f52;
      color: #f9d423;
      outline: none;
      box-shadow: 0 4px 15px rgba(10, 47, 82, 0.8);
    }

    /* ============================
       Footer
    ============================ */
    .site-footer {
      position: relative;
      background: #031d3e;
      color: white;
      overflow: visible;
      padding: 30px 0 20px;
    }

    .footer-video-bg {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      filter: brightness(0.6);
      border-radius: 8px;
      z-index: 0;
    }

    .footer-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 30, 0.5);
      z-index: 1;
      border-radius: 8px;
    }

    .footer-content {
      position: relative;
      z-index: 2;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .footer-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-menu {
      list-style: none;
      padding: 0;
    }

    .footer-menu li {
      margin-bottom: 10px;
    }

    .footer-menu li a {
      color: #ddd;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-menu li a:hover {
      color: #f9d423;
    }

    .footer-contact-col p,
    address {
      margin: 5px 0;
      font-size: 0.9rem;
      line-height: 1.4;
    }

    .social-icons a {
      color: white;
      margin-right: 15px;
      font-size: 1.5rem;
      transition: color 0.3s;
    }

    .social-icons a:hover {
      color: #f9d423;
    }

    .footer-bottom {
      text-align: center;
      color: #aaa;
      font-size: 0.85rem;
      margin-top: 20px;
    }

    /* ============================
       Responsive Styles
    ============================ */
    @media (max-width: 991.98px) {
      .navbar-nav .nav-link {
        padding: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      }
    }

    @media (max-width: 768px) {
      .hero {
        font-size: 2rem;
        padding: 90px 15px 30px;
      }

      .day-box {
        flex-direction: column;
        align-items: flex-start;
      }

      .day-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
      }

      .btn-back {
        padding: 0.75rem 2rem;
        font-size: 1rem;
      }
    }

    @media (max-width: 576px) {
      .hero {
        font-size: 1.5rem;
        padding: 80px 10px 25px;
      }

      .day-content p {
        font-size: 1rem;
      }
    }
.day-image img {
  width: 355px;
  height: 266px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
   /* ============================
       Base Styles
    ============================ */
    body {
      margin: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: #fff;
      color: #0a2f52;
    }

    /* ============================
       Header/Navbar
    ============================ */
    header#header {
      background: #0a2f52;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1050;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-brand img {
      max-height: 50px;
      width: auto;
      filter: brightness(100%);
      transition: filter 0.3s ease;
    }

    .navbar-toggler {
      border: none;
      font-size: 1.5rem;
      color: #fff;
    }

    .navbar-nav .nav-link {
      color: #fff;
      font-weight: 600;
      transition: color 0.3s ease;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .active .nav-link {
      color: #f9d423;
    }

    /* ============================
       Hero Section
    ============================ */
    .hero {
      padding: 100px 15px 40px;
      text-align: center;
      background: #f5f7fa;
      color: #0a2f52;
      font-weight: 700;
      font-size: 2.5rem;
      letter-spacing: 1px;
    }

    /* ============================
       Itinerary Section
    ============================ */
    .itinerary-section {
      max-width: 900px;
      margin: 2rem auto 4rem;
      padding: 0 15px;
    }

    .day-box {
      display: flex;
      gap: 20px;
      margin-bottom: 3rem;
      align-items: center;
      border-bottom: 1px solid #ddd;
      padding-bottom: 2rem;
    }

    .day-image img {
      width: 300px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      object-fit: cover;
    }

    .day-content h4 {
      font-weight: 700;
      color: #0a2f52;
      margin-bottom: 0.8rem;
    }

    .day-content p {
      font-size: 1.05rem;
      line-height: 1.5;
      color: #333;
    }

    /* ============================
       Button Style
    ============================ */
    .btn-back {
      display: inline-block;
      margin: 1rem 0 3rem;
      padding: 0.75rem 2.5rem;
      background-color: #f9d423;
      color: #0a2f52;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: background-color 0.3s ease, color 0.3s ease;
      box-shadow: 0 4px 10px rgba(249, 212, 35, 0.5);
    }

    .btn-back:hover,
    .btn-back:focus {
      background-color: #0a2f52;
      color: #f9d423;
      outline: none;
      box-shadow: 0 4px 15px rgba(10, 47, 82, 0.8);
    }

    /* ============================
       Footer
    ============================ */
    .site-footer {
      position: relative;
      background: #031d3e;
      color: white;
      overflow: visible;
      padding: 30px 0 20px;
    }

    .footer-video-bg {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      filter: brightness(0.6);
      border-radius: 8px;
      z-index: 0;
    }

    .footer-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 30, 0.5);
      z-index: 1;
      border-radius: 8px;
    }

    .footer-content {
      position: relative;
      z-index: 2;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .footer-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-menu {
      list-style: none;
      padding: 0;
    }

    .footer-menu li {
      margin-bottom: 10px;
    }

    .footer-menu li a {
      color: #ddd;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-menu li a:hover {
      color: #f9d423;
    }

    .footer-contact-col p,
    address {
      margin: 5px 0;
      font-size: 0.9rem;
      line-height: 1.4;
    }

    .social-icons a {
      color: white;
      margin-right: 15px;
      font-size: 1.5rem;
      transition: color 0.3s;
    }

    .social-icons a:hover {
      color: #f9d423;
    }

    .footer-bottom {
      text-align: center;
      color: #aaa;
      font-size: 0.85rem;
      margin-top: 20px;
    }

    /* ============================
       Responsive Styles
    ============================ */
    @media (max-width: 991.98px) {
      .navbar-nav .nav-link {
        padding: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      }
    }

    @media (max-width: 768px) {
      .hero {
        font-size: 2rem;
        padding: 90px 15px 30px;
      }

      .day-box {
        flex-direction: column;
        align-items: flex-start;
      }

      .day-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
      }

      .btn-back {
        padding: 0.75rem 2rem;
        font-size: 1rem;
      }
    }

    @media (max-width: 576px) {
      .hero {
        font-size: 1.5rem;
        padding: 80px 10px 25px;
      }

      .day-content p {
        font-size: 1rem;
      }
    }
.day-image img {
  width: 355px;
  height: 266px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
 /* ============================
       Base Styles
    ============================ */
    body {
      margin: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: #fff;
      color: #0a2f52;
    }

    /* ============================
       Header/Navbar
    ============================ */
    header#header {
      background: #0a2f52;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1050;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-brand img {
      max-height: 50px;
      width: auto;
      filter: brightness(100%);
      transition: filter 0.3s ease;
    }

    .navbar-toggler {
      border: none;
      font-size: 1.5rem;
      color: #fff;
    }

    .navbar-nav .nav-link {
      color: #fff;
      font-weight: 600;
      transition: color 0.3s ease;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .active .nav-link {
      color: #f9d423;
    }

    /* ============================
       Hero Section
    ============================ */
    .hero {
      padding: 100px 15px 40px;
      text-align: center;
      background: #f5f7fa;
      color: #0a2f52;
      font-weight: 700;
      font-size: 2.5rem;
      letter-spacing: 1px;
    }

    /* ============================
       Itinerary Section
    ============================ */
    .itinerary-section {
      max-width: 900px;
      margin: 2rem auto 4rem;
      padding: 0 15px;
    }

    .day-box {
      display: flex;
      gap: 20px;
      margin-bottom: 3rem;
      align-items: center;
      border-bottom: 1px solid #ddd;
      padding-bottom: 2rem;
    }

    .day-image img {
      width: 300px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      object-fit: cover;
    }

    .day-content h4 {
      font-weight: 700;
      color: #0a2f52;
      margin-bottom: 0.8rem;
    }

    .day-content p {
      font-size: 1.05rem;
      line-height: 1.5;
      color: #333;
    }

    /* ============================
       Button Style
    ============================ */
    .btn-back {
      display: inline-block;
      margin: 1rem 0 3rem;
      padding: 0.75rem 2.5rem;
      background-color: #f9d423;
      color: #0a2f52;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: background-color 0.3s ease, color 0.3s ease;
      box-shadow: 0 4px 10px rgba(249, 212, 35, 0.5);
    }

    .btn-back:hover,
    .btn-back:focus {
      background-color: #0a2f52;
      color: #f9d423;
      outline: none;
      box-shadow: 0 4px 15px rgba(10, 47, 82, 0.8);
    }

    /* ============================
       Footer
    ============================ */
    .site-footer {
      position: relative;
      background: #031d3e;
      color: white;
      overflow: visible;
      padding: 30px 0 20px;
    }

    .footer-video-bg {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      filter: brightness(0.6);
      border-radius: 8px;
      z-index: 0;
    }

    .footer-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 30, 0.5);
      z-index: 1;
      border-radius: 8px;
    }

    .footer-content {
      position: relative;
      z-index: 2;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .footer-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-menu {
      list-style: none;
      padding: 0;
    }

    .footer-menu li {
      margin-bottom: 10px;
    }

    .footer-menu li a {
      color: #ddd;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-menu li a:hover {
      color: #f9d423;
    }

    .footer-contact-col p,
    address {
      margin: 5px 0;
      font-size: 0.9rem;
      line-height: 1.4;
    }

    .social-icons a {
      color: white;
      margin-right: 15px;
      font-size: 1.5rem;
      transition: color 0.3s;
    }

    .social-icons a:hover {
      color: #f9d423;
    }

    .footer-bottom {
      text-align: center;
      color: #aaa;
      font-size: 0.85rem;
      margin-top: 20px;
    }

    /* ============================
       Responsive Styles
    ============================ */
    @media (max-width: 991.98px) {
      .navbar-nav .nav-link {
        padding: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      }
    }

    @media (max-width: 768px) {
      .hero {
        font-size: 2rem;
        padding: 90px 15px 30px;
      }

      .day-box {
        flex-direction: column;
        align-items: flex-start;
      }

      .day-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
      }

      .btn-back {
        padding: 0.75rem 2rem;
        font-size: 1rem;
      }
    }

    @media (max-width: 576px) {
      .hero {
        font-size: 1.5rem;
        padding: 80px 10px 25px;
      }

      .day-content p {
        font-size: 1rem;
      }
    }
.day-image img {
  width: 355px;
  height: 266px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
   /* ============================
       Base Styles
    ============================ */
    body {
      margin: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: #fff;
      color: #0a2f52;
    }

    /* ============================
       Header/Navbar
    ============================ */
    header#header {
      background: #0a2f52;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1050;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-brand img {
      max-height: 50px;
      width: auto;
      filter: brightness(100%);
      transition: filter 0.3s ease;
    }

    .navbar-toggler {
      border: none;
      font-size: 1.5rem;
      color: #fff;
    }

    .navbar-nav .nav-link {
      color: #fff;
      font-weight: 600;
      transition: color 0.3s ease;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .active .nav-link {
      color: #f9d423;
    }

    /* ============================
       Hero Section
    ============================ */
    .hero {
      padding: 100px 15px 40px;
      text-align: center;
      background: #f5f7fa;
      color: #0a2f52;
      font-weight: 700;
      font-size: 2.5rem;
      letter-spacing: 1px;
    }

    /* ============================
       Itinerary Section
    ============================ */
    .itinerary-section {
      max-width: 900px;
      margin: 2rem auto 4rem;
      padding: 0 15px;
    }

    .day-box {
      display: flex;
      gap: 20px;
      margin-bottom: 3rem;
      align-items: center;
      border-bottom: 1px solid #ddd;
      padding-bottom: 2rem;
    }

    .day-image img {
      width: 300px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      object-fit: cover;
    }

    .day-content h4 {
      font-weight: 700;
      color: #0a2f52;
      margin-bottom: 0.8rem;
    }

    .day-content p {
      font-size: 1.05rem;
      line-height: 1.5;
      color: #333;
    }

    /* ============================
       Button Style
    ============================ */
    .btn-back {
      display: inline-block;
      margin: 1rem 0 3rem;
      padding: 0.75rem 2.5rem;
      background-color: #f9d423;
      color: #0a2f52;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: background-color 0.3s ease, color 0.3s ease;
      box-shadow: 0 4px 10px rgba(249, 212, 35, 0.5);
    }

    .btn-back:hover,
    .btn-back:focus {
      background-color: #0a2f52;
      color: #f9d423;
      outline: none;
      box-shadow: 0 4px 15px rgba(10, 47, 82, 0.8);
    }

    /* ============================
       Footer
    ============================ */
    .site-footer {
      position: relative;
      background: #031d3e;
      color: white;
      overflow: visible;
      padding: 30px 0 20px;
    }

    .footer-video-bg {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      filter: brightness(0.6);
      border-radius: 8px;
      z-index: 0;
    }

    .footer-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 30, 0.5);
      z-index: 1;
      border-radius: 8px;
    }

    .footer-content {
      position: relative;
      z-index: 2;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .footer-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-menu {
      list-style: none;
      padding: 0;
    }

    .footer-menu li {
      margin-bottom: 10px;
    }

    .footer-menu li a {
      color: #ddd;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-menu li a:hover {
      color: #f9d423;
    }

    .footer-contact-col p,
    address {
      margin: 5px 0;
      font-size: 0.9rem;
      line-height: 1.4;
    }

    .social-icons a {
      color: white;
      margin-right: 15px;
      font-size: 1.5rem;
      transition: color 0.3s;
    }

    .social-icons a:hover {
      color: #f9d423;
    }

    .footer-bottom {
      text-align: center;
      color: #aaa;
      font-size: 0.85rem;
      margin-top: 20px;
    }

    /* ============================
       Responsive Styles
    ============================ */
    @media (max-width: 991.98px) {
      .navbar-nav .nav-link {
        padding: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      }
    }

    @media (max-width: 768px) {
      .hero {
        font-size: 2rem;
        padding: 90px 15px 30px;
      }

      .day-box {
        flex-direction: column;
        align-items: flex-start;
      }

      .day-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
      }

      .btn-back {
        padding: 0.75rem 2rem;
        font-size: 1rem;
      }
    }

    @media (max-width: 576px) {
      .hero {
        font-size: 1.5rem;
        padding: 80px 10px 25px;
      }

      .day-content p {
        font-size: 1rem;
      }
    }
.day-image img {
  width: 355px;
  height: 266px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
    /* ============================
       Base Styles
    ============================ */
    body {
      margin: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: #fff;
      color: #0a2f52;
    }

    /* ============================
       Header/Navbar
    ============================ */
    header#header {
      background: #0a2f52;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1050;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-brand img {
      max-height: 50px;
      width: auto;
      filter: brightness(100%);
      transition: filter 0.3s ease;
    }

    .navbar-toggler {
      border: none;
      font-size: 1.5rem;
      color: #fff;
    }

    .navbar-nav .nav-link {
      color: #fff;
      font-weight: 600;
      transition: color 0.3s ease;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .active .nav-link {
      color: #f9d423;
    }

    /* ============================
       Hero Section
    ============================ */
    .hero {
      padding: 100px 15px 40px;
      text-align: center;
      background: #f5f7fa;
      color: #0a2f52;
      font-weight: 700;
      font-size: 2.5rem;
      letter-spacing: 1px;
    }

    /* ============================
       Itinerary Section
    ============================ */
    .itinerary-section {
      max-width: 900px;
      margin: 2rem auto 4rem;
      padding: 0 15px;
    }

    .day-box {
      display: flex;
      gap: 20px;
      margin-bottom: 3rem;
      align-items: center;
      border-bottom: 1px solid #ddd;
      padding-bottom: 2rem;
    }

    .day-image img {
      width: 300px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      object-fit: cover;
    }

    .day-content h4 {
      font-weight: 700;
      color: #0a2f52;
      margin-bottom: 0.8rem;
    }

    .day-content p {
      font-size: 1.05rem;
      line-height: 1.5;
      color: #333;
    }

    /* ============================
       Button Style
    ============================ */
    .btn-back {
      display: inline-block;
      margin: 1rem 0 3rem;
      padding: 0.75rem 2.5rem;
      background-color: #f9d423;
      color: #0a2f52;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: background-color 0.3s ease, color 0.3s ease;
      box-shadow: 0 4px 10px rgba(249, 212, 35, 0.5);
    }

    .btn-back:hover,
    .btn-back:focus {
      background-color: #0a2f52;
      color: #f9d423;
      outline: none;
      box-shadow: 0 4px 15px rgba(10, 47, 82, 0.8);
    }

    /* ============================
       Footer
    ============================ */
    .site-footer {
      position: relative;
      background: #031d3e;
      color: white;
      overflow: visible;
      padding: 30px 0 20px;
    }

    .footer-video-bg {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      filter: brightness(0.6);
      border-radius: 8px;
      z-index: 0;
    }

    .footer-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 30, 0.5);
      z-index: 1;
      border-radius: 8px;
    }

    .footer-content {
      position: relative;
      z-index: 2;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .footer-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-menu {
      list-style: none;
      padding: 0;
    }

    .footer-menu li {
      margin-bottom: 10px;
    }

    .footer-menu li a {
      color: #ddd;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-menu li a:hover {
      color: #f9d423;
    }

    .footer-contact-col p,
    address {
      margin: 5px 0;
      font-size: 0.9rem;
      line-height: 1.4;
    }

    .social-icons a {
      color: white;
      margin-right: 15px;
      font-size: 1.5rem;
      transition: color 0.3s;
    }

    .social-icons a:hover {
      color: #f9d423;
    }

    .footer-bottom {
      text-align: center;
      color: #aaa;
      font-size: 0.85rem;
      margin-top: 20px;
    }

    /* ============================
       Responsive Styles
    ============================ */
    @media (max-width: 991.98px) {
      .navbar-nav .nav-link {
        padding: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      }
    }

    @media (max-width: 768px) {
      .hero {
        font-size: 2rem;
        padding: 90px 15px 30px;
      }

      .day-box {
        flex-direction: column;
        align-items: flex-start;
      }

      .day-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
      }

      .btn-back {
        padding: 0.75rem 2rem;
        font-size: 1rem;
      }
    }

    @media (max-width: 576px) {
      .hero {
        font-size: 1.5rem;
        padding: 80px 10px 25px;
      }

      .day-content p {
        font-size: 1rem;
      }
    }
.day-image img {
  width: 355px;
  height: 266px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
/* Floating translate bar at bottom-left */
.translate-floating-left {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1050; /* Above most elements */
  background-color: #007bff; /* Bootstrap primary blue - adjust to your theme */
  border-radius: 50px;
  padding: 6px 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: white;
  user-select: none;
  transition: background-color 0.3s ease;
}

/* On hover */
.translate-floating-left:hover {
  background-color: #0056b3;
}

/* Hide Google branding text */
.goog-logo-link {
  display: none !important;
}

/* Make dropdown background white and text black for readability */
.goog-te-combo {
  background-color: white !important;
  color: black !important;
  border-radius: 20px !important;
  border: none !important;
  padding: 2px 10px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  outline: none !important;
}

/* Adjust the wrapper div that Google Translate adds */
#google_translate_element > div {
  padding: 0;
  margin: 0;
}

/* Align the translate combo inside the floating div */
.translate-floating-left select.goog-te-combo {
  margin-left: 8px;
}
