:root {
  --bs-body-font-size: .9rem; /* Default is 1rem = 16px, adjust as needed */
}
body {
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  html, body {
    overflow-x: hidden !important;
  }
}



    body, html {
      margin: 0;
      padding: 0;
      font-family: 'Mona Sans', sans-serif;
    }
    
    .small, small {
      font-size: .775em;
    }
.dropdown-toggle::after {
margin-left: 0.5em;
}



    .video-slide video {
      width: 100%;
      height: 100vh;
      object-fit: cover;
    }

    .image-slide {
      height: 100vh;
      background-size: cover;
      background-position: center;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.5));
      z-index: 1;
    }

    .carousel-caption {
      z-index: 2;
      bottom: 140px; /* Push caption above icons */
    }
    
    .fixed-icon-bar {
  bottom: 40px;
  z-index: 3;
}

/* Default (desktop) */
.icon-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: white;
  text-align: center;
  padding: 20px 12px;
  font-weight: 100;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  width: 140px;
  height: 140px;
  font-size: 14px;
  line-height: 1.3;
}

.icon-img {
  height: 40px;
  margin-bottom: 8px;
}

.icon-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(255, 255, 255, 0.1);
}

/* Mobile only */
@media (max-width: 767.98px) {
  .icon-card {
    width: 100px;
    height: 100px;
    font-size: 12px;
    padding: 12px 6px;
  }

  .icon-img {
    height: 30px;
    margin-bottom: 4px;
  }
}




    .quick-contact {
      position: fixed;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #003366;
      color: #fff;
      padding: 10px 15px;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      font-weight: bold;
      z-index: 10;
    }

    .navbar .nav-link {
      color: #fff !important;
      margin-right: 1rem;
    }

    .navbar .btn {
      font-weight: 600;
    }
    .navbar .btn.enquiry {
  font-size: 14px;
}
    .card img {
  height: 220px;
  object-fit: cover;
}

.card h5 {
  font-size: 1.1rem;
}

.card .bi {
  margin-right: 4px;
}

    .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.feature-box {
  background-color: #fff;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  font-weight: 500;
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
  background-color: #fdfaf4;
  cursor: pointer;
}

.partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.section-home-partners .partner-card {
  width: 130px;
  height: 130px;
}

.partner-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.trip-cta {
  overflow: hidden;
}

.object-fit-cover {
  object-fit: cover;
}

.btn.hover-glow:hover {
  box-shadow: 0 0 15px rgba(255, 193, 7, 0.7);
  transform: translateY(-3px);
  transition: all 0.3s ease;
}

.btn.hover-outline:hover {
  background-color: #f8f9fa;
  border: 1px solid #ccc;
  transform: translateY(-3px);
  transition: all 0.3s ease;
}

#quick-contact {
  position: fixed;
  top: 50%;
  right: -8px !important;
  transform: translateY(-50%);
  z-index: 1050;
  display: flex;
  align-items: center;
}

#contact-toggle {
  background-color: #003366;
  color: #fff;
  padding: 10px 12px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}

#contact-panel {
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 15px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  display: none;
  flex-direction: column;
  gap: 12px;
  width: 180px;
}

#quick-contact.open #contact-panel {
  display: flex !important;
}

#mobileMenu {
    height: 100vh;
}



    @media (max-width: 768px) {
  .carousel-caption {
    bottom: 200px; /* More space for mobile */
  }
}
@media (min-width: 992px) {
  .btn {
    padding: 10px 30px;
    font-weight: 600;
  }
}

.btn-third {
    background-color: #00ACF6;
  color: white;
  font-size: small;
  font-weight: 100;
  padding:5px;
}
.text-primary {
  color: #00ACF6 !important;
}
.section-bg-image {
  background-image: url('../images/orange-bg.jpg'); /* Update with your actual image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll; /* Use `fixed` if you want parallax */
}
.tour-card {
  border: 1px solid #00AEEF; /* Updated blue */
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 174, 239, 0.2); /* Blue shadow */
  overflow: hidden;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 1rem 0;
  list-style: none;
}

.pagination li a {
  display: inline-block;
  padding: 6px 12px;
  font-size: 16px;
  color: #444;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.pagination li.active a {
  background-color: #212121;
  color: white;
  font-weight: 600;
}

.pagination li.disabled a {
  color: #bbb;
  pointer-events: none;
}

.pagination li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.breadcrumb a {
  color: #00A8FF; /* or your blue */
  text-decoration: none;
  position: relative;
  font-weight: 600;
}

.breadcrumb a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #00A8FF;
  transition: 0.3s;
}

.breadcrumb a:hover::after {
  background-color: #007acc; /* optional hover effect */
}
.badge {
  font-size: 0.85rem;
  font-weight: 500;
}
.bg-light-subtle {
  background: #fcfcfd;
}
.itinerary-tag {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1rem;
  text-align: center;
  width: 120px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  font-size: 0.875rem;
}
.accordion-button {
  padding: 1rem 1.5rem;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.visa-form-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  max-width: 340px;
  margin-left: auto;
}

.visa-form-box .form-control {
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
}

.visa-form-box .btn-primary {
  background-color: #005983;
  border: none;
  font-size: 15px;
}
.section-bg-orange {
  background: linear-gradient(rgba(255, 228, 181, 0.6), rgba(255, 165, 0, 0.4)), url('../assets/images/visa-bg.jpg') center center / cover no-repeat;
}
.bg-light-country {
  background-color: #f7f6fc; /* soft gray-lavender background */
}

.country-card {
  position: relative;
  width: 180px;
  height: 240px; /* NEW: set fixed height */
  flex-shrink: 0;
  cursor: pointer;
  transition: transform 0.3s ease;
  overflow: hidden; /* NEW: ensures image doesn't overflow */
  border-radius: 16px; /* Ensure image and container match */
}

.country-card:hover {
  transform: translateY(-5px);
}

.country-card img {
  width: 100%;
  height: 100%; /* NEW: fill the height */
  object-fit: cover; /* NEW: scale image to fill without stretching */
  display: block;
  border-radius: 16px;
}

.country-name {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.faq-icon {
  width: 36px;
  height: 36px;
  border-radius: 0.5rem;
  background-color: #002855 !important;
  color: #fff;
  border: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

.faq-card.active .faq-body {
  max-height: 300px;
  opacity: 1;
}

.faq-card .icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.faq-card.active .icon {
  transform: rotate(180deg);
  content: "-";
}
.faq-header h6 {
  color: #000 !important; /* make title text black */
}
.mice-card img {
  transition: transform 0.4s ease;
}
.mice-card:hover img {
  transform: scale(1.05);
}

.mice-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mice-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.navbar.page-inner .nav-link {
  color: #000 !important;
}
.video-slide,
.image-slide {
  height: 80vh;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}
.video-slide video,
.image-slide::before {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-caption {
  top: 45%;
  transform: translateY(-50%);
  bottom: auto !important;
}
.dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 8px 0;
  font-size: 12px;
  min-width: 220px;
}

.dropdown-menu .dropdown-item {
  padding: 10px 20px;
  color: #333;
  transition: background 0.2s ease, color 0.2s ease;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f7f7f7;
  color: #000;
  border-left: 3px solid #ffc107;
}
.dropdown-menu .dropdown-item:last-child {
  border-top: 1px solid #eee;
  margin-top: 5px;
  font-weight: 600;
}
.dropdown-menu > li:last-child > .dropdown-item.yellow {
  color: #ffc107 !important; /* Use your brand yellow */
  font-weight: 600;
}
.faded-icon {
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .video-slide,
  .image-slide {
    height: 100vh;
  }
}
@media (max-width: 800px) {
  .video-slide,
  .image-slide {
    height: 100vh;
  }
}
a {
  color: inherit;
  text-decoration:unset;
}
.bg-primary, .btn-primary {
  background-color: #003366 !important;
}
.page-packages .btn {
    padding:10px;
}
@media (max-width: 767.98px) {
  .page-hero-image .img-wrapper {
    height: 320px;         /* Crop height */
    overflow: hidden;
  }
  .page-hero-image img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
  }
  .border-custom {
      border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .pt-custom-0 {
      padding-top:0 !important;
  }
}
.offcanvas-backdrop.blurred {
      backdrop-filter: blur(6px);
      background-color: rgba(0, 0, 0, 0.6) !important;
    }

    .offcanvas-bottom {
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem;
      transition: transform 0.4s ease-in-out;
    }

    @media (min-width: 768px) {
      #mobileMenu {
        display: none !important;
      }
    }

    #mobileMenu .offcanvas-body {
      min-height: 80vh;
    }

.accordion-button:not(.collapsed) {
    box-shadow:inherit;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
.left-image {
  height: 600px; /* adjust height as needed */
  width: 100%;
  object-fit: cover;
  border-radius: 1rem; /* keep your rounded corners */
}

@media (max-width: 768px) {
  .left-image {
    height: 220px; /* smaller height for mobile */
  }
}
.blog-card {
      background-color: white;
      border-radius: 16px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      padding: 2rem;
    }
    .blog-tags span {
      background: #eef2ff;
      color: #3730a3;
      font-size: 14px;
      padding: 5px 10px;
      border-radius: 20px;
      margin-right: 5px;
    }
    .author-img {
      width: 36px;
      height: 36px;
      object-fit: cover;
    }
    .recent-posts .post-item {
      display: flex;
      gap: 12px;
      margin-bottom: 16px;
      align-items: center;
    }
    .recent-posts img {
      width: 70px;
      height: 70px;
      object-fit: cover;
      border-radius: 10px;
    }
    
.animated-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.animated-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
  .promotions-section-alt {
    background: #FFBA00;
    padding: 40px 20px;
  }
  .promo-container {
    max-width: 1200px;
    margin: auto;
    color: #000;
  }
  .promo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .promo-header h2 {
    font-size: 2rem;
    font-weight: 700;
  }
  .promo-btn-explore {
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: background 0.3s;
  }
  .promo-btn-explore:hover {
    background: #000;
    color: #fff;
  }
  .promo-items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .promo-item {
    flex: 1 1 calc(33.333% - 20px);
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    background: #fff;
    cursor: pointer;
  }
  .promo-item:hover {
    transform: scale(1.05);
  }
  .promo-item img {
    width: 100%;
    display: block;
  }
  .promo-caption {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    background-color: rgba(255,255,255,0.9);
  }
  @media (max-width: 768px) {
    .promo-item {
      flex: 1 1 100%;
    }
  }
  
  .package-thumbnail {
  height: 500px;
}

/* Mobile styles */
@media (max-width: 768px) {
  .package-thumbnail {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .tour-card {
    height: 200px;
  }
}
