:root {
    --primary-blue: #0077FF;
    --navbar-bg: #fff9f9c6;
    --pure-white: #FFFFFF;
    --hover-blue: #2f8bf5;
    --light-gray: #f8f9fa;
    --text-dark: #212529;
    --border-color: #eee;
}

/* Package Hero Section */
.package-hero {
    padding-top: 140px;

background: linear-gradient(135deg, #aacef2 0%, #ffffff 100%);
/* background: linear-gradient(135deg, #0077FF 0%, #f8fbff 70%, #ffffff 100%); */
/* background: linear-gradient(120deg, #0077FF 0%, #89c2ff 40%, #f5faff 100%); */
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\F285"; /* Bootstrap Icons chevron-right */
    font-family: "bootstrap-icons";
    font-size: 0.75rem;
    color: #ccc;
}

.package-badge {
    background: rgba(0, 119, 255, 0.08);
    color: var(--primary-blue);
    font-weight: 500;
    font-size: 0.85rem;
    padding: 6px 16px;
    text-wrap: wrap !important;
}




.gallery-item {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

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

/* Make left image full height */
.gallery-wrapper > .col-md-6:first-child {
    height: 100%;
}

.gallery-wrapper > .col-md-6:first-child .gallery-item {
    height: 100%;
    min-height: 420px;
}

/* Right grid images */
.gallery-wrapper .col-6 .gallery-item {
    height: 200px !important;
}





/* Overlay */
.view-all-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
}

.gallery-item:hover .view-all-overlay {
    opacity: 1;
}


.view-all-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:nth-child(5):hover .view-all-overlay {
    opacity: 1;
}



.view-all-overlay {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.view-all-overlay:hover {
    background: rgba(0, 0, 0, 0.6);
}

/* Highlights Grid */
.highlight-box {
    background: #fdfdfd;
    border: 1px solid #f0f0f0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}

.highlight-box:hover {
    border-color: var(--primary-blue);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 119, 255, 0.05);
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    background: rgba(0, 119, 255, 0.05);
    color: var(--primary-blue);
    flex-shrink: 0;
}






/* Itinerary Timeline */
/*.itinerary-timeline {*/
/*    position: relative;*/
/*    padding-left: 40px;*/
/*}*/







/* Wrapper controls height */
/*.itinerary-wrapper {*/
/*    max-height: 300px;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*}*/

/* Blur */
/*.itinerary-wrapper.locked .itinerary-content {*/
/*    filter: blur(6px);*/
/*}*/

/* Overlay */
/*.itinerary-overlay {*/
/*    position: absolute;*/
/*    bottom: 0%;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 60%;*/

/*    display: flex;*/
/*    align-items: flex-end;*/
/*    justify-content: center;*/
/*    padding-bottom: 25px;*/

/*    background: linear-gradient(*/
/*        to top,*/
/*        rgba(255,255,255,0.95),*/
/*        rgba(255, 255, 255, 0.7),*/
/*        transparent*/

/*    );*/



/*}*/

/* Unlock */
/*.itinerary-wrapper.unlocked {*/
/*    max-height: none;*/
/*}*/

/*.itinerary-wrapper.unlocked .itinerary-content {*/
/*    filter: none;*/
/*}*/

/*.itinerary-wrapper.unlocked .itinerary-overlay {*/
/*    display: none;*/
/*}*/


/* Overlay content */
/*.overlay-content {*/
/*    max-width: 400px;*/
/*}*/

/* Title */
/*.overlay-title {*/
/*    font-size: 2.2rem;*/
/*    font-weight: 900 !important;*/
/*    color:var(--primary-blue);*/
/*    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);*/
/*}*/

/* Subtitle */
/*.overlay-subtitle {*/
/*    font-size: 14px;*/
/*    color: #6c757d;*/
/*}*/

/* Button */
/*.unlock-btn {*/
/*    background: linear-gradient(135deg, #0d6efd, #4dabf7);*/
/*    color: #fff;*/
/*    border: none;*/
/*    padding: 10px 22px;*/
/*    border-radius: 30px;*/
/*    font-weight: 600;*/
/*    transition: 0.3s ease;*/
/*}*/

/*.unlock-btn:hover {*/
/*    transform: translateY(-2px);*/
/*    color: #fff !important;*/

/*    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);*/
/*}*/












/*.itinerary-timeline::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 14px;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    width: 2px;*/
/*    background: #eef1f6;*/
/*    z-index: 1;*/
/*}*/

/*.day-card {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    background: #fff;*/
/*    border: 1px solid #f0f0f0;*/
/*    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);*/
/*    cursor: pointer;*/
/*}*/

/*.day-card::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -33px;*/
/*    top: 24px;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    background: #fff;*/
/*    border: 3px solid var(--primary-blue);*/
/*    border-radius: 50%;*/
/*    z-index: 3;*/
/*}*/

/*.day-card:hover, .day-card.active {*/
/*    border-color: var(--primary-blue);*/
/*    box-shadow: 0 10px 25px rgba(0, 119, 255, 0.08);*/
/*    transform: translateY(-2px);*/
/*}*/

/*.day-card.active::before {*/
/*    background: var(--primary-blue);*/
/*}*/

/*.day-tag {*/
/*    font-weight: 600;*/
/*    color: var(--primary-blue);*/
/*    font-size: 0.9rem;*/
/*    letter-spacing: 1px;*/
/*}*/











/* Itinerary Accordion Styles */
.itinerary-section {
    position: relative;
}

.itinerary-accordion .accordion-item {
    border: 1px solid #f0f0f0;
    border-radius: 20px !important;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.itinerary-accordion .accordion-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.itinerary-accordion .accordion-header {
    border-radius: 20px !important;
}

.itinerary-accordion .accordion-button {
    background-color: #f8f9fa;
    padding: 18px 24px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: none !important;
}

.itinerary-accordion .accordion-button:not(.collapsed) {
    background-color: #f1f3f5;
    color: var(--primary-blue);
}

.itinerary-accordion .accordion-button::after {
    margin-left: auto;
    background-size: 1.25rem;
    transition: transform 0.3s ease;
}

/* Day Badge */
.day-badge {
    background-color: #6c757d;
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: capitalize;
}

.itinerary-accordion .accordion-button:not(.collapsed) .day-badge {
    background-color: var(--primary-blue);
}

/* Accordion Body */
.itinerary-accordion .accordion-body {
    padding: 24px;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

/* Responsive Content (Images from CKEditor) */
.itinerary-accordion .accordion-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 15px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.itinerary-accordion .accordion-body ul, 
.itinerary-accordion .accordion-body ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.itinerary-accordion .accordion-body li {
    margin-bottom: 8px;
}

/* Lockwood/Unlock Logic Styles */
.itinerary-wrapper {
    max-height: 400px; /* Increased for accordion */
    overflow: hidden;
    position: relative;
}

.itinerary-wrapper.locked .itinerary-content {
    filter: blur(8px);
    pointer-events: none; /* Prevent interaction when locked */
}

.itinerary-wrapper.unlocked {
    max-height: none;
}

.itinerary-wrapper.unlocked .itinerary-content {
    filter: none;
    pointer-events: auto;
}

/* Overlay Base */
.itinerary-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 40px;
    z-index: 10;
    background: linear-gradient(
        to top,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,0.8) 50%,
        transparent 100%
    );
}

.itinerary-wrapper.unlocked .itinerary-overlay {
    display: none;
}

/* Overlay content */
.overlay-content {
    max-width: 500px;
    text-align: center;
}

/* Title */
.overlay-title {
    font-size: 2rem;
    font-weight: 800 !important;
    color: var(--primary-blue);
    margin-bottom: 10px;
}

/* Subtitle */
.overlay-subtitle {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
}

/* Unlock Button */
.unlock-btn {
    background: linear-gradient(135deg, var(--primary-blue), #4dabf7);
    color: #fff !important;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 119, 255, 0.2);
}

.unlock-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 119, 255, 0.3);
}







/* Sticky Sidebar */
.booking-sidebar {
    position: sticky;
    top: 120px;
}

.booking-card {
    border: 1px solid #f0f0f0;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.price-tag {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-blue);
}

.customize-banner {
    background: linear-gradient(135deg, #f8fbff 0%, #edf5ff 100%);
    border: 1px dashed #cfe3ff;
}

.booking-card button{
transition: all 0.4s cubic-bezier(0.465, 0.84, 0.44, 1);
}

/* Inclusion List */
.inclusion-item {
    font-size: 0.95rem;
    padding: 8px 0;
}

.inclusion-item i {
    color: #28a745;
}

/* Responsive */
@media (max-width: 991px) {
    /* .gallery-bento {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 200px);
    } */
    .booking-sidebar {
        position: static;
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    /* .gallery-bento {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .gallery-item {
        height: 250px;
    }
    .item-large {
        grid-column: span 1;
        grid-row: span 1;
    } */
    .price-tag {
        font-size: 2rem;
    }
}











/* Modal */
.modal-content {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.modal-title{
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--primary-blue);
}

/* Input */
.custom-input {
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #ddd;
    transition: 0.2s;
}

.custom-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13,110,253,0.1);
}

/* Submit button */
.submit-btn {
    background: linear-gradient(135deg, #0d6efd, #4dabf7);
    color: #fff;
    border-radius: 30px;
    padding: 12px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}

.submit-btn:hover {
    transform: translateY(-2px);
    color: white !important;
    box-shadow: 0 10px 25px rgba(13,110,253,0.3);
}








/* Modern Booking Modal Styles - Two Column Layout */
.booking-modal-wide {
    max-width: 900px !important;
}

.booking-modal-content {
    border: none !important;
    border-radius: 24px !important;
    overflow: hidden;
    background: #fff;
}

.booking-modal-row {
    display: flex;
    flex-wrap: wrap;
}

.booking-modal-img-side {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 100%;
}

.booking-modal-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}

.modal-pkg-days {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.modal-pkg-title {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}

.modal-pkg-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    font-weight: 400;
}

.booking-modal-form-side {
    padding: 40px;
    position: relative;
}

.modal-close-custom {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f8f9fa;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    z-index: 10;
    transition: all 0.3s ease;
    cursor: pointer;
}

.modal-close-custom:hover {
    background: #e9ecef;
    transform: rotate(90deg);
}

.modal-form-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}

/* Mobile Header Style for Modal */
.mobile-modal-header {
    display: none;
    padding: 20px 20px 10px;
    align-items: center;
    gap: 15px;
}

.mobile-pkg-thumb {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    object-fit: cover;
}

.mobile-header-content h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2px;
    color: #111;
}

.mobile-header-content p {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 0;
}

/* Red Button Style */
.connect-expert-btn {
    background: #f92525 !important;
    border: none !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    padding: 14px !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(249, 37, 37, 0.25) !important;
}

.connect-expert-btn:hover {
    background: #e01e1e !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(249, 37, 37, 0.35) !important;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .booking-modal-img-side {
        display: none !important;
    }
    
    .mobile-modal-header {
        display: flex;
    }
    
    .booking-modal-form-side {
        padding: 20px;
    }
    
    .modal-form-title {
        display: none;
    }
}

@media (max-width: 576px) {
    .booking-modal-content {
        border-radius: 0 !important;
    }
}