/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme customized by Kan Nguyễn
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
#header div[data-device="desktop"] .ct-container {
    position: relative;
    z-index: 100;
    margin-top: 12px;
    padding: 2px 12px;
}

#header div[data-device="desktop"] .ct-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

#header div[data-device="desktop"] .ct-container div {
    z-index: 100;
}

.k-hotline-button-wrapper a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.k-hlbt-icon {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    margin-left: 8px;
}

.k-hlbt-icon svg {
    width: 100%;
    height: 100%;
}

.k-hotline-button-wrapper {
    padding: 8px 10px 8px 16px;
    background: #55a630;
    border-radius: 100px;
    cursor: pointer;
    margin: 0 !important;
}

.k-hotline-button-wrapper {
    transition: background 0.3s, box-shadow 0.3s;
}

.k-hotline-button-wrapper:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(45, 106, 79, 0.5);
}

.k-hlbt-icon {
    transition: background 0.3s;
    color: #55a630;
}

.k-hotline-button-wrapper:hover .k-hlbt-icon {
    background: #55a630;
}

.k-hlbt-text {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}

.k-hotline-button-wrapper:hover .k-hlbt-text {
    color: #55a630;
}

.k-hotline-button-wrapper svg path {
    transition: all 0.3s;
}

.k-hotline-button-wrapper:hover svg path {
    stroke: #fff !important;
}


.k-discover-button {
    padding: 8px 10px;
    width: 150px;
}

.k-home-s1-blur {
    backdrop-filter: blur(15px);
    background-color: #ffffff0d;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff1a;
}

.single-tour p,
.single-tour #main ul {
    margin-bottom: 8px !important;
    line-height: 1.3;
}

.k-tr-tli-name-wrapper h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767px) {
    .single-tour .k-tdt-menu-content-inner {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .single-tour .k-tdt-menu-item-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.k-home-s1-heading-wrapper {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.01em;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.k-home-s1-heading-wrapper span {
    font-size: 40px;
    font-weight: 700;
    color: #166534;
    background: linear-gradient(to right, #166534 0%, #32b32c 12%, #32b32c 22%, #166534 38%);
    background-size: 200% auto;
    background-position: -100% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine-heading 3.2s linear infinite;
    animation-fill-mode: forwards;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

@keyframes shine-heading {
    0% {
        background-position: 100% center;
    }

    85% {
        background-position: -100% center;
    }

    100% {
        background-position: -100% center;
    }
}

.k-footer-1-contact-bar {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: nowrap;
}

.k-footer-1-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.k-footer-1-icon {
    width: 40px;
    height: 40px;
    background: #166534;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.k-footer-1-icon svg {
    width: 22px;
    height: 22px;
}

.k-footer-1-text {
    font-size: 18px;
    line-height: 1;
    color: #000;
}

.k-footer-1-text strong {
    display: block;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}

.k-footer-1-text span {
    font-size: 18px;
    line-height: 1;
    color: #000;
}

.k-footer-1-social {
    display: flex;
    gap: 12px;
}

.k-footer-1-social-item {
    width: 40px;
    height: 40px;
    background: #166534;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.25s ease;
}

.k-footer-1-social-item svg {
    width: 22px;
    height: 22px;
}

.k-footer-1-social-item:hover {
    background: #32b32c;
}

.k-footer-1-link {
    text-decoration: none;
    color: inherit;
}

.k-footer-1-link:hover .k-footer-1-icon {
    background: #32b32c;
}

@media (max-width: 1025px) {
    .k-footer-1-contact-bar {
        flex-wrap: wrap;
        gap: 16px 24px;
        justify-content: flex-start;
    }

    .k-footer-1-contact-item {
        gap: 10px;
        flex: 1 1 auto;
        min-width: 0;
    }

    .k-footer-1-icon {
        width: 36px;
        height: 36px;
    }

    .k-footer-1-icon svg {
        width: 18px;
        height: 18px;
    }

    .k-footer-1-text,
    .k-footer-1-text span {
        font-size: 16px;
        line-height: 1.25;
    }

    .k-footer-1-text strong {
        margin-bottom: 2px;
    }

    .k-footer-1-social {
        gap: 10px;
    }

    .k-footer-1-social-item {
        width: 36px;
        height: 36px;
    }

    .k-footer-1-social-item svg {
        width: 18px;
        height: 18px;
    }
}

.kanos-breadcrumb {
    display: block;
    width: 100%;
}

.kanos-breadcrumb-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.kanos-breadcrumb-item {
    display: inline-flex;
    align-items: center;
}

.kanos-breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}

.kanos-breadcrumb-item a:hover {
    opacity: 0.8;
}

.kanos-breadcrumb-separator {
    color: #fff;
    margin: 0 8px;
    display: inline-flex;
    align-items: center;
}

.kanos-breadcrumb-current {
    color: #fff;
}

.kanos-breadcrumb-current span {
    color: #fff;
}

@media (max-width: 767px) {
    .kanos-breadcrumb-list {
        flex-wrap: wrap;
        row-gap: 0px;
    }

    .kanos-breadcrumb-separator {
        margin: 0 6px;
    }

    .kanos-breadcrumb-item,
    .kanos-breadcrumb-item a,
    .kanos-breadcrumb-current,
    .kanos-breadcrumb-current span {
        font-size: 13px;
    }
}

.k-tctg-banner-wrapper {
    min-height: 250px;
    background-image: url('/wp-content/uploads/2026/01/category-banner-ktour.webp');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.k-tctg-banner-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}


.k-tctg-inner {
    max-width: 1290px;
    margin: 0 auto 60px;
    padding: 0 15px;
}

.k-tctg-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -15px 0;
}

.k-tctg-content-side-bar-wrapper {
    width: 25%;
    padding: 0 15px;
}

.k-tctg-main-content-wrapper {
    width: 75%;
    padding: 0 15px;
}

.k-tctg-sidebar-bubble {
    display: none;
}

.k-tctg-csb-inner {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    position: sticky;
    top: 60px;
    z-index: 10;
    box-shadow:
        0 1px 1px rgba(0, 0, 0, 0.05),
        0 2px 2px rgba(0, 0, 0, 0.05),
        0 4px 4px rgba(0, 0, 0, 0.05),
        0 8px 8px rgba(0, 0, 0, 0.05),
        0 16px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.k-tctg-sidebar-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #166534;
    border-bottom: 2px solid #166534;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.k-tctg-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: min(480px, calc(100vh - 240px));
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    -ms-overflow-style: scrollbar;
    scrollbar-width: thin;
    scrollbar-color: #55a630 #e8f5e9;
}

.k-tctg-cat-list::-webkit-scrollbar {
    width: 8px;
}

.k-tctg-cat-list::-webkit-scrollbar-track {
    background: #e8f5e9;
    border-radius: 8px;
}

.k-tctg-cat-list::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #55a630 0%, #166534 100%);
    border-radius: 8px;
}

.k-tctg-cat-list::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #4a9329 0%, #14502a 100%);
}

.k-tctg-cat-list::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

.k-tctg-cat-list::-webkit-scrollbar-corner {
    background: transparent;
}

.k-tctg-cat-list li {
    margin-bottom: 10px;
    position: relative;
}

.k-tctg-cat-list li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    transition: all 0.2s ease;
    display: block;
    padding: 6px 10px;
    border-radius: 6px;
}

.k-tctg-cat-list li a:hover {
    color: #fff;
    background: #166534;
}

.k-tctg-cat-list>li>ul {
    margin-top: 5px;
    margin-left: 15px;
    list-style: none;
    padding: 0;
    border-left: 1px solid #e5e7eb;
}

.k-tctg-cat-list>li>ul>li {
    margin-bottom: 5px;
}

.k-tctg-cat-list .current-cat>a {
    color: #fff;
    font-weight: 700;
    background: #166534;
}

.k-tour-list-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.k-tour-horizontal-item {
    display: flex;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    flex-wrap: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.k-thi-image-col {
    width: 40%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.k-thi-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.k-thi-image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.k-thi-content-col {
    width: 60%;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.k-thi-title {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.k-thi-title a {
    text-decoration: none;
    color: #166534;
    transition: color 0.2s;
}

.k-thi-title a:hover {
    color: #32b32c;
}

.k-thi-short-desc-wrapper {
    margin: 0 0 16px;
}

.k-thi-short-desc {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 4px;
}

.k-thi-read-more {
    font-size: 14px;
    font-weight: 600;
    color: #166534;
    cursor: pointer;
    display: inline-block;
}

.k-thi-read-more:hover {
    text-decoration: underline;
}

.k-thi-meta-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1;
    align-items: center;
}

.k-thi-meta-item {
    width: 48%;
    display: flex;
    align-items: center;
    gap: 4px;
}

.k-thi-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    flex-shrink: 0;
}

.k-thi-icon svg {
    width: 18px;
    height: 18px;
}

.k-thi-label {
    color: #166534;
    font-weight: 600;
    white-space: nowrap;
    margin-right: 4px;
}

.k-thi-value {
    color: #333;
    font-weight: 500;
}

.k-thi-value.link {
    color: #333;
    font-weight: 500;
}

.k-thi-footer-row {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid #eee;
    padding-top: 16px;
}

.k-thi-price-block {
    display: flex;
    flex-direction: column;
}

.k-thi-price-label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 4px;
}

.k-thi-price-value {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    background: linear-gradient(to right, #166534 0%, #32b32c 12%, #32b32c 22%, #166534 38%);
    background-size: 200% auto;
    background-position: -100% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.k-thi-price-value.is-visible {
    animation: shine-price 3.2s linear infinite;
    animation-fill-mode: forwards;
}

@keyframes shine-price {
    0% {
        background-position: 100% center;
    }

    85% {
        background-position: -100% center;
    }

    100% {
        background-position: -100% center;
    }
}

.k-thi-btn-view {
    padding: 6px 6px 6px 20px;
    background: linear-gradient(135deg, #55A630 0%, #166534 100%);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    line-height: 1;
}

.k-thi-btn-icon {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #166534;
    transition: transform 0.3s ease;
}

.k-thi-btn-icon svg {
    width: 18px;
    height: 18px;
}

.k-thi-btn-view:hover .k-thi-btn-icon {
    transform: translateX(2px);
}

.k-thi-btn-view:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #fff;
    opacity: 0.9;
}

/* Sidebar Filter - Brand Theme */
.k-filter-dark {
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 8px 0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

.k-filter-accordion {
    border-bottom: 2px solid #166534;
}

.k-filter-accordion:last-of-type {
    border-bottom: none;
}

.k-filter-accordion-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    cursor: pointer;
    transition: background 0.2s;
    user-select: none;
}

.k-filter-accordion-header:hover {
    background: #f8faf8;
}

.k-filter-accordion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #166534;
    flex-shrink: 0;
}

.k-filter-accordion-title {
    flex: 1;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.01em;
}

.k-filter-accordion-arrow {
    display: flex;
    align-items: center;
    color: #999;
    transition: transform 0.3s ease;
}

.k-filter-accordion.is-open .k-filter-accordion-arrow {
    transform: rotate(180deg);
    color: #166534;
}

/* Subtle underline between header and content */
.k-filter-accordion.is-open .k-filter-accordion-header {
    border-bottom: 1px solid #e8e8e8;
}

/* Accordion body - jQuery handles animation */
.k-filter-accordion-body {
    display: none;
}

.k-filter-options {
    list-style: none;
    margin: 0;
    padding: 16px 0;
}

.k-filter-option {
    padding: 4px 20px 4px 50px;
    font-size: 18px;
    cursor: pointer;
}

.k-filter-option:hover {
    color: #166534;
    background: #f0faf0;
}

.k-filter-option.is-active {
    color: #166534;
    font-weight: 600;
}

/* Price Filter Custom Styles */
.k-price-filter {
    border-bottom: 0;
}

.k-price-filter-body {
    padding: 20px 16px 20px 16px;
}

.k-pf-slider-values {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111827;
}

.k-pf-slider-container {
    position: relative;
    height: 30px;
    margin-bottom: 16px;
}

.k-pf-slider-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 4px;
    background-color: #e5e7eb;
    border-radius: 4px;
    z-index: 1;
}

.k-pf-range {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    pointer-events: none;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.k-pf-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 18px;
    height: 18px;
    background-color: #166534;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.k-pf-range::-moz-range-thumb {
    pointer-events: all;
    width: 18px;
    height: 18px;
    background-color: #166534;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 3;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}



/* Filter / Clear buttons */
.k-filter-clear-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: calc(100% - 40px);
    margin: 12px 20px;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    background: linear-gradient(135deg, #55A630 0%, #166534 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(22, 101, 52, 0.25);
}

.k-filter-clear-btn:hover {
    opacity: 0.9;
    box-shadow: 0 4px 12px rgba(22, 101, 52, 0.35);
    color: #fff;
}

.k-filter-clear-reset {
    background: #fff;
    border: 1px solid #dc2626;
    color: #dc2626;
    box-shadow: none;
}

.k-filter-clear-reset:hover {
    background: #fef2f2;
    color: #dc2626;
    opacity: 1;
    box-shadow: none;
}

/* Results Header (Count & Badges) */
.k-condotel-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
    gap: 16px;
}

.k-crh-left {
    flex-shrink: 0;
}

.k-crh-count {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #166534;
}

.k-crh-right {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

#tour-active-filters-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    flex: 1 1 auto;
    min-width: 0;
    order: 1;
}

.k-tour-sort-select {
    width: 156px !important;
    max-width: 156px;
    min-width: 156px;
    height: 34px;
    padding: 0 34px 0 10px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23166534' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px 14px;
    color: #1f2937;
    font-size: 13px;
    font-weight: 600;
    flex: 0 0 auto;
    order: 2;
    margin-left: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.k-tour-sort-select:focus {
    outline: none;
    border-color: #55a630;
    box-shadow: 0 0 0 3px rgba(85, 166, 48, 0.16);
}

.k-crh-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background: #f0faf0;
    color: #166534;
    font-size: 15px;
    font-weight: 600;
    border-radius: 100px;
    border: 1px solid #dcfce7;
}

@media (max-width: 767px) {
    .k-condotel-results-header {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        margin-bottom: 16px;
        padding-bottom: 12px;
    }

    .k-crh-left {
        text-align: center;
    }

    .k-crh-right {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    #tour-active-filters-badges {
        justify-content: center;
        gap: 6px;
        order: 1;
        position: sticky;
        top: 8px;
        z-index: 30;
        background: #fff;
        padding: 6px 0;
    }

    .k-tour-sort-select {
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
        margin-left: 0;
        height: 40px;
        padding: 0 38px 0 12px;
        border-radius: 10px;
        font-size: 14px;
        order: 2;
    }

    .k-crh-badge {
        font-size: 14px;
        padding: 6px 14px;
    }
}

.k-no-results {
    text-align: center;
    font-size: 18px;
    color: #666;
    padding: 60px 20px;
    background: #f9f9f9;
    border-radius: 12px;
    border: 1px dashed #ddd;
}

.kanos-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.kanos-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: all 0.2s;
}

.kanos-pagination .page-numbers.current,
.kanos-pagination .page-numbers:hover {
    background: #166534;
    color: #fff;
    border-color: #166534;
}

@media (max-width: 767px) {
    .k-tour-horizontal-item {
        flex-direction: column;
    }

    .k-thi-image-col,
    .k-thi-content-col {
        width: 100%;
    }

    .k-thi-image-col {
        height: 200px;
    }

    .k-thi-content-col {
        padding: 15px;
    }

    .k-thi-footer-row {
        flex-direction: row;
    }
}

.k-tctg-banner-inner h1 {
    font-size: 40px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}

.k-tctg-banner-inner {
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.k-tctg-breadcrumb-wrapper {
    font-size: 20px !important;
}

.k-tctg-desc-wrapper {
    margin-top: 40px;
    margin-bottom: -10px;
    font-size: 16px;
    line-height: 1.3;
    position: relative;
}

.k-tctg-desc-wrapper.is-collapsed {
    max-height: 125px;
    overflow: hidden;
}

.k-tctg-desc-wrapper.is-collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(transparent, #fff);
    pointer-events: none;
}

.k-tctg-desc-toggle {
    display: inline-block;
    margin-top: 14px;
    color: #166534;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
}

.k-tctg-desc-toggle:hover {
    text-decoration: underline;
}

.single-condotel p,
.single-condotel #main ul {
    margin-bottom: 12px;
}

.single-condotel h4,
.single-condotel h5 {
    margin-bottom: 8px;
    line-height: 1.3;
}

.kanos-tour-category .k-tctg-cat-list {
    padding: 16px;
}

/* --- CANÔ RENT PAGE STYLES --- */

.kanos-cano-rent {
    font-family: inherit;
    color: #334155;
    line-height: 1.6;
}

.k-cnr-main-content {
    background-color: #fff;
}

.k-cnr-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.k-cnr-section {
    padding: 60px 0;
}

.k-bg-light {
    background-color: #F8FAFC;
}

.k-text-center {
    text-align: center;
}

/* Typography & Tags */
.k-cnr-tag {
    display: inline-block;
    background: rgba(22, 101, 52, 0.1);
    color: #166534;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.k-cnr-section-title {
    font-size: 36px;
    font-weight: 700;
    color: #166534;
    margin-bottom: 24px;
    line-height: 1.3;
}

.k-cnr-section-subtitle {
    font-size: 18px;
    color: #475569;
    max-width: 700px;
    margin: 0 auto 20px;
}

/* Intro Section */
.k-cnr-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.k-cnr-intro-desc {
    font-size: 18px;
    color: #334155;
    margin-bottom: 30px;
}

.k-cnr-price-highlight {
    color: #166534;
    font-size: 24px;
    font-weight: 800;
}

/* Features Wrap (Bao gồm / Không bao gồm) */
.k-cnr-features-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.k-cnr-feature-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.k-cnr-include {
    border-top: 4px solid #10B981;
}

.k-cnr-exclude {
    border-top: 4px solid #EF4444;
}

.k-cnr-box-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 0;
    color: #166534;
}

.k-cnr-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.k-cnr-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #475569;
}

.k-cnr-include .k-cnr-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10B981;
    font-weight: bold;
}

.k-cnr-exclude .k-cnr-list li::before {
    content: '✕';
    position: absolute;
    left: 0;
    color: #EF4444;
    font-weight: bold;
}

/* Image Shimmer & styling */
.k-cnr-img-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.k-cnr-img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.k-cnr-img-wrapper:hover img {
    transform: scale(1.05);
}

/* Itinerary Timeline */
.k-cnr-timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}

.k-cnr-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #e2e8f0;
    transform: translateX(-50%);
    border-radius: 4px;
}

.k-cnr-timeline-item {
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.k-cnr-timeline-item:last-child {
    margin-bottom: 0;
}

.k-cnr-timeline-item .k-cnr-tl-side {
    width: 45%;
}

.k-cnr-timeline-item .k-cnr-tl-content {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.k-cnr-timeline-item .k-cnr-tl-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.k-cnr-timeline-item.k-cnr-reverse {
    flex-direction: row-reverse;
}

.k-cnr-tl-marker {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: #166534;
    border: 6px solid #F8FAFC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 0 0 4px rgba(22, 101, 52, 0.2);
}

.k-cnr-tl-marker span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.k-cnr-tl-img-side {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.k-cnr-tl-img-side img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.k-cnr-tl-img-side:hover img {
    transform: scale(1.05);
}

.k-cnr-tl-content h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    color: #166534;
}

.k-cnr-tl-content p {
    margin: 0;
    color: #475569;
}

/* Benefits Section */
.k-cnr-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.k-cnr-benefit-intro {
    font-size: 18px;
    margin-bottom: 20px;
}

.k-cnr-quote-box {
    background: #f0faf0;
    border-left: 4px solid #166534;
    padding: 20px 24px;
    margin-top: 30px;
    border-radius: 0 12px 12px 0;
}

.k-cnr-quote-box em {
    font-size: 18px;
    color: #166534;
    font-weight: 500;
    font-style: italic;
}

/* Accordion Styling */
.k-cnr-accordion-wrap {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
}

.k-cnr-acc-main-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 24px;
    color: #166534;
}

.k-cnr-acc-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.k-cnr-acc-item:last-child {
    margin-bottom: 0;
}

.k-cnr-acc-header {
    background: #f8fafc;
    padding: 16px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.k-cnr-acc-header:hover {
    background: #f1f5f9;
}

.k-cnr-acc-header h4 {
    margin: 0;
    font-size: 16px;
    color: #1e293b;
}

.k-cnr-acc-icon {
    width: 24px;
    height: 24px;
    position: relative;
    border-radius: 50%;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.k-cnr-acc-icon::before,
.k-cnr-acc-icon::after {
    content: '';
    position: absolute;
    background: #64748b;
    transition: all 0.3s;
}

.k-cnr-acc-icon::before {
    width: 12px;
    height: 2px;
}

.k-cnr-acc-icon::after {
    width: 2px;
    height: 12px;
}

.k-cnr-acc-item.k-active .k-cnr-acc-header {
    background: #f0faf0;
}

.k-cnr-acc-item.k-active .k-cnr-acc-header h4 {
    color: #166534;
}

.k-cnr-acc-item.k-active .k-cnr-acc-icon {
    background: #dcfce7;
}

.k-cnr-acc-item.k-active .k-cnr-acc-icon::before {
    background: #166534;
}

.k-cnr-acc-item.k-active .k-cnr-acc-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.k-cnr-acc-body {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    background: #fff;
}

.k-cnr-acc-item.k-active .k-cnr-acc-body {
    padding: 20px;
    max-height: 200px;
}

.k-cnr-acc-body p {
    margin: 0;
    color: #475569;
}

/* CTA Section */
.k-cnr-cta-section {
    padding: 80px 0;
}

.k-cnr-cta-box {
    background: linear-gradient(135deg, #55A630 0%, #166534 100%);
    padding: 60px 40px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 20px 25px -5px rgba(22, 101, 52, 0.4);
}

.k-cnr-cta-box h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 36px;
    color: #fff;
}

.k-cnr-cta-box p {
    font-size: 20px;
    margin-bottom: 35px;
    opacity: 0.9;
}

.k-cnr-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #166534;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
}

.k-cnr-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    color: #55a630;
}

.k-message-content p, .k-message-content ul, .k-message-content ol {
    margin-bottom: 8px;
}

/* Responsive Styles */
@media (max-width: 1025px) {
    .k-tctg-content-wrapper {
        margin-top: 20px;
    }

    .kanos-tour-category .k-tctg-content-side-bar-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: min(360px, calc(100vw - 52px));
        height: 100vh;
        overflow-y: auto;
        padding: 0;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 1400;
        margin: 0;
        background: #ffffff;
        box-shadow: 12px 0 32px rgba(0, 0, 0, 0.2);
    }

    .kanos-tour-category.k-sidebar-open .k-tctg-content-side-bar-wrapper {
        transform: translateX(0);
    }

    .kanos-tour-category .k-tctg-csb-inner {
        height: 100%;
        max-height: none;
        overflow-y: auto;
        border-radius: 0;
        border: none !important;
        box-shadow: none !important;
        position: relative;
        top: auto;
        padding-top: 46px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .kanos-tour-category .k-tctg-sidebar-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.28);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
        z-index: 1350;
    }

    .kanos-tour-category.k-sidebar-open .k-tctg-sidebar-backdrop {
        opacity: 1;
        visibility: visible;
    }

    .kanos-tour-category .k-tctg-main-content-wrapper {
        width: 100%;
    }

    .k-tour-list-container {
        gap: 18px;
    }

    .k-tour-horizontal-item {
        align-items: stretch;
        border-radius: 16px;
    }

    .k-thi-image-col {
        width: 36%;
        min-height: 210px;
        align-self: stretch;
    }

    .k-thi-image-col img {
        min-height: 210px;
    }

    .k-thi-content-col {
        width: 64%;
        padding: 14px 14px 16px;
        min-width: 0;
    }

    .k-thi-title {
        font-size: 17px;
        line-height: 1.3;
        margin-bottom: 6px;
    }

    .k-thi-short-desc-wrapper {
        margin-bottom: 8px;
    }

    .k-thi-short-desc {
        font-size: 15px;
        line-height: 1.4;
    }

    .k-thi-meta-row {
        margin-bottom: 5px;
        align-items: flex-start;
        font-size: 15px;
        line-height: 1.2;
    }

    .k-thi-meta-item {
        width: 48%;
        align-items: flex-start;
        min-width: 0;
        gap: 3px;
    }

    .k-thi-meta-item:first-child {
        width: 44%;
    }

    .k-thi-meta-item:last-child {
        width: 56%;
    }

    .k-thi-meta-row .k-thi-icon {
        width: 18px;
        flex-shrink: 0;
        margin-top: 1px;
    }

    .k-thi-meta-row .k-thi-icon svg {
        width: 14px;
        height: 14px;
    }

    .k-thi-meta-row .k-thi-label {
        font-size: 15px;
        margin-right: 2px;
    }

    .k-thi-meta-item .k-thi-value {
        flex: 1;
        min-width: 0;
        font-size: 15px;
        line-height: 1.25;
    }

    .k-thi-footer-row {
        margin-top: 10px;
        padding-top: 10px;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
    }

    .k-thi-price-label {
        margin-bottom: 2px;
    }

    .k-thi-price-value {
        font-size: 26px;
    }

    .k-thi-btn-view {
        flex-shrink: 0;
    }

    .kanos-tour-category .k-tctg-sidebar-bubble {
        position: fixed;
        left: 20px;
        bottom: 24px;
        width: 64px;
        height: 64px;
        padding: 0;
        border: 3px solid #55a630;
        border-radius: 50%;
        background: #fff;
        color: #2f7f2a;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 1450;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(85, 166, 48, 0.18);
        transition: transform 0.2s ease, box-shadow 0.2s ease, left 0.3s ease;
    }

    .kanos-tour-category .k-tctg-sidebar-bubble:hover {
        transform: scale(1.03);
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(85, 166, 48, 0.22);
    }

    .kanos-tour-category .k-tctg-sidebar-bubble.is-peek {
        transform: translateX(-72%);
    }

    .kanos-tour-category .k-tctg-sidebar-bubble.is-peek:hover {
        transform: translateX(-68%);
    }

    .kanos-tour-category .k-tctg-sidebar-bubble-icon {
        width: 48px;
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 0;
    }

    .kanos-tour-category .k-tctg-sidebar-bubble-icon svg {
        width: 48px;
        height: 48px;
        display: block;
    }

    .kanos-tour-category.k-sidebar-open .k-tctg-sidebar-bubble {
        left: min(328px, calc(100vw - 44px));
    }

    .k-cnr-intro-grid,
    .k-cnr-benefits-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .k-cnr-intro-image {
        order: -1;
    }

    .k-cnr-timeline::before {
        left: 40px;
    }

    .k-cnr-timeline-item {
        flex-direction: column !important;
        align-items: flex-start;
        padding-left: 90px;
        gap: 20px;
    }

    .k-cnr-timeline-item .k-cnr-tl-side {
        width: 100%;
    }

    .k-cnr-tl-marker {
        left: 40px;
    }

    .k-home-s1-heading-wrapper {
        font-size: 32px;
        line-height: 40px;
    }

    .k-htcl-lr-top {
        height: 300px;
    }
}

body.admin-bar .kanos-tour-category .k-tctg-sidebar-bubble {
    bottom: 48px;
}

@media (max-width: 782px) {
    body.admin-bar .kanos-tour-category .k-tctg-sidebar-bubble {
        bottom: 62px;
    }
}

@media (max-width: 767px) {
    .kanos-tour-category .k-tctg-cat-list {
        max-height: min(360px, calc(100vh - 300px));
    }

    .k-tour-list-container {
        gap: 14px;
    }

    .k-tour-horizontal-item {
        flex-direction: column;
        border-radius: 14px;
    }

    .k-thi-image-col {
        width: 100%;
        min-height: 180px;
    }

    .k-thi-image-col img {
        min-height: 180px;
    }

    .k-thi-content-col {
        width: 100%;
        padding: 12px 12px 14px;
    }

    .k-thi-title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .k-thi-short-desc-wrapper {
        margin-bottom: 6px;
    }

    .k-thi-short-desc {
        font-size: 14px;
        line-height: 1.35;
    }

    .k-thi-meta-row {
        margin-bottom: 4px;
    }

    .k-thi-meta-item {
        gap: 2px;
    }

    .k-thi-meta-item:first-child {
        width: 44%;
    }

    .k-thi-meta-item:last-child {
        width: 56%;
    }

    .k-thi-meta-row .k-thi-icon {
        width: 16px;
    }

    .k-thi-meta-row .k-thi-icon svg {
        width: 13px;
        height: 13px;
    }

    .k-thi-meta-row .k-thi-label {
        font-size: 13px;
    }

    .k-thi-meta-item .k-thi-value {
        font-size: 13px;
        line-height: 1.2;
    }

    .k-thi-footer-row {
        margin-top: 8px;
        padding-top: 8px;
        gap: 8px;
    }

    .k-thi-price-value {
        font-size: 24px;
    }

    .k-thi-btn-view {
        padding: 6px 6px 6px 14px;
        font-size: 14px;
        gap: 10px;
    }

    .k-thi-btn-icon {
        width: 28px;
        height: 28px;
    }

    .k-thi-btn-icon svg {
        width: 16px;
        height: 16px;
    }

    .kanos-tour-category .k-tctg-content-side-bar-wrapper {
        width: 70vw;
        max-width: 70vw;
    }

    .kanos-tour-category.k-sidebar-open .k-tctg-sidebar-bubble {
        left: calc(70vw - 32px);
    }

    .k-tctg-banner-inner {
        margin-top: 0;
    }

    .k-tctg-banner-inner h1 {
        font-size: 32px;
        line-height: 1.25;
    }

    .k-tctg-breadcrumb-wrapper {
        font-size: 16px !important;
    }

    .kanos-tour-category .k-tctg-sidebar-bubble {
        left: 12px;
        bottom: 24px !important;
    }

    body.admin-bar .kanos-tour-category .k-tctg-sidebar-bubble {
        bottom: 62px !important;
    }

    .k-cnr-section {
        padding: 50px 0;
    }

    .k-cnr-features-wrap {
        grid-template-columns: 1fr;
    }

    .k-cnr-section-title {
        font-size: 28px;
    }

    .k-cnr-cta-box {
        padding: 40px 20px;
    }

    .k-cnr-cta-box h2 {
        font-size: 26px;
    }

    .k-home-s1-heading-wrapper {
        font-size: 22px;
        line-height: 30px;
        padding: 0 16px;
        letter-spacing: 0;
    }

    .k-home-s1-heading-wrapper span {
        font-size: 22px;
        line-height: 30px;
        white-space: normal;
        word-break: break-word;
        max-width: 100%;
    }

    .k-home-video {
        aspect-ratio: 16 / 9;
    }

    .k-hfl-sub-heading-wrapper {
        text-align: left;
    }
}
