/*
Theme Name: Rafting Vjosa Albania
Author: Stavro
Description: A high-performance, conversion-focused theme for Rafting Vjosa Albania.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rvatours
*/


@font-face {
  font-display: swap;  
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inter-v19-latin-300.woff2') format('woff2');  
}

@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v19-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v19-latin-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;  
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v19-latin-600.woff2') format('woff2');   
}

@font-face {
  font-display: swap;  
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v19-latin-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/inter-v19-latin-900.woff2') format('woff2'); 
}

/* --- Global Variables & Reset --- */
:root {
    --primary-red: #F97316;
    --dark-text: #212529;
    --light-text: #ffffff;
    --border-color: #e9ecef;
    --background-light: #f8f9fa;
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
    margin: 0;
    font-family: var(--font-sans);
    background-color: var(--background-light);
    color: var(--dark-text);
}

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

/* --- Floating Header Styling --- */
.site-header.floating-header {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 86%;
    max-width: 450px;
    background-color: white;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    padding: 8px;
    border: 1px solid rgba(255,255,255,0.5);
}

.site-header .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .site-branding {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 1px;
    flex-shrink: 0;
}

.site-header .custom-logo {
    max-height: 40px;
    width: auto;
}

.site-header .desktop-navigation {
    display: none; 
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
}
.header-icon-link svg {
    width: 22px;
    height: 22px;
}
.phone-link { background-color: #007bff; }
.whatsapp-link { background-color: #30b361; }

.site-header .menu-toggle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f1f1f1;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    padding: 0;
}

.site-header .menu-toggle svg {
    width: 18px;
    height: 18px;
}

#content.site-content {
    padding-top: 100px;
}

#content.site-content .hero-section {
    margin-top: -100px;
}
.site-header .taglines-wrapper {
        display: block;
        border-left: 1px solid #dee2e6;
        padding-left: 15px;
    }
    .site-tagline {
        font-size: 11px;
        color: #6c757d;
        font-weight: 500;
        line-height: 1.3;
        margin: 0;
    }
    .site-tagline:first-child {
        margin-bottom: 3px;
    }
    .tagline-one { color: #000; font-size: 15px; }
    .tagline-two { color: #504f4f; font-size: 8px; }

    /* Desktop styles for the floating header */
@media (min-width: 992px) {
    .site-header.floating-header {
        max-width: 1024px;
    }
    .site-header .header-container {
        padding: 0 10px;
    }
    .site-header .site-branding {
        flex-shrink: 1;
    }
    .site-header .taglines-wrapper {
        display: block;
    }
    .site-header .desktop-navigation {
        display: flex; 
        align-items: center;
        margin: 0 auto;
        padding: 0 40px;
    }
    .header-actions {
        display: none; 
    }
    .site-header .menu-toggle {
        display: none;
    }
}

/* --- Hero Section Styling --- */
.hero-section {
    position: relative;
    height: 40vh; 
    overflow: hidden;
}
.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* --- Main Content & Info Card Styling --- */
.main-content-wrapper {
    position: relative;
    z-index: 10;
}

.content-container {
    padding: 0 15px;
}

.info-card {
    background-color: var(--light-text);
    border-radius: 16px;
    padding: 25px;
    margin-top: -120px; 
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border-color);
}
.tour-title {
    font-size: 23px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 8px 0;
}
.tour-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin: 0 0 20px 0;
    border-top: 1px solid var(--border-color);
    padding-top: 10px;
}

.reviews-summary {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.reviews-summary p {
    margin: 4px 0;
}
.reviews-summary .star-icon {
    font-size: 16px;
}

/* --- CTA Button Styling --- */
.cta-buttons {
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.cta-button {
    flex-basis: 200px;
    flex-grow: 1;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 25px; 
    text-align: center;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 2px;
    border-style: solid;
}

.cta-button:hover {
    transform: translateY(-2px);
}

/* "Book & Pay Now" button */
.cta-primary {
    background-color: #f97316; 
    border-color: #f97316;
    color: #ffffff;
}
.cta-primary:hover {
    background-color: #f97316;
    border-color: #f97316;
}

/* "Reserve Now, Pay Later" button */
.cta-secondary {
    background-color: #ffffff;  
    border-color: #f97316;  
    color: #f97316;  
}
.cta-secondary:hover {
    background-color: #fff8f0;
    border-color: #f97316;
    color: #f97316;
}

/* --- CTA Button Icons --- */
.cta-button .button-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}
.cta-primary .button-icon {
    fill: #ffffff;  /
}
.cta-secondary .button-icon {
    fill: #f97316;  
}
.cta-secondary:hover .button-icon {
    fill: #f97316;
}

@media (max-width: 767px) { .features-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
}
}
.feature-icon {
    display: inline-flex;
}
.feature-icon svg {
    width: 22px;
    height: 22px;
    fill: #28a745;  
}
@media (min-width: 768px) { .features-list {
    list-style: none;
    display: grid;
    margin: 10px 26px 30px 65px;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
}
}
.features-list li {
    display: flex;
    align-items: center;
    gap: 8px;
}
.check-icon {
    color: #274a34;
    font-weight: 700;
}

/* --- Partner Box Section --- */
.partner-box {
    background-color: #f0fff4;
    border: 2px solid #28a745;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
}
.partner-box p {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
    color: #155724;
}

/* 2 columns on desktop */
@media (min-width: 576px) {
    .partner-box {
        grid-template-columns: 1fr 1fr;
    }
}

/* --- Final CTA Section --- */
.final-cta-section {
    padding: 50px 0;
    text-align: center;
}
.final-cta-section h2 {
    font-size: 22px;
    font-weight: 900;
    margin: 0 0 10px 0;
}
.final-cta-section p {
    margin: 0 0 20px 0;
    color: #6c757d;
    font-size: 15px;
}
.cta-full-width {
    display: block;
    width: 90%;
}

 /* --- Mobile Navigation Menu (Slide-in Panel with Cards) --- */
body.mobile-menu-open {
    overflow: hidden;
}
.menu-backdrop {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.menu-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}
.mobile-nav-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px; 
    max-width: 90%;
    height: 100%;
    background-color: #f8f9fa;
    z-index: 1000;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    padding: 60px 20px 20px 20px;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform 0.35s ease-in-out;
    overflow-y: auto;
}
.mobile-nav-panel.is-open {
    transform: translateX(0);
}
.close-menu-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 35px;
    font-weight: 400;
    color: #888;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
}
.mobile-menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;  
    gap: 15px;
    width: 100%;
}
.menu-card:nth-child(1),
.menu-card:nth-child(2),
.menu-card:nth-child(3) {
    grid-column: 1 / -1;  
}
.menu-card {
    background-color: white;
    border-radius: 12px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;  
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #274a34;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid var(--border-color);
    min-height: 110px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.menu-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.mobile-menu-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: var(--dark-text);
}
.menu-card svg,
.menu-card i,
.menu-card img {
    width: 57px;
    height: 50px;
    color: #2e7d32;  
    margin-bottom: 10px;
}

/* --- Responsive Styles (Tablet & Desktop) --- */
@media (min-width: 768px) {

     
    .header-container,
    .content-container {
        max-width: 1024px;
        margin: 0 auto;
        padding: 0 25px;
    }

    
    .site-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .menu-toggle {
        display: none;
    }

    .desktop-navigation {
        display: block;
    }

    .desktop-menu-list {
        display: flex;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        gap: 30px;
    }

    .desktop-menu-list a {
        text-decoration: none;
        color: var(--dark-text);
        font-weight: 700;
        font-size: 15px;
        transition: color 0.2s ease;
    }

    .desktop-menu-list a:hover {
        color: var(--primary-red);
    }
    
    .desktop-menu-list .menu-item-button a {
        background-color: var(--primary-red);
        color: var(--light-text);
        padding: 10px 20px;
        border-radius: 8px;
    }
    .desktop-menu-list .menu-item-button a:hover {
        background-color: #b02a2a;
        color: var(--light-text);
    }


    
    .hero-section {
        height: 450px;
    }

     
    .info-card {
       
        margin-left: auto;
        margin-right: auto;
        margin-top: -150px;
        padding: 40px;
    }

    .tour-title {
        font-size: 36px;
    }

    .features-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.page-content {
    background-color: var(--light-text);
    padding-top: 40px;
    padding-bottom: 50px;
    min-height: 50vh;  
}

.page-header {
    border-bottom: 2px solid var(--border-color);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.page-title {
    font-size: 38px;
    font-weight: 900;
    margin: 0;
}

.entry-content {
    font-size: 17px;
    line-height: 1.7;
    color: #343a40;
}

.entry-content p {
    margin-bottom: 20px;
}

.entry-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.entry-content a {
    color: var(--primary-red);
    text-decoration: underline;
}

.entry-content a:hover {
    text-decoration: none;
}

.tour-hero {
    height: 40vh; 
    min-height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tour-hero-overlay {
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tour-page-title {
    color: var(--light-text);
    font-size: clamp(2.5rem, 6vw, 4rem); 
    font-weight: 900;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
    padding: 0 20px;
}

/* --- Tour Layout --- */
.tour-layout {
    padding-top: 40px;
    padding-bottom: 40px;
}

.tour-sidebar {
    margin-top: 30px;
}
.sidebar-details-card {
    background-color: var(--light-text);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 25px;
}
.detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
}
.detail-item:last-of-type {
    border-bottom: none;
}
.detail-label {
    font-weight: 500;
    color: #6c757d;
}
.detail-value {
    font-weight: 700;
    font-size: 18px;
}
.detail-value.price {
    color: var(--primary-red);
}

.tour-book-btn {
    margin-top: 25px;
}

/* --- Desktop Layout for Tour Page --- */
@media (min-width: 992px) {
    .tour-layout {
        display: grid;
        grid-template-columns: 2fr 1fr; 
        gap: 40px;
        align-items: flex-start; 
    }
    .tour-sidebar {
        margin-top: 0;
        position: sticky; 
        top: 40px; 
    }
} 


.archive-container {
    padding-top: 40px;
    padding-bottom: 50px;
}

.archive-post-item {
    background-color: var(--light-text);
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border: 1px solid var(--border-color);
}

.archive-post-item .post-text-content {
    padding: 25px;
}

.archive-post-item .post-title {
    margin: 0 0 10px 0;
}

.archive-post-item .post-title a {
    text-decoration: none;
    color: var(--dark-text);
    font-size: 24px;
}
.archive-post-item .post-title a:hover {
    color: var(--primary-red);
}

.archive-post-item .post-excerpt p {
    margin: 0;
    color: #495057;
}

@media (min-width: 768px) {
    .archive-post-item {
        display: flex;
    }
    .archive-post-item .post-thumbnail-link {
        flex: 0 0 300px;  
    }
    .archive-post-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* --- Payment Trust Seals --- */
.payment-trust-seals {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* --- Payment Trust Seals --- */
@media (min-width: 768px) { 
    .payment-trust-seals {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}
}


.trust-seal-item.ssl-seal {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #6c757d;
}

.payment-icons-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;  
}

.payment-icon {
    height: 11px;  
    width: auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Specific logo styling */
.visa-logo {
    font-weight: bold;
    font-style: italic;
    color: #1a1f71;
}

.paypal-logo {
    font-weight: bold;
    font-style: italic;
    color: #00457C;
}
.paypal-logo span {
    color: #0079C1;
}

.mc-logo {
    font-weight: bold;
    color: #EB001B;
}
.mc-logo span {
    color: #F79E1B;
}
/* --- Header Logo & Tagline Alignment Fix --- */
.site-branding {
    display: flex;
    align-items: center;
    gap: 15px;  
}

.custom-logo {
    max-height: 50px; 
    width: auto; 
}

/* --- Homepage Intro Section --- */
.home-intro-section {
    padding: 50px 0;
}

.intro-layout {
    display: grid;
    grid-template-columns: 1fr;  
    gap: 30px;
    align-items: center;
}

.intro-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;  
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.intro-text .section-title {
    font-size: 22px;
    font-weight: 900;
    margin: 0 0 15px 0;
}

.intro-text p {
    font-size: 14px;
    line-height: 1.4;
    color: #495057;
    margin-bottom: 25px;
}

.intro-text .cta-button {
    padding-left: 30px;
    padding-right: 30px;
}


/* --- Responsive layout for the Intro Section --- */
@media (min-width: 768px) {
    .home-intro-section {
        padding: 80px 0;
    }
    
    .intro-layout {
        grid-template-columns: 1fr 1fr;  
        gap: 50px;
    }
}

/* --- Benefits Section --- */
.section-header {
    text-align: center;
    margin-bottom: 20px;
}

.section-header .section-title {
    font-size: 22px;
    font-weight: 900;
    margin: 0 10px 0;
}

.section-header .section-subtitle {
    font-size: 17px;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 1.6;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px; 
    margin-bottom: 60px;
}



.benefit-item {
    text-align: center;
}

.benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: black;
    border-radius: 50%;
    margin-bottom: 20px;
}

.benefit-icon i {
    font-size: 28px;  
    color: black;  
}

.benefit-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.benefit-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
    margin: 0;
}

/* --- Responsive layout for the Benefits Section --- */

@media (min-width: 992px) {
    .benefits-section {
        padding: 80px 0;
    }
    .benefits-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .benefit-item {
        text-align: left;
    }
    .benefit-icon {
        display: flex; 
        margin-left: 0;
        margin-right: auto;
    }
}

/* --- Fine-tune benefits section for small mobile --- */
@media (max-width: 575px) {
    .benefit-item {
        text-align: center;
    }
    .benefit-icon {
        width: 50px;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    .benefit-icon svg {
        width: 28px;
        height: 28px;
    }
    .benefit-title {
        font-size: 16px;
    }
    .benefit-item p {
        font-size: 14px;
        line-height: 1.5;
    }
    .benefits-grid {
        gap: 15px;
    }
}

/* --- Adventures Section --- */
.adventures-section {
    background-color: var(--background-light);
    margin-bottom: 50px;
}

.team-section {
    margin-bottom: 50px;
}

/* Card styling is universal */
.adventure-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 400px;
    padding: 25px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    color: var(--light-text);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.adventure-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.adventure-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}
.adventure-card .card-content {
    position: relative;
    z-index: 2;
}
.adventure-card h3 { font-size: 24px; font-weight: 700; margin: 0 0 5px 0; }
.adventure-card p { margin: 0 0 15px 0; font-size: 16px; }
.card-button { font-weight: 700; text-decoration: underline; }

/* Slider-specific styles */
.adventures-slider {
    padding-bottom: 40px !important; 
    overflow: visible; 
}

 
@media (min-width: 768px) {
    .adventures-section {
        padding: 80px 0;
    }
     
    .adventures-slider .swiper-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
    }
    /* Give each card a width on desktop */
    .adventures-slider .swiper-slide {
        width: 350px !important; 
    }
    /* Hide slider dots on desktop */
    .adventures-slider .swiper-pagination {
        display: none;
    }
}

/* --- FAQ Section --- */
.faq-section {
    padding: 10px 0;
}

.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
    border-top: 1px solid var(--border-color);
}

.faq-item {
    border-bottom: 1px solid var(--border-color);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    padding: 20px 0;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    color: var(--dark-text);
}

.faq-icon {
    font-size: 24px;
    font-weight: 300;
    color: var(--primary-red);
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;  
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}

.faq-answer p {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
    margin: 0;
}

 
.faq-item.is-active .faq-question {
    color: var(--primary-red);
}

.faq-item.is-active .faq-icon {
    transform: rotate(45deg); 
}

.faq-item.is-active .faq-answer {
    max-height: 200px;  
}
 
.tour-at-a-glance {
    background-color: var(--background-light);
    padding: 40px 0;
    border-bottom: 1px solid var(--border-color);
}
.glance-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 25px;
}
.glance-item {
    text-align: center;
}
.glance-icon {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px;
}
.glance-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6c757d;
}
.glance-value {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
}

/* Main Content Area */
.tour-details-content {
    padding-bottom: 30px;
}
.tour-details-content .entry-content {
    margin-bottom: 40px;
}

.tour-includes-card {
    background-color: #f0fff4;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    padding: 25px;
}
.tour-includes-card h3 {
    margin: 0 0 15px 0;
    font-size: 22px;
}
.tour-includes-card ul {
    list-style: '✅ '; 
    padding-left: 20px;
    margin: 0;
}
.tour-includes-card ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}

.tour-page-cta {
    background-color: var(--background-light);
}

@media (min-width: 768px) {
    .glance-grid {
        grid-template-columns: repeat(4, 1fr); 
    }
}
@media (min-width: 992px) {
    .tour-details-content {
        display: grid;
        grid-template-columns: 2fr 1fr; 
        gap: 40px;
        align-items: flex-start;
    }
    .tour-details-content .entry-content {
        margin-bottom: 0;
    }
}

.single-post-container {
    max-width: 750px; 
    margin-top: 30px;
}

.single-post-container .entry-header {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 25px;
}

.single-post-container .entry-title {
    font-size: 22px;
    font-weight: 900;
    margin: 0 0 10px 0;
}

.single-post-container .entry-meta {
    font-size: 14px;
    color: #6c757d;
}

.single-post-container .entry-meta span {
    margin: 0 10px;
}

.single-post-container .post-thumbnail {
    margin-bottom: 30px;
}

.single-post-container .post-thumbnail img {
    border-radius: 8px;
}

/* Inherit styles from the page template for content */
.single-post-container .entry-content {
    font-size: 17px;
    line-height: 1.7;
    color: #343a40;
}
.single-post-container .entry-content p,
.single-post-container .entry-content ul,
.single-post-container .entry-content ol,
.single-post-container .entry-content blockquote {
    margin-bottom: 20px;
}
.single-post-container .entry-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.single-post-container .entry-content a {
    color: var(--primary-red);
    text-decoration: underline;
}

.single-post-container .entry-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
    font-size: 14px;
}

.tags-links a {
    background-color: #f1f1f1;
    padding: 4px 10px;
    border-radius: 4px;
    text-decoration: none;
    color: #555;
    margin-right: 5px;
}
.tags-links a:hover {
    background-color: var(--primary-red);
    color: var(--light-text);
}

/* --- Related Posts Section --- */
.related-posts {
    max-width: 1024px;
    margin: 20px auto;
}

.related-posts-title {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

.related-post-item {
    background-color: var(--light-text);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border: 1px solid var(--border-color);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.related-post-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.related-post-item a {
    text-decoration: none;
    color: var(--dark-text);
}

.related-post-thumbnail img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.related-post-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    padding: 20px;
    margin: 0;
}

@media (min-width: 768px) {
    .related-posts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* --- 404 Page & Search Form Styling --- */

.error-404-container {
    text-align: center;
    padding: 60px 0;
    min-height: 50vh;
}

.error-title {
    font-size: 120px;
    font-weight: 900;
    color: var(--primary-red);
    line-height: 1;
    margin: 0;
}

.error-subtitle {
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0;
}

.error-text {
    font-size: 17px;
    color: #6c757d;
    max-width: 500px;
    margin: 0 auto 30px auto;
}

.search-form {
    display: flex;
    max-width: 500px;
    margin: 0 auto 30px auto;
}

.search-field {
    flex-grow: 1;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px 0 0 8px;
    font-size: 16px;
}
.search-field:focus {
    outline: 2px solid var(--primary-red);
    outline-offset: -1px;
}

.search-submit {
    padding: 12px 20px;
    border: 1px solid var(--primary-red);
    background-color: var(--primary-red);
    color: var(--light-text);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
}

.error-404-container .cta-button {
    display: inline-block;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.kayak-page .tour-includes-card {
    background-color: #eaf2ff;
    border-color: #b8daff;
}

/* --- Booking Assurance Section (New) --- */
.booking-assurance-section {
    padding: 15px 10px 4px 10px; 
}

.guarantee-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(to right, #ffffff, #ffa96b);
    border-radius: 15px;
    padding: 10px;
    max-width: 500px;
    margin: 0 auto;
    
}

.guarantee-icon {
    flex-shrink: 0;
}
.guarantee-icon svg {
    width: 40px;
    height: 40px;
    color: #d46a29; 
}

.guarantee-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #5c4b41;
}

.guarantee-text a {
    font-weight: 700;
    color: #333;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.guarantee-text a:hover {
    color: #000;
}

@media (min-width: 768px) {
    .how-it-works {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* --- Our Team Page --- */
.team-page-header {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 50px;
}

.team-page-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 50px;
}

.team-member-card {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-member-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.team-member-photo {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--light-text);
    box-shadow: 0 0 0 2px var(--primary-red);
}
.team-member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.member-name {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.member-role {
    color: var(--primary-red);
    font-weight: 600;
    margin: 0 0 15px 0;
}
.member-bio {
    font-size: 15px;
    line-height: 1.6;
    color: #6c757d;
    margin: 0 0 20px 0;
}
.member-socials a {
    display: inline-block;
    color: #888;
    text-decoration: none;
    font-weight: bold;
    margin: 0 5px;
    transition: color 0.2s ease;
}
.member-socials a:hover {
    color: var(--primary-red);
}


@media (min-width: 576px) {
    .team-page-grid {
        grid-template-columns: repeat(2, 1fr);  
    }
}

@media (min-width: 992px) {
    .team-page-grid {
        grid-template-columns: repeat(3, 1fr); 
    }
}

.team-slider {
    padding-bottom: 50px; 
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--primary-red) !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--primary-red) !important; 
}

/* --- What to Expect Accordion --- */
.what-to-expect-accordion {
    margin-top: -10px;
    margin-bottom: 17px;
    border-bottom: 1px solid var(--border-color);
    max-width: 450px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    overflow: hidden;
}

.expect-toggle {
    display: flex;
    font-family: var(--font-sans);
    
    align-items: center;
    gap: 8px;
    width: 100%;
    background: none;
    margin-left: -7px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: black;
    cursor: pointer;
    text-align: left;
}

.expect-toggle .expect-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.expect-details {
    max-height: 0; 
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}
.what-to-expect-accordion.is-open .expect-details {
    max-height: 500px; 
    padding-bottom: 20px;
}

.expect-details ul {
    list-style: none;
    padding: 10px 15px 0 20px;
    margin: 0;
    color: rgba(0, 0, 0, 0.9);
}

.expect-details li {
    padding-left: 5px;
    margin-bottom: 8px;
    font-size: 14px;
}

.toggle-left {
    display: flex;
    align-items: center;
    gap: 8px;
}
.toggle-arrow {
    transition: transform 0.3s ease-in-out;
}
.toggle-arrow svg {
    margin-top: 3px;
    width: 20px;
    height: 20px;
}

/* This rotates the arrow when the accordion is open */
.what-to-expect-accordion.is-open .toggle-arrow {
    transform: rotate(90deg);
}

.space-for-below-ac {
    margin-top: 20px;
    margin-bottom: -15px;
}

.header-review-arrow {
    width: 20px;
    height: 20px;
    fill: #888; 
    transition: transform 0.2s ease;
    margin-left: 5px;
}

#review-badge-container:hover .header-review-arrow {
    transform: translateX(3px); 
}

/* --- Trustindex Reviews Widget Section --- */
.reviews-widget-section {
    padding: 35px 0;
    background-color: var(--background-light); 
}

.reviews-widget-wrapper {
    max-width: 1100px;  
    margin: 0 auto;
}

/* --- New Footer Styling (Mobile 2-Column) --- */
.site-footer {
    background-color: #f8f9fa;
    color: #000000;  
    padding: 0 0 0 0;
    font-size: 15px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-bottom: 40px;
    margin: 30px;
}
.footer-widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Make the map span both columns on mobile/tablet */
.footer-column.footer-map {
    grid-column: 1 / -1;
}

/* Contact Info List */
.contact-info-list { list-style: none; padding: 0; margin: 0; }
.contact-info-list li { margin-bottom: 15px; }
.contact-info-list a { display: flex; align-items: center; gap: 15px; color: #000000; text-decoration: none; transition: color 0.2s ease; }
.contact-info-list a:hover { color: #000000; }
.footer-icon { width: 22px; height: 22px; flex-shrink: 0; fill: #000000; }

/* Services List */
.service-links-list { list-style: none; padding: 0; margin: 0; }
.service-links-list li { margin-bottom: 10px; }
.service-links-list a { color: #000000; text-decoration: none; }
.service-links-list a:hover { color: #000000; text-decoration: underline; }

/* Map Column */
.footer-map .map-embed-wrapper { height: 100%; min-height: 250px; border-radius: 12px; overflow: hidden; }
.footer-map .map-embed-wrapper iframe { width: 100%; height: 100%; border: 0; }

/* Sub-Footer (Copyright & Policy Link) */
.sub-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
}
.sub-footer a { color: #000000; text-decoration: none; }
.sub-footer a:hover { text-decoration: underline; }

/* Responsive Footer Layout */
@media (min-width: 768px) {
    .sub-footer {
        flex-direction: row;
        justify-content: space-between;
        margin: 10px 10px 0px 10px;
    }
}
@media (min-width: 992px) {
    .footer-grid {
    grid-template-columns: 1.2fr 0.8fr 1.5fr;
    max-width: 1080px; 
    margin: 0 auto;
}
}

/* --- Footer Bottom Separator --- */
.footer-bottom-separator {
    height: 1px;  
    width: 80%;  
    margin: 30px auto 40px auto; 
    background-color: #b9b9b9;
    border-radius: 3px; 
}

#review-badge-container:hover {
    transform: scale(1.05);
}

/* --- Rafting Vjosa Refund Policy Page (New Design) --- */
.rv-refund-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}
.rv-refund-header {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.rv-refund-guarantee-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #555;
}
.rv-refund-guarantee-badge svg {
    width: 28px;
    height: 28px;
    fill: #555;
}
.rv-refund-dark-box {
    background-color: #212529;
    color: #fff;
    padding: 20px 35px;
    text-align: center;
    border-radius: 16px;
}
.rv-refund-dark-box h2 {
    font-size: 26px;
    font-weight: 900;
    margin: 0 0 15px 0;
}
.rv-refund-dark-box p {
    font-size: 1.1rem;
    color: #ccc;
    line-height: 1.6;
}
.rv-refund-badge-container {
    display: flex;
    justify-content: center;
    margin-top: -35px;
    position: relative;
}
.rv-refund-badge {
    background-color: #f7b731;
    color: #fff;
    padding: 15px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: 2px solid #fff;
}
.rv-badge-title {
    font-size: 1.5rem;
    font-weight: 900;
    display: block;
}
.rv-badge-stars {
    color: rgba(255,255,255,0.9);
}
.rv-badge-subtitle {
    font-size: 0.9rem;
    font-weight: 500;
}
.rv-refund-text-section {
    padding: 60px 0;
    text-align: left;
    max-width: 650px;
    margin: 0 auto;
}
.rv-refund-text-section h3 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 20px;
}
.rv-refund-text-section p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
}
.rv-refund-request-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 60px;
}
.rv-request-card {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 25px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rv-request-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.rv-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.rv-card-icon svg {
    width: 24px;
    height: 24px;
}
.rv-online-icon { background-color: #fff0d4; color: #e6a23c; }
.rv-email-icon { background-color: #e6f7eb; color: #2e7d32; }
.rv-chat-icon { background-color: #e7f3ff; color: #007bff; }
.rv-request-card h4 {
    font-size: 1.5rem;
    margin: 0 0 10px 0;
}
.rv-refund-faq-section {
    padding-top: 40px;
    border-top: 1px solid #e9ecef;
}
.rv-refund-faq-section h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .rv-refund-request-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

 /* --- Refund Form Modal --- */
    .refund-modal-backdrop, .refund-modal {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .refund-modal-backdrop.is-open, .refund-modal.is-open {
        opacity: 1;
        visibility: visible;
    }
    .refund-modal-backdrop {
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background-color: rgba(0,0,0,0.6);
        z-index: 1999;
    }
    .refund-modal {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 600px;
        max-height: 90vh;
        overflow-y: auto;
        background-color: #fff;
        border-radius: 12px;
        z-index: 2000;
        box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    }
    .refund-modal-close {
        position: absolute;
        top: 10px; right: 20px;
        font-size: 30px; font-weight: bold; color: #888;
        background: none; border: none; cursor: pointer;
    }
    .refund-modal-content {
        padding: 30px;
    }
    .refund-modal-content h2 {
        text-align: center;
        margin-top: 0;
    }