/* Varanasi Travel Hub — brand components (logo orange + charcoal theme) */
:root {
    --vth-orange: #f57c00;
    --vth-orange-light: #ff9800;
    --vth-orange-dark: #e65100;
    --vth-charcoal: #1a1a1a;
    --vth-charcoal-soft: #2d2d2d;
    --vth-cream: #fff8f0;
    --thm-base: #f57c00;
    --thm-base-rgb: 245, 124, 0;
}

/* ========== Global brand overrides (orange + black, no red) ========== */
.section-title__tagline {
    color: var(--vth-orange);
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
    color: var(--vth-orange);
}

a:hover {
    color: var(--vth-orange-dark);
}

/* Footer — always black background (not orange theme overlay) */
.footer-one__bg::before {
    background: rgba(26, 26, 26, 0.98) !important;
}

.footer-one {
    background-color: var(--vth-charcoal);
    margin-top: 0;
    border-top: none;
}

.footer-one .footer-widget__links-list-item a:hover,
.footer-one .footer-one__bottom-text p a:hover {
    color: var(--vth-orange-light) !important;
}

.footer-one__dev-link {
    color: var(--vth-orange) !important;
    font-weight: 600;
    text-decoration: none;
}

.footer-one__dev-link:hover {
    color: var(--vth-orange-light) !important;
    text-decoration: underline;
}

/* ========== Compact buttons (cards & lists) ========== */
.vth-btn-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--thm-font-two);
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
    line-height: 1.3;
}

.vth-btn-sm:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

.vth-btn-sm--primary {
    background: linear-gradient(135deg, var(--vth-orange-dark), var(--vth-orange-light));
    color: #fff;
}

.vth-btn-sm--primary:hover {
    color: #fff;
}

.vth-btn-sm--outline {
    background: #fff;
    color: var(--vth-charcoal);
    border: 1px solid var(--vth-orange);
}

.vth-btn-sm--outline:hover {
    background: var(--vth-orange);
    color: #fff;
}

/* ========== List page cards (services / destinations) ========== */
.vth-list-section .section-title {
    padding-bottom: 10px;
    margin-top: 0;
}

.vth-list-section .section-title__tagline {
    margin-bottom: 4px;
    font-size: 14px;
}

.vth-list-section .section-title__title {
    font-size: clamp(1.25rem, 2.5vw, 1.55rem);
    line-height: 1.25;
    color: var(--vth-charcoal);
}

.vth-list-card {
    height: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
}

.vth-list-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(245, 124, 0, 0.12);
    border-color: rgba(245, 124, 0, 0.25);
}

.vth-list-card__img-wrap {
    position: relative;
    height: 150px;
    overflow: hidden;
    display: block;
}

.vth-list-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.vth-list-card:hover .vth-list-card__img-wrap img {
    transform: scale(1.04);
}

.vth-list-card__body {
    padding: 14px 16px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.vth-list-card__title {
    font-size: 0.92rem;
    font-weight: 700;
    font-family: var(--thm-font-two);
    margin: 0 0 6px;
    line-height: 1.3;
}

.vth-list-card__title a {
    color: var(--vth-charcoal);
    text-decoration: none;
}

.vth-list-card__title a:hover {
    color: var(--vth-orange);
}

.vth-list-card__text {
    font-size: 12px;
    color: #666;
    line-height: 1.55;
    margin-bottom: 8px;
}

.vth-list-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    flex: 1;
}

.vth-list-card__features li {
    font-size: 11px;
    color: #555;
    padding: 2px 0 2px 16px;
    position: relative;
    line-height: 1.4;
}

.vth-list-card__features li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--vth-orange);
    font-size: 9px;
    top: 4px;
}

.vth-list-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.vth-links-bar {
    background: #f8fafc;
    border-radius: 10px;
    padding: 18px 20px;
    margin-top: 32px;
    text-align: center;
    border: 1px solid #eee;
}

.vth-links-bar strong {
    display: block;
    margin-bottom: 8px;
    color: var(--vth-charcoal);
    font-size: 14px;
}

.vth-links-bar a {
    display: inline-block;
    margin: 3px 8px;
    color: var(--vth-orange);
    font-weight: 500;
    font-size: 13px;
}

.vth-links-bar a:hover {
    color: var(--vth-orange-dark);
}

/* ========== Destinations auto carousel ========== */
.vth-dest-carousel {
    margin-top: 36px;
    padding: 24px 0 8px;
    border-top: 1px solid #eee;
}

.vth-dest-carousel__head {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 14px;
}

.vth-dest-carousel__head h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    font-family: var(--thm-font-two);
    color: var(--vth-charcoal);
    line-height: 1.3;
}

.vth-dest-carousel__head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.vth-dest-carousel__head a {
    font-size: 13px;
    font-weight: 600;
    color: var(--vth-orange);
    text-decoration: none;
}

.vth-dest-carousel__head a:hover {
    color: var(--vth-orange-dark);
}

.vth-dest-carousel__nav {
    display: flex;
    gap: 8px;
}

.vth-dest-carousel__nav button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: var(--vth-charcoal);
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.vth-dest-carousel__nav button:hover {
    background: var(--vth-orange);
    border-color: var(--vth-orange);
    color: #fff;
}

.vth-dest-swiper {
    overflow: hidden;
    padding: 4px 2px 28px;
}

.vth-dest-swiper .swiper-slide {
    width: 168px;
    height: auto;
}

.vth-dest-slide {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 200px;
    text-decoration: none;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.vth-dest-slide:hover {
    transform: translateY(-4px);
    border-color: var(--vth-orange);
    box-shadow: 0 10px 24px rgba(245, 124, 0, 0.18);
    text-decoration: none;
}

.vth-dest-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.vth-dest-slide:hover img {
    transform: scale(1.06);
}

.vth-dest-slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 26, 26, 0.88) 0%, rgba(26, 26, 26, 0.15) 55%, transparent 100%);
    pointer-events: none;
}

.vth-dest-slide__name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    font-family: var(--thm-font-two);
    line-height: 1.25;
    z-index: 1;
}

.vth-dest-slide__tag {
    display: block;
    font-size: 10px;
    font-weight: 500;
    color: var(--vth-orange-light);
    margin-top: 2px;
    opacity: 0.95;
}

.vth-dest-slide--all {
    background: linear-gradient(145deg, var(--vth-charcoal) 0%, #3d2a1a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vth-dest-slide--all .vth-dest-slide__name {
    position: static;
    padding: 16px;
    font-size: 14px;
}

.vth-dest-slide--all .vth-dest-slide__tag {
    color: rgba(255, 255, 255, 0.85);
}

.vth-dest-swiper .swiper-pagination-bullet-active {
    background: var(--vth-orange);
}

@media (max-width: 575px) {
    .vth-dest-swiper .swiper-slide {
        width: 145px;
    }
    .vth-dest-slide {
        height: 175px;
    }
}

/* SEO content block — below FAQ on list pages */
.vth-seo-content {
    background: #fff;
    padding: 32px 0 40px;
    border-top: 1px solid #eee;
}

.vth-seo-content__inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.vth-seo-content .section-title {
    padding-bottom: 8px;
    margin-bottom: 0;
}

.vth-seo-content .section-title__tagline {
    font-size: 13px;
    margin-bottom: 4px;
}

.vth-seo-content .section-title__title {
    font-size: clamp(1.15rem, 2.2vw, 1.4rem);
    color: var(--vth-charcoal);
    line-height: 1.3;
}

.vth-seo-content__text {
    color: #666;
    line-height: 1.7;
    font-size: 14px;
}

.vth-seo-content__text p {
    margin-bottom: 10px;
}

.vth-seo-content__text p:last-child {
    margin-bottom: 0;
}

.vth-seo-content__text strong {
    color: var(--vth-charcoal);
    font-weight: 600;
}

@media (max-width: 767px) {
    .vth-seo-content {
        padding: 24px 0 32px;
    }
}

@media (max-width: 767px) {
    .vth-list-card__img-wrap {
        height: 130px;
    }
}

.vth-cta {
    position: relative;
    overflow: hidden;
    border: none;
    background-color: var(--vth-charcoal);
    padding: 40px 0;
    margin: 0;
}

.vth-cta::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(245, 124, 0, 0.12) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.vth-cta::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -3%;
    transform: translateY(-50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 152, 0, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.vth-cta__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
}

.vth-cta__lead {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 1 280px;
    min-width: 0;
}

.vth-cta__visual {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vth-cta__visual img {
    display: block;
    width: 130px;
    height: auto;
    max-height: 130px;
    object-fit: contain;
}

.vth-cta__content {
    flex: 1 1 200px;
    min-width: 0;
    max-width: 560px;
}

.vth-cta__badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--vth-orange) 0%, var(--vth-orange-light) 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 6px;
}

.vth-cta__title {
    color: #fff;
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    font-weight: 700;
    font-family: var(--thm-font-two);
    margin: 0 0 4px;
    line-height: 1.3;
}

.vth-cta__title span {
    color: var(--vth-orange-light);
}

.vth-cta__text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    margin: 0;
    line-height: 1.45;
}

.vth-cta__actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.vth-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 26px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--thm-font-two);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.vth-cta__btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.vth-cta__btn--whatsapp {
    background: #25d366;
    color: #fff;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.35);
}

.vth-cta__btn--whatsapp:hover {
    color: #fff;
    box-shadow: 0 6px 22px rgba(37, 211, 102, 0.5);
}

.vth-cta__btn--call {
    background: linear-gradient(135deg, var(--vth-orange-dark) 0%, var(--vth-orange-light) 100%);
    color: #fff;
    box-shadow: 0 4px 18px rgba(245, 124, 0, 0.4);
}

.vth-cta__btn--call:hover {
    color: #fff;
    box-shadow: 0 6px 22px rgba(245, 124, 0, 0.55);
}

.vth-cta__btn i {
    font-size: 18px;
}

.vth-cta--compact {
    padding: 20px 0;
}

.vth-cta--spaced {
    margin-bottom: 2rem;
}

.vth-cta--footer {
    margin-bottom: 0;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .vth-cta {
        padding: 20px 0;
        text-align: center;
    }

    .vth-cta__inner {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 14px;
    }

    .vth-cta__lead {
        flex: 0 0 auto;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .vth-cta__visual {
        line-height: 0;
    }

    .vth-cta__visual img {
        width: 110px;
        max-height: 110px;
    }

    .vth-cta__content {
        max-width: 100%;
        width: 100%;
    }

    .vth-cta__badge {
        margin-bottom: 6px;
        padding: 5px 14px;
        font-size: 11px;
    }

    .vth-cta__title {
        font-size: 1.2rem;
        margin-bottom: 6px;
    }

    .vth-cta__text {
        font-size: 13px;
        line-height: 1.5;
        max-width: 320px;
        margin: 0 auto;
    }

    .vth-cta__actions {
        width: 100%;
        flex: 0 0 auto;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        margin-top: 0;
    }

    .vth-cta__btn {
        flex: 1;
        width: auto;
        max-width: none;
        padding: 12px 12px;
        font-size: 14px;
    }

    .vth-dest-carousel {
        margin-top: 24px;
        padding-top: 18px;
    }

    .vth-dest-carousel__head {
        gap: 6px;
        margin-bottom: 10px;
    }

    .vth-dest-carousel__head h3 {
        font-size: 0.95rem;
    }

    .vth-dest-carousel__head a {
        font-size: 12px;
    }
}

/* ========== FAQ section (site-wide) ========== */
.vth-faq-section {
    position: relative;
    padding: 70px 0 80px;
    background: #f5ebe0;
    overflow: hidden;
}

.vth-faq-section__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    pointer-events: none;
}

.vth-faq-section__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(255, 248, 240, 0.28) 0%,
        rgba(255, 248, 240, 0.38) 50%,
        rgba(255, 248, 240, 0.32) 100%
    );
    pointer-events: none;
}

.vth-faq-section > .container {
    position: relative;
    z-index: 2;
}

.vth-faq-section__pattern {
    position: absolute;
    z-index: 1;
    width: 220px;
    height: 220px;
    opacity: 0.06;
    pointer-events: none;
    background: radial-gradient(circle, var(--vth-orange) 0%, transparent 70%);
    border-radius: 50%;
}

.vth-faq-section__pattern--left {
    top: -40px;
    left: -60px;
}

.vth-faq-section__pattern--right {
    top: -40px;
    right: -60px;
}

.vth-faq-section__header {
    margin-bottom: 40px;
}

.vth-faq-section__title {
    font-family: var(--thm-font);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: var(--vth-charcoal);
    margin-bottom: 16px;
    line-height: 1.2;
}

.vth-faq-section__divider {
    width: 80px;
    height: 1px;
    margin: 0 auto 16px;
    background: rgba(26, 26, 26, 0.15);
}

.vth-faq-section__subtitle {
    max-width: 640px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.65;
    color: #666;
}

.vth-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vth-faq-item {
    border: none;
    border-radius: 12px !important;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 4px 18px rgba(26, 26, 26, 0.07);
}

.vth-faq-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 18px 20px;
    font-family: var(--thm-font-two);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--vth-charcoal);
    background: #fff !important;
    border: 1px solid rgba(26, 26, 26, 0.08) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    position: relative;
    overflow: hidden;
}

.vth-faq-btn::after {
    display: none !important;
}

.vth-faq-btn:not(.collapsed) {
    color: #fff !important;
    background: linear-gradient(90deg, var(--vth-orange-dark) 0%, var(--vth-orange) 55%, var(--vth-orange-light) 100%) !important;
    border-color: transparent !important;
    border-radius: 12px 12px 0 0 !important;
}

.vth-faq-btn__toggle {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid var(--vth-orange);
    background: #fff;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.vth-faq-btn:not(.collapsed) .vth-faq-btn__toggle {
    border-color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.15);
}

.vth-faq-btn__toggle i {
    font-size: 12px;
    color: var(--vth-orange);
    line-height: 1;
}

.vth-faq-btn:not(.collapsed) .vth-faq-btn__toggle i {
    color: #fff;
}

.vth-faq-icon-minus {
    display: none;
}

.vth-faq-btn:not(.collapsed) .vth-faq-icon-minus {
    display: block;
}

.vth-faq-btn:not(.collapsed) .vth-faq-icon-plus {
    display: none;
}

.vth-faq-btn__text {
    flex: 1;
    text-align: left;
    padding-right: 8px;
}

.vth-faq-btn__temple {
    flex-shrink: 0;
    font-size: 28px;
    color: var(--vth-orange);
    opacity: 0.85;
    line-height: 1;
}

.vth-faq-btn:not(.collapsed) .vth-faq-btn__temple {
    color: rgba(255, 255, 255, 0.35);
    font-size: 52px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.vth-faq-body {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px 22px 22px;
    background: #fff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.vth-faq-body__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid var(--vth-orange);
    color: var(--vth-orange);
    font-size: 16px;
}

.vth-faq-body__text {
    flex: 1;
    font-size: 14px;
    line-height: 1.75;
    color: #555;
}

.vth-faq-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 48px;
    padding: 0;
    background: var(--vth-charcoal);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(26, 26, 26, 0.18);
}

.vth-faq-trust__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.vth-faq-trust__item:last-child {
    border-right: none;
}

.vth-faq-trust__item > i {
    flex-shrink: 0;
    font-size: 28px;
    color: var(--vth-orange);
}

.vth-faq-trust__item div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.vth-faq-trust__item span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.3;
}

.vth-faq-trust__item strong {
    font-size: 14px;
    font-weight: 700;
    color: var(--vth-orange-light);
    line-height: 1.3;
}

@media (max-width: 991px) {
    .vth-faq-trust {
        grid-template-columns: repeat(2, 1fr);
    }

    .vth-faq-trust__item:nth-child(2) {
        border-right: none;
    }

    .vth-faq-trust__item:nth-child(1),
    .vth-faq-trust__item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 767px) {
    .vth-faq-section {
        padding: 50px 0 60px;
    }

    .vth-faq-section__header {
        margin-bottom: 28px;
    }

    .vth-faq-btn {
        padding: 14px 16px;
        font-size: 14px;
        gap: 10px;
    }

    .vth-faq-btn__toggle {
        width: 30px;
        height: 30px;
    }

    .vth-faq-btn__temple {
        font-size: 22px;
    }

    .vth-faq-btn:not(.collapsed) .vth-faq-btn__temple {
        font-size: 40px;
        right: 8px;
    }

    .vth-faq-trust {
        grid-template-columns: 1fr;
    }

    .vth-faq-trust__item {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .vth-faq-trust__item:last-child {
        border-bottom: none;
    }
}

/* Sticky sidebars need visible overflow on page wrapper (theme default is hidden) */
.page-wrapper:has(.vth-detail-page) {
    overflow: visible;
}

/* ========== Service detail page ========== */
.vth-service-detail {
    padding: 40px 0 50px;
    background: #fff;
    overflow: visible;
}

.vth-service-detail__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
}

.vth-service-detail__main {
    order: 1;
    min-width: 0;
}

.vth-service-detail__sidebar {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 992px) {
    .vth-service-detail__layout {
        grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
        gap: 32px;
    }

    .vth-service-detail__sidebar {
        order: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        padding-right: 4px;
        scrollbar-width: thin;
        scrollbar-color: rgba(245, 124, 0, 0.4) transparent;
    }

    .vth-service-detail__sidebar::-webkit-scrollbar {
        width: 5px;
    }

    .vth-service-detail__sidebar::-webkit-scrollbar-thumb {
        background: rgba(245, 124, 0, 0.35);
        border-radius: 4px;
    }

    .vth-service-detail__main {
        order: 0;
    }
}

.vth-service-detail__sidebar-box,
.vth-service-detail__help {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 6px 24px rgba(26, 26, 26, 0.06);
    padding: 24px 22px;
}

.vth-service-detail__sidebar-title,
.vth-service-detail__help-title {
    font-family: var(--thm-font);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--vth-charcoal);
    margin: 0 0 16px;
    line-height: 1.3;
}

.vth-service-detail__sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vth-service-detail__sidebar-list a {
    display: block;
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--vth-cream);
    border: 1px solid rgba(245, 124, 0, 0.1);
    color: var(--vth-charcoal);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.vth-service-detail__sidebar-list a:hover {
    border-color: rgba(245, 124, 0, 0.35);
    color: var(--vth-orange-dark);
    text-decoration: none;
}

.vth-service-detail__sidebar-list a.is-active {
    background: linear-gradient(135deg, var(--vth-orange-dark), var(--vth-orange));
    border-color: transparent;
    color: #fff;
    font-weight: 600;
}

.vth-service-detail__sidebar-all {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 600;
    color: var(--vth-orange-dark);
    text-decoration: none;
}

.vth-service-detail__sidebar-all:hover {
    color: var(--vth-orange);
    text-decoration: none;
}

.vth-service-detail__help-text {
    font-size: 13px;
    line-height: 1.55;
    color: #666;
    margin: 0 0 14px;
}

.vth-service-detail__help-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--vth-charcoal);
    text-decoration: none;
    margin-bottom: 10px;
}

.vth-service-detail__help-link i {
    color: var(--vth-orange);
    width: 18px;
    text-align: center;
}

.vth-service-detail__help-link:hover {
    color: var(--vth-orange-dark);
    text-decoration: none;
}

.vth-service-detail__help-btn {
    width: 100%;
    margin-top: 6px;
    padding: 10px 14px;
}

.vth-service-detail__main {
    min-width: 0;
}

.vth-service-detail__img {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 8px 28px rgba(26, 26, 26, 0.1);
}

.vth-service-detail__img img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
}

.vth-service-detail__title {
    font-family: var(--thm-font);
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    font-weight: 700;
    color: #6b2d0f;
    line-height: 1.3;
    margin: 0 0 16px;
}

.vth-service-detail__intro {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    margin-bottom: 16px;
    font-weight: 500;
}

.vth-service-detail__text {
    font-size: 15px;
    line-height: 1.75;
    color: #555;
    margin-bottom: 14px;
}

.vth-service-detail__text:last-of-type {
    margin-bottom: 0;
}

.vth-service-detail__features {
    margin-top: 28px;
    padding: 20px 22px;
    background: var(--vth-cream);
    border-radius: 10px;
    border: 1px solid rgba(245, 124, 0, 0.12);
}

.vth-service-detail__features-title,
.vth-service-detail__related-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--vth-charcoal);
    margin: 0 0 12px;
}

.vth-service-detail__features ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vth-service-detail__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 8px;
}

.vth-service-detail__features li:last-child {
    margin-bottom: 0;
}

.vth-service-detail__features li i {
    flex-shrink: 0;
    color: var(--vth-orange);
    margin-top: 3px;
    font-size: 12px;
}

.vth-service-detail__external {
    margin: 20px 0 0;
    font-size: 14px;
}

.vth-service-detail__external a {
    color: var(--vth-orange-dark);
    font-weight: 600;
    text-decoration: none;
}

.vth-service-detail__external a:hover {
    color: var(--vth-orange);
}

.vth-service-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.vth-service-detail__related {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #eee;
}

.vth-service-detail__related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vth-service-detail__related-links a {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    background: var(--vth-cream);
    border: 1px solid rgba(245, 124, 0, 0.15);
    font-size: 13px;
    font-weight: 600;
    color: var(--vth-charcoal);
    text-decoration: none;
}

.vth-service-detail__related-links a:hover {
    background: var(--vth-orange);
    border-color: var(--vth-orange);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .vth-service-detail {
        padding: 30px 0 40px;
    }

    .vth-service-detail__img img {
        max-height: 320px;
    }
}

@media (max-width: 767px) {
    .vth-service-detail__sidebar-box,
    .vth-service-detail__help {
        padding: 18px 16px;
    }

    .vth-service-detail__title {
        font-size: 1.3rem;
    }

    .vth-service-detail__intro {
        font-size: 15px;
    }

    .vth-service-detail__text {
        font-size: 14px;
    }
}

/* ========== Blog list & detail ========== */
.vth-blog-list {
    background: #fff;
}

.vth-blog-toolbar {
    margin-bottom: 24px;
    padding: 18px 20px;
    background: var(--vth-cream);
    border: 1px solid rgba(245, 124, 0, 0.12);
    border-radius: 12px;
}

.vth-blog-toolbar__form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 14px;
}

.vth-blog-toolbar__search {
    flex: 1 1 220px;
    position: relative;
    display: flex;
    align-items: center;
}

.vth-blog-toolbar__search i {
    position: absolute;
    left: 14px;
    color: #999;
    font-size: 14px;
    pointer-events: none;
}

.vth-blog-toolbar__search input {
    width: 100%;
    padding: 10px 14px 10px 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
}

.vth-blog-toolbar__search input:focus {
    outline: none;
    border-color: var(--vth-orange);
    box-shadow: 0 0 0 3px rgba(245, 124, 0, 0.12);
}

.vth-blog-toolbar__select {
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
    min-width: 140px;
    color: var(--vth-charcoal);
}

/* nice-select plugin overrides (theme uses orange list bg) */
.vth-blog-toolbar .nice-select {
    float: none;
    min-width: 140px;
    height: auto;
    min-height: 42px;
    line-height: 1.35;
    padding: 10px 36px 10px 14px;
    border-radius: 8px;
    border-color: #ddd;
    font-size: 14px;
    color: var(--vth-charcoal);
}

.vth-blog-toolbar .nice-select:after {
    border-color: #888;
    right: 14px;
}

.vth-blog-toolbar .nice-select .list {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(26, 26, 26, 0.12);
    margin-top: 6px;
    max-height: 260px;
    overflow-y: auto;
    width: 100%;
    min-width: 100%;
}

.vth-blog-toolbar .nice-select .option {
    color: var(--vth-charcoal);
    line-height: 1.35;
    min-height: 38px;
    padding: 10px 14px;
}

.vth-blog-toolbar .nice-select .list:hover .option:not(:hover) {
    background-color: #fff !important;
}

.vth-blog-toolbar .nice-select .option:hover,
.vth-blog-toolbar .nice-select .option.focus,
.vth-blog-toolbar .nice-select .option.selected.focus {
    background-color: var(--vth-cream) !important;
    color: var(--vth-orange-dark) !important;
}

.vth-blog-toolbar .nice-select .option.selected {
    background-color: rgba(245, 124, 0, 0.1) !important;
    color: var(--vth-orange-dark);
    font-weight: 600;
}

.vth-blog-toolbar .nice-select.open,
.vth-blog-toolbar .nice-select:focus,
.vth-blog-toolbar .nice-select:active {
    border-color: var(--vth-orange);
    box-shadow: 0 0 0 3px rgba(245, 124, 0, 0.12);
}

.vth-blog-toolbar__topics {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vth-blog-topic {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: var(--vth-charcoal);
    background: #fff;
    border: 1px solid rgba(26, 26, 26, 0.1);
    text-decoration: none;
    transition: all 0.2s ease;
}

.vth-blog-topic:hover,
.vth-blog-topic.is-active {
    background: var(--vth-orange);
    border-color: var(--vth-orange);
    color: #fff;
    text-decoration: none;
}

.vth-blog-results {
    font-size: 14px;
    color: #666;
    margin: 0 0 16px;
}

.vth-blog-card__date {
    display: block;
    font-size: 11px;
    color: #888;
    margin-bottom: 6px;
}

.vth-blog-empty {
    text-align: center;
    padding: 48px 20px;
    background: var(--vth-cream);
    border-radius: 12px;
    border: 1px dashed rgba(245, 124, 0, 0.25);
}

.vth-blog-empty i {
    font-size: 36px;
    color: var(--vth-orange);
    margin-bottom: 12px;
    opacity: 0.7;
}

.vth-blog-empty p {
    margin: 0;
    color: #666;
    font-size: 15px;
}

.vth-blog-pagination {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

.vth-blog-pagination .pagination {
    gap: 6px;
    margin: 0;
}

.vth-blog-pagination .page-link {
    border-radius: 8px !important;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
    color: var(--vth-charcoal);
    border-color: #ddd;
}

.vth-blog-pagination .page-item.active .page-link {
    background: var(--vth-orange);
    border-color: var(--vth-orange);
}

.vth-blog-pagination .page-link:hover {
    background: var(--vth-cream);
    color: var(--vth-orange-dark);
}

.vth-blog-detail__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
    font-size: 13px;
    color: #666;
}

.vth-blog-detail__meta time,
.vth-blog-detail__tags {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.vth-blog-detail__meta i {
    color: var(--vth-orange);
    font-size: 12px;
}

.vth-blog-content {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.vth-blog-content p {
    margin-bottom: 16px;
}

.vth-blog-content h2,
.vth-blog-content h3 {
    font-family: var(--thm-font);
    color: var(--vth-charcoal);
    margin: 28px 0 12px;
    line-height: 1.35;
}

.vth-blog-content h2 {
    font-size: 1.25rem;
}

.vth-blog-content h3 {
    font-size: 1.1rem;
}

.vth-blog-content a {
    color: var(--vth-orange-dark);
    font-weight: 600;
    text-decoration: none;
}

.vth-blog-content a:hover {
    color: var(--vth-orange);
    text-decoration: underline;
}

.vth-blog-content ul,
.vth-blog-content ol {
    margin: 0 0 16px;
    padding-left: 22px;
}

.vth-blog-content li {
    margin-bottom: 8px;
}

.vth-blog-sidebar-search {
    display: flex;
    gap: 8px;
}

.vth-blog-sidebar-search input {
    flex: 1;
    min-width: 0;
    padding: 9px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 13px;
}

.vth-blog-sidebar-search input:focus {
    outline: none;
    border-color: var(--vth-orange);
}

.vth-blog-sidebar-search button {
    flex-shrink: 0;
    width: 40px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--vth-orange-dark), var(--vth-orange));
    color: #fff;
    cursor: pointer;
}

.vth-blog-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vth-blog-sidebar-list li {
    border-bottom: 1px solid #eee;
}

.vth-blog-sidebar-list li:last-child {
    border-bottom: none;
}

.vth-blog-sidebar-list a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: var(--vth-charcoal);
}

.vth-blog-sidebar-list a:hover span {
    color: var(--vth-orange-dark);
}

.vth-blog-sidebar-list span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 3px;
}

.vth-blog-sidebar-list time {
    font-size: 11px;
    color: #888;
}

.vth-blog-sidebar-topics {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vth-blog-sidebar-topics a {
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    background: var(--vth-cream);
    border: 1px solid rgba(245, 124, 0, 0.1);
    font-size: 13px;
    font-weight: 500;
    color: var(--vth-charcoal);
    text-decoration: none;
}

.vth-blog-sidebar-topics a:hover {
    border-color: rgba(245, 124, 0, 0.35);
    color: var(--vth-orange-dark);
}

.vth-blog-related {
    padding: 40px 0 50px;
    background: #fafafa;
    border-top: 1px solid #eee;
}

.vth-blog-related-carousel {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.vth-blog-related-carousel .vth-dest-carousel__head h3 {
    font-size: 1.2rem;
    font-weight: 700;
}

.vth-blog-related-swiper {
    overflow: hidden;
    padding: 4px 2px 28px;
}

.vth-blog-related-swiper .swiper-slide {
    width: 280px;
    height: auto;
}

.vth-blog-related-card .vth-list-card__img-wrap {
    height: 185px;
}

.vth-blog-related-card .vth-list-card__body {
    padding: 12px 14px 14px;
}

.vth-blog-related-card .vth-list-card__title {
    font-size: 0.88rem;
    margin-bottom: 8px;
}

.vth-btn-xs {
    padding: 5px 12px !important;
    font-size: 11px !important;
}

.vth-blog-related-card .vth-list-card__actions {
    margin-top: auto;
}

.vth-blog-related-swiper .swiper-pagination-bullet-active {
    background: var(--vth-orange);
}

@media (max-width: 575px) {
    .vth-blog-related-swiper .swiper-slide {
        width: 250px;
    }

    .vth-blog-related-card .vth-list-card__img-wrap {
        height: 165px;
    }
}

@media (max-width: 767px) {
    .vth-blog-toolbar__form {
        flex-direction: column;
        align-items: stretch;
    }

    .vth-blog-toolbar__select {
        width: 100%;
    }

    .vth-blog-toolbar__form .vth-btn-sm {
        width: 100%;
        justify-content: center;
    }
}

/* ========== Booking page ========== */
.vth-booking {
    padding: 40px 0 56px;
    background: linear-gradient(180deg, #fafafa 0%, #fff 120px);
}

.vth-booking__alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.5;
}

.vth-booking__alert i {
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 18px;
}

.vth-booking__alert ul {
    margin: 6px 0 0;
    padding-left: 18px;
}

.vth-booking__alert--success {
    background: #ecfdf3;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.vth-booking__alert--success i {
    color: #059669;
}

.vth-booking__alert--error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.vth-booking__alert--error i {
    color: #dc2626;
}

.vth-booking__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
}

.vth-booking__sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 992px) {
    .vth-booking__layout {
        grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
        gap: 32px;
    }

    .vth-booking__sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
    }
}

.vth-booking__sidebar-box {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 6px 24px rgba(26, 26, 26, 0.06);
    padding: 22px 20px;
}

.vth-booking__sidebar-title {
    font-family: var(--thm-font);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--vth-charcoal);
    margin: 0 0 16px;
    line-height: 1.3;
}

.vth-booking__trust {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vth-booking__trust li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.vth-booking__trust-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--vth-cream);
    color: var(--vth-orange);
    font-size: 14px;
}

.vth-booking__trust strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--vth-charcoal);
    margin-bottom: 2px;
}

.vth-booking__trust span {
    font-size: 12px;
    line-height: 1.45;
    color: #777;
}

.vth-booking__help-text {
    font-size: 13px;
    line-height: 1.55;
    color: #666;
    margin: 0 0 14px;
}

.vth-booking__help-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--vth-charcoal);
    text-decoration: none;
    margin-bottom: 10px;
}

.vth-booking__help-link:last-of-type {
    margin-bottom: 0;
}

.vth-booking__help-link i {
    color: var(--vth-orange);
    width: 18px;
    text-align: center;
}

.vth-booking__help-link:hover {
    color: var(--vth-orange-dark);
    text-decoration: none;
}

.vth-booking__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.vth-booking__contact-item:first-child {
    padding-top: 0;
}

.vth-booking__contact-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.vth-booking__contact-item > i {
    flex-shrink: 0;
    color: var(--vth-orange);
    margin-top: 3px;
    width: 16px;
    text-align: center;
}

.vth-booking__contact-item strong {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--vth-charcoal);
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.vth-booking__contact-item span,
.vth-booking__contact-item a {
    display: block;
    font-size: 13px;
    line-height: 1.45;
    color: #666;
    text-decoration: none;
}

.vth-booking__contact-item a:hover {
    color: var(--vth-orange-dark);
}

.vth-booking-form {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 10px 40px rgba(26, 26, 26, 0.08);
    overflow: hidden;
}

.vth-booking-form__head {
    padding: 28px 28px 0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
    padding-bottom: 24px;
}

.vth-booking-form__tagline {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--vth-orange);
    margin-bottom: 8px;
}

.vth-booking-form__title {
    font-family: var(--thm-font);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: var(--vth-charcoal);
    margin: 0 0 8px;
    line-height: 1.25;
}

.vth-booking-form__subtitle {
    font-size: 14px;
    line-height: 1.6;
    color: #777;
    margin: 0;
    max-width: 560px;
}

.vth-booking-form__body {
    padding: 28px;
}

.vth-booking-form__section {
    border: none;
    margin: 0 0 28px;
    padding: 0;
    min-width: 0;
}

.vth-booking-form__section:last-of-type {
    margin-bottom: 0;
}

.vth-booking-form__section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--thm-font);
    font-size: 1rem;
    font-weight: 700;
    color: var(--vth-charcoal);
    margin: 0 0 16px;
    padding: 0;
    width: 100%;
    float: none;
}

.vth-booking-form__step {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--vth-orange-dark), var(--vth-orange));
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.vth-booking-form__types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

@media (min-width: 576px) {
    .vth-booking-form__types {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .vth-booking-form__types {
        grid-template-columns: repeat(4, 1fr);
    }
}

.vth-booking-form__type {
    margin: 0;
    cursor: pointer;
}

.vth-booking-form__type input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.vth-booking-form__type-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 88px;
    padding: 12px 8px;
    border-radius: 10px;
    background: var(--vth-cream);
    border: 2px solid rgba(245, 124, 0, 0.12);
    text-align: center;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.vth-booking-form__type-card i {
    font-size: 20px;
    color: var(--vth-orange);
    transition: color 0.2s ease;
}

.vth-booking-form__type-card span {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--vth-charcoal);
}

.vth-booking-form__type:hover .vth-booking-form__type-card {
    border-color: rgba(245, 124, 0, 0.4);
    transform: translateY(-1px);
}

.vth-booking-form__type input:checked + .vth-booking-form__type-card {
    background: linear-gradient(135deg, var(--vth-orange-dark), var(--vth-orange));
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(245, 124, 0, 0.35);
}

.vth-booking-form__type input:checked + .vth-booking-form__type-card i,
.vth-booking-form__type input:checked + .vth-booking-form__type-card span {
    color: #fff;
}

.vth-booking-form__type input:focus-visible + .vth-booking-form__type-card {
    outline: 2px solid var(--vth-orange);
    outline-offset: 2px;
}

.vth-booking-form__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 576px) {
    .vth-booking-form__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vth-booking-form__grid--3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.vth-booking-form__grid--1 {
    grid-template-columns: 1fr;
}

.vth-booking-form__field--full {
    grid-column: 1 / -1;
}

.vth-booking-form__field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--vth-charcoal);
    margin-bottom: 7px;
}

.vth-booking-form__req {
    color: #dc2626;
}

.vth-booking-form__input {
    position: relative;
    display: flex;
    align-items: center;
}

.vth-booking-form__input > i {
    position: absolute;
    left: 14px;
    color: #aaa;
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
    transition: color 0.2s ease;
}

.vth-booking-form__input input,
.vth-booking-form__input textarea {
    width: 100%;
    font-family: var(--thm-font);
    font-size: 14px;
    color: var(--vth-charcoal);
    background: #f8f9fb;
    border: 2px solid transparent;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.vth-booking-form__input input {
    height: 50px;
    padding: 0 14px 0 42px;
}

.vth-booking-form__input textarea {
    padding: 12px 14px;
    min-height: 96px;
    resize: vertical;
    line-height: 1.5;
}

.vth-booking-form__input--textarea {
    display: block;
}

.vth-booking-form__input--textarea > i {
    display: none;
}

.vth-booking-form__input input:hover,
.vth-booking-form__input textarea:hover {
    border-color: rgba(245, 124, 0, 0.25);
}

.vth-booking-form__input input:focus,
.vth-booking-form__input textarea:focus {
    background: #fff;
    border-color: var(--vth-orange);
    box-shadow: 0 0 0 3px rgba(245, 124, 0, 0.12);
}

.vth-booking-form__input:focus-within > i {
    color: var(--vth-orange);
}

.vth-booking-form__input input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0.55;
}

.vth-booking-form__input input[type="number"] {
    -moz-appearance: textfield;
}

.vth-booking-form__input input[type="number"]::-webkit-inner-spin-button,
.vth-booking-form__input input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

.vth-booking-form__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #f0f0f0;
}

.vth-booking-form__note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 12px;
    color: #888;
    max-width: 340px;
    line-height: 1.45;
}

.vth-booking-form__note i {
    color: #aaa;
}

.vth-booking-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--vth-orange-dark), var(--vth-orange-light));
    color: #fff;
    font-family: var(--thm-font);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    box-shadow: 0 6px 20px rgba(245, 124, 0, 0.35);
}

.vth-booking-form__submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(245, 124, 0, 0.45);
}

.vth-booking-form__submit:active {
    transform: translateY(0);
}

@media (max-width: 575px) {
    .vth-booking {
        padding: 28px 0 40px;
    }

    .vth-booking-form__head,
    .vth-booking-form__body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vth-booking-form__grid--3 {
        grid-template-columns: 1fr;
    }

    .vth-booking-form__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .vth-booking-form__note {
        max-width: none;
        justify-content: center;
        text-align: center;
    }

    .vth-booking-form__submit {
        width: 100%;
    }
}

/* ========== Contact page ========== */
.vth-contact {
    padding: 32px 0 36px;
    background: #fafafa;
}

.vth-contact__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
}

.vth-contact__sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vth-contact__main {
    min-width: 0;
}

@media (min-width: 992px) {
    .vth-contact__layout {
        grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
        gap: 24px;
    }

    .vth-contact__sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
    }

    .vth-contact__main {
        order: 0;
    }
}

.vth-contact__info-box,
.vth-contact__map-box {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 4px 20px rgba(26, 26, 26, 0.05);
    padding: 20px 18px;
}

.vth-contact__info-title {
    font-family: var(--thm-font);
    font-size: 1rem;
    font-weight: 700;
    color: var(--vth-charcoal);
    margin: 0 0 14px;
    line-height: 1.3;
}

.vth-contact__info-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vth-contact__info-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.vth-contact__info-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--vth-cream);
    color: var(--vth-orange);
    font-size: 14px;
}

.vth-contact__info-list strong {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: var(--vth-charcoal);
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.vth-contact__info-list span,
.vth-contact__info-list a {
    display: block;
    font-size: 13px;
    line-height: 1.45;
    color: #666;
    text-decoration: none;
    word-break: break-word;
}

.vth-contact__info-list a:hover {
    color: var(--vth-orange-dark);
}

.vth-contact__quick-actions {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #eee;
}

.vth-contact__quick-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.vth-contact__quick-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.vth-contact__quick-btn--whatsapp {
    background: #25d366;
    color: #fff;
    box-shadow: 0 3px 12px rgba(37, 211, 102, 0.3);
}

.vth-contact__quick-btn--whatsapp:hover {
    color: #fff;
}

.vth-contact__quick-btn--call {
    background: linear-gradient(135deg, var(--vth-orange-dark), var(--vth-orange));
    color: #fff;
    box-shadow: 0 3px 12px rgba(245, 124, 0, 0.3);
}

.vth-contact__quick-btn--call:hover {
    color: #fff;
}

.vth-contact__map {
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
    background: #eee;
}

.vth-contact__map iframe {
    display: block;
    width: 100%;
    height: 180px;
    border: 0;
}

.vth-contact .vth-booking-form__head {
    padding: 22px 24px 18px;
}

.vth-contact .vth-booking-form__body {
    padding: 0 24px 22px;
}

.vth-contact .vth-booking-form__footer {
    margin-top: 4px;
    padding-top: 18px;
}

@media (max-width: 991px) {
    .vth-contact__main {
        order: -1;
    }
}

@media (max-width: 575px) {
    .vth-contact {
        padding: 24px 0 28px;
    }

    .vth-contact .vth-booking-form__head,
    .vth-contact .vth-booking-form__body {
        padding-left: 18px;
        padding-right: 18px;
    }

    .vth-contact__quick-actions {
        flex-direction: column;
    }
}

/* ========== Homepage About Us ========== */
.vth-about-home {
    padding: 48px 0 52px;
    background: #fff;
}

.vth-about-home__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: center;
}

@media (min-width: 992px) {
    .vth-about-home__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 40px;
    }
}

.vth-about-home__media {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 32px rgba(26, 26, 26, 0.1);
    line-height: 0;
}

.vth-about-home__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.vth-about-home__content {
    min-width: 0;
}

.vth-about-home__tagline {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vth-orange);
    margin-bottom: 8px;
}

.vth-about-home__title {
    font-family: var(--thm-font);
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--vth-charcoal);
    margin: 0 0 14px;
}

.vth-about-home__text {
    font-size: 15px;
    line-height: 1.65;
    color: #666;
    margin: 0 0 18px;
}

.vth-about-home__list {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vth-about-home__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--vth-charcoal);
    font-weight: 500;
}

.vth-about-home__list li i {
    flex-shrink: 0;
    margin-top: 3px;
    color: var(--vth-orange);
    font-size: 13px;
}

.vth-about-home__btn {
    padding: 10px 18px;
    font-size: 13px;
}

@media (max-width: 991px) {
    .vth-about-home {
        padding: 36px 0 40px;
    }

    .vth-about-home__media {
        max-width: 520px;
        margin: 0 auto;
        width: 100%;
    }
}

/* ========== Homepage Our Services ========== */
.vth-home-services {
    padding: 48px 0 52px;
    background: var(--vth-cream);
}

.vth-home-services__head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 32px;
}

.vth-home-services__tagline {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vth-orange);
    margin-bottom: 8px;
}

.vth-home-services__title {
    font-family: var(--thm-font);
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--vth-charcoal);
    margin: 0 0 12px;
}

.vth-home-services__subtitle {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.vth-home-services__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

@media (min-width: 576px) {
    .vth-home-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .vth-home-services__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.vth-home-service-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(26, 26, 26, 0.07);
    box-shadow: 0 6px 22px rgba(26, 26, 26, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vth-home-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(245, 124, 0, 0.16);
    border-color: rgba(245, 124, 0, 0.3);
}

.vth-home-service-card__img {
    display: block;
    position: relative;
    height: 200px;
    overflow: hidden;
    line-height: 0;
}

.vth-home-service-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.vth-home-service-card:hover .vth-home-service-card__img img {
    transform: scale(1.06);
}

.vth-home-service-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px 20px 20px;
}

.vth-home-service-card__title {
    font-family: var(--thm-font);
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px;
}

.vth-home-service-card__title a {
    color: var(--vth-charcoal);
    text-decoration: none;
}

.vth-home-service-card__title a:hover {
    color: var(--vth-orange-dark);
}

.vth-home-service-card__text {
    font-size: 13.5px;
    line-height: 1.6;
    color: #6b6b6b;
    margin: 0 0 16px;
    flex: 1;
}

.vth-home-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    align-self: flex-start;
    font-size: 13px;
    font-weight: 700;
    color: var(--vth-orange-dark);
    text-decoration: none;
    transition: gap 0.2s ease, color 0.2s ease;
}

.vth-home-service-card__link i {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.vth-home-service-card__link:hover {
    color: var(--vth-orange);
    gap: 10px;
}

.vth-home-services__cta {
    text-align: center;
    margin-top: 34px;
}

.vth-home-services__cta .vth-btn-sm {
    padding: 11px 26px;
    font-size: 13px;
}

@media (max-width: 575px) {
    .vth-home-services {
        padding: 36px 0 40px;
    }

    .vth-home-service-card__img {
        height: 190px;
    }
}

/* ========== Homepage Why Choose Us ========== */
.vth-why {
    padding: 52px 0 56px;
    background: #fff;
}

.vth-why__head {
    text-align: center;
    max-width: 660px;
    margin: 0 auto 36px;
}

.vth-why__tagline {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vth-orange);
    margin-bottom: 8px;
}

.vth-why__title {
    font-family: var(--thm-font);
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--vth-charcoal);
    margin: 0 0 12px;
}

.vth-why__subtitle {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.vth-why__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 576px) {
    .vth-why__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .vth-why__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.vth-why-card {
    padding: 26px 22px;
    border-radius: 14px;
    background: var(--vth-cream);
    border: 1px solid rgba(245, 124, 0, 0.12);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vth-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(245, 124, 0, 0.15);
    border-color: rgba(245, 124, 0, 0.35);
}

.vth-why-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--vth-orange-dark), var(--vth-orange-light));
    color: #fff;
    font-size: 24px;
    box-shadow: 0 6px 16px rgba(245, 124, 0, 0.35);
}

.vth-why-card__title {
    font-family: var(--thm-font);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--vth-charcoal);
    margin: 0 0 10px;
    line-height: 1.3;
}

.vth-why-card__text {
    font-size: 13.5px;
    line-height: 1.6;
    color: #6b6b6b;
    margin: 0;
}

.vth-why__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 36px;
    padding: 30px 24px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--vth-charcoal) 0%, #2d2218 100%);
}

@media (min-width: 768px) {
    .vth-why__stats {
        grid-template-columns: repeat(4, 1fr);
    }
}

.vth-why-stat {
    text-align: center;
    position: relative;
}

@media (min-width: 768px) {
    .vth-why-stat:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -8px;
        transform: translateY(-50%);
        width: 1px;
        height: 42px;
        background: rgba(255, 255, 255, 0.12);
    }
}

.vth-why-stat__num {
    display: block;
    font-family: var(--thm-font);
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 800;
    line-height: 1;
    color: var(--vth-orange-light);
    margin-bottom: 6px;
}

.vth-why-stat__label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.35;
}

@media (max-width: 575px) {
    .vth-why {
        padding: 38px 0 42px;
    }

    .vth-why__stats {
        padding: 24px 16px;
    }
}

/* ========== Homepage Our Destinations ========== */
.vth-dest-home {
    padding: 52px 0 56px;
    background: var(--vth-cream);
}

.vth-dest-home__head {
    text-align: center;
    max-width: 660px;
    margin: 0 auto 36px;
}

.vth-dest-home__tagline {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vth-orange);
    margin-bottom: 8px;
}

.vth-dest-home__title {
    font-family: var(--thm-font);
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--vth-charcoal);
    margin: 0 0 12px;
}

.vth-dest-home__subtitle {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.vth-dest-home__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

@media (min-width: 768px) {
    .vth-dest-home__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .vth-dest-home__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.vth-dest-tile {
    position: relative;
    display: block;
    height: 230px;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(26, 26, 26, 0.1);
}

.vth-dest-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.vth-dest-tile:hover img {
    transform: scale(1.08);
}

.vth-dest-tile__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 26, 26, 0.85) 0%, rgba(26, 26, 26, 0.25) 45%, rgba(26, 26, 26, 0) 70%);
    transition: background 0.3s ease;
}

.vth-dest-tile:hover .vth-dest-tile__overlay {
    background: linear-gradient(to top, rgba(230, 81, 0, 0.9) 0%, rgba(230, 81, 0, 0.3) 50%, rgba(26, 26, 26, 0) 80%);
}

.vth-dest-tile__name {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    font-family: var(--thm-font);
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    transition: bottom 0.25s ease;
}

.vth-dest-tile__cta {
    position: absolute;
    left: 16px;
    bottom: -24px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transition: opacity 0.25s ease, bottom 0.25s ease;
}

.vth-dest-tile__cta i {
    font-size: 10px;
}

.vth-dest-tile:hover .vth-dest-tile__name {
    bottom: 38px;
}

.vth-dest-tile:hover .vth-dest-tile__cta {
    opacity: 1;
    bottom: 16px;
}

.vth-dest-home__btn-wrap {
    text-align: center;
    margin-top: 34px;
}

.vth-dest-home__btn-wrap .vth-btn-sm {
    padding: 11px 26px;
    font-size: 13px;
}

@media (max-width: 575px) {
    .vth-dest-home {
        padding: 38px 0 42px;
    }

    .vth-dest-tile {
        height: 180px;
    }

    .vth-dest-tile__name {
        font-size: 1rem;
    }
}

/* ========== Homepage Testimonials ========== */
.vth-testi {
    padding: 52px 0 56px;
    background: #fff;
}

.vth-testi__head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 36px;
}

.vth-testi__tagline {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vth-orange);
    margin-bottom: 8px;
}

.vth-testi__title {
    font-family: var(--thm-font);
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--vth-charcoal);
    margin: 0 0 12px;
}

.vth-testi__subtitle {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.vth-testi-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 16px;
    padding: 30px 26px 26px;
    box-shadow: 0 6px 24px rgba(26, 26, 26, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vth-testi-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(245, 124, 0, 0.14);
    border-color: rgba(245, 124, 0, 0.3);
}

.vth-testi-card__quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--vth-orange-dark), var(--vth-orange-light));
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
    box-shadow: 0 6px 16px rgba(245, 124, 0, 0.3);
}

.vth-testi-card__rating {
    display: flex;
    gap: 3px;
    margin-bottom: 12px;
}

.vth-testi-card__rating i {
    font-size: 14px;
}

.vth-testi-card__rating .is-on {
    color: #ffb300;
}

.vth-testi-card__rating .is-off {
    color: #dcdcdc;
}

.vth-testi-card__text {
    flex: 1;
    font-size: 14.5px;
    line-height: 1.7;
    color: #555;
    margin: 0 0 22px;
}

.vth-testi-card__person {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
}

.vth-testi-card__avatar {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(245, 124, 0, 0.25);
}

.vth-testi-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vth-testi-card__name {
    font-family: var(--thm-font);
    font-size: 1rem;
    font-weight: 700;
    color: var(--vth-charcoal);
    margin: 0 0 2px;
    line-height: 1.3;
}

.vth-testi-card__role {
    font-size: 12.5px;
    color: #888;
    margin: 0;
    line-height: 1.4;
}

/* Owl carousel tweaks for testimonials */
.vth-testi .testimonial-two__carousel .owl-stage {
    display: flex;
}

.vth-testi .testimonial-two__carousel .owl-item {
    display: flex;
    height: auto;
}

.vth-testi .testimonial-two__carousel.owl-dot-style1 .owl-dots {
    position: static;
    bottom: auto;
    margin-top: 30px !important;
    text-align: center;
}

.vth-testi .testimonial-two__carousel.owl-dot-style1 .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    margin: 0 4px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #d8d8d8;
    transition: background 0.2s ease, width 0.2s ease, border-radius 0.2s ease;
}

.vth-testi .testimonial-two__carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}

.vth-testi .testimonial-two__carousel.owl-dot-style1 .owl-dots .owl-dot.active {
    width: 24px;
    border-radius: 6px;
    background: var(--vth-orange);
}

@media (max-width: 575px) {
    .vth-testi {
        padding: 38px 0 42px;
    }

    .vth-testi-card {
        padding: 26px 22px 22px;
    }
}

/* ========== Homepage destinations swiper — square cards (was circular) ========== */
.mySwiper .item {
    max-width: 240px;
    border-radius: 0;
}

.mySwiper .rounded-circle-container {
    width: 100%;
    height: 190px;
    border-radius: 14px !important;
    border: 2px solid rgba(245, 124, 0, 0.25) !important;
    box-shadow: 0 6px 20px rgba(26, 26, 26, 0.1);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.mySwiper .rounded-circle-container:hover {
    transform: translateY(-4px);
    border-color: var(--vth-orange) !important;
    box-shadow: 0 14px 30px rgba(245, 124, 0, 0.2);
}

.mySwiper .rounded-circle-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .item-title {
    margin-top: 14px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--vth-charcoal);
}

@media (max-width: 575px) {
    .mySwiper .rounded-circle-container {
        height: 160px;
    }
}
