/* ============================================================
   PEAKS OF PAKISTAN — style.css
   Author: Fawad Hussain
   Theme: Luxury Mountain Adventure — Deep Navy + Gold + Cream
   ============================================================ */


/* ===== CSS VARIABLES (DESIGN TOKENS) ===== */
:root {
    --navy:       #0B1929;
    --navy-mid:   #112035;
    --navy-light: #1a3050;
    --gold:       #C8820A;
    --gold-light: #E8A020;
    --gold-pale:  #fdf3e1;
    --teal:       #1B7A8A;
    --teal-light: #22a0b4;
    --cream:      #F8F4ED;
    --white:      #FFFFFF;
    --text-dark:  #1a1a2e;
    --text-mid:   #4a4a6a;
    --text-muted: #7a7a9a;
    --border:     rgba(255,255,255,0.10);
    --border-dark:rgba(10,25,40,0.12);

    --font-head:  'Playfair Display', Georgia, serif;
    --font-body:  'DM Sans', -apple-system, sans-serif;
    --font-urdu:  'Noto Nastaliq Urdu', serif;

    --radius-sm:  6px;
    --radius-md:  12px;
    --radius-lg:  20px;
    --radius-xl:  32px;

    --shadow-sm:  0 2px 12px rgba(11,25,41,0.08);
    --shadow-md:  0 8px 32px rgba(11,25,41,0.14);
    --shadow-lg:  0 20px 60px rgba(11,25,41,0.22);

    --transition: 0.35s cubic-bezier(0.4,0,0.2,1);
}


/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    color: var(--text-dark);
    background: var(--white);
    line-height: 1.7;
    overflow-x: hidden;
}

/* Urdu RTL mode */
body.lang-ur {
    font-family: var(--font-urdu);
    direction: rtl;
    text-align: right;
}

img { display: block; max-width: 100%; height: auto; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Visually hidden (for SEO keywords) */
.seo-keywords { font-size: 0; color: transparent; user-select: none; }


/* ===== SECTION HELPERS ===== */
.sec-light   { background: var(--cream); padding: 96px 0; }
.sec-dark    { background: var(--navy); padding: 96px 0; }
.sec-mountain{
    background: linear-gradient(160deg, var(--navy-mid) 0%, var(--navy) 60%, #0d1f10 100%);
    padding: 96px 0;
}

.sec-header  { text-align: center; margin-bottom: 64px; }
.sec-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 12px;
}
.sec-tag.light { color: var(--gold-light); }

.sec-header h2 {
    font-family: var(--font-head);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.18;
    margin-bottom: 20px;
}
.sec-header h2.light { color: var(--white); }

.sec-desc {
    font-size: 17px;
    color: var(--text-mid);
    max-width: 620px;
    margin: 0 auto;
}
.sec-desc.light { color: rgba(255,255,255,0.75); }

/* ===== BUTTONS ===== */
.btn-primary {
    display: inline-block;
    background: var(--gold);
    color: var(--white);
    font-weight: 600;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 50px;
    transition: var(--transition);
    box-shadow: 0 4px 20px rgba(200,130,10,0.35);
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(200,130,10,0.45); }

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
    font-weight: 600;
    font-size: 15px;
    padding: 13px 28px;
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,0.6);
    transition: var(--transition);
}
.btn-outline:hover { background: rgba(255,255,255,0.12); border-color: var(--white); }

.btn-book {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--gold);
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    padding: 12px;
    border-radius: 50px;
    transition: var(--transition);
    margin-top: 16px;
}
.btn-book:hover { background: var(--gold-light); transform: translateY(-1px); }

.btn-pdf {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.08);
    color: var(--gold-light);
    border: 1px solid rgba(200,130,10,0.4);
    font-size: 12px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 50px;
    transition: var(--transition);
    white-space: nowrap;
}
.btn-pdf:hover { background: rgba(200,130,10,0.15); }

.btn-wa-big {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #25D366;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    padding: 16px 28px;
    border-radius: 50px;
    transition: var(--transition);
    margin-top: 32px;
    width: fit-content;
}
.btn-wa-big:hover { background: #1ebe5a; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,0.35); }
.btn-wa-big i { font-size: 22px; }

.full-w { width: 100%; text-align: center; }


/* ===== SCROLL REVEAL ANIMATION ===== */
.reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}


/* ============================================================ */
/*  NAVIGATION BAR                                              */
/* ============================================================ */
.navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    padding: 20px 0;
    transition: background var(--transition), padding var(--transition), box-shadow var(--transition);
}
.navbar.scrolled {
    background: rgba(11,25,41,0.97);
    padding: 12px 0;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3);
    backdrop-filter: blur(12px);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-logo { display: flex; align-items: center; }
.nav-logo img { height: 40px; width: auto; }
.logo-text-fallback {
    font-family: var(--font-head);
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    display: none;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}
.nav-links li a {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.85);
    padding: 6px 14px;
    border-radius: 50px;
    transition: var(--transition);
}
.nav-links li a:hover { color: var(--white); background: rgba(255,255,255,0.1); }

/* Language Switcher */
.lang-switch {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
    background: rgba(255,255,255,0.08);
    border-radius: 50px;
    padding: 4px;
}
.lang-btn {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
    padding: 4px 10px;
    border-radius: 50px;
    transition: var(--transition);
    letter-spacing: 0.5px;
}
.lang-btn:hover, .lang-btn.active {
    background: var(--gold);
    color: var(--white);
}

.nav-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #25D366;
    color: var(--white);
    font-weight: 600;
    font-size: 13px;
    padding: 9px 18px;
    border-radius: 50px;
    white-space: nowrap;
    transition: var(--transition);
    flex-shrink: 0;
}
.nav-wa-btn:hover { background: #1ebe5a; transform: translateY(-1px); }
.nav-wa-btn i { font-size: 15px; }

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    margin-left: auto;
    padding: 6px;
}
.hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


/* ============================================================ */
/*  HERO SECTION                                                 */
/* ============================================================ */
#hero {
    position: relative;
    height: 100vh;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
}
.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.04);
    transition: transform 12s ease-out;
}
.hero-bg img.zoomed { transform: scale(1.0); }

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(11,25,41,0.80) 0%,
        rgba(11,25,41,0.55) 50%,
        rgba(11,25,41,0.75) 100%
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--white);
    max-width: 820px;
    padding: 0 24px;
    padding-top: 80px;
}

.hero-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 5px;
    color: var(--gold-light);
    text-transform: uppercase;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeUp 0.8s 0.2s forwards;
}

.hero-content h1 {
    font-family: var(--font-head);
    font-size: clamp(42px, 7vw, 86px);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 24px;
    opacity: 0;
    animation: fadeUp 0.8s 0.4s forwards;
}
.hero-content h1 em {
    font-style: italic;
    color: var(--gold-light);
}

.hero-sub {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 300;
    color: rgba(255,255,255,0.85);
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.6;
    opacity: 0;
    animation: fadeUp 0.8s 0.6s forwards;
}

.hero-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 56px;
    opacity: 0;
    animation: fadeUp 0.8s 0.8s forwards;
}

/* Hero stats bar */
.hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius-xl);
    padding: 20px 40px;
    opacity: 0;
    animation: fadeUp 0.8s 1.0s forwards;
}
.stat { text-align: center; padding: 0 28px; }
.stat-n { display: block; font-family: var(--font-head); font-size: 30px; font-weight: 700; color: var(--gold-light); }
.stat-l { display: block; font-size: 12px; color: rgba(255,255,255,0.70); margin-top: 2px; letter-spacing: 0.5px; }
.stat-div { width: 1px; height: 44px; background: rgba(255,255,255,0.18); }

/* Scroll cue */
.scroll-cue {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.5);
    font-size: 18px;
    animation: bounce 2s infinite;
    z-index: 2;
}

@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } from { opacity: 0; transform: translateY(24px); } }
@keyframes bounce { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }


/* ============================================================ */
/*  ABOUT SECTION                                               */
/* ============================================================ */
.about-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}

.about-img-col { position: relative; }
.about-img-frame {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    aspect-ratio: 4/5;
}
.about-img-frame img { width: 100%; height: 100%; object-fit: cover; }

.about-chip {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--gold);
    color: var(--white);
    font-size: 13px;
    font-weight: 600;
    padding: 14px 22px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: var(--shadow-md);
}

.about-text-col h2 {
    font-family: var(--font-head);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    line-height: 1.18;
    color: var(--text-dark);
    margin-bottom: 24px;
}
.about-text-col p {
    color: var(--text-mid);
    margin-bottom: 16px;
    font-size: 16px;
}

.about-list {
    margin: 24px 0 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.about-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: var(--text-dark);
}
.about-list li i { color: var(--gold); font-size: 16px; flex-shrink: 0; }


/* ============================================================ */
/*  TOURS SECTION                                               */
/* ============================================================ */
.tours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
}

.tour-card {
    background: var(--navy-light);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border);
    transition: transform var(--transition), box-shadow var(--transition);
}
.tour-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 64px rgba(0,0,0,0.4);
}
.tour-card.featured {
    border-color: var(--gold);
    box-shadow: 0 0 0 1px var(--gold), var(--shadow-md);
}

.tc-img {
    position: relative;
    height: 220px;
    overflow: hidden;
}
.tc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.tour-card:hover .tc-img img { transform: scale(1.06); }

.tc-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--gold);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    border-radius: 50px;
    text-transform: uppercase;
}
.tc-badge.gold  { background: var(--gold-light); }
.tc-badge.teal  { background: var(--teal); }

.tc-body { padding: 24px; }

.tc-meta {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}
.tc-meta span {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    display: flex;
    align-items: center;
    gap: 5px;
}
.tc-meta i { color: var(--gold-light); }

.tc-body h3 {
    font-family: var(--font-head);
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
    line-height: 1.25;
}

.tc-body p {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    margin-bottom: 16px;
    line-height: 1.6;
}

.tc-highlights {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.tc-highlights li {
    font-size: 13px;
    color: rgba(255,255,255,0.70);
    padding-left: 16px;
    position: relative;
}
.tc-highlights li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: var(--gold-light);
    font-weight: 700;
}

.tc-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 0;
}
.tc-price { flex: 1; }
.tf-from { font-size: 11px; color: rgba(255,255,255,0.45); display: block; }
.tf-usd {
    font-family: var(--font-head);
    font-size: 22px;
    font-weight: 700;
    color: var(--gold-light);
    display: block;
}
.tf-usd small { font-size: 13px; font-family: var(--font-body); font-weight: 400; }
.tf-pkr { font-size: 11px; color: rgba(255,255,255,0.40); display: block; }


/* ============================================================ */
/*  WHY CHOOSE US SECTION                                       */
/* ============================================================ */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 28px;
}

.why-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 36px 28px;
    border: 1px solid var(--border-dark);
    text-align: center;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}
.why-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--gold);
}

.why-icon {
    width: 64px;
    height: 64px;
    background: var(--gold-pale);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.why-icon i { font-size: 26px; color: var(--gold); }

.why-card h3 {
    font-family: var(--font-head);
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}
.why-card p { font-size: 14px; color: var(--text-mid); line-height: 1.65; }


/* ============================================================ */
/*  BEST TIME TO VISIT SECTION                                  */
/* ============================================================ */
.seasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
}

.season-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: var(--radius-lg);
    padding: 32px 24px;
    text-align: center;
    position: relative;
    transition: var(--transition);
}
.season-card:hover {
    background: rgba(255,255,255,0.10);
    transform: translateY(-4px);
}
.season-card.summer.peak { border-color: var(--gold); background: rgba(200,130,10,0.10); }

.s-peak-label {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    white-space: nowrap;
}

.s-icon { font-size: 40px; margin-bottom: 16px; }

.season-card h3 {
    font-family: var(--font-head);
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 4px;
}

.s-months {
    font-size: 12px;
    color: var(--gold-light);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.season-card p {
    font-size: 14px;
    color: rgba(255,255,255,0.70);
    line-height: 1.6;
    margin-bottom: 16px;
}

.s-best {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 8px;
}
.s-best span { color: rgba(255,255,255,0.80); font-weight: 600; }

.s-temp {
    display: inline-block;
    background: rgba(255,255,255,0.08);
    color: var(--gold-light);
    font-size: 13px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 50px;
}


/* ============================================================ */
/*  VISA SECTION                                                 */
/* ============================================================ */
.visa-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
    margin-bottom: 32px;
}

.visa-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 36px 28px;
    border: 1px solid var(--border-dark);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}
.visa-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

.visa-flag { font-size: 48px; margin-bottom: 16px; }

.visa-card h3 {
    font-family: var(--font-head);
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.visa-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.visa-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--text-mid);
    line-height: 1.5;
}
.visa-list li i { color: var(--gold); font-size: 14px; flex-shrink: 0; margin-top: 2px; }
.visa-list a { color: var(--teal); text-decoration: underline; }
.visa-list strong { color: var(--text-dark); }

.visa-docs-box {
    background: var(--gold-pale);
    border-radius: var(--radius-sm);
    padding: 14px 16px;
}
.visa-docs-box strong { font-size: 13px; color: var(--text-dark); display: block; margin-bottom: 6px; }
.visa-docs-box p { font-size: 13px; color: var(--text-mid); margin: 0; }

.visa-note {
    background: rgba(27,122,138,0.08);
    border: 1px solid rgba(27,122,138,0.25);
    border-radius: var(--radius-md);
    padding: 18px 24px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.visa-note i { color: var(--teal); font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.visa-note p { font-size: 15px; color: var(--text-mid); margin: 0; }
.visa-note a { color: var(--teal); text-decoration: underline; font-weight: 600; }


/* ============================================================ */
/*  CONTACT SECTION                                             */
/* ============================================================ */
.contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 64px;
    align-items: start;
}

.contact-info { display: flex; flex-direction: column; gap: 0; }

.ci-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ci-item:last-of-type { border-bottom: none; }

.ci-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}
.wa-icon { background: rgba(37,211,102,0.15); color: #25D366; }
.em-icon { background: rgba(200,130,10,0.15); color: var(--gold-light); }
.lo-icon { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.60); }

.ci-text h4 {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.50);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.ci-text a { font-size: 16px; color: var(--white); font-weight: 500; }
.ci-text a:hover { color: var(--gold-light); }
.ci-text p { font-size: 16px; color: var(--white); }
.ci-text small { font-size: 13px; color: rgba(255,255,255,0.45); }

/* Contact form */
.contact-form {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius-lg);
    padding: 36px;
}

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

.form-group {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.form-group label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.60);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.form-group input,
.form-group select,
.form-group textarea {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    font-size: 15px;
    color: var(--white);
    font-family: var(--font-body);
    transition: border-color var(--transition);
    width: 100%;
}
.form-group select option { background: var(--navy); color: var(--white); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gold);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.28); }


/* ============================================================ */
/*  FOOTER                                                       */
/* ============================================================ */
#footer {
    background: #060f1a;
    color: rgba(255,255,255,0.65);
    padding: 72px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
    gap: 48px;
    margin-bottom: 48px;
}

.footer-logo { height: 36px; width: auto; margin-bottom: 16px; }
.footer-tagline { font-size: 14px; color: rgba(255,255,255,0.50); line-height: 1.65; margin-bottom: 20px; }

.footer-social { display: flex; gap: 12px; }
.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.60);
    font-size: 15px;
    transition: var(--transition);
}
.footer-social a:hover { background: var(--gold); color: var(--white); }

.footer-links h4,
.footer-contact-col h4 {
    font-size: 13px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.footer-links ul { display: flex; flex-direction: column; gap: 10px; }
.footer-links li a {
    font-size: 14px;
    color: rgba(255,255,255,0.50);
    transition: color var(--transition);
}
.footer-links li a:hover { color: var(--gold-light); }

.footer-contact-col p {
    font-size: 14px;
    color: rgba(255,255,255,0.50);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-contact-col p i { color: var(--gold-light); width: 16px; }
.footer-contact-col a { color: rgba(255,255,255,0.50); transition: color var(--transition); }
.footer-contact-col a:hover { color: var(--gold-light); }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.07);
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.35); }
.footer-bottom strong { color: var(--gold-light); }


/* ============================================================ */
/*  FLOATING WHATSAPP BUTTON                                    */
/* ============================================================ */
.wa-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 6px 24px rgba(37,211,102,0.45);
    z-index: 999;
    transition: var(--transition);
}
.wa-float:hover {
    background: #1ebe5a;
    transform: scale(1.1);
    box-shadow: 0 10px 32px rgba(37,211,102,0.55);
}

.wa-float-tip {
    position: absolute;
    right: 70px;
    background: var(--navy);
    color: var(--white);
    font-size: 13px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 50px;
    white-space: nowrap;
    box-shadow: var(--shadow-sm);
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
}
.wa-float:hover .wa-float-tip { opacity: 1; }


/* ============================================================ */
/*  BACK TO TOP BUTTON                                          */
/* ============================================================ */
.back-top {
    position: fixed;
    bottom: 102px;
    right: 30px;
    width: 44px;
    height: 44px;
    background: var(--navy-light);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: var(--shadow-sm);
    z-index: 998;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: var(--transition);
}
.back-top.show { opacity: 1; pointer-events: all; transform: translateY(0); }
.back-top:hover { background: var(--gold); border-color: var(--gold); }


/* ============================================================ */
/*  RESPONSIVE — TABLET                                         */
/* ============================================================ */
@media (max-width: 1024px) {
    .about-wrap        { grid-template-columns: 1fr; gap: 48px; }
    .about-img-frame   { aspect-ratio: 16/9; }
    .about-chip        { right: 16px; bottom: -16px; }
    .footer-grid       { grid-template-columns: 1fr 1fr; row-gap: 36px; }
    .contact-wrap      { grid-template-columns: 1fr; gap: 40px; }
    .hero-stats        { padding: 16px 20px; }
    .stat              { padding: 0 16px; }
}


/* ============================================================ */
/*  RESPONSIVE — MOBILE                                         */
/* ============================================================ */
@media (max-width: 768px) {

    .sec-light, .sec-dark, .sec-mountain { padding: 64px 0; }

    /* Navbar mobile */
    .hamburger { display: flex; }
    .nav-wa-btn span { display: none; }
    .nav-wa-btn { padding: 9px 14px; }

    .nav-links {
        display: none;
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(11,25,41,0.98);
        backdrop-filter: blur(16px);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        z-index: 999;
    }
    .nav-links.open { display: flex; }
    .nav-links li a { font-size: 22px; }
    .lang-switch { gap: 8px; }
    .lang-btn { font-size: 14px; padding: 8px 16px; }

    /* Hero */
    .hero-content h1   { font-size: clamp(36px, 10vw, 54px); }
    .hero-stats        { flex-wrap: wrap; gap: 0; padding: 16px 12px; }
    .stat              { padding: 8px 16px; }
    .stat-div          { display: none; }

    /* Tours */
    .tours-grid { grid-template-columns: 1fr; }

    /* Why */
    .why-grid { grid-template-columns: 1fr; }

    /* Seasons */
    .seasons-grid { grid-template-columns: 1fr 1fr; }

    /* Visa */
    .visa-grid { grid-template-columns: 1fr; }

    /* Footer */
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; text-align: center; }

    /* Contact form two-col -> one-col */
    .form-row.two-col { grid-template-columns: 1fr; }

    /* Float button */
    .wa-float  { bottom: 20px; right: 20px; width: 54px; height: 54px; font-size: 24px; }
    .back-top  { bottom: 86px; right: 20px; }
}

@media (max-width: 480px) {
    .seasons-grid { grid-template-columns: 1fr; }
    .hero-btns    { flex-direction: column; align-items: center; }
    .hero-btns .btn-primary,
    .hero-btns .btn-outline { width: 100%; justify-content: center; }
}