:root {
            --kerala-gold: #d4a017;
            --kerala-red: #b83b2d;
            --kerala-green: #1d6b4e;
            --backwater-blue: #2c7da0;
            --warm-sand: #faf3e0;
        }
        body {
            font-family: 'Poppins', sans-serif;
            color: #1e2f23;
            background-color: var(--warm-sand);
            scroll-behavior: smooth;
        }
        h1, h2, h3, .navbar-brand, .section-heading {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
        }
        .navbar {
            background-color: rgba(255, 248, 235, 0.96);
            backdrop-filter: blur(4px);
            box-shadow: 0 4px 12px rgba(0, 40, 20, 0.08);
        }
        .navbar-brand {
            font-size: 2rem;
            font-weight: 900;
            color: var(--kerala-red) !important;
            letter-spacing: 1px;
        }
        .nav-link {
            font-weight: 600;
            color: #1d4e3a !important;
            margin: 0 6px;
            transition: 0.2s;
            border-radius: 30px;
        }
        .nav-link:hover, .nav-link.active {
            background: var(--kerala-gold);
            color: #000 !important;
        }
        .page-hero {
            min-height: 50vh;
            background: linear-gradient(135deg, rgba(0, 30, 20, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%),
                        url('../images/about/1.1.jpg') center/cover no-repeat;
            display: flex;
            align-items: center;
            color: white;
            position: relative;
        }
        .page-hero::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 80px;
            background: linear-gradient(to top, #fffaf0, transparent);
            pointer-events: none;
        }
        .section-padding { padding: 80px 0; }
        .section-heading {
            border-left: 12px solid var(--kerala-red);
            padding-left: 28px;
            margin-bottom: 50px;
            font-size: 2.8rem;
        }
        .festival-card {
            background: white;
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 15px 30px -12px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            height: 100%;
            border: none;
        }
        .festival-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 40px -15px var(--kerala-red);
        }
        .festival-img {
            height: 220px;
            object-fit: cover;
            width: 100%;
        }
        .festival-date {
            background: var(--kerala-red);
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 30px;
            display: inline-block;
            font-size: 0.85rem;
            font-weight: 600;
        }
        .backwater-badge {
            background: var(--backwater-blue);
            color: white;
            padding: 0.25rem 0.75rem;
            border-radius: 20px;
            font-size: 0.75rem;
        }
        .info-card {
            background: linear-gradient(135deg, #fff5e6 0%, #fffaf0 100%);
            border-radius: 25px;
            padding: 1.5rem;
            text-align: center;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            height: 100%;
            transition: 0.3s;
        }
        .info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(184, 59, 45, 0.15);
        }
        .info-card i {
            font-size: 3rem;
            color: var(--kerala-red);
            margin-bottom: 1rem;
        }
        .btn-rust {
            background: var(--kerala-red);
            color: white;
            border-radius: 40px;
            padding: 12px 36px;
            font-weight: 600;
            transition: 0.3s;
        }
        .btn-rust:hover {
            background: #8f2e1e;
            color: white;
            transform: translateY(-2px);
        }
        .btn-outline-rust {
            border: 2px solid var(--kerala-red);
            color: var(--kerala-red);
            border-radius: 40px;
            padding: 10px 28px;
            font-weight: 600;
            transition: 0.3s;
        }
        .btn-outline-rust:hover {
            background: var(--kerala-red);
            color: white;
        }
        footer {
            background: #172e1c;
            color: #ddd;
        }
        
        @media (max-width: 768px) {
            .section-heading { font-size: 2rem; }
            .page-hero h1 { font-size: 2.5rem; }
        }

.hero-badge {
            background: rgba(212, 160, 23, 0.9);
            backdrop-filter: blur(5px);
            color: #1e3d2e;
            padding: 8px 24px;
            border-radius: 60px;
            font-weight: 600;
            display: inline-block;
            font-size: 1rem;
        }

/* Table styling to match the overall theme */
    .table {
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    }
    
    .table thead th {
        font-weight: 600;
        font-size: 1rem;
        padding: 1rem;
        border: none;
    }
    
    .table tbody td {
        padding: 1rem;
        vertical-align: middle;
        border-bottom: 1px solid #f0e5d5;
    }
    
    .table tbody tr:hover {
        background-color: #fff9ef !important;
        transition: all 0.2s ease;
    }
    
    .table tbody tr:last-child td {
        border-bottom: none;
    }
    
    @media (max-width: 768px) {
        .table thead th {
            font-size: 0.85rem;
            padding: 0.75rem;
        }
        
        .table tbody td {
            font-size: 0.85rem;
            padding: 0.75rem;
        }
        
        .section-heading {
            font-size: 2rem;
        }
    }
    
    @media (max-width: 576px) {
        .table thead th {
            font-size: 0.75rem;
            padding: 0.6rem;
        }
        
        .table tbody td {
            font-size: 0.75rem;
            padding: 0.6rem;
        }
    }

.stats-card {
            background: white;
            border-radius: 30px;
            padding: 2rem;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            transition: 0.3s;
        }
        .stats-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 35px rgba(184, 59, 45, 0.15);
        }

/* Footer responsive styles */
        footer {
            background: linear-gradient(145deg, #0a241a 0%, #1a3a2a 100%);
            position: relative;
            margin-top: 0 !important;
        }
        
        footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, var(--kerala-gold, #d4a017), var(--kerala-red, #b83b2d), var(--kerala-green, #1d6b4e));
        }
        
        .footer-links a, .footer-info a, .footer-contact a {
            transition: all 0.3s ease;
        }
        
        .footer-links a:hover, .footer-info a:hover, .footer-contact a:hover {
            color: var(--kerala-gold) !important;
            padding-left: 5px;
        }
        
        .hover-gold:hover {
            color: var(--kerala-gold) !important;
            transform: translateY(-3px);
            transition: all 0.3s;
        }
        
        .bg-dark-soft {
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.05);
        }
        
        /* Responsive breakpoints */
        @media (max-width: 1200px) {
            footer .container {
                max-width: 95%;
            }
        }
        
        @media (max-width: 992px) {
            footer {
                padding: 3rem 0 !important;
            }
            
            .footer-links, .footer-info, .footer-contact {
                margin-bottom: 2rem;
            }
            
            .bg-dark-soft {
                max-width: 300px;
            }
        }
        
        @media (max-width: 768px) {
            footer {
                padding: 2.5rem 0 !important;
            }
            
            footer h3 {
                font-size: 1.8rem;
            }
            
            footer h6 {
                font-size: 1.1rem;
                margin-top: 1rem;
            }
            
            .footer-links, .footer-info, .footer-contact {
                font-size: 0.95rem;
            }
            
            .d-flex.gap-3 {
                justify-content: center;
            }
            
            .bg-dark-soft {
                max-width: 100%;
            }
            
            hr {
                margin: 1.5rem 0;
            }
        }
        
        @media (max-width: 576px) {
            footer {
                text-align: center;
            }
            
            .footer-links .d-flex, .footer-info .d-flex, .footer-contact .d-flex {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            
            .footer-links i, .footer-info i, .footer-contact i {
                margin-right: 0 !important;
                margin-bottom: 0.5rem;
            }
            
            .bg-dark-soft {
                margin: 0 auto;
            }
            
            .row.align-items-center {
                flex-direction: column-reverse;
                gap: 1rem;
            }
            
            .text-center.text-md-end {
                text-align: center !important;
            }
            
            .footer-links a, .footer-info span, .footer-contact span {
                justify-content: center;
            }
            
            .fab.fs-5 {
                font-size: 1.5rem !important;
                margin: 0 8px;
            }
        }
        
        /* Ultra small devices */
        @media (max-width: 380px) {
            footer h3 {
                font-size: 1.5rem;
            }
            
            .small {
                font-size: 0.8rem;
            }
            
            .bg-dark-soft {
                padding: 1rem !important;
            }
        }
        
        /* Icon fixes */
        .fa-chevron-right:before {
            content: "\f054";
        }
        
        .fa-hands-praying:before {
            content: "\f684";
        }
        
        .fa-tshirt:before {
            content: "\f553";
        }
        
        .fa-language:before {
            content: "\f1ab";
        }
        
        .fa-shield-alt:before {
            content: "\f3ed";
        }
        
        .fa-heart:before {
            content: "\f004";
        }