/* ---------- HERO ---------- */
.hero {
    height: 380px;
    width: 100%;
    background: linear-gradient(120deg, #2b2f4a 0%, #5a4a7a 25%, #c1652f 55%, #e3a13a 75%, #7a8a3a 100%);
    position: relative;
    display: flex;
    align-items: flex-end;
    color: #fff;
}

.hero::after {
    content: "Ảnh minh họa: Chợ phiên vùng cao";
    position: absolute;
    bottom: 14px;
    left: 24px;
    font-size: 12px;
    background: rgba(0, 0, 0, .35);
    padding: 4px 10px;
    border-radius: 4px;
}

/* ---------- ICON TABS ---------- */
.icon-tabs {
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.icon-tabs .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 14px;
}

.icon-tabs ul {
    display: flex;
    gap: 34px;
    margin: 0;
}

.icon-tabs li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--navy);
    cursor: pointer;
    margin: 0;
}

.icon-tabs li .ic {
    width: 30px;
    height: 30px;
    /* border-radius:50%; */
    /* background:var(--gold); */
    display: inline-block;
}

.icon-tabs li .ic svg {
    width: 100%;
    height: 100%;
}

.icon-tabs .quote-btn {
    /* background: var(--terracotta); */
    color: var(--fs-color-secondary);
    padding: 9px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    border: 1px solid var(--fs-color-secondary);
}

/* ---------- INTRO / TITLE SECTION ---------- */
.single-product .intro {
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 40px;
    /* padding: 36px 0 20px; */
    margin-top: 100px;
}

.single-product .intro h1 {
    font-size: 38px;
    line-height: 45px;
    margin: 0 0 8px;
    color: var(--fs-color-secondary);
}

.intro .route {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 14px;
    margin-top: 15px;
}

.intro .meta {
    display: flex;
    gap: 22px;
    font-size: 16px;
    font-weight: 600;
    color: var(--fs-color-secondary);
    margin-bottom: 16px;
}

.intro .meta span::before {
    content: "• ";
}

.intro p.desc {
    font-size: 14.5px;
    line-height: 26px;
    color: #444;
    max-width: 640px;
}

.map-side {
    /* background: #fdf6ec; */
    border-radius: 8px;
    /* padding: 16px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-side svg {
    width: 100%;
    height: auto;
}

/* ---------- PRICE BANNER ---------- */
.price-banner {
    text-align: center;
    padding: 46px 20px 54px;
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    margin-top: 35px;
}

.price-banner .price {
    font-family: "Brush Script MT", cursive;
    font-size: 44px;
    color: var(--terracotta);
    margin-bottom: 14px;
    font-weight: 100;
}

.price-banner .quote {
    font-size: 15px;
    color: #555;
    max-width: 520px;
    margin: 0 auto 16px;
    line-height: 1.6;
}

.price-banner .signature {
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 13px;
    color: var(--navy);
}

/* ---------- GALLERY + FAQ ---------- */
.gallery-section {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 36px;
    padding: 44px 0;
}

.wrap.gallery-section .faq>div {
    display: inline-block;
    width: 100%;
}

.wrap.gallery-section .faq {
    display: flex;
    align-items: center;
}

.wrap.gallery-section .faq-list {
    font-size: 14px;
}

/* .gallery-grid { */
/* display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    height: 340px;
}

.gallery-grid .cell {
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.gallery-grid .cell span {
    padding: 8px 10px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .55));
    width: 100%;
} */

/* .g1 {
    background: linear-gradient(135deg, #d9534f, #f0ad4e);
    grid-row: 1/3;
}

.g2 {
    background: linear-gradient(135deg, #2c5f6f, #4fa3ad);
}

.g3 {
    background: linear-gradient(135deg, #5a4a7a, #8a6fae);
}

.g4 {
    background: linear-gradient(135deg, #3fa3d0, #7fd3e0);
} */

.show-gallery-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #fff;
    color: var(--navy);
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 14px;
}




/* ---------- ITINERARY ---------- */
.itinerary-section {
    padding: 44px 0;
    border-top: 1px solid var(--line);
}

.itinerary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.itinerary-head h2 {
    font-size: 29px;
    color: var(--fs-color-secondary);
    margin: 0;
}

.itinerary-head a {
    font-size: 13px;
    color: var(--terracotta);
    font-weight: 700;
    white-space: nowrap;
}

.itinerary-body {
    display: grid;
    grid-template-columns: 355px 1fr;
    gap: 30px;
}

.itinerary-map svg {
    width: 100%;
    height: auto;
}

.itinerary-map .legend {
    display: flex;
    gap: 16px;
    margin-top: 12px;
    font-size: 11px;
    color: var(--muted);
}

.day-list .day {
    border-bottom: 1px solid var(--line);
}

.day summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 6px;
    font-size: 16px;
    font-weight: 600;
    color: var(--navy);
}

.day summary::-webkit-details-marker {
    display: none;
}

.day .num {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--terracotta);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.day summary::after {
    content: "⌄";
    margin-left: auto;
    /* color: #8a918980; */
    font-size: 16px;
    background: url('data:image/svg+xml,<svg fill="%23000000" width="64px" height="64px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M0.256 8.606c0-0.269 0.106-0.544 0.313-0.75 0.412-0.412 1.087-0.412 1.5 0l14.119 14.119 13.913-13.912c0.413-0.412 1.087-0.412 1.5 0s0.413 1.088 0 1.5l-14.663 14.669c-0.413 0.413-1.088 0.413-1.5 0l-14.869-14.869c-0.213-0.213-0.313-0.481-0.313-0.756z"></path></g></svg>');
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    width: 12px;
    height: 12px;
}

.day[open] summary::after {
    content: "⌃";
}

.day .content {
    padding: 0 6px 16px 46px;
    font-size: 13.5px;
    color: #555;
    line-height: 1.7;
}

/* ---------- INCLUDED / EXCLUDED ---------- */
.incl-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 40px 0 50px;
    border-top: 1px solid var(--line);
}

.incl-section h4 {
    font-size: 20px;
    color: var(--fs-color-secondary);
    margin: 0 0 16px;
}

.incl-section li {
    display: flex;
    gap: 10px;
    font-size: 14.5px;
    color: #444;
    padding: 8px 0;
    line-height: 1.5;
    margin: 0;
}

.incl-section li .mark {
    flex-shrink: 0;
    font-weight: 700;
}

.incl-section .yes li .mark {
    color: var(--green);
}

.incl-section .no li .mark {
    color: var(--red);
}

/* ---------- CONTACT STRIP ---------- */
.contact-strip {
    display: grid;
    grid-template-columns: 170px 1fr 250px;
    gap: 20px;
    align-items: center;
    background: #fdf6ec;
    border-radius: 10px;
    padding: 30px;
    margin: 20px 0 50px;
    position: relative;
}

.advisor {
    text-align: center;
}

.advisor .avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 10px;
    background: linear-gradient(135deg, #d9534f, #f0ad4e);
}

.advisor .name {
    font-weight: 700;
    color: var(--navy);
    font-size: 14px;
}

.advisor .role {
    font-size: 12px;
    color: var(--muted);
}

.advisor .ask-btn {
    display: inline-block;
    margin-top: 10px;
    background: var(--terracotta);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 14px;
}

.cta-block h3 {
    color: var(--terracotta);
    font-size: 20px;
    margin: 0 0 10px;
}

.voyage-btn {
    display: inline-block;
    background: var(--terracotta);
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 10px;
}

.cta-block p {
    font-size: 12.5px;
    color: #555;
    margin: 4px 0;
}

.contact-icons {
    display: flex;
    gap: 22px;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    color: var(--navy);
}

.contact-icons .ic {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--line);
    margin: 0 auto 6px;
}

.side-tab {
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    background: var(--terracotta);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 6px 6px 0 0;
    letter-spacing: 1px;
}

/* ---------- REVIEWS ---------- */
.reviews-section {
    padding: 40px 0;
    border-top: 1px solid var(--line);
}

.reviews-section h2 {
    font-size: 26px;
    color: var(--navy);
    margin: 0 0 10px;
}

.reviews-section>.wrap>p {
    font-size: 13.5px;
    color: #666;
    max-width: 700px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.score-block {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 36px;
    align-items: center;
    margin-bottom: 36px;
}

.score-big {
    text-align: center;
}

.score-big .num {
    font-size: 42px;
    font-weight: 800;
    color: var(--navy);
}

.score-big .label {
    font-size: 13px;
    color: var(--muted);
}

.score-bars .bar-row {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    color: #444;
    margin-bottom: 10px;
    position: relative;
}

.score-bars .bar-row .lbl {
    width: 120px;
    font-weight: 600;
}

.score-bars .track {
    flex: 1;
    height: 8px;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
}

.score-bars .fill {
    height: 100%;
    background: var(--gold);
}

.score-bars .pct {
    width: 40px;
    text-align: right;
    color: var(--muted);
}

.review-card {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 16px;
    padding: 24px 0;
    border-top: 1px solid var(--line);
}

.review-card .avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c1652f, #e3a13a);
}

.review-card .rname {
    font-weight: 700;
    color: var(--navy);
    font-size: 14.5px;
}

.review-card .rdate {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 8px;
}

.review-card p {
    font-size: 13.5px;
    color: #555;
    line-height: 1.7;
    margin: 0 0 14px;
}

.rating-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
    font-size: 13px;
}

.rating-grid .stars {
    color: var(--gold);
    letter-spacing: 1px;
}

.rating-grid .lbl {
    color: #444;
    font-weight: 600;
    margin-right: 6px;
}

/* ---------- COMMENT FORM ---------- */
.comment-section {
    padding: 40px 0 60px;
    border-top: 1px solid var(--line);
}

.comment-section h2 {
    font-size: 24px;
    color: var(--navy);
    margin: 0 0 22px;
}

.stars-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 20px;
    margin-bottom: 24px;
}

.stars-form .lbl {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 4px;
}

.stars-form .stars {
    color: var(--gold);
    letter-spacing: 2px;
    font-size: 16px;
}

textarea {
    width: 100%;
    min-height: 100px;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 12px;
    font-size: 13.5px;
    font-family: inherit;
    margin-bottom: 16px;
    resize: vertical;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.form-row input {
    padding: 11px 12px;
    border: 1px solid var(--line);
    border-radius: 6px;
    font-size: 13.5px;
    font-family: inherit;
}

.form-row .captcha {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #999;
    font-size: 15px;
    letter-spacing: 2px;
}

.save-line {
    font-size: 12.5px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.submit-btn {
    background: var(--terracotta);
    color: #fff;
    border: none;
    padding: 13px 34px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .5px;
    cursor: pointer;
}

@media(max-width:900px) {
    nav.main {
        display: none;
    }

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

    .gallery-section {
        grid-template-columns: 1fr;
    }

    .itinerary-body {
        grid-template-columns: 1fr;
    }

    .incl-section {
        grid-template-columns: 1fr;
    }

    .contact-strip {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .score-block {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.day-list .list {
    position: relative;
    padding: 10px 0;
    padding-left: 45px;
}

/* Đường timeline dọc */
.day-list .list::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 11px;
    width: 1px;
    border-left: 1px dashed #d8d8d8;
}

/* Mỗi item */
.day-list .day {
    position: relative;
    margin: 0;
    padding: 0;
}

/* Summary */
.day-list .day summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 52px;
    /* padding-left: 40px; */
    cursor: pointer;
    list-style: none;
    padding-inline: 0;
}

/* Bỏ mũi tên mặc định của details */
.day-list .day summary::-webkit-details-marker {
    display: none;
}

.day-list .day summary::marker {
    display: none;
}

/* Vòng tròn */
.day-list .day summary>span {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border: 1px solid #d7a68c;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
}

.day-list .day:first-child summary>span,
.day-list .day:last-child summary>span {
    height: 30px;
    width: 30px;
    left: -50px;
url('data: image/svg+xml,<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><path fill="%23ffffff" d="M32,0C18.745,0,8,10.745,8,24c0,5.678,2.502,10.671,5.271,15l17.097,24.156C30.743,63.686,31.352,64,32,64 s1.257-0.314,1.632-0.844L50.729,39C53.375,35.438,56,29.678,56,24C56,10.745,45.255,0,32,0z M48.087,39h-0.01L32,61L15.923,39 h-0.01C13.469,35.469,10,29.799,10,24c0-12.15,9.85-22,22-22s22,9.85,22,22C54,29.799,50.281,35.781,48.087,39z"></path><path fill="%23ffffff" d="M32,14c-5.523,0-10,4.478-10,10s4.477,10,10,10s10-4.478,10-10S37.523,14,32,14z M32,32 c-4.418,0-8-3.582-8-8s3.582-8,8-8s8,3.582,8,8S36.418,32,32,32z"></path><path fill="%23ffffff" d="M32,10c-7.732,0-14,6.268-14,14s6.268,14,14,14s14-6.268,14-14S39.732,10,32,10z M32,36 c-6.627,0-12-5.373-12-12s5.373-12,12-12s12,5.373,12,12S38.627,36,32,36z"></path></g></g></svg>');
    background-image: url('data:image/svg+xml,<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><path fill="%23ffffff" d="M32,0C18.745,0,8,10.745,8,24c0,5.678,2.502,10.671,5.271,15l17.097,24.156C30.743,63.686,31.352,64,32,64 s1.257-0.314,1.632-0.844L50.729,39C53.375,35.438,56,29.678,56,24C56,10.745,45.255,0,32,0z M48.087,39h-0.01L32,61L15.923,39 h-0.01C13.469,35.469,10,29.799,10,24c0-12.15,9.85-22,22-22s22,9.85,22,22C54,29.799,50.281,35.781,48.087,39z"></path><path fill="%23ffffff" d="M32,14c-5.523,0-10,4.478-10,10s4.477,10,10,10s10-4.478,10-10S37.523,14,32,14z M32,32 c-4.418,0-8-3.582-8-8s3.582-8,8-8s8,3.582,8,8S36.418,32,32,32z"></path><path fill="%23ffffff" d="M32,10c-7.732,0-14,6.268-14,14s6.268,14,14,14s14-6.268,14-14S39.732,10,32,10z M32,36 c-6.627,0-12-5.373-12-12s5.373-12,12-12s12,5.373,12,12S38.627,36,32,36z"></path></g></g></svg>');
    background-color: var(--fs-color-secondary);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Điểm đầu */
.day-list .day.first summary>span {
    width: 23px;
    height: 23px;

    left: 0;

    border: none;
    background: #a84e22;
}

/* Icon vị trí điểm đầu */
.day-list .day.first summary>span::after,
.day-list .day.last summary>span::after {
    content: "⌖";

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -53%);

    color: #fff;
    font-size: 15px;
    line-height: 1;
}

/* Điểm cuối */
.day-list .day.last summary>span {
    width: 23px;
    height: 23px;

    left: 0;

    border: none;
    background: #a84e22;
}

/* Nội dung */
.day-list .day .content {
    margin-left: 0;
    padding: 0 0 20px;
}

/* Không để nội dung làm lệch timeline */
.day-list .day:last-child .content {
    padding-bottom: 10px;
}

.incl-section .accept li:before {
    content: "✔";
    color: green;
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.incl-section .denie li:before {
    content: "✘";
    color: #ff5e5e;
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.product-single-price-about {
    /* background: #dddddd47; */
    padding-block: 55px;
}





/* =========================
       SOCIAL CONTACT
    ========================= */

.send-message {
    margin: 8px 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: relative;
    padding-top: 10px;
}

.send-message:before {
    content: "";
    width: 40%;
    background: #9c999940;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.contact-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin-top: 20px;
}

.contact-methods a:hover {
    transform: scale(1.1);
    transition: all 0.4s;
}

.contact-methods a {
    transition: all 0.4s;
}

.contact-method {
    min-width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.contact-method svg path {
    fill: #787878;
}

.contact-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #555;
}

.contact-icon.whatsapp {
    color: #555;
}

.contact-icon.email {
    font-size: 17px;
}

/* =========================
       SIDE TAB
    ========================= */

.side-tab {
    position: absolute;
    z-index: 10;

    right: 0;
    top: 50%;

    transform: translateY(-50%);

    width: 31px;
    height: 97px;

    background: #ad5125;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 3px 0 0 3px;

    text-decoration: none;

    writing-mode: vertical-rl;
    transform-origin: center;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: .2px;
}




/* ==========================================
   PRICE INFORMATION
========================================== */

.price-info-about-detail {
    /* width: 100%; */
    /* max-width: 1240px; */
    /* margin: 0 auto; */
    /* padding: 60px 0; */
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}


/* ==========================================
   BOX
========================================== */

.price-box-about {
    position: relative;
    padding: 28px 29px 20px;
    background: #fff;
    border: 1px solid #f0f1f3;
    border-radius: 18px;
    box-shadow:
        0 8px 30px rgba(25, 30, 45, .055);
}


/* ==========================================
   HEADER
========================================== */

.price-header {
    display: flex;
    align-items: center;
    gap: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ebee;
}


.price-icon {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


.price-icon svg {
    width: 19px;
    height: 19px;
}


/* ==========================================
   INCLUDED HEADER
========================================== */

.price-included .price-icon {
    color: #fff;

    background: #369b45;
}


.price-included .price-title h3 {
    color: #286c35;
}


/* ==========================================
   EXCLUDED HEADER
========================================== */

.price-excluded .price-icon {
    color: #fff;

    background: #d83b3b;
}


.price-excluded .price-title h3 {
    color: #751e1e;
}


/* ==========================================
   TITLE
========================================== */

.price-title {
    position: relative;
}


.price-title h3 {
    margin: 0;

    font-size: 21px;

    line-height: 1.25;

    font-weight: 700;

    letter-spacing: -.3px;
}


/* small underline */

.price-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 38px;
    height: 2px;
    border-radius: 99px;
}


.price-included .price-title::after {
    background: #369b45;
}


.price-excluded .price-title::after {
    background: #d83b3b;
}


/* ==========================================
   LIST
========================================== */

.price-list {
    margin-top: 5px;
}


/* ==========================================
   ITEM
========================================== */

.price-item,
.price-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 9px 0;
    border-bottom: 1px solid #e7e7e7;
}


.price-item:last-child {
    border-bottom: 0;
}


.price-item p {
    flex: 1;

    margin: 0;

    padding-top: 1px;

    color: #27304a;

    font-size: 14px;

    line-height: 1.65;

    font-weight: 400;
}


/* ==========================================
   ITEM ICON
========================================== */

.item-icon,
.price-list li:before {
    flex: 0 0 auto;

    width: 28px;
    height: 28px;

    margin-top: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;
}


.item-icon svg {
    width: 16px;
    height: 16px;
}


/* INCLUDED */

.price-included .item-icon,
.price-list li:before {
    color: #27863a;
    background: #d0efd6;
}

.price-included .price-list li:before {
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M5 12.5L9.5 17L19 7' stroke='%2327863a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    /* position: absolute; */
    /* left: 0; */
}

.price-excluded .price-list li:before {
    content: "";
    background-color: #fff0f0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 7L17 17M17 7L7 17' stroke='%23e03434' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-color: #ff00002e;
}

.price-list li:before {
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    /* display: inline-block; */
    /* position: absolute; */
    /* left: 0; */
    display: inline;
}


/* EXCLUDED */

.price-excluded .item-icon {
    color: #e03434;

    background: #fff0f0;
}


/* ==========================================
   HOVER
========================================== */

.price-item,
.price-list li {
    transition: padding-left .2s ease;
}

.price-list li {
    font-size: 14px;
    /* padding-inline: 45px 0; */
    position: relative;
}

.price-list li:last-child {
    margin-bottom: 0;
}


.price-item:hover,
.price-list li:hover {
    padding-left: 4px;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 900px) {

    .price-info-about-detail {
        grid-template-columns: 1fr;

        max-width: 700px;

        gap: 20px;
    }

}


@media (max-width: 600px) {

    .price-info-about-detail {
        padding: 15px;

        gap: 16px;
    }


    .price-box {
        padding: 22px 20px 12px;

        border-radius: 15px;
    }


    .price-header {
        gap: 13px;

        padding-bottom: 17px;
    }


    .price-icon {
        width: 38px;
        height: 38px;
    }


    .price-icon svg {
        width: 19px;
        height: 19px;
    }


    .price-title h3 {
        font-size: 18px;
    }


    .price-title::after {
        bottom: -23px;

        width: 32px;
    }


    .price-item {
        gap: 12px;

        padding: 14px 0;
    }


    .item-icon {
        width: 25px;
        height: 25px;
    }


    .item-icon svg {
        width: 14px;
        height: 14px;
    }


    .price-item p {
        font-size: 13px;

        line-height: 1.55;
    }

}



/* decorative glow */

.hero-bg::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        radial-gradient(circle at 75% 20%,
        rgba(255, 214, 92, .45),
        transparent 35%),
        radial-gradient(circle at 30% 70%,
        rgba(92, 61, 170, .35),
        transparent 40%);

    pointer-events: none;
}


/* contour lines */

.hero-bg::after {
    content: "";

    position: absolute;
    inset: -20%;

    opacity: .12;

    background-image:
        repeating-radial-gradient(ellipse at 30% 60%,
        transparent 0,
        transparent 15px,
        rgba(255, 255, 255, .6) 16px,
        transparent 17px);

    transform: rotate(-8deg) scale(1.2);

    pointer-events: none;
}




/* =========================================
   NAVIGATION CARD
========================================= */

.tour-navigation {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: -70px;
    transform: translateX(-50%);
    width: calc(100% - 140px);
    max-width: 1400px;
    min-height: 145px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 26px;
    box-shadow:
        0 20px 50px rgba(37, 32, 70, .12),
        0 4px 15px rgba(37, 32, 70, .05);
    backdrop-filter: blur(15px);
}


/* =========================================
   NAV ITEM
========================================= */

.tour-nav-item {
    position: relative;

    flex: 1;

    min-width: 120px;

    height: 105px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 10px;

    color: #171a30;

    text-decoration: none;

    border-right: 1px solid #e5e5e8;

    transition:
        color .25s ease,
        transform .25s ease;
}


.tour-nav-item:last-of-type {
    border-right: 1px solid #e5e5e8;
}


.tour-nav-item:hover {
    color: #ef5b25;

    transform: translateY(-3px);
}


/* =========================================
   ICON
========================================= */

.nav-icon {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #25294d;

    transition:
        color .25s ease,
        transform .25s ease;
}


.nav-icon svg {
    width: 31px;
    height: 31px;
}


.tour-nav-item:hover .nav-icon {
    color: #ef5b25;

    transform: translateY(-2px);
}


/* =========================================
   TEXT
========================================= */

.nav-text {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 600;
    /* white-space: nowrap; */
    text-align: center;
}


/* active underline */

.tour-nav-item.active::after {
    content: "";

    position: absolute;

    bottom: 4px;

    left: 50%;

    transform: translateX(-50%);

    width: 24px;
    height: 2px;

    border-radius: 999px;

    background: #ef5b25;
}


/* =========================================
   CTA
========================================= */

.tour-cta {
    flex: 0 0 auto;

    min-width: 215px;

    height: 60px;

    margin-left: 26px;

    padding: 0 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 13px;

    color: #fff;

    text-decoration: none;

    font-size: 15px;

    font-weight: 700;

    border-radius: 999px;

    background:
        linear-gradient(135deg,
        #f45a22,
        #ff7029);

    box-shadow:
        0 12px 25px rgba(239, 91, 37, .28);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.tour-cta svg {
    width: 20px;
    height: 20px;

    transition: transform .25s ease;
}


.tour-cta:hover {
    color: #fff;

    transform: translateY(-3px);

    box-shadow:
        0 16px 32px rgba(239, 91, 37, .35);
}


.tour-cta:hover svg {
    transform: translateX(4px);
}


/* =========================================
   RESPONSIVE - TABLET
========================================= */

@media (max-width: 1100px) {

    .tour-hero {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tour-navigation {
        width: calc(100% - 10px);
        min-height: 125px;
        padding: 14px;
    }

    .tour-nav-item {
        min-width: 100px;
        height: 95px;
    }

    .nav-text {
        font-size: 13px;
    }

    .nav-icon {
        width: 32px;
        height: 32px;
    }

    .nav-icon svg {
        width: 27px;
        height: 27px;
    }

    .tour-cta {
        min-width: 170px;

        height: 54px;

        margin-left: 15px;

        padding: 0 18px;

        font-size: 13px;
    }

}


/* =========================================
   TABLET / MOBILE
========================================= */

@media (max-width: 850px) {

    .tour-hero {
        padding:
            15px 15px 100px;
    }


    .hero-bg {
        min-height: 470px;

        border-radius: 22px;
    }


    .hero-content {
        min-height: 470px;

        padding:
            50px 20px 100px;
    }


    .hero-subtitle {
        font-size: 20px;
    }


    .hero-content h1 {
        font-size: clamp(40px, 8vw, 58px);
    }


    .hero-content p {
        max-width: 500px;

        font-size: 15px;
    }


    .tour-navigation {
        width: calc(100% - 30px);

        min-height: auto;

        display: grid;

        grid-template-columns:
            repeat(3, 1fr);

        gap: 0;

        padding: 12px;

        border-radius: 22px;
    }


    .tour-nav-item {
        min-width: 0;

        height: 85px;

        border-right: 0;

        border-bottom: 1px solid #ededed;
    }


    .tour-nav-item:nth-child(3n) {
        border-right: 0;
    }


    .tour-nav-item:nth-child(n+4) {
        border-bottom: 0;
    }


    .tour-nav-item:last-of-type {
        border-right: 0;
    }


    .tour-cta {
        grid-column: 1 / -1;

        width: 100%;

        margin: 12px 0 0;

        height: 52px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 520px) {

    .tour-hero {
        padding: 10px 10px 90px;
    }


    .hero-bg {
        min-height: 430px;

        border-radius: 18px;
    }


    .hero-content {
        min-height: 430px;

        padding:
            40px 15px 100px;
    }


    .hero-subtitle {
        font-size: 18px;

        margin-bottom: 10px;
    }


    .hero-content h1 {
        font-size: 38px;

        letter-spacing: -1px;
    }


    .hero-content p {
        margin-top: 18px;

        font-size: 13px;

        max-width: 300px;
    }


    .hero-divider span {
        width: 55px;
    }


    .tour-navigation {
        width: calc(100% - 20px);

        grid-template-columns:
            repeat(2, 1fr);

        padding: 8px;
    }


    .tour-nav-item {
        height: 75px;
    }

    /* ---------- HERO ---------- */
    .hero {
        height: 380px;
        width: 100%;
        background: linear-gradient(120deg, #2b2f4a 0%, #5a4a7a 25%, #c1652f 55%, #e3a13a 75%, #7a8a3a 100%);
        position: relative;
        display: flex;
        align-items: flex-end;
        color: #fff;
    }

    .hero::after {
        content: "Ảnh minh họa: Chợ phiên vùng cao";
        position: absolute;
        bottom: 14px;
        left: 24px;
        font-size: 12px;
        background: rgba(0, 0, 0, .35);
        padding: 4px 10px;
        border-radius: 4px;
    }

    /* ---------- ICON TABS ---------- */
    .icon-tabs {
        border-bottom: 1px solid var(--line);
        background: #fff;
    }

    .icon-tabs .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .icon-tabs ul {
        display: flex;
        gap: 34px;
        margin: 0;
    }

    .icon-tabs li {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        font-weight: 600;
        color: var(--navy);
        cursor: pointer;
        margin: 0;
    }

    .icon-tabs li .ic {
        width: 30px;
        height: 30px;
        /* border-radius:50%; */
        /* background:var(--gold); */
        display: inline-block;
    }

    .icon-tabs li .ic svg {
        width: 100%;
        height: 100%;
    }

    .icon-tabs .quote-btn {
        /* background: var(--terracotta); */
        color: var(--fs-color-secondary);
        padding: 9px 18px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
        border: 1px solid var(--fs-color-secondary);
    }

    /* ---------- INTRO / TITLE SECTION ---------- */
    .single-product .intro {
        display: grid;
        grid-template-columns: 1fr 390px;
        gap: 40px;
        /* padding: 36px 0 20px; */
    }

    .single-product .intro h1 {
        font-size: 38px;
        line-height: 45px;
        margin: 0 0 8px;
        color: var(--fs-color-secondary);
    }

    .intro .route {
        font-size: 14px;
        color: var(--muted);
        margin-bottom: 14px;
        margin-top: 15px;
    }

    .intro .meta {
        display: flex;
        gap: 22px;
        font-size: 16px;
        font-weight: 600;
        color: var(--fs-color-secondary);
        margin-bottom: 16px;
    }

    .intro .meta span::before {
        content: "• ";
    }

    .intro p.desc {
        font-size: 14.5px;
        line-height: 26px;
        color: #444;
        max-width: 640px;
    }

    .map-side {
        /* background: #fdf6ec; */
        border-radius: 8px;
        /* padding: 16px; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .map-side svg {
        width: 100%;
        height: auto;
    }

    /* ---------- PRICE BANNER ---------- */
    .price-banner {
        text-align: center;
        padding: 46px 20px 54px;
        background: #fff;
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
        margin-top: 35px;
    }

    .price-banner .price {
        font-family: "Brush Script MT", cursive;
        font-size: 44px;
        color: var(--terracotta);
        margin-bottom: 14px;
        font-weight: 100;
    }

    .price-banner .quote {
        font-size: 15px;
        color: #555;
        max-width: 520px;
        margin: 0 auto 16px;
        line-height: 1.6;
    }

    .price-banner .signature {
        letter-spacing: 3px;
        font-weight: 700;
        font-size: 13px;
        color: var(--navy);
    }

    /* ---------- GALLERY + FAQ ---------- */
    .gallery-section {
        display: grid;
        grid-template-columns: 1.4fr 1fr;
        gap: 36px;
        padding: 44px 0;
    }

    .wrap.gallery-section .faq>div {
        display: inline-block;
        width: 100%;
    }

    .wrap.gallery-section .faq {
        display: flex;
        align-items: center;
    }

    .wrap.gallery-section .faq-list {
        font-size: 14px;
    }

    /* .gallery-grid { */
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    height: 340px;
}

.gallery-grid .cell {
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.gallery-grid .cell span {
    padding: 8px 10px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .55));
    width: 100%;
} */

    /* .g1 {
    background: linear-gradient(135deg, #d9534f, #f0ad4e);
    grid-row: 1/3;
}

.g2 {
    background: linear-gradient(135deg, #2c5f6f, #4fa3ad);
}

.g3 {
    background: linear-gradient(135deg, #5a4a7a, #8a6fae);
}

.g4 {
    background: linear-gradient(135deg, #3fa3d0, #7fd3e0);
} */

    .show-gallery-btn {
        position: absolute;
        bottom: 12px;
        right: 12px;
        background: #fff;
        color: var(--navy);
        font-size: 11px;
        font-weight: 700;
        padding: 6px 12px;
        border-radius: 14px;
    }

    .gallery-grid {
        width: 100%;
        height: 405px;
        display: grid;
        grid-template-columns: 45% 55%;
        grid-template-rows: 1fr 1fr;
        gap: 8px;
    }

    /* Tất cả cell */
    .gallery-grid .cell {
        position: relative;
        overflow: hidden;
        border-radius: 14px;
    }

    /* Tất cả ảnh WordPress */
    .gallery-grid .cell img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }


    /* =========================
   ẢNH 1 - BÊN TRÁI
========================= */

    .gallery-grid .cell:nth-child(1) {
        grid-column: 1;
        grid-row: 1 / 3;
    }


    /* =========================
   ẢNH 2 - BÊN PHẢI, PHÍA TRÊN
========================= */

    .gallery-grid .cell:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }


    /* =========================
   ẢNH 3 - BÊN PHẢI, DƯỚI TRÁI
========================= */

    .gallery-grid .cell:nth-child(3) {
        grid-column: 2;
        grid-row: 2;

        width: calc(50% - 4px);
    }

    .bar-row {
        position: relative;
    }

    /* =========================
   ẢNH 4 - BÊN PHẢI, DƯỚI PHẢI
========================= */

    .gallery-grid .cell:nth-child(4) {
        grid-column: 2;
        grid-row: 2;

        width: calc(50% - 4px);
        margin-left: calc(50% + 4px);
    }


    .faq h3 {
        color: var(--terracotta);
        font-size: 25px;
        margin: 0 0 15px;
    }

    .faq-item {
        border-bottom: 1px solid var(--line);
        padding: 12px 15px;
        /* font-size: 14px; */
        color: #333;
        /* display: flex; */
        /* justify-content: space-between; */
        /* gap: 10px; */
        background: #f3f3f3;
        margin-bottom: 15px;
        border-radius: 15px;
    }

    .faq-item span {}

    .faq-pagination {
        display: flex;
        gap: 6px;
        margin-top: 14px;
    }

    .faq-pagination button {
        width: 25px !important;
        height: 25px !important;
        display: inline-flex;
        padding: 0;
        border: 1px solid;
        margin-right: 0;
        border-radius: 100%;
        min-height: unset;
        justify-content: space-around;
        align-items: center;
        font-weight: 300;
        font-size: 12px;
        border-color: #ddd;
        /* color: #ddd; */
    }

    .faq-pagination button:hover,
    .faq-pagination button.active {
        background: var(--fs-color-secondary);
        border-color: var(--fs-color-secondary);
        color: #fff;
    }

    .faq-pagination span {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 1px solid var(--line);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: var(--muted);
    }

    .faq-pagination span.active {
        background: var(--fs-color-alert);
        color: #fff;
        border-color: var(--fs-color-alert);
    }

    /* ---------- ITINERARY ---------- */
    .itinerary-section {
        padding: 44px 0;
        border-top: 1px solid var(--line);
    }

    .itinerary-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .itinerary-head h2 {
        font-size: 29px;
        color: var(--fs-color-secondary);
        margin: 0;
    }

    .itinerary-head a {
        font-size: 13px;
        color: var(--terracotta);
        font-weight: 700;
        white-space: nowrap;
    }

    .itinerary-body {
        display: grid;
        grid-template-columns: 355px 1fr;
        gap: 30px;
    }

    .itinerary-map svg {
        width: 100%;
        height: auto;
    }

    .itinerary-map .legend {
        display: flex;
        gap: 16px;
        margin-top: 12px;
        font-size: 11px;
        color: var(--muted);
    }

    .day-list .day {
        border-bottom: 1px solid var(--line);
    }

    .day summary {
        list-style: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 14px 6px;
        font-size: 16px;
        font-weight: 600;
        color: var(--navy);
    }

    .day summary::-webkit-details-marker {
        display: none;
    }

    .day .num {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: var(--terracotta);
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .day summary::after {
        content: "⌄";
        margin-left: auto;
        /* color: #8a918980; */
        font-size: 16px;
        background: url('data:image/svg+xml,<svg fill="%23000000" width="64px" height="64px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M0.256 8.606c0-0.269 0.106-0.544 0.313-0.75 0.412-0.412 1.087-0.412 1.5 0l14.119 14.119 13.913-13.912c0.413-0.412 1.087-0.412 1.5 0s0.413 1.088 0 1.5l-14.663 14.669c-0.413 0.413-1.088 0.413-1.5 0l-14.869-14.869c-0.213-0.213-0.313-0.481-0.313-0.756z"></path></g></svg>');
        content: "";
        background-repeat: no-repeat;
        background-size: 100%;
        width: 12px;
        height: 12px;
    }

    .day[open] summary::after {
        /* content: "⌃"; */
    }

    .day .content {
        padding: 0 6px 16px 46px;
        font-size: 13.5px;
        color: #555;
        line-height: 1.7;
    }

    /* ---------- INCLUDED / EXCLUDED ---------- */
    .incl-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        padding: 40px 0 50px;
        border-top: 1px solid var(--line);
    }

    .incl-section h4 {
        font-size: 20px;
        color: var(--fs-color-secondary);
        margin: 0 0 16px;
    }

    .incl-section li {
        display: flex;
        gap: 10px;
        font-size: 14.5px;
        color: #444;
        padding: 8px 0;
        line-height: 1.5;
        margin: 0;
    }

    .incl-section li .mark {
        flex-shrink: 0;
        font-weight: 700;
    }

    .incl-section .yes li .mark {
        color: var(--green);
    }

    .incl-section .no li .mark {
        color: var(--red);
    }

    /* ---------- CONTACT STRIP ---------- */
    .contact-strip {
        display: grid;
        grid-template-columns: 170px 1fr 250px;
        gap: 20px;
        align-items: center;
        background: #fdf6ec;
        border-radius: 10px;
        padding: 30px;
        margin: 20px 0 50px;
        position: relative;
    }

    .advisor {
        text-align: center;
    }

    .advisor .avatar {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        margin: 0 auto 10px;
        background: linear-gradient(135deg, #d9534f, #f0ad4e);
    }

    .advisor .name {
        font-weight: 700;
        color: var(--navy);
        font-size: 14px;
    }

    .advisor .role {
        font-size: 12px;
        color: var(--muted);
    }

    .advisor .ask-btn {
        display: inline-block;
        margin-top: 10px;
        background: var(--terracotta);
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        padding: 6px 14px;
        border-radius: 14px;
    }

    .cta-block h3 {
        color: var(--terracotta);
        font-size: 20px;
        margin: 0 0 10px;
    }

    .voyage-btn {
        display: inline-block;
        background: var(--terracotta);
        color: #fff;
        padding: 10px 20px;
        border-radius: 20px;
        font-weight: 700;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .cta-block p {
        font-size: 12.5px;
        color: #555;
        margin: 4px 0;
    }

    .contact-icons {
        display: flex;
        gap: 22px;
        justify-content: center;
        text-align: center;
        font-size: 11px;
        color: var(--navy);
    }

    .contact-icons .ic {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid var(--line);
        margin: 0 auto 6px;
    }

    .side-tab {
        position: absolute;
        right: -14px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        background: var(--terracotta);
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        padding: 6px 14px;
        border-radius: 6px 6px 0 0;
        letter-spacing: 1px;
    }

    /* ---------- REVIEWS ---------- */
    .reviews-section {
        padding: 40px 0;
        border-top: 1px solid var(--line);
    }

    .reviews-section h2 {
        font-size: 26px;
        color: var(--navy);
        margin: 0 0 10px;
    }

    .reviews-section>.wrap>p {
        font-size: 13.5px;
        color: #666;
        max-width: 700px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .score-block {
        display: grid;
        grid-template-columns: 130px 1fr;
        gap: 36px;
        align-items: center;
        margin-bottom: 36px;
    }

    .score-big {
        text-align: center;
    }

    .score-big .num {
        font-size: 42px;
        font-weight: 800;
        color: var(--navy);
    }

    .score-big .label {
        font-size: 13px;
        color: var(--muted);
    }

    .score-bars .bar-row {
        display: flex;
        align-items: center;
        gap: 14px;
        font-size: 13px;
        color: #444;
        margin-bottom: 10px;
        position: relative;
    }

    .score-bars .bar-row .lbl {
        width: 120px;
        font-weight: 600;
    }

    .score-bars .track {
        flex: 1;
        height: 8px;
        background: #eee;
        border-radius: 4px;
        overflow: hidden;
    }

    .score-bars .fill {
        height: 100%;
        background: var(--gold);
    }

    .score-bars .pct {
        width: 40px;
        text-align: right;
        color: var(--muted);
    }

    .review-card {
        display: grid;
        grid-template-columns: 60px 1fr;
        gap: 16px;
        padding: 24px 0;
        border-top: 1px solid var(--line);
    }

    .review-card .avatar {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: linear-gradient(135deg, #c1652f, #e3a13a);
    }

    .review-card .rname {
        font-weight: 700;
        color: var(--navy);
        font-size: 14.5px;
    }

    .review-card .rdate {
        font-size: 12px;
        color: var(--muted);
        margin-bottom: 8px;
    }

    .review-card p {
        font-size: 13.5px;
        color: #555;
        line-height: 1.7;
        margin: 0 0 14px;
    }

    .rating-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px 20px;
        font-size: 13px;
    }

    .rating-grid .stars {
        color: var(--gold);
        letter-spacing: 1px;
    }

    .rating-grid .lbl {
        color: #444;
        font-weight: 600;
        margin-right: 6px;
    }

    /* ---------- COMMENT FORM ---------- */
    .comment-section {
        padding: 40px 0 60px;
        border-top: 1px solid var(--line);
    }

    .comment-section h2 {
        font-size: 24px;
        color: var(--navy);
        margin: 0 0 22px;
    }

    .stars-form {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px 20px;
        margin-bottom: 24px;
    }

    .stars-form .lbl {
        font-size: 13px;
        font-weight: 600;
        color: #333;
        display: block;
        margin-bottom: 4px;
    }

    .stars-form .stars {
        color: var(--gold);
        letter-spacing: 2px;
        font-size: 16px;
    }

    textarea {
        width: 100%;
        min-height: 100px;
        border: 1px solid var(--line);
        border-radius: 6px;
        padding: 12px;
        font-size: 13.5px;
        font-family: inherit;
        margin-bottom: 16px;
        resize: vertical;
    }

    .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px;
        margin-bottom: 16px;
    }

    .form-row input {
        padding: 11px 12px;
        border: 1px solid var(--line);
        border-radius: 6px;
        font-size: 13.5px;
        font-family: inherit;
    }

    .form-row .captcha {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 700;
        color: #999;
        font-size: 15px;
        letter-spacing: 2px;
    }

    .save-line {
        font-size: 12.5px;
        color: #666;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
    }

    .submit-btn {
        background: var(--terracotta);
        color: #fff;
        border: none;
        padding: 13px 34px;
        border-radius: 4px;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: .5px;
        cursor: pointer;
    }

    @media(max-width:900px) {
        nav.main {
            display: none;
        }

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

        .gallery-section {
            grid-template-columns: 1fr;
        }

        .itinerary-body {
            grid-template-columns: 1fr;
        }

        .incl-section {
            grid-template-columns: 1fr;
        }

        .contact-strip {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .form-row {
            grid-template-columns: 1fr;
        }

        .score-block {
            grid-template-columns: 1fr;
            text-align: center;
        }
    }

    .day-list .list {
        position: relative;
        padding: 10px 0;
        padding-left: 45px;
    }

    /* Đường timeline dọc */
    .day-list .list::before {
        content: "";
        position: absolute;
        top: 30px;
        bottom: 30px;
        left: 11px;
        width: 1px;
        border-left: 1px dashed #d8d8d8;
    }

    /* Mỗi item */
    .day-list .day {
        position: relative;
        margin: 0;
        padding: 0;
    }

    /* Summary */
    .day-list .day summary {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 52px;
        /* padding-left: 40px; */
        cursor: pointer;
        list-style: none;
        padding-inline: 0;
    }

    /* Bỏ mũi tên mặc định của details */
    .day-list .day summary::-webkit-details-marker {
        display: none;
    }

    .day-list .day summary::marker {
        display: none;
    }

    /* Vòng tròn */
    .day-list .day summary>span {
        position: absolute;
        left: -40px;
        top: 50%;
        transform: translateY(-50%);
        width: 13px;
        height: 13px;
        border: 1px solid #d7a68c;
        border-radius: 50%;
        background: #fff;
        z-index: 2;
    }

    .day-list .day:first-child summary>span,
    .day-list .day:last-child summary>span {
        height: 30px;
        width: 30px;
        left: -50px;
    url('data: image/svg+xml,<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><path fill="%23ffffff" d="M32,0C18.745,0,8,10.745,8,24c0,5.678,2.502,10.671,5.271,15l17.097,24.156C30.743,63.686,31.352,64,32,64 s1.257-0.314,1.632-0.844L50.729,39C53.375,35.438,56,29.678,56,24C56,10.745,45.255,0,32,0z M48.087,39h-0.01L32,61L15.923,39 h-0.01C13.469,35.469,10,29.799,10,24c0-12.15,9.85-22,22-22s22,9.85,22,22C54,29.799,50.281,35.781,48.087,39z"></path><path fill="%23ffffff" d="M32,14c-5.523,0-10,4.478-10,10s4.477,10,10,10s10-4.478,10-10S37.523,14,32,14z M32,32 c-4.418,0-8-3.582-8-8s3.582-8,8-8s8,3.582,8,8S36.418,32,32,32z"></path><path fill="%23ffffff" d="M32,10c-7.732,0-14,6.268-14,14s6.268,14,14,14s14-6.268,14-14S39.732,10,32,10z M32,36 c-6.627,0-12-5.373-12-12s5.373-12,12-12s12,5.373,12,12S38.627,36,32,36z"></path></g></g></svg>');
        background-image: url('data:image/svg+xml,<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><path fill="%23ffffff" d="M32,0C18.745,0,8,10.745,8,24c0,5.678,2.502,10.671,5.271,15l17.097,24.156C30.743,63.686,31.352,64,32,64 s1.257-0.314,1.632-0.844L50.729,39C53.375,35.438,56,29.678,56,24C56,10.745,45.255,0,32,0z M48.087,39h-0.01L32,61L15.923,39 h-0.01C13.469,35.469,10,29.799,10,24c0-12.15,9.85-22,22-22s22,9.85,22,22C54,29.799,50.281,35.781,48.087,39z"></path><path fill="%23ffffff" d="M32,14c-5.523,0-10,4.478-10,10s4.477,10,10,10s10-4.478,10-10S37.523,14,32,14z M32,32 c-4.418,0-8-3.582-8-8s3.582-8,8-8s8,3.582,8,8S36.418,32,32,32z"></path><path fill="%23ffffff" d="M32,10c-7.732,0-14,6.268-14,14s6.268,14,14,14s14-6.268,14-14S39.732,10,32,10z M32,36 c-6.627,0-12-5.373-12-12s5.373-12,12-12s12,5.373,12,12S38.627,36,32,36z"></path></g></g></svg>');
        background-color: var(--fs-color-secondary);
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    /* Điểm đầu */
    .day-list .day.first summary>span {
        width: 23px;
        height: 23px;

        left: 0;

        border: none;
        background: #a84e22;
    }

    /* Icon vị trí điểm đầu */
    .day-list .day.first summary>span::after,
    .day-list .day.last summary>span::after {
        content: "⌖";

        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -53%);

        color: #fff;
        font-size: 15px;
        line-height: 1;
    }

    /* Điểm cuối */
    .day-list .day.last summary>span {
        width: 23px;
        height: 23px;

        left: 0;

        border: none;
        background: #a84e22;
    }

    /* Nội dung */
    .day-list .day .content {
        margin-left: 0;
        padding: 0 0 20px;
    }

    /* Không để nội dung làm lệch timeline */
    .day-list .day:last-child .content {
        padding-bottom: 10px;
    }

    .incl-section .accept li:before {
        content: "✔";
        color: green;
        font-size: 16px;
        display: inline-block;
        position: relative;
        top: -3px;
    }

    .incl-section .denie li:before {
        content: "✘";
        color: #ff5e5e;
        font-size: 16px;
        display: inline-block;
        position: relative;
        top: -3px;
    }

    .product-single-price-about {
        /* background: #dddddd47; */
        padding-top: 0;
    }

    /* =========================
       MAIN SECTION
    ========================= */

    .travel-contact {
        width: 100%;
        /* max-width: 1400px; */
        /* min-height: 270px; */
        /* margin: 0 auto; */
        padding: 50px 0;
        background: #f8f3ef;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 45px;
    }

    /* =========================
       ILLUSTRATIONS
    ========================= */

    .illustration {
        position: absolute;
        width: 150px;
        height: 190px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: .85;
    }

    .illustration img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .illustration-left {
        left: 15px;
        top: 25px;
    }

    .illustration-right {
        right: 18px;
        top: 28px;
    }

    /*
      Nếu chưa có hình minh họa,
      dùng SVG line-art tạm thời
    */

    .drawing {
        width: 145px;
        height: 175px;
        color: #777;
    }

    /* =========================
       LEFT PROFILE
    ========================= */

    .advisor {
        width: 300px;
        min-width: 300px;

        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;

        position: relative;
        z-index: 2;
    }

    .advisor-photo {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 10px;
        background: #ddd;
    }

    .advisor-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .advisor-name {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        color: #333;
    }

    .advisor-role {
        margin: 3px 0 15px;
        font-size: 15px;
        font-weight: 500;
        color: #333;
    }

    .question-btn {
        border: 0;
        background: #f2e5dc;
        color: #b35428;

        padding: 8px 15px;
        border-radius: 4px;

        font-family: inherit;
        font-size: 12px;
        font-weight: 600;

        cursor: pointer;
        transition: .2s ease;
    }

    .question-btn:hover {
        background: #e9d5c8;
    }

    /* =========================
       RIGHT CONTENT
    ========================= */

    .contact-content {
        width: 430px;
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .contact-title {
        margin: 0 0 9px;
        font-size: 23px;
        line-height: 1.3;
        font-weight: 700;
        font-style: italic;
        color: #252525;
    }

    .custom-trip-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 125px;
        /* height: 31px; */
        padding: 9px 17px;
        border-radius: 4px;
        border: none;
        background: #ad5125;
        color: white;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: .2s ease;
        margin-block: 10px;
    }

    .custom-trip-btn:hover {
        background: #8f401b;
    }

    /* =========================
       BENEFITS
    ========================= */

    .benefits {
        margin: 11px auto 12px;
        width: fit-content;

        display: flex;
        flex-direction: column;
        gap: 5px;

        text-align: left;
    }

    .benefits ul {
        margin: 0;
    }

    .benefit,
    .benefits li {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 15px;
        font-weight: 500;
        color: #555;
    }

    .benefits li:before {
        content: "";
        content: "✓";
        color: #ad5125;
        font-size: 13px;
        font-weight: 700;
    }

    .check {
        color: #ad5125;
        font-size: 13px;
        font-weight: 700;
    }



    /* =========================
       SIDE TAB
    ========================= */

    .side-tab {
        position: absolute;
        z-index: 10;

        right: 0;
        top: 50%;

        transform: translateY(-50%);

        width: 31px;
        height: 97px;

        background: #ad5125;
        color: #fff;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 3px 0 0 3px;

        text-decoration: none;

        writing-mode: vertical-rl;
        transform-origin: center;

        font-size: 10px;
        font-weight: 600;

        letter-spacing: .2px;
    }

    /* =========================
       MOBILE
    ========================= */

    @media (max-width: 900px) {

        .travel-contact {
            min-height: auto;
            padding: 35px 25px;
            flex-direction: column;
            gap: 30px;
        }

        .illustration {
            display: none;
        }

        .advisor,
        .contact-content {
            width: 100%;
            min-width: 0;
            max-width: 450px;
        }

        .contact-content {
            padding-right: 15px;
        }
    }

    @media (max-width: 480px) {

        .travel-contact {
            padding: 30px 18px;
        }

        .advisor-photo {
            width: 115px;
            height: 115px;
        }

        .contact-title {
            font-size: 17px;
        }

        .contact-methods {
            gap: 20px;
        }
    }

    .tx-contact-simple {
        background: #f8f3ef;
        position: relative;
        margin-top: 50px;
    }



    /* ==========================================
   PRICE INFORMATION
========================================== */

    .price-info-about-detail {
        /* width: 100%; */
        /* max-width: 1240px; */
        /* margin: 0 auto; */
        /* padding: 60px 0; */
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
        font-family:
            Inter,
            -apple-system,
            BlinkMacSystemFont,
            "Segoe UI",
            sans-serif;
    }


    /* ==========================================
   BOX
========================================== */

    .price-box-about {
        position: relative;
        padding: 28px 29px 20px;
        background: #fff;
        border: 1px solid #f0f1f3;
        border-radius: 18px;
        box-shadow:
            0 8px 30px rgba(25, 30, 45, .055);
    }


    /* ==========================================
   HEADER
========================================== */

    .price-header {
        display: flex;
        align-items: center;
        gap: 17px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e9ebee;
    }


    .price-icon {
        flex: 0 0 auto;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }


    .price-icon svg {
        width: 19px;
        height: 19px;
    }


    /* ==========================================
   INCLUDED HEADER
========================================== */

    .price-included .price-icon {
        color: #fff;

        background: #369b45;
    }


    .price-included .price-title h3 {
        color: #286c35;
    }


    /* ==========================================
   EXCLUDED HEADER
========================================== */

    .price-excluded .price-icon {
        color: #fff;

        background: #d83b3b;
    }


    .price-excluded .price-title h3 {
        color: #751e1e;
    }


    /* ==========================================
   TITLE
========================================== */

    .price-title {
        position: relative;
    }


    .price-title h3 {
        margin: 0;

        font-size: 21px;

        line-height: 1.25;

        font-weight: 700;

        letter-spacing: -.3px;
    }


    /* small underline */

    .price-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -17px;
        width: 38px;
        height: 2px;
        border-radius: 99px;
    }


    .price-included .price-title::after {
        background: #369b45;
    }


    .price-excluded .price-title::after {
        background: #d83b3b;
    }


    /* ==========================================
   LIST
========================================== */

    .price-list {
        margin-top: 5px;
    }


    /* ==========================================
   ITEM
========================================== */

    .price-item,
    .price-list li {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        padding: 9px 0;
        border-bottom: 1px solid #f0f1f3;
    }


    .price-item:last-child {
        border-bottom: 0;
    }


    .price-item p {
        flex: 1;

        margin: 0;

        padding-top: 1px;

        color: #27304a;

        font-size: 14px;

        line-height: 1.65;

        font-weight: 400;
    }


    /* ==========================================
   ITEM ICON
========================================== */

    .item-icon,
    .price-list li:before {
        flex: 0 0 auto;

        width: 28px;
        height: 28px;

        margin-top: 0;

        display: flex;

        align-items: center;
        justify-content: center;

        border-radius: 50%;
    }


    .item-icon svg {
        width: 16px;
        height: 16px;
    }


    /* INCLUDED */

    .price-included .item-icon,
    .price-list li:before {
        color: #27863a;
        background: #eef8f0;
    }

    .price-included .price-list li:before {
        content: "";
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M5 12.5L9.5 17L19 7' stroke='%2327863a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
        /* position: absolute; */
        /* left: 0; */
    }

    .price-excluded .price-list li:before {
        content: "";
        background-color: #fff0f0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 7L17 17M17 7L7 17' stroke='%23e03434' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
    }

    .price-list li:before {
        background-size: 60%;
        background-position: center center;
        background-repeat: no-repeat;
        /* display: inline-block; */
        /* position: absolute; */
        /* left: 0; */
        display: inline;
    }


    /* EXCLUDED */

    .price-excluded .item-icon {
        color: #e03434;

        background: #fff0f0;
    }


    /* ==========================================
   HOVER
========================================== */

    .price-item,
    .price-list li {
        transition: padding-left .2s ease;
    }

    .price-list li {
        font-size: 14px;
        /* padding-inline: 45px 0; */
        position: relative;
    }

    .price-list li:last-child {
        margin-bottom: 0;
    }


    .price-item:hover,
    .price-list li:hover {
        padding-left: 4px;
    }


    /* ==========================================
   RESPONSIVE
========================================== */

    @media (max-width: 900px) {

        .price-info-about-detail {
            grid-template-columns: 1fr;

            max-width: 700px;

            gap: 20px;
        }

    }


    @media (max-width: 600px) {

        .price-info-about-detail {
            padding: 0;
            gap: 16px;
        }


        .price-box {
            padding: 22px 20px 12px;

            border-radius: 15px;
        }


        .price-header {
            gap: 13px;

            padding-bottom: 17px;
        }


        .price-icon {
            width: 38px;
            height: 38px;
        }


        .price-icon svg {
            width: 19px;
            height: 19px;
        }


        .price-title h3 {
            font-size: 18px;
        }


        .price-title::after {
            bottom: -18px;
            width: 32px;
        }


        .price-item {
            gap: 12px;

            padding: 14px 0;
        }


        .item-icon {
            width: 25px;
            height: 25px;
        }


        .item-icon svg {
            width: 14px;
            height: 14px;
        }


        .price-item p {
            font-size: 13px;

            line-height: 1.55;
        }

    }

</style><style>
      /* =========================================
     TOUR HERO
  ========================================= */

  .tour-hero {
      position: relative;
      width: 100%;
      padding: 36px 34px 90px;
      background: #fff;
  }


    /* =========================================
   HERO BACKGROUND
========================================= */

    .hero-bg {
        position: relative;
        min-height: 530px;
        overflow: hidden;
        border-radius: 30px;
        /* background:
        linear-gradient(115deg,
            #37305e 0%,
            #58427a 22%,
            #a04f55 46%,
            #e66d21 70%,
            #ffbd25 100%); */
    }

    .tour-hero {
        position: relative;
    }


    /* decorative glow */

    .hero-bg::before {
        content: "";

        position: absolute;
        inset: 0;

        background:
            radial-gradient(circle at 75% 20%,
            rgba(255, 214, 92, .45),
            transparent 35%),
            radial-gradient(circle at 30% 70%,
            rgba(92, 61, 170, .35),
            transparent 40%);

        pointer-events: none;
    }


    /* contour lines */

    .hero-bg::after {
        content: "";

        position: absolute;
        inset: -20%;

        opacity: .12;

        background-image:
            repeating-radial-gradient(ellipse at 30% 60%,
            transparent 0,
            transparent 15px,
            rgba(255, 255, 255, .6) 16px,
            transparent 17px);

        transform: rotate(-8deg) scale(1.2);

        pointer-events: none;
    }


    /* =========================================
   HERO CONTENT
========================================= */

    .hero-content {
        position: relative;
        z-index: 2;

        min-height: 530px;

        display: flex;
        flex-direction: column;

        align-items: center;
        justify-content: center;

        text-align: center;

        color: #fff;

        padding: 60px 20px 120px;
    }


    .hero-subtitle {
        display: block;

        margin-bottom: 12px;

        color: #ffd76a;

        font-size: 25px;
        line-height: 1.3;

        font-family: "Brush Script MT", "Segoe Script", cursive;

        letter-spacing: .3px;
    }


    .hero-content h1 {
        margin: 0;

        color: #fff;

        font-family: Georgia, "Times New Roman", serif;

        font-size: clamp(48px, 5vw, 78px);

        font-weight: 500;

        line-height: 1.05;

        letter-spacing: -2px;

        text-shadow:
            0 4px 25px rgba(0, 0, 0, .12);
    }


    .hero-content p {
        margin: 25px 0 0;

        color: rgba(255, 255, 255, .94);

        font-size: 18px;

        line-height: 1.6;

        font-weight: 400;
    }


    /* =========================================
   HERO DIVIDER
========================================= */

    .hero-divider {
        display: flex;

        align-items: center;

        gap: 12px;

        margin-top: 22px;
    }


    .hero-divider span {
        width: 105px;
        height: 1px;

        background: rgba(255, 255, 255, .65);
    }


    .hero-divider i {
        width: 8px;
        height: 8px;

        display: block;

        border-radius: 50%;

        background: #fff;
    }


    /* =========================================
   NAVIGATION CARD
========================================= */

    .tour-navigation {
        position: absolute;

        z-index: 10;

        left: 50%;

        bottom: 0;

        transform: translateX(-50%);

        width: calc(100% - 140px);

        max-width: 1400px;

        min-height: 145px;

        padding: 18px 22px;

        display: flex;

        align-items: center;

        justify-content: center;

        gap: 0;

        background: rgba(255, 255, 255, .96);

        border: 1px solid rgba(255, 255, 255, .8);

        border-radius: 26px;

        box-shadow:
            0 20px 50px rgba(37, 32, 70, .12),
            0 4px 15px rgba(37, 32, 70, .05);

        backdrop-filter: blur(15px);
    }


    /* =========================================
   NAV ITEM
========================================= */

    .tour-nav-item {
        position: relative;

        flex: 1;

        min-width: 120px;

        height: 105px;

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: center;

        gap: 10px;

        color: #171a30;

        text-decoration: none;

        border-right: 1px solid #e5e5e8;

        transition:
            color .25s ease,
            transform .25s ease;
    }


    .tour-nav-item:last-of-type {
        border-right: 1px solid #e5e5e8;
    }


    .tour-nav-item:hover {
        color: #ef5b25;

        transform: translateY(-3px);
    }


    /* =========================================
   ICON
========================================= */

    .nav-icon {
        width: 38px;
        height: 38px;

        display: flex;

        align-items: center;
        justify-content: center;

        color: #25294d;

        transition:
            color .25s ease,
            transform .25s ease;
    }


    .nav-icon svg {
        width: 31px;
        height: 31px;
    }


    .tour-nav-item:hover .nav-icon {
        color: #ef5b25;

        transform: translateY(-2px);
    }


    /* =========================================
   TEXT
========================================= */

    .nav-text {
        position: relative;

        display: block;

        font-size: 15px;

        font-weight: 600;

        white-space: nowrap;
    }


    /* active underline */

    .tour-nav-item.active::after {
        content: "";

        position: absolute;

        bottom: 4px;

        left: 50%;

        transform: translateX(-50%);

        width: 24px;
        height: 2px;

        border-radius: 999px;

        background: #ef5b25;
    }


    /* =========================================
   CTA
========================================= */

    .tour-cta {
        flex: 0 0 auto;

        min-width: 215px;

        height: 60px;

        margin-left: 26px;

        padding: 0 25px;

        display: flex;

        align-items: center;
        justify-content: center;

        gap: 13px;

        color: #fff;

        text-decoration: none;

        font-size: 15px;

        font-weight: 700;

        border-radius: 999px;

        background:
            linear-gradient(135deg,
            #f45a22,
            #ff7029);

        box-shadow:
            0 12px 25px rgba(239, 91, 37, .28);

        transition:
            transform .25s ease,
            box-shadow .25s ease;
    }


    .tour-cta svg {
        width: 20px;
        height: 20px;

        transition: transform .25s ease;
    }


    .tour-cta:hover {
        color: #fff;

        transform: translateY(-3px);

        box-shadow:
            0 16px 32px rgba(239, 91, 37, .35);
    }


    .tour-cta:hover svg {
        transform: translateX(4px);
    }


    /* =========================================
   RESPONSIVE - TABLET
========================================= */

    @media (max-width: 1100px) {

        .tour-hero {
            padding-left: 20px;
            padding-right: 20px;
        }

        .tour-navigation {
            width: calc(100% - 60px);

            min-height: 125px;

            padding: 14px;
        }

        .tour-nav-item {
            min-width: 100px;
            height: 95px;
        }

        .nav-text {
            font-size: 13px;
        }

        .nav-icon {
            width: 32px;
            height: 32px;
        }

        .nav-icon svg {
            width: 27px;
            height: 27px;
        }

        .tour-cta {
            min-width: 170px;

            height: 54px;

            margin-left: 15px;

            padding: 0 18px;

            font-size: 13px;
        }

    }


    /* =========================================
   TABLET / MOBILE
========================================= */

    @media (max-width: 850px) {

        .tour-hero {
            padding:
                15px 15px 100px;
        }


        .hero-bg {
            min-height: 470px;

            border-radius: 22px;
        }


        .hero-content {
            min-height: 470px;

            padding:
                50px 20px 100px;
        }


        .hero-subtitle {
            font-size: 20px;
        }


        .hero-content h1 {
            font-size: clamp(40px, 8vw, 58px);
        }


        .hero-content p {
            max-width: 500px;

            font-size: 15px;
        }


        .tour-navigation {
            width: calc(100% - 30px);

            min-height: auto;

            display: grid;

            grid-template-columns:
                repeat(3, 1fr);

            gap: 0;

            padding: 12px;

            border-radius: 22px;
        }


        .tour-nav-item {
            min-width: 0;

            height: 85px;

            border-right: 0;

            border-bottom: 1px solid #ededed;
        }


        .tour-nav-item:nth-child(3n) {
            border-right: 0;
        }


        .tour-nav-item:nth-child(n+4) {
            border-bottom: 0;
        }


        .tour-nav-item:last-of-type {
            border-right: 0;
        }


        .tour-cta {
            grid-column: 1 / -1;

            width: 100%;

            margin: 12px 0 0;

            height: 52px;
        }

    }


    /* =========================================
   MOBILE
========================================= */

    @media (max-width: 520px) {

        .tour-hero {
            padding: 10px 10px 90px;
        }


        .hero-bg {
            min-height: 430px;

            border-radius: 18px;
        }


        .hero-content {
            min-height: 430px;

            padding:
                40px 15px 100px;
        }


        .hero-subtitle {
            font-size: 18px;

            margin-bottom: 10px;
        }


        .hero-content h1 {
            font-size: 38px;

            letter-spacing: -1px;
        }


        .hero-content p {
            margin-top: 18px;

            font-size: 13px;

            max-width: 300px;
        }


        .hero-divider span {
            width: 55px;
        }


        .tour-navigation {
            width: calc(100% - 20px);

            grid-template-columns:
                repeat(2, 1fr);

            padding: 8px;
        }


        .tour-nav-item {
            height: 75px;
        }


        .tour-nav-item:nth-child(3n) {
            border-right: 0;
        }


        .tour-nav-item:nth-child(2n) {
            border-right: 0;
        }


        .tour-nav-item:nth-child(n+3) {
            border-bottom: 1px solid #ededed;
        }


        .tour-nav-item:nth-child(n+5) {
            border-bottom: 0;
        }


        .nav-icon {
            width: 27px;
            height: 27px;
        }


        .nav-icon svg {
            width: 23px;
            height: 23px;
        }


        .nav-text {
            font-size: 12px;
        }


        .tour-cta {
            margin-top: 8px;
        }

    }

    /* Chi tiết đánh giá */

    /* Chi tiết đánh giá */
    .tour-nav-item:nth-child(3n) {
        border-right: 0;
    }


    .tour-nav-item:nth-child(2n) {
        border-right: 0;
    }


    .tour-nav-item:nth-child(n+3) {
        border-bottom: 1px solid #ededed;
    }


    .tour-nav-item:nth-child(n+5) {
        border-bottom: 0;
    }


    .nav-icon {
        width: 27px;
        height: 27px;
    }


    .nav-icon svg {
        width: 23px;
        height: 2 px;
    }


    .nav-text {
        font-size: 12px;
    }


    .tour-cta {
        margin-top: 8px;
    }

}

/* Chi tiết đánh giá */

/* Chi tiết đánh giá */



/* =========================================
   HERO
========================================= */

.tour-hero-description {
    position: relative;
    width: 100%;
    padding: 70px 0 80px;
    overflow: hidden;
    /* background:
        radial-gradient(
            circle at 85% 40%,
            rgba(250, 239, 226, 0.65),
            transparent 30%
        ),
        linear-gradient(
            120deg,
            #ffffff 0%,
            #fffdf9 55%,
            #faf4ed 100%
        ); */
    margin-top: 75px;
    background: #ffffff;
}


/* =========================================
   CONTAINER
========================================= */

.tour-container {
    width: min(var(--container),
    calc(100% - 80px));

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0, 1.08fr) minmax(400px, 0.92fr);

    gap: 50px;

    align-items: center;
}


/* =========================================
   LEFT CONTENT
========================================= */

.tour-hero__content {
    position: relative;

    z-index: 2;
}


/* =========================================
   BADGE
========================================= */

.tour-badge {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 8px 15px;

    border: 1px solid #e5c6b3;

    border-radius: 50px;

    background: rgba(255, 250, 245, 0.8);

    color: var(--orange);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.6px;
}

.tour-badge__icon {
    font-size: 14px;
}


/* =========================================
   TITLE
========================================= */

.tour-hero__title {
    margin-top: 22px;

    color: var(--text);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(45px,
    5vw,
    44px);

    line-height: 1.04;

    letter-spacing: -2.5px;

    font-weight: 700;
}

.tour-hero__title span {
    color: var(--orange);
}


/* =========================================
   SUBTITLE
========================================= */

.tour-hero__subtitle {
    margin-top: 25px;

    max-width: 760px;

    color: var(--text-light);

    font-size: 16px;

    line-height: 1.7;
}


/* =========================================
   TOUR INFORMATION
========================================= */

.tour-info {
    display: flex;

    flex-wrap: wrap;

    gap: 14px;

    margin-top: 28px;
}


/* CARD */

.tour-info__item {
    min-width: 165px;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 14px 17px;

    border: 1px solid #f0e3d8;

    border-radius: 16px;

    background: rgba(255, 249, 243, 0.9);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.tour-info__item:hover {
    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(60,
        35,
        20,
        0.08);
}


/* ICON */

.tour-info__icon {
    width: 38px;

    height: 38px;

    flex-shrink: 0;

    display: grid;

    place-items: center;

    border-radius: 11px;

    background: #fff;

    color: var(--orange);

    font-size: 18px;
}


/* LABEL */

.tour-info__label {
    display: block;

    margin-bottom: 3px;

    color: #777;

    font-size: 11px;
}


/* VALUE */

.tour-info__item strong {
    display: block;

    color: #252925;

    font-size: 14px;

    white-space: nowrap;
}


/* PRICE */

.tour-info__item .tour-price {
    color: var(--orange);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 22px;
}


/* =========================================
   DESCRIPTION
========================================= */

.tour-hero__description {
    max-width: 700px;

    margin-top: 22px;

    color: #4e534f;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   RIGHT VISUAL
========================================= */

.tour-hero__visual {
    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;

    min-height: 500px;
}


/* =========================================
   MAP
========================================= */

.tour-map {
    position: relative;

    width: 100%;

    max-width: 520px;

    display: flex;

    justify-content: center;

    align-items: center;
}

.tour-map::before {
    content: "";

    position: absolute;

    width: 360px;

    height: 360px;

    border-radius: 50%;

    background:
        radial-gradient(circle,
        rgba(255, 247, 235, 0.9),
        rgba(255, 247, 235, 0));

    z-index: 0;
}

.tour-map img {
    position: relative;

    z-index: 1;

    width: 100%;

    max-width: 470px;

    height: auto;

    object-fit: contain;

    filter:
        drop-shadow(0 18px 25px rgba(0, 0, 0, 0.08));

    transition:
        transform 0.4s ease;
}

.tour-map img:hover {
    transform: scale(1.025);
}


/* =========================================
   DECORATION
========================================= */

.tour-hero::after {
    content: "";

    position: absolute;

    width: 300px;

    height: 300px;

    right: -130px;

    bottom: -170px;

    border-radius: 50%;

    background:
        rgba(232, 210, 189, 0.18);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

    .tour-container {
        grid-template-columns:
            minmax(0, 1fr) minmax(330px, 0.75fr);

        gap: 25px;

        width: min(var(--container),
        calc(100% - 50px));
    }

    .tour-hero__title {
        font-size: 31px;
    }

    .tour-info__item {
        min-width: 145px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 800px) {

    .tour-hero {
        padding: 35px 0 55px;
    }


    .tour-container {
        /* width: calc(100% - 36px); */
        grid-template-columns: 1fr;
        gap: 15px;
    }


    /*
       Đưa bản đồ lên trên
    */

    .tour-hero__visual {
        order: -1;

        min-height: auto;

        margin-bottom: 10px;
    }


    .tour-map {
        max-width: 380px;
    }


    .tour-map img {
        max-width: 360px;
    }


    .tour-hero__title {
        margin-top: 18px;

        font-size: clamp(40px,
        11vw,
        58px);

        line-height: 1.03;

        letter-spacing: -1.5px;
    }


    .tour-hero__subtitle {
        font-size: 14px;
    }


    .tour-info {
        display: grid;

        grid-template-columns:
            1fr 1fr;
    }


    .tour-info__item {
        min-width: 0;
    }


    .tour-info__item:last-child {
        grid-column: 1 / -1;
    }


    .tour-hero__description {
        font-size: 14px;

        line-height: 1.75;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .tour-container {
        /* width: calc(100% - 28px); */
    }


    .tour-hero-description {
        padding-top: 25px;
        margin-top: 10px;
        padding-bottom: 20px;
    }


    .tour-hero__title {
        font-size: 25px;
    }


    .tour-info {
        grid-template-columns: 1fr;
    }


    .tour-info__item:last-child {
        grid-column: auto;
    }


    .tour-info__item {
        width: 100%;
    }


    .tour-map img {
        max-width: 310px;
    }

}



:root {

    --section-orange: #c65b2d;

    --section-orange-dark: #a94a24;

    --section-text: #20231f;

    --section-muted: #777872;

    --section-border: #eadfd4;

    --section-card: #f4f2f0;

    --section-white: #ffffff;

}


/* start: Lịch trình */
/* =====================================
   SECTION
===================================== */

.itinerary-section {
    width: 100%;
    padding: 70px 0;
    background: #fffaf5;
    margin-top: 30px;
}

.itinerary-container {
    width: min(1240px, calc(100% - 80px));
    margin: auto;
}


/* =====================================
   LAYOUT
===================================== */

.itinerary-layout {
    display: grid;
    grid-template-columns: 470px 1fr;
    gap: 55px;
    align-items: start;
}


/* =====================================
   MAP CARD
===================================== */

.itinerary-map-card {
    position: sticky;
    top: 30px;
    background: #fffdf9;
    border: 1px solid #ead8c7;
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
}

.itinerary-map {
    overflow: hidden;
    border-radius: 14px;
}

.itinerary-map img {
    width: 100%;
    display: block;
}


/* =====================================
   LEGEND
===================================== */

.itinerary-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 18px;
    font-size: 13px;
    color: #666;
}

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

.legend-line {
    width: 28px;
    height: 2px;
    display: block;
}

.legend-line.car {
    background: #444;
}

.legend-line.train {
    border-top: 2px dashed #777;
}

.legend-plane,
.legend-boat {
    font-size: 16px;
}


/* =====================================
   CONTENT
===================================== */

.itinerary-content {
    width: 100%;
}


/* HEADER */

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

.itinerary-header h2 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 34px;
    color: #c65b2d;
}

.itinerary-view-all {
    border: 1px solid #c65b2d;
    background: #fffaf5;
    color: #c65b2d;
    padding: 3px 18px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
    min-height: unset;
    height: unset;
}

.itinerary-view-all span {
    margin-left: 6px;
    margin-right: 20px;
}


/* =====================================
   TIMELINE
===================================== */

.itinerary-timeline {
    position: relative;
}

.itinerary-timeline::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: #d8cec4;
}


/* ITEM */

.itinerary-item {
    position: relative;
    padding-left: 55px;
}

.itinerary-item:not(.last) {
    margin-bottom: 20px;
}


/* MARKER */

.itinerary-marker {
    position: absolute;
    left: 10px;
    top: 22px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid #d78b67;
    z-index: 2;
}

.itinerary-marker.start,
.itinerary-marker.finish {
    width: 34px;
    height: 34px;
    left: 1px;
    top: 13px;
    background: #c65b2d;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
}


/* =====================================
   BOX
===================================== */

.itinerary-box {
    border-bottom: 1px solid #eadfd4;
}

.itinerary-title {
    width: 100%;
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 15px 10px 15px 0;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    font-family: 'Montserrat';
}

.arrow {
    font-size: 20px;
    color: #555;
    flex-shrink: 0;
}


/* ACTIVE */

.itinerary-item.active .itinerary-box {
    background: #fff8f2;
    border: 1px solid #ead4c1;
    border-radius: 15px;
    padding-left: 18px;
}

.itinerary-item.active .itinerary-title {
    min-height: 62px;
}

.itinerary-description {
    display: none;
    padding: 0 20px 20px 0;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}

.itinerary-item.active .itinerary-description {
    display: block;
}


/* =====================================
   HOVER
===================================== */

.itinerary-title:hover {
    color: #c65b2d;
}


/* =====================================
   RESPONSIVE
===================================== */

@media(max-width:1000px) {

    .itinerary-layout {
        grid-template-columns: 280px 1fr;
        gap: 35px;
    }

    .itinerary-header h2 {
        font-size: 40px;
    }

}


@media(max-width:768px) {

    .itinerary-section {
        padding: 45px 0;
    }

    .itinerary-container {
        width: 100%;
    }

    .itinerary-layout {
        grid-template-columns: 1fr;
    }

    .itinerary-map-card {
        position: relative;
        top: auto;
        max-width: 420px;
        margin: auto;
        width: 100%;
    }

    .itinerary-header h2 {
        font-size: 34px;
    }

}


@media(max-width:500px) {

    .itinerary-header {
        align-items: flex-start;
        gap: 15px;
    }

    .itinerary-header h2 {
        font-size: 21px;
        line-height: 1.1;
    }

    .itinerary-view-all {
        padding: 8px 14px;
        font-size: 12px;
    }

    .itinerary-title {
        font-size: 14px;
        min-height: 65px;
    }

    .itinerary-item {
        padding-left: 48px;
    }

    .itinerary-timeline::before {
        left: 16px;
    }

    .itinerary-marker {
        left: 8px;
    }

    .itinerary-marker.start,
    .itinerary-marker.finish {
        left: 0;
    }

}

/* end: Lịch trình */

@media (max-width: 1024px) and (min-width: 992px) {
    .itinerary-header h2 {
        font-size: 23px!important;
    }
    .itinerary-title {
        font-size: 14px!important;
    }
    .tour-hero-description {
        padding: 35px 0 80px;
    }
    .tour-navigation.is-fixed > *:last-child {
        display: none;
    }
    .tour-nav-item {
        gap: 0!important;
        padding-inline: 10px;
    }
}

@media (max-width: 991px) {
    .tour-navigation.is-fixed > *:last-child {
        display: none;
    }
}

@media (max-width: 768px) {
    .tour-navigation {
        bottom: -85px;
    }
    .tour-navigation.is-fixed {
        display: flex;
        top: 70px!important;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        column-gap: 35px;
        display: flex;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0 15px!important;
        scrollbar-width: none;
    }
    .tour-navigation.is-fixed > * {
        flex: 0 0 auto;
    }
    #commentform input#submit {
        padding: 8px 20px!important;
        font-size: 13px!important;
    }

}

@media (max-width: 1024px) and (min-width: 768px) {
    .product-single-price-about {
        padding-block: 20px!important;
    }
    .itinerary-title {
        font-size: 13px!important;
    }
    .itinerary-header h2 {
        font-size: 23px!important;
    }
    .tour-section-2 {
        padding-bottom: 30px!important;
    }
    .tour-price-title h2 {
        font-size: 28px!important;
    }
    .tour-container-2 {
        width: 100% !important;
    }
    .tour-section-2 {
        padding: 0px 0 15px!important;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .tour-faq__heading h2 {
        font-size: 25px!important;
    }
    .itinerary-container {
        width: 100% !important;
    }
    .itinerary-layout {
        grid-template-columns: 390px 1fr!important;
    }
    .tx-contact-simple {
        margin-top: 0!important;
    }
    #commentform input#submit {
        padding: 10px 20px!important;
        font-size: 13px!important;
    }
}
