:root {
    /* Primary Colors */
    --primary-color: #294490;
    --primary-dark: #1e40af;
    --primary-light: #3b82f6;
    --primary-lighter: #3e579b;

    /* Footer Colors */
    --footer-icon-hover: #2d4070;
    --footer-input-bg: #374151;
    --footer-placeholder: #9ca3af;

    /* Text Colors */
    --text-dark: #1e293b;
    --text-muted: #64748b;
    --text-medium: #475569;
    --text-light: #94a3b8;
    --text-white: #ffffff;

    /* Background Colors */
    --bg-light: #f8fafc;
    --bg-white: #ffffff;
    --bg-primary-light: #e0f2fe;
    --bg-primary-lighter: #f0f9ff;
    --bg-gray-light: #f6f7f8;
    --bg-gray-medium: #f1f5f9;

    /* Accent Colors */
    --accent-blue: #3b82f6;
    --accent-green: #22c55e;
    --accent-orange: #f97316;
    --accent-green-light: #10b981;

    /* Icon Background Colors */
    --icon-bg-blue: #dbeafe;
    --icon-bg-green: #dcfce7;
    --icon-bg-orange: #fed7aa;
    --icon-bg-blue-alt: #d1fae5;

    /* Border Colors */
    --border-primary: #bfdbfe;
    --border-primary-light: #93c5fd;
    --border-gray: #475569;
    --border-gray-light: #64748b;



    /* Neutral Colors */
    --gray-100: #f8f9fa;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-600: #374151;
    --gray-700: #1f2937;

    /* Shadow Colors */
    --shadow-primary: rgba(37, 99, 235, 0.3);
    --shadow-primary-hover: rgba(37, 99, 235, 0.4);
    --shadow-primary-light: rgba(37, 99, 235, 0.1);
    --shadow-black: rgba(0, 0, 0, 0.08);
    --shadow-black-hover: rgba(0, 0, 0, 0.12);
    --shadow-white: rgba(255, 255, 255, 0.3);

    /* Badge Colors */
    --badge-yellow-bg: #fef3c7;
    --badge-yellow-text: #d97706;
    --badge-purple-bg: #f3e8ff;
    --badge-purple-text: #a855f7;
    --badge-indigo-bg: #e0e7ff;
    --badge-indigo-text: #6366f1;
    --badge-orange-text: #f59e0b;

    /* Gradient Colors */
    --gradient-blue-start: #f0f9ff;
    --gradient-blue-end: #e0f2fe;
    --gradient-primary-start: #3b82f6;
    --gradient-primary-end: #22c55e;

    /* Overlay Colors */
    --overlay-dark-80: rgba(0, 0, 0, 0.8);
    --overlay-dark-40: rgba(0, 0, 0, 0.4);
    --overlay-white-20: rgba(255, 255, 255, 0.2);
    --overlay-dark-26: rgba(27, 37, 54, 0.26);
    --overlay-dark-83: rgba(16, 22, 36, 0.83);
    --overlay-dark-100: rgb(15, 23, 42);

    /* Additional Gray Shades */
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-800: #1f2937;

    /* Font Size Variables */
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 2rem;
    --font-size-4xl: 3.5rem;
}

/* ============================================
   BASE STYLES
   ============================================ */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    padding-top: 0;
}

html {
    scroll-behavior: smooth;
}

/* ============================================
   HEADINGS
   Manage all heading styles from here
   ============================================ */

/* Main Section Headings - Large, Bold, Dark */
.section-heading {
    color: var(--primary-dark);
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

/* Section Title - 3rem, Bold, Dark (for history-title, core-values-title, governance-title) */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.2;
}

/* Section Label - Small, Uppercase, Primary Color (for history-label, governance-label) */
.section-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--primary-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.section-label.inline {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: var(--primary-color);
}

.section-label i {
    font-size: 1.25rem;
}

/* Section Subtitle - Medium, Muted Color (for history-subtitle, core-values-subtitle) */
.section-subtitle {
    font-size: 1.125rem;
    color: var(--text-medium);
    line-height: 1.6;
    margin: 0;
    /* text-align: justify; */
}

/* Card Title - Medium, Bold, Dark (for timeline-card-title, core-values-card-title, governance-download-title) */
.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    text-transform: capitalize;
}


/* Hero Titles */
.hero-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 1.5rem;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--text-white);
    margin-bottom: 2.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* About Page Hero Titles */
.about-hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.about-hero-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--text-white);
    margin-bottom: 3rem;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Founder Title */
.founder-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

/* Responsive adjustments for headings */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .about-hero-title {
        font-size: 2.5rem;
    }

    .hero-title {
        font-size: 1.8rem;
    }


    .card-title {
        font-size: 1.25rem;
    }

    .founder-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.75rem;
    }

    .about-hero-title {
        font-size: 2rem;
    }

    .hero-title {
        font-size: 1rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .about-hero-subtitle {
        font-size: 1rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }


    .card-title {
        font-size: 1rem;
    }

    .founder-title {
        font-size: 1.5rem;
    }
}

/* ============================================
   TEXTS
   Manage all text styles from here
   ============================================ */
.mission-description {
    color: var(--primary-dark);
    width: 80%;
    margin: 0 auto;
    font-size: 1.25rem;
}

.mission-card-text {
    color: var(--text-medium);
    line-height: 1.6;
}

.gallery-label {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-dark);
    text-align: center;
    margin: 0;
}

/* ============================================
   BUTTONS
   Manage all button styles from here
   ============================================ */
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    box-shadow: 0 4px 12px var(--shadow-primary);
}

.btn-hero {
    background-color: var(--text-white);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-hero:hover {
    background-color: var(--primary-color);
    color: var(--text-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px var(--shadow-white);
}

.btn-register {
    background-color: var(--text-white);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-register:hover {
    background-color: var(--primary-color);
    color: var(--text-white);
}

.btn-calendar {
    background-color: var(--gray-200);
    color: var(--gray-700);
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-calendar:hover {
    background-color: var(--gray-300);
    color: var(--text-dark);
}

.btn-view-profile {
    background-color: var(--primary-color);
    color: var(--text-white);
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-view-profile:hover {
    background-color: var(--primary-dark);
    color: var(--text-white);
}

.footer-subscribe-btn {
    background-color: var(--primary-light);
    border: none;
    color: var(--text-white);
    padding: 0.75rem 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.footer-subscribe-btn:hover {
    background-color: var(--primary-lighter);
    color: var(--text-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px var(--shadow-primary);
}

.btn-join-community {
    background-color: var(--primary-color);
    color: var(--text-white);
    /* border: none; */
    /* padding: 1rem 2rem; */
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 999px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 12px var(--shadow-primary);

    border: 2px solid var(--primary-color);
    padding: 1rem 2.5rem;
    /* font-size: 1.1rem;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block; */
}

.btn-join-community:hover {
    background-color: var(--primary-dark);
    color: var(--text-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px var(--shadow-primary-hover);
}

.btn-join-community i {
    font-size: 1.2rem;
}

.btn-contact-hero {
    background-color: var(--text-dark);
    color: var(--text-white);
    border: 2px solid var(--text-medium);
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 999px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-contact-hero:hover {
    background-color: var(--text-medium);
    color: var(--text-white);
    border-color: var(--text-muted);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px var(--shadow-black);
}

.btn-governance-download {
    background-color: var(--primary-color);
    color: var(--text-white);
    border: none;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 12px var(--shadow-primary);
}

.btn-governance-download:hover {
    background-color: var(--primary-dark);
    color: var(--text-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px var(--shadow-primary-hover);
}

.btn-governance-download i {
    font-size: 1.125rem;
}

/* ============================================
   CARDS
   Manage all card styles from here
   ============================================ */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    animation: fadeInUp 0.6s ease-out;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px var(--shadow-black-hover) !important;
}

.card:nth-child(2) {
    animation-delay: 0.1s;
}

.card:nth-child(3) {
    animation-delay: 0.2s;
}

.card-img-top {
    border-radius: 12px 12px 0 0;
}

/* ============================================
   HEADER STYLES
   ============================================ */
.navbar {
    /* padding: 1rem 0; */
    z-index: 1000;
}

.navbar.fixed-top {
    background-color: var(--bg-white) !important;
}

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

.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.header-contact-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1001;
}

.nav-link {
    font-weight: 500;
    color: var(--text-dark) !important;
    margin: 0 0.5rem;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.nav-link.active {
    color: var(--primary-color) !important;
}

/* Center navigation on desktop */
@media (min-width: 992px) {
    .navbar-nav.mx-auto {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .header-contact-btn {
        position: absolute;
        right: 15px;
    }
}

/* ============================================
   SECTIONS
   Manage all section styles from here
   ============================================ */
/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuD59hiuMT0iWOVzTIu3VdLETvjX7_ZdgPLV9L2qg_0PGup_4RlQ6U8fEzsh0DmsNUHToaWvyJqwucylrNyuplQduxfsV7js-Zvcdbv4J3BhEyszdnyNC_G23XmJrVv1d1dcaakCrSgaEh3GRVN4t1Zcvsm6DxxRdZgVOspFdLldPmAXftTuC7iop1loLPVvAVoPfBxVg5gFU3kaDWFbn3ODZ-hyiOJVp7F1e04TOqCkAOkT0FWVnysEgczSEBNLwIg0Ua2Ws2vzTiSK'); */
    background-image: url('../assets/branding/banner-option-3.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* filter: blur(1.5px); */
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 4rem 2rem;
}

/* Mission Section */
.mission-section {
    padding: 4rem 0;
}

.mission-icon-box {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-dark);
}

.mission-icon-blue {
    background-color: var(--icon-bg-blue);
}

.mission-icon-green {
    background-color: var(--icon-bg-blue-alt);
}

.mission-icon-orange {
    background-color: var(--icon-bg-orange);
}


/* Updates Section */
.updates-section {
    padding: 4rem 0;
    background-color: var(--bg-white);
}

.update-card-img {
    height: 200px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.update-category-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.update-tag-blue {
    color: var(--accent-blue);
}

.update-tag-green {
    color: var(--accent-green-light);
}

.update-tag-orange {
    color: var(--accent-orange);
}

.card-img-top {
    border-radius: 12px 12px 0 0;
}

/* Events Section */
.events-section {
    background-color: var(--bg-white);
    padding: 4rem 0;
}

.date-box {
    background-color: var(--bg-primary-light);
    color: var(--primary-dark);
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    min-width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.date-month {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.date-day {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin: 0.25rem 0;
}

.date-time {
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 0.25rem;
}


/* Gallery Section */
.gallery-section {
    padding: 4rem 0;
    background-color: var(--bg-primary-lighter);
}

.gallery-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 0;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-items {
    display: flex;
    gap: 3rem;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 1rem 0;
    /* Fixed visible width to show exactly 3 cards */
    width: calc(100% - 100px);
    max-width: 900px;
    position: relative;
}

.gallery-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Each card takes 1/3 of container width minus gaps */
    flex: 0 0 calc((100% - 6rem) / 3);
    scroll-snap-align: start;
}

.gallery-items::-webkit-scrollbar {
    display: none;
}

.gallery-image-wrapper {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.05);
}


.gallery-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    font-size: 1.2rem;
    border: none;
}

.gallery-nav-left {
    background-color: var(--bg-white);
    color: var(--primary-color);
    border: 2px solid var(--border-primary);
}

.gallery-nav-left:hover {
    background-color: var(--bg-primary-lighter);
    border-color: var(--border-primary-light);
}

.gallery-nav-right {
    background-color: var(--primary-color);
    color: var(--text-white);
    border: none;
}

.gallery-nav-right:hover {
    background-color: var(--primary-dark);
}

/* Footer */
footer {
    background-color: var(--primary-color) !important;
}

footer a {
    transition: color 0.3s ease;
}

footer a:hover {
    color: white !important;
}

.border-white-50 {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

/* Footer Social Icons */
.footer-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-lighter);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white) !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social-icon:hover {
    background-color: var(--footer-icon-hover);
    transform: translateY(-2px);
    color: var(--text-white) !important;
}

.footer-social-icon i {
    font-size: 1.2rem;
}

/* Footer Contact Icons */
.footer-contact-icon {
    color: var(--border-primary);
    font-size: 1.1rem;
}

/* Footer Newsletter Input */
.footer-newsletter-input {
    background-color: var(--footer-input-bg);
    border: none;
    color: var(--text-white);
    padding: 0.75rem 1rem;
}

.footer-newsletter-input::placeholder {
    color: var(--footer-placeholder);
}

.footer-newsletter-input:focus {
    background-color: var(--footer-input-bg);
    border: none;
    color: var(--text-white);
    box-shadow: 0 0 0 0.2rem var(--shadow-primary);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .navbar-nav.mx-auto {
        position: static;
        transform: none;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 90vh;
        padding-top: 70px;
    }

    .hero-title {
        font-size: 1.2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .display-6 {
        font-size: 1.75rem;
    }

    .date-box {
        min-width: 70px;
        padding: 0.75rem 0.5rem !important;
    }

    .date-day {
        font-size: 1.5rem;
    }

    /* Center register button on mobile */
    .events-section .card-body .row>.col-auto:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-top: 1rem;
        text-align: center;
    }

    .events-section .btn-register {
        display: inline-block;
        width: auto;
        min-width: 150px;
    }

    .gallery-nav-btn {
        display: none;
    }

    .gallery-carousel-wrapper {
        padding: 2rem 0;
        gap: 0;
    }

    .btn-join-community,
    .btn-contact-hero {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }

    .btn-join-community {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }

    .btn-join-community i {
        font-size: 1rem;
    }

    .btn-contact-hero {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }

    .gallery-items {
        display: flex;
        gap: 2rem;
        width: 100%;
        padding: 1rem calc((100% - 280px) / 2);
        max-width: none;
        scroll-snap-type: x mandatory;
        scroll-padding: 0 calc((100% - 280px) / 2);
    }

    .gallery-item {
        flex: 0 0 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        scroll-snap-align: center;
    }

    .gallery-image-wrapper {
        width: 200px;
        height: 200px;
    }

    /* Footer Mobile Styles */
    footer .row>div {
        margin-bottom: 2rem;
    }

    footer .row>div:last-child {
        margin-bottom: 0;
    }

    footer h5 {
        font-size: 1.1rem;
    }

    footer .footer-social-icon {
        width: 36px;
        height: 36px;
    }

    footer .footer-social-icon i {
        font-size: 1rem;
    }

    footer .row:last-child {
        flex-direction: column;
        text-align: center;
    }

    footer .row:last-child .col-md-6 {
        margin-bottom: 1rem;
    }

    footer .row:last-child .col-md-6:last-child {
        margin-bottom: 0;
    }

    footer .row:last-child .text-md-end {
        text-align: center !important;
    }
}

@media (max-width: 576px) {
    /* .hero-section {
        min-height: 70vh;
    } */

    .hero-title {
        font-size: 1.2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-content {
        padding: 2rem 1rem;
    }

    .btn-hero,
    .btn-join-community {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
        width: 100%;
        max-width: 300px;
    }

    .btn-join-community,
    .btn-contact-hero {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }

    /* .btn-join-community {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    } */

    .btn-join-community i {
        font-size: 0.9rem;
    }

    .btn-contact-hero {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    }

    /* Footer Small Mobile Styles */
    footer {
        padding: 3rem 0 !important;
    }

    footer .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    footer h5 {
        font-size: 1rem;
        margin-bottom: 1rem !important;
    }

    footer p {
        font-size: 0.9rem;
    }

    footer ul li {
        font-size: 0.9rem;
    }

    footer .footer-newsletter-input {
        font-size: 0.9rem;
    }

    footer .footer-subscribe-btn {
        font-size: 0.9rem;
        padding: 0.65rem 1rem;
    }
}


/* Additional Utility Classes */
.shadow-sm {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

/* Animation for cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.w-fit-content {
    width: fit-content;
}

/* ============================================
   WHATSAPP FLOAT BUTTON
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: var(--text-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    font-size: 1.75rem;
}

.whatsapp-float:hover {
    background-color: #20BA5A;
    color: var(--text-white);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

.whatsapp-float:active {
    transform: translateY(-1px) scale(1.02);
}

.whatsapp-float i {
    font-size: 1.75rem;
}

/* Responsive adjustments for WhatsApp button */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 1.5rem;
        right: 1.5rem;
        font-size: 1.5rem;
    }

    .whatsapp-float i {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 1.25rem;
        right: 1.25rem;
        font-size: 1.375rem;
    }

    .whatsapp-float i {
        font-size: 1.375rem;
    }

    .mission-description {
        font-size: 1rem;
    }
}

.nav-logo {
    img {
        height: 80px;
    }
}

.nav-item {
    white-space: nowrap;
}

.header-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .7rem;
    flex-wrap: wrap;
}

.upcoming-event-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}