//*
Theme Name: YeHa Niagara Tours
Theme URI: https://yehaniagaratours.com
Author: Kaleb
Description: Custom theme for YeHa Niagara Tours - luxury Niagara Falls tours from Toronto
Version: 1.0
*/

:root {
    --primary-gold: #D4AF37;
    --deep-blue: #003366;
    --white: #ffffff;
    --light-gray: #f4f4f4;
    --dark-text: #1e2a3a;
    --ta-green: #00af87;
    --shadow-md: 0 20px 25px -12px rgba(0, 0, 0, 0.1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: 'Segoe UI', system-ui, 'Helvetica Neue', sans-serif;
    line-height: 1.5;
    color: var(--dark-text);
    background: var(--white);
}

.container {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
}

section {
    padding: 5rem 0;
}

.section-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--deep-blue);
    position: relative;
    font-weight: 700;
}

.section-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: var(--primary-gold);
    margin: 0.75rem auto 0;
    border-radius: 3px;
}

.btn {
    display: inline-block;
    background: var(--deep-blue);
    color: white;
    padding: 0.8rem 1.8rem;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.25s ease;
}

.btn-primary {
    background: var(--primary-gold);
    color: #1e2a1f;
}

.btn-primary:hover {
    background: #c5a12e;
    transform: translateY(-2px);
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */
header {
    background: var(--deep-blue);
    padding: 0.6rem 0;
    position: sticky;
    top: 0;
    z-index: 1100;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 14px;
}

.logo img {
    height: 45px;
    width: auto;
    border-radius: 8px;
}

.logo-text h1 {
    color: #FFD966;
    font-size: 1.2rem;
    margin: 0;
}

.logo-text p {
    color: #e0e7ff;
    font-size: 0.7rem;
    margin: 0;
}

.header-contact {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    background: rgba(255,255,255,0.1);
    padding: 0.3rem 1rem;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.header-contact a {
    color: #f5c542;
    text-decoration: none;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.nav-links {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
    font-size: 0.9rem;
}

.nav-links a:hover {
    color: var(--primary-gold);
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    min-height: calc(100vh - 76px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 20, 40, 0.65), rgba(0, 20, 40, 0.7)), url('images/intothemisty.webp') center/cover no-repeat;
    color: white;
    padding: 2rem 1.5rem;
}

.hero h1, .hero h2 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-section {
    padding: 5rem 0;
}

/* ============================================
   TOURS SECTION
   ============================================ */
.tours-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.tour-card {
    background: white;
    border-radius: 28px;
    box-shadow: var(--shadow-md);
    transition: transform 0.25s ease;
    overflow: hidden;
}

.tour-card:hover {
    transform: translateY(-6px);
}

.tour-picture {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.picture-overlay {
    background: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.1));
    width: 100%;
    padding: 0.8rem 1.2rem;
}

.picture-badge {
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(4px);
    color: white;
    font-size: 0.75rem;
    padding: 0.25rem 0.9rem;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tour-content {
    padding: 1.5rem 1.5rem 1rem;
}

.tour-content h3 {
    font-size: 1.5rem;
    color: var(--deep-blue);
}

.tour-highlights {
    margin: 1rem 0 1rem 1.2rem;
    list-style-type: disc;
}

.price-highlight {
    font-size: 1.4rem;
    font-weight: 800;
    color: #2b6e4f;
}

.tour-footer {
    padding: 1rem 1.5rem 1.5rem;
}

.card-actions {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 0.5rem;
}

/* ============================================
   BOOKING SECTION
   ============================================ */
.booking-section {
    background: linear-gradient(135deg, #f3f9ff 0%, #eef2f7 100%);
    padding: 4rem 0;
}

.booking-form {
    max-width: 550px;
    margin: 0 auto;
    background: white;
    border-radius: 36px;
    padding: 2rem;
    box-shadow: 0 30px 40px -20px rgba(0,0,0,0.25);
}

/* ============================================
   REVIEWS SECTION
   ============================================ */
#reviews {
    padding: 4rem 0;
    background: #f8fafd;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.testimonial-card {
    background: white;
    padding: 1.8rem;
    border-radius: 28px;
    border-top: 6px solid var(--ta-green);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    text-align: center;
}

.testimonial-card .stars {
    color: #f5b042;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.guest-name {
    display: inline-block;
    margin-top: 0.5rem;
    font-weight: 700;
    color: #2c5f8a;
    background: #f0f4fa;
    padding: 0.3rem 1rem;
    border-radius: 40px;
    font-size: 0.85rem;
}

.ta-btn {
    background: #008f6b;
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

/* ============================================
   GALLERY SECTION
   ============================================ */
.gallery-section {
    padding: 4rem 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.gallery-item {
    height: 250px;
    border-radius: 24px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: var(--deep-blue);
    color: #dddddd;
    text-align: center;
    padding: 1.5rem 0;
}

.footer-contact {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.footer-contact a {
    color: #f5c542;
    text-decoration: none;
    font-size: 0.85rem;
}

.legal-links-inline {
    margin-bottom: 0.8rem;
}

.legal-links-inline a {
    color: #ffdd99;
    text-decoration: none;
    margin: 0 4px;
    font-size: 0.8rem;
}

/* ============================================
   MOBILE RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .hero h1, .hero h2 { 
        font-size: 2rem; 
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .testimonial-grid { 
        grid-template-columns: 1fr; 
    }
    
    .header-container {
        flex-direction: column;
        text-align: center;
    }
    
    .logo-area {
        justify-content: center;
    }
    
    .header-contact {
        flex-direction: row;
        flex-wrap: wrap;
        background: rgba(255,255,255,0.1);
        padding: 0.3rem 0.8rem;
    }
    
    .nav-links {
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .tours-container { 
        grid-template-columns: 1fr; 
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-item {
        height: 180px;
    }
}