:root {
    --gold: #c9a227;
    --gold-l: #e8c547;
    --gold-d: #a07d15;
    --dark: #07090f;
    --dark2: #0d1220;
    --card: #0f1624;
    --card2: #121830;
    --serif: 'Playfair Display', Georgia, serif;
    --sans: 'DM Sans', system-ui, sans-serif;
    --radius: 14px;
    --radius-sm: 8px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--sans);
    background: var(--dark);
    color: #e8e4d9;
    overflow-x: hidden
}

@media (max-width:767.98px) {
    footer {
        text-align: center!important
    }
    footer .col-lg-4,
    footer .col-md-12,
    footer .col-md-6 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 2rem
    }
    .footer-social {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%
    }
    .footer-social a {
        display: block;
        width: fit-content;
        text-align: center
    }
    footer p {
        width: 100%
    }
}

.navbar {
    background: rgb(7 9 15 / 50%)!important;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(201, 162, 39, .15);
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000
}

.navbar-brand {
    font-family: var(--serif);
    color: var(--gold-l)!important;
    font-size: 1.15rem;
    font-weight: 700
}

.navbar-brand span {
    color: #fff;
    font-weight: 400
}

.nav-link {
    color: rgba(232, 228, 217, .82)!important;
    font-size: .88rem;
    font-weight: 500;
    transition: color .2s;
    padding: 6px 12px!important
}

.nav-link:hover {
    color: var(--gold-l)!important
}

.navbar-toggler {
    border-color: rgba(201, 162, 39, .4)!important
}

.navbar-toggler-icon {
    filter: invert(1)
}

.lang-btn {
    background: 0 0;
    border: 1px solid rgba(201, 162, 39, .3);
    color: #aaa;
    padding: 3px 9px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    font-family: var(--sans);
    margin: 0 2px
}

.lang-btn.active,
.lang-btn:hover {
    background: var(--gold);
    color: #000;
    border-color: var(--gold)
}

.currency-sel {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(201, 162, 39, .25);
    color: #ccc;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-family: var(--sans)
}

.btn-nav-book {
    background: var(--gold);
    color: #000!important;
    padding: 7px 18px!important;
    border-radius: 8px;
    font-weight: 700!important;
    font-size: 13px!important
}

.btn-nav-book:hover {
    background: var(--gold-l)!important
}

.hero {
    height: 85vh;
    background: linear-gradient(rgba(5, 10, 21, .5), var(--dark)), url(../img/Araratt.jpg) center/cover no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.trust-badge {
    color: var(--gold);
    border: 1px solid var(--gold);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block
}

.hero-subtext {
    font-size: 18px;
    opacity: .8;
    margin-bottom: 30px
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(7, 9, 15, .7) 0, rgba(7, 9, 15, .5) 50%, rgba(7, 9, 15, .88) 100%)
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 820px
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--gold);
    color: var(--gold-l);
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    animation: fadeUp .8s ease both
}

.hero h1 {
    font-size: clamp(35px, 8vw, 70px);
    font-weight: 900;
    margin-bottom: 15px
}

.hero h1 span {
    color: var(--gold-l)
}

.hero p {
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    color: rgba(232, 228, 217, .8);
    margin-bottom: 36px;
    animation: fadeUp .9s ease .3s both
}

.hero-trust {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
    color: rgba(232, 228, 217, .55);
    animation: fadeUp .9s ease .55s both;
    margin-top: 20px
}

.hero-btns {
    animation: fadeUp .9s ease .44s both
}

.btn-gold {
    background: var(--gold);
    color: #000;
    font-weight: 700;
    border: none;
    padding: 13px 32px;
    border-radius: 10px;
    font-size: 15px;
    text-decoration: none;
    transition: all .25s;
    display: inline-block
}

.btn-gold:hover {
    background: var(--gold-l);
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(201, 162, 39, .35)
}

.btn-outline-gold {
    border: 1.5px solid rgba(255, 255, 255, .7);
    color: #fff;
    padding: 13px 32px;
    border-radius: 10px;
    font-size: 15px;
    text-decoration: none;
    transition: all .25s;
    display: inline-block;
    backdrop-filter: blur(4px)
}

.btn-outline-gold:hover {
    border-color: var(--gold);
    color: var(--gold-l);
    transform: translateY(-2px)
}

.scroll-hint {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--gold);
    font-size: 1.4rem;
    animation: bounce 2s infinite
}

.stats-bar {
    background: #0e1628;
    border: 1px solid rgba(201, 162, 39, .12);
    border-radius: 20px;
    padding: 36px 20px;
    margin-top: -60px;
    position: relative;
    z-index: 10;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5)
}

.stat-num {
    font-family: var(--serif);
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1
}

.stat-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: .8px;
    margin-top: 4px
}

.section-tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 12px;
    display: block;
    text-align: center
}

.section-title {
    font-family: var(--serif);
    font-size: clamp(1.8rem, 4vw, 3rem);
    color: var(--gold);
    margin-bottom: 12px;
    text-align: center
}

.section-sub {
    color: #888;
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto 50px;
    text-align: center
}

section {
    padding: 90px 0
}

.bg-dark2 {
    background: var(--dark2)
}

.tour-search-wrap {
    background: var(--card);
    border: 1px solid rgba(201, 162, 39, .1);
    border-radius: var(--radius);
    padding: 20px 24px;
    margin-bottom: 40px
}

.search-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: flex-end
}

.search-group {
    flex: 1;
    min-width: 150px
}

.search-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 6px;
    display: block
}

.search-input,
.search-select {
    width: 100%;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(201, 162, 39, .12);
    color: #e8e4d9;
    padding: 10px 14px;
    border-radius: var(--radius-sm);
    font-family: var(--sans);
    font-size: 13px;
    transition: border-color .2s
}

.search-input:focus,
.search-select:focus {
    outline: 0;
    border-color: var(--gold)
}

.search-input::placeholder {
    color: #555
}

.search-select option {
    background: #0d1220
}

.btn-search {
    background: var(--gold);
    color: #000;
    border: none;
    padding: 10px 24px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s
}

.btn-search:hover {
    background: var(--gold-l)
}

.filter-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px
}

.filter-tag {
    background: 0 0;
    border: 1px solid rgba(201, 162, 39, .18);
    color: #888;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    transition: all .2s;
    font-family: var(--sans)
}

.filter-tag.active,
.filter-tag:hover {
    background: rgba(201, 162, 39, .12);
    border-color: var(--gold);
    color: var(--gold-l)
}

#show-more-wrap {
    text-align: center;
    margin-top: 32px
}

.btn-show-more {
    background: rgba(201, 162, 39, .08);
    color: var(--gold);
    border: 1px solid rgba(201, 162, 39, .25);
    padding: 12px 36px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .25s;
    font-family: var(--sans)
}

.btn-show-more:hover {
    background: var(--gold);
    color: #000
}

.school-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #1a6b3a, #0f4a28);
    color: #4ade80;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid rgba(74, 222, 128, .3);
    backdrop-filter: blur(8px);
    letter-spacing: .5px
}

.btn-school {
    background: rgba(74, 222, 128, .1);
    color: #4ade80;
    border: 1px solid rgba(74, 222, 128, .3);
    padding: 10px 18px;
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s;
    white-space: nowrap;
    display: inline-block
}

.btn-school:hover {
    background: #22c55e;
    color: #000;
    border-color: #22c55e
}

.qv-modal-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .85);
    z-index: 5000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(6px)
}

.qv-modal-backdrop.open {
    display: flex
}

.qv-modal {
    background: var(--card2);
    border: 1px solid rgba(201, 162, 39, .15);
    border-radius: 22px;
    max-width: 780px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative
}

.qv-close {
    position: absolute;
    top: 16px;
    right: 18px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all .2s
}

.qv-close:hover {
    background: rgba(255, 255, 255, .18)
}

.qv-img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 22px 22px 0 0
}

.qv-body {
    padding: 28px 32px 32px
}

.qv-body h2 {
    font-family: var(--serif);
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 12px;
    font-weight: 600
}

.qv-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 18px
}

.qv-chip {
    background: rgba(201, 162, 39, .1);
    color: var(--gold-l);
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    border: 1px solid rgba(201, 162, 39, .2)
}

.qv-section-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gold);
    margin-bottom: 10px;
    margin-top: 20px
}

.school-section {
    background: linear-gradient(135deg, rgba(74, 222, 128, .04), rgba(74, 222, 128, .01));
    border: 1px solid rgba(74, 222, 128, .1);
    border-radius: 22px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden
}

.route-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(74, 222, 128, .1);
    border-radius: var(--radius-sm);
    padding: 14px 16px;
    transition: all .2s
}

.route-card:hover {
    border-color: rgba(74, 222, 128, .3);
    background: rgba(74, 222, 128, .04)
}

.route-name {
    font-size: 13px;
    font-weight: 500;
    color: #e8e4d9;
    margin-bottom: 4px
}

.route-stops {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px
}

.route-age {
    display: inline-block;
    background: rgba(74, 222, 128, .08);
    border: 1px solid rgba(74, 222, 128, .15);
    color: #4ade80;
    padding: 2px 9px;
    border-radius: 10px;
    font-size: 11px
}

.school-perks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 20px 0
}

.school-perk {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #777
}

.school-perk-icon {
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px
}

.cert-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, rgba(201, 162, 39, .12), rgba(201, 162, 39, .04));
    border: 1px solid rgba(201, 162, 39, .2);
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 12px;
    color: var(--gold-l);
    margin-top: 16px
}

.price-per-student {
    font-size: 11px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .5px
}

.price-val-school {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4ade80;
    font-family: var(--serif)
}

.hiw-card {
    background: var(--card);
    border: 1px solid rgba(201, 162, 39, .08);
    border-radius: 18px;
    padding: 30px 22px;
    text-align: center;
    height: 100%;
    transition: all .35s;
    position: relative
}

.hiw-card:hover {
    border-color: rgba(201, 162, 39, .3);
    transform: translateY(-6px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .4)
}

.hiw-card-gold {
    border-color: rgba(201, 162, 39, .25);
    background: linear-gradient(135deg, rgba(201, 162, 39, .08), var(--card))
}

.hiw-num {
    font-family: var(--serif);
    font-size: 3rem;
    font-weight: 700;
    color: rgba(201, 162, 39, .12);
    line-height: 1;
    margin-bottom: 4px
}

.hiw-icon {
    font-size: 2.2rem;
    margin-bottom: 12px;
    display: block
}

.hiw-title {
    font-family: var(--serif);
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px
}

.hiw-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.65;
    margin-bottom: 14px
}

.hiw-badge {
    display: inline-block;
    background: rgba(201, 162, 39, .1);
    border: 1px solid rgba(201, 162, 39, .2);
    color: var(--gold-l);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px
}

.hiw-trust-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 48px;
    padding: 20px 28px;
    background: var(--card);
    border: 1px solid rgba(201, 162, 39, .08);
    border-radius: 14px
}

.hiw-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #777
}

.hiw-trust-sep {
    color: rgba(201, 162, 39, .2);
    font-size: 18px
}

.review-card {
    background: var(--card);
    border: 1px solid rgba(201, 162, 39, .08);
    border-radius: 16px;
    padding: 24px;
    transition: all .3s;
    height: 100%
}

.review-card:hover {
    border-color: rgba(201, 162, 39, .2);
    transform: translateY(-4px)
}

.review-stars {
    color: var(--gold);
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: 2px
}

.review-text {
    font-size: 14px;
    color: #888;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 16px
}

.review-author {
    display: flex;
    align-items: center;
    gap: 10px
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(201, 162, 39, .3), rgba(201, 162, 39, .1));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--gold);
    font-family: var(--serif);
    flex-shrink: 0
}

.review-name {
    font-size: 13px;
    font-weight: 500;
    color: #ccc
}

.review-meta {
    font-size: 11px;
    color: #555
}

.reviews-summary {
    background: var(--card);
    border: 1px solid rgba(201, 162, 39, .12);
    border-radius: 18px;
    padding: 32px;
    text-align: center
}

.reviews-big-num {
    font-family: var(--serif);
    font-size: 4rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1
}

.reviews-stars-big {
    color: var(--gold);
    font-size: 22px;
    letter-spacing: 4px;
    margin: 8px 0
}

.reviews-count {
    font-size: 13px;
    color: #555
}

.bar-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px
}

.bar-label {
    font-size: 12px;
    color: #666;
    width: 16px;
    text-align: right
}

.bar-track {
    flex: 1;
    background: rgba(255, 255, 255, .05);
    border-radius: 4px;
    height: 6px;
    overflow: hidden
}

.bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--gold), var(--gold-d));
    border-radius: 4px;
    transition: width 1.5s ease
}

.bar-pct {
    font-size: 11px;
    color: #555;
    width: 28px
}

.gift-card-promo {
    background: linear-gradient(135deg, rgba(201, 162, 39, .12), rgba(201, 162, 39, .04));
    border: 1px solid rgba(201, 162, 39, .2);
    border-radius: 20px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden
}

.gift-amounts {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0
}

.gift-amount-btn {
    background: rgba(201, 162, 39, .08);
    border: 1px solid rgba(201, 162, 39, .2);
    color: var(--gold-l);
    padding: 10px 20px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    cursor: pointer;
    transition: all .2s;
    font-family: var(--sans)
}

.gift-amount-btn.selected,
.gift-amount-btn:hover {
    background: var(--gold);
    color: #000;
    border-color: var(--gold)
}

.progress-steps {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 28px
}

.step-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(201, 162, 39, .1);
    border: 1px solid rgba(201, 162, 39, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: var(--gold);
    flex-shrink: 0;
    transition: all .3s
}

.step-dot.active {
    background: var(--gold);
    color: #000;
    border-color: var(--gold)
}

.step-dot.done {
    background: rgba(37, 211, 102, .2);
    border-color: #25d366;
    color: #25d366
}

.step-line {
    flex: 1;
    height: 1px;
    background: rgba(201, 162, 39, .1)
}

.form-step {
    display: none
}

.form-step.active {
    display: block
}

.chat-bubble {
    position: fixed;
    bottom: 90px;
    right: 24px;
    z-index: 998
}

.chat-toggle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--card2);
    border: 1px solid rgba(201, 162, 39, .3);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    font-size: 1.1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .4)
}

.chat-toggle:hover {
    background: rgba(201, 162, 39, .15)
}

.chat-box {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 300px;
    background: var(--card2);
    border: 1px solid rgba(201, 162, 39, .15);
    border-radius: 18px;
    overflow: hidden;
    display: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .6)
}

.chat-box.open {
    display: block;
    animation: chatPop .25s ease
}

.chat-header {
    background: linear-gradient(135deg, rgba(201, 162, 39, .2), rgba(201, 162, 39, .08));
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 10px
}

.chat-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

.chat-header-info h6 {
    font-size: 13px;
    color: #fff;
    margin: 0;
    font-weight: 500
}

.chat-header-info small {
    font-size: 11px;
    color: #25d366
}

.chat-messages {
    padding: 14px;
    max-height: 200px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.chat-msg {
    background: rgba(201, 162, 39, .08);
    border-radius: 10px 10px 10px 2px;
    padding: 10px 13px;
    font-size: 12px;
    color: #bbb;
    line-height: 1.5;
    max-width: 85%
}

.chat-msg.user {
    background: rgba(201, 162, 39, .15);
    border-radius: 10px 10px 2px 10px;
    align-self: flex-end;
    color: #e8c547
}

.chat-quick {
    padding: 10px 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    border-top: 1px solid rgba(201, 162, 39, .06)
}

.chat-quick-btn {
    background: rgba(201, 162, 39, .06);
    border: 1px solid rgba(201, 162, 39, .15);
    color: var(--gold);
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 11px;
    cursor: pointer;
    transition: all .2s;
    font-family: var(--sans)
}

.chat-quick-btn:hover {
    background: rgba(201, 162, 39, .15)
}

.chat-input-row {
    display: flex;
    gap: 8px;
    padding: 10px 14px;
    border-top: 1px solid rgba(201, 162, 39, .06)
}

.chat-input {
    flex: 1;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(201, 162, 39, .12);
    color: #e8e4d9;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-family: var(--sans)
}

.chat-send {
    background: var(--gold);
    color: #000;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px
}

@keyframes chatPop {
    from {
        opacity: 0;
        transform: scale(.92) translateY(8px)
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.tour-card {
    background: var(--card);
    border: 1px solid rgba(201, 162, 39, .1);
    border-radius: 18px;
    overflow: hidden;
    transition: all .35s;
    height: 100%
}

.tour-card:hover {
    transform: translateY(-8px);
    border-color: rgba(201, 162, 39, .4);
    box-shadow: 0 20px 55px rgba(0, 0, 0, .5)
}

.tour-card-img {
    position: relative;
    height: 220px;
    overflow: hidden
}

.tour-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
    cursor: pointer
}

.tour-card:hover .tour-card-img img {
    transform: scale(1.06)
}

.duration-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(7, 9, 15, .82);
    color: #fff;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    backdrop-filter: blur(4px)
}

.rating-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(7, 9, 15, .85);
    color: var(--gold);
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(201, 162, 39, .2)
}

.card-carousel .carousel-indicators {
    bottom: 40px
}

.card-carousel .carousel-indicators button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    border: none
}

.card-carousel .carousel-indicators .active {
    background: var(--gold)
}

.card-carousel .carousel-control-next,
.card-carousel .carousel-control-prev {
    opacity: 0;
    transition: opacity .2s;
    width: 30%
}

.tour-card:hover .carousel-control-next,
.tour-card:hover .carousel-control-prev {
    opacity: 1
}

.tour-card-body {
    padding: 22px
}

.tour-card-body h3 {
    font-family: var(--serif);
    font-size: 1.15rem;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.3
}

.desc {
    font-size: 13.5px;
    color: #888;
    line-height: 1.6;
    margin-bottom: 12px
}

.highlights li {
    font-size: 12.5px;
    color: rgba(232, 228, 217, .65);
    padding: 2px 0
}

.highlights li::marker {
    color: var(--gold)
}

.price-from {
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .5px
}

.price-val {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1.1
}

.price-per {
    font-size: 11px;
    color: #666
}

.btn-book {
    background: rgba(201, 162, 39, .1);
    color: var(--gold);
    border: 1px solid var(--gold);
    padding: 10px 20px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s;
    white-space: nowrap;
    display: inline-block
}

.btn-book:hover {
    background: var(--gold);
    color: #000
}

.mini-reviews {
    border-top: 1px solid rgba(201, 162, 39, .1);
    padding-top: 14px;
    margin-top: 14px
}

.mini-reviews .label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--gold);
    margin-bottom: 8px
}

.mini-review-item {
    font-size: 13px;
    color: #777;
    font-style: italic;
    border-left: 3px solid rgba(201, 162, 39, .2);
    padding-left: 10px;
    margin-bottom: 8px;
    line-height: 1.5
}

.mini-review-item span {
    font-size: 12px;
    color: #555;
    display: block;
    margin-top: 3px
}

.feature-card {
    background: var(--card);
    border: 1px solid rgba(201, 162, 39, .1);
    border-radius: 14px;
    padding: 28px 22px;
    text-align: center;
    transition: all .3s;
    height: 100%
}

.feature-card:hover {
    border-color: rgba(201, 162, 39, .4);
    transform: translateY(-5px)
}

.feature-icon {
    font-size: 2.2rem;
    margin-bottom: 14px;
    display: block
}

.feature-card h4 {
    font-family: var(--serif);
    color: var(--gold);
    margin-bottom: 10px;
    font-size: 1.1rem
}

.feature-card p {
    color: #777;
    font-size: 14px;
    line-height: 1.6
}

.about-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 180px;
    gap: 10px
}

.about-img-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.about-img-grid .ab-main {
    grid-column: span 2
}

.about-list li {
    color: rgba(232, 228, 217, .8);
    margin-bottom: 10px;
    font-size: 15px
}

.about-list li::marker {
    color: var(--gold)
}

.badge-stat {
    background: var(--card);
    border: 1px solid rgba(201, 162, 39, .15);
    border-radius: 12px;
    padding: 16px 20px;
    text-align: center
}

.badge-stat .num {
    font-family: var(--serif);
    font-size: 1.8rem;
    color: var(--gold);
    font-weight: 700;
    display: block
}

.badge-stat .lbl {
    font-size: 11px;
    color: #666;
    text-transform: uppercase
}

.gold-quote {
    background: var(--gold);
    color: #000;
    border-radius: 12px;
    padding: 18px 22px;
    margin-top: 14px
}

.gold-quote p {
    font-family: var(--serif);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 8px
}

.gal-item {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative
}

.gal-item.large {
    grid-column: span 2;
    grid-row: span 2
}

.gal-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.gal-item:hover img {
    transform: scale(1.07)
}

.gal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 9, 15, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s;
    font-size: 1.8rem;
    color: #fff
}

.gal-item:hover .gal-overlay {
    opacity: 1
}

.video-section {
    padding: 70px 0
}

.video-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(201, 162, 39, .2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5)
}

.video-shorts-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(201, 162, 39, .2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
    max-width: 340px;
    margin: 0 auto
}

.video-shorts-wrap iframe {
    display: block
}

.yt-channel-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 0, 0, .12);
    color: #f44;
    border: 1px solid rgba(255, 68, 68, .35);
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s
}

.yt-channel-btn:hover {
    background: red;
    color: #fff;
    border-color: red;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(255, 0, 0, .3)
}

.yt-channel-btn i {
    font-size: 1.2rem
}

.booking-wrap {
    background: var(--dark2);
    border: 1px solid rgba(201, 162, 39, .12);
    border-radius: 20px;
    padding: 50px 40px
}

.form-control,
.form-select {
    background: var(--card)!important;
    border: 1px solid rgba(201, 162, 39, .15)!important;
    color: #e8e4d9!important;
    border-radius: 9px!important;
    padding: 12px 14px!important;
    font-family: var(--sans)!important
}

.form-control:focus,
.form-select:focus {
    border-color: var(--gold)!important;
    box-shadow: 0 0 0 3px rgba(201, 162, 39, .12)!important
}

.form-control::placeholder {
    color: #555!important
}

.form-select option {
    background: #0d1220
}

.form-label {
    color: #aaa;
    font-size: 13px;
    margin-bottom: 6px
}

.contact-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all .25s
}

.btn-wa {
    background: rgba(37, 211, 102, .1);
    color: #25d366;
    border: 1px solid rgba(37, 211, 102, .3)
}

.btn-wa:hover {
    background: #25d366;
    color: #000
}

.btn-tg {
    background: rgba(0, 136, 204, .1);
    color: #08c;
    border: 1px solid rgba(0, 136, 204, .3)
}

.btn-tg:hover {
    background: #08c;
    color: #fff
}

.accordion-item {
    background: var(--card)!important;
    border: 1px solid rgba(201, 162, 39, .12)!important;
    border-radius: 10px!important;
    margin-bottom: 8px;
    overflow: hidden
}

.accordion-button {
    background: var(--card)!important;
    color: #e8e4d9!important;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none!important
}

.accordion-button:not(.collapsed) {
    color: var(--gold-l)!important
}

.accordion-button::after {
    filter: invert(1) sepia(1) saturate(2) hue-rotate(5deg)
}

.accordion-body {
    background: var(--card);
    color: #888;
    font-size: 14px;
    line-height: 1.7;
    border-top: 1px solid rgba(201, 162, 39, .08)
}

.cta-section {
    background: linear-gradient(135deg, rgba(201, 162, 39, .15) 0, rgba(201, 162, 39, .04) 100%);
    border: 1px solid rgba(201, 162, 39, .22);
    border-radius: 22px;
    padding: 80px 40px;
    text-align: center;
    margin: 0 20px
}

.cta-section h2 {
    font-family: var(--serif);
    font-size: clamp(1.6rem, 4vw, 2.8rem);
    color: #fff;
    margin-bottom: 12px
}

.cta-section p {
    color: #888;
    max-width: 480px;
    margin: 0 auto 32px
}

footer {
    background: var(--dark2);
    border-top: 1px solid rgba(201, 162, 39, .1);
    padding: 60px 0 24px
}

footer h5 {
    font-family: var(--serif);
    color: var(--gold);
    margin-bottom: 14px
}

footer a,
footer p {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition: color .2s
}

footer a:hover {
    color: var(--gold-l)
}

.footer-social a {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #777;
    font-size: 13px;
    text-decoration: none;
    transition: color .2s
}

.footer-social a:hover {
    color: var(--gold-l)
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .05);
    margin-top: 40px;
    padding-top: 20px;
    color: #444;
    font-size: 12px;
    text-align: center
}

.float-wa {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    background: #25d366;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(37, 211, 102, .4);
    transition: all .25s;
    text-decoration: none;
    font-size: 1.5rem
}

.float-wa:hover {
    transform: scale(1.12) translateY(-2px);
    color: #fff
}

.social-sidebar {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 2px;
    z-index: 900
}

.social-sidebar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 36px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all .25s;
    border-radius: 0 8px 8px 0
}

.social-sidebar a.s-ig {
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #bc1888)
}

.social-sidebar a.s-fb {
    background: #1877f2
}

.social-sidebar a.s-tt {
    background: #010101;
    border: 1px solid #333
}

.social-sidebar a.s-vk {
    background: #07f
}

.social-sidebar a.s-tg {
    background: #08c
}

.social-sidebar a.s-yt {
    background: red
}

.social-sidebar a:hover {
    width: 52px;
    box-shadow: 3px 0 14px rgba(0, 0, 0, .4)
}

.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .93);
    align-items: center;
    justify-content: center;
    padding: 20px
}

.lightbox.open {
    display: flex
}

.lightbox img {
    max-width: 92vw;
    max-height: 88vh;
    border-radius: 10px;
    object-fit: contain
}

.lightbox-close {
    position: absolute;
    top: 18px;
    right: 22px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, .25)
}

.lightbox-caption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #aaa;
    font-size: 13px;
    text-align: center
}

.toast-msg {
    position: fixed;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #0d1f0d;
    border: 1px solid #25d366;
    color: #25d366;
    padding: 13px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    z-index: 9999;
    opacity: 0;
    transition: all .35s ease;
    pointer-events: none;
    white-space: nowrap;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .4)
}

.toast-msg.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0)
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: translateX(-50%) translateY(0)
    }
    50% {
        transform: translateX(-50%) translateY(-8px)
    }
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease
}

.revealed {
    opacity: 1;
    transform: translateY(0)
}

@media (max-width:767px) {
    footer {
        text-align: center!important
    }
    footer .col-lg-4,
    footer .col-md-12,
    footer .col-md-2,
    footer .col-md-3,
    footer .col-md-6 {
        display: flex!important;
        flex-direction: column!important;
        align-items: center!important;
        justify-content: center!important;
        margin-bottom: 30px;
        width: 100%!important
    }
    .footer-social {
        display: flex!important;
        flex-direction: column!important;
        align-items: center!important;
        width: 100%
    }
    .footer-social a {
        justify-content: center!important;
        width: 100%;
        margin-bottom: 12px
    }
    footer h5,
    footer p {
        text-align: center!important;
        width: 100%
    }
}

@media(max-width:991px) {
    .navbar-collapse {
        background: rgba(7, 9, 15, .97);
        padding: 16px 20px;
        border-radius: 12px;
        margin-top: 8px
    }
    .hero {
        background-attachment: scroll
    }
    .stats-bar {
        margin-top: -30px
    }
    .social-sidebar {
        display: none
    }
}

@media(max-width:767px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 140px
    }
    .gal-item.large {
        grid-column: span 2;
        grid-row: span 1;
        height: 180px
    }
    .booking-wrap {
        padding: 30px 20px
    }
    .cta-section {
        padding: 50px 20px
    }
    .float-wa {
        bottom: 16px;
        right: 16px
    }
    .about-img-grid {
        grid-template-rows: 180px 150px
    }
}

@media(max-width:480px) {
    .hero h1 {
        font-size: 2.4rem
    }
    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 180px
    }
    .gal-item.large {
        grid-column: auto
    }
}