        /* Import Plus Jakarta Sans from Google Fonts */
    @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@700&display=swap');

    @import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700;800&display=swap');

    .navbar-nav {
      margin: 0 auto;
      background-color: #ffffff;
    }

    /* .navbar {
      padding: 0.4rem 0.4rem;
    } */


    .navbar-nav .nav-link {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight: 700;
      font-size: 15px;
      line-height: 26px;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      color: #004AAD;
    }

    .btn-contact {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 180px;
      height: 50px;
      padding: 20px 30px;
      border-radius: 150px;
      background-color: #FF9903;
      color: #fff;
      font-weight: 600;
      text-decoration: none;
      gap: 10px;
      position: absolute;
      top: 15px;
      left: 1211px;
      /* Adjust if needed for responsiveness */
      transition: background 0.3s ease;
    }

    .btn-contact:hover {
      background-color: #004ABA;
      color: #fff;
    }

    .banner img {
      height: auto;
      width: 100%;
      display: block;
      object-fit: cover;
      
    }

     .slider-banner {
    background-image: url('../banner/slider-main-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 20px 0px;
    margin: 20px auto;
    border-radius: 30px;
    max-width: 1350px;
    
  }

  /* Responsive margin and radius */
  @media (min-width: 992px) {
    .slider-banner {
      padding-top: 60px;
      /* margin: 60px; */
      border-radius: 50px;
    }
  }

.custom-indicators {
  bottom: 20px; /* adjust spacing from bottom of image */
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 10;
 margin-left: -50px !important;
}

.custom-indicators button {
  width: 20px;
  height: 5px;
  border: none;
  /* border-radius: 50%; */
  background-color: #fff !important;
  opacity: 0.5;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* .custom-indicators button.active {
  opacity: 1;
  background-color: #ff9903 !important;
} */


  /* Make carousel images responsive */
  .custom-inner  img {
        width: 70%;
    height: auto;
    border-radius: 12px;
    margin-left: 53px;
    margin-bottom: -10px;
  }

  /* Text styling */
  .slider-banner p {
    font-size: 1.1rem;
    color: #222;
    line-height: 1.5;
  }

  /* Layout tweaks for small devices */
  @media (max-width: 991.98px) {
    .slider-banner {
      padding: 30px 15px 15px;
      margin: 20px 10px;
      border-radius: 25px;
    }

    .slider-banner .row {
      flex-direction: column;
      text-align: center;
    }

    .slider-banner .col-lg-5,
    .slider-banner .col-lg-6 {
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 30px;
    }

    .slider-banner p {
      font-size: 1rem;
      margin-bottom: 15px;
    }

    .custom-indicators button {
      width: 10px;
      height: 10px;
    }
  }




    /* Right side sliding menu on mobile */
    @media (max-width: 991.98px) {
      .mobile-menu-right {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 100%;
        background-color: #fff;
        padding: 2rem 1rem;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 1050;
      }

      .mobile-menu-right.show {
        transform: translateX(0);
      }

      /* Stack nav items vertically with spacing */
      .mobile-menu-right .navbar-nav {
        flex-direction: column;
        /* gap: 1rem; */
      }

      /* Ensure toggler is aligned right */
      .navbar-toggler {
        margin-left: auto;
      }

      /* Close button inside the menu */
      .mobile-menu-right .btn-close {
        margin-left: auto;
        margin-bottom: 1.5rem;
        display: block;

      }
    }

    .parent-container {
      position: relative;
      overflow: visible;
      /* Allow the overlay to overflow */
    }

    @media (max-width: 576px) {
      .parent-container {
        margin-bottom: 160px !important;
      }
    }

    .overlay-card {
      position: absolute;
      bottom: -105px;
      left: 48px;
      right: auto;
      background: #ffffff;
      color: #0c85b1;
      border-radius: 0.9rem 0 0 0.9rem;
      transition: background 0.3s ease;
      width: 375px;
      height: auto;
      z-index: 10;
      padding: 20px 20px 20px 60px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .overlay-title {
      color: #004AAD;
      font-size: 18px;
      font-weight: bold;
    }

    .overlay-content {
      color: #6C4000;
      font-size: 16px;

    }

    .overlay-link {
      color: #004AAD;
      font-size: 20px;
      font-weight: 500;
      text-decoration: none;

    }

    @media (max-width: 576px) {
      .overlay-link {
        font-size: 14px;
      }
    }


    @media (max-width: 576px) {
      .overlay-card {
        left: 19px;
        width: calc(100% - 30px);
        padding-left: 20px;
        bottom: -145px;
      }
    }

    @media (max-width: 576px) {
      .mobile-title {
        font-size: 28px !important;
      }
    }

    .Powered-card {
      font-family: 'League Spartan', sans-serif;

    }

    .Powered-title {
      font-weight: 600;
      font-size: 24px;
      color: #004AAD;
      font-family: 'League Spartan', sans-serif;
    }

    .Powered-content {
      font-size: 16px;
      color: #000000;
      font-family: 'League Spartan', sans-serif;
    }

    .half-bg-row::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: #004AAD;
      /* change to your desired color */
      z-index: 0;
    }

    .half-bg-section {
      position: relative;
      background: linear-gradient(to bottom, #004AAD 0%, #004AAD 50%, #FF9903 50%, #FF9903 100%);
      z-index: 1;
      padding: -10px;
    }

    @media (max-width: 991.98px) {
      .half-bg-section {
        background: transparent;
      }
    }

    .promo-panel {
      height: 400px;
      background-size: cover;
      background-position: center;
    }

    .promo-panel .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      /* subtle dark overlay */
      padding: 1rem;
    }

    .promo-label {
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 0.5rem;
      text-transform: uppercase;
    }

    .bg-image-section {
      background-image: url('../card-img/enquiry-section.png');
      /* replace with your path */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;

      position: relative;
      color: #fff;
      /* Optional: to ensure text is visible */


    }

    .text-warning-custom {
      color: #FF9903 !important;
    }

    .custom-input-group {
      position: relative;
      margin-bottom: 1rem;
      /* space between inputs */
    }

    .custom-input-group input.form-control {
      padding-left: 40px;
      /* space for icon */
      background-color: #fff;
      border: none;
      border-radius: 0.375rem;
      /* same as Bootstrap default */

      height: 60px;
      transition: box-shadow 0.3s ease;
      border: none;
    }

    .custom-input-group input.form-control:focus {
      outline: none;
      box-shadow: 0 0 8px #ff9903;
      /* orange glow on focus */
    }

    .custom-input-group .input-icon {
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%);
      color: #908582;
      font-size: 18px;
      pointer-events: none;
      /* allow clicking through icon */
    }

    .footer {
      background-color: #fff;
      border-top: 1px solid #eee;
      font-family: 'Segoe UI', sans-serif;
      padding-top: 40px;
      padding-bottom: 20px;
    }

    .footer h6 {
      color: #F7931E;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .footer a {
      color: #003878;
      text-decoration: none;
      display: block;
      margin-bottom: 8px;
      font-size: 15px;
    }

    .footer a:hover {
      text-decoration: underline;
    }

    .footer .social-icons a {
      margin: 0 8px;
      color: #003878;
      font-size: 18px;
    }

    .footer .bottom-bar {
      border-top: 1px solid #eee;
      margin-top: 30px;
      padding-top: 10px;
      font-size: 14px;
      color: #777;
    }

    .navbar-toggler {
      border: none;
      background: transparent;
      padding: 10px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 35px;
      width: 50px;
      outline: none;

    }

    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggler:active {
      border: none;
      outline: none;
      box-shadow: none;
    }


    .line {
      height: 3px;
      background-color: #FF9900;
      border-radius: 2px;
      animation: shrinkExpand 2s infinite ease-in-out;
      width: 100%;
    }

    @keyframes shrinkExpand {
      0% {
        transform: scaleX(1);
      }

      25% {
        transform: scaleX(1.3);
      }

      50% {
        transform: scaleX(0.8);
      }

      75% {
        transform: scaleX(1.1);
      }

      100% {
        transform: scaleX(1);
      }
    }

    .line:nth-child(1) {
      animation-delay: 0s;
    }

    .line:nth-child(2) {
      animation-delay: 0.2s;
    }

    .line:nth-child(3) {
      animation-delay: 0.4s;
    }

    .carousel-indicators {
      position: absolute;
      right: 0;
      bottom: -50px;
      left: 0;
      z-index: 2;
      display: flex;
      justify-content: center;
      padding: 0;
      margin-right: 15%;
      margin-bottom: 1rem;
      margin-left: 15%;
    }

    .carousel-indicators [data-bs-target] {
      background-color: #004ABA;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      opacity: 0.6;
    }

    .carousel-indicators .active {
      background-color: #FF9900;
      opacity: 1;
    }


    @media (max-width: 576px) {
      .highlights-mobile-content {
        font-size: 19px !important;
      }
    }

    @media (min-width: 992px) {
      .navbar-nav .nav-link {
        position: relative;
        display: inline-block;
        padding-bottom: 4px;
        color: #004AAD;
        text-decoration: none;
      }

      .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 0;
        background-color: #ff9903;
        /* Border color */
        transition: width 0.3s ease;
      }

      .navbar-nav .nav-link:hover::after {
        width: 100%;
      }
    }

     .travel-services li {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }

  .brand-logo{
   width: 60%;
   height: auto;
   object-fit: contain;
  }

