:root {
    --primary-color: #00278f;
    --secondary-color: #ebab00;
    --tertiary-color: #f5f5f5;
    --primary-font-color: #525252;
    --heading-font-color: #171717;
    --blue-font-color: #00278f;
    /* Your blue color */
    --logo-font: #00278f;
    --grey-bg: #f0f0f0;
    --primary-font: "Onest", sans-serif;
    --secondary-font: "Arial", sans-serif;
    --featured-color: #285ff5;
    --border-bg: #525252;
        --footer-top-bg: #0f55c7;      /* footer TOP color */
    --footer-bottom-bg: #ebab00;   /* footer BOTTOM color */

}
.glass-card.gradient-card {
  padding: 1.5rem;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    #4f7df3 0%,
    #2f5fe0 55%,
    var(--primary-color)
  );
  color: #ffffff; /* default text white */
}

/* Labels slightly softer */
.glass-label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
}

/* Values strong white */
.glass-value {
  color: #ffffff;
  font-weight: 600;
}

/* Icons use secondary color */
.icon i {
  color: var(--secondary-color); /* #ebab00 */
  font-size: 1.1rem;
}

/* Icon container */
.icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Links keep white */
.link-item {
  color: #ffffff;
  text-decoration: none;
}

.link-item:hover {
  text-decoration: underline;
}


.whatsapp-float {
    position: fixed;
    width: 56px;
    height: 56px;
    bottom: 22px;
    right: 22px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    z-index: 2147483647; /* MAX safe z-index */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 6px 16px rgba(0,0,0,.25);
    transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 22px rgba(0,0,0,.35);
    color: #fff;
}
.glass-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
}
/* Mobile spacing */
@media (max-width: 767px) {
    .glass-overlay {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 16px;
    }
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* no fixed height, no strict line-height */
}
/* Keep horizontal auto-scroll behavior,
   but don't block vertical page scroll on touch/trackpads */
.auto-scroll-wrapper {
  touch-action: pan-y;
  overscroll-behavior: contain;
}

.desktop-nav .nav-link:hover,
.desktop-nav .dropdown-menu .dropdown-item:hover {
    color: var(--secondary-color) !important;
}
/* Color Utilities */
.primary-blue {
    color: var(--primary-color) !important;
}

.blue-font-color {
    color: var(--blue-font-color) !important;
}

.primary-color {
    color: var(--primary-color) !important;
}

.primary-font-color {
    color: var(--primary-font-color) !important;
}

.logo-blue {
    color: var(--logo-font);
}

.secondary-color {
    color: var(--secondary-color) !important;
}

.tertiary-color {
    color: var(--tertiary-color) !important;
}

.border-bg {
    background-color: #525252;
}

.heading-font-color {
    color: var(--heading-font-color) !important;
}

.color-inherit {
    color: inherit !important;
}

/* Background Utilities */
.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.bg-grey {
    background-color: var(--grey-bg) !important;
}

.bg-white {
    background-color: white !important;
}

.bg-featured {
    background-color: #285ff5 !important;
}

/* Font Utilities */
.primary-font {
    font-family: var(--primary-font) !important;
}

.secondary-font {
    font-family: var(--secondary-font) !important;
}

.font-medium {
    font-weight: 500 !important;
}

@media (min-width: 1200px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dropdown-item:hover {
        background-color: var(--bs-primary);
        color: #fff;
    }
}

/*-----------Banner-Section-start-----*/
.hero-banner {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Optional overlay for better text visibility */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* Content styling for the banner */
.hero-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem;
}
/* Ensure Google reCAPTCHA badge is always on top */
.grecaptcha-badge {
    z-index: 99999 !important; /* higher than any form container */
    position: fixed !important; /* should already be fixed by default */
}

.banner-heading {
    font-size: 56px;
    max-width: 956px;
    line-height: 64px;
    color: var(--tertiary-color);
    font-family: var(--primary-font);
    font-weight: 500;
    margin: 0 auto 24px;
    word-wrap: break-word;
    text-align: center;
}

.banner-subheading {
    font-size: 18px;
    line-height: 28px;
    color: var(--tertiary-color);
    font-family: var(--primary-font);
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
    padding: 8px 12px;
    word-wrap: break-word;
    text-align: center;
}

.location-indicator {
    font-size: 16px;
}

.search-form-container {
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.search-form-container .form-select,
.search-form-container .form-control {
    height: 50px;
    border: 1px solid #e0e0e0;
}

.search-form-container .btn-primary {
    height: 50px;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .banner-heading {
        max-width: 800px;
        font-size: 48px;
        line-height: 56px;
    }

    .search-form-container {
        max-width: 1000px;
    }
}

@media (max-width: 992px) {
    .banner-heading {
        max-width: 700px;
        font-size: 42px;
        line-height: 50px;
    }

    .search-form-container {
        max-width: 800px;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        height: auto !important;
        min-height: 100vh;
        padding: 60px 0;
    }

    .hero-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .banner-heading {
        max-width: 90%;
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 16px;
    }

    .banner-subheading {
        font-size: 16px;
        line-height: 24px;
        max-width: 90%;
        padding: 4px 8px;
    }

    .search-form-container {
        padding: 15px !important;
    }

    .search-form-container .col-md-1 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .banner-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .banner-subheading {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .search-form-container .col-md-3,
    .search-form-container .col-md-2 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

/*-----------Banner-Section-end-----*/
#confirmationModal .modal-content {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

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

/*------Section-dots-----*/
.section-with-dots {
    position: relative;
    background-color: #fafafa;
    overflow: hidden;
}

/* Yellow Dot */
.dot {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #ebab00;
    border-radius: 50%;
}

/* Example Dots (adjust position as in figma) */
.dot-1 {
    top: 30px;
    left: 100px;
}

.dot-2 {
    bottom: 80%;
    right: 20%;
    width: 15px;
    height: 15px;
}

.dot-3 {
    top: 50%;
    left: -1%;
    width: 30px;
    height: 30px;
}

.dot-4 {
    top: 80%;
    right: 1%;
}

/* tabbed pen cards */

.custom-tabs {
    border-bottom: 1px solid #dee2e6;
}

.custom-tab {
    padding: 0.75rem 1rem;
    margin-right: 1rem;
    cursor: pointer;
    font-weight: 500;
    color: #6c757d;
    border-bottom: 3px solid transparent;
}

.custom-tab.active {
    color: var(--primary-color);
    border-bottom: 3px solid #000;
}

.btn:hover {
    background-color: var(--primary-color);
    color: white;
}

.banner-container {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.content-box {
    border-radius: 16px;
    max-width: 800px;
    position: relative;
    z-index: 2;
}

.title-text {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

/* Modal styling */
.modal-content {
    border-radius: 1rem;
    border: none;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.modal-body {
    padding: 1.5rem 2rem 2rem;
}

.hover-effect {
    transition: all 0.3s ease;
}

.hover-effect .hover-content {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
}

.hover-effect:hover .hover-content {
    opacity: 1;
    transform: translateY(0);
}

.hover-effect:hover img {
    transform: scale(1.03);
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.section-heading {
    font-size: 18px;
    font-family: Onest;
    font-weight: 500;
    line-height: 28px;
    color: #fafafa;
}

/* hero-section*/
.hero-section {
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.5s ease;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.thumbnail-item {
    cursor: pointer;
    transition: transform 0.3s;
}

.thumbnail-item:hover {
    transform: scale(1.05);
}

.thumbnail-item img {
    width: 80px;
    height: 60px;
    object-fit: cover;
}

.nav-item-content {
    transition: all 0.3s ease;
    background-color: transparent;
    color: #6c757d;
    /* Bootstrap's secondary color */
}

.nav-item.active .nav-item-content {
    background-color: var(--primary-color);
    /* Bootstrap's dark color */
    color: white;
}

.nav-item:hover .nav-item-content {
    background-color: #e9ecef;
    /* Light gray on hover */
    color: #212529;
}

.nav-item.active p,
.nav-item:hover p {
    color: inherit !important;
}

/* Hide scrollbar cross-browser */
.hide-scrollbar {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

/* Image sizing for partner logos */
.auto-scroll-content > div img {
    max-width: 120px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: grayscale(20%);
    transition: all 0.3s ease;
}

/* Carousel button improvements */
.carousel-btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    background-color: rgba(0, 53, 128, 0.8);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.carousel-btn:hover {
    background-color: rgba(0, 33, 77, 0.9);
    transform: translateY(-50%) scale(1.1);
}

.carousel-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.carousel-btn.start-0 {
    left: 15px;
}

.carousel-btn.end-0 {
    right: 15px;
}

.team-info-blur {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top-left-radius: 20px;
    padding: 0.75rem;
}

/*carousel*/
.testimonials-section {
    background-color: #fafafa;
}

.section-title {
    font-size: 48px;
    line-height: 56px;
}

.section-subtitle {
    font-size: 18px;
    line-height: 28px;
}

.auto-scroll-wrapper {
    overflow: hidden;
    position: relative;
}

.auto-scroll-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.auto-scroll-content {
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: scrollLeft 40s linear infinite;
}

.auto-scroll-content:hover {
    animation-play-state: paused;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.testimonial-card {
    width: 350px;
    flex-shrink: 0;
    background-color: white;
    border: 1px solid #bee3f8;
    border-radius: 1rem;
    padding: 1.5rem;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-icon {
    width: 24px;
    height: 24px;
}

.testimonial-face {
    width: 40px;
    height: 40px;
}

.testimonial-text {
    font-size: 1rem;
    font-weight: 500;
    font-family: Onest, sans-serif;
    color: #212529;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.see-all-btn {
    font-size: 16px;
    line-height: 24px;
}

/* For TripAdvisor reverse scroll */
.scroll-right {
    animation: scrollRight 40s linear infinite;
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

.scroll-right:hover {
    animation-play-state: paused;
}

.img-hover-wrap {
    position: relative;
    cursor: pointer;
}

.hover-caption {
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 60px;
    background: rgba(0, 0, 0, 0.48);
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    opacity: 0;
    padding: 0.75rem 1rem 0.75rem 1rem;
    transition: opacity 0.3s;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    /* if rounded-3 = 12px */
}

.img-hover-wrap:hover .hover-caption,
.img-hover-wrap:focus .hover-caption {
    opacity: 1;
}

.tab-item .tab-link {
    color: #525252;
    /* default (inactive) */
    transition: color 0.2s ease;
}

.tab-item.active {
    border-bottom: 2px solid #00278f;
}

.tab-item.active .tab-link {
    color: #00278f !important;
    font-weight: 600;
}

/* Optional smooth scrolling + hide scroll bar */
html {
    scroll-behavior: smooth;
}

.overflow-auto::-webkit-scrollbar {
    display: none;
}

#overview,
#itinerary,
#include,
#exclude,
#gallery {
    scroll-margin-top: 100px;
}

/* Logo Carousel Styles */
.logo-carousel-wrapper {
    position: relative;
    padding: 0 50px;
    /* Space for arrows */
}

.logo-carousel-content {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
    white-space: nowrap;
}

.logo-carousel-content::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome/Safari */
}

.logo-carousel-item {
    scroll-snap-align: start;
    flex: 0 0 auto;
    display: inline-block;
    white-space: normal;
}

.logo-carousel-item img {
    max-width: 120px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: grayscale(20%);
    transition: all 0.3s ease;
}

.logo-carousel-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.logo-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(0, 53, 128, 0.8);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.logo-carousel-btn:hover {
    background-color: rgba(0, 33, 77, 0.9);
    transform: translateY(-50%) scale(1.1);
}

.logo-carousel-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.logo-carousel-prev {
    left: 5px;
}

.logo-carousel-next {
    right: 5px;
}

/* Disabled state for arrows */
.logo-carousel-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: translateY(-50%);
}

.logo-carousel-btn:disabled:hover {
    transform: translateY(-50%);
    background-color: rgba(0, 53, 128, 0.8);
}

/* Logo container styling */
.logo-container {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 160px;
    height: 140px;
    margin-right: 1rem;
}

/* Custom font families */
.font-family-Mulish {
    font-family: "Mulish", sans-serif;
}

.section-heading {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

/* Affiliation Carousel Styles */
.affiliation-carousel-wrapper {
    position: relative;
    padding: 0 50px;
    /* Space for arrows */
}

.affiliation-carousel-content {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
    white-space: nowrap;
}

.affiliation-carousel-content::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome/Safari */
}

.affiliation-carousel-item {
    scroll-snap-align: start;
    flex: 0 0 auto;
    display: inline-block;
    white-space: normal;
}

.affiliation-carousel-item img {
    max-width: 120px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: grayscale(20%);
    transition: all 0.3s ease;
}

.affiliation-carousel-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.affiliation-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.affiliation-carousel-btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-50%) scale(1.1);
}

.affiliation-carousel-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.affiliation-carousel-prev {
    left: 5px;
}

.affiliation-carousel-next {
    right: 5px;
}

/* Disabled state for arrows */
.affiliation-carousel-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: translateY(-50%);
}

.affiliation-carousel-btn:disabled:hover {
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
}

/* Affiliation container styling */
.affiliation-container {
    background-color: #f8f9fa;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100px;
    margin-right: 1rem;
}

/* === improved classes === */
.custom-form-select {
    height: 40px !important;
}

.custom-btn {
    padding: 2px 16px !important;
    height: 40px !important;
}

.blue-text {
    color: #00278f;
}

.hide-scroll {
    overflow: auto;
    /* or 'scroll' */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.hide-scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

/* for package description description  */

/* Container that can hold arbitrary editor HTML */
.desc.clamp-lines {
    line-height: 1.6;
    /* adjust to your design */
    overflow: hidden;
    position: relative;
    --clamp-bg: #fff;
    /* set to the card/page bg color */
}

/* Neutralize margins from editor blocks so height math is correct */
.desc.clamp-lines * {
    margin: 0 !important;
}

/* Nice fade at the bottom */
.desc.clamp-lines::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.4em;
    /* ~last 1–2 lines fade */
    pointer-events: none;
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--clamp-bg)); */
}

/* Optional: when expanded (e.g., for a Read more button) */
.desc.clamp-lines.is-expanded {
    max-height: none !important;
}

.desc.clamp-lines.is-expanded::after {
    display: none;
}
.backdrop-item {
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 8px;
  overflow: hidden; /* ensure shine stays inside */
  transition: background 0.3s ease;
}

.backdrop-item a,
.backdrop-item span {
  color: #A3A3A3;
  text-decoration: none;
}

/* Shine effect */
.backdrop-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
}

/* Trigger shine on hover */
.backdrop-item:hover::before {
  animation: shine 0.8s ease forwards;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
