:root {
            --kerala-gold: #d4a017;
            --kerala-red: #b83b2d;
            --kerala-green: #1d6b4e;
            --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 {
            background: var(--kerala-gold);
            color: #000 !important;
        }
        /* Hero section – no AI, pure imagery */
        .hero {
            min-height: 85vh;
            background: linear-gradient(107deg, rgba(10, 30, 15, 0.7) 10%, rgba(0, 0, 0, 0.4) 80%),
                        url('https://images.unsplash.com/photo-1621285853634-713b8dd6b2d1?q=80&w=2069&auto=format&fit=crop') center/cover no-repeat;
            background-attachment: fixed;
            display: flex;
            align-items: center;
            color: white;
        }
        .hero h1 { font-size: 5rem; text-shadow: 2px 2px 15px #1a2e1a; }
        .hero .lead { font-size: 1.6rem; font-weight: 300; }
        .hero-badge {
            background: var(--kerala-gold);
            color: #1e3d2e;
            padding: 10px 24px;
            border-radius: 60px;
            font-weight: 600;
            display: inline-block;
        }

        .section-padding { padding: 80px 0; }
        .section-heading {
            border-left: 12px solid var(--kerala-red);
            padding-left: 28px;
            margin-bottom: 50px;
            font-size: 2.8rem;
        }
        .card-fest {
            border: none;
            border-radius: 40px 40px 20px 20px;
            background: #ffffffdd;
            backdrop-filter: blur(2px);
            box-shadow: 0 15px 28px -12px #3d5e3d;
            transition: 0.25s;
            overflow: hidden;
        }
        .card-fest:hover { transform: translateY(-12px); }
        .card-fest img { height: 220px; object-fit: cover; }
        .elephant-badge {
            background: var(--kerala-gold);
            color: #2d4a2d;
            border-radius: 60px;
            padding: 4px 18px;
            font-weight: 600;
        }

        /* tables – exactly as provided data */
        .table-wrapper {
            background: #fffcf0;
            border-radius: 48px 48px 28px 28px;
            box-shadow: 0 20px 30px -10px rgba(90, 60, 20, 0.2);
            padding: 20px 10px;
        }
        .table-custom th {
            background: var(--kerala-green);
            color: white;
            font-weight: 600;
            font-size: 1.2rem;
        }
        .table-custom td { background: #fffcf5; }
        .table-custom tr { border-bottom: 2px solid #f5e2c1; }

        .cultural-icon-box {
            background: white;
            border-radius: 40px;
            padding: 28px 16px;
            text-align: center;
            box-shadow: 0 8px 18px #e3d9c5;
            transition: 0.15s;
        }
        .cultural-icon-box i { font-size: 3.5rem; color: var(--kerala-red); }

        footer {
            background: #172e1c;
            color: #ddd;
        }
        .footer a { color: var(--kerala-gold); text-decoration: none; }

        /* tiny extras */
        .btn-rust {
            background: var(--kerala-red);
            color: white;
            border-radius: 40px;
            padding: 12px 36px;
            font-weight: 600;
        }
        .btn-rust:hover { background: #8f2e1e; color:white; }

        @media (max-width: 768px) {
            .hero h1 { font-size: 3rem; }
            .section-heading { font-size: 2rem; }
        }

/* Responsive button styles */
.mt-5.d-flex {
    --btn-padding-y: 0.75rem;
    --btn-padding-x: 2rem;
    --btn-font-size: 1.1rem;
    --btn-gap: 1rem;
}

.btn-rust, .btn-outline-light {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    min-width: fit-content;
}

/* Tablet and medium devices */
@media (max-width: 992px) {
    .btn-rust, .btn-outline-light {
        --btn-padding-x: 1.5rem;
        --btn-font-size: 1rem;
        padding: var(--btn-padding-y) var(--btn-padding-x);
        font-size: var(--btn-font-size);
    }
}

/* Mobile landscape and small tablets */
@media (max-width: 768px) {
    .mt-5.d-flex {
        flex-direction: column;
        width: 100%;
        gap: 1rem !important;
    }
    
    .btn-rust, .btn-outline-light {
        width: 100%;
        max-width: 350px;
        margin: 0 !important;
        --btn-padding-y: 0.875rem;
        --btn-font-size: 1rem;
        white-space: normal;
        text-align: center;
        line-height: 1.4;
        min-height: 54px;
    }
    
    .btn-rust i, .btn-outline-light i {
        font-size: 1.1rem;
    }
}

/* Mobile portrait */
@media (max-width: 576px) {
    .btn-rust, .btn-outline-light {
        max-width: 100%;
        width: 90%;
        --btn-padding-y: 1rem;
        --btn-font-size: 0.95rem;
        border-radius: 50px !important;
    }
    
    .btn-outline-light {
        border-width: 2px;
    }
    
    /* Ensure text doesn't overflow */
    .btn-rust span, .btn-outline-light span {
        display: inline-block;
        max-width: 100%;
        word-wrap: break-word;
    }
}

/* Small phones */
@media (max-width: 380px) {
    .btn-rust, .btn-outline-light {
        --btn-font-size: 0.9rem;
        --btn-padding-y: 0.875rem;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    .btn-rust i, .btn-outline-light i {
        font-size: 1rem;
    }
}

/* Handle very long text on smallest devices */
@media (max-width: 320px) {
    .btn-rust span, .btn-outline-light span {
        font-size: 0.85rem;
    }
    
    .btn-outline-light .ms-2 {
        margin-left: 0.5rem !important;
    }
}

/* Touch-friendly hover states for mobile */
@media (hover: none) and (pointer: coarse) {
    .btn-rust:active, .btn-outline-light:active {
        transform: scale(0.97);
    }
}

/* Ensure icons stay aligned */
.d-inline-flex {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

/* Smooth transitions */
.btn-rust i, .btn-outline-light i {
    transition: transform 0.2s ease;
}

.btn-rust:hover i.fa-plane-departure {
    transform: translateX(-3px) rotate(-5deg);
}

.btn-outline-light:hover i.fa-arrow-right-long {
    transform: translateX(5px);
}

/* Focus states for accessibility */
.btn-rust:focus-visible, .btn-outline-light:focus-visible {
    outline: 3px solid var(--kerala-gold, #d4a017);
    outline-offset: 3px;
}

/* Loading state (optional) */
.btn-rust.loading {
    opacity: 0.8;
    cursor: wait;
}

/* Active state */
.btn-rust:active {
    transform: translateY(2px);
    box-shadow: 0 5px 15px rgba(184, 59, 45, 0.3);
}

.btn-outline-light:active {
    transform: translateY(2px);
    background-color: rgba(255, 255, 255, 0.1);
}

/* Enhanced hero for international audience */
        .hero {
            min-height: 85vh;
            background: linear-gradient(135deg, rgba(0, 30, 20, 0.75) 0%, rgba(0, 0, 0, 0.6) 100%),
                        url('../images/b1.jpg') center/cover no-repeat;
            background-attachment: fixed;
            display: flex;
            align-items: center;
            color: white;
            position: relative;
        }
        
        .hero::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 150px;
            background: linear-gradient(to top, #fffaf0, transparent);
            pointer-events: none;
        }
        
        .hero-badge {
            background: rgba(212, 160, 23, 0.9);
            backdrop-filter: blur(5px);
            color: #1e3d2e;
            padding: 10px 28px;
            border-radius: 60px;
            font-weight: 600;
            display: inline-block;
            font-size: 1.1rem;
            border: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        }
        
        .hero h1 {
            font-size: 5rem;
            text-shadow: 2px 4px 20px rgba(0,0,0,0.5);
            letter-spacing: 2px;
            margin: 1.5rem 0;
        }
        
        .hero .lead {
            font-size: 1.6rem;
            font-weight: 300;
            text-shadow: 1px 2px 10px rgba(0,0,0,0.5);
            line-height: 1.5;
            max-width: 900px;
            margin: 0 auto;
        }
        
        .btn-rust {
            background: #b83b2d;
            color: white;
            border-radius: 60px;
            padding: 14px 42px;
            font-weight: 600;
            font-size: 1.2rem;
            border: 2px solid #b83b2d;
            transition: all 0.3s;
            box-shadow: 0 10px 25px rgba(184, 59, 45, 0.4);
        }
        
        .btn-rust:hover {
            background: #9a2f23;
            border-color: #9a2f23;
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(184, 59, 45, 0.6);
            color: white;
        }
        
        .btn-outline-light {
            border-radius: 60px;
            padding: 14px 42px;
            font-weight: 600;
            font-size: 1.2rem;
            border: 2px solid white;
            transition: all 0.3s;
        }
        
        .btn-outline-light:hover {
            background: white;
            color: #1e3d2e !important;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(255,255,255,0.3);
        }
        
        .text-white-50 {
            color: rgba(255, 255, 255, 0.8) !important;
            font-size: 1rem;
            font-weight: 400;
            text-shadow: 0 2px 5px rgba(0,0,0,0.3);
        }
        
        .text-white-50 .col-auto {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .text-white-50 i {
            font-size: 1.2rem;
            color: var(--kerala-gold, #d4a017);
        }
        
        /* Responsive adjustments */
        @media (max-width: 1200px) {
            .hero h1 {
                font-size: 4.5rem;
            }
        }
        
        @media (max-width: 992px) {
            .hero h1 {
                font-size: 4rem;
            }
            .hero .lead {
                font-size: 1.4rem;
            }
        }
        
        @media (max-width: 768px) {
            .hero {
                min-height: 90vh;
                background-attachment: scroll;
            }
            .hero h1 {
                font-size: 3.2rem;
                line-height: 1.2;
            }
            .hero .lead {
                font-size: 1.2rem;
                padding: 0 15px;
            }
            .hero-badge {
                font-size: 0.9rem;
                padding: 8px 20px;
            }
            .btn-rust, .btn-outline-light {
                padding: 12px 30px;
                font-size: 1rem;
                margin: 5px;
            }
            .text-white-50 .col-auto {
                font-size: 0.9rem;
                padding: 8px 12px;
            }
        }
        
        @media (max-width: 576px) {
            .hero h1 {
                font-size: 2.5rem;
            }
            .hero .lead {
                font-size: 1rem;
            }
            .hero-badge {
                font-size: 0.8rem;
                padding: 6px 16px;
            }
            .btn-rust, .btn-outline-light {
                padding: 10px 25px;
                font-size: 0.95rem;
                display: block;
                width: 80%;
                margin: 10px auto;
            }
            .btn-rust {
                margin-bottom: 10px;
            }
            .text-white-50 {
                flex-wrap: wrap;
            }
            .text-white-50 .col-auto {
                width: 50%;
                justify-content: center;
                margin-bottom: 8px;
            }
        }
        
        /* Icon fixes */
        .fa-globe-asia:before {
            content: "\f57e";
        }
        .fa-plane-departure:before {
            content: "\f5b0";
        }
        .fa-camera:before {
            content: "\f030";
        }
        .fa-utensils:before {
            content: "\f2e7";
        }
        .fa-hands-praying:before {
            content: "\f684";
        }
        .fa-music:before {
            content: "\f001";
        }

/* Essence section responsive styles */
        #essence {
            background-color: #fffaf0;
            position: relative;
            overflow: hidden;
        }
        
        /* Decorative background */
        #essence::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--kerala-gold, #d4a017), var(--kerala-red, #b83b2d), var(--kerala-green, #1d6b4e));
        }
        
        .ritual-card {
            transition: all 0.3s ease;
            border: 1px solid rgba(212, 160, 23, 0.1);
        }
        
        .ritual-card:hover {
            transform: translateY(-5px);
            border-color: var(--kerala-gold, #d4a017);
            box-shadow: 0 15px 30px -10px rgba(184, 59, 45, 0.2) !important;
        }
        
        .traditions-strip {
            box-shadow: 0 20px 40px -15px rgba(0,0,0,0.3);
        }
        
        /* Responsive typography */
        @media (max-width: 1200px) {
            .fs-5 {
                font-size: 1rem !important;
            }
        }
        
        @media (max-width: 992px) {
            #essence .row.align-items-center {
                flex-direction: column-reverse;
            }
            
            #essence .col-lg-5 {
                margin-bottom: 2rem;
            }
            
            .section-heading {
                font-size: 2.3rem;
            }
        }
        
        @media (max-width: 768px) {
            .section-heading {
                font-size: 2rem;
                padding-left: 20px;
                border-left-width: 8px;
            }
            
            .ritual-card {
                padding: 1rem !important;
            }
            
            .ritual-card h5 {
                font-size: 1.1rem;
            }
            
            .traditions-strip h4 {
                font-size: 1.3rem;
            }
            
            .traditions-strip .badge {
                min-width: 40px;
                font-size: 1rem;
            }
            
            .traditions-strip h6 {
                font-size: 0.95rem;
            }
        }
        
        @media (max-width: 576px) {
            .section-heading {
                font-size: 1.8rem;
                padding-left: 15px;
                border-left-width: 6px;
            }
            
            .fs-5 {
                font-size: 0.95rem !important;
                text-align: left !important;
            }
            
            .bg-white.p-4 {
                padding: 1.25rem !important;
            }
            
            .badge {
                font-size: 0.8rem;
                padding: 0.4rem !important;
            }
            
            .traditions-strip {
                padding: 1.5rem !important;
            }
            
            .traditions-strip .col-md-4 {
                margin-bottom: 1rem;
            }
            
            .traditions-strip .d-flex {
                flex-direction: column;
                text-align: center;
            }
            
            .traditions-strip .badge {
                margin-right: 0 !important;
                margin-bottom: 0.5rem;
                width: fit-content;
                align-self: center;
            }
            
            /* Fix icon alignment */
            .ritual-card .d-flex {
                flex-direction: column;
                text-align: center;
            }
            
            .ritual-card .fs-3 {
                margin-right: 0 !important;
                margin-bottom: 0.5rem;
            }
            
            .d-flex.gap-2.mt-3 {
                flex-direction: column;
            }
            
            .d-flex.gap-2.mt-3 .w-50 {
                width: 100% !important;
                margin-bottom: 0.5rem;
            }
        }
        
        /* Icon fixes */
        .fas, .far, .fab {
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
        }
        
        .fa-flag-checkered:before {
            content: "\f11e";
        }
        
        .fa-fire:before {
            content: "\f06d";
        }
        
        .fa-star:before {
            content: "\f005";
        }
        
        .fa-music:before {
            content: "\f001";
        }
        
        /* Smooth transitions */
        .ritual-card, .traditions-strip .badge {
            transition: all 0.3s ease;
        }
        
        .text-muted small {
            display: block;
        }
        
        /* Ensure proper spacing on small devices */
        .row-cols-2 > .col {
            padding: 0 5px;
        }
        
        @media (max-width: 380px) {
            .row-cols-2 .badge {
                font-size: 0.7rem;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
        }

/* Additional responsive styles for the cards */
        @media (max-width: 768px) {
            .card-fest .card-body {
                padding: 1.25rem;
            }
            
            .card-fest h3 {
                font-size: 1.5rem;
            }
            
            .elephant-badge {
                font-size: 0.85rem;
                padding: 0.25rem 0.75rem;
            }
        }
        
        @media (max-width: 576px) {
            .card-fest img {
                height: 180px;
            }
            
            .section-heading {
                font-size: 2rem;
            }
        }
        
        /* Ensure icons display properly */
        .fas, .far, .fal, .fad, .fab {
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
        }
        
        .elephant-badge {
            background: var(--kerala-gold, #d4a017);
            color: #2d4a2d;
            border-radius: 60px;
            padding: 0.35rem 1rem;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
        }
        
        .card-fest {
            border: none;
            border-radius: 40px 40px 20px 20px;
            background: #ffffffdd;
            backdrop-filter: blur(2px);
            box-shadow: 0 15px 28px -12px #3d5e3d;
            transition: 0.25s;
            overflow: hidden;
        }
        
        .card-fest:hover {
            transform: translateY(-12px);
            box-shadow: 0 25px 35px -10px #2d4a2d;
        }
        
        .card-fest img {
            height: 220px;
            object-fit: cover;
            transition: 0.3s;
        }
        
        .card-fest:hover img {
            transform: scale(1.05);
        }
        
        .badge {
            padding: 0.35rem 1rem;
            border-radius: 60px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
        }
        
        .section-heading {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            border-left: 12px solid var(--kerala-red, #b83b2d);
            padding-left: 28px;
            margin-bottom: 50px;
            font-size: 2.8rem;
        }
        
        @media (max-width: 768px) {
            .section-heading {
                font-size: 2.2rem;
                padding-left: 20px;
                border-left-width: 8px;
            }
        }
        
        .text-danger {
            color: var(--kerala-red, #b83b2d) !important;
        }
        
        .bg-warning {
            background-color: var(--kerala-gold, #d4a017) !important;
        }

/* Arts section specific styles */
        #arts {
            background: linear-gradient(135deg, #faf3e0 0%, #fff5e6 100%);
            position: relative;
            overflow: hidden;
        }
        
        #arts .cultural-icon-box {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            border-radius: 30px;
            padding: 2rem 1.5rem;
            text-align: center;
            box-shadow: 0 15px 30px -10px rgba(184, 59, 45, 0.15);
            transition: all 0.3s ease;
            border: 1px solid rgba(212, 160, 23, 0.1);
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        #arts .cultural-icon-box:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 40px -12px rgba(184, 59, 45, 0.25);
            border-color: var(--kerala-gold, #d4a017);
        }
        
        #arts .cultural-icon-box i {
            font-size: 3.5rem;
            color: var(--kerala-red, #b83b2d);
            margin-bottom: 0.5rem;
            transition: 0.3s;
            display: inline-block;
        }
        
        #arts .cultural-icon-box:hover i {
            transform: scale(1.1);
            color: var(--kerala-gold, #d4a017);
        }
        
        #arts .cultural-icon-box h4 {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            color: var(--kerala-green, #1d6b4e);
            margin-bottom: 0.75rem;
            font-size: 1.4rem;
        }
        
        #arts .cultural-icon-box p {
            color: #4a4a4a;
            line-height: 1.6;
            margin-bottom: 0;
            flex-grow: 1;
            font-size: 0.95rem;
        }
        
        /* Decorative background elements */
        #arts::before {
            content: '';
            position: absolute;
            top: -50px;
            right: -50px;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(212, 160, 23, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        
        #arts::after {
            content: '';
            position: absolute;
            bottom: -50px;
            left: -50px;
            width: 250px;
            height: 250px;
            background: radial-gradient(circle, rgba(184, 59, 45, 0.08) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            #arts .cultural-icon-box {
                padding: 1.75rem 1.25rem;
            }
            
            #arts .cultural-icon-box h4 {
                font-size: 1.3rem;
            }
        }
        
        @media (max-width: 768px) {
            #arts {
                padding: 60px 0;
            }
            
            #arts .cultural-icon-box {
                padding: 1.5rem 1rem;
            }
            
            #arts .cultural-icon-box i {
                font-size: 3rem;
            }
            
            #arts .cultural-icon-box h4 {
                font-size: 1.2rem;
            }
            
            #arts .cultural-icon-box p {
                font-size: 0.9rem;
            }
            
            .section-heading {
                font-size: 2rem;
                margin-bottom: 30px;
            }
        }
        
        @media (max-width: 576px) {
            #arts .cultural-icon-box {
                padding: 1.5rem 0.75rem;
            }
            
            #arts .cultural-icon-box i {
                font-size: 2.5rem;
            }
            
            .section-heading {
                font-size: 1.8rem;
                padding-left: 15px;
                border-left-width: 6px;
            }
        }
        
        /* Icon specific styles */
        .fa-drum::before {
            content: "\f569";
        }
        
        .fa-elephant::before {
            content: "\f5da";
        }
        
        .fa-theater-masks::before {
            content: "\f630";
        }
        
        .fa-flag::before {
            content: "\f024";
        }
        
        /* Ensure proper spacing in grid */
        .row.g-4 {
            --bs-gutter-y: 1.5rem;
        }
        
        /* Smooth hover effects */
        .cultural-icon-box {
            cursor: default;
        }
        
        /* Add subtle animation on load */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        #arts .col-sm-6 {
            animation: fadeInUp 0.5s ease forwards;
        }
        
        #arts .col-sm-6:nth-child(1) { animation-delay: 0.1s; }
        #arts .col-sm-6:nth-child(2) { animation-delay: 0.2s; }
        #arts .col-sm-6:nth-child(3) { animation-delay: 0.3s; }
        #arts .col-sm-6:nth-child(4) { animation-delay: 0.4s; }
        
        /* Container position relative for absolute positioned pseudo-elements */
        #arts .container {
            position: relative;
            z-index: 2;
        }

/* 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";
        }