ul,
ol,
li {
    list-style: none;
    display: block;

    padding: 0;
}


.tour-details-overview strong,
.itinerary-section strong {
    font-weight: 600;
}

/*
@font-face {
    font-family: "OakesGrotesk";
    src: url("../fonts/Oakes-grotesk/Oakes Grotesk Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "OakesGrotesk";
    src: url("../fonts/Oakes-grotesk/Oakes Grotesk Light Italic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "OakesGrotesk";
    src: url("../fonts/Oakes-grotesk/Oakes Grotesk Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "OakesGrotesk";
    src: url("../fonts/Oakes-grotesk/Oakes Grotesk Regular Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: "OakesGrotesk";
    src: url("../fonts/Oakes-grotesk/Oakes Grotesk Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "OakesGrotesk";
    src: url("../fonts/Oakes-grotesk/Oakes Grotesk Medium Italic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: "OakesGrotesk";
    src: url("../fonts/Oakes-grotesk/Oakes Grotesk SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "OakesGrotesk";
    src: url("../fonts/Oakes-grotesk/Oakes Grotesk SemiBold Italic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: "OakesGrotesk";
    src: url("../fonts/Oakes-grotesk/Oakes Grotesk Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "OakesGrotesk";
    src: url("../fonts/Oakes-grotesk/Oakes Grotesk Bold Italic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

:root {
    font-family: "OakesGrotesk", "TUIType Regular", "TUIType-Light", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.special-char {
    font-family: "Ambit", system-ui, sans-serif !important;
}

.section-title-para {
    max-height: 130px;
} */

p {
    /* font-family: var(--font-light); */
    color: #000000;
    /* text-transform: capitalize; */
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

strong {
    /* font-family: var(--font-family); */
    font-weight: 700;

}

.day-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--black-color);
    margin: 0;
    font-family: var(--font-text);
    line-height: 24px;
}

.day-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--black-color);
    margin: 0;
    font-family: var(--font-family) !important;
    line-height: 24px;
}

.day-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    border-radius: 50%;
    border: 2px solid var(--border-color);
    position: relative;
    z-index: 22;
}

.day-icon i {
    font-size: 24px;
    color: var(--border-color);
}

.days-list .day-item ul li,
.tour-details-overview ul li {
    list-style: disc;
    display: list-item;
    font-weight: 500;
    color: #000;
}

.days-list .day-item ul strong {
    font-weight: 500;
    font-size: 16px;
}

.days-list::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 0;
    width: 2px;
    /* background: var(--border-color); */
    z-index: 20;
}

.included-list.yes li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%233567f6' d='M8.426 19.204c-.846 0-1.642-.33-2.24-.928L1.208 13.3a.712.712 0 1 1 1.007-1.008l4.977 4.976c.33.33.767.51 1.233.51.465 0 .902-.18 1.232-.51L21.784 5.143A.713.713 0 1 1 22.79 6.15L10.666 18.276a3.15 3.15 0 0 1-2.24.928'/%3E%3C/svg%3E");
}

ul {
    padding-left: 20px;
}

.included-list UL {
    padding-left: 0;
}

.included-list li {
    padding: 0 0 0 20px;
    position: relative;
    font-size: 18px;
    color: var(--black-color);
    text-transform: unset;
}

/* ul li {
    font-family: "OakesGrotesk", "TUIType Regular", "TUIType-Light", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    ;

} */

.included-list .section-title-para {
  max-height: calc(1.5 * 6em);
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  transition: max-height 0.3s ease-in-out;
  line-height: 1.5;
}

.booking-fee ul li,
.important-info ul li,
.why-us-list ul li {
    display: list-item;
    list-style: disc;
    font-size: 16px
}

.included-list.no li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dc3545' d='M21.181 21.999c-.21 0-.42-.08-.58-.24L2.24 3.396a.818.818 0 1 1 1.158-1.157L21.76 20.603a.817.817 0 0 1-.58 1.395l.002.001Z'/%3E%3Cpath fill='%23dc3545' d='M2.82 21.999a.816.816 0 0 1-.58-1.395L20.602 2.24a.819.819 0 0 1 1.159 1.156L3.399 21.76a.82.82 0 0 1-.58.24z'/%3E%3C/svg%3E");
}

.day-content {
    padding: 0 !important;
}

p {
    /* font-family: "OakesGrotesk", "TUIType Regular", "TUIType-Light", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; */
    color: #000000;
    /* text-transform: capitalize; */
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: var(--font-family);
}




.tour-details-wrapper {
    padding: 20px 0;
}

.breadcrumb a {
    color: var(--black-color);
    text-decoration: underline;
    font-weight: 600;
}

.breadcrumb {
    flex-wrap: nowrap;
    padding: 10px 0;
    overflow: auto;
    white-space: nowrap;
    gap: 12px;
}

.breadcrumb a:hover {
    color: var(--main-color);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--black-color);
    padding-inline: 0.2rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0;
}

.breadcrumb-item.active {
    color: var(--black-color);
    font-weight: 600;
}

.gallery-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.gallery-wrapper .tour-collection {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 200;
}

.video-thumbnail {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / .3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease
}

.video-box:hover .video-overlay {
    background: rgb(0 0 0 / .5)
}

video {
    width: 100% !important;
}


.play-button {
    width: 80px;
    height: 80px;
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgb(0 0 0 / .3)
}

.video-box:hover .play-button {
    transform: scale(1.1);
    background: var(--second-color)
}

.play-button::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid var(--main-color);
    border-top: 15px solid #fff0;
    border-bottom: 15px solid #fff0;
    margin-left: 5px
}

.video-box:hover .play-button::before {
    border-left-color: var(--white-color)
}

.tour-gallery {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    position: relative;
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
}

.tour-gallery .tour-img {
    position: relative;
    overflow: hidden;
}

.tour-img img {
    width: 100%;
    /* max-height: 400px; */
    height: 100%;
    position: relative;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.tour-gallery .tour-img:nth-child(1) {
    grid-area: 1 / 1 / 5 / 4;
}

.tour-gallery .tour-img:nth-child(2) {
    grid-area: 1 / 4 / 3 / 6;
}

.tour-gallery .tour-img:nth-child(3) {
    grid-area: 3 / 4 / 5 / 6;
}

.tour-gallery .tour-img:nth-child(4) {
    grid-area: 1 / 6 / 3 / 8;
}

.tour-gallery .tour-img:nth-child(5) {
    grid-area: 3 / 6 / 5 / 8;
    position: relative;
}

.tour-gallery .tour-img:nth-child(n + 6) {
    display: none;
}



.tour-gallery.two-item img,
.tour-gallery.three-item img {
    height: 100%
}

.tour-gallery.three-item {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-height: 200px;
}

.tour-gallery.three-item>.tour-img:nth-child(1) {
    grid-area: 1 / 1 / 6 / 4;
}

.tour-gallery.three-item>.tour-img:nth-child(2) {
    grid-area: 1 / 4 / 6 / 6;
}

.tour-gallery.three-item>.tour-img:nth-child(3) {
    grid-area: 1 / 6 / 6 / 9;
}

/* Overlay button */
.more-img-overlay {
    padding: 0.5rem 1rem;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
    color: var(--white-color);
    right: 0;
    bottom: 0;
    border: none;
    /* backdrop-filter: blur(10px); */
    border: none;
}

.more-img-overlay:hover {
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: var(--box-shadow);
}

.tour-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tour-title h1 {
    font-size: 2rem;
    margin-block: 0.75rem;
    color: var(--third-color);
}

.tour-title button {
    background: transparent;
    border: none;
}


.tour-title span,
.tour-title i {
    font-size: 16px;
    color: var(--main-color);
}

.tour-details-overview {
    margin: 20px auto;
}

.tour-backgound {
    height: 500px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 0;
    object-fit: cover;
}

.rating-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
}

.rating-box {
    text-align: center;
}

.rating-label {
    font-size: 24px;
    font-weight: 700;
    color: var(--second-color);
    margin-bottom: 8px;
}

.rating-score {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.score {
    font-size: 32px;
    font-weight: 700;
    color: var(--second-color);
}

.stars {
    color: #fbbf24;
    font-size: 20px;
}

.jte-collection-box {
    margin: 0 auto;
    position: relative;
    border-radius: 40px;
    padding: 30px 30px 0;
    box-shadow: var(--box-shadow);
    text-align: center;
    overflow: hidden;
    z-index: 20;
}

.jte-collection-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/svg/background.svg");
    height: 100%;
    width: 100%;
}



.jte-collection-header {
    text-align: left;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 28px;
    color: var(--second-color);
    background-color: transparent !important;
}

.logo-circle {
    width: 80px;
    height: 80px;
    background: var(--white-color);
    border: 5px solid var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.main-title {
    font-size: 1.5rem;
    color: var(--second-color);
    font-family: var(--font-text);
    margin: 0;
    font-weight: bold;
}

.main-subtitle {
    font-size: 14px;
    color: var(--para-color);
    max-width: 800px;
    margin: 0 auto;
}

.features {
    display: flex;
    justify-content: center;
    gap: 1rem;
    /* margin-top: 40px; */
}

.important-info ul {
    padding-left: 20px;
}

.important-info ul li {
    display: list-item;
    list-style: disc;
}

.important-info ul li::marker {
    color: var(--main-color);
}

.feature {
    flex: 1;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature h3 {
    font-size: 1.2rem;
    color: var(--third-color);
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
    font-family: var(--font-text);
}

.feature p {
    font-size: 14px;
    color: var(--black-color);
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
}

.feature-image img {
    width: 150px;
}


.related-tags .section-title {
    margin-bottom: 5px;
    font-family: var(--font-text);
}

.related-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-left: 0;
}

.related-tags-container .tag {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--light-background);
    color: var(--main-color);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    /* background: linear-gradient(135deg, var(--main-color), var(--light-color)); */
    color: var(--main-color);
    border: none;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.related-tags-container .tag:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    border-color: var(--main-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(53, 103, 246, 0.3);
}

.related-tags-container .tag:hover {
    background: linear-gradient(135deg, var(--main-color), var(--light-color));
    transform: translateY(-2px) scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        max-width: 400px;
    }

    .tui-collection-box {
        padding: 40px 30px;
    }
}



.section-title-para h3,
.tour-details-list h3 {
    color: var(--third-color);
    font-family: var(--font-text);
    font-size: 1.3rem;
    font-weight: 600;
}

.section-title {
    margin-bottom: 15px;
    font-family: var(--font-text);
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

.feature-icon {
    width: 24px;
    height: 24px;
}

.feature-text {
    font-size: 15px;
    color: var(--third-color);
    font-weight: 600;
}

.additional-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--light-background);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--second-color);
}

.included-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 30px;
}

.included-list {
    list-style: none;
}





/* Small Cards Container */
.small-cards {
    display: flex;
    gap: 30px;
    justify-content: center;
    overflow: hidden;
}

.small-cards>* {
    flex: 1;
}

.airport-card {
    border-radius: 32px;
    overflow: hidden;
    height: 160px;
}

.small-card {
    background: var(--light-background);
    border-radius: 32px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.small-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: var(--box-shadow);
}

.small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-content h3 {
    font-size: 20px;
    margin: 0 0 5px 0;
    color: var(--second-color);
    font-weight: bold;
}

.small-content a {
    font-size: 14px;
    color: var(--main-color);
    text-decoration: none;
    font-weight: bold;
}

.small-content a:hover {
    text-decoration: underline;
}

.airport-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.airport-image img {
    position: relative;
    object-fit: cover;
    width: 100%;
}

.airport-image .small-content {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 7px;
    right: 7px;
    left: 7px;
    bottom: 7px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 32px;
    display: flex;
}

.cancelation-box {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.cancelation-box p {
    /* color: var(--black-color); */
}

included-section,
.tour-details-list,
.tour-details-features,
.tour-details-overview {
    margin-block: 1rem;
}

.booking-fee {
    background: var(--light-background);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
}

.booking-fee p {
    font-size: 16px;
    /* color: var(--black-color); */
}

.map-section {
    margin-bottom: 30px;
}

.location-address {
    font-size: 15px;
    font-weight: 600;
    color: var(--second-color);
    margin-bottom: 15px;
}

.meeting-point {
    background: var(--light-background);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
}

.meeting-point-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--second-color);
    margin-bottom: 8px;
}

.meeting-point-text {
    font-size: 14px;
    /* color: var(--black-color); */
}

.map-container {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}

.map-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: var(--white-color);
    border: 2px solid var(--main-color);
    border-radius: 25px;
    color: var(--main-color);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.map-button:hover {
    color: var(--third-color);
    border: 2px solid var(--third-color);
}

.table-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.table-header {
    margin-bottom: 30px;
}

.table-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--second-color);
    margin-bottom: 10px;
}

.table-subtitle {
    font-size: 16px;
    color: var(--para-color);
    line-height: 1.6;
}

.table-container {
    background-color: var(--white-color);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    margin-bottom: 1.5rem;
}

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

thead {
    background: linear-gradient(135deg, var(--second-color) 0%, var(--third-color) 100%);
}

thead th {
    padding: 20px 25px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

tbody tr {
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

tbody tr:last-child {
    border-bottom: none;
}

tbody tr:hover {
    background-color: var(--background-color);
    transform: scale(1.01);
}

tbody td {
    padding: 25px;
    font-size: 15px;
    color: var(--black-color);
}

.package-cell {
    font-weight: 600;
    color: var(--second-color);
    font-size: 16px;
}

.price-cell {
    font-weight: 700;
    font-size: 20px;
    color: var(--main-color);
}

@media (max-width: 768px) {
    .section-title {
        margin-bottom: 10px;
    }

    .table-container {
        overflow-x: auto;
        border-radius: 12px;
    }

    table {
        max-width: 700px;
            width: 100%;
    border-collapse: collapse;
    }

    thead th,
    tbody td {
        padding: 15px;
        font-size: 13px;
    }

    .table-title {
        font-size: 24px;
    }

    .package-cell {
        font-size: 14px;
    }

    .price-cell {
        font-size: 18px;
    }
}

/* Right Column - Booking Widget */
.check-availability {
    margin: 0 auto 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    /* text-align: center; */
}

.check-availability .btn-effect {
    color: var(--main-color);
    width: 100%;
}

.booking-widget {
    background: var(--white-color);
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 20px;
}



.widget-header {
    margin-bottom: 20px;
}

.widget-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--second-color);
    margin-bottom: 12px;
}

.best-value {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--main-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.best-value svg {
    width: 20px;
    height: 20px;
    fill: var(--main-color);
}

.label {
    font-size: 14px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 8px;
    display: block;
}

.select-box {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    font-size: 15px;
    color: var(--second-color);
    background: var(--white-color);
    cursor: pointer;
    margin-bottom: 15px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23102560' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.tour-option {
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}

.tour-option input[type="radio"] {
    /* position: absolute;
    left: 20px;
    top: 20px; */
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: var(--main-color);
}

.tour-option-content {
    margin-left: 0;
}
.tour-name {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.tour-name h2{
    font-size: 15px;
    font-weight: 700;
    color: var(--second-color);
    margin: 0;
}

.time-slots {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.time-slot {
    padding: 8px 20px;
    border: 2px solid var(--border-color);
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    color: var(--second-color);
    background: var(--white-color);
    cursor: pointer;
    transition: all 0.3s;
}

.time-slot.active {
    background: var(--second-color);
    color: var(--white-color);
    border-color: var(--second-color);
}

.tickets-section {
    margin-top: 15px;
}

.ticket-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.ticket-row:last-child {
    border-bottom: none;
}

.ticket-info {
    flex: 1;
}

.ticket-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 2px;
}

.ticket-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--second-color);
}

.ticket-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.qty-btn {
    width: 45px;
    height: 45px;
    border: 2px solid var(--main-color);
    border-radius: 12px;
    background: var(--white-color);
    color: var(--main-color);
    font-size: 32px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    font-weight: 400;
}

.qty-btn:hover {
    background: var(--main-color);
    color: var(--white-color);
}

.qty-btn:disabled {
    border: 2px solid #aaa;
    cursor: not-allowed;
    color: #aaa;
}

.qty-value {
    font-size: 18px;
    font-weight: 700;
    color: var(--second-color);
    min-width: 20px;
    text-align: center;
}

.total-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px solid var(--border-color);
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.total-label {
    font-size: 16px;
    font-weight: 600;
    color: var(--black-color);
}

.total-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--second-color);
}

.booking-buttons .trekksoft-booking-widget-container {
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.btn-add-cart {
    flex: 1;
    padding: 14px 24px;
    border: 2px solid var(--main-color);
    border-radius: 50px;
    background: var(--white-color);
    color: var(--main-color);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
}

.btn-add-cart:hover {
    background: var(--light-background);
}

.btn-checkout {
    flex: 1;
    padding: 14px 24px;
    border: none;
    border-radius: 50px;
    background: var(--main-color);
    color: var(--white-color);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
    display: block;
    text-align: center;
}

.btn-checkout:hover {
    background: var(--second-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(53, 103, 246, 0.3);
}

.btn-checkout:disabled,
.btn-add-cart:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.modal.fade .modal-dialog.modal-lg {
    transform: scale(.7);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    max-width: 600px
}

.modal.fade.show .modal-dialog.modal-lg {
    transform: scale(1);
    opacity: 1
}

.modal-dialog.modal-lg {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-content {
    border-radius: 20px
}



.modal-dialog.modal-lg .btn-effect:hover {
    color: var(--white-color)
}

@media (max-width: 968px) {
    .booking-widget {
        position: static;
    }
}

.input-error {
    border: 2px solid #dc3545 !important;
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.4);
}

.check-availability .btn-effect:hover {
    color: var(--white-color) !important;
}



.tour-sidebar {
    position: sticky;
    top: 100px;
}

.tour-sidebar form {
    margin-bottom: 30px;
}

.tour-details-overview p {
    font-size: 18px;
    line-height: 24px;

}

p {
    text-transform: unset
}

.included-section section-title {
    margin-bottom: 0
}



.feature-text {
    font-size: 15px;
    color: var(--third-color);
    font-weight: 600;
}

/* ============================================
Exoticca-Style Itinerary Section
============================================ */
/* :root {
  --main-color: #3567f6;
  --second-color: #1a1a1a;
  --para-color: #666;
  --black-color: #1a1a1a;
  --white-color: #ffffff;
  --light-background: #f8f9fa;
  --border-color: #e5e7eb;
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; */
    color: var(--black-color);
    line-height: 1.6;
}



.itinerary-section {
    padding: 40px 0;
    background: var(--white-color);
}

/* Itinerary Header */
.itinerary-header {
    margin-bottom: 40px;
}

.itinerary-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--second-color);
    margin-bottom: 16px;
}

.itinerary-intro {
    font-size: 16px;
    line-height: 1.7;
    color: var(--para-color);
    max-width: 900px;
}

.itinerary-intro strong {
    font-weight: 600;
    color: var(--second-color);
}

/* Route Map Section */
.route-map-container {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border-color);
}

.route-map-container iframe,
.route-map-container #routeMap {
    width: 100%;
    height: 100%;
    border: none;
}

.map-toggle-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white-color);
    border: 1px solid var(--border-color);
    padding: 10px 24px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: var(--second-color);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.map-toggle-btn:hover {
    background: var(--light-background);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.read-more-btn {
    background: none;
    border: none;
    color: var(--second-color);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 0;
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.read-more-btn:hover {
    color: var(--main-color);
}

.read-more-btn i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.read-more-btn.expanded i {
    transform: rotate(180deg);
}

/* Accommodation Section */
.day-accommodation {
    margin-bottom: 32px;
}

.section-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--para-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    display: block;
}

.accommodation-card {
    background: var(--white-color);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    max-width: 600px;
}

.accommodation-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.accommodation-image {
    width: 200px;
    height: 100%;
    min-height: 180px;
    position: relative;
    flex-shrink: 0;
}

.accommodation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--white-color);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    color: var(--second-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.accommodation-info {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accommodation-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--second-color);
    margin-bottom: 10px;
}

.accommodation-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.rating-stars {
    display: flex;
    gap: 4px;
}

.rating-stars i {
    font-size: 10px;
    color: #00aa6c;
}

.rating-count {
    font-size: 13px;
    color: var(--para-color);
}

.accommodation-link {
    font-size: 13px;
    color: var(--main-color);
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin-top: 5px;
    font-weight: 500;
}

.accommodation-link:hover {
    text-decoration: underline;
}

/* Activities Section */
.day-activities {
    margin-bottom: 0;
}

.activities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.activity-card {
    background: var(--white-color);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    position: relative;
    max-width: 300px;
    box-shadow: 2px 2px 8px 0 rgba(35, 35, 35, 0.20);
}

.card-description p{
    font-size: 14px;
    color: var(--para-color);
    margin-bottom: 10px;
    line-height: 1.5em;
    flex-grow: 1;
    max-height: calc(1.5 * 3em);
    overflow: hidden;
}

.card-description p {
    line-height: 1.5;
    font-family: var(--font-family);
}

.activity-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.activity-image {
    width: 100%;
    height: 140px;
    position: relative;
}

.activity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.optional-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--white-color);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    color: var(--second-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.activity-info {
    padding: 16px;
}

.activity-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--second-color);
    margin-bottom: 6px;
}

.activity-subtitle {
    font-size: 13px;
    color: var(--para-color);
    margin-bottom: 10px;
    line-height: 1.5;
}

.activity-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.status-dots {
    display: flex;
    gap: 4px;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border-color);
}

.status-dot.active {
    background: var(--second-color);
}

.status-text {
    font-size: 12px;
    color: var(--para-color);
    font-weight: 500;
}

.activity-link {
    font-size: 13px;
    color: var(--main-color);
    text-decoration: none;
    display: inline-block;
    margin-top: 0;
    cursor: pointer;
    font-weight: 500;
}

.activity-link:hover {
    text-decoration: underline;
}

/* Hide/Show Details Button */
.hide-show-details {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.details-toggle-btn {
    background: var(--white-color);
    border: 1px solid var(--border-color);
    color: var(--second-color);
    padding: 12px 32px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.details-toggle-btn:hover {
    background: var(--light-background);
    border-color: var(--second-color);
}

.details-toggle-btn i {
    transition: transform 0.3s ease;
    font-size: 10px;
}

.details-toggle-btn.all-open i {
    transform: rotate(180deg);
}

/* ============================================
Responsive Design
============================================ */
@media (max-width: 992px) {
    .itinerary-title {
        font-size: 28px;
    }

    .route-map-container {
        height: 350px;
    }

    .accommodation-card {
        flex-direction: column;
        max-width: 100%;
    }

    .accommodation-image {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 768px) {
    .itinerary-section {
        padding: 30px 0;
    }

    .itinerary-title {
        font-size: 24px;
    }

    .itinerary-intro {
        font-size: 15px;
    }

    .route-map-container {
        height: 300px;
    }

    .days-list::before {
        left: 16px;
    }

    .day-header {
        padding: 20px 0;
    }

    .day-icon {
        width: 32px;
        height: 32px;
        margin-right: 16px;
    }

    .day-icon i {
        font-size: 12px;
    }

    .day-number {
        font-size: 13px;
    }

    .day-title {
        font-size: 15px;
    }

    .day-content {
        padding: 0 0 30px 50px;
    }

    .day-image {
        height: 280px;
    }

    .activities-grid {
        grid-template-columns: 1fr;
    }

    .activity-card {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }

    .itinerary-title {
        font-size: 22px;
    }

    .day-header {
        padding: 18px 0;
    }

    .day-content {
        padding: 0 0 25px 44px;
    }

    .day-image {
        height: 220px;
    }

    .accommodation-info,
    .activity-info {
        padding: 16px;
    }
}

/* ============================================
Print Styles
============================================ */
@media print {

    .day-toggle,
    .details-toggle-btn,
    .map-toggle-btn {
        display: none;
    }

    .day-content {
        display: block !important;
    }

    .day-description-text {
        max-height: none !important;
    }

    .day-description-text::after {
        display: none !important;
    }

    .read-more-btn {
        display: none;
    }
}

/*===================================================
  pricing table
===================================================*/
.outer {
    background: transparent;
    padding: 1rem 0 2rem;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--main-color);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
}

.cruise-block {
    background: var(--white-color);
    border: 0.5px solid var(--border-color);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(31, 62, 102, 0.07);
}

.cruise-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 24px;
    border-bottom: 0.5px solid var(--border-color);
}

.cruise-header.standard {
    background: linear-gradient(90deg, #1F3E66 0%, #2a5490 100%);
}

.cruise-header.deluxe {
    background: linear-gradient(90deg, #d1672d 0%, #e8853d 100%);
}

.cruise-header.luxury {
    background: linear-gradient(90deg, #162c4a 0%, #1F3E66 100%);
}

.cruise-star {
    display: flex;
    gap: 2px;
}

.cruise-star span {
    color: #ffd166;
    font-size: 14px;
    line-height: 1;
}

.cruise-header h2 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.02em;
}

.ships-row {
    padding: 14px 24px;
    font-size: 13px;
    color: var(--para-color);
    background: var(--light-background);
    border-bottom: 0.5px solid var(--border-color);
    line-height: 1.7;
}

.ships-row strong {
    color: var(--main-color);
    font-weight: 500;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive table {
    min-width: 600px;

}

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

.price-table th {
    background: var(--background-color);
    color: var(--light-color);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 10px 24px;
    text-align: left;
    border-bottom: 0.5px solid var(--border-color);
}

.price-table td {
    padding: 13px 24px;
    font-size: 14px;
    color: var(--black-color);
    border-bottom: 0.5px solid var(--border-color);
    vertical-align: middle;
}

.price-table tr:last-child td {
    border-bottom: none;
}

.price-table tr:nth-child(even) td {
    background: #fafbfd;
}

.price-tag {
    font-size: 20px;
    font-weight: 500;
    color: var(--main-color);
}

.price-tag.orange {
    color: var(--danger-color);
}

.badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 999px;
    margin-left: 8px;
    vertical-align: middle;
}

.badge-free {
    background: #eaf6ee;
    color: #1a6b35;
}

.badge-child {
    background: #fff4ec;
    color: #a84e1a;
}

.note-box {
    background: #fff8f4;
    border: 0.5px solid #f0c9aa;
    border-left: 3px solid var(--danger-color);
    border-radius: 0 10px 10px 0;
    padding: 16px 20px;
    margin-top: 8px;
    font-size: 13px;
    color: var(--para-color);
    line-height: 1.7;
}

.note-box strong {
    color: var(--danger-color);
    font-weight: 500;
    font-size: 13px;
}

.note-box ul {
    padding-left: 1.2rem;
    margin-top: 8px;
}

.note-box ul li {
    margin-bottom: 5px;
    list-style: disc;
}
