body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, Verdana, Arial, sans-serif;
    font-size: 16px;
    background-color: #fff !important;
}
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.hero-section {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    z-index: 1;
}

.hero-slides-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#heroCarousel {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

#heroCarousel .carousel-inner {
    flex: 1;
    min-height: 0;
    background: #ccc;
}

#heroCarousel .carousel-item {
    height: 100%;
    position: relative;
}

#heroCarousel .carousel-item[style*="height"] {
    height: auto !important;
}

#heroCarousel .carousel-item img {
    height: 100%;
    object-fit: cover;
}

.hero-slide-title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
    max-width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn.hero-slide-title {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #333 !important;
    border: 1px solid white !important;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
}

.btn.hero-slide-title:hover {
    background: white !important;
    color: #000 !important;
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    display: none !important;
}

.hero-carousel-indicators {
    position: relative;
    padding: 12px;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
    list-style: none;
}

.hero-carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(200, 200, 200, 0.8);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s;
}

.hero-carousel-indicators button:hover {
    background-color: rgba(200, 200, 200, 1);
}

.hero-carousel-indicators button.active {
    background-color: white;
}

/* Hide all default Swiper arrows */
.swiper-button-next svg,
.swiper-button-prev svg {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.hero-slides-swiper .swiper-button-prev::after,
.hero-slides-swiper .swiper-button-next::after {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    content: '' !important;
}

.hero-slides-swiper .hero-swiper-button-prev,
.hero-slides-swiper .hero-swiper-button-next,
.hero-swiper-button-prev,
.hero-swiper-button-next {
    background: rgba(0, 0, 0, 0.5) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    z-index: 30 !important;
    border: none !important;
    cursor: pointer !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: -25px !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

/* Only show SVG arrows */
.hero-slides-swiper .hero-swiper-button-prev::before,
.hero-swiper-button-prev::before {
    content: '' !important;
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='white' d='M164.24 203.76a6 6 0 1 1-8.48 8.48l-80-80a6 6 0 0 1 0-8.48l80-80a6 6 0 0 1 8.48 8.48L88.49 128Z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-slides-swiper .hero-swiper-button-next::before,
.hero-swiper-button-next::before {
    content: '' !important;
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='white' d='m180.24 132.24l-80 80a6 6 0 0 1-8.48-8.48L167.51 128L91.76 52.24a6 6 0 0 1 8.48-8.48l80 80a6 6 0 0 1 0 8.48'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-slides-swiper .hero-swiper-button-prev,
.hero-swiper-button-prev {
    left: 15px !important;
}

.hero-slides-swiper .hero-swiper-button-next,
.hero-swiper-button-next {
    right: 15px !important;
}

.hero-slides-swiper .hero-swiper-button-prev:hover,
.hero-slides-swiper .hero-swiper-button-next:hover,
.hero-swiper-button-prev:hover,
.hero-swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.7) !important;
}

.hero-swiper-button-prev:hover,
.hero-swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.7) !important;
}

/* Booking review selection states */
.vpt2-book-review .payment-option-card.border-success,
.vpt2-book-review .payment-card.border-success {
    border-color: var(--bs-success) !important;
    border-width: 2px !important;
    box-shadow: 0 0 0 0.125rem rgba(25, 135, 84, 0.12);
}

.vpt2-book-review .payment-option-card,
.vpt2-book-review .payment-card {
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

@media (max-width: 768px) {
    .hero-section {
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        height: auto;
        overflow: hidden;
    }
    
    #heroCarousel .carousel-item {
        height: auto;
    }
    
    .hero-slide-title {
        font-size: 0.85rem;
        padding: 6px 12px;
        bottom: 68px;
    }
    
    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        width: 36px;
        height: 36px;
    }
    
    .hero-carousel-indicators {
        bottom: 15px;
    }
    
    .dropdown-menu {
        position: fixed !important;
        top: auto !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-height: 70vh;
        overflow-y: auto;
        z-index: 1050;
    }
}
a:link {
    text-decoration: none;
}
a:hover {
    color: #f70;
    text-decoration: none;
}
h1, h2, h3 {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, Verdana, Arial, sans-serif;
    font-weight: 500 !important;
}
h1 {
    font-size: 2.0em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.4em;
}
.nav-item {
    letter-spacing: -.5px;;
}
.dropdown-item {
    text-transform: none;
    letter-spacing: normal;
}
.ph-sm {
    font-size: 1.2em;
}
.ph-lg {
    font-size: 1.5em;
}
.ph-2x {
    font-size: 2em;
}
.ph-3x {
    font-size: 3em;
}
.text-vpt {
    color: #1E6EF4 !important;
}
.link-vpt {
    color: #1E6EF4 !important;
    text-decoration: none !important;
}
.link-vpt:hover {
    color: #000 !important;
    text-decoration: none;
}
.bg-premium {
    background-color: #d4edff !important;
}
/* Check List Style */
ul.check {
    list-style: none;
    padding-left: 0;
}

ul.check li {
    position: relative;
    padding-left: 1.8em;
}
.x-slide {
    background: #d4edff !important;
    border-radius: 10px !important;
    padding: 10px !important;
}

ul.check li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.2em;
    height: 1.2em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" fill="%23999" viewBox="0 0 256 256"><path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}
.btn-vpt {
    background: linear-gradient(to right, #fc0 0%, #fc0 50%, #1E6EF4 50%, #1E6EF4 100%);
    background-size: 200% 100%;
    background-position: right;
    color: #fff !important;
    border: none;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    transition: background-position 0.4s ease, color 0.4s ease;
}
.btn-vpt:hover {
    background-position: left;
    color: #000 !important;
    text-decoration: none;
}
.btn-vpt:focus,
.btn-vpt:active {
    background-position: left;
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(255, 204, 0, 0.25);
}
.btn-vpt-dark {
    background: linear-gradient(to right, #f70 0%, #f70 50%, #1E6EF4 50%, #1E6EF4 100%);
    background-size: 200% 100%;
    background-position: right;
    color: #fff;
    border: none;
    font-weight: 500;
    padding: 0.6rem 2rem;
    transition: background-position 0.4s ease, color 0.4s ease;
}
.btn-vpt-dark:hover {
    background-position: left;
    color: #fff;
    text-decoration: none;
}
.btn-vpt-dark:focus,
.btn-vpt-dark:active {
    background-position: left;
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(255, 204, 0, 0.25);
}
.nav-link {
    position: relative;
    text-transform: uppercase;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: .86rem;
    font-weight: 600;
}
.nav-link:link,
.nav-link:visited {
    color: #000 !important;
}
.nav-link:hover {
    color: #1E6EF4 !important;
}
.nav-link.active {
    color: #1E6EF4 !important;
}
.navbar-nav .nav-link.nav-active {
    color: #1E6EF4 !important;
}
.dropdown-menu .dropdown-item.nav-active {
    color: #1E6EF4 !important;
}
.site-header-search {
    position: relative;
    z-index: 1031;
    margin-left: 0.35rem;
    margin-right: 0.4rem;
}
.site-search-toggle {
    display: inline-grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 999px;
    background: #fff;
    color: #111;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.site-search-toggle:hover,
.site-search-toggle:focus {
    border-color: rgba(30, 110, 244, 0.35);
    color: #1E6EF4;
    box-shadow: 0 10px 28px rgba(30, 110, 244, 0.14);
    transform: translateY(-1px);
}
.site-search-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(430px, calc(100vw - 32px));
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}
.site-search-panel.is-open {
    opacity: 1;
    transform: translateY(0);
}
.site-search-form {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 40px 34px;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 9px 10px 9px 14px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}
.site-search-form > .bi-search {
    color: #7a5a21;
    font-size: 1.05rem;
}
.site-search-input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #141414;
    font-size: 0.98rem;
}
.site-search-input::placeholder {
    color: #777;
}
.site-search-submit,
.site-search-close {
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 6px;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.site-search-submit {
    width: 40px;
    height: 36px;
    background: #1E6EF4;
    color: #fff;
}
.site-search-submit:hover,
.site-search-submit:focus {
    background: #1557c8;
}
.site-search-close {
    width: 34px;
    height: 34px;
    background: transparent;
    color: #666;
}
.site-search-close:hover,
.site-search-close:focus {
    background: #f2f2f2;
    color: #111;
}
@media (min-width: 992px) {
    .nav-item.border-bottom {
        border-bottom: none !important;
    }
}
.dropdown-menu {
    background-color: rgba(255, 255, 255, 1)!important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}
.dropdown-item {
    text-transform: none;
    letter-spacing: normal;
    font-size: 0.95em;
}
.dropdown-item:link,
.dropdown-item:visited {
    color: #000 !important;
    padding: .4em 1em .6em;
}
.dropdown-item:hover {
    color: #1E6EF4 !important;
    background-color: #fff !important;
}
.dropdown-item.active {
    color: #1E6EF4 !important;
}
.dropdown-divider {
    border-top: 1px solid rgba(0,0,0,0.2) !important;
}
@media (max-width: 575.98px) {
    .site-header-search {
        position: static;
        margin-left: auto;
        margin-right: 0.25rem;
    }
    .site-search-toggle {
        width: 38px;
        height: 38px;
        box-shadow: none;
    }
    .site-search-panel {
        position: absolute;
        top: calc(100% + 8px);
        left: 12px;
        right: 12px;
        width: auto;
    }
    .site-search-form {
        grid-template-columns: auto minmax(0, 1fr) 38px 34px;
    }
}
.border-footer {
    border-top-color: #ccc !important;
}
.border-vpt {
    border-color: #1E6EF4 !important;
}
.border-gray {
    border-color: #ccc !important;
}
.btn-outline-vpt {
    color: #1E6EF4;
    border: 2px solid #1E6EF4;
    background-color: #fff;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-outline-vpt:hover {
    background-color: #1E6EF4;
    border-color: #1E6EF4;
    color: #fff;
    text-decoration: none;
}
.footer-section {
    background-color: #f5f5f7 !important;
    color: #000 !important;
}
.vpt-link,
#footer a,
.footer-link a,
.social-links a,
.hover-effect {
    color: #1E6EF4 !important;
}
.vpt-link:hover,
.social-links a:hover,
.footer-link a:hover
.hover-effect:hover {
    color: #f70 !important;
    text-decoration: none;
}
.hover-effect {
    position: relative;
}
.hover-effect::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    color: #1E6EF4 !important;
    background-color: #1E6EF4;
    transition: width 0.3s ease;
}
.hover-effect:hover::after {
    width: 100%;
}
.text-yellow {
    color: #d17e38 !important;
}

/* Sidebar Navigation List Styling */
.sidebar ul.list-unstyled li {
    position: relative;
    padding-left: 12px;
    color: #000 !important;
}
.sidebar ul.list-unstyled li a {
    color: #000 !important;
}

.sidebar ul.list-unstyled li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
    background-color: #999;
    transition: background-color 0.3s ease;
}

.sidebar ul.list-unstyled li:hover::before {
    background-color: #1E6EF4;
}

.sidebar ul.list-unstyled li.active::before {
    background-color: #1E6EF4;
}

.sidebar ul.list-unstyled li.active a {
    color: #1E6EF4 !important;
}

.footer-brand p {
    line-height: 1.6;
}

/* Gallery Thumbnails Column Layout */
#galleryThumbnails,
.gallery-thumbnails-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 8px !important;
}

.gallery-thumbnail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
    cursor: pointer;
}

.gallery-thumbnail-image {
    width: 100%;
    border: 2px solid #ddd;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.gallery-thumbnail-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-thumbnail:hover .gallery-thumbnail-image {
    border-color: #0d6efd;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.3);
}

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

.gallery-thumbnail.active .gallery-thumbnail-image {
    border-color: #0d6efd;
    background-color: #e7f1ff;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.5);
}

@media (max-width: 576px) {
    h1 {
        font-size: 1.3em;
    }
    h2 {
        font-size: 1.2em;
    }
    h3 {
        font-size: 1.2em;
    }
    h4 {
        font-size: 1.1em;
    }
    h5 {
        font-size: 1em;
    }
    h6 { 
        font-size: 1em;
    }
    #logo img {
        width: auto;
        height: 35px !important;
    }
}
/* Carousel indicators - 8x8px rounded circles - Override Bootstrap */
/* Hero carousel only */
#heroCarousel .carousel-indicators {
    bottom: -10px !important;
}

/* Plan/Itinerary carousel indicators - inline with navigation buttons */
.plan-carousel-indicators {
    bottom: auto !important;
}

.carousel-indicators [data-bs-target],
.carousel-indicators button,
.plan-carousel-indicators [data-bs-target],
.plan-carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    max-width: 10px !important;
    max-height: 10px !important;
    flex: 0 0 auto !important;
    border-radius: 50% !important;
    margin: 0 6px !important;
    margin-right: 6px !important;
    margin-left: 6px !important;
    padding: 0 !important;
    border: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    background-color: rgba(108, 117, 125, 0.6) !important;
    background-clip: padding-box !important;
    opacity: 1 !important;
    text-indent: 0 !important;
    box-sizing: border-box !important;
    transition: background-color 0.3s ease;
}

.carousel-indicators [data-bs-target].active,
.carousel-indicators button.active,
.plan-carousel-indicators [data-bs-target].active,
.plan-carousel-indicators button.active {
    background-color: #0d6efd !important;
    opacity: 1 !important;
}

.carousel-indicators [data-bs-target]:hover,
.carousel-indicators button:hover,
.plan-carousel-indicators [data-bs-target]:hover,
.plan-carousel-indicators button:hover {
    background-color: rgba(108, 117, 125, 0.8) !important;
}

.carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-item:not(.active) {
    display: none;
}

.carousel-item ph-3x {
    color: var(--bs-success) !important;
}

/* Custom carousel indicators for posts and prints */
.posts-carousel-indicators .carousel-indicator-btn {
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    max-width: 10px !important;
    max-height: 10px !important;
    flex: 0 0 auto !important;
    border-radius: 50% !important;
    margin: 0 4px !important;
    padding: 0 !important;
    border: 0 !important;
    background-color: #6c757d !important;
    opacity: 0.5 !important;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.posts-carousel-indicators .carousel-indicator-btn.active {
    background-color: #6c757d !important;
    opacity: 1 !important;
}

.posts-carousel-indicators .carousel-indicator-btn:hover {
    background-color: #6c757d !important;
    opacity: 0.75 !important;
}

/* Zoom-in effect for images on hover */
.zoom-in {
    overflow: hidden;
    transition: transform 0.3s ease;
    transform-origin: center;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
}

.zoom-in img {
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.zoom-in:hover img {
    transform: scale(1.05);
}

/* Card content wrapper with proper alignment */
.card h3,
.card h5,
.card h6 {
    margin-bottom: 10px !important;
}

/* Scene Card Styling for Photo Tour Selection */
.scene-card {
    display: block;
    border: 2px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    width: 100%;
    max-width: 100%;
    height: 100%;
    cursor: pointer;
}

.scene-card:hover {
    transform: none;
    box-shadow: none;
    background: none;
    border: none;
}

.scene-card.active {
    border-color: #198754;
    background-color: rgba(25, 135, 84, 0.1);
}

.scene-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    max-width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
}

.scene-title {
    padding: 12px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    word-wrap: break-word;
    flex-grow: 1;
}

.scene-select-btn {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #000 !important;
}

.scene-select-btn:hover,
.scene-select-btn:focus {
    background: transparent !important;
    box-shadow: none !important;
    color: #0d6efd !important;
}

.scene-select-btn i {
    font-size: 1.25rem;
}

.scene-select-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
}

.scene-select-svg {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
}

/* Utility Classes */
.cursor-pointer {
    cursor: pointer !important;
}

/* Package and Label Styling */
.package-label,
.hotel-label,
.trip-type-label,
.participant-label,
.destination-label {
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
}

.package-label.active,
.hotel-label.active,
.trip-type-label.active,
.participant-label.active,
.destination-label.active {
    border-color: #0d6efd !important;
    background-color: #0d6efd !important;
    color: white !important;
}

.participant-label.disabled-guest {
    pointer-events: none;
    opacity: 0.5;
    background-color: #e9ecef !important;
    color: #6c757d !important;
}

/* Calendar Styling */
.calendar-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.calendar-month-grid {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.calendar-month-grid h6 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #333;
}

.calendar-table {
    width: 100%;
    border-collapse: collapse;
}

.calendar-table thead th {
    padding: 8px 4px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    border-bottom: 2px solid #dee2e6;
}

.calendar-table tbody td {
    padding: 3px 0;
    text-align: center;
    border: 0;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
}

.calendar-day {
    font-size: 13px;
    font-weight: 500;
    cursor: default;
    color: #999;
    padding: 8px 4px;
}

.calendar-day[disabled] {
    color: #ccc;
    cursor: not-allowed;
}

.calendar-day.past-date {
    color: #ccc;
    background-color: #f9f9f9;
    cursor: not-allowed;
}

.calendar-day.available {
    color: #198754;
    font-weight: 600;
    cursor: pointer;
    background-color: #f0f9f6;
    transition: all 0.2s ease;
}

.calendar-day.available:hover {
    background-color: #198754;
    color: white;
    border-radius: 4px;
}

.calendar-day.unavailable {
    color: #aaa;
    cursor: not-allowed;
    background-color: #fafafa;
}

/* Sticky action bar for flex scenes */
.sticky-bottom {
    position: sticky;
    bottom: 0;
}

/* Flex package styling */
.flex-package {
    cursor: pointer;
}

/* ===== GENERIC SWIPER STYLES ===== */
.swiper:not(.hero-slides-swiper) {
    width: 100% !important;
    overflow: hidden !important;
}

.swiper:not(.hero-slides-swiper) .swiper-wrapper {
    display: flex !important;
    width: 100% !important;
    flex-wrap: wrap !important;
    gap: 20px;
}

.swiper:not(.hero-slides-swiper) .swiper-slide {
    height: auto !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    width: calc(33.333% - 13.5px) !important;
}

.swiper:not(.hero-slides-swiper) .swiper-slide .card {
    background: #fff;
    border: none;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.swiper:not(.hero-slides-swiper) .swiper-slide .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper:not(.hero-slides-swiper) .swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
}

.swiper:not(.hero-slides-swiper) .swiper-slide .card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.swiper:not(.hero-slides-swiper) .swiper-pagination {
    display: none !important;
}

.swiper-pagination-bullet {
    display: none !important;
}

.swiper-pagination-bullet-active {
    display: none !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
    content: none !important;
}

.swiper-button-prev i,
.swiper-button-next i {
    display: none !important;
}

.btn.btn-link.swiper-button-prev::before,
.btn.btn-link.swiper-button-next::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btn.btn-link.swiper-button-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path d="m20 25c-.3838 0-.7676-.1465-1.0605-.4395l-5.5-5.5c-.5859-.5854-.5859-1.5356 0-2.1211l5.5-5.5c.5859-.5859 1.5352-.5859 2.1211 0 .5859.5854.5859 1.5356 0 2.1211l-4.4395 4.4395 4.4395 4.4395c.5859.5854.5859 1.5356 0 2.1211-.293.293-.6768.4395-1.0605.4395z" fill="%23999"/></svg>');
}

.btn.btn-link.swiper-button-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path d="m22.5597 16.9375-5.5076-5.5c-.5854-.5854-1.5323-.5825-2.1157.0039-.5835.5869-.5815 1.5366.0039 2.1211l4.4438 4.4375-4.4438 4.4375c-.5854.5845-.5874 1.5342-.0039 2.1211.2922.2944.676.4414 1.0598.4414.3818 0 .7637-.1455 1.0559-.4375l5.5076-5.5c.2815-.2812.4403-.6636.4403-1.0625s-.1588-.7812-.4403-1.0625z" fill="%23999"/></svg>');
}

.btn.btn-link.swiper-button-prev,
.btn.btn-link.swiper-button-next {
    color: transparent !important;
    padding: 0 !important;
    text-decoration: none !important;
    border-color: transparent !important;
    background-color: #ddd !important;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-link.swiper-button-prev:hover::before,
.btn.btn-link.swiper-button-next:hover::before {
    filter: brightness(0) saturate(100%);
}

.btn.btn-link.swiper-button-prev:hover,
.btn.btn-link.swiper-button-next:hover {
    text-decoration: none !important;
    background-color: #ccc !important;
}

.btn.btn-link.swiper-button-prev:focus,
.btn.btn-link.swiper-button-next:focus,
.btn.btn-link.swiper-button-prev:focus-visible,
.btn.btn-link.swiper-button-next:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    background-color: #ccc !important;
}

.swiper:not(.hero-slides-swiper) {
    position: relative !important;
}

.swiper:not(.hero-slides-swiper) .swiper-button-prev,
.swiper:not(.hero-slides-swiper) .swiper-button-next {
    position: static !important;
    width: auto !important;
    height: auto !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
}

.swiper:not(.hero-slides-swiper) button:hover,
.swiper:not(.hero-slides-swiper) .swiper-button-prev:hover,
.swiper:not(.hero-slides-swiper) .swiper-button-next:hover {
    text-decoration: none !important;
}

.swiper:not(.hero-slides-swiper) button:focus,
.swiper:not(.hero-slides-swiper) button:focus-visible,
.swiper:not(.hero-slides-swiper) .swiper-button-prev:focus,
.swiper:not(.hero-slides-swiper) .swiper-button-prev:focus-visible,
.swiper:not(.hero-slides-swiper) .swiper-button-next:focus,
.swiper:not(.hero-slides-swiper) .swiper-button-next:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.swiper:not(.hero-slides-swiper) .swiper-button-nav-container {
    display: flex !important;
    gap: 15px !important;
    justify-content: flex-end !important;
    padding-top: 50px !important;
    padding-bottom: 0 !important;
    margin-right: 0 !important;
}

.card-inner {
    padding: 25px 15px !important;
    text-align: center;
    border: none !important;
    border-radius: 8px;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    transition: box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1024px) {
    .swiper:not(.hero-slides-swiper) .swiper-pagination,
    .swiper:not(.hero-slides-swiper) .swiper-button-nav-container,
    .swiper:not(.hero-slides-swiper) .swiper-button-prev,
    .swiper:not(.hero-slides-swiper) .swiper-button-next {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .swiper:not(.hero-slides-swiper) .swiper-wrapper {
        flex-wrap: nowrap !important;
        gap: 20px;
    }
    
    .swiper:not(.hero-slides-swiper) .swiper-slide {
        width: calc(50% - 10px) !important;
    }
    .nav-item {
        margin-top: .5rem !important;
        border-top: .5px solid #ccc;
        padding: .6rem 0 0.4rem !important;
        font-weight: 600 !important;
        font-size: .9em !important;
    }
    .dropdown-toggle::after {
        display: inline-block !important;
        float: right !important;
        content: "\f282" !important;
        border: none !important;
        font-family: "bootstrap-icons" !important;
        font-weight: normal !important;
        font-style: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        line-height: 1 !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
    }
    .dropdown-item::after {
        display: inline-block !important;
        float: right !important;
        margin-left: auto;
        content: "\f285" !important;
        border: none !important;
        font-family: "bootstrap-icons" !important;
        font-weight: normal !important;
        font-style: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        line-height: 1 !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
    }
}
.breadcrumb-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
}

/* Hide scrollbar while keeping functionality */
.breadcrumb-scroll::-webkit-scrollbar {
    height: 4px;
}

.breadcrumb-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.breadcrumb-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.breadcrumb-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

/* Firefox scrollbar styling */
.breadcrumb-scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.breadcrumb-scroll .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 0;
}

.breadcrumb-scroll .breadcrumb-item {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0.25rem 0;
}

.breadcrumb-scroll .breadcrumb-item + .breadcrumb-item::before {
    content: '/';
    padding: 0 0.8rem;
    color: #ccc;
    font-size: 0.8rem;
}

.breadcrumb-scroll .breadcrumb-item a {
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-scroll .breadcrumb-item a:hover {
    color: #0b5ed7;
    text-decoration: underline;
}

.breadcrumb-scroll .breadcrumb-item.active {
    color: #6c757d;
}

/* Smooth scrolling for mobile */
@media (max-width: 768px) {
    .breadcrumb-scroll {
        padding: 0.75rem 0;
    }
    
    .breadcrumb-scroll .breadcrumb-item {
        font-size: 0.875rem;
    }
}

/* Carousel Indicator Button Styles - Generic for all carousels */
.carousel-indicator-btn {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    border: 1px solid #999;
    cursor: pointer;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
}

.carousel-indicator-btn.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    width: 12px;
    height: 12px;
}

/* Booking start form parity styles */
.vpt2-booking-start .guest {
    background-color: #198754 !important;
    border-radius: 50% !important;
    color: #fff !important;
    padding: 5px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 18px;
    text-align: center;
}

.vpt2-booking-start .guest-entry {
    border-top: 1px solid #eee;
}

.vpt2-booking-start .form-control.is-invalid,
.vpt2-booking-start .form-select.is-invalid,
.vpt2-booking-start .rounded.border-gray.is-invalid,
.vpt2-booking-start .form-select.border-gray.is-invalid {
    border-color: #dc3545 !important;
    border-width: 2px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.vpt2-booking-start .form-control.is-invalid:focus,
.vpt2-booking-start .form-select.is-invalid:focus,
.vpt2-booking-start .rounded.border-gray.is-invalid:focus,
.vpt2-booking-start .form-select.border-gray.is-invalid:focus {
    border-color: #dc3545 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.vpt2-booking-start .is-invalid ~ .form-text,
.vpt2-booking-start .form-control.is-invalid ~ .invalid-feedback,
.vpt2-booking-start .form-select.is-invalid ~ .invalid-feedback {
    color: #dc3545;
    display: block !important;
}

.vpt2-booking-start .booking-note-group {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 0.75rem;
}

.vpt2-booking-start .booking-note-group:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 575.98px) {
    .vpt2-booking-start .container {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .vpt2-booking-start .row {
        --bs-gutter-x: 0.75rem;
    }

    .vpt2-booking-start .card-body,
    .vpt2-booking-start .list-group-item {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .vpt2-booking-start .booking-additional-info {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
    }

    .vpt2-booking-start .booking-note-group {
        margin-bottom: 0.75rem !important;
        padding-bottom: 0.6rem;
    }
}
