﻿/* -------------------- EXISTING CSS (unchanged) -------------------- */
.single-item.cruise-layout-2 .itinerary-block .itinerary-item .icon-column {
    position: relative;
}

    .single-item.cruise-layout-2 .itinerary-block .itinerary-item .icon-column::after {
        content: "";
        display: block;
        height: calc(100% - 65px);
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        border-left: 1px dashed #555555;
    }

.single-item.cruise-layout-2 .itinerary-block .itinerary-item:not(:last-child) .itinerary-content {
    padding-bottom: 15px;
    border-bottom: 1px solid #C1C1C1;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.itinerary-block .itinerary-description[data-readmore] {
    transition: height 100ms;
    overflow: hidden;
}

.single-item.cruise-layout-2 .itinerary-block .itinerary-item .itinerary-description + [data-readmore-toggle] {
    text-transform: uppercase;
    color: #009FDD;
    font-weight: 700;
    font-size: 12px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    padding: 15px 12px !important;
    font-size: 28px;
}

.toggle-btn {
    color: #000000;
    font-size: 27px;
    margin: 12px 0px 11px 0px;
}

.itinerary-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.tab-nav {
    position: sticky;
    top: 128px;
    z-index: 9;
}
#things {
    margin-bottom: 20px;
}

.itinerary-content {
    border-bottom: 1px solid #C1C1C1;
    margin-bottom: 0px;
}

itinerary-content {
    margin-bottom: 20px;
}

.itinerary-item {
    margin-bottom: 20px;
}

.icon-column {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 0;
}

    .icon-column .icon {
        position: relative;
        font-size: 33px;
        color: #000000;
        margin-top: -1px;
    }

        .icon-column .icon::after {
            content: "";
            position: absolute;
            top: 88%;
            left: 50%;
            transform: translateX(-50%);
            width: 1px;
            height: calc(126% + 40px);
            border-left: 2px dotted #012c61;
        }

.itinerary-title {
    display: flex;
    gap: 6px;
    font-weight: bold;
    color: white;
    font-size: 17px;
    padding: 2px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    background: #000000;
    align-items: center;
    text-align: left;
}

    .itinerary-title .day,
    .itinerary-title .date,
    .itinerary-title .location {
        flex: 0 0 auto;
    }

.itinerary-description {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    text-align: justify;
    padding: 0 11px;
}

.itinerary-content img {
    border-radius: 6px;
    margin-bottom: 15px;
    width: 100%;
}

.more-content {
    display: none;
}

.toggle-readmore:hover {
    color: #14add9;
}

.toggle-readmore {
    display: inline-block;
    margin-top: 0px;
    color: #14add9;
    cursor: pointer;
    margin-bottom: 18px;
}

.single-item.cruise-layout-2 .itinerary-block .itinerary-item .itinerary-title {
    padding: 8px 15px;
    background: #009FDD;
    color: #FFF;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.tab-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    background: #000000;
    flex-wrap: wrap;
    border-radius: 7px;
    justify-content: space-between;
}

.tab {
    padding: 10px 20px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    font-size: 19px;
    border-radius: 7px;
    transition: background-color 0.3s;
    font-weight: 700;
}

    .tab:hover {
        background-color: #14add9;
    }

    .tab.active {
        background-color: #14add9;
        color: #fff;
        font-weight: 700;
    }

.tab-content.active {
    display: block;
}

.tabsection {
    padding-top: 27px;
    background: #f4f4f4;
}

.price-value span:first-child,
.price-value span:last-child {
    font-size: 24px;
}

.pribc {
    font-size: 36px;
    line-height: normal;
}

/* ✅ ✅ ✅ UPDATED PRICE SECTION STYLING STARTS HERE ✅ ✅ ✅ */
.price-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    border: 1px solid #666;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f8f8f8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin: 20px auto;
    /* max-width: 600px; */
}

.prices-block {
    flex: 1 1 33.3333%;
    padding: 14px 0;
    background-color: #f5f5f5;
    text-align: center;
    border: 1px solid #848484;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-right: 1px solid #e0e0e0;
}

    .prices-block:last-child {
        border-right: none;
    }

.price-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-title {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.price-value {
    font-size: 20px;
    font-weight: 600;
    color: #555;
    transition: color 0.3s ease;
}

.prices-block:hover,
.prices-block.active {
    background-color: #1bc2c9;
}

    .prices-block:hover .price-title,
    .prices-block.active .price-title,
    .prices-block:hover .price-value,
    .prices-block.active .price-value {
        color: #ffffff;
    }
/* ✅ UPDATED PRICE SECTION STYLING ENDS HERE ✅ */

/* Responsive adjustments */
@media (max-width: 768px) {

    .price-row {
        flex-direction: row;
        flex-wrap: nowrap;
        width: calc(100% - 8px);
    }
    .prices-block {
        flex: 1 1 33.333%;
        padding: 15px 5px;
        font-size: 15px;
    }

        .prices-block:last-child {
            border-bottom: none;
        }

    .itinerary-title {
        font-size: 14px !important;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 212px !important;
    }

    .price-blockk h4 {
        text-align: center;
        font-size: 20px !important;
        color: #012c61;
        padding: 0px 0px 11px 0px;
    }
}

/* ✅ Mobile Optimized – 480px and below with 4px side spacing */
@media (max-width: 480px) {
    .price-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: nowrap;
        width: calc(100% - 14px); /* subtract 4px left + 4px right */
        margin: 0 auto 20px;
        border-radius: 6px;
        overflow: hidden;
        background: #f2f2f2;
    }

    .prices-block {
        flex: 1 1 33.333%;
        padding: 10px 4px;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        background-color: #f2f2f2;
        color: #000000;
        text-transform: uppercase;
        border-right: 1px solid #e0e0e0;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        .prices-block:last-child {
            border-right: none;
        }

        .prices-block:hover {
            background-color: #14add9;
            color: #fff;
        }

        .prices-block.active {
            background-color: #14add9;
            color: #fff;
        }

    .price-block h4 {
        font-size: 13px;
        margin: 0;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #555;
    }

    .price-block .price-value {
        font-size: 12px;
        margin-top: 5px;
        color: #555;
    }

    .pribc {
        font-size: 24px !important;
    }

    .price-value span:first-child,
    .price-value span:last-child {
        font-size: 16px !important;
    }
}



.inclusions-section {
    /* padding: 30px; */
    border-radius: 10px;
    margin: 0px 0;
 
}
.section-title {
    font-size: 28px;
    color: #000000;
    margin-bottom: 6px;
    /* border-bottom: 2px solid #ddd; */
    padding-bottom: 5px;
}

.inclusion-list,
.itinerary-list {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
    .inclusion-list li, .itinerary-list li {
        margin-bottom: 2px;
        /* line-height: 1.6; */
        color: #000000;
        list-style: disc;
        font-family: 'Lexend', sans-serif !important;
    }

.note {
    font-size: 14px;
    color: #000000;
    font-style: italic;
}

/*.package-inclusions {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    margin-bottom: 40px;
}*/

.package-inclusions h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #000000;
    border-bottom: 0px solid #eee;
    padding-bottom: 8px;
}

    .package-inclusions h3 {
        font-size: 18px;
        margin-top: 6px;
        list-style: none;
        margin-bottom: 0px;
        color: #000000;
    }

    .package-inclusions ul {
        list-style: disc;
        margin-left: 20px;
        padding-left: 10px;
    }

    .package-inclusions li {
        margin-bottom: 3px;
        color: #000000;
        list-style: disc;
    }
.inclusions-section li {
    margin-bottom: 3px;
    color: #000000;
    list-style: disc;
}
.inclusions-section ul {
    list-style: disc;
    margin-left: 20px;
    padding-left: 10px;
}
.inclusions-section strong {
    color: #000;
}
    .package-inclusions strong {
        color: #000;
    }
.inclusions-section h3 {
    font-size: 18px;
    margin-top: 6px;
    list-style: none;
    margin-bottom: 0px;
    color: #000000;
}
.inclusions-section {
    margin: 17px 0;
}
@media(max-width:768px) {
    .itinerary-title {
        font-size:14px!important;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 212px!important;
    }
    .price-blockk h4 {
        text-align: center;
        font-size: 20px!important;
        color: #012c61;
        padding: 0px 0px 11px 0px;
    }
}
@media(max-width:991px) {
    .icon-column {
        display:none!important;
    }
}

.tabsection .container.p-0 > .tab-nav:has(> a.tab[href="#overview"]):has(> a.tab[href="#dates"]) {
    justify-content: center !important;
    align-items: center;
    gap: 0 !important;
    padding: 4px;
    background: #ffffff !important;
    border-radius: 999px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    max-width: fit-content;
    margin: auto;
    position: sticky;
    top: 73px;
    z-index: 9;
    white-space: nowrap;
    overflow: visible;
}

    .tabsection .container.p-0 > .tab-nav:has(> a.tab[href="#overview"]):has(> a.tab[href="#dates"])::before {
        content: none !important;
    }

    .tabsection .container.p-0 > .tab-nav:has(> a.tab[href="#overview"]):has(> a.tab[href="#dates"]) > .tab {
        background-color: transparent !important;
        color: #111111 !important;
        border-radius: 999px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        line-height: 1;
        padding: 12px 22px !important;
        text-decoration: none;
        transition: color 0.25s ease, background-size 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        background-image: linear-gradient(45deg, #3fdaf8 0%, #2d5585 100%);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 0% 100%;
        -webkit-tap-highlight-color: transparent;
    }

        .tabsection .container.p-0 > .tab-nav:has(> a.tab[href="#overview"]):has(> a.tab[href="#dates"]) > .tab:hover {
            color: #ffffff !important;
            background-size: 100% 100%;
        }

        .tabsection .container.p-0 > .tab-nav:has(> a.tab[href="#overview"]):has(> a.tab[href="#dates"]) > .tab.active {
            color: #ffffff !important;
            background-size: 100% 100%;
        }

    .tabsection .container.p-0 > .tab-nav:has(> a.tab[href="#overview"]):has(> a.tab[href="#dates"]):hover > .tab.active:not(:hover) {
        background-size: 0% 100%;
        color: #111111 !important;
    }

    .tabsection .container.p-0 > .tab-nav:has(> a.tab[href="#overview"]):has(> a.tab[href="#dates"]) > .tab:hover,
    .tabsection .container.p-0 > .tab-nav:has(> a.tab[href="#overview"]):has(> a.tab[href="#dates"]) > .tab.active {
        background-color: transparent !important;
    }

@media (max-width: 768px) {
    .tabsection .container.p-0 > .tab-nav:has(> a.tab[href="#overview"]):has(> a.tab[href="#dates"]) {
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        flex-wrap: nowrap;
        gap: 3px;
        padding: 4px;
        background: #ffffff !important;
        border-radius: 999px !important;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        width: 100%;
        max-width: fit-content;
        margin: 12px auto !important;
        position: sticky;
        top: 72px;
        z-index: 9;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}

.right-section {
    padding: 15px 4px !important;
}

.main-wrap {
    flex-direction: column;
    margin: 12px 5px !important;
    border-radius: 20px;
}

@media(max-width:600px) {
    .form-title {
        text-align: center;
        margin-bottom: 5px !important;
        font-size: 25px !important;
    }

    .form-label {
        margin-bottom: 0.1rem !important;
    }
    .enquiry {
        width: 148px!important;
    }
    .tabsection .container.p-0 > .tab-nav > .tab {
        flex: 0 0 auto;
        padding: 10px 12px !important;
        font-size: 11px !important;
        text-align: center;
        border-radius: 999px;
        white-space: nowrap;
        margin: 0 !important;
    }
}


    .tabsection .container.p-0 > .tab-nav::-webkit-scrollbar {
        height: 0 !important;
    }

   

    @supports not (gap: 1px) {
        .tabsection .container.p-0 > .tab-nav > .tab + .tab {
            margin-left: 3px !important;
        }
    }


@media (max-width: 480px) {
    .tabsection .container.p-0 > .tab-nav:has(> a.tab[href="#overview"]):has(> a.tab[href="#dates"]):has(> a.tab[href="#hotels"]) {
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        flex-wrap: nowrap;
        gap: 3px;
        padding: 4px;
        background: #ffffff !important;
        border-radius: 999px !important;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        width: 100%;
        max-width: fit-content;
        margin: 10px auto !important;
        position: sticky;
        top: 40px;
        z-index: 9;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .tabsection .container.p-0 > .tab-nav::-webkit-scrollbar {
        height: 0 !important;
    }

    .tabsection .container.p-0 > .tab-nav > .tab {
        flex: 0 0 auto;
        padding: 10px 12px !important; 
        font-size: 9px !important;
        text-align: center;
        border-radius: 999px;
        white-space: nowrap;
        margin: 0 !important; 
    }

    @supports not (gap: 1px) {
        .tabsection .container.p-0 > .tab-nav > .tab + .tab {
            margin-left: 3px !important;
        }
    }
}