/*
Theme Name: Flatsome Child_VietLong
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-top{padding: 10px}
.header-top .nav>li>a>i+span{font-size: 14px}
.header-search-form{margin: 0 auto !important}
.item_country{background-color: transparent !important}
.item_tours {border-radius: 15px}
.item_tours .box-blog-post{border-radius: 15px}
.item_tours img{border-radius: 15px 15px 0 0}
.item_tours .post-title{text-transform: uppercase;}
.section-footer-tour{
	padding-top: 20px;
    border-top: 1px solid #dedede;
    position: absolute;
    bottom: 20px;
    width: 90%;
}

/* ========================================================================
   DNQ page design system: Contact page and editorial single posts
   ======================================================================== */
:root {
    --dnq-page-blue: #1599d2;
    --dnq-page-cyan: #32b9cb;
    --dnq-page-orange: #ef4b25;
    --dnq-page-ink: #303a40;
    --dnq-page-muted: #68757d;
    --dnq-page-line: #e2e9ec;
    --dnq-page-surface: #f5f8f9;
    --dnq-page-radius: 18px;
    --dnq-page-shadow: 0 18px 45px rgba(31, 57, 68, .10);
}

/* Contact page: preserve UX Builder content, upgrade its visual system. */
body.dnq-contact-page #content > .section:first-child {
    min-height: 460px;
    display: flex;
    align-items: center;
    padding-top: 110px !important;
    padding-bottom: 130px !important;
}
body.dnq-contact-page #content > .section:first-child .section-bg-overlay {
    background: linear-gradient(110deg, rgba(8, 35, 48, .78), rgba(8, 35, 48, .36)) !important;
}
body.dnq-contact-page #content > .section:first-child .section-bg {
    background-position: center 45% !important;
}
body.dnq-contact-page #content > .section:first-child .section-content {
    width: 100%;
}
body.dnq-contact-page #content > .section:first-child .row {
    max-width: 1240px;
}
body.dnq-contact-page #content > .section:first-child .col-inner {
    max-width: 820px;
    margin: 0 auto;
}
body.dnq-contact-page #content > .section:first-child h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(42px, 5vw, 68px) !important;
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.08;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}
body.dnq-contact-page #content > .section:first-child h1::before {
    content: "PLAN YOUR JOURNEY";
    display: block;
    margin-bottom: 15px;
    color: #63d3e2;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.2;
}
body.dnq-contact-page #content > .section:first-child p {
    max-width: 680px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.7;
}
body.dnq-contact-page #content > .section:nth-child(2) {
    padding: 0 0 78px !important;
    background: var(--dnq-page-surface) !important;
}
body.dnq-contact-page #content > .section:nth-child(2) > .section-content > .row {
    max-width: 1240px;
}
body.dnq-contact-page #content > .section:nth-child(2) > .section-content > .row > .col {
    margin-top: -52px !important;
}
body.dnq-contact-page #content > .section:nth-child(2) > .section-content > .row > .col > .col-inner {
    /* UX Builder stores an additional -100px margin on this wrapper. Keep
     * only the controlled section overlap above so the hero copy stays clear. */
    margin-top: 0 !important;
}
body.dnq-contact-page #content > .section:nth-child(2) .row-inner {
    gap: 22px 0;
    overflow: hidden;
    padding: clamp(22px, 4vw, 48px) !important;
    border: 1px solid rgba(218, 227, 231, .95);
    border-radius: 28px;
    background: #fff !important;
    box-shadow: 0 24px 65px rgba(25, 54, 66, .13);
}
body.dnq-contact-page #content > .section:nth-child(2) .row-inner > .col:nth-child(-n+2) > .col-inner {
    height: 100%;
    min-height: 220px;
    padding: 32px 28px !important;
    border: 1px solid var(--dnq-page-line);
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
body.dnq-contact-page #content > .section:nth-child(2) .row-inner > .col:nth-child(-n+2) > .col-inner:hover {
    transform: translateY(-4px);
    border-color: rgba(50, 185, 203, .55);
    box-shadow: var(--dnq-page-shadow);
}
body.dnq-contact-page #content > .section:nth-child(2) .row-inner > .col:nth-child(-n+2) h4 {
    margin: 0 0 10px;
    color: var(--dnq-page-ink);
    font-size: 24px;
    font-weight: 700;
}
body.dnq-contact-page #content > .section:nth-child(2) .row-inner > .col:nth-child(-n+2) p {
    min-height: 48px;
    margin-bottom: 6px;
    color: var(--dnq-page-muted);
    font-size: 16px;
    line-height: 1.55;
}
body.dnq-contact-page #content > .section:nth-child(2) .button,
body.dnq-contact-page .dnq-booking-submit button {
    min-height: 48px;
    padding: 0 26px;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--dnq-page-orange) !important;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: .01em;
    box-shadow: 0 10px 24px rgba(239, 75, 37, .22);
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
body.dnq-contact-page #content > .section:nth-child(2) .button:hover,
body.dnq-contact-page .dnq-booking-submit button:hover {
    transform: translateY(-2px);
    background: #d93e1b !important;
    box-shadow: 0 14px 28px rgba(239, 75, 37, .3);
}
body.dnq-contact-page #content > .section:nth-child(2) .row-inner > .col:last-child {
    margin-top: 12px;
}
body.dnq-contact-page #content > .section:nth-child(2) .row-inner > .col:last-child > .col-inner {
    padding: clamp(30px, 4vw, 54px) !important;
    overflow: hidden;
    border: 1px solid var(--dnq-page-line);
    border-radius: 22px;
    background: linear-gradient(180deg, #fbfdfe 0%, #fff 100%) !important;
    box-shadow: 0 14px 36px rgba(31, 57, 68, .08);
}
body.dnq-contact-page #content > .section:nth-child(2) .row-inner > .col:last-child > .col-inner > h3 {
    margin: 0;
    color: var(--dnq-page-ink);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    letter-spacing: -.025em;
}
body.dnq-contact-page #content > .section:nth-child(2) .row-inner > .col:last-child > .col-inner > h3::before {
    content: "TELL US ABOUT YOUR TRIP";
    display: block;
    margin-bottom: 9px;
    color: var(--dnq-page-cyan);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
}
body.dnq-contact-page .dnq-booking-form-wrap--contact {
    max-width: 100%;
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
}
body.dnq-contact-page .dnq-booking-form-title {
    margin: 8px 0 28px;
    color: var(--dnq-page-muted);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}
body.dnq-contact-page .dnq-booking-field label {
    margin-bottom: 8px;
    color: #4a565c;
    font-weight: 600;
}
body.dnq-contact-page .dnq-booking-field input,
body.dnq-contact-page .dnq-booking-field select,
body.dnq-contact-page .dnq-booking-field textarea {
    border: 1px solid #dce5e8 !important;
    border-radius: 14px !important;
    background: #f7f9fa !important;
    box-shadow: none !important;
    color: var(--dnq-page-ink);
}
body.dnq-contact-page .dnq-booking-field input:focus,
body.dnq-contact-page .dnq-booking-field select:focus,
body.dnq-contact-page .dnq-booking-field textarea:focus {
    border-color: var(--dnq-page-cyan) !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(50, 185, 203, .12) !important;
}

/* Editorial single post. */
body.dnq-blog-post .dnq-blog-single {
    overflow: hidden;
    background: var(--dnq-page-surface);
}
.dnq-blog-hero {
    position: relative;
    display: flex;
    min-height: 470px;
    align-items: center;
    padding: 92px 24px 76px;
    background: linear-gradient(135deg, #123e52, #1599d2);
    background-position: center;
    background-size: cover;
    color: #fff;
}
.dnq-blog-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(5, 28, 39, .88) 0%, rgba(5, 28, 39, .64) 55%, rgba(5, 28, 39, .38) 100%);
}
.dnq-blog-hero__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1240px);
    margin: 0 auto;
}
.dnq-blog-breadcrumb {
    margin-bottom: 34px;
    color: rgba(255, 255, 255, .75);
    font-size: 13px;
    line-height: 1.5;
}
.dnq-blog-breadcrumb #breadcrumb { margin: 0; }
.dnq-blog-breadcrumb a { color: #fff; }
.dnq-blog-breadcrumb a:hover { color: #63d3e2; }
.dnq-blog-hero__eyebrow {
    display: inline-flex;
    margin-bottom: 16px;
    color: #68d5e2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.dnq-blog-hero__eyebrow:hover { color: #fff; }
.dnq-blog-hero__title {
    max-width: 980px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.09;
    text-wrap: balance;
}
.dnq-blog-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 28px;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
}
.dnq-blog-hero__meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.dnq-blog-hero__meta i { color: #68d5e2; }
.dnq-blog-layout {
    display: grid;
    width: min(calc(100% - 40px), 1240px);
    margin: 0 auto;
    padding: 62px 0 76px;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 38px;
    align-items: start;
}
.dnq-blog-article {
    min-width: 0;
    padding: clamp(28px, 4.2vw, 58px);
    border: 1px solid var(--dnq-page-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--dnq-page-shadow);
}
.dnq-blog-entry-content {
    color: #4c595f;
    font-size: 17px;
    line-height: 1.82;
}
.dnq-blog-entry-content > :first-child { margin-top: 0; }
.dnq-blog-entry-content > p:first-child {
    color: #3e4a50;
    font-size: 19px;
    line-height: 1.75;
}
.dnq-blog-entry-content h2,
.dnq-blog-entry-content h3,
.dnq-blog-entry-content h4 {
    margin-top: 1.8em;
    margin-bottom: .65em;
    color: var(--dnq-page-ink);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.3;
}
.dnq-blog-entry-content h2 { font-size: clamp(28px, 3vw, 38px); }
.dnq-blog-entry-content h3 { font-size: clamp(23px, 2.4vw, 29px); }
.dnq-blog-entry-content ul,
.dnq-blog-entry-content ol {
    margin: 0 0 1.5em 1.35em;
}
.dnq-blog-entry-content ul li { list-style: disc; }
.dnq-blog-entry-content ol li { list-style: decimal; }
.dnq-blog-entry-content li { margin-bottom: .45em; padding-left: .25em; }
.dnq-blog-entry-content a { color: #087fb3; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.dnq-blog-entry-content blockquote {
    margin: 32px 0;
    padding: 22px 28px;
    border-left: 4px solid var(--dnq-page-orange);
    border-radius: 0 14px 14px 0;
    background: #f5fafc;
    color: #3b484e;
    font-size: 19px;
}
.dnq-blog-entry-content img {
    height: auto;
    border-radius: 14px;
}
.dnq-blog-entry-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid var(--dnq-page-line);
    border-radius: 12px;
}
.dnq-blog-entry-content th { background: #eef7fa; color: var(--dnq-page-ink); }
.dnq-blog-article__footer {
    margin-top: 46px;
    padding-top: 28px;
    border-top: 1px solid var(--dnq-page-line);
}
.dnq-blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
}
.dnq-blog-tags__label {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-right: 4px;
    color: var(--dnq-page-ink);
    font-weight: 700;
}
.dnq-blog-tags a {
    display: inline-flex;
    padding: 7px 12px;
    border: 1px solid #dce7eb;
    border-radius: 999px;
    background: #f7fafb;
    color: #536168;
    font-size: 13px;
}
.dnq-blog-tags a:hover { border-color: var(--dnq-page-cyan); color: #087fab; }
.dnq-blog-share {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
}
.dnq-blog-share > span {
    color: var(--dnq-page-ink);
    font-weight: 700;
}
.dnq-blog-share .social-icons { display: flex; gap: 8px; }
.dnq-blog-share .social-icons .button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin: 0;
    border-color: #d8e3e7;
    color: #55636a;
}
.dnq-blog-share .social-icons .button:hover { border-color: var(--dnq-page-orange); background: var(--dnq-page-orange); color: #fff; }

/* Keep single tour and editorial post accents aligned with DNQ logo colors. */
.dnq-single-tour a:not(.button):not(.dnq-sidebar-enquire):not(.dnq-sidebar-whatsapp),
body.dnq-blog-post a:not(.button) {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.dnq-single-tour a:not(.button):not(.dnq-sidebar-enquire):not(.dnq-sidebar-whatsapp):hover,
body.dnq-blog-post a:not(.button):hover {
    color: var(--dnq-page-orange, #ef4b25);
}
.dnq-single-tour .dnq-tour-content i,
.dnq-single-tour .dnq-tour-facts i,
.dnq-single-tour .dnq-tour-option-title i,
.dnq-single-tour .dnq-validity i,
.dnq-blog-entry-content i,
.dnq-blog-tags__label i,
.dnq-blog-hero__meta i {
    color: var(--dnq-page-blue, #1599d2);
}
.dnq-single-tour .dnq-section-kicker,
.dnq-single-tour .dnq-tour-eyebrow,
.dnq-blog-hero__eyebrow,
.dnq-blog-related__heading > span {
    color: var(--dnq-page-blue, #1599d2);
}
.dnq-blog-entry-content a,
.dnq-blog-related-card__link,
.dnq-blog-tags a:hover {
    color: var(--dnq-page-blue, #1599d2);
}
.dnq-blog-sidebar .sidebar { padding: 0; }
.dnq-blog-sidebar .widget {
    margin: 0 0 22px;
    padding: 26px;
    border: 1px solid var(--dnq-page-line);
    border-radius: var(--dnq-page-radius);
    background: #fff;
    box-shadow: 0 12px 34px rgba(31, 57, 68, .08);
}
.dnq-blog-sidebar .widget-title {
    color: var(--dnq-page-ink);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .02em;
}
.dnq-blog-sidebar .is-divider {
    width: 38px;
    height: 3px;
    margin: 12px 0 20px;
    background: var(--dnq-page-orange);
}
.dnq-blog-sidebar .widget ul { margin: 0; }
.dnq-blog-sidebar .widget li { border-color: #edf1f3; }
.dnq-blog-related {
    width: min(calc(100% - 40px), 1240px);
    margin: 0 auto;
    padding: 0 0 92px;
}
.dnq-blog-related__heading {
    margin-bottom: 30px;
    text-align: center;
}
.dnq-blog-related__heading > span {
    color: var(--dnq-page-orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.dnq-blog-related__heading h2 {
    margin: 8px 0 0;
    color: var(--dnq-page-ink);
    font-size: clamp(30px, 3.5vw, 44px);
    font-weight: 700;
    letter-spacing: -.035em;
}
.dnq-blog-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.dnq-blog-related-card {
    overflow: hidden;
    border: 1px solid var(--dnq-page-line);
    border-radius: var(--dnq-page-radius);
    background: #fff;
    box-shadow: 0 14px 38px rgba(31, 57, 68, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}
.dnq-blog-related-card:hover { transform: translateY(-5px); box-shadow: var(--dnq-page-shadow); }
.dnq-blog-related-card__image {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #176d8f, #32b9cb);
}
.dnq-blog-related-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.dnq-blog-related-card:hover .dnq-blog-related-card__image img { transform: scale(1.04); }
.dnq-blog-related-card__placeholder { display: block; width: 100%; height: 100%; }
.dnq-blog-related-card__body { padding: 23px 24px 26px; }
.dnq-blog-related-card__date { color: #859096; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.dnq-blog-related-card h3 {
    margin: 9px 0 12px;
    color: var(--dnq-page-ink);
    font-size: 20px;
    line-height: 1.35;
}
.dnq-blog-related-card h3 a { color: inherit; }
.dnq-blog-related-card h3 a:hover { color: #087fab; }
.dnq-blog-related-card p { margin: 0 0 17px; color: var(--dnq-page-muted); font-size: 14px; line-height: 1.65; }
.dnq-blog-related-card__link { color: var(--dnq-page-orange); font-size: 14px; font-weight: 700; }
.dnq-blog-related-card__link span { margin-left: 5px; transition: margin-left .2s ease; }
.dnq-blog-related-card__link:hover span { margin-left: 9px; }
.dnq-blog-comments { margin-top: 42px; padding-top: 34px; border-top: 1px solid var(--dnq-page-line); }

/* Single tour comments / wpDiscuz polish */
.dnq-single-tour #comments,
.dnq-single-tour #respond,
.dnq-single-tour #wpdcom {
    margin-top: 44px;
    padding-top: 28px;
    border-top: 1px solid var(--dnq-tour-line, #e2e9ec);
    color: var(--dnq-tour-ink, #303a40);
}
.dnq-single-tour #wpdcom {
    font-family: inherit;
    font-size: 15px;
}
.dnq-single-tour #wpdcom .wpd-thread-head,
.dnq-single-tour #wpdcom .wpd-form-head,
.dnq-single-tour .comments-title,
.dnq-single-tour #reply-title {
    margin: 0 0 18px;
    padding: 0 0 12px;
    border-bottom: 2px solid var(--dnq-tour-blue, #1599d2);
    color: var(--dnq-tour-ink, #303a40);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.dnq-single-tour #wpdcom .wpd-form-head,
.dnq-single-tour #wpdcom .wpd-thread-head {
    display: inline-flex;
    width: auto;
}
.dnq-single-tour #wpdcom .wpd-form-wrap,
.dnq-single-tour #respond .comment-form,
.dnq-single-tour #wpdcom .wpd-comment {
    border: 1px solid var(--dnq-tour-line, #e2e9ec);
    border-radius: var(--dnq-tour-radius-card, 18px);
    background: #fff;
    box-shadow: none;
}
.dnq-single-tour #wpdcom .wpd-form-wrap,
.dnq-single-tour #respond .comment-form {
    padding: 22px;
}
.dnq-single-tour #wpdcom .wpd-comment {
    padding: 18px;
    margin-bottom: 18px;
}
.dnq-single-tour #wpdcom .wpd-form-col-left,
.dnq-single-tour #wpdcom .wpd-avatar,
.dnq-single-tour .comment-author img {
    overflow: hidden;
    border: 1px solid rgba(21, 153, 210, .28);
    border-radius: 16px;
    background: #f2fbfe;
    box-shadow: none;
}
.dnq-single-tour #wpdcom .wpd-form-col-left img,
.dnq-single-tour #wpdcom .wpd-avatar img,
.dnq-single-tour .comment-author img {
    border-radius: 16px;
}
.dnq-single-tour #wpdcom .wpd-textarea-wrap,
.dnq-single-tour #wpdcom .wpd-editor-wraper,
.dnq-single-tour #wpdcom textarea,
.dnq-single-tour #respond textarea,
.dnq-single-tour #respond input[type="text"],
.dnq-single-tour #respond input[type="email"],
.dnq-single-tour #respond input[type="url"] {
    border: 1px solid #dce5e8 !important;
    border-radius: 16px !important;
    background: #f8fafb !important;
    box-shadow: none !important;
}
.dnq-single-tour #wpdcom textarea,
.dnq-single-tour #respond textarea {
    min-height: 128px;
    padding: 18px 20px !important;
    color: var(--dnq-tour-ink, #303a40);
    font-size: 16px;
    line-height: 1.7;
}
.dnq-single-tour #wpdcom textarea:focus,
.dnq-single-tour #respond textarea:focus,
.dnq-single-tour #respond input[type="text"]:focus,
.dnq-single-tour #respond input[type="email"]:focus,
.dnq-single-tour #respond input[type="url"]:focus {
    border-color: var(--dnq-tour-blue, #1599d2) !important;
    background: #fff !important;
    outline: 0;
}
.dnq-single-tour #wpdcom .ql-toolbar,
.dnq-single-tour #wpdcom .wpd-editor-buttons-right,
.dnq-single-tour #wpdcom .wpd-editor-buttons-left {
    border-color: #dce5e8 !important;
    background: #fff !important;
}
.dnq-single-tour #wpdcom .ql-toolbar button,
.dnq-single-tour #wpdcom .wpd-editor-buttons-right button,
.dnq-single-tour #wpdcom .wpd-editor-buttons-left button,
.dnq-single-tour #wpdcom .wpdiscuz-subscribe-bar,
.dnq-single-tour #wpdcom .wpdiscuz-subscribe-bar i,
.dnq-single-tour #wpdcom .wpd-form-head i,
.dnq-single-tour #wpdcom .wpd-thread-head i {
    color: var(--dnq-tour-blue, #1599d2) !important;
}
.dnq-single-tour #wpdcom .wpd_label,
.dnq-single-tour #wpdcom .wpd-field-label,
.dnq-single-tour #respond label {
    color: #64717a;
    font-size: 13px;
    font-weight: 700;
}
.dnq-single-tour #wpdcom .wpd-form-submit,
.dnq-single-tour #wpdcom .wpd_comm_submit,
.dnq-single-tour #respond input[type="submit"],
.dnq-single-tour #respond button[type="submit"] {
    min-height: 46px;
    padding: 0 28px !important;
    border: 1px solid var(--dnq-tour-orange, #ef4b25) !important;
    border-radius: 999px !important;
    background: var(--dnq-tour-orange, #ef4b25) !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: none;
    box-shadow: none !important;
}
.dnq-single-tour #wpdcom .wpd-form-submit:hover,
.dnq-single-tour #wpdcom .wpd_comm_submit:hover,
.dnq-single-tour #respond input[type="submit"]:hover,
.dnq-single-tour #respond button[type="submit"]:hover {
    background: #d9401f !important;
    border-color: #d9401f !important;
    transform: translateY(-1px);
}
.dnq-single-tour #wpdcom .wpd-thread-info,
.dnq-single-tour #wpdcom .wpd-comment-text,
.dnq-single-tour .comment-content {
    color: var(--dnq-tour-muted, #68757d);
    line-height: 1.75;
}
.dnq-single-tour #wpdcom .wpd-comment-author,
.dnq-single-tour .comment-author .fn {
    color: var(--dnq-tour-ink, #303a40);
    font-weight: 800;
}
.dnq-single-tour #wpdcom a {
    color: var(--dnq-tour-blue, #1599d2);
}
.dnq-single-tour #wpdcom .wpd-prim-button,
.dnq-single-tour #wpdcom .wpd-secondary-button {
    border-radius: 999px !important;
}

@media screen and (max-width: 849px) {
    body.dnq-contact-page #content > .section:first-child {
        min-height: 390px;
        padding-top: 86px !important;
        padding-bottom: 110px !important;
    }
    body.dnq-contact-page #content > .section:nth-child(2) > .section-content > .row > .col { margin-top: -54px !important; }
    body.dnq-contact-page #content > .section:nth-child(2) .row-inner { padding: 22px !important; border-radius: 18px; }
    body.dnq-contact-page #content > .section:nth-child(2) .row-inner > .col:nth-child(-n+2) > .col-inner { min-height: 0; }
    .dnq-blog-layout { grid-template-columns: minmax(0, 1fr); padding-top: 38px; }
    .dnq-blog-sidebar { margin-top: 0; }
    .dnq-blog-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media screen and (max-width: 549px) {
    body.dnq-contact-page #content > .section:first-child { min-height: 350px; padding-right: 20px !important; padding-left: 20px !important; }
    body.dnq-contact-page #content > .section:nth-child(2) .row-inner { padding: 14px !important; }
    body.dnq-contact-page #content > .section:nth-child(2) .row-inner > .col:nth-child(-n+2) > .col-inner,
    body.dnq-contact-page #content > .section:nth-child(2) .row-inner > .col:last-child > .col-inner { padding: 26px 18px !important; }
    body.dnq-contact-page #content > .section:nth-child(2) .button { width: 100%; margin-right: 0; }
    .dnq-blog-hero { min-height: 410px; padding: 70px 20px 54px; }
    .dnq-blog-breadcrumb { margin-bottom: 24px; }
    .dnq-blog-hero__meta { gap: 9px 16px; }
    .dnq-blog-layout,
    .dnq-blog-related { width: min(calc(100% - 24px), 1240px); }
    .dnq-blog-layout { padding: 26px 0 54px; gap: 26px; }
    .dnq-blog-article { padding: 24px 19px; border-radius: 16px; }
    .dnq-blog-entry-content { font-size: 16px; }
    .dnq-blog-entry-content > p:first-child { font-size: 17px; }
    .dnq-blog-related__grid { grid-template-columns: minmax(0, 1fr); }
    .dnq-blog-related { padding-bottom: 62px; }
}

/* ========================================================================
   About page: Contact-page visual language with preserved legacy content
   ======================================================================== */
body.dnq-about-page .dnq-about-main {
    overflow: hidden;
    background: var(--dnq-page-surface);
}
.dnq-about-hero {
    position: relative;
    display: flex;
    min-height: 500px;
    align-items: center;
    padding: 94px 24px 112px;
    background-image: url('https://cdn.dnqtravel.com/wp-content/uploads/2021/12/Halong-Bay-4-scaled.jpg?strip=all&fit=1920%2C900');
    background-position: center;
    background-size: cover;
    color: #fff;
}
.dnq-about-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(7, 34, 45, .84), rgba(7, 34, 45, .50) 58%, rgba(7, 34, 45, .28));
}
.dnq-about-hero__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1240px);
    margin: 0 auto;
    text-align: center;
}
.dnq-about-breadcrumb {
    margin-bottom: 38px;
    color: rgba(255,255,255,.78);
    font-size: 13px;
}
.dnq-about-breadcrumb #breadcrumb { margin: 0; }
.dnq-about-breadcrumb a { color: #fff; }
.dnq-about-breadcrumb a:hover { color: #68d5e2; }
.dnq-about-hero__eyebrow {
    display: block;
    margin-bottom: 16px;
    color: #68d5e2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
}
.dnq-about-hero h1 {
    max-width: 950px;
    margin: 0 auto 18px;
    color: #fff;
    font-size: clamp(44px, 5.3vw, 70px);
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.07;
}
.dnq-about-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255,255,255,.92);
    font-size: clamp(17px, 1.65vw, 21px);
    line-height: 1.7;
}
.dnq-about-story-wrap {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 40px), 1240px);
    margin: -64px auto 70px;
}
.dnq-about-story {
    padding: clamp(32px, 5vw, 68px);
    overflow: hidden;
    border: 1px solid var(--dnq-page-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 25px 65px rgba(25,54,66,.14);
}
.dnq-about-story__heading {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}
.dnq-about-story__heading > span {
    color: var(--dnq-page-orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .17em;
}
.dnq-about-story__heading h2 {
    margin: 9px 0 0;
    color: var(--dnq-page-ink);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.15;
}
.dnq-about-copy {
    max-width: 1000px;
    margin: 0 auto;
    color: #556269;
    font-size: 17px;
    line-height: 1.82;
}
.dnq-about-copy h2,
.dnq-about-copy h3,
.dnq-about-copy h4 {
    margin-top: 1.75em;
    color: var(--dnq-page-ink);
    font-weight: 700;
    letter-spacing: -.02em;
}
.dnq-about-copy h2 { font-size: clamp(26px, 3vw, 36px); }
.dnq-about-copy h3 { font-size: clamp(22px, 2.4vw, 28px); }
.dnq-about-copy p { margin-bottom: 1.25em; }
.dnq-about-copy strong { color: #344047; }
.dnq-about-existing-sections > .section { overflow: hidden; }
.dnq-about-existing-sections > .section > .section-content > .row { max-width: 1240px; }
.dnq-about-existing-sections > .section .col-inner { border-radius: 20px; }
.dnq-about-existing-sections .button {
    min-height: 48px;
    padding: 0 26px;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--dnq-page-orange) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(239,75,37,.22);
}
.dnq-about-existing-sections .button:hover { transform: translateY(-2px); background: #d93e1b !important; }

/* ========================================================================
   WordPress post category archives: country and travel-guide design system
   ======================================================================== */
body.dnq-post-category .dnq-category-archive {
    overflow: hidden;
    background: var(--dnq-page-surface);
}
.dnq-category-hero {
    position: relative;
    display: flex;
    min-height: 460px;
    align-items: center;
    padding: 80px 24px;
    background-color: #164b60;
    background-position: center;
    background-size: cover;
    color: #fff;
}
.dnq-category-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(5,28,39,.88), rgba(5,28,39,.56) 62%, rgba(5,28,39,.28));
}
.dnq-category-hero__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1240px);
    margin: 0 auto;
    text-align: center;
}
.dnq-category-breadcrumb {
    margin-bottom: 34px;
    color: rgba(255,255,255,.76);
    font-size: 13px;
}
.dnq-category-breadcrumb #breadcrumb { margin: 0; }
.dnq-category-breadcrumb a { color: #fff; }
.dnq-category-breadcrumb a:hover { color: #68d5e2; }
.dnq-category-hero__eyebrow {
    display: block;
    margin-bottom: 15px;
    color: #68d5e2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
}
.dnq-category-hero h1 {
    margin: 0 auto 18px;
    color: #fff;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.08;
    text-wrap: balance;
}
.dnq-category-hero p {
    max-width: 840px;
    margin: 0 auto;
    color: rgba(255,255,255,.91);
    font-size: clamp(16px, 1.55vw, 20px);
    line-height: 1.7;
}
.dnq-category-layout {
    display: grid;
    width: min(calc(100% - 40px), 1240px);
    margin: 0 auto;
    padding: 70px 0 92px;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 34px;
    align-items: start;
}
.dnq-category-content { min-width: 0; }
.dnq-category-content__heading {
    display: flex;
    gap: 24px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 30px;
}
.dnq-category-content__heading span,
.dnq-category-sidebar__eyebrow,
.dnq-category-sidebar__cta > span {
    color: var(--dnq-page-orange);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
}
.dnq-category-content__heading h2 {
    margin: 7px 0 0;
    color: var(--dnq-page-ink);
    font-size: clamp(28px, 3vw, 40px);
    letter-spacing: -.03em;
}
.dnq-category-content__heading strong {
    flex: 0 0 auto;
    padding-bottom: 4px;
    color: #849097;
    font-size: 13px;
    font-weight: 600;
}
.dnq-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.dnq-category-card {
    overflow: hidden;
    border: 1px solid var(--dnq-page-line);
    border-radius: var(--dnq-page-radius);
    background: #fff;
    box-shadow: 0 14px 38px rgba(31,57,68,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}
.dnq-category-card:hover { transform: translateY(-5px); box-shadow: var(--dnq-page-shadow); }
.dnq-category-card__image {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #176d8f, #32b9cb);
}
.dnq-category-card__image img,
.dnq-category-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
}
.dnq-category-card__image img { object-fit: cover; transition: transform .45s ease; }
.dnq-category-card:hover .dnq-category-card__image img { transform: scale(1.045); }
.dnq-category-card__body { padding: 24px 25px 27px; }
.dnq-category-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    color: #879298;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.dnq-category-card h3 {
    margin: 11px 0 12px;
    color: var(--dnq-page-ink);
    font-size: 21px;
    line-height: 1.35;
}
.dnq-category-card h3 a { color: inherit; }
.dnq-category-card h3 a:hover { color: #087fab; }
.dnq-category-card p { margin: 0 0 18px; color: var(--dnq-page-muted); font-size: 14px; line-height: 1.65; }
.dnq-category-card__link { color: var(--dnq-page-orange); font-size: 14px; font-weight: 700; }
.dnq-category-card__link span { margin-left: 5px; transition: margin-left .2s ease; }
.dnq-category-card__link:hover span { margin-left: 9px; }
.dnq-category-sidebar { display: grid; gap: 24px; }
.dnq-category-sidebar__card,
.dnq-category-sidebar__cta {
    padding: 28px;
    border: 1px solid var(--dnq-page-line);
    border-radius: var(--dnq-page-radius);
    background: #fff;
    box-shadow: 0 12px 34px rgba(31,57,68,.08);
}
.dnq-category-sidebar h2 {
    margin: 8px 0 20px;
    color: var(--dnq-page-ink);
    font-size: 23px;
    line-height: 1.3;
}
.dnq-category-sidebar ul { margin: 0; }
.dnq-category-sidebar li { list-style: none; border-bottom: 1px solid #edf1f3; }
.dnq-category-sidebar li:last-child { border-bottom: 0; }
.dnq-category-sidebar li a {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    color: #536168;
    font-size: 14px;
    font-weight: 600;
}
.dnq-category-sidebar li a:hover { color: #087fab; }
.dnq-category-sidebar li a span { color: var(--dnq-page-orange); }
.dnq-category-sidebar__cta {
    border: 0;
    background: linear-gradient(145deg, #123f53, #176f91);
    color: rgba(255,255,255,.84);
}
.dnq-category-sidebar__cta > span { color: #68d5e2; }
.dnq-category-sidebar__cta h2 { color: #fff; }
.dnq-category-sidebar__cta p { color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.65; }
.dnq-category-sidebar__cta a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    margin-top: 7px;
    padding: 0 23px;
    border-radius: 999px;
    background: var(--dnq-page-orange);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0,0,0,.16);
}
.dnq-category-sidebar__cta a:hover { transform: translateY(-2px); background: #d93e1b; color: #fff; }
.dnq-category-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 42px;
}
.dnq-category-pagination .page-numbers {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe5e8;
    border-radius: 50%;
    background: #fff;
    color: #526068;
    font-weight: 700;
}
.dnq-category-pagination .page-numbers.current,
.dnq-category-pagination .page-numbers:hover { border-color: var(--dnq-page-cyan); background: var(--dnq-page-cyan); color: #fff; }
.dnq-category-empty { padding: 50px 30px; border-radius: var(--dnq-page-radius); background: #fff; text-align: center; }

@media screen and (max-width: 849px) {
    .dnq-about-hero { min-height: 430px; padding: 80px 22px 100px; }
    .dnq-about-story-wrap { margin-top: -54px; }
    .dnq-category-layout { grid-template-columns: minmax(0, 1fr); padding-top: 48px; }
    .dnq-category-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media screen and (max-width: 549px) {
    .dnq-about-hero { min-height: 390px; padding: 66px 18px 90px; }
    .dnq-about-breadcrumb { margin-bottom: 26px; }
    .dnq-about-story-wrap { width: min(calc(100% - 24px), 1240px); margin-bottom: 48px; }
    .dnq-about-story { padding: 30px 20px; border-radius: 18px; }
    .dnq-about-story__heading { margin-bottom: 28px; }
    .dnq-about-copy { font-size: 16px; }
    .dnq-category-hero { min-height: 390px; padding: 66px 18px; }
    .dnq-category-breadcrumb { margin-bottom: 26px; }
    .dnq-category-layout { width: min(calc(100% - 24px), 1240px); padding: 36px 0 62px; gap: 28px; }
    .dnq-category-content__heading { align-items: start; flex-direction: column; gap: 7px; }
    .dnq-category-grid,
    .dnq-category-sidebar { grid-template-columns: minmax(0, 1fr); }
    .dnq-category-card { border-radius: 16px; }
    .dnq-category-card__body { padding: 21px 20px 24px; }
    .dnq-category-sidebar__card,
    .dnq-category-sidebar__cta { padding: 24px 21px; }
}
.justify-content-between{
justify-content: space-between!important;
    display: flex;
    line-height: 30px;
}
.price-tour{
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 26px;
    color: #1599d2;
    margin-left: 5px;
}
.old-price{
    text-decoration: line-through;
    color: #e84c26;
    font-size: 18px;
}
.text_destinations{text-transform: uppercase;font-size: 13px}
.tours-hot-deals-item-feature{
        position: absolute;
    top: 33px;
    right: 33px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 50px;
    text-align: center;
    -webkit-transform: translate(50%,-50%) rotate(45deg) translateZ(0);
    -moz-transform: translate(50%,-50%) rotate(45deg) translateZ(0);
    transform: translate(50%,-50%) rotate(45deg) translateZ(0);
    background: #e84c26;
    color: #fff;

}
.tours-hot-deals-item-sales{
    top: 20px;
    left: 20px;
    position: absolute;
    z-index: 1;
    padding: 6px 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    background: #e84c26;
}
.box-tours {min-height: 280px}
.item_travel_guide{border-radius: 15px}

/*Category Tour*/

.titile_category{
    padding: 30px 15px;
}
.category_bg {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.entry-title-cate {
    left: 6%;
    position: absolute;
    top: 40%;
    color: #fff;
    font-size: 50px;
}
.category_bg p{
        left: 6%;
    position: absolute;
    top: 33%;
    color: #fff;
    font-size: 25px;
}
.content_category{background-color: #fafafa}
/*Single Tours*/
.entry-title{font-size: 32px;text-transform: capitalize;}
.breadcrumbs{
    padding: 20px 15px;
    border-bottom: 1px solid var(--light-grey-color,#EAEEF3);
    border-top: 1px solid var(--light-grey-color,#EAEEF3);
}
.breadcrumbs p{margin-bottom: 0 ; line-height: 30px}
.breadcrumbs a {
    color: #1599d2;
}
.icon_single .fas, .icon_single .fa-solid ,.icon_single .fa-clock{
    color: #1599d2;
    font-size: 20px;
}
.icon_single {
   background: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 14px 20px;
    width: 60px;
    height: 60px;
    float: left;
    margin: 8px;
}
.name{font-weight: 700;font-size: 18px}
.header-infor-tour{margin-bottom: 40px}
.header-infor-tour h2{text-transform: uppercase;}
.infor-tour-feature{margin-bottom: 15px}
.timeline-heading {
  position: relative;
  padding-left: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.timeline-heading::before {
     content: attr(data-order);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #1599d2;
    border-radius: 50%;
    text-align: center;
    right: 99%;
    z-index: 9999;
}

.timeline-heading.show-heading {
  opacity: 1;
  transform: translateY(0);
}

.line-between-icons-inner{
    position: absolute;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    border-right: 2px dashed #1599d2;
    z-index: 0;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.boxContainer:last-child .line-between-icons-inner{display: none;}
.boxContainer{
    position: relative;
    padding: 18px;
}
.entry-content{text-align: justify;line-height: 2;padding-top: 0}
.entry-content h2{text-transform: capitalize}
.entry-content table{width: 100% !important;text-align: center;}
.entry-content td{border :1px solid #cecece;padding: 10px}
.single_slider img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}.entry-content p:empty {
  display: none;
}
.owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #FFFFFF !important;
    border-radius: 50% !important;
    top: 45%;
    right: 0;
}
.owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #FFFFFF !important;
    border-radius: 50% !important;
    top: 45%;
    left: 15px;
}
.owl-nav span {
    color: #000 !important;
    font-size: 25px;
    font-weight: 700;
}
.item_related_tours{
border: none;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.05);
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 0;
    margin: 10px 0;

}
.box-content-related{padding:10px 15px;min-height: 300px}
.tours-hot-deals-item-title{font-size: 16px;text-transform: uppercase;}
.post-related .owl-nav button {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #dedede!important;
    box-shadow: 0 1px 2px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.05);
    top: -60px;
}
.post-related .owl-prev {
    left: 92%;
}
.post-related .owl-next {
    right: 0;
}
.post-related .owl-nav span{
    line-height: 25px;
}
.sidebar_widget ,.widget{
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.05);
    border-radius: 20px;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}
.sidebar_form .price-tour{font-size: 30px}
span.tags_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 6px 0;
    padding: 10px 24px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: lowercase;
    color: #fff;
    background: #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-out,background-color .2s ease-out;
    -o-transition: color .2s ease-out,background-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out;
}
.tags_item a{text-transform: capitalize;}
.newsletter .forminator-row{
    margin: 0 !important;
    float: left;
    width: 100%;

}
.newsletter .forminator-button-submit{
    top: 0;
    position: absolute !important;
    right: 0px;
}

.single_blog_bg{
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.single_header_title h1{
       margin-top: 12%;
    text-align: center;
    color: #fff;
    font-size: 45px;
    z-index: 1;

}
.overlay_bg {
     position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background-color: rgb(0 0 0 / 30%);
}
.blog-single{line-height: 2}
.left_content_blog ul li{list-style: none;padding-left: 10px}
.box-blog {min-height: 250px}
.text_readmore a{color:#1599d2}
.footer-fixed {
    display: flex;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
    border-top: 1px solid #e5e5e5;
    text-transform: uppercase;
}
.footer-fixed .col1 {
    background: #1599d2;
}
.footer-fixed div {
    text-align: center;
    width: 50%;
    padding: 10px 0;
}
.footer-fixed .col2 {
    background: #e84c26;
}
.footer-fixed div span {
    margin-left: 10px;
    color: #fff;
    font-weight: 600;
}
#CDSWIDSSP{width: 100% !important}
.blog-item-content{padding: 15px}
.blog-item-image{
        height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;

    border-radius: 15px;
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
.box-rental{min-height: 230px}
.absolute-footer.dark{display: none;}
.offer-list li{list-style: disc;margin-left: 20px}
.meta-related ol{margin-left: 35px}
.recent-tours-li {
    overflow: hidden;
    padding: 10px 0;
}
.recent-tours-li img {
    width: 110px;
    height: 100px;
    float: left;
    margin-right: 10px;
}
.title_tours_widget{font-size: 14px;text-transform: uppercase;}

/* Tour options: dates, pricing, inclusions and hotel notes. */
.dnq-tour-options {
    margin-top: 45px;
    color: #555;
}
.dnq-tour-option-section {
    margin-bottom: 42px;
}
.dnq-tour-option-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #3f4348;
    font-size: 21px;
    line-height: 1.35;
    text-transform: uppercase !important;
}
.dnq-tour-option-title i {
    width: 1.1em;
    color: #4c5359;
    font-size: .85em;
    text-align: center;
}
.dnq-validity {
    margin: -4px 0 24px;
    text-align: center;
}
.dnq-validity i {
    margin-right: 7px;
}
.dnq-tour-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.entry-content .dnq-tour-price-table {
    width: 100% !important;
    min-width: 680px;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
    text-align: center;
}
.entry-content .dnq-tour-price-table th,
.entry-content .dnq-tour-price-table td {
    padding: 14px 10px;
    border: 1px solid #cfd5db;
    font-weight: 400;
    vertical-align: middle;
}
.entry-content .dnq-tour-price-table thead th {
    background: #f7f8f9;
    color: #343a40;
    font-size: 12px;
    text-transform: uppercase;
}
.entry-content .dnq-tour-price-table tbody th {
    color: #555;
    font-weight: 500;
    text-transform: uppercase;
}
.entry-content .dnq-tour-price-table tbody td {
    color: #e42b2b;
}
.dnq-pricing-note {
    margin-top: 10px;
    color: #777;
    font-size: 12px;
    font-style: italic;
    text-align: center;
}
.dnq-inclusion-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
}
.dnq-inclusion-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dnq-inclusion-column li {
    position: relative;
    margin: 0 0 13px;
    padding-left: 28px;
    line-height: 1.55;
    list-style: none;
}
.dnq-inclusion-column li::before {
    position: absolute;
    top: 0;
    left: 2px;
    font-size: 17px;
    font-weight: 700;
}
.dnq-is-included li::before {
    content: "\2713";
    color: #23b6c7;
}
.dnq-not-included li::before {
    content: "\00d7";
    color: #ee2d32;
}
.dnq-hotel-note-content > :last-child {
    margin-bottom: 0;
}
.dnq-hotel-note-content table {
    min-width: 620px;
}
.dnq-hotel-note-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 850px) {
    /* Styles */
    .left_content_tour{padding-right: 0 !important}
    .left_content_blog{padding-right: 0 !important}
    .footer-fixed{display: none;}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.single_slider img {
    width: 100%;
    height: 350px;
}
.entry-content{text-align: left;}
.entry-content .wp-caption{display: none;}
.entry-content img{display: none;}
.timeline-heading::before{border-radius: 0}
.post-related .owl-prev {
    left: 80%;
}
.sidebar_form,.widget_categories{display: none;}
.entry-content table{font-size: 13px;}
.entry-content table td{padding: 5px}
.dnq-tour-options { margin-top: 32px; }
.dnq-tour-option-section { margin-bottom: 32px; }
.dnq-tour-option-title { font-size: 19px; }
.dnq-inclusion-grid { grid-template-columns: 1fr; gap: 26px; }
.entry-content .dnq-tour-price-table th,
.entry-content .dnq-tour-price-table td { padding: 10px 8px; }
.button.icon.circle{bottom: 65px}
}

/* ================================================================
   DNQ single tour — modern detail layout
   Scoped to .dnq-single-tour so other Flatsome pages are unaffected.
   ================================================================ */
.dnq-tour-breadcrumbs {
    padding: 13px 0;
    border-top: 1px solid #edf0f2;
    border-bottom: 1px solid #edf0f2;
    background: #fff;
    color: #687078;
    font-size: 13px;
}
.dnq-tour-breadcrumbs #breadcrumb { margin: 0; }
.dnq-tour-breadcrumbs a { color: #1599d2; }
.dnq-single-tour {
    padding: 28px 0 0;
    background: #fff;
    color: #42484d;
}
.dnq-single-tour [id^="tour-"] { scroll-margin-top: 120px; }

/* Gallery */
.dnq-tour-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(300px, .98fr);
    gap: 8px;
    height: clamp(390px, 42vw, 570px);
    margin-bottom: 28px;
    overflow: hidden;
    border-radius: var(--dnq-tour-radius-card, 18px);
    background: #eef3f5;
    box-shadow: var(--dnq-tour-shadow-card, 0 14px 34px rgba(31, 56, 69, .11));
}
.dnq-tour-gallery-main,
.dnq-tour-gallery-thumb {
    display: block;
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #e9eef1;
    box-shadow: none;
    cursor: zoom-in;
}
.dnq-tour-gallery-main img,
.dnq-tour-gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease, opacity .25s ease;
}
.dnq-tour-gallery-main:hover img,
.dnq-tour-gallery-thumb:hover img { transform: scale(1.025); }
.dnq-tour-gallery-main-image.is-changing { animation: dnq-gallery-fade .3s ease; }
@keyframes dnq-gallery-fade {
    from { opacity: .45; }
    to { opacity: 1; }
}
.dnq-tour-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
}
.dnq-tour-gallery-thumb { position: relative; cursor: pointer; }
.dnq-tour-gallery-thumb:focus-visible {
    outline: 3px solid #1599d2;
    outline-offset: -3px;
}
.dnq-tour-gallery--1 { grid-template-columns: 1fr; }
.dnq-tour-gallery--2 .dnq-tour-gallery-thumbs {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}
.dnq-tour-gallery--3 .dnq-tour-gallery-thumbs {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
}
.dnq-tour-gallery--4 .dnq-tour-gallery-thumbs {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(0, 1fr));
}
.dnq-gallery-view-all {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(20, 31, 38, .62);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}
.dnq-gallery-view-all strong {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}
.dnq-gallery-dialog {
    width: 100vw;
    max-width: none;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: rgba(9, 14, 18, .97);
    color: #fff;
}
.dnq-gallery-dialog::backdrop { background: rgba(9, 14, 18, .97); }
.dnq-gallery-open { overflow: hidden; }
.dnq-gallery-lightbox {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: 100%;
    height: 100%;
}
.dnq-gallery-dialog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 68px;
    padding: 12px clamp(18px, 3vw, 48px);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
}
.dnq-gallery-dialog-header strong {
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dnq-gallery-close {
    width: 44px;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
}
.dnq-gallery-close:hover { background: rgba(255, 255, 255, .18); }
.dnq-gallery-stage {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    align-items: center;
    gap: clamp(8px, 2vw, 30px);
    min-height: 0;
    padding: 18px clamp(12px, 2.5vw, 42px);
}
.dnq-gallery-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 100%;
    margin: 0;
}
.dnq-gallery-full-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100dvh - 190px);
    border-radius: 8px;
    opacity: .25;
    object-fit: contain;
    transition: opacity .2s ease;
}
.dnq-gallery-full-image.is-loaded { opacity: 1; }
.dnq-gallery-figure figcaption {
    margin-top: 10px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    letter-spacing: .08em;
}
.dnq-gallery-nav {
    width: 54px;
    height: 54px;
    min-height: 54px;
    margin: 0;
    padding: 0 0 5px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
}
.dnq-gallery-nav:hover { background: #ef4b23; }
.dnq-gallery-filmstrip {
    display: flex;
    gap: 8px;
    max-width: 100%;
    padding: 10px clamp(18px, 4vw, 70px) 14px;
    overflow-x: auto;
    border-top: 1px solid rgba(255, 255, 255, .12);
    scrollbar-width: thin;
}
.dnq-gallery-filmstrip-item {
    flex: 0 0 74px;
    width: 74px;
    height: 52px;
    min-height: 52px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 6px;
    background: #182229;
    opacity: .62;
}
.dnq-gallery-filmstrip-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dnq-gallery-filmstrip-item:hover,
.dnq-gallery-filmstrip-item.is-current {
    border-color: #ef4b23;
    opacity: 1;
}

/* Header and quick facts */
.dnq-tour-layout { align-items: flex-start; }
.dnq-single-tour {
    --dnq-tour-blue: var(--dnq-page-blue, #1599d2);
    --dnq-tour-cyan: var(--dnq-tour-blue);
    --dnq-tour-orange: var(--dnq-page-orange, #ef4b25);
    --dnq-tour-ink: var(--dnq-page-ink, #303a40);
    --dnq-tour-muted: var(--dnq-page-muted, #68757d);
    --dnq-tour-line: var(--dnq-page-line, #e2e9ec);
    --dnq-tour-radius-sm: 14px;
    --dnq-tour-radius-card: 18px;
    --dnq-tour-shadow-sm: 0 8px 22px rgba(31, 56, 69, .08);
    --dnq-tour-shadow-card: 0 14px 34px rgba(31, 56, 69, .11);
    --dnq-tour-sticky-offset: 0px;
}

.dnq-single-tour .dnq-tour-route-summary > i,
.dnq-single-tour .dnq-route-stops i,
.dnq-single-tour .dnq-tour-facts i,
.dnq-single-tour .dnq-package-accordion summary > i,
.dnq-single-tour .dnq-info-accordion summary > i,
.dnq-single-tour .dnq-tour-faq-card i,
.dnq-single-tour .dnq-tour-content .fa,
.dnq-single-tour .dnq-tour-content .fas,
.dnq-single-tour .dnq-tour-content .far,
.dnq-single-tour .dnq-tour-content .fa-solid,
.dnq-single-tour .dnq-tour-content .fa-regular,
.dnq-single-tour .dnq-tour-content .fa-brands {
    color: var(--dnq-tour-blue, #1599d2) !important;
}
.dnq-tour-article,
.dnq-tour-content.single-page {
    background: #fff;
}
.dnq-tour-header { padding: 4px 0 0; }
.dnq-tour-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}
.dnq-tour-eyebrow,
.dnq-section-kicker {
    display: block;
    margin: 0 0 6px;
    color: var(--dnq-tour-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .11em;
    line-height: 1.4;
    text-transform: uppercase;
}
.dnq-single-tour .dnq-tour-header .entry-title {
    margin: 0;
    color: var(--dnq-tour-ink);
    font-size: clamp(28px, 2.35vw, 36px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: none;
}
.dnq-tour-share {
    flex: 0 0 auto;
    padding-top: 15px;
}
.dnq-tour-share .social-icons { white-space: nowrap; }
.dnq-tour-share .button { margin-bottom: 0; }
.dnq-tour-share-bottom {
    display: flex;
    margin: -10px 0 32px;
    padding: 0;
    justify-content: flex-start;
    border: 0 !important;
    background: #fff;
    isolation: isolate;
}
.dnq-tour-share-bottom::before,
.dnq-tour-share-bottom::after,
.dnq-tour-share-bottom .social-icons::before,
.dnq-tour-share-bottom .social-icons::after {
    display: none !important;
    content: none !important;
}
.dnq-tour-share-bottom .social-icons {
    z-index: 1;
    padding-right: 12px;
    border: 0 !important;
    background: #fff;
}
.dnq-tour-summary {
    max-width: 860px;
    margin-top: 16px;
    color: #646b70;
    font-size: 15px;
    line-height: 1.75;
}
.dnq-tour-summary p,
.dnq-overview-copy p { margin-bottom: 0; }
.dnq-tour-route-summary {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-top: 20px;
    padding: 14px 16px;
    border: 1px solid rgba(50, 185, 203, .22);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(50, 185, 203, .08), rgba(255, 255, 255, .96));
    color: var(--dnq-tour-ink);
    font-size: 14px;
    line-height: 1.55;
}
.dnq-tour-route-summary > i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: var(--dnq-tour-cyan);
    font-size: 27px;
}
.dnq-route-label {
    flex: 0 0 auto;
    margin-top: 5px;
    color: #7d8993;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.dnq-route-stops {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 7px;
    min-width: 0;
}
.dnq-route-stops i {
    color: var(--dnq-tour-cyan);
    font-size: 9px;
    opacity: .82;
}
.dnq-route-stops span {
    display: inline-flex;
    min-height: 30px;
    padding: 5px 11px;
    align-items: center;
    border: 1px solid rgba(21, 153, 210, .14);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 7px 16px rgba(31, 56, 69, .05);
    color: #344555;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}
.dnq-tour-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 34px 0 0 !important;
    padding: 0 !important;
    list-style: none;
}
.dnq-tour-facts li {
    display: flex;
    min-height: 128px;
    padding: 18px 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0 !important;
    border: 1px solid #e4e8eb;
    border-radius: var(--dnq-tour-radius-sm);
    background: #fff;
    box-shadow: var(--dnq-tour-shadow-sm);
    color: #4c5359;
    font-size: 13px;
    line-height: 1.45;
    list-style: none;
    text-align: center;
}
.dnq-tour-facts li::before { display: none; }
.dnq-tour-facts i { color: #2eb8c8; font-size: 27px; }
.dnq-tour-facts .dnq-fact-label {
    margin-top: 3px;
    color: #929bae;
    font-size: 10px;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.dnq-tour-facts strong {
    color: #263142;
    font-size: 14px;
    font-weight: 600;
}
.dnq-tour-opening-section { margin-top: 38px; }
.dnq-tour-opening-section > h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: #55585b;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}
.dnq-tour-opening-section > h2 i { color: var(--dnq-tour-blue, #1599d2); font-size: 21px; }
.dnq-tour-route-map {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 360px;
    overflow: hidden;
    border: 1px solid #dfe6e9;
    border-radius: var(--dnq-tour-radius-sm);
    background: #eaf3f5;
    box-shadow: var(--dnq-tour-shadow-sm);
}
.dnq-tour-route-map::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background: linear-gradient(110deg, #edf4f5 20%, #f8fbfb 42%, #edf4f5 64%);
    background-size: 220% 100%;
    opacity: 0;
    pointer-events: none;
}
.dnq-tour-route-map.is-loading::before { opacity: 1; animation: dnq-map-loading 1.3s linear infinite; }
.dnq-tour-route-map.is-loaded::before { display: none; }
.dnq-tour-route-map .leaflet-control-attribution { padding: 2px 5px; background: rgba(255, 255, 255, .78); font-size: 9px; }
@keyframes dnq-map-loading { to { background-position: -220% 0; } }
.dnq-route-marker-wrap { border: 0; background: transparent; }
.dnq-route-marker {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--dnq-tour-blue, #1599d2);
    box-shadow: 0 2px 8px rgba(21, 153, 210, .28);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.dnq-tour-map-fallback {
    display: flex;
    min-height: 180px;
    padding: 28px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid #dfe6e9;
    border-radius: 12px;
    background: linear-gradient(135deg, #eef8fa, #f8fbfc);
    color: #46545d;
    text-align: center;
}
.dnq-tour-map-fallback i { color: #2eb8c8; font-size: 30px; }
@media screen and (max-width: 849px) {
    .dnq-tour-route-map { height: 300px; }
}
.dnq-tour-overview-section {
    padding-bottom: 4px;
    border-bottom: 1px solid #e2e6e8;
}
.dnq-tour-overview-section .dnq-overview-copy {
    color: #656b70;
    font-size: 15px;
    line-height: 1.9;
}
.dnq-tour-overview-section .dnq-overview-copy p { margin: 0 0 17px; }
.dnq-tour-nav {
    position: sticky;
    z-index: 40;
    top: var(--dnq-tour-sticky-offset, var(--dnq-tour-nav-offset, 0px));
    display: flex;
    gap: 26px;
    margin-top: 30px;
    padding: 14px 18px 0;
    overflow-x: auto;
    border-bottom: 1px solid #dce1e4;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 10px 18px -20px rgba(24, 43, 53, .55);
    scrollbar-width: none;
    transition: top .2s ease, box-shadow .2s ease;
}
.dnq-tour-nav.is-stuck { box-shadow: 0 12px 24px -18px rgba(24, 43, 53, .48); }
.dnq-tour-nav::-webkit-scrollbar { display: none; }
.dnq-tour-nav a {
    position: relative;
    flex: 0 0 auto;
    padding: 0 0 12px;
    color: #4f5a61;
    font-size: 13px;
    font-weight: 600;
}
.dnq-tour-nav a::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: #1599d2;
    content: "";
    opacity: 0;
    transform: scaleX(.4);
    transition: opacity .2s ease, transform .2s ease;
}
.dnq-tour-nav a:hover,
.dnq-tour-nav a:focus,
.dnq-tour-nav a.is-active { color: #1599d2; }
.dnq-tour-nav a:hover::after,
.dnq-tour-nav a:focus::after,
.dnq-tour-nav a.is-active::after { opacity: 1; transform: scaleX(1); }

/* Main content sections */
.dnq-single-tour .dnq-tour-content.single-page {
    padding: 0;
    text-align: left;
}
.dnq-tour-section {
    padding: 38px 0;
    border-bottom: 1px solid #e2e6e8;
    scroll-margin-top: calc(var(--dnq-tour-sticky-offset, var(--dnq-tour-nav-offset, 0px)) + 72px);
}
.dnq-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
.dnq-single-tour .dnq-section-heading h2 {
    margin: 0;
    color: #353b40;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
}
.dnq-single-tour .dnq-tour-content h2,
.dnq-single-tour .dnq-tour-content .dnq-content-rating h2,
.dnq-single-tour .dnq-related-heading h2 {
    font-weight: 700;
}
.dnq-single-tour .dnq-tour-content h3,
.dnq-single-tour .dnq-tour-content h4,
.dnq-single-tour .dnq-tour-sidebar h3,
.dnq-single-tour .dnq-tour-sidebar h4 {
    font-weight: 600;
}
.dnq-overview-copy {
    color: #5d656b;
    font-size: 15px;
    line-height: 1.8;
}
.dnq-open-all {
    min-height: auto;
    margin: 0 0 2px;
    padding: 4px 0;
    border: 0;
    background: transparent;
    color: #5f666b;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: none;
}
.dnq-open-all:hover,
.dnq-open-all:focus { background: transparent; color: #1599d2; box-shadow: none; }

/* Package summary directly beneath the sticky tour navigation. */
.dnq-tour-package-info { padding-top: 32px; }
.dnq-package-open-all {
    min-height: auto;
    margin: 0 0 2px;
    padding: 4px 0;
    border: 0;
    background: transparent;
    color: #5f666b;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: none;
}
.dnq-package-open-all:hover,
.dnq-package-open-all:focus { background: transparent; color: #1599d2; box-shadow: none; }
.dnq-package-accordions { display: grid; gap: 12px; }
.dnq-package-accordion {
    overflow: hidden;
    border: 1px solid #e1e6e9;
    border-radius: var(--dnq-tour-radius-sm);
    background: #fff;
    box-shadow: var(--dnq-tour-shadow-sm);
}
.dnq-package-accordion summary {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    min-height: 62px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    color: #42494e;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    list-style: none;
}
.dnq-package-accordion summary::-webkit-details-marker { display: none; }
.dnq-package-accordion summary > i {
    width: 34px;
    flex: 0 0 34px;
    color: var(--dnq-tour-blue, #1599d2);
    font-size: 21px;
    text-align: center;
}
.dnq-package-accordion-content {
    padding: 0 58px 22px 62px;
    color: #5d656b;
    font-size: 14px;
    line-height: 1.75;
}
.dnq-package-accordion-content > :last-child { margin-bottom: 0; }
.dnq-package-accordion-content ul { margin: 0; }
.dnq-package-accordion-content .dnq-auto-bullet-list,
.dnq-info-accordion-content .dnq-auto-bullet-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 18px;
}
.dnq-package-accordion-content .dnq-auto-bullet-list li,
.dnq-info-accordion-content .dnq-auto-bullet-list li {
    margin: 0;
    padding-left: 4px;
}
.dnq-package-accordion-content .dnq-auto-bullet-list li::marker,
.dnq-info-accordion-content .dnq-auto-bullet-list li::marker {
    color: var(--dnq-tour-blue, #1599d2);
}
.dnq-package-accordion[open] .dnq-day-toggle::after { transform: rotate(0); }

/* Itinerary accordion */
.dnq-tour-itinerary-content > p:first-child { margin-top: 0; }
.dnq-itinerary-day {
    position: relative;
    margin: 0;
    border-bottom: 0;
}
.dnq-itinerary-day::before {
    position: absolute;
    top: 39px;
    bottom: -20px;
    left: 14px;
    border-left: 1px dashed #a9b8bf;
    content: "";
}
.dnq-itinerary-day::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 104px;
    height: 1px;
    background: #dde2e5;
    content: "";
}
.dnq-itinerary-day:last-child::after { display: none; }
.dnq-itinerary-day:last-child::before { display: none; }
.dnq-itinerary-day summary {
    display: grid;
    grid-template-columns: 30px 74px minmax(0, 1fr) 24px;
    align-items: center;
    min-height: 58px;
    padding: 9px 0;
    color: #41474c;
    cursor: pointer;
    list-style: none;
}
.dnq-itinerary-day summary::-webkit-details-marker { display: none; }
.dnq-day-dot {
    position: relative;
    z-index: 2;
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    border: 2px solid #1599d2;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.dnq-itinerary-day[open] .dnq-day-dot { background: #1599d2; }
.dnq-day-label {
    color: #30383d;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.dnq-day-title {
    padding-right: 12px;
    font-size: 14px;
    text-transform: uppercase;
}
.dnq-day-toggle {
    position: relative;
    width: 17px;
    height: 17px;
    border: 1px solid #9ba5aa;
    border-radius: 50%;
}
.dnq-day-toggle::before,
.dnq-day-toggle::after {
    position: absolute;
    top: 7px;
    left: 4px;
    width: 7px;
    height: 1px;
    background: #778087;
    content: "";
}
.dnq-day-toggle::after { transform: rotate(90deg); transition: transform .2s ease; }
.dnq-itinerary-day[open] .dnq-day-toggle::after { transform: rotate(0); }
.dnq-itinerary-day-content {
    padding: 2px 32px 24px 104px;
    color: #5d656b;
    font-size: 14px;
    line-height: 1.8;
}
.dnq-itinerary-day-content > :last-child { margin-bottom: 0; }
.dnq-itinerary-day-content img {
    display: block;
    max-width: 100%;
    margin: 18px 0;
    border-radius: 10px;
}

/* Legacy inclusions, exclusions and notes extracted from old tour content. */
.dnq-tour-important-info[hidden] { display: none !important; }
.dnq-info-accordion {
    margin: 0 0 16px;
    border: 1px solid #dfe7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
}
.dnq-info-accordion summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 70px;
    padding: 16px 22px;
    color: #42494e;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    list-style: none;
}
.dnq-info-accordion summary::-webkit-details-marker { display: none; }
.dnq-info-accordion .dnq-info-title {
    display: inline-flex;
    align-items: center;
    gap: 13px;
}
.dnq-info-accordion .dnq-info-title i {
    width: 34px;
    flex: 0 0 34px;
    color: var(--dnq-tour-blue, #1599d2);
    font-size: 21px;
    text-align: center;
}
.dnq-info-accordion-content {
    padding: 0 22px 24px 61px;
    color: #5d656b;
    font-size: 14px;
    line-height: 1.75;
}
.dnq-info-accordion-content > :last-child { margin-bottom: 0; }
.dnq-info-accordion[open] .dnq-day-toggle::after { transform: rotate(0); }
.dnq-important-accordions .dnq-info-accordion:last-child { margin-bottom: 0; }
.dnq-important-faq-list {
    display: grid;
    gap: 16px;
}
.dnq-important-faq-item {
    padding-bottom: 16px;
    border-bottom: 1px solid #e8eef1;
}
.dnq-important-faq-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.dnq-important-faq-item h3 {
    margin: 0 0 6px;
    color: #343a40;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}
.dnq-important-faq-item p {
    margin: 0 0 8px;
}

/* Existing Tour Options restyled to match the new detail page. */
.dnq-single-tour .dnq-tour-options {
    margin-top: 0;
    padding: 38px 0 0;
}
.dnq-single-tour .dnq-tour-option-section {
    margin: 0;
    padding: 0 0 38px;
    border-bottom: 1px solid #e2e6e8;
}
.dnq-single-tour .dnq-tour-option-section + .dnq-tour-option-section { padding-top: 38px; }
.dnq-single-tour .dnq-tour-option-title {
    margin: 0 0 20px;
    color: #353b40;
    font-size: 22px;
    font-weight: 700;
    text-transform: none !important;
}
.dnq-single-tour .dnq-tour-option-title i { color: #1599d2; }
.dnq-single-tour .dnq-validity {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 9px 14px;
    border-radius: 6px;
    background: #eef8fc;
    color: #3e5965;
    font-size: 13px;
    text-align: left;
}
.dnq-single-tour .dnq-validity i { color: #1599d2; }
.dnq-single-tour .dnq-tour-price-table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #d9dfe3;
    border-radius: 8px;
}
.dnq-single-tour .dnq-tour-price-table th,
.dnq-single-tour .dnq-tour-price-table td { border-width: 0 1px 1px 0; }
.dnq-single-tour .dnq-tour-price-table tr > :last-child { border-right: 0; }
.dnq-single-tour .dnq-tour-price-table tbody tr:last-child > * { border-bottom: 0; }
.dnq-single-tour .dnq-inclusion-grid { gap: 34px; }
.dnq-single-tour .dnq-inclusion-column {
    padding: 22px;
    border: 1px solid #e0e5e7;
    border-radius: var(--dnq-tour-radius-sm);
    background: #fbfcfc;
    box-shadow: var(--dnq-tour-shadow-sm);
}
.dnq-single-tour .dnq-inclusion-column .dnq-tour-option-title { font-size: 18px; }
.dnq-single-tour .dnq-hotel-note-content { color: #596167; line-height: 1.75; }
.dnq-tour-tags {
    display: flow-root;
    padding: 32px 0;
}
.dnq-tour-tags h3 { margin-bottom: 14px; color: #363c41; font-size: 17px; font-weight: 700; }

/* Genuine on-site rating shared by tour and editorial single pages. */
.dnq-content-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin: 12px 0 38px;
    padding: 24px 28px;
    border: 1px solid #dce7eb;
    border-radius: var(--dnq-tour-radius-card, 18px);
    background: linear-gradient(135deg, #f7fbfc 0%, #fff 72%);
    box-shadow: none;
}
.dnq-content-rating__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #ef4923;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.dnq-content-rating h2 {
    margin: 0 0 7px;
    color: #343a40;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none;
}
.dnq-content-rating__summary {
    display: flex;
    gap: 8px;
    align-items: baseline;
    margin: 0;
    color: #69757b;
    font-size: 13px;
}
.dnq-content-rating__summary strong { color: #263238; font-size: 18px; }
.dnq-content-rating__stars {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    justify-content: flex-end;
    min-width: 230px;
}
.dnq-rating-star {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #cbd4d8;
    font-size: 22px;
    line-height: 38px;
    transition: color .18s ease, transform .18s ease, background-color .18s ease;
}
.dnq-rating-star:hover,
.dnq-rating-star:focus-visible,
.dnq-rating-star.is-active {
    background: #fff2ed;
    color: #ef4923;
    transform: translateY(-2px);
}
.dnq-rating-star:disabled { cursor: default; opacity: 1; }
.dnq-content-rating__status {
    flex-basis: 100%;
    min-height: 18px;
    color: #657279;
    font-size: 12px;
    text-align: right;
}
.dnq-blog-article__footer .dnq-content-rating { margin-top: 28px; margin-bottom: 0; }

@media (max-width: 640px) {
    .dnq-content-rating { align-items: flex-start; flex-direction: column; padding: 22px; }
    .dnq-content-rating__stars { min-width: 0; justify-content: flex-start; }
    .dnq-content-rating__status { text-align: left; }
    .dnq-content-rating__summary { align-items: flex-start; flex-direction: column; gap: 2px; }
}

/* Sidebar remains the existing DNQ form; only its position follows the new page. */
.dnq-tour-sidebar { padding-top: 0; }
.dnq-tour-sidebar .sidebar_widget:first-child { margin-top: 0; }
.dnq-booking-form-source { display: none; }
.dnq-tour-enquiry-card {
    padding: 28px;
    border: 1px solid #e1e6e9;
    border-radius: var(--dnq-tour-radius-card, 18px);
    background: #fff;
    box-shadow: var(--dnq-tour-shadow-card, 0 14px 34px rgba(31, 56, 69, .11));
}
.dnq-tour-sidebar-price {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 7px;
    min-height: 0;
    margin: 0 0 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #edf1f3;
    white-space: nowrap;
}
.dnq-tour-sidebar-price strong {
    font-size: clamp(31px, 2.45vw, 40px);
    font-weight: 600;
    line-height: 1;
}
.dnq-tour-sidebar-price del {
    color: #ef4a24;
    font-size: clamp(19px, 1.55vw, 24px);
}
.dnq-tour-sidebar-price span {
    font-size: clamp(17px, 1.35vw, 21px);
}
.dnq-tour-sidebar-price i {
    flex: 0 0 auto;
    font-size: 16px;
}

@media (max-width: 480px) {
    .dnq-tour-sidebar-price {
        gap: 5px;
    }

    .dnq-tour-sidebar-price strong {
        font-size: 30px;
    }

    .dnq-tour-sidebar-price del {
        font-size: 18px;
    }

    .dnq-tour-sidebar-price span {
        font-size: 16px;
    }
}
.dnq-tour-enquiry-card .dnq-section-kicker {
    display: block;
    margin-bottom: 10px;
}
.dnq-tour-enquiry-card h2 {
    margin: 5px 0 12px;
    color: #343a40;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
}
.dnq-tour-enquiry-card p {
    margin: 0 0 22px;
    color: #646d73;
    font-size: 14px;
    line-height: 1.7;
}
.dnq-sidebar-enquire,
.dnq-sidebar-whatsapp {
    display: flex;
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 12px 18px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.dnq-sidebar-enquire {
    background: #ef4a24;
    box-shadow: 0 8px 18px rgba(239, 74, 36, .22);
    color: #fff;
}
.dnq-sidebar-whatsapp {
    margin-top: 12px;
    border-color: #1da866;
    background: #fff;
    color: #158650;
}
.dnq-sidebar-enquire:hover,
.dnq-sidebar-enquire:focus-visible {
    background: #d93d1b;
    color: #fff;
    box-shadow: 0 10px 22px rgba(239, 74, 36, .28);
    transform: translateY(-1px);
}
.dnq-sidebar-whatsapp:hover,
.dnq-sidebar-whatsapp:focus-visible {
    background: #1da866;
    color: #fff;
    box-shadow: 0 10px 22px rgba(29, 168, 102, .22);
    transform: translateY(-1px);
}

/* Single-tour sidebar FAQs: lightweight native accordion inspired by the
 * reference layout, restyled for DNQ's blue/orange design system. */
.dnq-tour-faq-card {
    margin-top: 22px;
    padding: 26px 26px 18px;
    border: 1px solid #e1e6e9;
    border-radius: var(--dnq-tour-radius-card, 18px);
    background: #fff;
    box-shadow: var(--dnq-tour-shadow-card, 0 14px 34px rgba(31, 56, 69, .11));
}
.dnq-tour-faq-card > h2 {
    margin: 5px 0 14px;
    color: #343a40;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
}
.dnq-tour-faq-list { border-top: 1px solid #e7ecee; }
.dnq-tour-faq-item {
    margin: 0;
    border-bottom: 1px solid #e7ecee;
}
.dnq-tour-faq-item summary {
    position: relative;
    display: flex;
    min-height: 58px;
    padding: 15px 34px 15px 0;
    align-items: center;
    color: #3f484d;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    list-style: none;
}
.dnq-tour-faq-item summary::-webkit-details-marker { display: none; }
.dnq-tour-faq-item summary::marker { content: ''; }
.dnq-tour-faq-item summary span,
.dnq-tour-faq-item summary span::after {
    position: absolute;
    top: 50%;
    right: 2px;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #159fc9;
    content: '';
    transform: translateY(-50%);
    transition: transform .2s ease;
}
.dnq-tour-faq-item summary span::after {
    top: 0;
    right: 0;
    transform: rotate(90deg);
}
.dnq-tour-faq-item[open] summary { color: #159fc9; }
.dnq-tour-faq-item[open] summary span::after { transform: rotate(0deg); }
.dnq-tour-faq-answer {
    padding: 0 4px 16px 0;
    color: #667178;
    font-size: 13px;
    line-height: 1.7;
}
.dnq-tour-faq-answer p { margin: 0; }
.dnq-tour-faq-item summary:focus-visible {
    outline: 2px solid #ef4a24;
    outline-offset: 3px;
    border-radius: 4px;
}

/* Single tour: keep all icon accents on the DNQ logo blue. */
.dnq-single-tour {
    --dnq-tour-blue: var(--dnq-page-blue, #1599d2);
    --dnq-tour-cyan: var(--dnq-page-blue, #1599d2);
}
.dnq-single-tour .dnq-tour-route-summary > i,
.dnq-single-tour .dnq-route-stops i,
.dnq-single-tour .dnq-tour-facts i,
.dnq-single-tour .dnq-tour-map-fallback i,
.dnq-single-tour .dnq-package-accordion summary > i,
.dnq-single-tour .dnq-info-accordion .dnq-info-title i,
.dnq-single-tour .dnq-info-accordion summary > i,
.dnq-single-tour .dnq-tour-faq-card i,
.dnq-single-tour .dnq-tour-option-title i,
.dnq-single-tour .dnq-validity i,
.dnq-single-tour .dnq-tour-content .fa,
.dnq-single-tour .dnq-tour-content .fas,
.dnq-single-tour .dnq-tour-content .far,
.dnq-single-tour .dnq-tour-content .fa-solid,
.dnq-single-tour .dnq-tour-content .fa-regular,
.dnq-single-tour .dnq-tour-content .fa-brands,
.dnq-single-tour .dnq-rating-star:hover,
.dnq-single-tour .dnq-rating-star:focus-visible,
.dnq-single-tour .dnq-rating-star.is-active {
    color: var(--dnq-tour-blue, #1599d2) !important;
}
.dnq-single-tour .dnq-tour-faq-item summary span,
.dnq-single-tour .dnq-tour-faq-item summary span::after {
    background: var(--dnq-tour-blue, #1599d2) !important;
}
.dnq-single-tour .dnq-tour-faq-item[open] summary {
    color: var(--dnq-tour-blue, #1599d2);
}

@media screen and (max-width: 849px) {
    .dnq-tour-faq-card { padding: 24px 22px 16px; }
}

@media screen and (min-width: 850px) {
    .dnq-single-tour .dnq-tour-layout,
    .dnq-single-tour .dnq-tour-layout > .col,
    .dnq-single-tour .dnq-tour-sidebar,
    .dnq-single-tour .left_content_tour {
        overflow: visible !important;
    }
    .dnq-single-tour .dnq-tour-sidebar {
        position: relative !important;
        align-self: stretch;
    }
    .dnq-tour-layout .left_content_tour { padding-right: 30px !important; }
    .dnq-tour-sidebar .is-sticky-column {
        position: sticky !important;
        z-index: 35;
        top: var(--dnq-tour-sidebar-sticky-offset, calc(var(--dnq-tour-sticky-offset, 0px) + 18px)) !important;
        transform: none !important;
        transition: top .2s ease;
    }
    .dnq-tour-sidebar .is-sticky-column.dnq-sidebar-is-fixed,
    .dnq-tour-sidebar .is-sticky-column.dnq-sidebar-is-bottom {
        max-width: 100%;
        box-sizing: border-box;
        transition: none;
    }
    .dnq-tour-sidebar .is-sticky-column__inner {
        width: 100%;
        box-sizing: border-box;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 1px 0 24px;
    }
    .dnq-tour-sidebar .dnq-tour-enquiry-card,
    .dnq-tour-sidebar .dnq-tour-faq-card {
        width: 100%;
        box-sizing: border-box;
    }
}

/* Related tours */
.dnq-related-tours {
    margin-top: 30px;
    padding: 50px 0 70px;
    border-top: 1px solid #e6eaec;
    background: #f7f9fa;
}
.dnq-related-heading { margin-bottom: 22px; }
.dnq-single-tour .dnq-related-heading .st-heading-section {
    margin: 0;
    padding: 0;
    color: #343a40;
    font-size: 27px;
    font-weight: 700;
}
.dnq-related-tours .item_related_tours { background: #fff; }

@media screen and (max-width: 849px) {
    .dnq-single-tour { padding-top: 18px; }
    .dnq-tour-gallery {
        grid-template-columns: 1fr;
        height: auto;
        border-radius: 10px;
    }
    .dnq-tour-gallery-main { aspect-ratio: 16 / 10; }
    .dnq-tour-gallery .dnq-tour-gallery-thumbs {
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
        grid-template-rows: 92px;
    }
    .dnq-tour-title-row { display: block; }
    .dnq-tour-share { padding-top: 12px; }
    .dnq-tour-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dnq-tour-route-summary {
        display: grid;
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 8px 11px;
        padding: 13px;
    }
    .dnq-tour-route-summary > i { grid-row: span 2; margin-top: 1px; }
    .dnq-route-label { margin-top: 0; }
    .dnq-route-stops { gap: 6px; }
    .dnq-route-stops span { min-height: 28px; padding: 5px 9px; font-size: 12px; }
    .dnq-tour-route-map { height: 380px; }
    .dnq-tour-layout > .col { flex-basis: 100%; max-width: 100%; }
    .dnq-tour-sidebar { margin-top: 25px; }
    .dnq-tour-nav { gap: 22px; margin-top: 24px; padding: 12px 12px 0; }
}

@media screen and (max-width: 549px) {
    .dnq-tour-breadcrumbs { padding: 10px 0; }
    .dnq-single-tour > .container { padding-right: 12px; padding-left: 12px; }
    .dnq-tour-gallery { margin-bottom: 22px; }
    .dnq-tour-gallery-main { aspect-ratio: 4 / 3; }
    .dnq-package-accordion-content { padding: 0 18px 20px 62px; }
    .dnq-tour-gallery .dnq-tour-gallery-thumbs { grid-template-rows: 68px; gap: 5px; }
    .dnq-gallery-dialog { width: 100vw; }
    .dnq-gallery-dialog-header { min-height: 58px; padding: 8px 12px; }
    .dnq-gallery-stage {
        position: relative;
        display: flex;
        padding: 10px 8px;
    }
    .dnq-gallery-full-image { max-height: calc(100dvh - 154px); }
    .dnq-gallery-nav {
        position: absolute;
        z-index: 2;
        top: 50%;
        width: 44px;
        height: 44px;
        min-height: 44px;
        background: rgba(9, 14, 18, .62);
        transform: translateY(-50%);
    }
    .dnq-gallery-prev { left: 12px; }
    .dnq-gallery-next { right: 12px; }
    .dnq-gallery-figure { width: 100%; }
    .dnq-gallery-filmstrip { padding: 8px 10px 10px; }
    .dnq-gallery-filmstrip-item { flex-basis: 60px; width: 60px; height: 44px; min-height: 44px; }
    .dnq-single-tour .dnq-tour-header .entry-title { font-size: 29px; }
    .dnq-tour-summary { font-size: 14px; }
    .dnq-tour-facts {
        gap: 12px 14px;
    }
    .dnq-tour-facts li { min-height: 112px; padding: 14px 8px; }
    .dnq-tour-route-summary { align-items: flex-start; }
    .dnq-route-label { padding-top: 2px; }
    .dnq-tour-route-map { height: 310px; }
    .dnq-tour-opening-section > h2 { font-size: 20px; }
    .dnq-tour-nav { gap: 20px; }
    .dnq-tour-section { padding: 30px 0; }
    .dnq-single-tour .dnq-section-heading h2 { font-size: 22px; }
    .dnq-itinerary-day summary { grid-template-columns: 28px 58px minmax(0, 1fr) 22px; }
    .dnq-day-label,
    .dnq-day-title { font-size: 12px; }
    .dnq-itinerary-day::after { left: 86px; }
    .dnq-itinerary-day-content { padding: 4px 20px 22px 86px; }
    .dnq-single-tour .dnq-inclusion-grid { grid-template-columns: 1fr; gap: 18px; }
    .dnq-single-tour .dnq-inclusion-column { padding: 18px; }
    .dnq-single-tour .entry-content img,
    .dnq-single-tour .dnq-itinerary-day-content img { display: block; }
    .dnq-related-tours { padding: 40px 0 85px; }
}

/* Home Destinations: style the native UX Builder section only. */
body.home .section:has(.item_country) {
    padding-top: 42px !important;
    padding-bottom: 58px !important;
    background: #fff;
}
body.home .section:has(.item_country) .section-content > .text {
    margin-bottom: 28px;
    text-align: center;
}
body.home .section:has(.item_country) .section-content > .text h3 { display: none; }
body.home #main .section:has(.item_country) .section-content > .text h2 {
    margin: 0;
    color: #3c4043;
    font-size: clamp(30px, 3vw, 40px) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}
body.home .section:has(.item_country) .gap-element { display: none !important; }
body.home .section:has(.item_country) > .section-content > .row {
    display: flex;
    max-width: 1260px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    /* Keep native horizontal swiping available on touch screens. */
    touch-action: pan-x pan-y;
    will-change: scroll-position;
}
body.home .section:has(.item_country) > .section-content > .row.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
}
body.home .section:has(.item_country) > .section-content > .row.is-dragging a { pointer-events: none; }
body.home .section:has(.item_country) > .section-content > .row.is-dragging .item_country {
    box-shadow: 0 17px 26px -18px rgba(21, 43, 54, .28);
    transform: none !important;
    transition: none;
}
body.home .section:has(.item_country) > .section-content > .row img { pointer-events: none; }
body.home .section:has(.item_country) > .section-content > .row::-webkit-scrollbar { display: none; }
body.home .section:has(.item_country) .dnq-destination-nav {
    position: absolute;
    z-index: 5;
    top: 42px;
    right: max(20px, calc((100vw - 1260px) / 2 + 20px));
    display: flex;
    align-items: center;
    gap: 10px;
}
body.home .section:has(.item_country) .dnq-destination-arrow {
    display: inline-flex;
    width: 42px;
    height: 42px;
    min-height: 0;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe4e7;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 12px rgba(28, 41, 48, .08);
    color: #384046;
    font-size: 20px;
    line-height: 1;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease, opacity .2s ease;
}
body.home .section:has(.item_country) .dnq-destination-arrow:hover,
body.home .section:has(.item_country) .dnq-destination-arrow:focus-visible {
    border-color: #1599d2;
    background: #1599d2;
    color: #fff;
}
body.home .section:has(.item_country) .dnq-destination-arrow:disabled {
    opacity: .35;
    cursor: default;
}
body.home .section:has(.item_country) > .section-content > .row > .col {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 11px;
    padding-left: 11px;
    scroll-snap-align: start;
}
body.home .item_country {
    height: 310px;
    padding-top: 0 !important;
    overflow: hidden;
    border: 1px solid #dfe4e7;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(28, 41, 48, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}
body.home .item_country .banner-inner { border-radius: inherit; }
body.home .item_country .fill { border-radius: 0 !important; }
body.home .item_country:hover {
    transform: translateY(-4px);
    box-shadow: 0 13px 28px rgba(28, 41, 48, .14);
}
body.home .item_country .banner-bg {
    right: 0;
    bottom: 62px;
    left: 0;
    height: auto;
    overflow: hidden;
}
body.home .item_country .bg {
    transition: transform .45s ease;
}
body.home .item_country:hover .bg { transform: scale(1.035); }
body.home .item_country .banner-layers { overflow: visible; }
body.home .item_country .banner-layers > a.fill {
    z-index: 5;
    cursor: pointer;
}
body.home .item_country .text-box { pointer-events: none; }
body.home .item_country .text-box {
    top: auto !important;
    bottom: 0 !important;
    left: 50% !important;
    width: 100% !important;
    height: 62px;
    transform: translateX(-50%) !important;
}
body.home .item_country .text-box-content,
body.home .item_country .text-inner,
body.home .item_country .text-inner > .text {
    height: 100%;
}
body.home .item_country .text-box-content,
body.home .item_country .text-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
body.home .item_country .text-inner { width: 100%; padding: 0 16px; }
body.home .item_country .text-inner > .text {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
body.home #main .item_country h4 {
    width: 100%;
    margin: 0;
    color: #45494c;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center !important;
    text-transform: none !important;
}
body.home #main .item_country h4 strong { font: inherit; text-transform: none; }
body.home .item_country .overlay { background-color: rgba(0, 0, 0, .12) !important; }
body.home .item_country a:focus-visible {
    outline: 3px solid rgba(19, 168, 189, .4);
    outline-offset: -4px;
}

@media screen and (max-width: 849px) {
    body.home .section:has(.item_country) > .section-content > .row > .col {
        flex-basis: 44%;
        max-width: 44%;
    }
    body.home .item_country { height: 290px; margin-bottom: 16px; }
}

@media screen and (max-width: 549px) {
    body.home .section:has(.item_country) { padding: 34px 0 40px !important; }
    body.home .section:has(.item_country) .section-content > .text { margin-bottom: 20px; }
    body.home .section:has(.item_country) .dnq-destination-nav {
        position: static;
        margin: 18px 12px 0;
        justify-content: center;
    }
    body.home .section:has(.item_country) .dnq-destination-arrow { width: 40px; height: 40px; }
    body.home .section:has(.item_country) > .section-content > .row > .col {
        flex-basis: 82%;
        max-width: 82%;
    }
    body.home .item_country { height: 285px; }
    body.home .item_country .banner-bg { bottom: 60px; }
    body.home .item_country .text-box { height: 60px; }
    body.home .item_country .text-inner { padding: 0 14px; }
    body.home #main .item_country h4 { font-size: 16px; }
}

/* Home Destinations: Travel Journal Carousel. */
body.home .section:has(.item_country) {
    overflow: hidden;
    padding-top: 54px !important;
    padding-bottom: 70px !important;
    background: linear-gradient(180deg, #fff 0%, #f6f9fa 100%);
}
body.home .section:has(.item_country) > .section-content { position: relative; }
body.home .section:has(.item_country) .section-content > .text::before {
    display: block;
    margin-bottom: 9px;
    color: #ef4a24;
    content: "Curated journeys";
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
}
body.home .section:has(.item_country) .section-content > .text { margin-bottom: 32px; }
body.home .section:has(.item_country) > .section-content > .row {
    --dnq-destination-columns: 3;
    box-sizing: border-box;
    width: calc(100% - 30px);
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
    /* Match the track edge to each column's inner gutter. A wider track
     * padding lets the next card paint inside the viewport as a thin sliver. */
    padding: 12px 12px 36px;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 12px;
}
body.home .section:has(.item_country) > .section-content > .row > .col {
    box-sizing: border-box;
    flex: 0 0 calc(100% / var(--dnq-destination-columns));
    width: calc(100% / var(--dnq-destination-columns));
    max-width: calc(100% / var(--dnq-destination-columns));
    min-width: 0;
    padding-right: 12px;
    padding-left: 12px;
    scroll-snap-align: start;
}
body.home .section:has(.item_country) > .section-content > .row > .col > .col-inner {
    width: 100%;
    min-width: 0;
}
body.home .item_country {
    position: relative;
    height: 420px;
    border: 0;
    border-radius: 20px;
    background: #13232b;
    /* A bottom-weighted shadow keeps depth without the next off-screen
     * card casting a visible strip into the carousel viewport. */
    box-shadow: 0 18px 18px -18px rgba(21, 43, 54, .4);
}
body.home .item_country .banner-inner { overflow: hidden; }
body.home .item_country .banner-bg {
    inset: 0;
    height: 100%;
}
body.home .item_country .overlay {
    opacity: 1 !important;
    background: linear-gradient(
        to top,
        rgba(7, 18, 23, .92) 0%,
        rgba(7, 18, 23, .68) 22%,
        rgba(7, 18, 23, .24) 38%,
        rgba(7, 18, 23, 0) 55%
    ) !important;
}
body.home .item_country .bg {
    filter: brightness(1.06) saturate(1.04);
}
body.home .item_country .text-box {
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto;
    transform: none !important;
}
body.home .item_country .text-box-content,
body.home .item_country .text-inner,
body.home .item_country .text-inner > .text {
    height: auto;
    background: transparent;
}
body.home .item_country .text-box-content,
body.home .item_country .text-inner {
    display: block;
}
body.home .item_country .text-inner {
    padding: 30px;
    text-align: left;
}
body.home .item_country .text-inner > .text { display: block; }
body.home #main .item_country h4 {
    color: #fff;
    font-size: clamp(24px, 2.1vw, 31px);
    font-weight: 700;
    line-height: 1.12;
    text-align: left !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .3);
}
body.home #main .item_country h4::before {
    display: block;
    margin-bottom: 8px;
    color: #67d4e5;
    content: "Travel Journal";
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.2;
    text-shadow: none;
    text-transform: uppercase;
}
body.home #main .item_country h4::after {
    display: block;
    margin-top: 13px;
    color: #fff;
    content: "Explore destination  \2197";
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    opacity: .88;
    text-transform: uppercase;
}
body.home .item_country:hover {
    transform: translateY(-7px);
    box-shadow: 0 23px 21px -20px rgba(21, 43, 54, .46);
}
body.home .item_country:hover .bg { transform: scale(1.06); }
body.home .item_country:focus-within {
    outline: 3px solid rgba(19, 168, 189, .42);
    outline-offset: 4px;
}
body.home .section:has(.item_country) .dnq-destination-nav { top: 58px; }
body.home .section:has(.item_country) .dnq-destination-nav {
    min-height: 46px;
}
body.home .section:has(.item_country) .dnq-destination-arrow {
    width: 46px;
    height: 46px;
    border-color: #d8e1e5;
    box-shadow: 0 7px 18px rgba(27, 48, 58, .1);
}

@media screen and (max-width: 849px) {
    body.home .section:has(.item_country) > .section-content > .row { --dnq-destination-columns: 2; }
    body.home .item_country { height: 400px; }
}

@media screen and (max-width: 549px) {
    body.home .section:has(.item_country) {
        padding-top: 40px !important;
        padding-bottom: 46px !important;
    }
    body.home .section:has(.item_country) .section-content > .text { margin-bottom: 20px; }
    body.home .section:has(.item_country) > .section-content > .row {
        --dnq-destination-columns: 1.1627907;
        width: 100%;
        padding: 9px 15px 28px;
        scroll-padding-inline: 15px;
    }
    body.home .section:has(.item_country) > .section-content > .row > .col {
        padding-right: 8px;
        padding-left: 8px;
    }
    body.home .item_country { height: 380px; margin-bottom: 0; border-radius: 17px; }
    body.home .item_country .banner-bg { inset: 0; height: 100%; }
    body.home .item_country .text-box { height: auto; }
    body.home .item_country .text-inner { padding: 24px; }
    body.home #main .item_country h4 { font-size: 25px; }
    body.home .section:has(.item_country) .dnq-destination-nav { margin-top: 13px; }
}

@media (prefers-reduced-motion: reduce) {
    body.home .section:has(.item_country) > .section-content > .row { scroll-behavior: auto; }
    body.home .item_country,
    body.home .item_country .bg,
}

/* Desktop navigation: Destination Explorer mega menus. */
@media screen and (min-width: 850px) {
    .header-nav-main > .dnq-mega-parent { position: static; }
    /* Flatsome positions its dropdown arrow from whichever item still has
     * `current-dropdown`, which can lag behind our custom mega-menu state.
     * Hide that native arrow and draw one from the currently open item. */
    .nav-dropdown-has-arrow .header-nav-main > .dnq-mega-parent::before,
    .nav-dropdown-has-arrow .header-nav-main > .dnq-mega-parent::after {
        display: none !important;
    }
    .nav-dropdown-has-arrow .header-nav-main > .dnq-mega-parent.dnq-mega-open::after {
        position: fixed;
        z-index: 10000;
        top: var(--dnq-mega-arrow-top, 111px);
        left: var(--dnq-mega-arrow-left, 50vw);
        display: block !important;
        width: 0;
        height: 0;
        border: 0 !important;
        border-right: 10px solid transparent !important;
        border-bottom: 10px solid #fff !important;
        border-left: 10px solid transparent !important;
        background: transparent;
        content: "";
        filter: drop-shadow(0 -1px 0 rgba(25, 76, 96, .16));
        pointer-events: none;
        transform: translateX(-50%);
    }
    .header-nav-main > .dnq-mega-parent > .dnq-mega-menu {
        position: fixed !important;
        z-index: 9999;
        top: var(--dnq-mega-top, 120px) !important;
        left: var(--dnq-mega-left, 16px) !important;
        display: grid !important;
        width: var(--dnq-mega-width, min(1120px, calc(100vw - 32px))) !important;
        max-width: none !important;
        max-height: var(--dnq-mega-max-height, calc(100vh - 140px));
        grid-template-columns: minmax(300px, 35%) minmax(0, 65%);
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
        border: 1px solid rgba(25, 76, 96, .13) !important;
        border-radius: 0 0 18px 18px;
        background: #fff;
        box-shadow: 0 24px 55px rgba(20, 47, 60, .2);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(10px);
        transform-origin: top center;
        transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    }
    .header-nav-main > .dnq-mega-parent.dnq-mega-open > .dnq-mega-menu,
    .header-nav-main > .dnq-mega-parent:focus-within > .dnq-mega-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
    .dnq-mega-visual {
        position: relative;
        display: flex;
        min-height: 430px;
        padding: 34px;
        align-items: flex-end;
        overflow: hidden;
        background-color: #18333f;
        background-position: center;
        background-size: cover;
        color: #fff !important;
        text-decoration: none !important;
    }
    .dnq-mega-visual::before {
        position: absolute;
        z-index: 0;
        inset: 0;
        background: linear-gradient(180deg, rgba(5, 19, 25, .06) 12%, rgba(5, 19, 25, .88) 100%);
        content: "";
    }
    .dnq-mega-visual::after {
        position: absolute;
        z-index: 0;
        top: 24px;
        left: 24px;
        width: 42px;
        height: 3px;
        border-radius: 999px;
        background: #ef4a24;
        content: "";
    }
    .dnq-mega-visual-content { position: relative; z-index: 1; display: block; }
    .dnq-mega-visual-content small {
        display: block;
        margin-bottom: 8px;
        color: #64d3e4;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .15em;
        text-transform: uppercase;
    }
    .dnq-mega-visual-content strong {
        display: block;
        margin-bottom: 10px;
        color: #fff;
        font-size: clamp(28px, 2.35vw, 40px);
        line-height: 1.05;
    }
    .dnq-mega-visual-content > span {
        display: block;
        max-width: 340px;
        margin-bottom: 18px;
        color: rgba(255, 255, 255, .85);
        font-size: 14px;
        line-height: 1.55;
    }
    .dnq-mega-visual-content em {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #fff;
        font-size: 11px;
        font-style: normal;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }
    .dnq-mega-visual-content em b { color: #ef4a24; font-size: 17px; }
    .dnq-mega-body {
        display: flex;
        min-width: 0;
        max-height: var(--dnq-mega-max-height, calc(100vh - 140px));
        padding: 32px 34px 26px;
        flex-direction: column;
        overflow-y: auto;
        background: linear-gradient(135deg, #fff 0%, #f8fbfc 100%);
    }
    .dnq-mega-header {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(210px, .72fr);
        column-gap: 28px;
        align-items: end;
        margin-bottom: 23px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e4eaed;
    }
    .dnq-mega-header > span {
        grid-column: 1 / -1;
        margin-bottom: 5px;
        color: #1599d2;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .14em;
        text-transform: uppercase;
    }
    .dnq-mega-header h3 {
        margin: 0;
        color: #30383d;
        font-size: 25px;
        line-height: 1.18;
        text-transform: none;
    }
    .dnq-mega-header p {
        margin: 0;
        color: #6c767c;
        font-size: 13px;
        line-height: 1.5;
    }
    .dnq-mega-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3px 22px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .dnq-mega-links li { margin: 0; padding: 0; border: 0; }
    .dnq-mega-links a {
        display: flex;
        min-height: 39px;
        padding: 8px 4px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border-bottom: 1px solid #edf1f3;
        color: #465158 !important;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.35;
        text-decoration: none;
        transition: color .18s ease, padding-left .18s ease, border-color .18s ease;
    }
    .dnq-mega-links a span {
        color: #26aac4;
        font-size: 13px;
        opacity: 0;
        transform: translateX(-5px);
        transition: opacity .18s ease, transform .18s ease;
    }
    .dnq-mega-links a:hover,
    .dnq-mega-links a:focus-visible {
        padding-left: 9px;
        border-color: #bfe8ef;
        color: #1599d2 !important;
    }
    .dnq-mega-links a:hover span,
    .dnq-mega-links a:focus-visible span { opacity: 1; transform: translateX(0); }
    .dnq-mega-footer {
        display: flex;
        margin-top: auto;
        padding-top: 24px;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
    }
    .dnq-mega-all {
        color: #1599d2 !important;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .04em;
        text-decoration: none;
    }
    .dnq-mega-all::after { margin-left: 7px; content: "\2192"; }
    .dnq-mega-plan {
        display: inline-flex;
        min-height: 42px;
        padding: 0 21px;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: #ef4a24;
        box-shadow: 0 7px 16px rgba(239, 74, 36, .2);
        color: #fff !important;
        font-size: 12px;
        font-weight: 800;
        text-decoration: none;
    }
    .dnq-mega-plan:hover,
    .dnq-mega-plan:focus-visible { background: #d93d1c; color: #fff !important; }
}

/* Home: DNQ-specific reasons to book. */
.dnq-home-why {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 58px 15px 68px;
    color: #4b5155;
}
.dnq-why-header {
    max-width: 820px;
    margin: 0 auto 46px;
    text-align: center;
}
.dnq-why-eyebrow {
    margin: 0 0 8px;
    color: #e84c26;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.dnq-why-header h2 {
    margin: 0 0 10px;
    color: #383e42;
    font-size: 36px;
    line-height: 1.2;
}
.dnq-why-header > p:last-child {
    margin: 0;
    color: #6a7277;
    font-size: 19px;
    line-height: 1.55;
}
.dnq-why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 74px;
    row-gap: 46px;
}
.dnq-why-card {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 20px;
    align-items: start;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.dnq-why-icon {
    grid-row: 1 / 3;
    display: inline-flex;
    width: 68px;
    height: 68px;
    margin: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #e84c26;
    background: transparent;
    color: #e84c26;
}
.dnq-why-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.dnq-why-card h3 {
    margin: 2px 0 8px;
    color: #363c40;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.35;
}
.dnq-why-card p {
    margin: 0;
    color: #6b7378;
    font-size: 16px;
    line-height: 1.7;
}
@media screen and (max-width: 849px) {
    .dnq-why-grid { column-gap: 34px; row-gap: 36px; }
    .dnq-why-card { grid-template-columns: 58px minmax(0, 1fr); column-gap: 16px; }
    .dnq-why-icon { width: 58px; height: 58px; }
}

@media screen and (max-width: 549px) {
    .dnq-home-why { padding: 35px 12px 45px; }
    .dnq-why-header { margin-bottom: 32px; }
    .dnq-why-header h2 { font-size: 29px; }
    .dnq-why-header > p:last-child { font-size: 16px; }
    .dnq-why-grid { grid-template-columns: 1fr; gap: 30px; }
    .dnq-why-card { padding: 0; }
}

/* ================================================================
   DNQ tour search shortcode
   ================================================================ */
.dnq-tour-search {
    position: relative;
    z-index: 8;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, .82fr) minmax(150px, .88fr);
    width: min(1180px, calc(100% - 24px));
    max-width: 100%;
    min-height: 82px;
    margin: 0 auto;
    padding: 12px 14px;
    align-items: center;
    gap: 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(24, 39, 51, .18);
    box-sizing: border-box;
}
.dnq-tour-search .dnq-search-field {
    position: relative;
    display: flex;
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
    min-height: 54px;
    margin: 0;
    padding: 0 14px;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #edf0f2;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    box-sizing: border-box;
}
.dnq-tour-search .dnq-search-field select {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 54px;
    margin: 0;
    padding: 0 20px 0 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
}
.dnq-tour-search .dnq-search-field select:focus,
.dnq-tour-search .dnq-search-field input:focus { box-shadow: none; outline: 2px solid rgba(54, 187, 207, .32); outline-offset: 2px; }
.dnq-search-icon,
.dnq-tour-search > details summary .dnq-search-icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    color: #39b9d1;
}
.dnq-search-icon svg,
.dnq-tour-search svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.dnq-tour-search details > summary {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 54px;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1.25;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
}
.dnq-tour-search .dnq-search-current {
    display: block;
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dnq-tour-search details > summary::-webkit-details-marker { display: none; }
.dnq-tour-search details > summary::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-right: 2px solid #99a1aa;
    border-bottom: 2px solid #99a1aa;
    transform: rotate(45deg) translateY(-2px);
}
.dnq-tour-search details[open] > summary::after { transform: rotate(225deg) translate(-2px, -1px); }
.dnq-search-popover {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 20;
    width: max(100%, 240px);
    padding: 9px;
    border: 1px solid #e3e7e9;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(30, 44, 55, .18);
    box-sizing: border-box;
}
.dnq-search-duration .dnq-search-popover {
    right: 0;
    left: auto;
}
.dnq-search-option {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 9px 38px 9px 12px;
    align-items: center;
    border: 0;
    border-radius: 7px;
    background: transparent;
    box-shadow: none;
    color: #3e464b;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
    text-transform: none;
}
.dnq-search-option:hover,
.dnq-search-option:focus-visible {
    background: #f1fafc;
    color: #168eaa;
}
.dnq-search-option.is-selected {
    background: #e7f7fa;
    color: #107f9b;
    font-weight: 700;
}
.dnq-search-option.is-selected::after {
    content: '\2713';
    position: absolute;
    top: 50%;
    right: 13px;
    color: #28aec5;
    font-size: 15px;
    transform: translateY(-50%);
}
.dnq-date-popover {
    display: grid;
    width: 310px;
    padding: 18px;
    gap: 12px;
}
.dnq-date-popover label { margin: 0; font-size: 13px; font-weight: 600; }
.dnq-date-popover label span { display: block; margin-bottom: 5px; }
.dnq-date-popover input { width: 100%; height: 42px; margin: 0; border: 1px solid #dce1e4; border-radius: 6px; background: #fff; box-shadow: none; }
.dnq-search-submit {
    display: inline-flex;
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    min-height: 54px;
    margin: 0;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 0;
    border-radius: 999px;
    background: #36b9cb;
    box-shadow: 0 6px 14px rgba(27, 144, 162, .25);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.dnq-search-submit svg { width: 24px; height: 24px; }
.dnq-search-submit:hover,
.dnq-search-submit:focus-visible { background: #239eb2; color: #fff; }

/* Home hero: keep the existing search fields, only widen and overlap the form. */
body.home .dnq-home-hero .text-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
body.home #main .dnq-home-hero .text-inner h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(42px, 3.25vw, 58px) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    letter-spacing: -.025em !important;
    text-shadow: 0 3px 14px rgba(0, 0, 0, .42);
}
body.home #main .dnq-home-hero .text-inner h2:last-of-type { margin-bottom: 4px; }
body.home .dnq-home-hero .is-divider {
    width: 72px;
    height: 3px;
    margin-top: 18px;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, .9);
}
body.home .dnq-home-hero-actions {
    display: flex;
    margin-top: 26px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}
body.home .dnq-home-hero-button {
    display: inline-flex;
    min-width: 190px;
    min-height: 56px;
    margin: 0;
    padding: 13px 30px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 7px;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .18);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
body.home .dnq-home-hero-button-primary {
    border-color: #1ca5d3;
    background: #1ca5d3;
}
body.home .dnq-home-hero-button-secondary {
    border-color: rgba(255, 255, 255, .92);
    background: rgba(18, 47, 61, .28);
}
body.home .dnq-home-hero-button:hover,
body.home .dnq-home-hero-button:focus-visible {
    color: #fff;
    transform: translateY(-2px);
}
body.home .dnq-home-hero-button-primary:hover,
body.home .dnq-home-hero-button-primary:focus-visible {
    border-color: #138eb8;
    background: #138eb8;
}
body.home .dnq-home-hero-button-secondary:hover,
body.home .dnq-home-hero-button-secondary:focus-visible {
    border-color: #fff;
    background: rgba(18, 47, 61, .52);
}
body.home .dnq-home-hero-search {
    position: relative;
    z-index: 20;
    width: min(1320px, calc(100% - 48px));
    max-width: none;
    margin: -41px auto 42px;
}

/* ================================================================
   DNQ tour search results
   ================================================================ */
.dnq-search-results-page { min-height: 60vh; background: #fff; }
.dnq-results-container { width: min(1240px, calc(100% - 36px)); margin-right: auto; margin-left: auto; }
.dnq-results-hero { padding: 46px 0 38px; background: #f5f5f5; text-align: center; }
.dnq-results-hero h1 { margin: 0 0 8px; color: #505050; font-size: clamp(32px, 4vw, 48px); line-height: 1.15; }
.dnq-results-hero p { margin: 0; color: #7b7f82; font-size: 13px; }
.dnq-results-layout {
    display: grid;
    grid-template-columns: 225px minmax(0, 1fr);
    padding-top: 44px;
    padding-bottom: 70px;
    align-items: start;
    gap: 30px;
}
.dnq-results-filter {
    position: sticky;
    top: 92px;
    border: 1px solid #e2e5e7;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(31, 42, 50, .07);
}
.dnq-results-filter form { padding: 23px 18px 20px; }
.dnq-results-filter h2 {
    display: flex;
    margin: 0;
    padding: 0 0 19px;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #e4e7e9;
    color: #454b50;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.dnq-results-filter h2 svg { width: 17px; height: 17px; fill: #7bd3e1; stroke: #7bd3e1; }
.dnq-results-filter fieldset { margin: 0; padding: 20px 0; border: 0; border-bottom: 1px solid #e7eaec; }
.dnq-results-filter legend { width: 100%; margin-bottom: 11px; color: #3f4549; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.dnq-results-filter fieldset > label { display: flex; margin: 0 0 9px; align-items: flex-start; gap: 8px; color: #666e73; font-size: 12px; font-weight: 400; line-height: 1.45; cursor: pointer; }
.dnq-results-filter fieldset > label:last-child { margin-bottom: 0; }
.dnq-results-filter input[type='radio'] { flex: 0 0 auto; width: 13px; height: 13px; margin: 2px 0 0; accent-color: #35b9cc; }
.dnq-results-filter .dnq-filter-dates label { display: block; }
.dnq-filter-dates label span { display: block; margin-bottom: 4px; color: #788086; font-size: 11px; }
.dnq-filter-dates input[type='date'] { width: 100%; height: 36px; margin: 0; padding: 4px 7px; border: 1px solid #d8dde0; background: #fff; box-shadow: none; font-size: 11px; }
.dnq-filter-submit { width: 100%; min-height: 38px; margin: 20px 0 10px; padding: 8px 10px; border: 0; background: #36b9cb; color: #fff; font-size: 12px; letter-spacing: .06em; }
.dnq-filter-submit:hover,
.dnq-filter-submit:focus-visible { background: #239eb2; }
.dnq-filter-clear { display: block; color: #667078; font-size: 11px; text-align: center; text-decoration: underline; }
.dnq-results-toolbar { position: relative; z-index: 3; display: flex; min-height: 46px; margin-bottom: 18px; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid #e3e7e9; }
.dnq-results-toolbar > p { margin: 5px 0 0; color: #657078; font-size: 13px; }
.dnq-sort-menu { position: relative; min-width: 180px; color: #fff; }
.dnq-sort-menu > summary {
    min-height: 34px;
    padding: 8px 30px 8px 13px;
    border: 1px solid #ced3d6;
    border-radius: 3px;
    background: #fff;
    color: #3e4448;
    font-size: 12px;
    line-height: 1.35;
    list-style: none;
    cursor: pointer;
}
.dnq-sort-menu > summary::-webkit-details-marker { display: none; }
.dnq-sort-menu > summary::after { content: ''; position: absolute; top: 13px; right: 13px; width: 7px; height: 7px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); }
.dnq-sort-options { position: absolute; top: calc(100% + 4px); right: 0; z-index: 20; width: 225px; padding: 8px 0; border: 1px solid #727272; border-radius: 8px; background: #333; box-shadow: 0 5px 18px rgba(0, 0, 0, .25); }
.dnq-sort-options a { display: grid; grid-template-columns: 22px 1fr; padding: 8px 14px; color: #fff; font-size: 14px; font-weight: 500; line-height: 1.25; }
.dnq-sort-options a:hover,
.dnq-sort-options a:focus-visible { background: #484848; color: #fff; }
.dnq-sort-options a span { font-size: 16px; line-height: 1; }
.dnq-results-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 22px; }
.dnq-result-card { overflow: hidden; margin: 0; border: 1px solid #e7eaec; border-radius: 14px; background: #fff; box-shadow: 0 6px 17px rgba(28, 40, 49, .07); transition: transform .2s ease, box-shadow .2s ease; }
.dnq-result-card:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(28, 40, 49, .12); }
.dnq-result-image { position: relative; display: block; overflow: hidden; aspect-ratio: 1.48 / 1; background: #edf1f2; }
.dnq-result-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dnq-result-card:hover .dnq-result-image > img { transform: scale(1.035); }
.dnq-result-image-placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #e6edf0, #f8f9f9); }
.dnq-result-duration { position: absolute; top: 10px; right: 10px; display: inline-flex; min-height: 24px; padding: 4px 8px; align-items: center; gap: 4px; border-radius: 999px; background: rgba(49, 185, 205, .92); color: #fff; font-size: 10px; line-height: 1; }
.dnq-result-duration svg { width: 12px; height: 12px; }
.dnq-result-card-body { display: flex; min-height: 235px; padding: 15px 15px 13px; flex-direction: column; }
.dnq-result-card h2 { min-height: 42px; margin: 0 0 9px; font-size: 15px; font-weight: 600; line-height: 1.38; text-transform: uppercase; }
.dnq-result-card h2 a { color: #343a3e; }
.dnq-result-card h2 a:hover { color: #2cabc0; }
.dnq-result-destination { overflow: hidden; margin: 0 0 10px; color: #727a80; font-size: 11px; font-style: italic; line-height: 1.45; white-space: nowrap; text-overflow: ellipsis; }
.dnq-result-excerpt { margin: 0 0 15px; color: #6b7379; font-size: 12px; line-height: 1.55; }
.dnq-result-price { display: flex; margin-top: auto; padding-top: 12px; flex-direction: column; border-top: 1px solid #edf0f1; }
.dnq-result-price > span { color: #a1a7ab; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.dnq-result-price strong { color: #2eb2c7; font-size: 13px; font-weight: 500; }
.dnq-results-empty { padding: 60px 25px; border: 1px solid #e5e8ea; border-radius: 10px; background: #fafbfb; text-align: center; }
.dnq-results-empty h2 { margin: 0 0 10px; font-size: 25px; }
.dnq-results-pagination { display: flex; margin-top: 38px; justify-content: center; gap: 7px; }
.dnq-results-pagination .page-numbers { display: inline-flex; width: 34px; height: 34px; margin: 0 2px; align-items: center; justify-content: center; border: 1px solid #aeb5b9; border-radius: 50%; color: #535b60; font-size: 12px; }
.dnq-results-pagination .page-numbers.current,
.dnq-results-pagination .page-numbers:hover { border-color: #35b9cc; background: #35b9cc; color: #fff; }

@media screen and (max-width: 1049px) {
    .dnq-tour-search { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border-radius: 28px; }
    .dnq-tour-search .dnq-search-field { border-bottom: 1px solid #edf0f2; }
    .dnq-tour-search .dnq-search-dates,
    .dnq-tour-search .dnq-search-field:nth-of-type(3) { border-right: 0; }
    .dnq-search-submit { grid-column: 1 / -1; margin: 10px 0 0; }
    .dnq-results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.home .dnq-home-hero-search {
        width: min(920px, calc(100% - 32px));
        margin-top: -34px;
    }
    body.home #main .dnq-home-hero .text-inner h2 {
        font-size: clamp(36px, 5vw, 46px) !important;
    }
    body.home .dnq-home-hero-button {
        min-width: 165px;
        min-height: 50px;
        padding: 11px 24px;
        font-size: 15px;
    }
}

@media screen and (max-width: 699px) {
    .dnq-tour-search { grid-template-columns: minmax(0, 1fr); width: min(100% - 24px, 520px); padding: 13px; border-radius: 20px; }
    .dnq-tour-search .dnq-search-field { min-height: 52px; padding: 0 10px; border-right: 0; }
    .dnq-tour-search .dnq-search-field select,
    .dnq-tour-search details > summary { height: 52px; min-height: 52px; font-size: 16px; }
    .dnq-search-popover {
        position: static;
        width: 100%;
        margin-bottom: 10px;
        border-color: #edf0f2;
        box-shadow: none;
    }
    .dnq-results-layout { grid-template-columns: 1fr; padding-top: 25px; }
    .dnq-results-filter { position: static; }
    .dnq-results-filter fieldset { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 12px; }
    .dnq-results-filter legend { grid-column: 1 / -1; }
    .dnq-results-grid { grid-template-columns: 1fr; }
    .dnq-results-toolbar { align-items: center; }
    .dnq-result-card-body { min-height: 0; }
    body.home #main .dnq-home-hero .text-inner h2 {
        margin-bottom: 5px;
        font-size: clamp(29px, 8.5vw, 36px) !important;
        line-height: 1.12 !important;
    }
    body.home .dnq-home-hero .is-divider {
        width: 52px;
        margin-top: 10px;
    }
    body.home .dnq-home-hero-actions { margin-top: 16px; gap: 9px; }
    body.home .dnq-home-hero-button {
        min-width: 138px;
        min-height: 44px;
        padding: 10px 18px;
        font-size: 14px;
    }
    body.home .dnq-home-hero-search {
        width: min(520px, calc(100% - 24px));
        margin-top: -24px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 419px) {
    .dnq-results-filter fieldset { grid-template-columns: 1fr; }
    .dnq-results-toolbar { align-items: stretch; flex-direction: column; gap: 10px; }
    .dnq-sort-menu { width: 100%; }
    .dnq-sort-options { right: auto; left: 0; width: 100%; }
}

/* Tour taxonomy archives reuse the search/filter design. */
.dnq-taxonomy-hero {
    position: relative;
    min-height: 260px;
    padding: 42px 0;
    overflow: hidden;
    background: #f3f5f6 center / cover no-repeat;
    color: #3d4448;
}
.dnq-taxonomy-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8, 16, 21, .52);
    opacity: 0;
}
.dnq-taxonomy-hero.has-image {
    min-height: 400px;
    color: #fff;
    background-position: center;
}
.dnq-taxonomy-hero.has-image .dnq-taxonomy-hero-overlay { opacity: 1; }
.dnq-taxonomy-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.dnq-taxonomy-breadcrumb {
    position: static;
    display: flex;
    width: 100%;
    margin: 0 0 28px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}
.dnq-taxonomy-breadcrumb p,
.dnq-taxonomy-breadcrumb #breadcrumb,
.dnq-taxonomy-breadcrumb #breadcrumbs {
    position: static;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: center;
}
.dnq-taxonomy-breadcrumb a { display: inline; color: inherit; line-height: inherit; opacity: .84; }
.dnq-taxonomy-breadcrumb span { line-height: inherit; }
.dnq-taxonomy-eyebrow { margin: 0 0 7px; color: #35b9cc; font-size: 14px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.dnq-taxonomy-hero h1 { width: 100%; max-width: 900px; margin: 0 auto 18px; color: inherit; font-size: clamp(34px, 5vw, 58px); line-height: 1.12; text-align: center; }
.dnq-taxonomy-description { width: 100%; max-width: 920px; margin: 0 auto; font-size: 15px; line-height: 1.7; text-align: center; }
.dnq-taxonomy-description p { margin-right: auto; margin-bottom: 18px; margin-left: auto; text-align: center; }
.dnq-taxonomy-description > :last-child { margin-bottom: 0; }
.dnq-taxonomy-hero.has-image .dnq-taxonomy-description,
.dnq-taxonomy-hero.has-image .dnq-taxonomy-breadcrumb { color: #fff; }
.dnq-taxonomy-hero.has-image .dnq-taxonomy-eyebrow { color: #70d9e8; }
.dnq-taxonomy-hero.has-image h1,
.dnq-taxonomy-hero.has-image .dnq-taxonomy-description,
.dnq-taxonomy-hero.has-image .dnq-taxonomy-description p {
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}
.dnq-taxonomy-guides { padding: 58px 0 30px; border-top: 1px solid #e8ebed; }
.dnq-taxonomy-guides:empty { display: none; }

@media screen and (max-width: 699px) {
    .dnq-taxonomy-hero,
    .dnq-taxonomy-hero.has-image { min-height: 280px; padding: 34px 0; }
    .dnq-taxonomy-breadcrumb { margin-bottom: 24px; }
    .dnq-taxonomy-hero h1 { font-size: 34px; }
    .dnq-taxonomy-guides { padding-top: 38px; }
}

/* ================================================================
   Home: DNQ tour cards
   Scoped to the six .item_tours cards so Travel Guides are unaffected.
   ================================================================ */
body.home .item_tours {
    border: 1px solid #e5e9eb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(28, 43, 52, .09);
    transition: transform .22s ease, box-shadow .22s ease;
}
body.home .item_tours:hover {
    transform: translateY(-4px);
    box-shadow: 0 13px 30px rgba(28, 43, 52, .14);
}
body.home .item_tours .box-blog-post {
    border-radius: inherit;
    background: #fff;
}
body.home .item_tours .box-image {
    border-radius: 13px 13px 0 0;
}
body.home .item_tours .box-image img {
    border-radius: 0;
}

body.home .item_tours .box-tours {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    min-height: 276px;
    padding: 17px 18px 72px;
    background: #fff;
    text-align: left;
}
body.home .item_tours .box-text-inner {
    display: flex;
    width: 100%;
    flex-direction: column;
}
body.home .item_tours .tours-hot-deals-item-destinations {
    display: block;
    overflow: hidden;
    margin: 0 0 10px;
    color: #687278;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body.home .item_tours .tours-hot-deals-item-destinations > i {
    margin-right: 4px;
    color: #1599d2;
}
body.home .item_tours .text_destinations {
    color: inherit;
    font-size: inherit;
    font-weight: 400;
    text-transform: none;
}
body.home .item_tours .post-title {
    display: -webkit-box;
    min-height: 46px;
    margin: 0 0 10px;
    overflow: hidden;
    color: #30383d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.42;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
body.home .item_tours .post-title a { color: inherit; }
body.home .item_tours .post-title a:hover { color: #1599d2; }
body.home .item_tours .is-divider { display: none; }
body.home .item_tours .from_the_blog_excerpt {
    display: -webkit-box;
    min-height: 67px;
    margin: 0;
    overflow: hidden;
    color: #687278;
    font-size: 13px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

body.home .item_tours .tours-hot-deals-item-sales {
    top: 12px;
    left: 12px;
    z-index: 4;
    padding: 5px 9px;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 6px;
    background: #e84c26;
    box-shadow: 0 3px 8px rgba(31, 42, 48, .18);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}
body.home .item_tours .tours-hot-deals-item-feature {
    top: 26px;
    right: 26px;
    z-index: 3;
    padding: 3px 43px;
    background: #e84c26;
    box-shadow: 0 2px 6px rgba(31, 42, 48, .16);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

body.home .item_tours .section-footer-tour {
    position: absolute;
    right: 18px;
    bottom: 15px;
    left: 18px;
    width: auto;
    margin: 0;
    padding: 13px 0 0;
    border-top: 1px solid #e8ecee;
}
body.home .item_tours .justify-content-between {
    display: flex;
    min-height: 32px;
    align-items: flex-end;
    justify-content: space-between !important;
    gap: 10px;
    color: #4c555a;
    font-size: 11px;
    line-height: 1.3;
}
body.home .item_tours .section-footer-tour .fa-comment-dollar {
    margin-right: 3px;
    color: #1599d2;
}
body.home .item_tours .old-price {
    margin: 0 5px 0 2px;
    color: #7d8589;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}
body.home .item_tours .old-price::before { content: '$'; }
body.home .item_tours .price-tour {
    margin: 0;
    color: #1599d2;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}
body.home .item_tours .tours-hot-deals-item-duration {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 29px;
    padding: 6px 9px;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
    background: #e3f6fa;
    color: #087da2;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}
body.home .item_tours .tours-hot-deals-item-duration i { color: #087da2; }
body.home .item_tours a:focus-visible {
    outline: 2px solid #1599d2;
    outline-offset: 3px;
}

.dnq-hot-deals-cta {
    display: flex;
    width: 100%;
    margin: 32px 0 10px;
    justify-content: center;
}

/* Home CTA system: match the orange email pill used in the design. */
body.home #main a.button.secondary:not(.icon),
body.home #main .dnq-hot-deals-button,
.dnq-home-cta {
    display: inline-flex;
    min-width: 220px;
    min-height: 48px;
    padding: 12px 25px !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #e84c26 !important;
    border-radius: 999px !important;
    background: #e84c26 !important;
    box-shadow: 0 5px 14px rgba(232, 76, 38, .2);
    color: #fff !important;
    font-family: "Lato", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: .01em;
    line-height: 1.35 !important;
    text-align: center;
    text-decoration: none;
    text-transform: none !important;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
body.home #main a.button.secondary:not(.icon):hover,
body.home #main a.button.secondary:not(.icon):focus-visible,
body.home #main .dnq-hot-deals-button:hover,
body.home #main .dnq-hot-deals-button:focus-visible,
.dnq-home-cta:hover,
.dnq-home-cta:focus-visible {
    border-color: #cf3f1d !important;
    background: #cf3f1d !important;
    box-shadow: 0 8px 20px rgba(207, 63, 29, .27);
    color: #fff !important;
    transform: translateY(-2px);
}
body.home #main a.button.secondary:not(.icon):focus-visible,
body.home #main .dnq-hot-deals-button:focus-visible,
.dnq-home-cta:focus-visible {
    outline: 3px solid rgba(232, 76, 38, .28);
    outline-offset: 3px;
}
body.home #main a.button.secondary:not(.icon) i,
body.home #main .dnq-hot-deals-button i,
.dnq-home-cta i {
    color: inherit;
    font-size: 17px;
}
body.home #main .dnq-hot-deals-button span {
    font-size: 18px;
    line-height: 1;
    transition: transform .2s ease;
}
body.home #main .dnq-hot-deals-button:hover span { transform: translateX(3px); }

/* UX Builder "Customize You Trip" CTA: override the is-larger preset too. */
#main a.button.secondary.is-larger[href*="/contact-us"] {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 240px !important;
    min-height: 52px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 13px 28px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    border: 1px solid #e84c26 !important;
    border-radius: 999px !important;
    background: #e84c26 !important;
    box-shadow: 0 5px 14px rgba(232, 76, 38, .22) !important;
    color: #fff !important;
    font-family: "Lato", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: .01em !important;
    line-height: 1.25 !important;
    text-align: center !important;
    text-transform: none !important;
}
#main a.button.secondary.is-larger[href*="/contact-us"] > span {
    color: inherit !important;
    font: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    text-transform: none !important;
}
#main a.button.secondary.is-larger[href*="/contact-us"] > i {
    margin: 0 !important;
    color: inherit !important;
    font-size: 18px !important;
}
#main a.button.secondary.is-larger[href*="/contact-us"]:hover,
#main a.button.secondary.is-larger[href*="/contact-us"]:focus-visible {
    border-color: #cf3f1d !important;
    background: #cf3f1d !important;
    box-shadow: 0 8px 20px rgba(207, 63, 29, .28) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

@media screen and (max-width: 549px) {
    #main a.button.secondary.is-larger[href*="/contact-us"] {
        width: min(100%, 280px) !important;
        min-width: 0 !important;
        min-height: 48px !important;
        padding: 12px 22px !important;
        font-size: 15px !important;
    }
}

/* ================================================================
   Home: TourRadar review carousel
   The existing What Our Travellers Say headings remain untouched.
   ================================================================ */
.dnq-home-reviews {
    width: min(1260px, calc(100% - 30px));
    margin: 22px auto 0;
}
/* Cache-safe fallback: this legacy link no longer belongs in the review block. */
.dnq-home-reviews .dnq-reviews-topbar { display: none !important; }
.dnq-reviews-viewport { overflow: hidden; }
.dnq-reviews-track {
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 3px 3px 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.dnq-reviews-track::-webkit-scrollbar { display: none; }
.dnq-review-card {
    position: relative;
    display: flex;
    flex: 0 0 calc((100% - 36px) / 3);
    min-width: 0;
    min-height: 245px;
    padding: 25px 23px 21px;
    flex-direction: column;
    border: 1px solid #e1e6e9;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(28, 43, 52, .07);
    scroll-snap-align: start;
}
.dnq-review-quote-mark {
    height: 23px;
    color: #20abc2;
    font-family: Georgia, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}
.dnq-review-text {
    margin: 5px 0 22px;
    color: #596268;
    font-size: 15px;
    line-height: 1.68;
}
.dnq-review-footer {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 11px;
    margin-top: auto;
    padding-top: 17px;
    align-items: center;
    border-top: 1px solid #edf0f2;
}
.dnq-review-avatar {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e4f6fa;
    color: #087da2;
    font-size: 15px;
    font-weight: 700;
}
.dnq-review-person { display: block; min-width: 0; }
.dnq-review-person strong {
    display: block;
    margin-bottom: 2px;
    color: #343b3f;
    font-size: 14px;
    line-height: 1.3;
}
.dnq-review-person small {
    display: block;
    overflow: hidden;
    color: #7a8388;
    font-size: 11px;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dnq-review-rating {
    color: #f5a623;
    font-size: 15px;
    letter-spacing: 1px;
    white-space: nowrap;
}
.dnq-review-rating:hover { color: #e84c26; }
.dnq-reviews-navigation {
    display: flex;
    min-height: 38px;
    margin-top: 4px;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.dnq-reviews-arrow {
    display: inline-flex;
    width: 34px;
    height: 34px;
    min-height: 0;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5dadd;
    border-radius: 50%;
    background: #fff;
    color: #3d4549;
    font-size: 17px;
    line-height: 1;
}
.dnq-reviews-arrow:hover,
.dnq-reviews-arrow:focus-visible {
    border-color: #1599d2;
    background: #1599d2;
    color: #fff;
}
.dnq-reviews-arrow:disabled { opacity: .35; cursor: default; }
.dnq-reviews-dots { display: flex; align-items: center; gap: 7px; }
.dnq-reviews-dot {
    width: 8px;
    height: 8px;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #b8c0c4;
}
.dnq-reviews-dot.is-active { background: #e84c26; transform: scale(1.2); }

/* Home: expanded TourRadar trusted-partner panel. */
.dnq-tourradar-section {
    padding-top: 48px !important;
    padding-bottom: 58px !important;
    background: linear-gradient(180deg, #fff 0%, #f7fbfd 100%);
}
.dnq-tourradar-section .heading-title {
    margin: 0 0 35px !important;
}
.dnq-tourradar-section .heading-title br { display: none; }
.dnq-tourradar-trust {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, .9fr) minmax(280px, 1.15fr) minmax(190px, .75fr);
    width: min(1260px, calc(100% - 30px));
    min-height: 190px;
    margin: 0 auto;
    padding: 43px 34px 30px;
    align-items: center;
    border: 1px solid #cfe4ee;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(31, 76, 96, .1);
}
.dnq-tourradar-trust-label {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-flex;
    min-height: 39px;
    padding: 8px 18px;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: #e7f5fa;
    color: #087da2;
    font-size: 13px;
    font-weight: 700;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.dnq-tourradar-trust-label svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.dnq-tourradar-brand {
    display: flex;
    min-height: 120px;
    padding: 19px 22px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 11px;
    background: linear-gradient(145deg, #1599d2, #087da2);
    color: #fff;
    text-align: center;
}
.dnq-tourradar-brand > strong {
    display: block;
    width: 100%;
    margin-bottom: 11px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    color: inherit;
    font-size: 19px;
}
.dnq-tourradar-partner {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase;
}
.dnq-tourradar-partner b { color: #67d39d; font-size: 16px; }
.dnq-tourradar-wordmark {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.05;
}
.dnq-tourradar-wordmark sup { margin-left: 2px; font-size: 7px; letter-spacing: 0; }
.dnq-tourradar-rating {
    display: flex;
    min-height: 120px;
    padding: 10px 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #e1e7ea;
    border-left: 1px solid #e1e7ea;
    color: #717a7f;
    font-size: 13px;
    text-align: center;
}
.dnq-tourradar-score {
    color: #333a3e;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1;
}
.dnq-tourradar-score small { color: #92999d; font-size: 20px; font-weight: 500; }
.dnq-tourradar-stars {
    display: block;
    margin: 7px 0 5px;
    color: #e84c26;
    font-size: 21px;
    letter-spacing: 3px;
    line-height: 1;
}
.dnq-tourradar-rating strong { color: #1599d2; }
.dnq-tourradar-action {
    display: flex;
    padding-left: 30px;
    justify-content: center;
}
.dnq-tourradar-action a {
    display: inline-flex;
    min-width: 178px;
    min-height: 48px;
    padding: 12px 24px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    background: #e84c26;
    box-shadow: 0 6px 15px rgba(232, 76, 38, .22);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.dnq-tourradar-action a:hover,
.dnq-tourradar-action a:focus-visible {
    background: #cf3f1d;
    box-shadow: 0 9px 21px rgba(207, 63, 29, .28);
    color: #fff;
    transform: translateY(-2px);
}
.dnq-tourradar-action a:focus-visible {
    outline: 3px solid rgba(232, 76, 38, .25);
    outline-offset: 3px;
}

@media screen and (max-width: 849px) {
    body.home .item_tours .box-tours { min-height: 270px; }
    .dnq-review-card { flex-basis: calc((100% - 18px) / 2); }
    .dnq-tourradar-trust {
        grid-template-columns: 1fr 1.25fr;
        width: calc(100% - 30px);
        padding-top: 48px;
    }
    .dnq-tourradar-action { grid-column: 1 / -1; padding: 25px 0 0; }
}

@media screen and (max-width: 549px) {
    body.home .item_tours .box-tours { min-height: 260px; padding: 15px 15px 68px; }
    body.home .item_tours .post-title { min-height: 0; }
    body.home .item_tours .from_the_blog_excerpt { min-height: 0; }
    body.home .item_tours .section-footer-tour { right: 15px; bottom: 13px; left: 15px; }
    body.home .item_tours .price-tour { font-size: 19px; }
    .dnq-hot-deals-cta { margin-top: 24px; }
    body.home #main a.button.secondary:not(.icon),
    body.home #main .dnq-hot-deals-button,
    .dnq-home-cta {
        width: min(100%, 280px);
        min-width: 0;
    }
    .dnq-home-reviews { width: calc(100% - 24px); margin-top: 16px; }
    .dnq-review-card { flex-basis: 100%; min-height: 260px; padding: 22px 20px 19px; }
    .dnq-review-footer { grid-template-columns: 40px minmax(0, 1fr); }
    .dnq-review-avatar { width: 40px; height: 40px; }
    .dnq-review-rating { grid-column: 2; }
    .dnq-tourradar-section { padding-top: 38px !important; padding-bottom: 48px !important; }
    .dnq-tourradar-section .heading-title { margin-bottom: 30px !important; }
    .dnq-tourradar-trust {
        grid-template-columns: 1fr;
        width: calc(100% - 24px);
        padding: 42px 18px 23px;
    }
    .dnq-tourradar-brand { min-height: 112px; }
    .dnq-tourradar-rating {
        min-height: 0;
        margin-top: 20px;
        padding: 20px 8px 0;
        border: 0;
        border-top: 1px solid #e1e7ea;
    }
    .dnq-tourradar-action { grid-column: auto; padding-top: 22px; }
    .dnq-tourradar-action a { width: min(100%, 250px); }
}

/* ================================================================
   Tour archives/search: card design aligned with Home Hot Deals
   ================================================================ */
.dnq-search-results-page .dnq-results-grid { gap: 28px 22px; }
.dnq-search-results-page .dnq-result-card {
    border-color: #e5e9eb;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(28, 43, 52, .09);
}
.dnq-search-results-page .dnq-result-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 13px 30px rgba(28, 43, 52, .14);
}
.dnq-search-results-page .dnq-result-image {
    aspect-ratio: 16 / 9;
    border-radius: 13px 13px 0 0;
}
.dnq-search-results-page .dnq-result-image > img {
    border-radius: 0;
    object-position: center;
}
.dnq-search-results-page .dnq-result-card-body {
    position: relative;
    min-height: 276px;
    padding: 17px 18px 72px;
}
.dnq-search-results-page .dnq-result-destination {
    margin: 0 0 10px;
    color: #687278;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.45;
}
.dnq-search-results-page .dnq-result-destination > span {
    margin-right: 3px;
    color: #1599d2;
}
.dnq-search-results-page .dnq-result-card h2 {
    display: -webkit-box;
    min-height: 46px;
    margin: 0 0 10px;
    overflow: hidden;
    color: #30383d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.42;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.dnq-search-results-page .dnq-result-excerpt {
    display: -webkit-box;
    min-height: 67px;
    margin: 0;
    overflow: hidden;
    color: #687278;
    font-size: 13px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.dnq-search-results-page .dnq-result-price {
    position: absolute;
    right: 18px;
    bottom: 15px;
    left: 18px;
    display: flex;
    margin: 0;
    padding: 13px 0 0;
    min-height: 45px;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
    border-top: 1px solid #e8ecee;
}
.dnq-search-results-page .dnq-result-price-value {
    display: inline-flex;
    min-width: 0;
    align-items: baseline;
    gap: 5px;
    color: #4c555a;
}
.dnq-search-results-page .dnq-result-price-value small {
    color: #687278;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}
.dnq-search-results-page .dnq-result-price-value strong {
    color: #1599d2;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}
.dnq-search-results-page .dnq-result-duration {
    position: static;
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 29px;
    padding: 6px 9px;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
    background: #e3f6fa;
    color: #087da2;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}
.dnq-search-results-page .dnq-result-duration svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
}

/* Reusable Indochina Travel Guides template part. */
.dnq-taxonomy-guides {
    padding: 64px 0 72px;
    border-top: 1px solid #e8ebed;
    background: #f7f9fa;
}
.dnq-travel-guides-header {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}
.dnq-travel-guides-eyebrow {
    margin: 0 0 7px;
    color: #e84c26;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.dnq-travel-guides-header h2 {
    margin: 0 0 9px;
    color: #363d41;
    font-size: 32px;
    line-height: 1.25;
}
.dnq-travel-guides-header > p:last-child {
    margin: 0;
    color: #6c757b;
    font-size: 15px;
    line-height: 1.65;
}
.dnq-travel-guides-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.dnq-travel-guide-card {
    overflow: hidden;
    margin: 0;
    border: 1px solid #e3e8ea;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(28, 43, 52, .07);
    transition: transform .22s ease, box-shadow .22s ease;
}
.dnq-travel-guide-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 13px 28px rgba(28, 43, 52, .13);
}
.dnq-travel-guide-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #e9eef0;
}
.dnq-travel-guide-image img,
.dnq-travel-guide-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    object-fit: cover;
    transition: transform .4s ease;
}
.dnq-travel-guide-placeholder { background: linear-gradient(135deg, #dfeaec, #f5f7f8); }
.dnq-travel-guide-card:hover .dnq-travel-guide-image img { transform: scale(1.04); }
.dnq-travel-guide-body { padding: 18px 19px 20px; }
.dnq-travel-guide-category {
    margin: 0 0 7px;
    color: #1599d2;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.dnq-travel-guide-card h3 {
    display: -webkit-box;
    min-height: 48px;
    margin: 0 0 9px;
    overflow: hidden;
    color: #343b3f;
    font-size: 17px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.dnq-travel-guide-card h3 a { color: inherit; }
.dnq-travel-guide-excerpt {
    display: -webkit-box;
    min-height: 63px;
    margin: 0 0 14px;
    overflow: hidden;
    color: #6a747a;
    font-size: 13px;
    line-height: 1.62;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.dnq-travel-guide-link {
    color: #1599d2;
    font-size: 13px;
    font-weight: 700;
}
.dnq-travel-guide-link:hover { color: #e84c26; }

@media screen and (max-width: 849px) {
    .dnq-travel-guides-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media screen and (max-width: 549px) {
    .dnq-search-results-page .dnq-result-card-body { min-height: 260px; padding: 15px 15px 68px; }
    .dnq-search-results-page .dnq-result-price { right: 15px; bottom: 13px; left: 15px; }
    .dnq-search-results-page .dnq-result-price-value strong { font-size: 19px; }
    .dnq-taxonomy-guides { padding: 45px 0 52px; }
    .dnq-travel-guides-header { margin-bottom: 25px; }
    .dnq-travel-guides-header h2 { font-size: 27px; }
    .dnq-travel-guides-grid { grid-template-columns: 1fr; }
}

/* ================================================================
   Home: consistent heading typography
   Keep each section's existing color while normalising the legacy
   UX Builder, Qode and Elementor heading styles to the DNQ system.
   ================================================================ */
body.home #main h1,
body.home #main h2,
body.home #main h3 {
    font-family: "Lato", sans-serif !important;
    font-style: normal !important;
    letter-spacing: -.022em !important;
    text-transform: none !important;
    text-wrap: balance;
}

body.home #main h1 {
    font-size: clamp(38px, 4.4vw, 56px) !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
}

body.home #main h2 {
    font-size: clamp(29px, 3vw, 38px) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

body.home #main h3 {
    font-size: clamp(19px, 1.65vw, 23px) !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
}

/* Remove nested inline font styling left by older page builders. */
body.home #main h1 > span,
body.home #main h2 > span,
body.home #main h3 > span,
body.home #main h1 strong,
body.home #main h2 strong,
body.home #main h3 strong,
body.home #main h1 em,
body.home #main h2 em,
body.home #main h3 em {
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    text-transform: inherit !important;
}

/* Card headings need the same typeface, but a compact component scale. */
body.home #main .dnq-destination-card h3,
body.home #main .dnq-why-card h3 {
    font-size: 21px !important;
    line-height: 1.35 !important;
}

@media screen and (max-width: 549px) {
    body.home #main h1 { font-size: 36px !important; }
    body.home #main h2 { font-size: 28px !important; }
    body.home #main h3 { font-size: 19px !important; }
    body.home #main .dnq-destination-card h3,
    body.home #main .dnq-why-card h3 { font-size: 18px !important; }
}

/* ================================================================
   Shared tour-card presentation
   Search results and every Tours taxonomy use the same visual system
   as the Home Hot Deals cards, independently of Flatsome defaults.
   ================================================================ */
.dnq-search-results-page .dnq-results-grid {
    align-items: stretch;
    gap: 28px 22px;
}
.dnq-search-results-page .dnq-tour-card {
    position: relative;
    display: flex;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #e5e9eb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(28, 43, 52, .09);
    transition: transform .22s ease, box-shadow .22s ease;
}
.dnq-search-results-page .dnq-tour-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 13px 30px rgba(28, 43, 52, .14);
}
.dnq-search-results-page .dnq-tour-card .dnq-result-image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 13px 13px 0 0;
    background: #e9eef0;
}
.dnq-search-results-page .dnq-tour-card .dnq-result-image > img,
.dnq-search-results-page .dnq-tour-card .dnq-result-image-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    object-fit: cover;
}
.dnq-search-results-page .dnq-tour-card .dnq-result-image > img {
    transition: transform .4s ease;
}
.dnq-search-results-page .dnq-tour-card:hover .dnq-result-image > img { transform: scale(1.035); }
.dnq-result-sale {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
    padding: 5px 9px;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 6px;
    background: #e84c26;
    box-shadow: 0 3px 8px rgba(31, 42, 48, .18);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
.dnq-result-featured {
    position: absolute;
    z-index: 3;
    top: 25px;
    right: -42px;
    width: 150px;
    padding: 4px 10px;
    background: #e84c26;
    box-shadow: 0 2px 6px rgba(31, 42, 48, .16);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    transform: rotate(45deg);
}
.dnq-search-results-page .dnq-tour-card .dnq-result-card-body {
    position: relative;
    display: flex;
    min-height: 276px;
    padding: 17px 18px 72px;
    flex: 1 1 auto;
    flex-direction: column;
    background: #fff;
    text-align: left;
}
.dnq-search-results-page .dnq-tour-card .dnq-result-destination {
    display: block;
    overflow: hidden;
    margin: 0 0 10px;
    color: #687278;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.45;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dnq-search-results-page .dnq-tour-card .dnq-result-destination > span {
    margin-right: 3px;
    color: #1599d2;
}
.dnq-search-results-page .dnq-tour-card h2 {
    display: -webkit-box;
    min-height: 46px;
    margin: 0 0 10px;
    overflow: hidden;
    color: #30383d;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.42;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.dnq-search-results-page .dnq-tour-card h2 a { color: inherit; }
.dnq-search-results-page .dnq-tour-card h2 a:hover { color: #1599d2; }
.dnq-search-results-page .dnq-tour-card .dnq-result-excerpt {
    display: -webkit-box;
    min-height: 67px;
    margin: 0;
    overflow: hidden;
    color: #687278;
    font-size: 13px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.dnq-search-results-page .dnq-tour-card .dnq-result-price {
    position: absolute;
    right: 18px;
    bottom: 15px;
    left: 18px;
    display: flex;
    min-height: 45px;
    margin: 0;
    padding: 13px 0 0;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
    border-top: 1px solid #e8ecee;
}
.dnq-search-results-page .dnq-tour-card .dnq-result-price-value {
    display: inline-flex;
    min-width: 0;
    align-items: baseline;
    gap: 5px;
    color: #4c555a;
    letter-spacing: 0;
    text-transform: none;
}
.dnq-search-results-page .dnq-tour-card .dnq-result-price-value small {
    color: #687278;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: lowercase;
}
.dnq-search-results-page .dnq-tour-card .dnq-result-price-value del {
    color: #7d8589;
    font-size: 12px;
    font-weight: 400;
}
.dnq-search-results-page .dnq-tour-card .dnq-result-price-value strong {
    color: #1599d2;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}
.dnq-search-results-page .dnq-tour-card .dnq-result-duration {
    position: static;
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 29px;
    padding: 6px 9px;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
    background: #e3f6fa;
    color: #087da2;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: none;
    white-space: nowrap;
}
.dnq-search-results-page .dnq-tour-card .dnq-result-duration svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
}

@media screen and (max-width: 549px) {
    .dnq-search-results-page .dnq-tour-card .dnq-result-card-body {
        min-height: 260px;
        padding: 15px 15px 68px;
    }
    .dnq-search-results-page .dnq-tour-card .dnq-result-price {
        right: 15px;
        bottom: 13px;
        left: 15px;
    }
    .dnq-search-results-page .dnq-tour-card .dnq-result-price-value strong { font-size: 19px; }
}

/* Single-tour related carousel uses the same card language. */
.dnq-related-tours .dnq-tour-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e9eb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(28, 43, 52, .09);
    transition: transform .22s ease, box-shadow .22s ease;
}
.dnq-related-tours .dnq-tour-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 13px 30px rgba(28, 43, 52, .14);
}
.dnq-related-tours .dnq-tour-card .tours-hot-deals-item-image { position: relative; overflow: hidden; }
.dnq-related-tours .dnq-tour-card .tours-hot-deals-item-image img { transition: transform .4s ease; }
.dnq-related-tours .dnq-tour-card:hover .tours-hot-deals-item-image img { transform: scale(1.035); }
.dnq-related-tours .dnq-tour-card .box-content-related {
    position: relative;
    min-height: 276px;
    padding: 17px 18px 72px;
}
.dnq-related-tours .dnq-tour-card .tours-hot-deals-item-destinations {
    overflow: hidden;
    margin-bottom: 10px;
    color: #687278;
    font-size: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dnq-related-tours .dnq-tour-card .tours-hot-deals-item-title {
    display: -webkit-box;
    min-height: 46px;
    margin: 0 0 10px;
    overflow: hidden;
    color: #30383d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.dnq-related-tours .dnq-tour-card .tours-hot-deals-item-title a { color: inherit; }
.dnq-related-tours .dnq-tour-card .tours-hot-deals-item-excerpt {
    display: -webkit-box;
    min-height: 67px;
    overflow: hidden;
    color: #687278;
    font-size: 13px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.dnq-related-tours .dnq-tour-card .section-footer-tour {
    position: absolute;
    right: 18px;
    bottom: 15px;
    left: 18px;
    width: auto;
    margin: 0;
    padding-top: 13px;
    border-top: 1px solid #e8ecee;
}

/* Single tour: soften the enquiry form without affecting other Forminator forms. */
.dnq-single-tour .sidebar_form .forminator-ui .forminator-input,
.dnq-single-tour .sidebar_form .forminator-ui .forminator-textarea,
.dnq-single-tour .sidebar_form .forminator-ui .forminator-select2 + .forminator-select .selection .select2-selection,
.dnq-single-tour .sidebar_form .forminator-ui .select2-container .select2-selection--single,
.dnq-single-tour .sidebar_form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
.dnq-single-tour .sidebar_form select,
.dnq-single-tour .sidebar_form textarea {
    border: 1px solid #e1e6e9 !important;
    border-radius: 12px !important;
    background-color: #f5f6f7 !important;
    box-shadow: inset 0 1px 2px rgba(28, 43, 52, .025) !important;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease !important;
}

.dnq-single-tour .sidebar_form .forminator-ui .forminator-input,
.dnq-single-tour .sidebar_form .forminator-ui .forminator-select2 + .forminator-select .selection .select2-selection,
.dnq-single-tour .sidebar_form .forminator-ui .select2-container .select2-selection--single,
.dnq-single-tour .sidebar_form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
.dnq-single-tour .sidebar_form select {
    min-height: 52px;
}

.dnq-single-tour .sidebar_form .forminator-ui .forminator-input:focus,
.dnq-single-tour .sidebar_form .forminator-ui .forminator-textarea:focus,
.dnq-single-tour .sidebar_form .forminator-ui .select2-container--focus .select2-selection--single,
.dnq-single-tour .sidebar_form .forminator-ui .select2-container--open .select2-selection--single,
.dnq-single-tour .sidebar_form input:focus,
.dnq-single-tour .sidebar_form select:focus,
.dnq-single-tour .sidebar_form textarea:focus {
    border-color: #1599d2 !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 3px rgba(21, 153, 210, .13) !important;
    outline: 0 !important;
}

.dnq-single-tour .sidebar_form .iti,
.dnq-single-tour .sidebar_form .forminator-field--phone {
    width: 100%;
    border-radius: 12px;
}

.dnq-single-tour .sidebar_form .iti__flag-container,
.dnq-single-tour .sidebar_form .iti__selected-flag {
    border-radius: 12px 0 0 12px;
}

.dnq-single-tour .sidebar_form .forminator-ui .forminator-button-submit,
.dnq-single-tour .sidebar_form button[type="submit"],
.dnq-single-tour .sidebar_form input[type="submit"] {
    min-height: 48px;
    padding: 0 30px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #1599d2 !important;
    box-shadow: 0 7px 17px rgba(21, 153, 210, .22) !important;
    font-weight: 700 !important;
    letter-spacing: .02em;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease !important;
}

.dnq-single-tour .sidebar_form .forminator-ui .forminator-button-submit:hover,
.dnq-single-tour .sidebar_form .forminator-ui .forminator-button-submit:focus-visible,
.dnq-single-tour .sidebar_form button[type="submit"]:hover,
.dnq-single-tour .sidebar_form button[type="submit"]:focus-visible,
.dnq-single-tour .sidebar_form input[type="submit"]:hover,
.dnq-single-tour .sidebar_form input[type="submit"]:focus-visible {
    background: #087da2 !important;
    box-shadow: 0 9px 21px rgba(21, 153, 210, .29) !important;
    transform: translateY(-1px);
}

/* Native DNQ booking form. */
.dnq-booking-form-wrap { color: #4c555a; }
.dnq-booking-tour-title {
    margin: 0 4px 12px;
    color: #30383d;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.32;
}
.dnq-booking-price {
    display: flex;
    min-height: 52px;
    margin: 0 4px 24px;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 6px;
    color: #454e53;
    font-size: 17px;
    white-space: nowrap;
}
.dnq-booking-price i { font-size: 15px; }
.dnq-booking-price del { color: #ef4a24; font-size: 19px; }
.dnq-booking-price strong { color: #1599d2; font-size: 38px; font-weight: 500; line-height: 1; }
.dnq-booking-form-title { margin: 0 4px 20px; color: #30383d; font-size: 20px; }
.dnq-booking-field { margin: 0 4px 21px; }
.dnq-booking-field label {
    display: block;
    margin-bottom: 6px;
    color: #68706f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}
.dnq-booking-field label span { color: #ed4a52; }
.dnq-booking-field input,
.dnq-booking-field select,
.dnq-booking-field textarea {
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #e1e6e9;
    border-radius: 12px;
    background: #f3f5f6;
    color: #30383d;
    box-shadow: inset 0 1px 2px rgba(28, 43, 52, .025);
    font-size: 16px;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.dnq-booking-field input,
.dnq-booking-field select { min-height: 52px; padding: 10px 13px; }
.dnq-booking-field textarea { min-height: 160px; padding: 13px; resize: vertical; }
.dnq-booking-field input::placeholder,
.dnq-booking-field textarea::placeholder { color: #90979b; opacity: 1; }
.dnq-booking-field input:focus,
.dnq-booking-field select:focus,
.dnq-booking-field textarea:focus {
    border-color: #1599d2;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(21, 153, 210, .13);
    outline: 0;
}
.dnq-booking-character-count { margin-top: 5px; color: #747d81; font-size: 12px; text-align: right; }
.dnq-booking-submit { padding: 3px 4px 8px; text-align: center; }
.dnq-booking-submit button {
    min-height: 48px;
    margin: 0;
    padding: 0 30px;
    border: 0;
    border-radius: 999px;
    background: #1599d2;
    color: #fff;
    box-shadow: 0 7px 17px rgba(21, 153, 210, .22);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.dnq-booking-submit button:hover,
.dnq-booking-submit button:focus-visible {
    background: #087da2;
    color: #fff;
    box-shadow: 0 9px 21px rgba(21, 153, 210, .29);
    outline: 0;
    transform: translateY(-1px);
}
.dnq-booking-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.dnq-booking-notice { margin: 0 4px 20px; padding: 12px 14px; border-radius: 10px; font-size: 13px; line-height: 1.55; }
.dnq-booking-notice--success { border: 1px solid #bce5ce; background: #eaf8f0; color: #176b3a; }
.dnq-booking-notice--error { border: 1px solid #f0c3c3; background: #fff0f0; color: #982c2c; }

/* Contact page: arrange the native booking form like the former contact form. */
.dnq-booking-form-wrap--contact {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
}
.dnq-booking-form-wrap--contact .dnq-booking-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
}
.dnq-booking-form-wrap--contact .dnq-booking-field { min-width: 0; margin: 0; }
.dnq-booking-form-wrap--contact .dnq-booking-field--hotels,
.dnq-booking-form-wrap--contact .dnq-booking-field--notes,
.dnq-booking-form-wrap--contact .dnq-booking-submit,
.dnq-booking-form-wrap--contact .dnq-booking-honeypot { grid-column: 1 / -1; }
.dnq-booking-form-wrap--contact .dnq-booking-field input,
.dnq-booking-form-wrap--contact .dnq-booking-field select { min-height: 56px; }
.dnq-booking-form-wrap--contact .dnq-booking-field textarea { min-height: 150px; }
.dnq-booking-form-wrap--contact .dnq-booking-submit { padding-top: 7px; }

@media screen and (max-width: 699px) {
    .dnq-booking-form-wrap--contact .dnq-booking-form {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }
    .dnq-booking-form-wrap--contact .dnq-booking-field,
    .dnq-booking-form-wrap--contact .dnq-booking-submit { grid-column: 1; }
}

/* Mobile tour enquiry: show the native booking form in an accessible modal. */
.dnq-booking-modal {
    width: min(94vw, 560px);
    max-width: 560px;
    max-height: min(92dvh, 900px);
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: 22px;
    background: #fff;
    color: #30383d;
    box-shadow: 0 24px 70px rgba(18, 41, 53, .28);
    overflow: hidden;
}
.dnq-booking-modal::backdrop { background: rgba(17, 35, 44, .62); backdrop-filter: blur(3px); }
.dnq-booking-modal-shell { position: relative; max-height: min(92dvh, 900px); padding: 30px 18px 24px; overflow-y: auto; overscroll-behavior: contain; }
.dnq-booking-modal-content .sidebar_form { display: block !important; margin: 0; padding: 0; border: 0; box-shadow: none; }
.dnq-booking-modal-close {
    position: sticky;
    z-index: 3;
    top: 0;
    display: flex;
    width: 40px;
    height: 40px;
    margin: -18px -7px -20px auto;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #30383d;
    box-shadow: 0 3px 14px rgba(24, 45, 57, .16);
    font-size: 18px;
}
.dnq-booking-modal-close:hover,
.dnq-booking-modal-close:focus-visible { background: #ef4a24; color: #fff; outline: 0; }
body.dnq-booking-modal-open { overflow: hidden; }

@media screen and (min-width: 850px) {
    .dnq-booking-modal {
        width: min(92vw, 1040px);
        max-width: 1040px;
        max-height: min(90dvh, 860px);
        border-radius: 24px;
    }

    .dnq-booking-modal-shell {
        max-height: min(90dvh, 860px);
        padding: 34px 34px 28px;
    }

    .dnq-booking-modal .dnq-booking-form-wrap {
        padding-top: 0;
    }

    .dnq-booking-modal .dnq-booking-tour-title {
        max-width: 780px;
        margin: 2px auto 8px;
        padding: 0 64px;
        color: #303a40;
        font-size: clamp(24px, 2.1vw, 34px);
        line-height: 1.22;
        text-align: center;
    }

    .dnq-booking-modal .dnq-booking-price,
    .dnq-booking-modal .dnq-booking-form-title,
    .dnq-booking-modal .dnq-booking-notice {
        margin-left: 0;
        margin-right: 0;
    }

    .dnq-booking-modal .dnq-booking-price {
        justify-content: center;
        min-height: 0;
        margin-bottom: 28px;
        text-align: center;
    }

    .dnq-booking-modal .dnq-booking-form {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 24px;
        align-items: start;
    }

    .dnq-booking-modal .dnq-booking-field {
        min-width: 0;
        margin: 0;
    }

    .dnq-booking-modal .dnq-booking-field label {
        margin-bottom: 8px;
        color: #4a565c;
        font-weight: 600;
    }

    .dnq-booking-modal .dnq-booking-field--notes,
    .dnq-booking-modal .dnq-booking-field--hotels,
    .dnq-booking-modal .dnq-booking-submit,
    .dnq-booking-modal .dnq-booking-honeypot {
        grid-column: 1 / -1;
    }

    .dnq-booking-modal .dnq-booking-field input,
    .dnq-booking-modal .dnq-booking-field select {
        min-height: 56px;
        border: 1px solid #dce5e8 !important;
        border-radius: 14px !important;
        background: #f7f9fa !important;
        box-shadow: none !important;
    }

    .dnq-booking-modal .dnq-booking-field textarea {
        min-height: 150px;
        border: 1px solid #dce5e8 !important;
        border-radius: 14px !important;
        background: #f7f9fa !important;
        box-shadow: none !important;
    }

    .dnq-booking-modal .dnq-booking-field input:focus,
    .dnq-booking-modal .dnq-booking-field select:focus,
    .dnq-booking-modal .dnq-booking-field textarea:focus {
        border-color: #32b9cb !important;
        background: #fff !important;
        box-shadow: 0 0 0 4px rgba(50, 185, 203, .12) !important;
    }

    .dnq-booking-modal .dnq-booking-submit {
        padding-top: 7px;
        text-align: center;
    }

}

@media screen and (min-width: 850px) and (max-width: 1040px) {
    .dnq-booking-modal { width: min(94vw, 900px); }
}

@media screen and (max-width: 849px) {
    .footer-fixed .dnq-mobile-booking-trigger { display: block; width: 100%; min-height: 44px; }
    .dnq-booking-modal .dnq-booking-tour-title {
        margin: 10px 44px 8px 0;
        font-size: 20px;
        line-height: 1.32;
        text-align: center;
    }
    .dnq-booking-modal .dnq-booking-price {
        justify-content: center;
        min-height: 0;
        margin-bottom: 22px;
        text-align: center;
    }
    .dnq-booking-modal .dnq-booking-form-wrap { padding-top: 8px; }
}

.dnq-booking-modal .dnq-booking-submit button {
    min-height: 48px;
    padding: 0 30px;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--dnq-page-orange) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(239, 75, 37, .22) !important;
    font-weight: 700;
    letter-spacing: .01em;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.dnq-booking-modal .dnq-booking-submit button:hover,
.dnq-booking-modal .dnq-booking-submit button:focus-visible {
    background: #d93e1b !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(239, 75, 37, .3) !important;
    outline: 0;
    transform: translateY(-2px);
}

/* Desktop Contact dropdown: attach it to the header edge and keep it open
 * while the pointer crosses from the menu link into the dropdown. */
@media screen and (min-width: 850px) {
    .header-nav-main > .dnq-contact-dropdown-parent { position: static; }
    .nav-dropdown-has-arrow .header-nav-main > .dnq-contact-dropdown-parent::before,
    .nav-dropdown-has-arrow .header-nav-main > .dnq-contact-dropdown-parent::after,
    .nav-dropdown-has-arrow .header-nav-main > .dnq-search-dropdown-parent::before,
    .nav-dropdown-has-arrow .header-nav-main > .dnq-search-dropdown-parent::after {
        display: none !important;
    }
    .header-nav-main > .dnq-contact-dropdown-parent > .nav-dropdown {
        position: fixed !important;
        z-index: 9999;
        top: var(--dnq-contact-dropdown-top, 120px) !important;
        left: var(--dnq-contact-dropdown-left, auto) !important;
        display: block !important;
        width: var(--dnq-contact-dropdown-width, 320px) !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 22px 28px !important;
        border: 1px solid #dfe5e8 !important;
        border-radius: 0 0 13px 13px;
        background: #fff;
        box-shadow: 0 18px 40px rgba(20, 47, 60, .17);
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none;
        transform: translateY(8px);
        transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    }
    .header-nav-main > .dnq-contact-dropdown-parent.dnq-contact-dropdown-open > .nav-dropdown,
    .header-nav-main > .dnq-contact-dropdown-parent:focus-within > .nav-dropdown {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
        transform: translateY(0);
    }
    .header-nav-main > .dnq-contact-dropdown-parent > .nav-dropdown::before,
    .header-nav-main > .dnq-contact-dropdown-parent > .nav-dropdown::after { display: none !important; }
    .header-nav-main > .dnq-contact-dropdown-parent > .nav-dropdown > li {
        display: block;
        width: 100%;
        margin: 0;
        border: 0;
    }
    .header-nav-main > .dnq-contact-dropdown-parent > .nav-dropdown > li > a {
        display: block;
        width: 100%;
        padding: 12px 0;
        border-bottom: 1px solid #e9edef;
        color: #5e686e;
        font-size: 15px;
        line-height: 1.35;
        text-transform: none;
    }
    .header-nav-main > .dnq-contact-dropdown-parent > .nav-dropdown > li:last-child > a { border-bottom: 0; }
    .header-nav-main > .dnq-contact-dropdown-parent > .nav-dropdown > li > a:hover,
    .header-nav-main > .dnq-contact-dropdown-parent > .nav-dropdown > li > a:focus-visible {
        padding-left: 8px;
        color: #1599d2;
    }
}

/* Desktop header Search dropdown: share the stable header-edge positioning
 * and hover bridge used by the Contact and destination menus. */
@media screen and (min-width: 850px) {
    .header-nav-main > .dnq-search-dropdown-parent { position: static; }
    .dnq-search-hover-bridge {
        position: fixed;
        z-index: 9998;
        top: var(--dnq-search-bridge-top, 100px);
        left: var(--dnq-search-bridge-left, 16px);
        display: none;
        width: var(--dnq-search-bridge-width, calc(100vw - 32px));
        height: var(--dnq-search-bridge-height, 20px);
        background: transparent;
        pointer-events: auto;
    }
    .dnq-search-dropdown-parent.dnq-search-dropdown-open > .dnq-search-hover-bridge { display: block; }
    .header-nav-main > .dnq-search-dropdown-parent > .nav-dropdown {
        position: fixed !important;
        z-index: 9999;
        top: var(--dnq-search-dropdown-top, 120px) !important;
        left: var(--dnq-search-dropdown-left, auto) !important;
        display: block !important;
        width: var(--dnq-search-dropdown-width, calc(100vw - 32px)) !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 25px 28px !important;
        overflow: hidden;
        border: 1px solid #dfe5e8 !important;
        border-radius: 0 0 13px 13px;
        background: #fff;
        box-shadow: 0 18px 40px rgba(20, 47, 60, .17);
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none;
        transform: translate3d(0, -6px, 0) scale(.985);
        transform-origin: top center;
        will-change: opacity, transform;
        transition: opacity .16s ease, transform .16s ease !important;
    }
    .header-nav-main > .dnq-search-dropdown-parent.dnq-search-dropdown-open > .nav-dropdown {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
        transform: translate3d(0, 0, 0) scale(1);
    }
    .header-nav-main > .dnq-search-dropdown-parent > .nav-dropdown::before,
    .header-nav-main > .dnq-search-dropdown-parent > .nav-dropdown::after { display: none !important; }
    .header-nav-main > .dnq-search-dropdown-parent > .nav-dropdown > li {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        transition: none !important;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
    }
    .dnq-search-dropdown-parent .header-search-form-wrapper,
    .dnq-search-dropdown-parent .searchform-wrapper,
    .dnq-search-dropdown-parent .searchform,
    .dnq-search-dropdown-parent form {
        display: block !important;
        width: 100%;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        transition: none !important;
    }
    .dnq-search-dropdown-parent:not(.dnq-search-dropdown-open) > .nav-dropdown * {
        pointer-events: none !important;
    }
    .dnq-search-dropdown-parent .search-field {
        min-height: 48px;
        padding-right: 54px;
        padding-left: 19px;
        border: 1px solid #dce3e6 !important;
        border-radius: 999px !important;
        background: #f8fafb !important;
        box-shadow: none !important;
    }
    .dnq-search-dropdown-parent .ux-search-submit {
        width: 48px;
        min-height: 48px;
        margin: 0;
        border-radius: 50% !important;
        background: transparent !important;
        color: #5e686e !important;
    }
    .dnq-search-dropdown-parent .search-field:focus {
        border-color: #32b5cc !important;
        background: #fff !important;
        box-shadow: 0 0 0 3px rgba(50, 181, 204, .12) !important;
    }
}

/* Final responsive containment for legacy UX Builder/content markup. */
body.dnq-contact-page,
body.dnq-blog-post {
    overflow-x: hidden;
}
.dnq-blog-article,
.dnq-blog-entry-content,
.dnq-blog-entry-content > * {
    min-width: 0;
    max-width: 100%;
}
.dnq-blog-entry-content p,
.dnq-blog-entry-content li,
.dnq-blog-entry-content a {
    overflow-wrap: anywhere;
}
.dnq-blog-entry-content {
    text-align: left !important;
}

@media screen and (max-width: 549px) {
    body.dnq-contact-page #content > .section:first-child .row,
    body.dnq-contact-page #content > .section:nth-child(2) > .section-content > .row,
    body.dnq-contact-page #content > .section:nth-child(2) .row-inner {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    body.dnq-contact-page #content > .section:first-child h1 {
        font-size: clamp(40px, 14vw, 54px) !important;
        white-space: normal;
    }
    body.dnq-contact-page #content > .section:nth-child(2) .row-inner > .col {
        min-width: 0;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    body.dnq-contact-page .dnq-booking-form-title {
        overflow-wrap: anywhere;
        letter-spacing: .04em;
    }
    .dnq-blog-entry-content .row,
    .dnq-blog-entry-content .row-collapse,
    .dnq-blog-entry-content .meta-related,
    .dnq-blog-entry-content table {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .dnq-blog-entry-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.dnq-contact-page #main,
    body.dnq-contact-page #content,
    body.dnq-contact-page #content > .section,
    body.dnq-blog-post #main.dnq-blog-single {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }
    body.dnq-contact-page #content > .section:first-child .row,
    body.dnq-contact-page #content > .section:nth-child(2) > .section-content > .row {
        width: calc(100% - 24px) !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    body.dnq-contact-page #content > .section:first-child .col,
    body.dnq-contact-page #content > .section:first-child .col-inner,
    body.dnq-contact-page #content > .section:first-child p,
    body.dnq-contact-page #content > .section:nth-child(2) .col-inner,
    body.dnq-contact-page .dnq-booking-form-wrap--contact,
    body.dnq-contact-page .dnq-booking-form,
    body.dnq-contact-page .dnq-booking-field,
    body.dnq-contact-page .dnq-booking-field input,
    body.dnq-contact-page .dnq-booking-field select,
    body.dnq-contact-page .dnq-booking-field textarea {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }
    body.dnq-contact-page #content > .section:first-child p,
    body.dnq-contact-page #content > .section:nth-child(2) p {
        overflow-wrap: anywhere;
        white-space: normal;
    }
    body.dnq-contact-page #content > .section:nth-child(2) .button {
        display: inline-flex;
        width: min(100%, 310px) !important;
        max-width: 100% !important;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        white-space: normal;
    }
    .dnq-blog-layout {
        display: block;
        width: 100%;
        max-width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        box-sizing: border-box;
    }
    .dnq-blog-article {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }
    .dnq-blog-entry-content,
    .dnq-blog-entry-content p,
    .dnq-blog-entry-content ul,
    .dnq-blog-entry-content ol,
    .dnq-blog-entry-content li {
        width: auto !important;
        min-width: 0 !important;
        max-width: 100% !important;
        white-space: normal !important;
    }
    .dnq-blog-entry-content img {
        display: block;
        width: auto;
        max-width: 100%;
    }
    body.dnq-contact-page #content > .section:nth-child(2) {
        padding-top: 26px !important;
    }
    body.dnq-contact-page #content > .section:nth-child(2) > .section-content > .row > .col {
        margin-top: 0 !important;
    }
    body.dnq-contact-page #content > .section:nth-child(2) > .section-content > .row > .col > .col-inner {
        margin-top: 0 !important;
    }
    body.dnq-contact-page #content > .section:nth-child(2) .row-inner > .col > .col-inner {
        width: calc(100vw - 54px) !important;
        min-width: 0 !important;
        max-width: calc(100vw - 54px) !important;
        margin-right: auto !important;
        margin-left: auto !important;
        box-sizing: border-box;
    }
    body.dnq-contact-page #content > .section:nth-child(2) .row-inner > .col:first-child {
        padding-top: 0 !important;
    }
    body.dnq-contact-page #content > .section:nth-child(2) .button {
        width: calc(100vw - 104px) !important;
        max-width: 286px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .dnq-blog-breadcrumb #breadcrumb {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .dnq-blog-article {
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
    }
    .dnq-blog-entry-content {
        width: calc(100vw - 64px) !important;
        max-width: calc(100vw - 64px) !important;
    }
}

/* Keep tour prices readable on one line in the single-tour sidebar and booking modal. */
.dnq-single-tour .dnq-tour-sidebar-price,
.dnq-booking-modal .dnq-booking-price,
.dnq-booking-form-wrap .dnq-booking-price {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    white-space: nowrap !important;
}
.dnq-single-tour .dnq-tour-sidebar-price strong,
.dnq-booking-modal .dnq-booking-price strong,
.dnq-booking-form-wrap .dnq-booking-price strong {
    font-size: clamp(32px, 2.1vw, 38px) !important;
    line-height: 1 !important;
}
.dnq-single-tour .dnq-tour-sidebar-price del,
.dnq-booking-modal .dnq-booking-price del,
.dnq-booking-form-wrap .dnq-booking-price del {
    font-size: clamp(17px, 1.25vw, 21px) !important;
}
.dnq-single-tour .dnq-tour-sidebar-price span,
.dnq-booking-modal .dnq-booking-price span,
.dnq-booking-form-wrap .dnq-booking-price span {
    font-size: clamp(16px, 1.12vw, 20px) !important;
}

@media (max-width: 540px) {
    .dnq-single-tour .dnq-tour-sidebar-price,
    .dnq-booking-modal .dnq-booking-price,
    .dnq-booking-form-wrap .dnq-booking-price {
        gap: 5px !important;
    }
    .dnq-single-tour .dnq-tour-sidebar-price strong,
    .dnq-booking-modal .dnq-booking-price strong,
    .dnq-booking-form-wrap .dnq-booking-price strong {
        font-size: 31px !important;
    }
    .dnq-single-tour .dnq-tour-sidebar-price del,
    .dnq-booking-modal .dnq-booking-price del,
    .dnq-booking-form-wrap .dnq-booking-price del {
        font-size: 17px !important;
    }
    .dnq-single-tour .dnq-tour-sidebar-price span,
    .dnq-booking-modal .dnq-booking-price span,
    .dnq-booking-form-wrap .dnq-booking-price span {
        font-size: 16px !important;
    }
}

/* Single tour detail blocks: border-only, no card shadows. */
.dnq-single-tour .dnq-tour-route-summary,
.dnq-single-tour .dnq-route-stops span,
.dnq-single-tour .dnq-tour-facts li,
.dnq-single-tour .dnq-package-accordion {
    box-shadow: none !important;
}
