@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&display=swap");

.hidden {
    display: none !important;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.site-brand__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: linear-gradient(135deg, #11c0f3 0%, #0b79ff 50%, #f7c143 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 18px 34px rgba(28, 168, 203, 0.28);
}

.site-brand__copy {
    display: flex;
    flex-direction: column;
}

.site-brand__name {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: none;
}

.site-brand__tagline {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.4;
}

.header-1.sticky .site-brand__name,
.header-1.sticky .site-brand__tagline {
    color: #0f172a;
}

.header-1.sticky .site-brand__tagline {
    color: #667085;
}

.header-main {
    gap: 18px;
}

.header-main .logo,
.header-main .mean__menu-wrapper {
    min-width: 0;
}

.header-main .main-menu ul li {
    margin-inline-end: 28px;
}

.header-main .header-right {
    gap: 16px;
    margin-left: 12px;
    flex-shrink: 0;
}

.header-1.header-3 .header-logo {
    display: inline-flex;
    align-items: center;
}

.header-1.header-3 .header-logo-2 {
    display: none !important;
}

.header-1 .theme-btn {
    padding: 18px 24px;
    white-space: nowrap;
}

.header-1 .search-icon {
    flex: 0 0 50px;
}

@media (min-width: 1200px) {
    .header-1.header-3:not(.sticky) .mega-menu-wrapper {
        padding: 18px 18px 0;
    }

    .header-1.header-3:not(.sticky) .header-main {
        padding: 14px 24px;
        border-radius: 999px;
        background: rgba(10, 20, 36, 0.42);
        border: 1px solid rgba(255, 255, 255, 0.18);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        box-shadow: 0 18px 40px rgba(9, 20, 36, 0.22);
    }

    .header-1.header-3:not(.sticky) .site-brand__name {
        color: #f8fbff;
    }

    .header-1.header-3:not(.sticky) .site-brand__tagline {
        color: rgba(248, 251, 255, 0.78);
    }

    .header-1.header-3:not(.sticky) .main-menu ul li a,
    .header-1.header-3:not(.sticky) .site-lang-switcher a,
    .header-1.header-3:not(.sticky) .search-icon {
        color: #f8fbff;
    }

    .header-1.header-3:not(.sticky) .search-icon {
        border-color: rgba(255, 255, 255, 0.3);
        background: rgba(255, 255, 255, 0.08);
    }

    .header-1.header-3:not(.sticky) .theme-btn {
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.16);
        color: #fff;
    }
}

.header-main .main-menu ul li.active > a {
    color: #1ca8cb !important;
    font-weight: 700;
}

.header-main .main-menu ul li.active > a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    height: 2px;
    border-radius: 999px;
    background: #1ca8cb;
}

.header-1.sticky .site-brand {
    display: inline-flex;
    gap: 12px;
}

.sticky.header-3 .header-logo {
    display: inline-flex;
    align-items: center;
}

.header-1.sticky .site-brand__copy {
    display: flex;
    min-width: 0;
}

.header-1.sticky .site-brand__mark {
    width: 50px;
    height: 50px;
    border-radius: 16px;
}

.header-1.sticky .site-brand__name {
    font-size: 15px;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.header-1.sticky .site-brand__tagline {
    display: none;
}

.offcanvas__logo .site-brand__name,
.offcanvas__logo .site-brand__tagline {
    color: #0f172a;
}

.offcanvas__logo .site-brand__tagline {
    color: #667085;
}

.footer-section .site-brand__name,
.footer-section .site-brand__tagline {
    color: #fff;
}

.footer-section .site-brand__tagline {
    color: rgba(255, 255, 255, 0.76);
}

.site-lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: 18px;
}

.site-lang-switcher a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.76;
}

.site-lang-switcher a.active,
.site-lang-switcher a:hover {
    opacity: 1;
    color: #1ca8cb;
}

.header-1.sticky .site-lang-switcher a {
    color: #0f172a;
    opacity: 0.76;
}

.header-1.sticky .site-lang-switcher a.active,
.header-1.sticky .site-lang-switcher a:hover {
    color: #1ca8cb;
    opacity: 1;
}

.site-search-form .main-search-input {
    width: 100%;
}

.site-search-form .search-field-holder {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-search-submit {
    border: 0;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #1ca8cb;
    color: #fff;
    flex: 0 0 62px;
}

.site-search-submit:hover {
    background: #0f172a;
}

.turmet-alerts {
    position: relative;
    z-index: 8;
    margin-top: 22px;
}

.turmet-alert {
    border-radius: 20px;
    padding: 18px 22px;
    margin-bottom: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.turmet-alert strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
}

.turmet-alert--success {
    background: #ecfdf3;
    color: #166534;
    border-color: #bbf7d0;
}

.turmet-alert--error {
    background: #fff1f2;
    color: #be123c;
    border-color: #fecdd3;
}

.turmet-alert--warning {
    background: #fffbeb;
    color: #92400e;
    border-color: #fde68a;
}

.turmet-alert ul {
    padding-left: 20px;
    margin: 10px 0 0;
}

.turmet-breadcrumb-copy {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.82);
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.8;
}

.turmet-breadcrumb-center {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.turmet-breadcrumb-center .breadcrumb-list {
    justify-content: center;
}

.turmet-breadcrumb-center .turmet-breadcrumb-copy {
    margin-left: auto;
    margin-right: auto;
}

.site-gallery-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(180deg, #f7fbfd 0%, #eef5f8 100%);
}

.site-gallery-section::before {
    content: "";
    position: absolute;
    inset: -48px;
    background:
        linear-gradient(180deg, rgba(247, 251, 253, 0.48) 0%, rgba(247, 251, 253, 0.8) 42%, rgba(247, 251, 253, 0.95) 100%),
        var(--site-gallery-bg) center/cover no-repeat;
    filter: blur(14px);
    transform: scale(1.08);
    opacity: 0.96;
    z-index: -2;
}

.site-gallery-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 22%, rgba(45, 212, 191, 0.14) 0%, transparent 34%),
        radial-gradient(circle at 82% 16%, rgba(14, 165, 233, 0.16) 0%, transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.58) 100%);
    z-index: -1;
}

.site-gallery-section > .container {
    position: relative;
    z-index: 2;
}

.site-gallery-section .bag-shape,
.site-gallery-section .watch-shape {
    opacity: 0.26;
    z-index: 1;
    pointer-events: none;
}

.site-gallery-section .section-title {
    max-width: 980px;
    margin: 0 auto 58px;
}

.site-gallery-section .section-title .sub-title {
    color: #0ea5e9;
}

.site-gallery-section .section-title h2 {
    max-width: 1080px;
    margin: 12px auto 0;
    text-wrap: balance;
}

.site-gallery-section .turmet-breadcrumb-copy {
    max-width: 820px;
    color: #486172;
}

.site-home-video-section {
    position: relative;
}

.site-home-video-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 40px;
    padding: 34px;
    border-radius: 36px;
    background:
        radial-gradient(circle at 15% 18%, rgba(34, 211, 238, 0.2) 0%, transparent 34%),
        radial-gradient(circle at 85% 18%, rgba(56, 189, 248, 0.16) 0%, transparent 28%),
        linear-gradient(135deg, #051725 0%, #0b3246 48%, #0f7ea0 100%);
    box-shadow: 0 32px 60px rgba(8, 19, 34, 0.22);
}

.site-home-video-panel::before {
    content: "";
    position: absolute;
    right: -82px;
    bottom: -98px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.site-home-video-panel::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 12%;
    width: 1px;
    height: 76%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 48%, rgba(255, 255, 255, 0) 100%);
}

.site-home-video-copy,
.site-home-video-media {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.site-home-video-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    padding-right: 18px;
}

.site-home-video-copy .sub-title {
    color: #7dd3fc;
}

.site-home-video-copy h2 {
    margin: 14px 0 18px;
    color: #ffffff;
    max-width: 100%;
    font-size: clamp(28px, 2.65vw, 42px);
    line-height: 1.14;
    text-wrap: balance;
}

.site-home-video-copy p {
    margin: 0;
    max-width: 97%;
    color: rgba(240, 249, 255, 0.82);
    font-size: 17px;
    line-height: 1.85;
}

.site-home-video-points {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.site-home-video-points span {
    min-height: 42px;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #f8fbff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.site-home-video-actions {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.site-home-video-actions .theme-btn.style-2 {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.site-home-video-actions .theme-btn.style-2:hover {
    background: #ffffff;
    color: #0b3246;
}

.site-home-video-frame {
    position: relative;
    overflow: hidden;
    width: min(100%, 640px);
    margin-left: auto;
    border-radius: 28px;
    background: #020912;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 44px rgba(1, 10, 19, 0.38);
}

.site-home-video-media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 18px;
}

.site-home-video-player,
.site-home-video-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: #020912;
}

.site-home-video-player {
    object-fit: cover;
}

.site-home-video-fallback {
    width: 100%;
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.site-home-video-fallback i {
    font-size: 40px;
    color: #ff3131;
}

.site-about-tour-grid .destination-card-items {
    height: 100%;
}

.site-about-tour-grid .destination-card-items .destination-content {
    height: 100%;
    gap: 14px;
    padding: 20px 16px 18px;
}

.site-about-tour-grid .destination-card-items .destination-content .meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 10px 12px;
    margin-bottom: 0;
}

.site-about-tour-grid .destination-card-items .destination-content .meta > li:first-child {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-about-tour-grid .destination-card-items .destination-content .meta > li:first-child i {
    margin-right: 0;
    flex: 0 0 auto;
}

.site-about-tour-grid .destination-card-items .destination-content .meta .rating {
    justify-self: end;
    align-self: start;
}

.site-about-tour-grid .destination-card-items .destination-content h5 {
    margin-bottom: 0;
    min-height: calc(1.4em * 2);
}

.site-about-tour-grid .destination-card-items .destination-content > p {
    margin-bottom: 0 !important;
    min-height: calc(1.7em * 3);
}

.site-about-tour-grid .destination-card-items .destination-content .info {
    margin-top: auto;
    margin-bottom: 0;
}

.site-about-tour-grid .destination-card-items .destination-content .price {
    padding-top: 12px;
    min-height: 64px;
}

.site-destinations-grid .destination-card-items {
    height: 100%;
}

.site-destinations-grid .destination-card-items .destination-content {
    height: 100%;
    gap: 14px;
    padding: 20px 16px 18px;
}

.site-destinations-grid .destination-card-items .destination-content .meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 10px 12px;
    margin-bottom: 0;
}

.site-destinations-grid .destination-card-items .destination-content .meta > li:first-child {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-destinations-grid .destination-card-items .destination-content .meta > li:first-child i {
    margin-right: 0;
    flex: 0 0 auto;
}

.site-destinations-grid .destination-card-items .destination-content .meta .rating {
    justify-self: end;
    align-self: start;
}

.site-destinations-grid .destination-card-items .destination-content h5 {
    margin-bottom: 0;
    min-height: calc(1.4em * 2);
}

.site-destinations-grid .destination-card-items .destination-content > p {
    margin-bottom: 0;
    min-height: calc(1.7em * 3);
}

.site-destination-featured {
    min-height: calc(1.7em * 2);
    margin-top: 0;
    font-size: 14px;
    color: #64748b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.site-destinations-grid .destination-card-items .destination-content .theme-btn.style-2 {
    margin-top: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 60px;
}

.site-tours-grid .destination-card-items {
    height: 100%;
}

.site-tours-grid .destination-card-items .destination-content {
    height: 100%;
    gap: 14px;
    padding: 20px 16px 18px;
}

.site-tours-grid .destination-card-items .destination-content .meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 10px 12px;
    margin-bottom: 0;
}

.site-tours-grid .destination-card-items .destination-content .meta > li:first-child {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-tours-grid .destination-card-items .destination-content .meta > li:first-child i {
    margin-right: 0;
    flex: 0 0 auto;
}

.site-tours-grid .destination-card-items .destination-content .meta .rating {
    justify-self: end;
    align-self: start;
}

.site-tours-grid .destination-card-items .destination-content h5 {
    margin-bottom: 0;
    min-height: calc(1.4em * 2);
}

.site-tours-grid .destination-card-items .destination-content > p {
    margin-bottom: 0 !important;
    min-height: calc(1.7em * 3);
}

.site-tours-grid .destination-card-items .destination-content .info {
    margin-top: auto;
    margin-bottom: 0;
}

.site-tours-grid .destination-card-items .destination-content .price {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px 16px;
    padding-top: 12px;
    min-height: 72px;
}

.site-tours-grid .destination-card-items .destination-content .price h6 {
    margin-bottom: 0;
}

.site-tours-grid .destination-card-items .destination-content .theme-btn.style-2 {
    min-width: 142px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 0;
}

.site-tour-toolbar {
    margin-bottom: 34px;
    padding: 28px;
    border-radius: 32px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 253, 0.96) 100%);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.site-tour-toolbar__intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.site-tour-toolbar__copy {
    max-width: 760px;
}

.site-tour-toolbar__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #edfafe;
    color: #1ca8cb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.site-tour-toolbar__copy h3 {
    margin: 14px 0 10px;
    font-size: 34px;
    line-height: 1.12;
}

.site-tour-toolbar__copy p {
    max-width: 700px;
    margin: 0;
    color: #5b7084;
    line-height: 1.72;
}

.site-tour-toolbar__status {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.site-tour-toolbar__count {
    display: grid;
    justify-items: end;
    gap: 2px;
    min-width: 150px;
}

.site-tour-toolbar__count strong {
    color: #0f172a;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
}

.site-tour-toolbar__count span {
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.site-tour-toolbar__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(28, 168, 203, 0.2);
    background: #fff;
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
}

.site-tour-toolbar__form {
    margin-bottom: 18px;
}

.site-tour-toolbar__grid {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) repeat(3, minmax(0, 1fr)) auto;
    gap: 14px;
    align-items: end;
}

.site-tour-toolbar__grid .form-clt {
    min-width: 0;
}

.site-tour-toolbar__grid .form-clt label {
    display: block;
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
}

.site-tour-toolbar__grid .form-clt input,
.site-tour-toolbar__grid .form-clt select,
.site-tour-toolbar__grid .form-clt .nice-select {
    width: 100%;
    min-height: 58px;
    padding: 16px 20px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fbfd;
    color: #0f172a;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
}

.site-tour-toolbar__grid .form-clt input::placeholder {
    color: #94a3b8;
}

.site-tour-toolbar__grid .form-clt .nice-select {
    display: flex;
    align-items: center;
    float: none;
}

.site-tour-toolbar__grid .form-clt .nice-select span {
    margin-bottom: 0;
    color: #0f172a;
    font-size: 15px;
    font-weight: 500;
}

.site-tour-toolbar__grid .form-clt .nice-select::after {
    right: 22px;
    width: 9px;
    height: 9px;
}

.site-tour-toolbar__grid .form-clt .nice-select .list {
    width: 100%;
}

.site-tour-toolbar__grid .form-clt input:focus,
.site-tour-toolbar__grid .form-clt select:focus,
.site-tour-toolbar__grid .form-clt .nice-select.open {
    border-color: rgba(28, 168, 203, 0.5);
    box-shadow: 0 0 0 4px rgba(28, 168, 203, 0.12);
}

.site-tour-toolbar__search-field {
    min-width: 0;
}

.site-tour-toolbar__search-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    min-height: 58px;
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fbfd;
    overflow: hidden;
}

.site-tour-toolbar__search-shell input {
    min-width: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.site-tour-toolbar__search-btn {
    width: 62px;
    border: 0;
    background: #1ca8cb;
    color: #fff;
    font-size: 18px;
}

.site-tour-toolbar__apply {
    min-height: 58px;
    padding: 0 24px;
    white-space: nowrap;
    border: 0;
}

.site-tour-toolbar__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-tour-toolbar__chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: #fff;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    max-width: 100%;
}

.site-tour-toolbar__chip span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.site-tour-toolbar__chip b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: #e7f8fd;
    color: #1ca8cb;
    font-size: 12px;
    font-weight: 800;
}

.site-tour-toolbar__chip.is-active {
    border-color: transparent;
    background: #1ca8cb;
    color: #fff;
    box-shadow: 0 14px 30px rgba(28, 168, 203, 0.22);
}

.site-tour-toolbar__chip.is-active b {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.site-page-hero {
    background-position: center;
    padding: 0;
}

.site-page-hero::before {
    background:
        linear-gradient(180deg, rgba(9, 20, 36, 0.78) 0%, rgba(9, 20, 36, 0.55) 45%, rgba(9, 20, 36, 0.72) 100%),
        linear-gradient(90deg, rgba(7, 39, 60, 0.5) 0%, rgba(7, 39, 60, 0.12) 100%);
}

.site-page-hero .page-heading {
    padding: 176px 0 124px;
    max-width: 860px;
    margin: 0 auto;
}

.site-page-panel {
    position: relative;
    z-index: 2;
    padding: 54px 52px;
    border-radius: 36px;
    background:
        linear-gradient(180deg, rgba(11, 26, 44, 0.46) 0%, rgba(11, 26, 44, 0.3) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 28px 70px rgba(5, 16, 30, 0.22);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    text-align: center;
}

.site-page-panel .site-page-badge,
.site-page-panel .breadcrumb-list,
.site-page-panel .site-page-summary {
    margin-left: auto;
    margin-right: auto;
}

.site-page-panel .breadcrumb-list {
    width: fit-content;
}

.site-page-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
    margin-bottom: 22px;
}

.site-page-hero .page-heading h2 {
    max-width: 760px;
    margin: 0 auto 18px;
    line-height: 1.06;
    text-shadow: 0 14px 40px rgba(4, 16, 32, 0.34);
}

.site-page-hero .breadcrumb-list {
    margin-bottom: 18px;
}

.site-page-summary {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.78;
}

.contact-us-section .row {
    align-items: stretch;
}

.contact-us-main {
    height: 100%;
    padding: 16px 18px;
    display: flex;
}

.contact-us-main .contact-box-items {
    width: 100%;
    min-height: 228px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-us-main .contact-box-items .content {
    display: grid;
    gap: 10px;
}

.contact-us-main .contact-box-items .content h3,
.contact-us-main .contact-box-items .content h3 a,
.contact-us-main .contact-box-items .content p {
    overflow-wrap: anywhere;
    line-height: 1.45;
}

.contact-us-main .contact-box-items .content h3 {
    margin-bottom: 0;
}

.contact-us-main.style-2 .contact-box-items .content h3 a {
    text-transform: none;
}

.mouse-cursor,
.cursor-inner,
.cursor-outer {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.hero-section.hero-3 {
    overflow: hidden;
    min-height: 100vh;
    height: 100vh;
}

.hero-section.hero-3 .swiper,
.hero-section.hero-3 .swiper-wrapper,
.hero-section.hero-3 .swiper-slide {
    min-height: 100%;
    height: 100%;
}

.hero-section.hero-3 .swiper-slide > .container,
.hero-section.hero-3 .swiper-slide > .container > .row,
.hero-section.hero-3 .swiper-slide > .container > .row > [class*="col-"] {
    height: 100%;
}

.hero-section.hero-3 .hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 15, 37, 0.78) 0%, rgba(8, 15, 37, 0.46) 55%, rgba(8, 15, 37, 0.18) 100%);
}

.hero-section.hero-3 .hero-image {
    position: absolute;
    inset: 0;
}

.hero-section.hero-3 .swiper-slide {
    position: relative;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease;
}

.hero-section.hero-3 .swiper-slide-active,
.hero-section.hero-3 .swiper-slide-duplicate-active {
    opacity: 1;
    visibility: visible;
}

.hero-section.hero-3 .hero-content {
    position: relative;
    z-index: 3;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 180px 0 128px;
}

.hero-section.hero-3 .hero-content .sub-title,
.hero-3 .hero-content .sub-title {
    font-family: "Be Vietnam Pro", "Work Sans", "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-wrap: balance;
}

.hero-section.hero-3 [data-animation] {
    animation: none !important;
}

.hero-section.hero-3 .hero-content > * {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.hero-section.hero-3 .swiper-slide-active .hero-content > *,
.hero-section.hero-3 .swiper-slide-duplicate-active .hero-content > *,
.hero-section.hero-3 .swiper-slide-active .hero-content [data-animation],
.hero-section.hero-3 .swiper-slide-duplicate-active .hero-content [data-animation] {
    opacity: 1;
    transform: none;
}

.hero-section.hero-3 .hero-content h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    line-height: 1.06;
}

.hero-section.hero-3 .hero-content p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.laravel-field-caption {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

.new-top-desti-thumb .content p {
    max-width: 100%;
}

.new-top-desti-thumb .icon {
    z-index: 2;
}

.site-gallery-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 38px;
}

.site-gallery-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 14px 28px;
    border: 1px solid rgba(28, 168, 203, 0.18);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 250, 253, 0.96) 100%);
    color: #103046;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.24;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-gallery-tab:hover,
.site-gallery-tab:focus-visible {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #1ca8cb 0%, #103046 100%);
    box-shadow: 0 20px 36px rgba(28, 168, 203, 0.2);
    transform: translateY(-2px);
}

.site-gallery-tab.is-active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #0b1525 0%, #17384d 50%, #1ca8cb 100%);
    box-shadow: 0 24px 40px rgba(11, 21, 37, 0.24);
}

.site-gallery-tab:focus-visible {
    outline: none;
}

.site-gallery-grid {
    columns: 4 260px;
    column-gap: 24px;
    margin-top: 8px;
}

.site-gallery-card {
    position: relative;
    isolation: isolate;
    appearance: none;
    display: inline-block;
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    overflow: hidden;
    background: linear-gradient(180deg, #ebf4f9 0%, #dbeaf3 100%);
    break-inside: avoid;
    border-radius: 28px;
    cursor: zoom-in;
    text-align: left;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
    aspect-ratio: 4 / 3;
    min-height: 260px;
}

.site-gallery-card[hidden],
.site-gallery-card.is-hidden {
    display: none !important;
}

.site-gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    opacity: 0.38;
    background: linear-gradient(180deg, rgba(8, 16, 30, 0.06) 10%, rgba(8, 16, 30, 0.84) 100%);
    transition: opacity 0.35s ease, background 0.35s ease;
}

.site-gallery-card:hover::before,
.site-gallery-card:focus-visible::before {
    opacity: 1;
    background: linear-gradient(180deg, rgba(8, 16, 30, 0.08) 2%, rgba(8, 16, 30, 0.92) 100%);
}

.site-gallery-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: linear-gradient(180deg, #ebf4f9 0%, #dbeaf3 100%);
    transform: scale(1.01);
    transition: transform 0.45s ease;
}

.site-gallery-card:hover img,
.site-gallery-card:focus-visible img {
    transform: scale(1.06);
}

.site-gallery-card .content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    z-index: 2;
    display: grid;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}

.site-gallery-card .content::before {
    content: "";
    position: absolute;
    inset: -14px -14px -12px;
    z-index: -1;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(7, 18, 34, 0.2) 0%, rgba(7, 18, 34, 0.62) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.site-gallery-card:hover .content,
.site-gallery-card:focus-visible .content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-gallery-card:hover .content::before,
.site-gallery-card:focus-visible .content::before {
    opacity: 1;
}

.site-gallery-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-gallery-card .content h4 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.16;
    text-shadow: 0 12px 28px rgba(3, 11, 22, 0.36);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.site-gallery-card .content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.62;
    text-shadow: 0 10px 22px rgba(3, 11, 22, 0.3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.site-gallery-card:focus-visible {
    outline: 3px solid rgba(14, 165, 233, 0.34);
    outline-offset: 6px;
}

.site-gallery-card--wide {
    aspect-ratio: 16 / 10;
    min-height: 280px;
}

.site-gallery-card--landscape {
    aspect-ratio: 4 / 3;
    min-height: 280px;
}

.site-gallery-card--portrait {
    aspect-ratio: 4 / 5;
    min-height: 360px;
}

.site-gallery-card--tall {
    aspect-ratio: 5 / 7;
    min-height: 420px;
}

.site-gallery-empty {
    margin-top: 28px;
    padding: 24px 28px;
    border: 1px dashed rgba(148, 163, 184, 0.42);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(248, 251, 253, 0.98) 0%, rgba(239, 248, 252, 0.98) 100%);
    color: #5b7084;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.destination-card-items .destination-image img,
.news-card-items-3 .news-image img,
.recent-thumb img,
.details-thumb img,
.details-image img,
.new-top-desti-thumb img,
.site-destination-gallery img,
.site-related-card__thumb img {
    width: 100%;
    object-fit: cover;
}

.destination-card-items,
.news-card-items-3 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.destination-card-items .destination-image,
.news-card-items-3 .news-image {
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(180deg, #eff6fb 0%, #dcecf6 100%);
}

.destination-card-items .destination-image {
    aspect-ratio: 16 / 11;
}

.news-card-items-3 .news-image {
    aspect-ratio: 16 / 10;
    min-height: 250px;
}

.destination-card-items .destination-image img,
.news-card-items-3 .news-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destination-card-items .destination-image img {
    height: 300px;
}

.destination-card-items .destination-content,
.news-card-items-3 .news-content {
    display: flex;
    flex-direction: column;
}

.destination-card-items .destination-content {
    flex: 1;
}

.destination-card-items .destination-content .meta,
.destination-card-items .destination-content .info,
.destination-card-items .destination-content .price {
    flex-wrap: wrap;
    gap: 12px 18px;
}

.destination-card-items .destination-content .meta li,
.destination-card-items .destination-content .info li {
    line-height: 1.6;
}

.destination-card-items .destination-content h5 {
    line-height: 1.4;
}

.destination-card-items .destination-content h5 a,
.news-card-items-3 .news-content h4 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.destination-card-items .destination-content > p,
.news-card-items-3 .news-content > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.destination-card-items .destination-content .price {
    margin-top: auto;
}

.news-card-items-3 .news-content {
    flex: 1;
    gap: 14px;
    margin: -74px 18px 0;
    border-radius: 18px;
}

.news-card-items-3 .news-content .post-meta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 8px 16px;
    margin-bottom: 0;
}

.news-card-items-3 .news-content .post-meta .post {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
}

.news-card-items-3 .news-content .post-meta li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.news-card-items-3 .news-content .post-meta li:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

.news-card-items-3 .news-content .post-meta li {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.news-card-items-3 .news-content .post-meta li i {
    margin-right: 0;
    margin-top: 5px;
    flex: 0 0 auto;
}

.news-card-items-3 .news-content h4 {
    margin-bottom: 0;
    line-height: 1.35;
}

.news-card-items-3 .news-content .link-btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.details-thumb > img,
.details-thumb .site-tour-main {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 22px;
}

.details-thumb .image-list {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.details-thumb .image-list li {
    list-style: none;
}

.site-tour-thumb {
    position: relative;
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
}

.site-tour-thumb img {
    height: 130px;
    border-radius: 18px;
}

.site-tour-thumb.is-active::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid #1ca8cb;
    border-radius: 18px;
}

.site-tour-thumb-count {
    position: absolute;
    left: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 34px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.95);
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
}

.site-destination-gallery {
    padding: 18px;
    border-radius: 28px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.08);
}

.site-destination-gallery__slider {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, #dcecf6 0%, #eff7fb 100%);
}

.site-destination-gallery__slide {
    display: block;
    aspect-ratio: 16 / 10;
}

.site-destination-gallery__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-destination-gallery__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.68);
    color: #fff;
    transform: translateY(-50%);
    transition: background 0.2s ease, transform 0.2s ease;
}

.site-destination-gallery__nav.is-prev {
    left: 18px;
}

.site-destination-gallery__nav.is-next {
    right: 18px;
}

.site-destination-gallery__nav:hover {
    background: rgba(14, 165, 233, 0.88);
}

.site-destination-gallery__pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    z-index: 3;
    text-align: center;
}

.site-destination-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.site-destination-gallery__thumb {
    position: relative;
    overflow: hidden;
    border: 0;
    padding: 0;
    border-radius: 18px;
    background: transparent;
    aspect-ratio: 16 / 11;
}

.site-destination-gallery__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.site-destination-gallery__thumb.is-active::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid #1ca8cb;
    border-radius: 18px;
}

.site-destination-gallery__thumb:hover img,
.site-destination-gallery__thumb.is-active img {
    transform: scale(1.04);
}

.activities-details-content p + p {
    margin-top: 18px;
}

.site-related-widget {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, #fbfdff 0%, #f3f8fb 100%);
    border: 1px solid rgba(191, 219, 254, 0.72);
}

.site-related-widget::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 6px;
    background: repeating-linear-gradient(90deg, #0ea5e9 0 24px, #38bdf8 24px 48px, #d6f4fb 48px 72px);
}

.site-related-widget .wid-title {
    position: relative;
    z-index: 1;
}

.site-related-destinations {
    display: grid;
    gap: 14px;
}

.site-related-card {
    display: grid;
    grid-template-columns: 102px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 22px;
    border: 1px dashed #cbdfe8;
    background: rgba(255, 255, 255, 0.92);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-related-card:hover {
    transform: translateY(-2px);
    border-color: rgba(14, 165, 233, 0.55);
    box-shadow: 0 18px 34px rgba(14, 116, 144, 0.08);
}

.site-related-card__thumb {
    display: block;
    overflow: hidden;
    border-radius: 18px;
}

.site-related-card__thumb img {
    display: block;
    width: 102px;
    height: 102px;
    object-fit: cover;
}

.site-related-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.site-related-card__eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #0ea5e9;
}

.site-related-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #11253e;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

.site-related-card__summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #5f7285;
    line-height: 1.7;
}

.site-related-card__arrow {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(14, 165, 233, 0.12);
    color: #0ea5e9;
    flex: 0 0 auto;
}

.site-rich-copy p {
    margin-bottom: 18px;
}

.site-rich-copy ul {
    padding-left: 22px;
    margin-bottom: 20px;
}

.site-rich-copy li {
    margin-bottom: 10px;
}

.site-inline-video {
    margin: 34px 0 28px;
    padding: 22px;
    border-radius: 28px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: linear-gradient(180deg, #ffffff 0%, #f5fbfe 100%);
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.08);
}

.site-inline-video__head {
    margin-bottom: 18px;
}

.site-inline-video__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(28, 168, 203, 0.12);
    color: #0f8bac;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.site-inline-video__head h3 {
    margin: 16px 0 10px;
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1.2;
}

.site-inline-video__head p {
    margin: 0;
    color: #5b6b82;
    line-height: 1.8;
}

.site-inline-video__frame {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #04111f;
    aspect-ratio: 16 / 9;
}

.site-inline-video__player,
.site-inline-video__iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: #04111f;
}

.site-inline-video__player {
    object-fit: cover;
}

.site-inline-video__fallback {
    width: 100%;
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.site-inline-video__fallback i {
    font-size: 34px;
    color: #ff3131;
}

.site-highlight-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 22px;
    padding: 0;
    margin: 26px 0 0;
}

.site-highlight-list li {
    list-style: none;
    position: relative;
    padding-left: 34px;
    color: #45556c;
    line-height: 1.8;
}

.site-highlight-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #1ca8cb;
}

.site-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.site-tour-detail-gallery {
    margin-bottom: 14px;
}

.site-tour-essentials {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.site-tour-essential {
    min-height: 136px;
    padding: 18px 16px;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.site-tour-essential__icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid rgba(28, 168, 203, 0.2);
    background: #edfafe;
}

.site-tour-essential__icon img {
    max-width: 22px;
}

.site-tour-essential__body {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.site-tour-essential__body span {
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.site-tour-essential__body h6 {
    margin: 0;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.28;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.site-combo-stack {
    display: grid;
    gap: 18px;
}

.site-combo-card {
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.09);
    background: #fff;
}

.site-combo-card h5 {
    margin-bottom: 10px;
}

.site-combo-card .combo-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
}

.site-combo-card .combo-price {
    color: #1ca8cb;
    font-size: 28px;
    font-weight: 700;
}

.site-combo-card .combo-note {
    margin-top: 10px;
    color: #667085;
    line-height: 1.7;
}

.site-tour-sidebar-cta {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    margin-top: 26px;
    padding: 26px;
    border-radius: 28px;
    display: flex;
    align-items: flex-end;
    background-position: center;
    background-size: cover;
}

.site-tour-sidebar-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(9, 20, 36, 0.14) 0%, rgba(9, 20, 36, 0.46) 42%, rgba(9, 20, 36, 0.88) 100%);
}

.site-tour-sidebar-cta__body {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 14px;
    width: 100%;
}

.site-tour-sidebar-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.site-tour-sidebar-cta__body h3 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.18;
    text-wrap: balance;
}

.site-tour-sidebar-cta__body p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.72;
}

.site-tour-sidebar-cta__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-tour-sidebar-cta__meta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.site-tour-sidebar-cta .theme-btn {
    width: 100%;
    justify-content: center;
    border: 0;
}

.site-related-widget--tour {
    margin-top: 26px;
}

.site-related-card--tour {
    grid-template-columns: 112px minmax(0, 1fr) auto;
    align-items: start;
}

.site-related-card--tour .site-related-card__thumb img {
    width: 112px;
    height: 112px;
}

.site-floating-support {
    position: fixed;
    left: 20px;
    bottom: 24px;
    z-index: 2147483646;
}

.site-support-launch {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #0aa8cb 0%, #0fbc88 100%);
    color: #fff;
    padding: 16px 24px;
    font-weight: 700;
    box-shadow: 0 18px 34px rgba(15, 188, 136, 0.32);
}

.site-support-launch span.icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
}

.site-support-panel {
    width: min(92vw, 390px);
    margin-top: 14px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.18);
    overflow: hidden;
    position: relative;
    z-index: 2147483647;
}

.site-support-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 0;
    background: linear-gradient(135deg, #0a9fc3 0%, #0fb987 100%);
    color: #fff;
}

.site-support-head h5 {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.site-support-head p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.6;
}

.site-support-close {
    border: 0;
    background: transparent;
    color: #fff;
    font-weight: 700;
    width: 127px;
}

.site-support-body {
    display: flex;
    flex-direction: column;
    height: 400px;
}

.site-support-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    display: grid;
    gap: 12px;
    background: #f8fafc;
}

.support-bubble {
    max-width: calc(100% - 28px);
    padding: 14px 16px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1.7;
}

.support-bubble--assistant {
    background: #e6f7fc;
    color: #123047;
    border-top-left-radius: 6px;
}

.support-bubble--user {
    justify-self: end;
    background: #0fb987;
    color: #fff;
    border-top-right-radius: 6px;
}

.site-support-form {
    padding: 16px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.site-support-form-inner {
    display: flex;
    gap: 12px;
}

.site-support-input {
    flex: 1;
    height: 54px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    padding: 0 18px;
    color: #0f172a;
    caret-color: #0f172a;
    -webkit-text-fill-color: #0f172a;
    background: #f8fafc;
}

.site-support-input::placeholder {
    color: #94a3b8;
    -webkit-text-fill-color: #94a3b8;
}

.site-support-input:focus,
.site-support-input:active {
    color: #0f172a;
    caret-color: #0f172a;
    -webkit-text-fill-color: #0f172a;
}

.site-support-send {
    border: 0;
    border-radius: 999px;
    background: #0fb987;
    color: #fff;
    min-width: 112px;
    font-weight: 700;
}

.site-support-send:hover {
    background: #0d9f74;
}

.site-support-send:disabled {
    opacity: 0.7;
}

.site-booking-shell {
    padding: 120px 0;
}

.site-booking-card,
.site-summary-card {
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    height: 100%;
}

.site-summary-card .content,
.site-booking-card .content {
    padding: 34px;
    min-width: 0;
}

.site-summary-card > img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.site-booking-shell .row > [class*="col-"] {
    min-width: 0;
}

.site-booking-progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0 34px;
}

.site-booking-progress span {
    display: block;
    height: 8px;
    border-radius: 999px;
    background: #dbe4ee;
}

.site-booking-progress span.is-active {
    background: #1ca8cb;
}

.site-booking-step-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #f2fbfe;
    color: #1ca8cb;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.site-booking-pane {
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 26px;
    margin-bottom: 24px;
}

.site-booking-pane h4 {
    margin-top: 12px;
    margin-bottom: 0;
}

.site-booking-pane .form-clt label {
    display: block;
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
}

.site-booking-card .form-clt input,
.site-booking-card .form-clt textarea,
.site-booking-card .form-clt select,
.site-booking-card .form-clt .nice-select {
    width: 100%;
    min-height: 58px;
    padding: 16px 20px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fff;
    color: #0f172a;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
}

.site-booking-card .form-clt input::placeholder,
.site-booking-card .form-clt textarea::placeholder {
    color: #94a3b8;
}

.site-booking-card .form-clt textarea {
    min-height: 160px;
    border-radius: 22px;
    resize: vertical;
}

.site-booking-card .form-clt .nice-select {
    display: flex;
    align-items: center;
    float: none;
}

.site-booking-card .form-clt .nice-select span {
    margin-bottom: 0;
    color: #0f172a;
    font-size: 16px;
    font-weight: 500;
}

.site-booking-card .form-clt .nice-select::after {
    right: 22px;
    width: 9px;
    height: 9px;
}

.site-booking-card .form-clt .nice-select .list {
    width: 100%;
}

.site-booking-card .form-clt .nice-select .option {
    padding: 10px 18px;
}

.site-booking-card .form-clt input:focus,
.site-booking-card .form-clt textarea:focus,
.site-booking-card .form-clt select:focus,
.site-booking-card .form-clt .nice-select.open {
    border-color: rgba(28, 168, 203, 0.55);
    box-shadow: 0 0 0 4px rgba(28, 168, 203, 0.12);
}

.site-booking-pane,
.site-summary-grid,
.site-booking-nav {
    min-width: 0;
}

.site-summary-grid {
    display: grid;
    gap: 14px;
}

.site-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #f8fafc;
}

.site-summary-row strong {
    color: #0f172a;
}

.site-booking-nav {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 26px;
}

.site-booking-nav button,
.site-booking-nav .theme-btn {
    border: 0;
}

.site-booking-nav .theme-btn.style-2,
.site-booking-nav .theme-btn.style-border {
    background: #eef6fb;
    color: #0f172a;
}

.site-booking-nav .theme-btn[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.site-contact-helper {
    color: #d5e0eb;
    line-height: 1.8;
}

.contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt input[type="date"] {
    color: #fff;
    color-scheme: dark;
}

.contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt input[type="date"]::-webkit-datetime-edit,
.contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt input[type="date"]::-webkit-datetime-edit-text,
.contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt input[type="date"]::-webkit-datetime-edit-month-field,
.contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt input[type="date"]::-webkit-datetime-edit-day-field,
.contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt input[type="date"]::-webkit-datetime-edit-year-field {
    color: #fff;
}

.contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.site-map-card iframe,
.map-area iframe {
    width: 100%;
    min-height: 540px;
    border-radius: 22px;
}

.site-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 18px;
}

.site-post-body p {
    margin-bottom: 18px;
}

.site-post-gallery {
    margin: 30px 0;
}

.site-post-gallery .row > div {
    margin-bottom: 20px;
}

.site-footer-shell {
    padding-inline: clamp(22px, 3.5vw, 56px);
}

.footer-widget-wrapper-new {
    padding: 60px 32px 38px;
}

.footer-widget-wrapper-new::before {
    width: 100%;
    border-radius: 28px;
    background: rgba(20, 23, 28, 0.88);
}

.footer-widget-wrapper-new .row {
    align-items: stretch;
    row-gap: 24px;
}

.site-footer-links {
    display: grid;
    gap: 0px 15px;
}

.footer-widget-wrapper-new .single-widget-items {
    height: 100%;
}

@media (min-width: 1200px) {
    .site-footer-row {
        display: flex;
        align-items: flex-start;
    }

    .site-footer-col {
        flex: 0 0 auto;
    }

    .site-footer-col--brand {
        width: 26%;
    }

    .site-footer-col--links {
        width: 28%;
        padding-left: 36px !important;
    }

    .site-footer-col--booking {
        width: 20%;
    }

    .site-footer-col--contact {
        width: 26%;
    }

    .site-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .site-footer-links li:not(:last-child) {
        margin-bottom: 0;
    }

    .footer-widget-wrapper-new .single-widget-items {
        margin-top: 0;
    }
}

.footer-widget-wrapper-new .single-widget-items .footer-content,
.footer-widget-wrapper-new .single-widget-items .contact-info {
    height: 100%;
}

.footer-widget-wrapper-new .single-widget-items .footer-content h3 {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.footer-widget-wrapper-new .single-widget-items .contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: auto;
}

.footer-widget-wrapper-new .single-widget-items .contact-info .contact-items {
    align-items: flex-start;
}

.footer-widget-wrapper-new .single-widget-items .contact-info .contact-items:not(:last-child) {
    margin-bottom: 0;
}

.footer-widget-wrapper-new .single-widget-items .contact-info .contact-items .content {
    min-width: 0;
}

.footer-widget-wrapper-new .single-widget-items .contact-info .contact-items .content h6,
.footer-widget-wrapper-new .single-widget-items .contact-info .contact-items .content h6 a {
    overflow-wrap: anywhere;
    line-height: 1.6;
}

.footer-bottom {
    padding: 28px 0 18px;
}

.footer-bottom .footer-wrapper {
    gap: 18px;
}

.site-empty-card {
    padding: 34px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    text-align: center;
    color: #667085;
}

@media (max-width: 1399px) {
    .site-brand__name {
        font-size: 16px;
        letter-spacing: 0.05em;
    }

    .site-lang-switcher {
        margin-left: 10px;
    }

    .header-main .main-menu ul li {
        margin-inline-end: 20px;
    }

    .header-main .header-right {
        gap: 12px;
    }

    .header-1 .theme-btn {
        padding: 16px 20px;
    }

    .footer-widget-wrapper-new .single-widget-items .footer-content {
        text-align: left;
    }

    .footer-widget-wrapper-new .single-widget-items .footer-content h3 {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    .footer-widget-wrapper-new .single-widget-items .footer-content .social-icon {
        justify-content: flex-start !important;
    }
}

@media (max-width: 991px) {
    .site-home-video-copy {
        padding-right: 0;
    }

    .site-home-video-media {
        padding-left: 0;
    }

    .site-home-video-panel {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 28px;
    }

    .site-home-video-panel::after {
        display: none;
    }

    .site-home-video-copy h2 {
        font-size: 34px;
    }

    .site-tour-essentials {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-inline-video {
        padding: 18px;
    }

    .site-inline-video__head h3 {
        font-size: 24px;
    }

    .site-tour-sidebar-cta {
        min-height: 300px;
        padding: 24px;
    }

    .site-tour-sidebar-cta__body h3 {
        font-size: 24px;
    }

    .site-tour-toolbar {
        padding: 24px 22px;
    }

    .site-tour-toolbar__intro {
        align-items: start;
        flex-direction: column;
    }

    .site-tour-toolbar__status,
    .site-tour-toolbar__count {
        justify-items: start;
        justify-content: flex-start;
    }

    .site-tour-toolbar__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-tour-toolbar__search-field {
        grid-column: 1 / -1;
    }

    .site-tour-toolbar__apply {
        width: 100%;
        justify-content: center;
    }

    .header-1 .site-brand__copy,
    .header-1.sticky .site-brand__copy {
        display: none !important;
    }

    .header-1 .site-brand,
    .header-1.sticky .site-brand {
        gap: 0;
    }

    .header-1 .site-brand__mark,
    .header-1.sticky .site-brand__mark {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 16px;
    }

    .site-brand__copy {
        display: none;
    }

    .hero-section.hero-3 {
        min-height: 78vh;
        height: 78vh;
    }

    .hero-section.hero-3 .hero-content {
        padding: 142px 0 94px;
    }

    .site-highlight-list,
    .site-meta-grid {
        grid-template-columns: 1fr;
    }

    .site-booking-shell {
        padding: 90px 0;
    }

    .news-card-items-3 .news-content .post-meta {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .site-related-card {
        grid-template-columns: 88px minmax(0, 1fr) auto;
    }

    .site-related-card__thumb img {
        width: 88px;
        height: 88px;
    }

    .footer-widget-wrapper-new {
        padding: 50px 22px 34px;
    }
}

@media (max-width: 767px) {
    .site-home-video-panel {
        padding: 22px 18px;
        border-radius: 30px;
    }

    .site-home-video-copy h2 {
        font-size: 28px;
        line-height: 1.16;
    }

    .site-home-video-copy p {
        font-size: 15px;
        line-height: 1.75;
    }

    .site-home-video-actions {
        flex-direction: column;
    }

    .site-home-video-actions .theme-btn,
    .site-home-video-actions .theme-btn.style-2 {
        width: 100%;
        justify-content: center;
    }

    .site-tour-essentials {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .site-tour-essential {
        min-height: 112px;
    }

    .site-tour-essential__body h6 {
        font-size: 20px;
    }

    .site-tour-sidebar-cta {
        min-height: 280px;
        padding: 22px 18px;
    }

    .site-tour-sidebar-cta__body h3 {
        font-size: 22px;
    }

    .site-tour-sidebar-cta__meta {
        gap: 8px;
    }

    .site-related-card--tour {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .site-related-card--tour .site-related-card__thumb img {
        width: 88px;
        height: 88px;
    }

    .site-tour-toolbar {
        padding: 22px 18px;
        margin-bottom: 28px;
        border-radius: 26px;
    }

    .site-tour-toolbar__copy h3 {
        font-size: 28px;
    }

    .site-tour-toolbar__copy p {
        font-size: 15px;
        line-height: 1.68;
    }

    .site-tour-toolbar__count strong {
        font-size: 28px;
    }

    .site-tour-toolbar__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .site-tour-toolbar__chips {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-tour-toolbar__chip {
        justify-content: space-between;
        padding: 12px 14px;
    }

    .breadcrumb-wrapper .container,
    .destination-details-section > .container,
    .destination-details-section .container,
    .site-page-hero .container,
    .site-gallery-section > .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .breadcrumb-wrapper .page-heading {
        padding: 118px 0 92px;
    }

    .breadcrumb-wrapper .page-heading .breadcrumb-list {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 16px;
        gap: 6px;
    }

    .site-gallery-section::before {
        inset: -28px;
        filter: blur(10px);
    }

    .site-gallery-section .section-title {
        margin-bottom: 42px;
    }

    .site-gallery-section .turmet-breadcrumb-copy {
        font-size: 16px;
        line-height: 1.75;
    }

    .hero-section.hero-3 {
        min-height: 58vh;
        height: 58vh;
    }

    .hero-section.hero-3 .hero-content {
        padding: 98px 0 52px;
    }

    .hero-section.hero-3 .hero-content .sub-title,
    .hero-3 .hero-content .sub-title {
        font-size: 14px;
        letter-spacing: 0.18em;
        line-height: 1.4;
    }

    .hero-section.hero-3 .hero-content h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .hero-section.hero-3 .hero-content p {
        max-width: 92%;
        font-size: 15px;
        line-height: 1.65;
    }

    .hero-section.hero-3 .hero-content .about-button {
        gap: 14px;
        margin-top: 24px;
    }

    .hero-section.hero-3 .hero-content .about-button .theme-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 1.35;
    }

    .site-page-hero .page-heading {
        padding: 152px 0 100px;
    }

    .site-page-panel {
        padding: 34px 26px;
        border-radius: 28px;
    }

    .site-page-badge {
        min-height: 38px;
        padding: 8px 16px;
        font-size: 11px;
        letter-spacing: 0.2em;
        margin-bottom: 18px;
    }

    .site-page-summary {
        font-size: 16px;
        line-height: 1.68;
    }

    .details-thumb > img,
    .details-thumb .site-tour-main {
        height: 280px;
    }

    .details-thumb .image-list {
        grid-template-columns: 1fr;
    }

    .site-destination-gallery {
        padding: 14px;
        border-radius: 24px;
    }

    .site-destination-gallery__slide {
        aspect-ratio: 4 / 3;
    }

    .site-destination-gallery__thumbs {
        display: flex;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .site-destination-gallery__thumb {
        flex: 0 0 112px;
    }

    .site-inline-video {
        margin: 28px 0 24px;
        padding: 16px;
        border-radius: 24px;
    }

    .site-inline-video__eyebrow {
        padding: 7px 12px;
        font-size: 11px;
        letter-spacing: 0.18em;
    }

    .site-inline-video__head h3 {
        margin: 14px 0 10px;
        font-size: 22px;
    }

    .site-inline-video__frame {
        border-radius: 20px;
    }

    .site-related-card {
        grid-template-columns: 82px minmax(0, 1fr);
        align-items: start;
    }

    .site-tours-grid .destination-card-items .destination-content .price {
        grid-template-columns: 1fr;
    }

    .site-tours-grid .destination-card-items .destination-content .theme-btn.style-2 {
        width: 100%;
    }

    .site-related-card__thumb img {
        width: 82px;
        height: 82px;
    }

    .site-related-card__arrow {
        display: none;
    }

    .site-map-card iframe,
    .map-area iframe {
        min-height: 360px;
    }

    .site-support-launch {
        padding: 14px 18px;
    }

    .site-support-launch .label {
        display: none;
    }

    .site-floating-support {
        right: 112px;
        bottom: 20px;
    }

    .site-booking-nav {
        flex-direction: column;
    }

    .site-booking-nav .theme-btn {
        width: 100%;
        justify-content: center;
    }

    .destination-card-items .destination-content .price {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-us-main .contact-box-items {
        min-height: 200px;
    }
}

@media (max-width: 575px) {
    .site-tour-sidebar-cta {
        min-height: 250px;
        padding: 18px 16px;
    }

    .site-tour-sidebar-cta__eyebrow {
        min-height: 32px;
        padding: 6px 12px;
        font-size: 10px;
    }

    .site-tour-sidebar-cta__body h3 {
        font-size: 20px;
    }

    .site-tour-sidebar-cta__body p {
        font-size: 13px;
        line-height: 1.58;
    }

    .site-related-card--tour {
        grid-template-columns: 1fr;
    }

    .site-related-card--tour .site-related-card__thumb img {
        width: 100%;
        height: 168px;
    }

    .site-tour-toolbar {
        padding: 20px 16px;
    }

    .site-tour-toolbar__copy h3 {
        font-size: 24px;
    }

    .site-tour-toolbar__search-btn {
        width: 56px;
    }

    .site-tour-toolbar__grid .form-clt input,
    .site-tour-toolbar__grid .form-clt select,
    .site-tour-toolbar__grid .form-clt .nice-select,
    .site-tour-toolbar__search-shell,
    .site-tour-toolbar__apply {
        min-height: 54px;
    }

    .breadcrumb-wrapper .container,
    .destination-details-section > .container,
    .destination-details-section .container,
    .site-page-hero .container,
    .site-gallery-section > .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .breadcrumb-wrapper .page-heading {
        padding: 112px 0 82px;
    }

    .breadcrumb-wrapper .page-heading .breadcrumb-list {
        padding: 10px 14px;
        gap: 5px;
        border-radius: 28px;
    }

    .hero-section.hero-3 {
        min-height: 50vh;
        height: 50vh;
    }

    .hero-section.hero-3 .hero-content {
        padding: 82px 0 42px;
    }

    .hero-section.hero-3 .hero-content .sub-title,
    .hero-3 .hero-content .sub-title {
        font-size: 12px;
        letter-spacing: 0.16em;
        margin-bottom: 10px;
    }

    .hero-section.hero-3 .hero-content h1 {
        font-size: 22px;
        line-height: 1.54;
        max-width: 100%;
    }

    .hero-section.hero-3 .hero-content p {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.6;
    }

    .hero-section.hero-3 .hero-content .about-button {
        gap: 10px;
        margin-top: 18px;
    }

    .hero-section.hero-3 .hero-content .about-button .theme-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 0 16px;
        font-size: 13px;
        line-height: 1.45;
    }

    .site-page-hero .page-heading {
        padding: 102px 0 70px;
    }

    .site-page-panel {
        padding: 28px 18px;
        border-radius: 24px;
    }

    .news-card-items-3 .news-image {
        min-height: 220px;
    }

    .news-card-items-3 .news-content {
        margin: -54px 14px 0;
        padding: 20px 18px;
    }

    .news-card-items-3 .news-content .post-meta {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 8px 12px;
    }

    .site-destination-gallery__nav {
        width: 42px;
        height: 42px;
    }

    .site-destination-gallery__nav.is-prev {
        left: 12px;
    }

    .site-destination-gallery__nav.is-next {
        right: 12px;
    }

    .site-inline-video__head h3 {
        font-size: 20px;
    }

    .site-related-card {
        grid-template-columns: 1fr;
    }

    .site-related-card__thumb img {
        width: 100%;
        height: 168px;
    }
}

.site-lightbox-modal {
    position: fixed;
    inset: 0;
    z-index: 2147482000;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(8, 17, 31, 0.82);
    padding: 24px;
}

.site-lightbox-modal.flex {
    display: flex;
}

.site-lightbox-shell {
    position: relative;
    width: min(1280px, 100%);
    max-height: calc(100vh - 32px);
    border-radius: 28px;
    background: #02070d;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
    overflow: hidden;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.site-lightbox-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 24px 0;
}

.site-lightbox-counter {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.site-lightbox-body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: min(68vh, 760px);
    padding: 12px 84px 0;
}

.site-lightbox-body img {
    display: block;
    width: 100%;
    max-height: min(68vh, 760px);
    object-fit: contain;
    background: #050b13;
}

.site-lightbox-meta {
    padding: 16px 28px 12px;
}

.site-lightbox-title {
    margin: 0 0 6px;
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
}

.site-lightbox-title:empty {
    display: none;
}

.site-lightbox-caption {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.7;
}

.site-lightbox-caption:empty {
    display: none;
}

.site-lightbox-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0 24px 24px;
}

.site-lightbox-thumbs[hidden] {
    display: none;
}

.site-lightbox-thumb {
    appearance: none;
    width: 92px;
    height: 72px;
    flex: 0 0 auto;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 14px;
    overflow: hidden;
    background: #0f172a;
    opacity: 0.62;
    transition: opacity 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.site-lightbox-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-lightbox-thumb:hover,
.site-lightbox-thumb:focus-visible {
    opacity: 0.94;
    transform: translateY(-1px);
}

.site-lightbox-thumb.is-active {
    opacity: 1;
    border-color: #22c3ee;
}

.site-lightbox-close,
.site-lightbox-nav {
    position: absolute;
    z-index: 2;
    border: 0;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    transition: background 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.site-lightbox-close:hover,
.site-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.site-lightbox-close {
    top: 16px;
    right: 16px;
    font-size: 28px;
    line-height: 1;
}

.site-lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
}

.site-lightbox-nav:hover {
    transform: translateY(-50%);
}

.site-lightbox-nav--prev {
    left: 18px;
}

.site-lightbox-nav--next {
    right: 18px;
}

.site-lightbox-nav.is-hidden {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 767px) {
    .site-gallery-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 26px;
    }

    .site-gallery-tab {
        min-height: 62px;
        padding: 12px 16px;
        font-size: 15px;
        box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
    }

    .site-gallery-grid {
        columns: 2 160px;
        column-gap: 16px;
    }

    .site-gallery-card {
        margin-bottom: 16px;
        border-radius: 20px;
        min-height: 220px;
    }

    .site-gallery-card,
    .site-gallery-card--wide,
    .site-gallery-card--landscape,
    .site-gallery-card--portrait,
    .site-gallery-card--tall {
        aspect-ratio: 4 / 3;
        min-height: 220px;
    }

    .site-gallery-card img {
        border-radius: 20px;
    }

    .site-gallery-card .content {
        left: 18px;
        right: 18px;
        bottom: 18px;
        gap: 8px;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .site-gallery-card .content::before {
        opacity: 1;
        inset: -12px -12px -10px;
        background: linear-gradient(180deg, rgba(7, 18, 34, 0.18) 0%, rgba(7, 18, 34, 0.72) 100%);
    }

    .site-gallery-card::before {
        opacity: 0.92;
        visibility: visible;
        background: linear-gradient(180deg, rgba(8, 16, 30, 0.02) 8%, rgba(8, 16, 30, 0.78) 100%);
    }

    .site-gallery-card__tag {
        min-height: 30px;
        padding: 6px 12px;
        font-size: 11px;
    }

    .site-gallery-card .content h4 {
        font-size: 20px;
        line-height: 1.22;
    }

    .site-gallery-card .content p {
        font-size: 13px;
        line-height: 1.62;
    }

    .site-lightbox-modal {
        padding: 12px;
    }

    .site-lightbox-shell {
        display: grid;
        grid-template-rows: auto minmax(0, 1fr) auto auto;
        border-radius: 20px;
    }

    .site-lightbox-toolbar {
        padding: 16px 18px 0;
    }

    .site-lightbox-close {
        top: 10px;
        right: 10px;
    }

    .site-lightbox-nav {
        bottom: 18px;
        top: auto;
        transform: none;
    }

    .site-lightbox-nav:hover {
        transform: none;
    }

    .site-lightbox-nav--prev {
        left: 16px;
    }

    .site-lightbox-nav--next {
        right: 16px;
    }

    .site-lightbox-body img {
        width: 100%;
        height: 100%;
        max-height: none;
    }

    .site-lightbox-body {
        height: clamp(250px, 44vh, 360px);
        min-height: clamp(250px, 44vh, 360px);
        padding: 10px 18px 0;
    }

    .site-lightbox-meta {
        padding: 14px 18px 10px;
    }

    .site-lightbox-title {
        font-size: 18px;
    }

    .site-lightbox-caption {
        font-size: 14px;
    }

    .site-lightbox-thumbs {
        padding: 0 18px 76px;
    }

    .site-lightbox-thumb {
        width: 74px;
        height: 58px;
        border-radius: 12px;
    }
}

@media (max-width: 575px) {
    .site-home-video-panel {
        padding: 18px 16px;
        gap: 18px;
    }

    .site-home-video-copy h2 {
        font-size: 24px;
    }

    .site-home-video-points {
        gap: 10px;
    }

    .site-home-video-points span {
        width: 100%;
        min-height: 40px;
        font-size: 12px;
    }

    .site-home-video-frame {
        border-radius: 20px;
    }

    .site-gallery-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-gallery-grid {
        columns: 1;
    }

    .site-gallery-card,
    .site-gallery-card--wide,
    .site-gallery-card--landscape,
    .site-gallery-card--portrait,
    .site-gallery-card--tall {
        aspect-ratio: 4 / 3;
        min-height: 240px;
    }

    .site-gallery-card .content {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .site-gallery-card .content h4 {
        font-size: 18px;
    }

    .site-gallery-card .content p {
        font-size: 12px;
        line-height: 1.58;
    }

    .site-lightbox-body {
        height: clamp(220px, 38vh, 300px);
        min-height: clamp(220px, 38vh, 300px);
    }
}

.back-to-top {
    z-index: 2147483000 !important;
}
