/* ============================================
   BOOKJATRA - Premium Book Aesthetic
   Elegant. Minimal. Readable.
   ============================================ */

/* ---------- Reset & Base ---------- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.8;
    color: #1a1a1a;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Premium serif fonts for headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #1a1a1a;
}

a {
    color: #2c2c2c;
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: 1px solid transparent;
}

a:hover {
    color: #8b0000;
    border-bottom-color: #8b0000;
}

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

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

/* ---------- Header - Premium Minimal ---------- */
.site-header {
    background: #ffffff;
    border-bottom: 1px solid #e8e4dd;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04);
}

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

.logo-wrapper {
    flex: 0 0 auto;
}

.logo-link {
    display: block;
    border-bottom: none;
}

.logo-link:hover {
    border-bottom: none;
}

.site-logo {
    max-height: 55px;
    width: auto;
}

.site-title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #1a1a1a;
}

.site-title:hover {
    color: #1a1a1a;
}

/* Navigation - Bookish & Clean */
.main-nav {
    display: flex;
    align-items: center;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    flex-direction: column;
    gap: 5px;
}

.nav-toggle .hamburger {
    display: block;
    width: 25px;
    height: 2px;
    background: #1a1a1a;
    border-radius: 2px;
    transition: 0.3s;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 35px;
    margin: 0;
    padding: 0;
}

.nav-link {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1rem;
    color: #333;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.nav-link:hover,
.nav-link.active {
    color: #1a1a1a;
    border-bottom-color: #8b0000;
}

/* Header Social - Subtle */
.header-social {
    display: flex;
    gap: 18px;
}

.header-social a {
    color: #666;
    font-size: 1.1rem;
    border-bottom: none;
    transition: color 0.3s ease;
}

.header-social a:hover {
    color: #1a1a1a;
    border-bottom: none;
}

/* ---------- Main Content ---------- */
.site-wrapper {
    flex: 1;
    padding: 30px 0 20px;
}

.bookjatra-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---------- Section Headers (Bookish) ---------- */
.section-header {
    text-align: center;
    padding: 40px 0 30px;
    border-bottom: 1px solid #e8e4dd;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}

.section-header h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #8b0000;
    margin: 12px auto 0;
}

.section-header .section-subtitle {
    font-size: 1.1rem;
    color: #666;
    font-style: italic;
    margin-top: 5px;
}

/* ---------- Footer - Clean & Bookish ---------- */
.site-footer {
    background: #f8f6f3;
    color: #333;
    padding: 50px 0 20px;
    margin-top: 50px;
    border-top: 1px solid #e8e4dd;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.footer-col h4 {
    font-size: 1.1rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.footer-tagline {
    margin: 10px 0;
    font-style: italic;
    color: #555;
}

.footer-copyright {
    font-size: 0.9rem;
    color: #888;
}

.footer-links,
.footer-social {
    list-style: none;
    padding: 0;
}

.footer-links li,
.footer-social li {
    margin-bottom: 8px;
}

.footer-links a,
.footer-social a {
    color: #555;
    border-bottom: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-social a:hover {
    color: #8b0000;
    border-bottom: none;
}

.footer-social a i {
    width: 20px;
    margin-right: 8px;
}

.footer-bottom {
    border-top: 1px solid #e0dbd4;
    padding-top: 20px;
    text-align: center;
    font-size: 0.9rem;
    color: #999;
    font-style: italic;
}

/* ---------- Buttons (Bookish) ---------- */
.btn-primary {
    display: inline-block;
    background: transparent;
    color: #1a1a1a;
    padding: 12px 35px;
    border: 1px solid #1a1a1a;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 0;
}

.btn-primary:hover {
    background: #1a1a1a;
    color: #ffffff;
}

.btn-secondary {
    display: inline-block;
    background: transparent;
    color: #8b0000;
    padding: 10px 30px;
    border: 1px solid #8b0000;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 0;
}

.btn-secondary:hover {
    background: #8b0000;
    color: #ffffff;
}

/* ============================================
   CAROUSEL - Premium Book Edition
   Transparent arrows, smooth fade, elegant
   ============================================ */

.carousel-section {
    padding: 0;
    margin: 0 -20px 20px -20px; /* Slight bleed for full-width feel */
}

.carousel-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    background: #f8f6f3;
}

.carousel-track {
    position: relative;
    width: 100%;
}

.carousel-slide {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    z-index: 1;
}

.carousel-slide.active {
    position: relative;
    opacity: 1;
    z-index: 2;
}

/* Fade animation classes */
.carousel-slide.fade-in {
    animation: fadeIn 0.6s ease-in-out;
}

.carousel-slide.fade-out {
    animation: fadeOut 0.6s ease-in-out;
}

@keyframes fadeIn {
    0% { opacity: 0; transform: scale(1.02); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes fadeOut {
    0% { opacity: 1; transform: scale(1); }
    100% { opacity: 0; transform: scale(0.98); }
}

.carousel-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
}

.carousel-image {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
    background: #f8f6f3;
}

/* Book-style overlay - clean, minimal, readable */
.carousel-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 60px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0,0,0,0.2) 30%,
        rgba(0,0,0,0.5) 70%,
        rgba(0,0,0,0.7) 100%
    );
}

.carousel-content {
    max-width: 650px;
}

.carousel-title {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
    line-height: 1.2;
}

.carousel-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #c9a97e;
    margin: 12px 0 0 0;
}

.carousel-subtitle {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.9);
    margin: 0;
    font-style: italic;
    text-shadow: 0 1px 6px rgba(0,0,0,0.3);
    font-weight: 300;
}

.carousel-link {
    display: block;
    border-bottom: none;
}

.carousel-link:hover {
    border-bottom: none;
}

/* ===== TRANSPARENT ARROWS - Elegant & Minimal ===== */
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.carousel-arrow:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 4px 30px rgba(0,0,0,0.15);
}

.carousel-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

.carousel-arrow svg {
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
}

.carousel-prev {
    left: 30px;
}

.carousel-next {
    right: 30px;
}

/* ===== DOTS - Minimal & Bookish ===== */
.carousel-dots {
    text-align: center;
    padding: 20px 0 25px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
    align-items: center;
}

.carousel-dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    margin: 0;
}

.carousel-dot.active {
    background: #ffffff;
    border-color: #ffffff;
    transform: scale(1.3);
    box-shadow: 0 2px 12px rgba(255,255,255,0.3);
}

.carousel-dot:hover {
    background: rgba(255, 255, 255, 0.7);
    transform: scale(1.15);
}

/* ===== RESPONSIVE - Carousel ===== */
@media (max-width: 1024px) {
    .carousel-title {
        font-size: 2.4rem;
    }
    
    .carousel-image {
        height: 420px;
    }
    
    .carousel-overlay {
        padding: 35px 40px;
    }
}

@media (max-width: 768px) {
    .carousel-section {
        margin: 0 -10px 10px -10px;
    }
    
    .carousel-image {
        height: 320px;
    }
    
    .carousel-overlay {
        padding: 25px 25px;
    }
    
    .carousel-title {
        font-size: 1.8rem;
    }
    
    .carousel-title::after {
        width: 40px;
        margin: 8px 0 0 0;
    }
    
    .carousel-subtitle {
        font-size: 1rem;
    }
    
    .carousel-arrow {
        width: 44px;
        height: 44px;
    }
    
    .carousel-arrow svg {
        width: 18px;
        height: 18px;
    }
    
    .carousel-prev {
        left: 15px;
    }
    
    .carousel-next {
        right: 15px;
    }
    
    .carousel-dots {
        padding: 15px 0 18px;
        gap: 8px;
    }
    
    .carousel-dot {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 480px) {
    .carousel-image {
        height: 220px;
    }
    
    .carousel-overlay {
        padding: 15px 18px;
    }
    
    .carousel-title {
        font-size: 1.3rem;
        margin: 0 0 4px 0;
    }
    
    .carousel-title::after {
        width: 30px;
        height: 2px;
        margin: 6px 0 0 0;
    }
    
    .carousel-subtitle {
        font-size: 0.8rem;
    }
    
    .carousel-arrow {
        width: 36px;
        height: 36px;
    }
    
    .carousel-arrow svg {
        width: 14px;
        height: 14px;
    }
    
    .carousel-prev {
        left: 8px;
    }
    
    .carousel-next {
        right: 8px;
    }
    
    .carousel-dots {
        padding: 10px 0 12px;
        gap: 6px;
    }
    
    .carousel-dot {
        width: 6px;
        height: 6px;
    }
}


/* ============================================
   YOUTUBE - Horizontal Scroll Gallery
   ============================================ */

.youtube-section {
    padding: 30px 0 50px;
    background: #ffffff;
}

/* Scroll Wrapper - Enables horizontal scrolling */
.youtube-scroll-wrapper {
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    padding: 10px 0 20px;
    margin: 0 -20px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar but keep functionality */
.youtube-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
}

.youtube-scroll-wrapper::-webkit-scrollbar-track {
    background: #f0ede8;
    border-radius: 3px;
}

.youtube-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #c9a97e;
    border-radius: 3px;
}

.youtube-scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background: #b8956a;
}

/* Firefox scrollbar styling */
.youtube-scroll-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #c9a97e #f0ede8;
}

.youtube-scroll-container {
    display: flex;
    gap: 25px;
    padding: 0 20px;
    min-width: max-content;
}

/* Individual Video Cards */
.youtube-card {
    flex: 0 0 320px;
    max-width: 320px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #f0ede8;
    transition: all 0.3s ease;
}

.youtube-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    border-color: #e0dbd4;
}

/* Featured card (first one) - slightly larger */
.youtube-card.featured {
    flex: 0 0 380px;
    max-width: 380px;
    border-color: #c9a97e;
    box-shadow: 0 4px 20px rgba(201, 169, 126, 0.15);
}

.youtube-card.featured .video-wrapper {
    padding-bottom: 56.25%; /* 16:9 */
}

.youtube-card.featured:hover {
    box-shadow: 0 8px 40px rgba(201, 169, 126, 0.25);
}

/* Video Wrapper - Maintains aspect ratio */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    background: #1a1a1a;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Video Info */
.video-info {
    padding: 16px 18px 20px;
}

.video-info h3 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-info p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.publish-date {
    display: inline-block;
    font-size: 0.8rem;
    color: #999;
    font-style: italic;
}

/* Scroll Indicator */
.scroll-indicator {
    text-align: center;
    padding: 5px 0 15px;
    font-size: 0.85rem;
    color: #bbb;
    font-style: italic;
    letter-spacing: 0.5px;
}

.scroll-hint {
    display: inline-block;
    animation: pulseText 2s ease-in-out infinite;
}

@keyframes pulseText {
    0%, 100% { opacity: 0.6; transform: translateX(0); }
    50% { opacity: 1; transform: translateX(5px); }
}

/* YouTube Subscribe CTA */
.youtube-cta {
    text-align: center;
    margin-top: 25px;
    padding: 20px 0 10px;
}

.btn-youtube-subscribe {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #1a1a1a;
    color: #ffffff;
    padding: 16px 40px;
    border: 1px solid #1a1a1a;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 0;
}

.btn-youtube-subscribe i {
    font-size: 1.4rem;
    color: #FF0000;
}

.btn-youtube-subscribe .arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}

.btn-youtube-subscribe:hover {
    background: #FF0000;
    border-color: #FF0000;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(255, 0, 0, 0.25);
}

.btn-youtube-subscribe:hover .arrow {
    transform: translateX(6px);
}

.btn-youtube-subscribe:hover i {
    color: #ffffff;
}

/* ===== RESPONSIVE - YouTube ===== */

@media (max-width: 1024px) {
    .youtube-card {
        flex: 0 0 280px;
        max-width: 280px;
    }
    
    .youtube-card.featured {
        flex: 0 0 340px;
        max-width: 340px;
    }
}

@media (max-width: 768px) {
    .youtube-scroll-wrapper {
        margin: 0 -10px;
    }
    
    .youtube-scroll-container {
        gap: 18px;
        padding: 0 10px;
    }
    
    .youtube-card {
        flex: 0 0 250px;
        max-width: 250px;
    }
    
    .youtube-card.featured {
        flex: 0 0 300px;
        max-width: 300px;
    }
    
    .video-info h3 {
        font-size: 0.95rem;
    }
    
    .video-info p {
        font-size: 0.85rem;
    }
    
    .btn-youtube-subscribe {
        padding: 14px 25px;
        font-size: 1rem;
    }
    
    .scroll-indicator {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .youtube-card {
        flex: 0 0 220px;
        max-width: 220px;
    }
    
    .youtube-card.featured {
        flex: 0 0 260px;
        max-width: 260px;
    }
    
    .video-info {
        padding: 12px 14px 16px;
    }
    
    .video-info h3 {
        font-size: 0.85rem;
        -webkit-line-clamp: 2;
    }
    
    .video-info p {
        display: none; /* Hide description on very small screens */
    }
    
    .btn-youtube-subscribe {
        padding: 12px 18px;
        font-size: 0.9rem;
        gap: 8px;
    }
    
    .btn-youtube-subscribe i {
        font-size: 1.1rem;
    }
    
    .scroll-indicator {
        padding: 2px 0 10px;
        font-size: 0.7rem;
    }
}


/* ============================================
   INSTAGRAM - Official Embed
   Clean grid with Instagram's embed
   ============================================ */

.instagram-section {
    padding: 30px 0 50px;
    background: #ffffff;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin: 10px 0 30px;
}

.instagram-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0ede8;
    transition: all 0.3s ease;
}

.instagram-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    border-color: #e0dbd4;
}

.instagram-embed-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #faf8f6;
    padding: 10px 0;
    min-height: 350px;
}

.instagram-embed-wrapper iframe,
.instagram-embed-wrapper blockquote {
    width: 100% !important;
    max-width: 540px !important;
    margin: 0 auto !important;
}

.instagram-caption {
    padding: 16px 20px 20px;
    border-top: 1px solid #f0ede8;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.instagram-caption p {
    margin: 0;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    font-style: italic;
}

/* Instagram Follow Button - Premium */
.instagram-cta-wrapper {
    text-align: center;
    padding: 10px 0 5px;
}

.btn-instagram-follow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    color: #1a1a1a;
    padding: 14px 35px;
    border: 1px solid #1a1a1a;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 0;
}

.btn-instagram-follow i {
    font-size: 1.3rem;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn-instagram-follow .arrow {
    transition: transform 0.3s ease;
    display: inline-block;
    -webkit-text-fill-color: #1a1a1a;
}

.btn-instagram-follow:hover {
    background: #1a1a1a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.btn-instagram-follow:hover .arrow {
    transform: translateX(6px);
    -webkit-text-fill-color: #ffffff;
}

.btn-instagram-follow:hover i {
    -webkit-text-fill-color: #ffffff;
}

/* ===== RESPONSIVE - Instagram ===== */

@media (max-width: 1024px) {
    .instagram-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .instagram-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .instagram-embed-wrapper {
        min-height: 300px;
    }
    
    .instagram-caption p {
        font-size: 0.85rem;
    }
    
    .btn-instagram-follow {
        padding: 12px 25px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .instagram-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .instagram-embed-wrapper {
        min-height: 280px;
        padding: 5px 0;
    }
    
    .instagram-caption {
        padding: 12px 16px 16px;
    }
    
    .instagram-caption p {
        font-size: 0.8rem;
    }
    
    .btn-instagram-follow {
        padding: 10px 20px;
        font-size: 0.85rem;
        gap: 8px;
    }
    
    .btn-instagram-follow i {
        font-size: 1.1rem;
    }
}


/* ============================================
   EVENTS - Simple Card Layout
   ============================================ */

.events-section {
    padding: 30px 0 50px;
    background: #ffffff;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin: 10px 0;
}

.event-card {
    display: flex;
    gap: 0;
    background: #ffffff;
    border: 1px solid #f0ede8;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 180px;
}

.event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    border-color: #e0dbd4;
}

/* Date Badge - Bookish & Elegant */
.event-date-badge {
    flex: 0 0 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8f6f3;
    padding: 15px 10px;
    border-right: 1px solid #f0ede8;
    min-height: 100%;
}

.event-month {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    font-weight: 600;
}

.event-day {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

/* Event Content */
.event-content {
    flex: 1;
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
}

.event-content h3 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.event-description {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin: 0 0 12px 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-meta {
    display: flex;
    gap: 18px;
    font-size: 0.85rem;
    color: #666;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.event-location,
.event-time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.event-venue {
    font-size: 0.8rem;
    color: #888;
    font-style: italic;
    border-top: 1px solid #f5f2ed;
    padding-top: 10px;
    margin-top: 4px;
}

/* ===== RESPONSIVE - Events ===== */

@media (max-width: 1024px) {
    .events-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .events-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }
    
    .event-date-badge {
        flex: 0 0 60px;
        padding: 12px 8px;
    }
    
    .event-day {
        font-size: 1.5rem;
    }
    
    .event-content h3 {
        font-size: 1rem;
    }
    
    .event-description {
        font-size: 0.8rem;
        -webkit-line-clamp: 2;
    }
    
    .event-meta {
        font-size: 0.75rem;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .events-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .event-card {
        min-height: 150px;
    }
    
    .event-date-badge {
        flex: 0 0 55px;
        padding: 10px 6px;
    }
    
    .event-day {
        font-size: 1.3rem;
    }
    
    .event-month {
        font-size: 0.6rem;
    }
    
    .event-content {
        padding: 14px 16px 16px;
    }
    
    .event-content h3 {
        font-size: 0.95rem;
    }
    
    .event-description {
        font-size: 0.75rem;
        -webkit-line-clamp: 2;
    }
    
    .event-venue {
        font-size: 0.7rem;
        padding-top: 8px;
    }
}


/* ============================================
   VISION - Premium Book Statement
   Burnt orange (#d4833a) accents
   ============================================ */

.vision-section {
    padding: 60px 0 70px;
    background: #fcfaf8; /* Subtle warm cream */
    border-top: 1px solid #f0ede8;
    border-bottom: 1px solid #f0ede8;
}

.vision-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

/* ----- Logo ----- */
.vision-logo-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.vision-logo {
    max-width: 40%;
    height: auto;
    display: inline-block;
    filter: drop-shadow(0 4px 20px rgba(0,0,0,0.04));
    transition: transform 0.4s ease;
}

.vision-logo:hover {
    transform: scale(1.02);
}

/* ----- Header ----- */
.vision-header {
    text-align: center;
    margin-bottom: 50px;
}

.vision-label {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d4833a;
    display: block;
    margin-bottom: 10px;
}

.vision-header h2 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 18px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.vision-header h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #d4833a;
    margin: 18px auto 0;
}

.vision-description {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.15rem;
    color: #444;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.8;
    font-style: italic;
}

/* ----- Vision Grid ----- */
.vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 45px;
    margin-top: 10px;
}

.vision-point {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 18px 20px 18px 0;
    border-bottom: 1px solid rgba(212, 131, 58, 0.10);
    transition: all 0.3s ease;
}

.vision-point:hover {
    border-bottom-color: rgba(212, 131, 58, 0.25);
    padding-left: 8px;
}

/* Icon */
.vision-point-icon {
    font-size: 1.6rem;
    flex: 0 0 40px;
    line-height: 1.4;
    color: #d4833a;
    text-align: center;
}

/* Content */
.vision-point-content {
    flex: 1;
}

.vision-point-content h3 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #d4833a;
    margin: 0 0 4px 0;
    letter-spacing: -0.2px;
}

.vision-point-content p {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.95rem;
    color: #1a1a1a;
    line-height: 1.7;
    margin: 0;
}

/* ===== RESPONSIVE - Vision ===== */

@media (max-width: 1024px) {
    .vision-header h2 {
        font-size: 2.4rem;
    }
    
    .vision-logo {
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .vision-section {
        padding: 40px 0 50px;
    }
    
    .vision-container {
        padding: 0 20px;
    }
    
    .vision-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .vision-header h2 {
        font-size: 2rem;
    }
    
    .vision-description {
        font-size: 1rem;
    }
    
    .vision-logo {
        max-width: 60%;
    }
    
    .vision-point {
        padding: 14px 0;
    }
    
    .vision-point-content h3 {
        font-size: 0.95rem;
    }
    
    .vision-point-content p {
        font-size: 0.85rem;
    }
    
    .vision-point-icon {
        font-size: 1.4rem;
        flex: 0 0 34px;
    }
}

@media (max-width: 480px) {
    .vision-section {
        padding: 30px 0 40px;
    }
    
    .vision-container {
        padding: 0 15px;
    }
    
    .vision-header h2 {
        font-size: 1.6rem;
    }
    
    .vision-header h2::after {
        width: 50px;
        margin: 14px auto 0;
    }
    
    .vision-description {
        font-size: 0.9rem;
    }
    
    .vision-logo {
        max-width: 70%;
    }
    
    .vision-point {
        gap: 12px;
        padding: 12px 0;
    }
    
    .vision-point-icon {
        font-size: 1.2rem;
        flex: 0 0 28px;
    }
    
    .vision-point-content h3 {
        font-size: 0.85rem;
    }
    
    .vision-point-content p {
        font-size: 0.8rem;
    }
    
    .vision-label {
        font-size: 0.7rem;
        letter-spacing: 2px;
    }
}


/* ============================================
   UPDATES - Timeline Cards
   Premium book aesthetic with burnt orange
   ============================================ */

.updates-section {
    padding: 30px 0 50px;
    background: #ffffff;
}

.updates-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Timeline - Clean vertical flow */
.updates-timeline {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 10px;
}

/* Individual Update Card */
.update-card {
    display: flex;
    align-items: stretch;
    background: #fcfaf8;
    border: 1px solid #f0ede8;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.update-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    border-color: #e0dbd4;
}

/* Date Badge - Left Side */
.update-date {
    flex: 0 0 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1rem;
    font-weight: 600;
    color: #d4833a;
    background: #f8f5f0;
    padding: 18px 15px;
    text-align: center;
    border-right: 1px solid #f0ede8;
    letter-spacing: 0.3px;
    line-height: 1.3;
}

/* Content Area */
.update-content {
    flex: 1;
    display: flex;
    gap: 18px;
    padding: 18px 24px 18px 20px;
    align-items: flex-start;
}

.update-icon {
    font-size: 1.8rem;
    flex: 0 0 44px;
    line-height: 1.2;
    text-align: center;
    margin-top: 2px;
}

.update-text {
    flex: 1;
}

.update-text h3 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #d4833a;
    margin: 0 0 4px 0;
    letter-spacing: -0.2px;
}

.update-text p {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.95rem;
    color: #1a1a1a;
    line-height: 1.7;
    margin: 0;
}

/* ===== RESPONSIVE - Updates ===== */

@media (max-width: 768px) {
    .updates-container {
        padding: 0 15px;
    }

    .update-card {
        flex-direction: column;
    }

    .update-date {
        flex: 0 0 auto;
        padding: 12px 15px;
        font-size: 0.85rem;
        border-right: none;
        border-bottom: 1px solid #f0ede8;
        background: #f8f5f0;
        justify-content: flex-start;
        text-align: left;
    }

    .update-content {
        padding: 16px 18px;
        gap: 14px;
    }

    .update-icon {
        font-size: 1.5rem;
        flex: 0 0 36px;
    }

    .update-text h3 {
        font-size: 1rem;
    }

    .update-text p {
        font-size: 0.88rem;
    }
}

@media (max-width: 480px) {
    .updates-container {
        padding: 0 10px;
    }

    .update-content {
        padding: 14px 14px;
        gap: 12px;
        flex-wrap: nowrap;
    }

    .update-icon {
        font-size: 1.3rem;
        flex: 0 0 30px;
    }

    .update-text h3 {
        font-size: 0.9rem;
    }

    .update-text p {
        font-size: 0.8rem;
        line-height: 1.6;
    }

    .update-date {
        font-size: 0.75rem;
        padding: 10px 14px;
    }
}


/* ============================================
   AUTHOR BIOS - Circular Photos, Premium Feel
   ============================================ */

.authors-section {
    padding: 30px 0 50px;
    background: #ffffff;
}

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

.authors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 35px;
    margin-top: 10px;
}

.author-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fcfaf8;
    border: 1px solid #f0ede8;
    border-radius: 12px;
    padding: 30px 20px 25px;
    transition: all 0.3s ease;
}

.author-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    border-color: #e0dbd4;
}

/* Circular Image */
.author-image-wrapper {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 18px;
    border: 3px solid #f0ede8;
    transition: border-color 0.3s ease;
    flex-shrink: 0;
    background: #f0ede8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-card:hover .author-image-wrapper {
    border-color: #d4833a;
}

.author-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Fallback Initial */
.author-initial {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #d4833a;
    background: #f0ede8;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Author Info */
.author-info {
    width: 100%;
}

.author-info h3 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 10px 0;
    letter-spacing: -0.2px;
}

.author-info p {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.9rem;
    color: #444;
    line-height: 1.7;
    margin: 0;
}

/* ===== RESPONSIVE - Author Bios ===== */

@media (max-width: 1024px) {
    .authors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .authors-container {
        padding: 0 15px;
    }
    
    .authors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .author-card {
        padding: 20px 15px 20px;
    }
    
    .author-image-wrapper {
        width: 110px;
        height: 110px;
    }
    
    .author-initial {
        font-size: 2.8rem;
    }
    
    .author-info h3 {
        font-size: 1rem;
    }
    
    .author-info p {
        font-size: 0.8rem;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .authors-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    
    .author-card {
        padding: 16px 12px 16px;
    }
    
    .author-image-wrapper {
        width: 80px;
        height: 80px;
        margin-bottom: 12px;
        border-width: 2px;
    }
    
    .author-initial {
        font-size: 2rem;
    }
    
    .author-info h3 {
        font-size: 0.85rem;
        margin-bottom: 4px;
    }
    
    .author-info p {
        font-size: 0.7rem;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}


/* ============================================
   TESTIMONIALS - Pure Quotes, Premium Feel
   ============================================ */

.testimonials-section {
    padding: 30px 0 50px;
    background: #fcfaf8; /* Warm cream to match vision section */
    border-top: 1px solid #f0ede8;
}

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

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 10px;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #f0ede8;
    border-radius: 12px;
    padding: 30px 28px 25px;
    transition: all 0.3s ease;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.05);
    border-color: #e0dbd4;
}

/* Quote */
.testimonial-quote {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.quote-mark {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #d4833a;
    line-height: 1;
    opacity: 0.5;
}

.quote-mark:first-child {
    margin-bottom: -8px;
}

.quote-mark:last-child {
    align-self: flex-end;
    margin-top: -8px;
}

.testimonial-quote p {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1rem;
    color: #1a1a1a;
    line-height: 1.8;
    margin: 0;
    padding: 0 4px;
    font-style: italic;
}

/* Author */
.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #f0ede8;
}

.testimonial-name {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
}

.testimonial-role {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.85rem;
    color: #d4833a;
    font-style: italic;
}

/* ===== RESPONSIVE - Testimonials ===== */

@media (max-width: 1024px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .testimonials-container {
        padding: 0 15px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .testimonial-card {
        padding: 22px 20px 20px;
    }
    
    .quote-mark {
        font-size: 2rem;
    }
    
    .testimonial-quote p {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .testimonial-name {
        font-size: 0.9rem;
    }
    
    .testimonial-role {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .testimonial-card {
        padding: 18px 16px 16px;
    }
    
    .quote-mark {
        font-size: 1.6rem;
    }
    
    .quote-mark:first-child {
        margin-bottom: -4px;
    }
    
    .quote-mark:last-child {
        margin-top: -4px;
    }
    
    .testimonial-quote p {
        font-size: 0.85rem;
        line-height: 1.6;
    }
    
    .testimonial-author {
        margin-top: 14px;
        padding-top: 12px;
    }
    
    .testimonial-name {
        font-size: 0.85rem;
    }
    
    .testimonial-role {
        font-size: 0.75rem;
    }
}


/* ============================================
   CONTACT - Form with Premium Bookish Feel
   ============================================ */

.contact-section {
    padding: 30px 0 50px;
    background: #ffffff;
}

.contact-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-form-wrapper {
    background: #fcfaf8;
    border: 1px solid #f0ede8;
    border-radius: 12px;
    padding: 40px 45px 45px;
    margin-top: 10px;
    transition: border-color 0.3s ease;
}

.contact-form-wrapper:hover {
    border-color: #e0dbd4;
}

/* Form Groups */
.form-group {
    margin-bottom: 22px;
}

.form-group label {
    display: block;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.form-group .required {
    color: #d4833a;
    font-weight: 700;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.95rem;
    color: #1a1a1a;
    background: #ffffff;
    border: 1px solid #e0dbd4;
    border-radius: 6px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #d4833a;
    box-shadow: 0 0 0 3px rgba(212, 131, 58, 0.08);
}

.form-group textarea {
    resize: vertical;
    min-height: 140px;
}

/* Submit Button */
.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    color: #1a1a1a;
    padding: 14px 40px;
    border: 1px solid #1a1a1a;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 0;
    width: 100%;
    justify-content: center;
}

.btn-submit .arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}

.btn-submit:hover {
    background: #1a1a1a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.btn-submit:hover .arrow {
    transform: translateX(6px);
}

.btn-submit:active {
    transform: translateY(0);
}

/* ===== RESPONSIVE - Contact ===== */

@media (max-width: 768px) {
    .contact-container {
        padding: 0 15px;
    }
    
    .contact-form-wrapper {
        padding: 30px 25px 35px;
    }
    
    .form-group input,
    .form-group textarea {
        font-size: 0.9rem;
        padding: 10px 14px;
    }
    
    .btn-submit {
        padding: 12px 30px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .contact-form-wrapper {
        padding: 22px 18px 25px;
    }
    
    .form-group {
        margin-bottom: 16px;
    }
    
    .form-group label {
        font-size: 0.85rem;
    }
    
    .form-group input,
    .form-group textarea {
        font-size: 0.85rem;
        padding: 10px 12px;
    }
    
    .form-group textarea {
        min-height: 120px;
    }
    
    .btn-submit {
        padding: 10px 20px;
        font-size: 0.9rem;
        gap: 8px;
    }
}

/* ============================================
   CONTACT - Error States & Validation
   ============================================ */

/* Server-side error banner */
.contact-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 6px;
    padding: 12px 18px;
    margin-bottom: 25px;
    color: #991b1b;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.95rem;
    text-align: center;
}

/* Client-side field errors */
.field-error {
    display: none;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.8rem;
    color: #991b1b;
    margin-top: 4px;
    font-style: italic;
}

.field-error.visible {
    display: block;
}

/* Form field error states */
.form-group.has-error input,
.form-group.has-error textarea {
    border-color: #991b1b;
    box-shadow: 0 0 0 3px rgba(153, 27, 27, 0.08);
}

.form-group.has-error .field-error {
    display: block;
}

/* Success state for fields */
.form-group.has-success input,
.form-group.has-success textarea {
    border-color: #2e7d32;
    box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.08);
}

/* ---------- Responsive Design ---------- */

/* Tablets */
@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .header-social {
        display: none;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        gap: 0;
        background: #ffffff;
        padding: 20px 0;
        position: absolute;
        top: 100%;
        left: 0;
        border-top: 1px solid #e8e4dd;
        box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    }

    .nav-menu.open {
        display: flex;
    }

    .nav-menu li {
        width: 100%;
        text-align: center;
    }

    .nav-link {
        display: block;
        padding: 12px 0;
        border-bottom: none;
        font-size: 1.1rem;
    }

    .nav-link:hover {
        background: rgba(0,0,0,0.02);
    }

    .section-header h2 {
        font-size: 2.2rem;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .container {
        padding: 0 18px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .site-title {
        font-size: 1.4rem;
    }

    .site-wrapper {
        padding: 15px 0 10px;
    }

    .bookjatra-main {
        padding: 0 10px;
    }

    .section-header h2 {
        font-size: 1.8rem;
    }

    .section-header {
        padding: 25px 0 20px;
    }
}