/* Front page styles - extracted from front-page.php inline <style> block */
/* ========================================= */
    /* FRONT PAGE SPACING & IDENTITIES           */
    /* ========================================= */
    
    /* Hapesire e njetrajtshme per te gjithe sektoret poshte info-card */
    .section-padding {
        padding: 80px 0;
    }
    @media (max-width: 768px) {
        .section-padding {
            padding: 50px 0;
        }
    }

    /* Sfond gri qe shkon 100% te gjerësisë se ekranit */
    .bg-gray-full-width {
        background-color: #f8fafc;
        border-top: 1px solid #f1f5f9;
        border-bottom: 1px solid #f1f5f9;
    }

    /* Standardizim i Titujve te Sektoreve */
    .section-header {
        text-align: center;
        margin-bottom: 45px;
    }
    .section-title {
        font-size: 36px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 15px;
    }
    .section-subtitle {
        font-size: 16px;
        color: #475569;
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.6;
    }

    /* Rregullim per layoutin e intros me video */
    .intro-layout {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        align-items: center;
    }
    .intro-image, .intro-text {
        flex: 1 1 400px;
    }
    /* The video matches the hero image's height exactly — same numbers as
       .hero-section — so the two blocks read as a consistent pair rather than
       the video looking squat beneath it. The fixed height also reserves the
       space before the file loads, so swapping the src in shifts nothing. */
    .intro-image video {
        width: 100%;
        height: 62vh;
        min-height: 360px;
        max-height: 520px;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        background-color: #eaf3ec;
        display: block;
        object-fit: cover;
    }

    @media (min-width: 768px) {
        .intro-image video {
            height: 580px;
            max-height: none;
        }
    }

    /* ========================================= */
    /* ADVENTURES GRID (Zëvendëson Sliderin)     */
    /* ========================================= */
    .adventures-grid {
        display: grid;
        grid-template-columns: 1fr; /* Mobile: Nje nen tjetren */
        gap: 30px;
    }
    @media (min-width: 992px) {
        .adventures-grid {
            grid-template-columns: 1fr 1fr; /* Desktop: Ne nje linje horizontale */
        }
    }

    .adventure-card {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 420px;
        border-radius: 16px;
        overflow: hidden;
        text-decoration: none;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .adventure-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }

    /* Hija qe thekson tekstin mbi foto */
    .card-overlay {
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: linear-gradient(to bottom, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.85) 100%);
        z-index: 1;
        transition: background 0.3s ease;
    }

    .adventure-card:hover .card-overlay {
        background: linear-gradient(to bottom, rgba(15, 23, 42, 0.2) 0%, rgba(15, 23, 42, 0.95) 100%);
    }

    .card-content {
        position: relative;
        z-index: 2;
        padding: 35px 30px;
        color: #ffffff;
    }

    .card-content h3 {
        font-size: 28px;
        font-weight: 800;
        color: #ffffff;
        margin: 0 0 10px 0;
    }

    .card-content p {
        font-size: 15px;
        color: #e2e8f0;
        line-height: 1.6;
        margin: 0 0 20px 0;
    }

    .btn-book-now {
        display: inline-flex;
        align-items: center;
        background-color: #f5c518;
        color: #1a1a1a;
        padding: 12px 24px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 15px;
        transition: background-color 0.3s ease;
    }

    .btn-book-now svg {
        margin-left: 8px;
        width: 18px; height: 18px;
        transition: transform 0.3s ease;
    }

    .adventure-card:hover .btn-book-now {
        background-color: #e0b30f;
    }

    .adventure-card:hover .btn-book-now svg {
        transform: translateX(4px);
    }

/* =========================================================
   HOMEPAGE CONVERSION CARD
   Mobile-first. Dark forest green + amber, taken from the
   RVA leaf mark, with a light-green tint for icon chips.
   ========================================================= */

.info-card {
    --rva-green: #14401f;
    --rva-green-dark: #0e2d16;
    --rva-green-mid: #1c5c2c;
    --rva-green-tint: #eaf3ec;
    --rva-amber: #f5c518;
    --rva-amber-dark: #e0b30f;
    --rva-ink: #0f172a;
    --rva-muted: #64748b;
    --rva-line: #e8eced;
}

.info-card .tour-title {
    color: var(--rva-ink);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.16;
    margin: 0 0 8px;
}

.info-card .tour-subtitle {
    color: var(--rva-green-mid);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0 0 14px;
}

/* --- Google rating --- */
.rva-rating {
    align-items: center;
    color: var(--rva-ink);
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
    text-decoration: none;
}
.rva-rating-logo { height: 20px; width: 20px; }
.rva-rating-stars { color: #f5c518; font-size: 19px; letter-spacing: 1px; line-height: 1; }
.rva-rating-score { font-size: 16px; font-weight: 800; }
.rva-rating-sep { color: #cbd5e1; }
.rva-rating-count { color: var(--rva-muted); font-size: 15px; }
.rva-rating:hover .rva-rating-count { color: var(--rva-ink); }

/* --- Authority badge --- */
.rva-partner {
    align-items: center;
    color: var(--rva-green);
    display: flex;
    font-size: 13.5px;
    font-weight: 600;
    gap: 8px;
    line-height: 1.35;
    margin: 0 0 18px;   /* now hands off to the CTAs, not the accordion */
}
.rva-partner svg { flex-shrink: 0; height: 18px; width: 18px; }

/* --- Primary actions --- */
.rva-hero-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 12px;
}

/* --- Secure checkout strip --- */
.rva-secure {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;      /* label + all three marks on one line */
    gap: 10px;
    justify-content: center;
    margin-bottom: 18px;
    padding: 8px 4px;
}
.rva-secure-label {
    align-items: center;
    color: var(--rva-ink);
    display: inline-flex;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 700;
    gap: 6px;
    white-space: nowrap;
}
.rva-secure-label svg { height: 15px; width: 15px; }

.rva-pay-list {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.rva-pay {
    align-items: center;
    background: #fff;
    border: 1px solid #e6eaec;
    border-radius: 6px;
    display: flex;
    height: 24px;
    justify-content: center;
    min-width: 42px;
    padding: 0 6px;
}
.rva-pay img { display: block; max-height: 14px; width: auto; }
.rva-pay span {
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1;
    white-space: nowrap;
}
/* Narrow phones: tighten once more so label + three marks never wrap. */
@media (max-width: 400px) {
    .rva-secure { gap: 8px; }
    .rva-secure-label { font-size: 12px; gap: 5px; }
    .rva-secure-label svg { height: 14px; width: 14px; }
    .rva-pay-list { gap: 5px; }
    .rva-pay { height: 22px; min-width: 36px; padding: 0 5px; }
    .rva-pay img { max-height: 12px; }
    .rva-pay span { font-size: 9.5px; }
}
/* Brand-ish tinting for the text fallback chips only. Replace with the
   official artwork by dropping files into images/payments/ */
.rva-pay--visa span       { color: #1434cb; font-style: italic; letter-spacing: 0.06em; }
.rva-pay--mastercard span { color: #eb001b; }
.rva-pay--paypal span     { color: #003087; }

/* --- Benefit grid --- */
.rva-usp-grid {
    border: 1px solid var(--rva-line);
    border-radius: 16px;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    margin: 0 0 18px;
    overflow: hidden;
    padding: 0;
    background-color: var(--rva-line);
}
@media (min-width: 560px) {
    .rva-usp-grid { grid-template-columns: repeat(3, 1fr); }
}

.rva-usp {
    align-items: center;
    background: #fff;
    display: flex;
    gap: 11px;
    margin: 0;
    padding: 16px 13px;
}
.rva-usp-icon {
    align-items: center;
    background: var(--rva-green-tint);
    border-radius: 50%;
    color: var(--rva-green);
    display: flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    width: 40px;
}
.rva-usp-icon svg { height: 21px; width: 21px; }
.rva-usp-text {
    color: var(--rva-ink);
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.28;
}

/* --- Scarcity note --- */
.rva-scarcity {
    align-items: center;
    color: var(--rva-muted);
    display: flex;
    font-size: 14.5px;
    gap: 9px;
    justify-content: center;
    line-height: 1.35;
    margin: 0 0 16px;
    text-align: center;
}
.rva-scarcity svg { color: #ef4444; flex-shrink: 0; height: 19px; width: 19px; }

/* --- Trip details accordion --- */
.info-card .what-to-expect-accordion {
    border: 0;
    border-bottom: 0; /* the base stylesheet puts a border-bottom on this */
    border-radius: 14px;
    margin-bottom: 16px;
    max-width: none;
    overflow: hidden;
}
.info-card .expect-toggle {
    background: #fff;
    width: 100%;
}
.info-card .expect-details ul { margin: 0; padding: 0 0 4px 20px; }
.info-card .expect-details li { margin-bottom: 7px; }

/* --- Larger screens --- */
@media (min-width: 768px) {
    .info-card .tour-title { font-size: 38px; }
    .rva-cta-title { font-size: 19px; }
    .rva-cta { min-height: 64px; }
}

/* =========================================================
   SHARED BUTTON SYSTEM
   One rectangle for every button on the site, matching the
   two CTAs in the homepage hero card: 14px radius, bold,
   amber = primary action, dark green = secondary action.
   ========================================================= */

.rva-btn {
    align-items: center;
    border: 0;
    border-radius: 14px;
    box-sizing: border-box;
    max-width: 100%;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 16px;
    font-weight: 800;
    gap: 9px;
    justify-content: center;
    letter-spacing: -0.01em;
    line-height: 1.15;
    min-height: 52px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.rva-btn:hover { transform: translateY(-2px); }
.rva-btn:focus-visible { outline: 3px solid rgba(20, 64, 31, 0.35); outline-offset: 3px; }
.rva-btn-icon { flex-shrink: 0; height: 20px; width: 20px; }
.rva-btn small { display: block; font-size: 13px; font-weight: 600; opacity: 0.75; }

.rva-btn-amber {
    background-color: #f5c518;
    box-shadow: 0 6px 18px rgba(245, 197, 24, 0.35);
    color: #1a1a1a;
}
.rva-btn-amber:hover { background-color: #e0b30f; box-shadow: 0 10px 24px rgba(245, 197, 24, 0.42); color: #1a1a1a; }

.rva-btn-green {
    background-color: #14401f;
    box-shadow: 0 6px 18px rgba(20, 64, 31, 0.22);
    color: #fff;
}
.rva-btn-green:hover { background-color: #0e2d16; box-shadow: 0 10px 24px rgba(20, 64, 31, 0.28); color: #fff; }

/* =========================================================
   TOURS SECTION — real Tour posts
   Content on the LEFT (title, description, Book Now),
   photo on the RIGHT. One row per tour.
   ========================================================= */

.rva-tours-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rva-tour-row {
    background: #fff;
    border: 1px solid #e8eced;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
    display: flex;
    gap: 0;
    overflow: hidden;
    transition: box-shadow 0.18s ease, transform 0.18s ease;
}
.rva-tour-row:hover {
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.1);
    transform: translateY(-2px);
}

.rva-tour-row-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 18px 16px;
}
.rva-tour-row-title { margin: 0 0 8px; }
.rva-tour-row-title a {
    color: #0f172a;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.2;
    text-decoration: none;
}
.rva-tour-row-title a:hover { color: #14401f; }
.rva-tour-row-desc {
    color: #64748b;
    font-size: 14.5px;
    line-height: 1.5;
    margin: 0 0 14px;
}
.rva-tour-row-cta { align-self: flex-start; font-size: 15px; min-height: 48px; padding: 10px 16px; }

.rva-tour-row-media {
    display: block;
    flex: 0 0 42%;
    max-width: 42%;
    position: relative;
}
.rva-tour-row-media img {
    display: block;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 768px) {
    .rva-tours-list { gap: 20px; }
    .rva-tour-row-body { padding: 26px 28px; }
    .rva-tour-row-title a { font-size: 24px; }
    .rva-tour-row-desc { font-size: 16px; margin-bottom: 18px; }
    .rva-tour-row-media { flex-basis: 44%; max-width: 44%; }
    .rva-tour-row-media img { min-height: 240px; }
}

.rva-tours-empty {
    background: #fffbe8;
    border: 1px dashed #e0b30f;
    border-radius: 12px;
    color: #6b5a00;
    padding: 14px 16px;
    text-align: center;
}

/* =========================================================
   WHY RAFT WITH US — compact grid with icon chips
   Same visual language as the hero card's benefit grid:
   circular green-tinted chips, tight two-column mobile grid.
   ========================================================= */

.rva-why-grid {
    background-color: #e8eced;
    border: 1px solid #e8eced;
    border-radius: 16px;
    display: grid;
    gap: 1px;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
@media (min-width: 560px)  { .rva-why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px)  { .rva-why-grid { grid-template-columns: repeat(4, 1fr); } }

.rva-why-item {
    align-items: flex-start;
    background: #fff;
    display: flex;
    gap: 13px;
    margin: 0;
    padding: 16px 15px;
}
.rva-why-icon {
    align-items: center;
    background: #eaf3ec;
    border-radius: 50%;
    color: #14401f;
    display: flex;
    flex-shrink: 0;
    height: 44px;
    justify-content: center;
    width: 44px;
}
.rva-why-icon svg { height: 22px; width: 22px; }
.rva-why-copy h3 {
    color: #0f172a;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.25;
    margin: 0 0 4px;
}
.rva-why-copy p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
}
@media (min-width: 992px) {
    .rva-why-item { flex-direction: column; gap: 12px; padding: 22px 20px; }
    .rva-why-copy h3 { font-size: 17px; }
}

/* =========================================================
   "WHY RAFT THE VJOSA WITH US?" — dark band
   Full-bleed dark green, matching the footer, so the page is
   not one continuous light background. Deliberately scoped to
   .benefits-section: the team section keeps the light grey, so
   the page alternates light / dark / light / grey / light / dark.
   ========================================================= */

.benefits-section.bg-gray-full-width {
    background-color: #14401f;
    border-top: 0;
    border-bottom: 0;
    position: relative;
}

/* Hairline top and bottom edges, echoing the footer's rule. */
.benefits-section.bg-gray-full-width::before,
.benefits-section.bg-gray-full-width::after {
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
.benefits-section.bg-gray-full-width::before {
    background: linear-gradient(90deg, #f5c518 0%, rgba(245, 197, 24, 0) 100%);
    top: 0;
}
.benefits-section.bg-gray-full-width::after {
    background: linear-gradient(90deg, rgba(245, 197, 24, 0) 0%, #f5c518 100%);
    bottom: 0;
}

/* --- Header on dark --- */
.benefits-section .section-title,
.benefits-section .section-header .section-title {
    color: #ffffff;
}
.benefits-section .section-subtitle,
.benefits-section .section-header .section-subtitle {
    color: rgba(255, 255, 255, 0.76);
}

/* --- Cards on dark: translucent panels rather than white blocks --- */
.benefits-section .rva-why-grid {
    background-color: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
}
.benefits-section .rva-why-item {
    background: #1a5028;
}

/* Amber chip reads far better than green-on-green here. */
.benefits-section .rva-why-icon {
    background: rgba(245, 197, 24, 0.16);
    color: #f5c518;
}
.benefits-section .rva-why-copy h3 {
    color: #ffffff;
}
.benefits-section .rva-why-copy p {
    color: rgba(255, 255, 255, 0.72);
}

/* =========================================================
   MEET THE TEAM — dark band + photo-led cards
   Scoped to .team-section so the standalone Team page, which
   reuses these class names, is untouched.
   ========================================================= */

.team-section.bg-gray-full-width {
    background-color: #14401f;
    border-top: 0;
    border-bottom: 0;
    position: relative;
}
.team-section.bg-gray-full-width::before,
.team-section.bg-gray-full-width::after {
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
.team-section.bg-gray-full-width::before {
    background: linear-gradient(90deg, rgba(245, 197, 24, 0) 0%, #f5c518 100%);
    top: 0;
}
.team-section.bg-gray-full-width::after {
    background: linear-gradient(90deg, #f5c518 0%, rgba(245, 197, 24, 0) 100%);
    bottom: 0;
}

/* --- Header on dark --- */
.team-section .section-title,
.team-section .section-header .section-title { color: #ffffff; }
.team-section .section-subtitle,
.team-section .section-header .section-subtitle { color: rgba(255, 255, 255, 0.76); }

/* Equal-height slides so cards line up even with different bio lengths. */
.team-section .swiper-slide {
    height: auto;
}

/* --- Card: photo leads, text sits beneath --- */
.team-section .team-member-card {
    background-color: #1a5028;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding: 0;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.team-section .team-member-card:hover {
    border-color: rgba(245, 197, 24, 0.45);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
    transform: translateY(-6px);
}

/* Uniform portrait crop — the source photos vary, this makes the row tidy. */
.team-section .team-member-photo {
    aspect-ratio: 4 / 5;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.team-section .team-member-photo::after {
    background: linear-gradient(to bottom, rgba(26, 80, 40, 0) 55%, rgba(26, 80, 40, 0.85) 100%);
    content: "";
    inset: 0;
    position: absolute;
}
.team-section .team-member-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
}
.team-section .team-member-card:hover .team-member-photo img {
    transform: scale(1.05);
}

.team-section .team-member-info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 18px 18px 22px;
}

.team-section .member-name {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.01em;
    margin: 0 0 9px 0;
}

/* Role as a small amber pill rather than plain coloured text. */
.team-section .member-role {
    align-self: flex-start;
    background: rgba(245, 197, 24, 0.16);
    border-radius: 999px;
    color: #f5c518;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.06em;
    margin: 0 0 13px 0;
    padding: 5px 11px;
    text-transform: uppercase;
}

.team-section .member-bio {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0;
}

/* --- Slider controls on dark --- */
.team-section .team-slider { padding-bottom: 54px; }
.team-section .swiper-button-next,
.team-section .swiper-button-prev {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #f5c518 !important;
    display: flex;
    height: 42px;
    justify-content: center;
    transition: background-color 0.2s ease;
    width: 42px;
}
.team-section .swiper-button-next:hover,
.team-section .swiper-button-prev:hover {
    background: rgba(245, 197, 24, 0.2);
}
.team-section .swiper-button-next::after,
.team-section .swiper-button-prev::after {
    font-size: 16px !important;
    font-weight: 800;
}
.team-section .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.45);
    opacity: 1;
}
.team-section .swiper-pagination-bullet-active {
    background-color: #f5c518 !important;
    width: 22px;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .team-section .member-name { font-size: 21px; }
    .team-section .team-member-info { padding: 20px 20px 24px; }
}
