.kanos-tour-nav-info {
    position: relative;
    z-index: 200;
}

.k-tvi-nav-inner,
.k-tvi-info-inner {
    display: flex;
    gap: 16px;
}

.k-tvi-nav-inner,
.k-tvi-info-inner {
    position: relative;
    padding-bottom: 10px;
}

.k-tvi-nav-slider {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #ff7f29;
    border-radius: 999px;
    transform: translateX(0);
    transition: transform 0.26s cubic-bezier(0.33, 1, 0.68, 1), width 0.26s cubic-bezier(0.33, 1, 0.68, 1);
}

.k-tvi-nav-item-wrapper.is-active svg,
.k-tvi-nav-item-wrapper.is-active svg path {
    fill: #ff7f29 !important;
}

.k-tvi-nav-item-wrapper a,
.k-tvi-info-item-inner {
    display: flex;
    gap: 4px;
    align-items: center;
}

.k-tvi-nav-item-wrapper svg {
    width: 24px;
    height: 24px;
}

.k-tvi-nav-item-wrapper span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: -2px;
}

.k-tvi-info-item-inner svg {
    width: 24px;
    height: 24px;
}

.k-tvi-info-item-wrapper span,
.k-tvi-info-item-inner span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
}

.k-tvi-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
}

.k-tour-detail-heading-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.k-tour-detail-heading-wrapper:before {
    content: '';
    width: 4px;
    height: 36px;
    background: #FF9900;
    border-radius: 2px;
    z-index: 2;
}

.k-tour-detail-heading-wrapper h2 {
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ff7f29;
    margin-bottom: -4px;
}

.k-tid-content-wrapper {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin-top: 28px;
}

.k-tdt-include-wrapper,
.k-tdt-exclude-wrapper {
    padding: 12px;
    background: #f5f5f5;
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.k-tour-detail-heading-wrapper svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    transform: rotate(180deg);
    transition: transform 0.25s;
}

.k-tour-detail-heading-wrapper.is-collapsed svg {
    transform: rotate(0deg);
}

.k-tpt-content-wrapper,
.k-tin-content-wrapper,
.k-tpl-content-wrapper {
    margin-top: 14px;
}

.k-tin-content-item-wrapper {
    margin-bottom: 24px;
}

#kanos-tour-details,
#kanos-tour-introduction,
#kanos-tour-price-table,
#kanos-tour-itinerary,
#kanos-tour-policy {
    scroll-margin-top: 80px;
}

@media (max-width: 1025px) {
    .k-tvi-nav-item-wrapper span, .k-tvi-info-item-inner span {
        font-size: 13px;
        line-height: 13px;
    }

    .k-tvi-nav-inner, .k-tvi-info-inner {
        gap: 6px;
    }

    .k-tvi-nav-item-wrapper svg, .k-tvi-info-item-inner svg {
        width: 14px;
        height: 14px;
    }

    .k-tour-detail-heading-wrapper h2 {
        font-size: 24px;
        line-height: 24px;
    }   

    .k-tid-content-wrapper {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .k-tvi-inner {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: flex-start;
        gap: 12px;
    }

    .k-tvi-nav-wrapper {
        order: 2;
        width: 100%;
        min-width: 0;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .k-tvi-nav-wrapper::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .k-tvi-nav-inner {
        flex-wrap: nowrap;
        width: max-content;
    }

    .k-tvi-info-wrapper {
        order: 1;
        display: flex;
        justify-content: center;
        width: 100%;
        min-width: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .k-tvi-info-wrapper::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .k-tvi-info-inner {
        flex-wrap: nowrap;
        width: max-content;
        justify-content: center;
    }

    .k-tvi-nav-item-wrapper span {
        font-size: 16px;
        line-height: 16px;
    }
}