/* ========================================
   NEPAL MOUNTAIN TOURS & TRAVEL - MAIN STYLESHEET
   ======================================== */

:root {
    --primary:     #1a2d6a;   /* Deep navy blue (logo "Nepal" text) */
    --secondary:   #2a5298;   /* Medium navy blue */
    --accent:      #e8860a;   /* Orange (logo "mountain tours & travel") */
    --accent-dark: #c4700a;
    --light:       #f4f7fa;
    --dark:        #0d1b2a;
    --text:        #333d4b;
    --text-muted:  #6b7a8d;
    --white:       #ffffff;
    --border:      #d9e2ec;

    --font-body:   'Poppins', sans-serif;
    --font-head:   'Playfair Display', serif;

    --shadow-sm:   0 2px 8px rgba(0,0,0,.08);
    --shadow-md:   0 4px 20px rgba(0,0,0,.12);
    --shadow-lg:   0 8px 40px rgba(0,0,0,.18);
    --radius:      12px;
    --radius-sm:   8px;
    --transition:  all .3s ease;
}

/* ── Reset / Base ── */
*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--white);
    line-height: 1.7;
    font-size: 15px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-head);
    color: var(--primary);
    line-height: 1.3;
}

a { color: var(--secondary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--accent); }

img { max-width: 100%; height: auto; }

/* ── Utility ── */
.text-accent  { color: var(--accent) !important; }
.text-primary-custom { color: var(--primary) !important; }
.bg-primary-custom { background: var(--primary) !important; }
.bg-secondary-custom { background: var(--secondary) !important; }
.bg-light-custom { background: var(--light) !important; }

.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 50px 0; }

.section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 10px;
}

.section-title {
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 16px;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto 40px;
}

.divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), var(--secondary));
    border-radius: 2px;
    margin: 0 auto 20px;
}
.divider-left { margin-left: 0; }

/* ── Buttons ── */
.btn-primary-custom {
    background: var(--primary);
    color: var(--white);
    border: 2px solid var(--primary);
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;
    transition: var(--transition);
}
.btn-primary-custom:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(15,123,108,.3);
}

.btn-accent {
    background: var(--accent);
    color: var(--white);
    border: 2px solid var(--accent);
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    transition: var(--transition);
}
.btn-accent:hover {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(232,160,32,.35);
}

.btn-outline-custom {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255,255,255,.6);
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    transition: var(--transition);
}
.btn-outline-custom:hover {
    background: var(--white);
    border-color: var(--white);
    color: var(--primary);
}

/* ── Top Bar ── */
.top-bar {
    background: var(--dark);
    color: rgba(255,255,255,.85);
    font-size: 13px;
    padding: 8px 0;
}
.top-bar a { color: rgba(255,255,255,.85); }
.top-bar a:hover { color: var(--accent); }

/* ── Navbar ── */
.main-navbar {
    background: #ffffff !important;
    padding: 0 !important;
    border-bottom: 1px solid #e5e9f0;
    box-shadow: 0 2px 16px rgba(0,0,0,.07);
}
.navbar-brand {
    display: flex;
    align-items: center;
    padding: 6px 0;
    line-height: 0;
}
.navbar-brand:hover { opacity: .82; }

.main-navbar .nav-link {
    color: var(--primary) !important;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 12px !important;
    border-radius: 10px;
    transition: var(--transition);
    letter-spacing: .2px;
    white-space: nowrap;
}
.main-navbar .nav-link:hover {
    color: var(--accent) !important;
    background: #f2f4f8;
}
.main-navbar .nav-link.active {
    color: var(--accent) !important;
    background: #f0f2f7;
}

/* Get a Quote pill button */
.main-navbar .btn-quote {
    background: var(--accent) !important;
    color: #fff !important;
    border: none;
    padding: 8px 18px !important;
    border-radius: 50px !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .3px;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(232,134,10,.35);
    transition: var(--transition);
}
.main-navbar .btn-quote:hover {
    background: var(--accent-dark) !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(232,134,10,.4);
}

/* toggler – dark icon for white navbar */
.main-navbar .navbar-toggler { border-color: rgba(26,45,106,.2); padding: 6px 10px; }
.main-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2826%2C45%2C106%2C0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropdown-menu {
    border: none;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    padding: 12px 0;
    min-width: 260px;
    animation: dropIn .2s ease;
}
@keyframes dropIn { from { opacity:0; transform:translateY(-8px); } to { opacity:1; transform:translateY(0); } }

.dropdown-item {
    font-size: 13.5px;
    padding: 7px 20px;
    color: var(--text);
    transition: var(--transition);
}
.dropdown-item:hover {
    background: var(--light);
    color: var(--secondary);
    padding-left: 26px;
}
.dropdown-header {
    color: var(--secondary);
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 20px 4px;
}

/* ── Hero Section ── */
.hero {
    min-height: 92vh;
    background: linear-gradient(135deg, var(--primary) 0%, #1e3a8a 40%, #2a5298 100%);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1606117331085-5760e3097277?w=1600&q=80') center/cover no-repeat;
    opacity: .25;
    z-index: 0;
}
.hero-particles {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(232,160,32,.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(15,123,108,.15) 0%, transparent 50%);
    z-index: 0;
}
.hero-content {
    position: relative;
    z-index: 1;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(232,160,32,.2);
    border: 1px solid rgba(232,160,32,.4);
    color: var(--accent);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.hero h1 {
    font-size: clamp(36px, 6vw, 64px);
    color: var(--white);
    margin-bottom: 22px;
    font-weight: 700;
}
.hero h1 span { color: var(--accent); }
.hero p {
    font-size: 17px;
    color: rgba(255,255,255,.82);
    max-width: 560px;
    margin-bottom: 36px;
}
.hero-stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 44px;
    padding-top: 36px;
    border-top: 1px solid rgba(255,255,255,.15);
}
.hero-stat .num {
    font-size: 28px;
    font-weight: 800;
    color: var(--accent);
    line-height: 1;
}
.hero-stat .label {
    font-size: 12px;
    color: rgba(255,255,255,.7);
    margin-top: 4px;
}

/* Hero Search Widget */
.hero-search {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 20px;
    padding: 28px;
    color: var(--white);
}
.hero-search h4 { color: var(--white); font-size: 18px; margin-bottom: 18px; }
.hero-search .form-label { color: rgba(255,255,255,.85); font-size: 12px; font-weight: 600; letter-spacing: .5px; }
.hero-search .form-control,
.hero-search .form-select {
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    color: var(--white);
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 14px;
}
.hero-search .form-control::placeholder { color: rgba(255,255,255,.5); }
.hero-search .form-control:focus,
.hero-search .form-select:focus {
    background: rgba(255,255,255,.2);
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(232,160,32,.25);
    color: var(--white);
}
.hero-search .form-select option { color: var(--text); background: var(--white); }

/* ── Features Strip ── */
.features-strip {
    background: var(--primary);
    padding: 22px 0;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
}
.feature-item i { font-size: 22px; color: var(--accent); }
.feature-item strong { display: block; font-size: 14px; }
.feature-item small { color: rgba(255,255,255,.65); font-size: 12px; }

/* ── Tour Cards ── */
.tour-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.tour-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}
.tour-card-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.tour-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.tour-card:hover .tour-card-image img { transform: scale(1.07); }
.tour-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--accent);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
    letter-spacing: .5px;
}
.tour-difficulty {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(26,58,92,.85);
    color: var(--white);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 50px;
}
.tour-card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.tour-card-body h3 {
    font-size: 17px;
    margin-bottom: 8px;
    color: var(--primary);
}
.tour-card-body p {
    font-size: 13.5px;
    color: var(--text-muted);
    flex: 1;
    margin-bottom: 16px;
}
.tour-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}
.tour-meta span i { color: var(--secondary); margin-right: 4px; }
.tour-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tour-price .from { font-size: 12px; color: var(--text-muted); }
.tour-price .amount {
    font-size: 22px;
    font-weight: 800;
    color: var(--primary);
}
.tour-price .amount small { font-size: 12px; color: var(--text-muted); font-weight: 400; }

/* ── Why Choose Us ── */
.why-us-card {
    text-align: center;
    padding: 32px 24px;
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
}
.why-us-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-bottom: 3px solid var(--accent);
}
.why-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, var(--light), #e4f0fb);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--secondary);
    margin: 0 auto 18px;
    transition: var(--transition);
}
.why-us-card:hover .why-icon {
    background: linear-gradient(135deg, var(--secondary), var(--primary));
    color: var(--white);
}
.why-us-card h4 { font-size: 17px; margin-bottom: 10px; }
.why-us-card p { font-size: 13.5px; color: var(--text-muted); margin: 0; }

/* ── Testimonials ── */
.testimonial-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: var(--shadow-sm);
    position: relative;
    transition: var(--transition);
}
.testimonial-card:hover { box-shadow: var(--shadow-md); }
.testimonial-card::before {
    content: '\201C';
    font-size: 80px;
    color: var(--accent);
    opacity: .2;
    font-family: Georgia, serif;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 20px;
}
.testimonial-stars { color: var(--accent); font-size: 14px; margin-bottom: 12px; }
.testimonial-card p { font-size: 14px; color: var(--text-muted); font-style: italic; }
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}
.testimonial-author img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--accent);
}
.testimonial-author strong { display: block; font-size: 14px; color: var(--primary); }
.testimonial-author small { color: var(--text-muted); font-size: 12px; }

/* ── CTA Banner ── */
.cta-banner {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}
.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1544735716-392fe2489ffa?w=1400&q=80') center/cover no-repeat;
    opacity: .12;
}
.cta-banner .container { position: relative; z-index: 1; }
.cta-banner h2 { color: var(--white); font-size: clamp(26px, 4vw, 40px); }
.cta-banner p { color: rgba(255,255,255,.8); font-size: 16px; }

/* ── Page Hero (inner pages) ── */
.page-hero {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1455156218388-5e61b526818b?w=1400&q=80') center/cover no-repeat;
    opacity: .15;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: var(--white); font-size: clamp(28px, 5vw, 48px); }
.page-hero .breadcrumb-item,
.page-hero .breadcrumb-item a { color: rgba(255,255,255,.7); font-size: 13px; }
.page-hero .breadcrumb-item.active { color: var(--accent); }
.page-hero .breadcrumb-divider { color: rgba(255,255,255,.4); }

/* ── Tour Detail ── */
.tour-detail-image {
    border-radius: var(--radius);
    overflow: hidden;
    height: 420px;
}
.tour-detail-image img { width: 100%; height: 100%; object-fit: cover; }

.tour-info-box {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    position: sticky;
    top: 90px;
}
.tour-info-header {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    padding: 24px;
    color: var(--white);
    text-align: center;
}
.tour-info-header .price { font-size: 36px; font-weight: 800; color: var(--accent); }
.tour-info-header .per { font-size: 13px; color: rgba(255,255,255,.7); }
.tour-info-body { padding: 24px; }
.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
}
.info-row:last-child { border: none; }
.info-row .info-label { color: var(--text-muted); display: flex; align-items: center; gap: 8px; }
.info-row .info-label i { color: var(--secondary); width: 16px; text-align: center; }
.info-row .info-value { font-weight: 600; color: var(--primary); }

.tour-tabs .nav-tabs {
    border-bottom: 2px solid var(--border);
    gap: 4px;
}
.tour-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: var(--text-muted);
    font-weight: 500;
    font-size: 14px;
    padding: 10px 18px;
    margin-bottom: -2px;
    border-radius: 0;
    transition: var(--transition);
}
.tour-tabs .nav-link.active {
    color: var(--secondary);
    border-bottom-color: var(--secondary);
    background: transparent;
}
.tour-tabs .nav-link:hover { color: var(--secondary); }
.tab-content { padding: 28px 0; }

/* Itinerary accordion */
.itinerary-item .accordion-button {
    background: var(--light);
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    border-radius: var(--radius-sm) !important;
}
.itinerary-item .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    color: var(--white);
    box-shadow: none;
}
.itinerary-item .accordion-button::after {
    filter: invert(0);
}
.itinerary-item .accordion-button:not(.collapsed)::after { filter: invert(1); }
.itinerary-item .accordion-body { font-size: 14px; color: var(--text-muted); }
.day-badge {
    display: inline-block;
    background: var(--accent);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 50px;
    margin-right: 8px;
}

/* Inclusions list */
.inclusion-list { list-style: none; padding: 0; }
.inclusion-list li {
    padding: 6px 0;
    font-size: 14px;
    color: var(--text);
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.inclusion-list .yes { color: #27ae60; }
.inclusion-list .no  { color: #e74c3c; }

/* ── Gallery ── */
.gallery-grid { columns: 3; gap: 16px; }
.gallery-item {
    break-inside: avoid;
    margin-bottom: 16px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    position: relative;
}
.gallery-item img { width: 100%; display: block; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26,58,92,.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 28px; color: var(--white); }

@media (max-width: 767px) { .gallery-grid { columns: 2; } }
@media (max-width: 480px) { .gallery-grid { columns: 1; } }

/* ── About Page ── */
.team-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    text-align: center;
    transition: var(--transition);
}
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.team-image { height: 240px; overflow: hidden; }
.team-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.team-card:hover .team-image img { transform: scale(1.05); }
.team-info { padding: 20px; }
.team-info h4 { font-size: 17px; margin-bottom: 4px; }
.team-info .role { color: var(--accent); font-size: 13px; font-weight: 600; margin-bottom: 10px; }
.team-info p { font-size: 13px; color: var(--text-muted); }
.team-social a { color: var(--text-muted); margin: 0 5px; font-size: 15px; transition: var(--transition); }
.team-social a:hover { color: var(--secondary); }

/* Timeline */
.timeline { position: relative; padding-left: 40px; }
.timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--accent), var(--secondary));
}
.timeline-item { position: relative; margin-bottom: 32px; }
.timeline-dot {
    position: absolute;
    left: -36px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: var(--accent);
    border-radius: 50%;
    border: 3px solid var(--white);
    box-shadow: 0 0 0 3px var(--accent);
}
.timeline-item h5 { font-size: 16px; color: var(--primary); margin-bottom: 6px; }
.timeline-item p { font-size: 14px; color: var(--text-muted); }

/* ── Contact Page ── */
.contact-info-card {
    background: var(--primary);
    border-radius: var(--radius);
    padding: 36px;
    color: var(--white);
    height: 100%;
}
.contact-info-card h3 { color: var(--white); margin-bottom: 8px; }
.contact-info-card p { color: rgba(255,255,255,.75); font-size: 14px; }
.contact-detail {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.contact-detail:last-child { border: none; }
.contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    flex-shrink: 0;
}
.contact-detail strong { display: block; font-size: 14px; margin-bottom: 2px; }
.contact-detail span { font-size: 13px; color: rgba(255,255,255,.7); }
.contact-form-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 36px;
    box-shadow: var(--shadow-md);
}
.form-control, .form-select {
    border: 1.5px solid var(--border);
    border-radius: 8px;
    padding: 11px 16px;
    font-size: 14px;
    color: var(--text);
    transition: var(--transition);
}
.form-control:focus, .form-select:focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(15,123,108,.12);
}
.form-label { font-weight: 600; font-size: 13px; color: var(--primary); margin-bottom: 6px; }

/* ── Footer ── */
.site-footer { background: var(--dark); color: rgba(255,255,255,.75); }
.footer-main { padding: 60px 0 40px; }
.footer-brand {
    font-size: 20px;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-brand i { color: var(--accent); }
.footer-desc { font-size: 13.5px; line-height: 1.8; color: rgba(255,255,255,.65); }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.7);
    font-size: 15px;
    transition: var(--transition);
}
.footer-social a:hover { background: var(--accent); color: var(--white); }
.footer-heading {
    color: var(--white);
    font-size: 15px;
    font-family: var(--font-body);
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}
.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--accent);
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links a {
    color: rgba(255,255,255,.65);
    font-size: 13.5px;
    transition: var(--transition);
}
.footer-links a:hover { color: var(--accent); padding-left: 4px; }
.footer-links a i { font-size: 10px; }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
    font-size: 13px;
    color: rgba(255,255,255,.65);
}
.footer-contact li:last-child { border: none; }
.footer-contact i { color: var(--accent); margin-top: 3px; width: 16px; text-align: center; flex-shrink: 0; }
.footer-bottom {
    background: rgba(0,0,0,.2);
    padding: 16px 0;
    font-size: 13px;
    color: rgba(255,255,255,.5);
    border-top: 1px solid rgba(255,255,255,.06);
}

/* ── WhatsApp Float ── */
.whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 24px;
    width: 54px;
    height: 54px;
    background: #25d366;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 4px 20px rgba(37,211,102,.4);
    z-index: 999;
    transition: var(--transition);
}
.whatsapp-float:hover { background: #128c7e; color: var(--white); transform: scale(1.1); }

/* ── Back to Top ── */
.back-to-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999;
    box-shadow: var(--shadow-sm);
}
.back-to-top.show { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--secondary); transform: translateY(-3px); }

/* ── Responsive ── */
@media (max-width: 991px) {
    .main-navbar { padding: 0 !important;
    .hero { min-height: 70vh; }
    .hero-stats { gap: 20px; }
    .section-pad { padding: 55px 0; }
}
@media (max-width: 767px) {
    .hero { min-height: 85vh; }
    .hero p { font-size: 15px; }
    .tour-detail-image { height: 260px; }
    .tour-info-box { position: static; margin-top: 30px; }
    .contact-info-card { padding: 24px; }
}

/* ── Misc ── */
.badge-accent { background: var(--accent); color: var(--white); }
.rating-stars { color: var(--accent); }
.highlight-box {
    background: linear-gradient(135deg, #f0faf8, #e8f4fd);
    border-left: 4px solid var(--secondary);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    padding: 16px 20px;
    margin: 20px 0;
}
.highlight-box p { margin: 0; font-size: 14px; color: var(--text-muted); }
.trekking-stats {
    background: var(--light);
    border-radius: var(--radius);
    padding: 20px;
}
.trekking-stat { text-align: center; }
.trekking-stat .num { font-size: 22px; font-weight: 800; color: var(--primary); }
.trekking-stat .lbl { font-size: 12px; color: var(--text-muted); }

/* ── Team Avatar Placeholder ── */
.avatar-placeholder {
    width: 100%;
    height: 240px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    font-weight: 800;
    color: rgba(255,255,255,.85);
    font-family: var(--font-head);
    letter-spacing: -2px;
}

/* ── Social/Volunteer Work Cards ── */
.social-project-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow-sm);
    height: 100%;
    transition: var(--transition);
    border-top: 4px solid transparent;
}
.social-project-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-top-color: var(--accent);
}
.social-project-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
}
.social-project-card h5 { font-size: 16px; color: var(--primary); margin-bottom: 8px; }
.social-project-card p  { font-size: 13.5px; color: var(--text-muted); margin: 0; }

/* Founder profile card */
.founder-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}
.founder-card .founder-header {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    padding: 36px 28px 80px;
    position: relative;
    text-align: center;
}
.founder-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 4px solid var(--white);
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: 800;
    color: rgba(255,255,255,.9);
    font-family: var(--font-head);
    overflow: hidden;
}
.founder-avatar img { width: 100%; height: 100%; object-fit: cover; }
.founder-card .founder-body {
    padding: 70px 28px 28px;
    text-align: center;
}
.founder-body h3 { font-size: 22px; color: var(--primary); margin-bottom: 4px; }
.founder-body .role { color: var(--accent); font-weight: 700; font-size: 14px; margin-bottom: 14px; }
.founder-body p { font-size: 14px; color: var(--text-muted); line-height: 1.8; }
.founder-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 14px; }
.founder-tag {
    background: var(--light);
    color: var(--primary);
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid var(--border);
}

/* ── Brand Logo ── */
.brand-logo {
    height: 48px;
    width: auto;
    display: block;
}
@media (max-width: 991px)  { .brand-logo { height: 38px; } }
@media (max-width: 575px)  { .brand-logo { height: 32px; } }

/* ── WhatsApp Live Chat Plugin ── */
.wa-chat-widget {
    position: fixed;
    bottom: 28px;
    right: 24px;
    z-index: 9999;
    font-family: var(--font-body);
}
.wa-chat-btn {
    width: 56px;
    height: 56px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(37,211,102,.45);
    transition: var(--transition);
    border: none;
    position: relative;
}
.wa-chat-btn:hover { background: #20ba5a; transform: scale(1.08); }
.wa-chat-btn i { font-size: 28px; color: #fff; }
.wa-chat-btn .wa-pulse {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 14px;
    height: 14px;
    background: #ff3b3b;
    border-radius: 50%;
    border: 2px solid #fff;
    animation: wa-pulse 1.8s infinite;
}
@keyframes wa-pulse {
    0%,100% { transform: scale(1); opacity: 1; }
    50%      { transform: scale(1.3); opacity: .7; }
}

.wa-chat-popup {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 320px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0,0,0,.22);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: scale(.92) translateY(12px);
    transform-origin: bottom right;
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    pointer-events: none;
}
.wa-chat-popup.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0);
    pointer-events: auto;
}
@keyframes popIn { from { opacity:0; transform:scale(.9) translateY(10px); } to { opacity:1; transform:scale(1) translateY(0); } }

.wa-popup-header {
    background: #075e54;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}
.wa-popup-header .wa-avatar {
    width: 44px;
    height: 44px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    flex-shrink: 0;
}
.wa-popup-header .wa-info strong { display: block; color: #fff; font-size: 14px; }
.wa-popup-header .wa-info small { color: rgba(255,255,255,.75); font-size: 12px; }
.wa-online-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #25d366;
    border-radius: 50%;
    margin-right: 5px;
}
.wa-popup-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: none;
    border: none;
    color: rgba(255,255,255,.7);
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}
.wa-popup-close:hover { color: #fff; }

.wa-popup-body {
    background: #e5ddd5;
    padding: 16px;
    min-height: 100px;
    display: flex;
    align-items: flex-start;
}
.wa-bubble {
    background: #fff;
    border-radius: 0 10px 10px 10px;
    padding: 10px 14px;
    font-size: 13.5px;
    color: #333;
    line-height: 1.6;
    max-width: 240px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    position: relative;
}
.wa-bubble::before {
    content: '';
    position: absolute;
    top: 0;
    left: -8px;
    border: 8px solid transparent;
    border-top-color: #fff;
    border-left: 0;
}
.wa-bubble-time { font-size: 11px; color: #999; margin-top: 4px; text-align: right; }

.wa-popup-footer {
    padding: 12px 16px;
    background: #fff;
}
.wa-start-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #25d366;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-body);
    cursor: pointer;
    width: 100%;
    transition: var(--transition);
    text-decoration: none;
}
.wa-start-btn:hover { background: #20ba5a; color: #fff; }
.wa-start-btn i { font-size: 18px; }
