.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.25s, width 0.25s;
}

.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;
}