/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-umi94pq9vb] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-umi94pq9vb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0wssfnt04s],
.components-reconnect-repeated-attempt-visible[b-0wssfnt04s],
.components-reconnect-failed-visible[b-0wssfnt04s],
.components-pause-visible[b-0wssfnt04s],
.components-resume-failed-visible[b-0wssfnt04s],
.components-rejoining-animation[b-0wssfnt04s] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0wssfnt04s],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0wssfnt04s],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0wssfnt04s],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0wssfnt04s],
#components-reconnect-modal.components-reconnect-retrying[b-0wssfnt04s],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0wssfnt04s],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0wssfnt04s],
#components-reconnect-modal.components-reconnect-failed[b-0wssfnt04s],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0wssfnt04s] {
    display: block;
}


#components-reconnect-modal[b-0wssfnt04s] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-0wssfnt04s 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0wssfnt04s 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0wssfnt04s 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0wssfnt04s]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0wssfnt04s 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0wssfnt04s {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0wssfnt04s {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0wssfnt04s {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0wssfnt04s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0wssfnt04s] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0wssfnt04s] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0wssfnt04s] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0wssfnt04s] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0wssfnt04s] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0wssfnt04s] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0wssfnt04s 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0wssfnt04s] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0wssfnt04s {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Benefits.razor.rz.scp.css */
/* Benefits Page - Dark Blue Theme */

.ifa-site[b-d6xmm3kr8l] {
    background: linear-gradient(135deg, #001428 0%, #002d5a 100%);
    color: #ffffff;
    min-height: 100vh;
}

.page-title[b-d6xmm3kr8l] {
    color: #ffffff;
}

.text-light-muted[b-d6xmm3kr8l] {
    color: rgba(255, 255, 255, 0.7) !important;
}

.border-light-subtle[b-d6xmm3kr8l] {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

/* Benefit Cards */
.benefit-card[b-d6xmm3kr8l] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.benefit-card:hover[b-d6xmm3kr8l] {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 215, 0, 0.4);
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.featured-benefit[b-d6xmm3kr8l] {
    border-color: rgba(255, 215, 0, 0.3);
    background: rgba(255, 215, 0, 0.05);
}

.benefit-icon[b-d6xmm3kr8l] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #001f3f 0%, #003d7a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #ffd700;
}

.benefit-title[b-d6xmm3kr8l] {
    color: #ffd700;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.benefit-description[b-d6xmm3kr8l] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.benefit-list[b-d6xmm3kr8l] {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.benefit-list li[b-d6xmm3kr8l] {
    padding: 0.5rem 0 0.5rem 2rem;
    position: relative;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.benefit-list li[b-d6xmm3kr8l]::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ffd700;
    font-weight: bold;
    font-size: 1.2rem;
}

/* CTA Box */
.cta-box[b-d6xmm3kr8l] {
    background: linear-gradient(135deg, #001f3f 0%, #003d7a 100%);
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 16px;
    padding: 3rem 2rem;
    margin-top: 3rem;
}

.cta-box h2[b-d6xmm3kr8l] {
    color: #ffffff;
}

.cta-box p[b-d6xmm3kr8l] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
}

.btn-primary[b-d6xmm3kr8l] {
    background: #ffd700;
    border: none;
    color: #001f3f;
    font-weight: 700;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-d6xmm3kr8l] {
    background: #ffed4e;
    color: #001f3f;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(255, 215, 0, 0.6);
}

/* Footer */
footer[b-d6xmm3kr8l] {
    background: rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .benefit-title[b-d6xmm3kr8l] {
        font-size: 1.25rem;
    }

    .benefit-description[b-d6xmm3kr8l] {
        font-size: 1rem;
    }

    .cta-box[b-d6xmm3kr8l] {
        padding: 2rem 1.5rem;
    }
}
/* /Components/Pages/Calendar.razor.rz.scp.css */
/* Calendar Page - Dark Blue Theme */

.ifa-site[b-ovv15rc35w] {
    background: linear-gradient(135deg, #001428 0%, #002d5a 100%);
    color: #ffffff;
    min-height: 100vh;
}

.page-title[b-ovv15rc35w] {
    color: #ffffff;
}

.text-light-muted[b-ovv15rc35w] {
    color: rgba(255, 255, 255, 0.7) !important;
}

.border-light-subtle[b-ovv15rc35w] {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

/* Quarter Section */
.quarter-section[b-ovv15rc35w] {
    margin-bottom: 3rem;
}

.quarter-title[b-ovv15rc35w] {
    color: #ffd700;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid rgba(255, 215, 0, 0.3);
}

/* Calendar Cards */
.calendar-card[b-ovv15rc35w] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
}

.calendar-card:hover[b-ovv15rc35w] {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.featured-event[b-ovv15rc35w] {
    border-color: rgba(255, 215, 0, 0.4);
    background: rgba(255, 215, 0, 0.08);
}

.featured-event:hover[b-ovv15rc35w] {
    border-color: rgba(255, 215, 0, 0.6);
    background: rgba(255, 215, 0, 0.12);
}

.season-event[b-ovv15rc35w] {
    border-color: rgba(0, 122, 255, 0.4);
    background: rgba(0, 122, 255, 0.08);
}

.season-event:hover[b-ovv15rc35w] {
    border-color: rgba(0, 122, 255, 0.6);
    background: rgba(0, 122, 255, 0.12);
}

/* Month Badge */
.month-badge[b-ovv15rc35w] {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.month-badge.gold[b-ovv15rc35w] {
    background: #ffd700;
    color: #001f3f;
}

.month-badge.season[b-ovv15rc35w] {
    background: #007aff;
    color: #ffffff;
}

/* Event Details */
.event-title[b-ovv15rc35w] {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.event-location[b-ovv15rc35w] {
    color: #ffd700;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.event-location svg[b-ovv15rc35w] {
    flex-shrink: 0;
}

.event-description[b-ovv15rc35w] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Event Logo */
.event-logo[b-ovv15rc35w] {
    flex-shrink: 0;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-logo img[b-ovv15rc35w] {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.event-logo img[src*="thestar.png"][b-ovv15rc35w],
.event-logo img[src*="hofvlogo.png"][b-ovv15rc35w] {
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 8px;
    background: #ffffff;
}

/* Info Box */
.info-box[b-ovv15rc35w] {
    background: rgba(255, 215, 0, 0.1);
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 2rem;
}

.info-box p[b-ovv15rc35w] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
}

/* Footer */
footer[b-ovv15rc35w] {
    background: rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .quarter-title[b-ovv15rc35w] {
        font-size: 1.5rem;
    }

    .event-title[b-ovv15rc35w] {
        font-size: 1.1rem;
    }

    .event-description[b-ovv15rc35w] {
        font-size: 0.9rem;
    }

    .event-logo[b-ovv15rc35w] {
        width: 80px;
    }

    .event-logo img[b-ovv15rc35w] {
        max-height: 70px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Independent Football Alliance - Professional Sports Association Styling */

.ifa-site[b-l3b8s79i8u] {
    font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 50%, #f5f7fa 100%);
    min-height: 100vh;
}

/* Latest Press Banner */
.latest-press-banner[b-l3b8s79i8u] {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-bottom: 3px solid #001f3f;
    padding: 1.25rem 0;
}

.latest-press-link[b-l3b8s79i8u] {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.latest-press-link:hover[b-l3b8s79i8u] {
    opacity: 0.9;
}

.press-banner-title[b-l3b8s79i8u] {
    color: #001f3f;
    font-weight: 700;
    margin: 0;
}

.press-banner-summary[b-l3b8s79i8u] {
    color: rgba(0, 31, 63, 0.85);
    font-size: 0.95rem;
    line-height: 1.5;
}

.latest-press-banner .badge[b-l3b8s79i8u] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.latest-press-banner .text-light-muted[b-l3b8s79i8u] {
    color: rgba(0, 31, 63, 0.7) !important;
}

/* Hero Section */
.hero-section[b-l3b8s79i8u] {
    background: linear-gradient(135deg, #001f3f 0%, #003d7a 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.hero-section[b-l3b8s79i8u]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.2;
}

.hero-section .container[b-l3b8s79i8u] {
    position: relative;
    z-index: 1;
}

.logo[b-l3b8s79i8u] {
    max-width: 280px;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.tagline[b-l3b8s79i8u] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffd700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle[b-l3b8s79i8u] {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
}

.hero-image-placeholder[b-l3b8s79i8u] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Hero Carousel */
#heroCarousel[b-l3b8s79i8u] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.carousel-item[b-l3b8s79i8u] {
    cursor: pointer;
}

.hero-slide[b-l3b8s79i8u] {
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #001f3f 0%, #003d7a 100%);
}

.hero-slide img[b-l3b8s79i8u] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-slide-logo[b-l3b8s79i8u] {
    background: #000000;
    flex-direction: column;
    padding: 0;
}

.carousel-logo[b-l3b8s79i8u] {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    margin-bottom: 0;
}

.carousel-caption[b-l3b8s79i8u] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 31, 63, 0.95) 0%, rgba(0, 31, 63, 0.7) 70%, transparent 100%);
    padding: 2.5rem 1.5rem 4rem;
}

.carousel-caption h3[b-l3b8s79i8u] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    margin: 0;
}

.carousel-caption-center[b-l3b8s79i8u] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
    padding: 2.5rem 1.5rem 4rem;
    text-align: center;
}

.carousel-caption-center h3[b-l3b8s79i8u] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    margin: 0;
}

.carousel-indicators[b-l3b8s79i8u] {
    margin-bottom: 1rem;
}

.carousel-indicators [data-bs-target][b-l3b8s79i8u] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.carousel-indicators .active[b-l3b8s79i8u] {
    background-color: #ffd700;
    border-color: #ffd700;
    opacity: 1;
}

.carousel-control-prev[b-l3b8s79i8u],
.carousel-control-next[b-l3b8s79i8u] {
    width: 50px;
}

.carousel-control-prev-icon[b-l3b8s79i8u],
.carousel-control-next-icon[b-l3b8s79i8u] {
    width: 40px;
    height: 40px;
    background-size: 100%;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

/* Section Titles */
.section-title[b-l3b8s79i8u] {
    font-weight: 700;
    color: #001f3f;
    position: relative;
    padding-bottom: 12px;
}

.section-title[b-l3b8s79i8u]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #001f3f 0%, #ffd700 100%);
    border-radius: 2px;
}

.text-center .section-title[b-l3b8s79i8u]::after {
    left: 50%;
    transform: translateX(-50%);
}

/* Mission Section */
.mission-section[b-l3b8s79i8u] {
    background: #ffffff;
}

.mission-card[b-l3b8s79i8u] {
    padding: 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.mission-point[b-l3b8s79i8u] {
    text-align: center;
    padding: 1.5rem;
    height: 100%;
}

.icon-circle[b-l3b8s79i8u] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #001f3f 0%, #003d7a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 31, 63, 0.3);
}

/* Challenge Section */
.challenge-section[b-l3b8s79i8u] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.challenge-list[b-l3b8s79i8u] {
    list-style: none;
    padding-left: 0;
}

.challenge-list li[b-l3b8s79i8u] {
    padding: 0.75rem 0 0.75rem 2rem;
    position: relative;
    font-size: 1.05rem;
}

.challenge-list li[b-l3b8s79i8u]::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #0a1f44;
    font-weight: bold;
    font-size: 1.2rem;
}

.belief-card[b-l3b8s79i8u] {
    padding: 1.25rem;
    background: #ffffff;
    border-left: 4px solid #0a1f44;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.belief-card:hover[b-l3b8s79i8u] {
    transform: translateX(8px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Partners Section */
.partners-section[b-l3b8s79i8u] {
    background: #ffffff;
}

.partner-card[b-l3b8s79i8u] {
    padding: 1.5rem 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e9ecef;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    color: #001f3f;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-card:hover[b-l3b8s79i8u] {
    border-color: #001f3f;
    background: linear-gradient(135deg, #001f3f 0%, #003d7a 100%);
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 31, 63, 0.2);
}

/* Event Section */
.event-section[b-l3b8s79i8u] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.event-list[b-l3b8s79i8u] {
    list-style: none;
    padding-left: 0;
}

.event-list li[b-l3b8s79i8u] {
    padding: 0.75rem 0 0.75rem 2.5rem;
    position: relative;
    font-size: 1.05rem;
}

.event-list li[b-l3b8s79i8u]::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #0a1f44;
    font-weight: bold;
    font-size: 1.4rem;
    width: 32px;
    height: 32px;
    background: #ffd700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-placeholder[b-l3b8s79i8u] {
    background: linear-gradient(135deg, #001f3f 0%, #003d7a 100%);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Leadership Section */
.leadership-section[b-l3b8s79i8u] {
    background: #ffffff;
}

.leader-card[b-l3b8s79i8u] {
    padding: 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    border-left: 5px solid #ffd700;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leader-card:hover[b-l3b8s79i8u] {
    transform: translateY(-8px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

/* CTA Section */
.cta-section[b-l3b8s79i8u] {
    background: linear-gradient(135deg, #001f3f 0%, #003d7a 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.cta-section[b-l3b8s79i8u]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.2;
}

.cta-section .container[b-l3b8s79i8u] {
    position: relative;
    z-index: 1;
}

.cta-section .section-title[b-l3b8s79i8u] {
    color: #ffffff;
}

.cta-section .section-title[b-l3b8s79i8u]::after {
    background: linear-gradient(90deg, #ffd700 0%, #ffffff 100%);
}

.cta-section .lead[b-l3b8s79i8u] {
    color: rgba(255, 255, 255, 0.95);
}

.cta-section p[b-l3b8s79i8u] {
    color: rgba(255, 255, 255, 0.9);
}

/* Buttons */
.btn-primary[b-l3b8s79i8u] {
    background: #ffd700;
    border: none;
    color: #1a472a;
    font-weight: 700;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(255, 215, 0, 0.4);
    transition: all 0.3s ease;
}

.btn-primary:hover[b-l3b8s79i8u] {
    background: #ffed4e;
    color: #1a472a;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(255, 215, 0, 0.6);
}

/* Footer */
footer[b-l3b8s79i8u] {
    background: #f8f9fa;
    border-top: 3px solid #1a472a !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .logo[b-l3b8s79i8u] {
        max-width: 220px;
    }

    .section-title[b-l3b8s79i8u] {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    .hero-section[b-l3b8s79i8u] {
        text-align: center;
    }

    .logo[b-l3b8s79i8u] {
        max-width: 180px;
    }

    .tagline[b-l3b8s79i8u] {
        font-size: 1.1rem;
    }

    .section-title[b-l3b8s79i8u] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/Press.razor.rz.scp.css */
/* Press Page - Dark Blue Theme */

.ifa-site[b-zotc07d8ay] {
    background: linear-gradient(135deg, #001428 0%, #002d5a 100%);
    color: #ffffff;
    min-height: 100vh;
}

.page-title[b-zotc07d8ay] {
    color: #ffffff;
}

.text-light-muted[b-zotc07d8ay] {
    color: rgba(255, 255, 255, 0.7) !important;
}

.border-light-subtle[b-zotc07d8ay] {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

/* Back Button */
.back-btn[b-zotc07d8ay] {
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.back-btn:hover[b-zotc07d8ay] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

/* Press Card (List Item) */
.press-card[b-zotc07d8ay] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.press-card:hover[b-zotc07d8ay] {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 215, 0, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.press-title[b-zotc07d8ay] {
    color: #ffffff;
    transition: color 0.3s ease;
}

.press-card:hover .press-title[b-zotc07d8ay] {
    color: #ffd700;
}

/* List Group Override */
.list-group[b-zotc07d8ay] {
    --bs-list-group-bg: transparent;
}

.list-group-item[b-zotc07d8ay] {
    background: transparent;
}

/* Footer */
footer[b-zotc07d8ay] {
    background: rgba(0, 0, 0, 0.2);
}
/* /Components/Pages/PressDetail.razor.rz.scp.css */
/* Press Detail Page - Dark Blue Theme */

.ifa-site[b-rbhmesuyee] {
    background: linear-gradient(135deg, #001428 0%, #002d5a 100%);
    color: #ffffff;
    min-height: 100vh;
}

.page-title[b-rbhmesuyee], .article-title[b-rbhmesuyee] {
    color: #ffffff;
}

.text-light-muted[b-rbhmesuyee] {
    color: rgba(255, 255, 255, 0.7) !important;
}

.border-light-subtle[b-rbhmesuyee] {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

/* Back Button */
.back-btn[b-rbhmesuyee] {
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.back-btn:hover[b-rbhmesuyee] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

/* Press Article */
.press-article[b-rbhmesuyee] {
    width: 100%;
}

.press-content[b-rbhmesuyee] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.8;
}

.press-content h1[b-rbhmesuyee],
.press-content h2[b-rbhmesuyee],
.press-content h3[b-rbhmesuyee],
.press-content h4[b-rbhmesuyee] {
    color: #ffffff;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.press-content h1[b-rbhmesuyee] {
    font-size: 2rem;
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
    padding-bottom: 0.5rem;
}

.press-content h2[b-rbhmesuyee] {
    font-size: 1.75rem;
    color: #ffd700;
}

.press-content h3[b-rbhmesuyee] {
    font-size: 1.5rem;
}

.press-content h4[b-rbhmesuyee] {
    font-size: 1.25rem;
}

.press-content p[b-rbhmesuyee] {
    margin-bottom: 1.5rem;
}

.press-content ul[b-rbhmesuyee],
.press-content ol[b-rbhmesuyee] {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.press-content li[b-rbhmesuyee] {
    margin-bottom: 0.75rem;
}

.press-content strong[b-rbhmesuyee] {
    color: #ffd700;
    font-weight: 600;
}

.press-content em[b-rbhmesuyee] {
    color: rgba(255, 255, 255, 0.8);
}

.press-content a[b-rbhmesuyee] {
    color: #ffd700;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.press-content a:hover[b-rbhmesuyee] {
    color: #ffed4e;
}

.press-content blockquote[b-rbhmesuyee] {
    border-left: 4px solid #ffd700;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: rgba(255, 255, 255, 0.85);
}

.press-content code[b-rbhmesuyee] {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-size: 0.9em;
    color: #ffd700;
}

.press-content pre[b-rbhmesuyee] {
    background: rgba(0, 0, 0, 0.3);
    padding: 1.5rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 1.5rem 0;
}

.press-content pre code[b-rbhmesuyee] {
    background: none;
    padding: 0;
    color: rgba(255, 255, 255, 0.9);
}

/* Footer */
footer[b-rbhmesuyee] {
    background: rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .press-content[b-rbhmesuyee] {
        font-size: 1rem;
    }

    .press-content h1[b-rbhmesuyee] {
        font-size: 1.75rem;
    }

    .press-content h2[b-rbhmesuyee] {
        font-size: 1.5rem;
    }

    .press-content h3[b-rbhmesuyee] {
        font-size: 1.25rem;
    }
}
/* /Components/Shared/Header.razor.rz.scp.css */
/* Shared Header Styling - Dark Blue Theme */

.ifa-navbar[b-2eocyymta3] {
    background: linear-gradient(135deg, #001f3f 0%, #003d7a 100%);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    border: none !important;
}

.ifa-navbar .navbar-brand[b-2eocyymta3] {
    font-size: 1.5rem;
    color: #ffffff !important;
    transition: opacity 0.3s ease;
}

@media (max-width: 575px) {
    .ifa-navbar .navbar-brand[b-2eocyymta3] {
        font-size: 1rem;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .ifa-navbar .navbar-brand[b-2eocyymta3] {
        font-size: 1.25rem;
    }
}

.ifa-navbar .navbar-brand:hover[b-2eocyymta3] {
    opacity: 0.9;
}

.ifa-navbar .nav-link[b-2eocyymta3] {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
    position: relative;
}

.ifa-navbar .nav-link:hover[b-2eocyymta3] {
    color: #ffd700 !important;
}

.ifa-navbar .nav-link.active[b-2eocyymta3] {
    color: #ffd700 !important;
}

.ifa-navbar .nav-link.active[b-2eocyymta3]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 2px;
    background: #ffd700;
}

.ifa-navbar .btn-primary[b-2eocyymta3] {
    background: #ffd700;
    border: none;
    color: #001f3f;
    font-weight: 700;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.ifa-navbar .btn-primary:hover[b-2eocyymta3] {
    background: #ffed4e;
    color: #001f3f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

.ifa-navbar .navbar-toggler[b-2eocyymta3] {
    border-color: rgba(255, 255, 255, 0.3);
    padding: 0.5rem;
}

.ifa-navbar .navbar-toggler:focus[b-2eocyymta3] {
    box-shadow: 0 0 0 0.25rem rgba(255, 215, 0, 0.25);
}

.ifa-navbar .navbar-toggler-icon[b-2eocyymta3] {
    filter: brightness(0) invert(1);
}

/* Responsive */
@media (max-width: 991px) {
    .ifa-navbar .nav-link[b-2eocyymta3] {
        padding: 0.75rem 1rem !important;
    }

    .ifa-navbar .nav-link.active[b-2eocyymta3]::after {
        display: none;
    }

    .ifa-navbar .btn-primary[b-2eocyymta3] {
        margin-top: 1rem;
        width: 100%;
    }
}
