#vehicleTypeSlider .card-body {
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.destinations-section {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

@media (max-width: 767.98px) {
    .btn.btn-destination-primary.rounded-pill.px-4 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    #destinationCarousel .carousel-inner .carousel-item .col-12:not(:first-child),
    #packageCarousel .carousel-inner .carousel-item .col-12:not(:first-child),
    #destinationCarousel .carousel-inner .carousel-item .row>.col-12:not(:first-child),
    #packageCarousel .carousel-inner .carousel-item .row>.col-12:not(:first-child) {
        display: none !important;
    }
}


/* Destination */

.text-destination-primary {
    color: #343082 !important;
}


/* Package Icon Colr */

.package-section-title {
    color: #f69321 !important;
}

.package-section-icon {
    color: #f69321 !important;
}

.activity-title {
    color: #f69321 !important;
    font-weight: 600;
}

.package-title-link {
    color: #f69321 !important;
    font-weight: 600;
    transition: color 0.2s;
}

.package-title-link:hover,
.package-title-link:focus {
    color: #bd252f !important;
    text-decoration: underline;
}

.package-price-badge {
    background-color: #bd252f !important;
    color: #fff !important;
    font-size: 1.1rem !important;
}

.activities-section .card.activity-card {
    border-color: #f69321;
}

.activity-img-fixed {
    object-fit: cover;
    height: 180px;
}

.activity-title {
    color: #f69321;
}

.custom-navbar,
.custom-navbar.shadow,
.custom-navbar.shadow-sm,
.custom-navbar.shadow-lg {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}


/* Hero Section */

.page-hero-section {
    min-height: 300px;
    background: linear-gradient(120deg, #191919 60%);
    position: relative;
    overflow: hidden;
}

.page-hero-img {
    object-fit: cover;
    opacity: 0.45;
    z-index: 0;
    min-height: 300px;
}

.page-hero-content {
    z-index: 1;
    position: relative;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}


/*  Activities  */

.activities-hero-section {
    min-height: 340px;
    background: linear-gradient(120deg, #191919 60%);
}

.activities-hero-img {
    object-fit: cover;
    opacity: 0.45;
    z-index: 0;
}

.activities-hero-content {
    z-index: 1;
}

.gallery-img-fixed {
    object-fit: cover;
    transition: transform 0.4s;
}

.gallery-overlay {
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
}

.activity-img-fixed {
    height: 220px;
    object-fit: cover;
    width: 100%;
    display: block;
}

.activity-icon {
    background: #ffd600;
    color: #191919;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: background 0.2s, color 0.2s;
}

.activity-card:hover .activity-icon {
    background: #191919;
    color: #ffd600;
}

.activity-img-overlay {
    background: rgba(25, 25, 25, 0.18);
    transition: background 0.3s;
}

.activity-card:hover .activity-img-overlay {
    background: rgba(25, 25, 25, 0.32);
}


/*  Destination and PackageArrows  */

#destinationCarousel .carousel-control-prev-icon,
#destinationCarousel .carousel-control-next-icon,
#packageCarousel .carousel-control-prev-icon,
#packageCarousel .carousel-control-next-icon {
    background-color: #f69321;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
}

#destinationCarousel .carousel-control-prev-icon,
#packageCarousel .carousel-control-prev-icon {
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000" viewBox="0 0 8 8"><path d="M5.5 0L4.8.7 1.5 4l3.3 3.3.7.7L7 4 5.5 0z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000" viewBox="0 0 8 8"><path d="M5.5 0L4.8.7 1.5 4l3.3 3.3.7.7L7 4 5.5 0z"/></svg>');
}

#destinationCarousel .carousel-control-next-icon,
#packageCarousel .carousel-control-next-icon {
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000" viewBox="0 0 8 8"><path d="M2.5 0L1 4l1.5 4 .7-.7L6.5 4 3.2.7 2.5 0z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000" viewBox="0 0 8 8"><path d="M2.5 0L1 4l1.5 4 .7-.7L6.5 4 3.2.7 2.5 0z"/></svg>');
}

#destinationCarousel .carousel-control-prev {
    left: -40px;
}

#destinationCarousel .carousel-control-next {
    right: -40px;
}

@media (max-width: 991px) {
    #destinationCarousel .carousel-control-prev {
        left: -15px;
    }
    #destinationCarousel .carousel-control-next {
        right: -15px;
    }
}


/*Destination Card */

.destination-img-fixed {
    height: 180px;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    display: block;
}

.package-img-fixed {
    height: 220px;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    display: block;
}


/* Package Slider*/

#packageCarousel .carousel-control-prev {
    left: -60px;
}

#packageCarousel .carousel-control-next {
    right: -60px;
}

@media (max-width: 991px) {
    #packageCarousel .carousel-control-prev {
        left: -20px;
    }
    #packageCarousel .carousel-control-next {
        right: -20px;
    }
}

.packages-section .carousel-inner {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    overflow: visible !important;
}

.packages-section .card {
    overflow: visible !important;
}

.packages-section .card-body {
    padding-bottom: 1rem !important;
}

.packages-section .btn {
    position: relative;
    z-index: 2;
}

.package-img-wrapper {
    width: 100%;
    aspect-ratio: 4/3;
    background: #eee;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    display: block;
}

.package-img-fixed {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card.h-100 {
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.card-body.d-flex {
    flex: 1 1 auto;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    overflow: auto;
}

@media (max-width: 991px) {
    .card.h-100 {
        height: 420px;
    }
    .package-img-wrapper {
        aspect-ratio: 16/9;
    }
}

.card-img-overlay-container {
    position: relative;
}

.explore-overlay-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 2;
}

.card-img-overlay-container:hover .explore-overlay-btn,
.card-img-overlay-container:focus-within .explore-overlay-btn {
    opacity: 1;
    pointer-events: auto;
}

.btn-explore {
    background: #ffd600;
    color: #191919;
    font-weight: 600;
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    border: none;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.btn-explore:hover,
.btn-explore:focus {
    background: #191919;
    color: #ffd600;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}


/* All buttons  */

.btn,
.btn-warning,
.btn-primary,
.btn-success,
.btn-info,
.btn-danger,
.btn-dark,
.btn-light {
    background-color: #343082 !important;
    border-color: #343082 !important;
    color: #fff !important;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-color: #23205a !important;
    border-color: #23205a !important;
    color: #fff !important;
}


/* Navbar */

.custom-navbar {
    background: #fff !important;
    margin: auto;
    max-width: 1200px;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.custom-navbar .navbar-nav .nav-link {
    color: #222 !important;
    font-weight: 600;
    padding: 0.5rem 1.1rem;
    margin: 0 0.2rem;
    transition: background 0.2s, color 0.2s;
}

.custom-navbar .navbar-nav .nav-link:hover,
.custom-navbar .navbar-nav .nav-link.active {
    background: #f69321 !important;
    color: #191919 !important;
}


/* Gallery Section*/

.gallery-card {
    border-radius: 1.2rem;
    box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.13), 0 1.5px 6px 0 rgba(0, 0, 0, 0.09);
    transition: box-shadow 0.3s, transform 0.3s;
}

.gallery-card:hover {
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.18), 0 3px 12px 0 rgba(0, 0, 0, 0.13);
    transform: translateY(-6px) scale(1.03);
}

.gallery-img {
    border-radius: 1.2rem;
    transition: transform 0.4s;
}

.gallery-card:hover .gallery-img {
    transform: scale(1.08);
}

.gallery-overlay {
    border-radius: 0 0 1.2rem 1.2rem;
    transition: background 0.3s;
}

.section-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-animate.visible {
    opacity: 1;
    transform: none;
}


/* Hero Section */

.hero-section {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../assets/hero.jpg') center/cover no-repeat;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-accent {
    font-family: 'Pacifico', cursive;
    color: #f69321;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
}

.hero-section .display-2 {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.1;
}

.hero-lead {
    font-size: 1.5rem;
}

.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 0 2px 8px #000;
    z-index: 3;
    text-decoration: none;
    transition: color 0.2s;
}

.hero-arrow-left {
    left: 2vw;
}

.hero-arrow-right {
    right: 2vw;
}

.hero-arrow:hover {
    color: #ffd600;
}

.hero-search-bar {
    gap: 1rem;
}

.hero-select,
.hero-date {
    min-width: 160px;
    border-radius: 0.5rem;
}

.hero-find-btn {
    min-width: 140px;
}

@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
body {
    font-family: 'Segoe UI', Arial, sans-serif;
}

.hero-section {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../assets/hero.jpg') center/cover no-repeat;
}

.hero-section .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section h1,
.hero-section p,
.hero-section .hero-accent {
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.hero-section .hero-accent {
    font-family: 'Pacifico', cursive;
    color: #f69321;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
}

.hero-section .display-2 {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.1;
}

.hero-section .hero-search-bar {
    margin-top: 2.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    border-radius: 1.5rem;
    padding: 1.5rem 2rem;
    background: #fff;
    position: relative;
    z-index: 4;
}

.hero-section .hero-search-bar .form-select,
.hero-section .hero-search-bar .form-control {
    min-width: 160px;
    border-radius: 0.5rem;
}

.hero-section .btn-warning {
    background: #ffd600;
    color: #222;
    font-weight: bold;
    border: none;
    border-radius: 0.5rem;
    transition: background 0.3s;
}

.hero-section .btn-warning:hover {
    background: #ffb300;
}

.hero-section .hero-arrow {
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 0 2px 8px #000;
    z-index: 3;
    text-decoration: none;
    transition: color 0.2s;
}

.hero-section .hero-arrow:hover {
    color: #ffd600;
}

.destination-page .card-body {
    height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.destination-page .destination-img {
    object-fit: cover;
    height: 180px;
}

.itinerary-day-box {
    background: linear-gradient(135deg, #fdf3e7 0%, #f9fafb 100%);
    border-left: 8px solid #f69321;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(246, 147, 33, 0.10), 0 1.5px 6px rgba(246, 147, 33, 0.07);
    padding: 2rem 2rem 2rem 1.5rem;
    margin-bottom: 2rem;
    transition: box-shadow 0.3s, transform 0.3s;
    position: relative;
}

.itinerary-day-box:hover {
    box-shadow: 0 8px 32px rgba(246, 147, 33, 0.18), 0 3px 12px rgba(246, 147, 33, 0.13);
    transform: translateY(-4px) scale(1.01);
}

.itinerary-day-box .accordion-body {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.itinerary-day-box .accordion-header {
    margin-bottom: 0.5rem;
}

.itinerary-day-box .accordion-button {
    background: none;
    border: none;
    font-size: 1.15rem;
    font-weight: bold;
    color: #f69321;
    box-shadow: none;
    padding-left: 0;
}

.itinerary-day-box .accordion-button:focus {
    box-shadow: 0 0 0 0.2rem #f6932133;
}