/* Make all destination cards the same size (from destination.php) */

.destinations-section .row.g-4 {
    display: flex;
    flex-wrap: wrap;
}

.destinations-section .col-md-4 {
    display: flex;
}

.destinations-section .card.h-100 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.destinations-section .card-img-top {
    object-fit: cover;
    height: 220px;
    width: 100%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.destinations-section .card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 160px;
}

.services-section {
    position: relative;
    background: url('./images/hendrik-cornelissen-jpTT_SAU034-unsplash.jpg') center/cover no-repeat;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.81) 0%, rgba(255, 255, 255, 0.25) 30%, rgba(255, 255, 255, 0.08) 60%);
    z-index: 1;
}

.services-section>.container {
    position: relative;
    z-index: 2;
}

.gallery-card.gallery-hover {
    overflow: hidden;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.25);
    border: 1.5px solid rgba(52, 48, 130, 0.13);
    box-shadow: 0 8px 32px rgba(52, 48, 130, 0.13), 0 1.5px 8px rgba(52, 48, 130, 0.08);
    backdrop-filter: blur(2.5px) saturate(1.2);
    transition: transform 0.18s, box-shadow 0.18s, border 0.18s;
}

.gallery-card.gallery-hover:hover {
    transform: scale(1.045) translateY(-6px);
    box-shadow: 0 16px 48px rgba(52, 48, 130, 0.18), 0 2px 12px rgba(52, 48, 130, 0.10);
    border: 2.5px solid #ffd700;
    z-index: 2;
}

.gallery-card .gallery-img {
    border-radius: 1.5rem;
    transition: filter 0.18s, box-shadow 0.18s;
    box-shadow: 0 2px 12px rgba(52, 48, 130, 0.07);
}

.gallery-card.gallery-hover:hover .gallery-img {
    filter: brightness(0.93) saturate(1.18) contrast(1.04);
    box-shadow: 0 4px 24px rgba(52, 48, 130, 0.13);
}

.gallery-lightbox::after {
    content: '\f360';
    /* bi bi-eye icon */
    font-family: 'bootstrap-icons';
    position: absolute;
    bottom: 12px;
    right: 16px;
    font-size: 1.5rem;
    color: #ffd700;
    opacity: 0;
    transition: opacity 0.18s;
    pointer-events: none;
}

.gallery-card.gallery-hover:hover .gallery-lightbox::after {
    opacity: 1;
}


/* Modern review card styles for Reviews Section */

.review-modern-card {
    border-radius: 1.25rem;
    background: linear-gradient(135deg, #f8f9fa 70%, #e9e6f7 100%);
    min-height: 320px;
    max-height: 320px;
    height: 320px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 24px rgba(52, 48, 130, 0.08);
}

.review-avatar {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffd700;
    box-shadow: 0 2px 8px rgba(52, 48, 130, 0.10);
}

.review-text {
    font-size: 1.1rem;
    color: #343082;
    font-style: italic;
}

.review-author {
    color: #343082;
    font-family: 'Oswald', 'Poppins', Arial, sans-serif;
    font-size: 1.05rem;
    margin-top: 0.5rem;
}


/* Carousel arrow reuse for reviews */

.reviews-section .custom-carousel-arrow {
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(52, 48, 130, 0.85);
    border-radius: 50%;
    border: none;
    box-shadow: 0 2px 8px rgba(52, 48, 130, 0.12);
    opacity: 1;
    z-index: 2;
    transition: background 0.2s, box-shadow 0.2s;
}

.reviews-section .custom-carousel-arrow:focus {
    outline: none;
    box-shadow: 0 0 0 3px #ffd70055;
}

.reviews-section .carousel-control-prev.custom-carousel-arrow {
    left: -32px;
}

.reviews-section .carousel-control-next.custom-carousel-arrow {
    right: -32px;
}

.reviews-section .custom-carousel-arrow .carousel-control-prev-icon,
.reviews-section .custom-carousel-arrow .carousel-control-next-icon {
    filter: invert(1) brightness(2);
    width: 2rem;
    height: 2rem;
}

@media (max-width: 991.98px) {
    .reviews-section .carousel-control-prev.custom-carousel-arrow {
        left: 0;
    }
    .reviews-section .carousel-control-next.custom-carousel-arrow {
        right: 0;
    }
}


/* Custom carousel arrow buttons for Why Choose Us */

.why-choose-us-section .custom-carousel-arrow {
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(52, 48, 130, 0.12);
    border-radius: 50%;
    border: none;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.18);
    opacity: 1;
    z-index: 2;
    transition: background 0.2s, box-shadow 0.2s;
}

.why-choose-us-section .custom-carousel-arrow:focus {
    outline: none;
    box-shadow: 0 0 0 3px #ffd70055;
}

.why-choose-us-section .carousel-control-prev.custom-carousel-arrow {
    left: -32px;
}

.why-choose-us-section .carousel-control-next.custom-carousel-arrow {
    right: -32px;
}

.why-choose-us-section .custom-carousel-arrow .carousel-control-prev-icon,
.why-choose-us-section .custom-carousel-arrow .carousel-control-next-icon {
    filter: invert(1) brightness(2);
    width: 2rem;
    height: 2rem;
}

@media (max-width: 991.98px) {
    .why-choose-us-section .carousel-control-prev.custom-carousel-arrow {
        left: 0;
    }
    .why-choose-us-section .carousel-control-next.custom-carousel-arrow {
        right: 0;
    }
}


/* Enhanced Why Choose Us Quote */

.why-quote-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: #f69321;
    background: linear-gradient(90deg, #fffbe7 0%, #ffd6006b 100%);
    border-radius: 1.2rem;
    padding: 0.1rem 0.5rem 0.1rem 0.2rem;
    margin: 1.5rem auto 0 auto;
    max-width: 600px;
    box-shadow: 0 2px 12px rgba(246, 147, 33, 0.10);
    letter-spacing: 0.5px;
}

.why-quote-icon {
    font-size: 2.1rem;
    color: #343082;
    opacity: 0.7;
    margin-right: 0.3rem;
}

.why-quote-text {
    font-family: 'Pacifico', cursive;
    color: #f69321;
    font-size: 1.25em;
    font-style: italic;
}


/* Enhanced Why Choose Us Modern Card */

.why-card-modern {
    background: linear-gradient(135deg, #fffbe7 0%, #f8f9fb 100%);
    border-radius: 1.3rem;
    box-shadow: 0 6px 32px rgba(52, 48, 130, 0.13), 0 1.5px 6px rgba(52, 48, 130, 0.09);
    border: 1.5px solid #ffd600;
    padding: 2.2rem 1.3rem 1.5rem 1.3rem;
    position: relative;
    min-width: 320px;
    max-width: 370px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s, transform 0.2s;
}

.why-card-modern:hover {
    box-shadow: 0 12px 36px rgba(246, 147, 33, 0.18), 0 3px 12px rgba(52, 48, 130, 0.13);
    transform: translateY(-6px) scale(1.03);
}

.why-accent-bar {
    width: 100%;
    height: 18px;
    background: linear-gradient(90deg, #ffd600 0%, #f69321 100%);
    border-top-left-radius: 1.3rem;
    border-top-right-radius: 1.3rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.why-icon-modern {
    font-size: 2.9rem;
    color: #fff;
    background: linear-gradient(135deg, #f69321 0%, #ffd600 100%);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(246, 147, 33, 0.13);
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border: 3px solid #fffbe7;
}

.why-card-modern .why-card-content {
    margin-top: 2.5rem;
    width: 100%;
}

.why-card-modern .why-title {
    color: #343082;
    font-size: 1.18rem;
    margin-bottom: 0.6rem;
}

.why-card-modern .why-text {
    color: #23205a;
    font-size: 1.05rem;
    margin-bottom: 0.2rem;
}

.why-card-modern .why-quote {
    color: #f69321;
    font-size: 0.98rem;
    margin-top: 0.7rem;
}

@media (max-width: 575.98px) {
    .why-card-modern {
        min-width: 0;
        max-width: 98vw;
        padding: 2.2rem 0.5rem 1.5rem 0.5rem;
    }
}


/* Why Choose Us Modern Cards */

.why-card {
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 4px 24px rgba(52, 48, 130, 0.10), 0 1.5px 6px rgba(52, 48, 130, 0.07);
    padding: 2.2rem 1.3rem 1.5rem 1.3rem;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.why-card:hover {
    box-shadow: 0 8px 32px rgba(246, 147, 33, 0.18), 0 3px 12px rgba(52, 48, 130, 0.13);
    transform: translateY(-4px) scale(1.02);
}

.why-icon {
    font-size: 2.7rem;
    color: #343082;
    background: #ffd600;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.7rem;
    box-shadow: 0 2px 8px rgba(246, 147, 33, 0.10);
}

.why-title {
    color: #343082;
    font-size: 1.18rem;
    margin-bottom: 0.6rem;
}

.why-text {
    color: #23205a;
    font-size: 1.05rem;
    margin-bottom: 0.2rem;
}

.why-quote {
    color: #f69321;
    font-size: 0.98rem;
    margin-top: 0.7rem;
}


/* Explore Button for Destination Cards */

.btn-explore {
    background: #ffd600;
    color: #343082;
    font-weight: 700;
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    border: none;
    font-size: 1.08rem;
    box-shadow: 0 2px 8px rgba(52, 48, 130, 0.08);
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    text-shadow: none;
}

.btn-explore:hover,
.btn-explore:focus {
    background: #343082;
    color: #ffd600;
    box-shadow: 0 4px 16px rgba(52, 48, 130, 0.15);
    text-decoration: none;
}


/* Modern Destination Cards */

.destination-modern-card {
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(52, 48, 130, 0.10), 0 1.5px 6px rgba(52, 48, 130, 0.07);
    background: #fff;
    transition: box-shadow 0.2s, transform 0.2s;
    position: relative;
}

.destination-modern-card:hover {
    box-shadow: 0 8px 32px rgba(246, 147, 33, 0.18), 0 3px 12px rgba(52, 48, 130, 0.13);
    transform: translateY(-4px) scale(1.02);
}

.destination-img-wrap {
    position: relative;
    width: 100%;
    height: 270px;
    overflow: hidden;
}

destination2-img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.destination-modern-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.destination-modern-card:hover .destination-modern-img {
    transform: scale(1.08);
}

.destination-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, #00000069 60%, rgba(52, 48, 130, 0.05) 100%);
    color: #fff;
    padding: 1.2rem 1rem 1rem 1rem;
    opacity: 0.97;
    transition: background 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 210px;
    height: 100%;
}

.destination-overlay h5 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    color: #ffd600;
}

.destination-overlay .destination-text {
    flex: 1 1 auto;
}

.destination-overlay p {
    font-size: 1.05rem;
    margin-bottom: 0;
}

.destination-overlay .btn-explore {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.1rem;
    flex-shrink: 0;
}


/* Modern Services Section */

.service-modern {
    background: #fffbe7;
    border-radius: 1.2rem;
    box-shadow: 0 4px 24px rgba(246, 147, 33, 0.10), 0 1.5px 6px rgba(52, 48, 130, 0.07);
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    transition: box-shadow 0.2s, transform 0.2s;
    text-align: center;
}

.service-modern:hover {
    box-shadow: 0 8px 32px rgba(246, 147, 33, 0.18), 0 3px 12px rgba(52, 48, 130, 0.13);
    transform: translateY(-4px) scale(1.02);
}

.service-modern .card-title {
    color: #f69321;
    font-size: 1.25rem;
    margin-bottom: 0.7rem;
}

.service-modern .service-icon {
    font-size: 2.7rem;
    color: #343082;
    background: #ffd600;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem auto;
    box-shadow: 0 2px 8px rgba(246, 147, 33, 0.10);
}


/* About section black text utility */

.about-black {
    color: #111 !important;
}


/* Oswald secondary font utility class */

.oswald {
    font-family: "Oswald", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}


/* Hero heading and tagline orange color */

.hero-orange {
    color: #ffa500db !important;
}


/* Hero tagline larger and bolder */

.hero-tagline {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #ffa500db !important;
}


/* Fleet highlight color */

.fleet-highlight {
    color: rgb(255, 255, 255) !important;
}


/* Hero tagline color highlights */

.hero-tag-orange {
    color: #f69321;
}

.hero-tag-blue {
    color: #343082;
}

.hero-tag-green {
    color: #28a745;
}


/* Modern Navbar Enhancements */

.navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 4px 24px rgba(52, 48, 130, 0.10), 0 1.5px 6px rgba(52, 48, 130, 0.07);
    background: linear-gradient(90deg, #fffbe7 0%, #f8f9fb 100%) !important;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    transition: box-shadow 0.2s, background 0.2s;
}

.navbar .navbar-brand span {
    letter-spacing: 1px;
    font-size: 1.7rem;
    color: #343082;
    text-shadow: 0 2px 8px rgba(246, 147, 33, 0.08);
}

.navbar-nav .nav-link {
    color: #343082 !important;
    font-weight: 600;
    border-radius: 2rem;
    margin: 0 0.3rem;
    padding: 0.5rem 1.2rem;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-nav .nav-link i {
    font-size: 1.25em;
    color: #f69321;
    transition: color 0.18s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background: #ffd600 !important;
    color: #23205a !important;
    box-shadow: 0 2px 8px rgba(246, 147, 33, 0.10);
}

.navbar-nav .nav-link:hover i,
.navbar-nav .nav-link.active i {
    color: #23205a;
}

@media (max-width: 991.98px) {
    .navbar {
        border-radius: 0.7rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-nav .nav-link {
        font-size: 1rem;
        padding: 0.5rem 0.8rem;
    }
}


/* Permanent Marker font utility class */

.permanent-marker-regular {
    font-family: 'Permanent Marker', cursive;
    font-weight: 400;
    font-style: normal;
}


/* Override Bootstrap .py-2 padding */

.py-2 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}


/* Sticky Navbar Enhancement */

.custom-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    transition: box-shadow 0.2s, background 0.2s;
}

.custom-navbar.scrolled {
    box-shadow: 0 6px 24px rgba(52, 48, 130, 0.13), 0 2px 8px rgba(52, 48, 130, 0.09);
    background: #fff !important;
}


/* Custom Navbar Beautification */

.custom-navbar {
    background: #fff !important;
    margin: 0;
    max-width: none;
    box-shadow: none;
    border-radius: 0;
    width: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.custom-navbar .navbar-nav .nav-link {
    color: #343082 !important;
    font-weight: 600;
    font-size: 1.08rem;
    border-radius: 2rem;
    margin: 0 0.3rem;
    padding: 0.5rem 1.3rem;
    background: #fffbe7;
    border: 1.5px solid #ffd600;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    transition: background 0.18s, color 0.18s, border 0.18s;
}

.custom-navbar .navbar-nav .nav-link:hover,
.custom-navbar .navbar-nav .nav-link:hover,
.custom-navbar .navbar-nav .nav-link.active {
    background: #ffd600 !important;
    color: #23205a !important;
    border: 1.5px solid #f69321;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(246, 147, 33, 0.10);
}

.custom-navbar .navbar-nav .nav-link:hover::before,
.custom-navbar .navbar-nav .nav-link:hover,
.custom-navbar .navbar-nav .nav-link.active {
    background: #ffd600 !important;
    color: #23205a !important;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(246, 147, 33, 0.10);
}

.custom-navbar .navbar-brand img {
    height: 38px;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(52, 48, 130, 0.07);
}

@media (max-width: 991.98px) {
    .custom-navbar {
        border-radius: 0.7rem;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .custom-navbar .navbar-nav .nav-link {
        font-size: 1rem;
        padding: 0.5rem 0.8rem;
    }
}


/* Destination Navigation Bar */

.destination-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    background: #fffbe7;
    border: 1.5px solid #ffd600;
    border-radius: 0.8rem;
    padding: 1rem 1.5rem;
    margin-bottom: 2.5rem;
    box-shadow: 0 2px 12px rgba(246, 147, 33, 0.07);
}

.destination-nav a {
    color: #343082;
    background: #ffd600;
    font-weight: 600;
    padding: 0.5rem 1.2rem;
    border-radius: 2rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 4px rgba(52, 48, 130, 0.07);
    font-size: 1rem;
}

.destination-nav a:hover,
.destination-nav a.active {
    background: #343082;
    color: #ffd600;
    box-shadow: 0 2px 8px rgba(52, 48, 130, 0.13);
}

@media (max-width: 767.98px) {
    .destination-nav {
        flex-direction: column;
        align-items: stretch;
        padding: 0.7rem 0.5rem;
    }
    .destination-nav a {
        margin-bottom: 0.5rem;
        font-size: 0.98rem;
    }
}

#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: #f69321ad !important;
    border-color: #000000 !important;
    color: #fff !important;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-color: #f69321de !important;
    border-color: #000000c7 !important;
    color: #fff !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;
}


/* Hero Section */

.hero-section {
    margin-top: -40px !important;
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('images/hero.jpg') center 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;
    font-family: 'Pacifico', cursive;
}

.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;
    background: #f8f9fb;
    color: #23205a;
    font-size: 1.08rem;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #343082;
    font-family: 'Permanent Marker', cursive;
    font-weight: 400;
}

section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.card {
    border-radius: 1.1rem;
    box-shadow: 0 4px 24px rgba(52, 48, 130, 0.07), 0 1.5px 6px rgba(52, 48, 130, 0.05);
    border: none;
}

.card-title {
    color: #343082;
}

.btn-warning {
    background: #ffd600 !important;
    color: #23205a !important;
    border: none;
    font-weight: 700;
    border-radius: 0.5rem;
    transition: background 0.3s;
}

.btn-warning:hover {
    background: #f69321 !important;
    color: #fff !important;
}

.btn-primary {
    background: #f69321 !important;
    color: #fff !important;
    border: none;
    font-weight: 700;
    border-radius: 0.5rem;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #f69321 !important;
    color: #ffd600 !important;
}

.btn-success {
    background: #25d366 !important;
    color: #fff !important;
    border: none;
    font-weight: 700;
    border-radius: 0.5rem;
    transition: background 0.3s;
}

.btn-success:hover {
    background: #128c7e !important;
    color: #fff !important;
}


/* Reviews Section */

.reviews-section {
    background: #fffbe7;
    border-top: 2px solid #ffd600;
    border-bottom: 2px solid #ffd600;
}

.reviews-section .card {
    border-left: 5px solid #f69321;
    background: #fff;
}

.reviews-section .fw-bold {
    color: #343082;
}

@media (max-width: 767.98px) {
    section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .card {
        border-radius: 0.7rem;
    }
}

.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;
}

.page-hero-section {
    min-height: 40vh;
    margin-top: -40px;
}

.btn-explore-overlay {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    background: rgba(52, 48, 130, 0.92);
    color: #fff;
    font-weight: 600;
    border-radius: 2rem;
    padding: 0.45rem 1.5rem;
    font-size: 1.08rem;
    box-shadow: 0 2px 12px 0 rgba(52, 48, 130, 0.12);
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    z-index: 2;
    opacity: 0.96;
}

.btn-explore-overlay:hover,
.btn-explore-overlay:focus {
    background: #ffb300;
    color: #343082;
    box-shadow: 0 6px 24px 0 rgba(52, 48, 130, 0.18);
    text-decoration: none;
}

.destination2-img-wrap {
    position: relative;
}