@import 'ASC.PortalPublic.Client.2j3lck7k3j.bundle.scp.css';

/* _content/ASC.PortalPublic.Server/Components/Layout/Footer.razor.rz.scp.css */
body[b-1e57jm4nll] {
    margin: 0;
}

.footer[b-1e57jm4nll] {
    background-color: #0d1a4c; /* Dark blue background */
    color: #ffffff; /* White text */
    padding: 30px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.footer-image[b-1e57jm4nll] {
    width: 24px; 
    height: 24px;
}

.footer-content[b-1e57jm4nll] {
    gap: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    box-sizing: border-box;
}

.footer-left[b-1e57jm4nll] {
    min-width: 200px;
    margin-bottom: 20px;
    justify-items: start;
}

    .footer-left p[b-1e57jm4nll] {
        margin: 0;
        font-family: "Onest", sans-serif;
    }

.social-icons[b-1e57jm4nll] {
    margin-top: 10px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-icons a[b-1e57jm4nll] {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}

.footer-right[b-1e57jm4nll] {
    gap: 80px;
    margin: 0;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
}

.footer-column[b-1e57jm4nll] {
    min-width: 150px;
    text-align: left;
    font-family: "Onest", sans-serif;

}

.footer-column h4[b-1e57jm4nll] {
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-column ul[b-1e57jm4nll] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li[b-1e57jm4nll] {
    margin-bottom: 7px;
}

    .footer-column a[b-1e57jm4nll] {
        text-decoration: none;
        color: #ffffff;
/*        font-family: Verdana, sans-serif;  SELECT THE FONT */
        font-family: "Onest", sans-serif;
    }

.footer-column a:hover[b-1e57jm4nll] {
    text-decoration: underline;
}

/* Media queries for smaller screens */
@media (max-width: 768px) {
    .footer-content[b-1e57jm4nll] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-left[b-1e57jm4nll] {
        margin-bottom: 20px;
        justify-items: center;
    }

    .footer-right[b-1e57jm4nll] {
        justify-content: center;
        margin-top: 20px;
        gap: 20px;
    }

    .footer-column[b-1e57jm4nll] {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

        .footer-column ul[b-1e57jm4nll] {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .footer-column ul li[b-1e57jm4nll] {
                text-align: center;
            }
}
/* _content/ASC.PortalPublic.Server/Components/Layout/MainLayout.razor.rz.scp.css */

.page-wrapper[b-eaoqvci0lz] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.body[b-eaoqvci0lz] {
    flex: 1;
    font-family: Arial, sans-serif;
}

.direct-btns-desktop[b-eaoqvci0lz] {
    font-size: 14px;
    font-weight: 500;
}

a.nav-link[b-eaoqvci0lz] {
    font-size: 15px;
}

.lang-text[b-eaoqvci0lz] {
    font-size: 15px;
}

#current-lang[b-eaoqvci0lz] {
    font-size: 15px;
}

.floating-navbar[b-eaoqvci0lz] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 0.35rem 0.2rem 0.35rem 2rem;
    width: 90%;
    max-width: 1400px;
}

.header-text[b-eaoqvci0lz] {
    font-size: large;
    font-family: 'Eczar', serif;
}


.navbar-brand[b-eaoqvci0lz] {
    font-size: 'Inter', -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.nav-item .btn[b-eaoqvci0lz] {
    margin-left: 0.5rem;
    padding: 5px;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-outline-secondary[b-eaoqvci0lz] {
    background-color: #d2d4d6;
    color: black;
    border: none;
}

.btn-incidente[b-eaoqvci0lz] {
    background-color: #dc3545;
    color: white;
}

    .btn-incidente:hover[b-eaoqvci0lz] {
        background-color: #9c0404;
    }

    .btn-incidente .btn-icon[b-eaoqvci0lz] {
        margin-left: 0.5rem;
        font-size: 12px;
        margin-top: 0.2rem;
    }

.btn-outline-secondary:hover[b-eaoqvci0lz] {
    background-color: #b8b8b8;
    color: #fff;
}

.navbar-nav .nav-link.dropdown-toggle[b-eaoqvci0lz]::after {
    display: none;
}

.dropdown-menu[b-eaoqvci0lz] {
    border: none;
    box-shadow: none;
    background-color: #fff;
    margin-top: 5px;
    padding: 0.5rem 0;
}

.offcanvas[b-eaoqvci0lz] {
    width: 80%;
    max-width: 300px;
}

.offcanvas-header[b-eaoqvci0lz] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    font-family: 'Eczar', serif;
}

.offcanvas-body[b-eaoqvci0lz] {
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
}

.accordion-button[b-eaoqvci0lz] {
    padding: 1rem;
    background-color: white;
    border: none;
    font-weight: 500;
}

    .accordion-button:not(.collapsed)[b-eaoqvci0lz] {
        background-color: #f8f9fa;
        color: #000;
        box-shadow: none;
    }

.accordion-body[b-eaoqvci0lz] {
    padding: 1rem;
}

    .accordion-body ul[b-eaoqvci0lz] {
        margin: 0;
        padding: 0;
    }

    .accordion-body li[b-eaoqvci0lz] {
        margin-bottom: 0.5rem;
    }

    .accordion-body a[b-eaoqvci0lz] {
        color: #000;
        text-decoration: none;
        display: block;
        padding: 0.5rem 0;
    }

.navbar-nav .nav-item.dropdown:hover .dropdown-menu[b-eaoqvci0lz] {
    display: block;
}

.dropdown-menu[b-eaoqvci0lz] {
    margin-top: 0;
    animation: fadeIn-b-eaoqvci0lz 0.2s ease-in;
}

@keyframes fadeIn-b-eaoqvci0lz {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.navbar-nav .nav-item.dropdown[b-eaoqvci0lz] {
    position: relative;
}

.navbar-nav .dropdown-menu[b-eaoqvci0lz] {
    position: absolute;
}

.mobile-direct-links[b-eaoqvci0lz] {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
}

    .mobile-direct-links .btn[b-eaoqvci0lz] {
        margin-bottom: 0.5rem;
    }

@media (max-width: 1399.98px) {
    .desktop-menu[b-eaoqvci0lz] {
        display: none !important;
    }

    .navbar-toggler[b-eaoqvci0lz] {
        display: block;
    }
}

@media (max-width: 625px) {
    .header-text[b-eaoqvci0lz] {
        display: none;
    }

    .navbar-brand[b-eaoqvci0lz]::after {
        content: "ASC";
        font-size: x-large;
        font-weight: bold;
        color: #000;
        font-family: 'Eczar', serif;
    }

    .floating-navbar[b-eaoqvci0lz] {
        padding: 0;
    }
}

.language-switch[b-eaoqvci0lz] {
    margin-left: 0;
}

.search-container[b-eaoqvci0lz] {
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
    position: relative;
}

.search-wrapper[b-eaoqvci0lz] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-form[b-eaoqvci0lz] {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    width: 550px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease;
    opacity: 0;
}

.search-input[b-eaoqvci0lz] {
    width: 100%;
    height: 36px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    outline: none;
}

.search-icon[b-eaoqvci0lz] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    padding-top: 0;
    color: #6c757d;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

    .search-icon i[b-eaoqvci0lz] {
        font-size: 17px;
    }

.search-close[b-eaoqvci0lz] {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #6c757d;
    margin-left: 0.5rem;
    display: none;
}

.search-container.expanded[b-eaoqvci0lz] {
    position: absolute;
}

    .search-container.expanded .search-form[b-eaoqvci0lz] {
        transform: scaleX(1);
        opacity: 1;
    }

    .search-container.expanded .search-icon[b-eaoqvci0lz] {
        display: none;
    }

    .search-container.expanded .search-close[b-eaoqvci0lz] {
        display: block;
    }

.navbar-nav:has(.search-container.expanded) > .nav-item:not(.search-container)[b-eaoqvci0lz] {
    display: none;
}

@media (max-width: 768px) {
    .search-form[b-eaoqvci0lz] {
        width: calc(100vw - 100px);
    }
}
/* Mobile search styles */
.mobile-search-container[b-eaoqvci0lz] {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

    .mobile-search-container form[b-eaoqvci0lz] {
        width: 100%;
    }

    .mobile-search-container .form-control[b-eaoqvci0lz] {
        border-radius: 5px;
        height: 40px;
        font-size: 14px;
        border: 1px solid #dee2e6;
    }

    .mobile-search-container .btn[b-eaoqvci0lz] {
        padding: 0.375rem 1rem;
    }

@media (max-width: 1399.98px) {
    .navbar-nav .search-container[b-eaoqvci0lz] {
        display: none;
    }
}
@media (max-width: 1399.98px) {
    .mobile-search-container[b-eaoqvci0lz] {
        display: block;
    }
}

.mobile-search-container .form-control:focus[b-eaoqvci0lz] {
    box-shadow: none;
    border-color: #80bdff;
}




/* Mascot styling for all pages */
#eventMascot[b-eaoqvci0lz] {
    position: fixed !important; /* Force fixed positioning */
    bottom: 25px !important;
    right: 25px !important;
    background: linear-gradient(135deg, #00FFFF 0%, #00d8d8 100%);
    color: #121212;
    border-radius: 50px;
    padding: 12px 28px 12px 12px; /* Slightly wider to accommodate the glitch effect */
    display: flex;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    z-index: 9999 !important; /* Higher z-index than anything else */
    transform: scale(1); /* Start visible instead of scale(0) */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform;
    pointer-events: auto !important; /* Ensure clickability */
}

/* Other mascot CSS elements including glitch effect, etc. */
@keyframes popup-appear-b-eaoqvci0lz {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}


/* Event Mascot Styles - Enhanced */
.event-mascot[b-eaoqvci0lz] {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: linear-gradient(135deg, #00FFFF 0%, #00d8d8 100%);
    color: #121212;
    border-radius: 50px;
    padding: 12px 24px 12px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    z-index: 999;
    transform: scale(0);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

    .event-mascot:hover[b-eaoqvci0lz] {
        transform: scale(1.05) !important;
        box-shadow: 0 8px 25px rgba(0,255,255,0.3);
    }

.event-mascot-icon[b-eaoqvci0lz] {
    width: 35px;
    height: 35px;
    background: #121212;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    position: relative;
    box-shadow: inset 0 0 0 2px rgba(0,255,255,0.5);
}

    .event-mascot-icon i[b-eaoqvci0lz] {
        color: #00FFFF;
        font-size: 1rem;
    }

.event-mascot-text[b-eaoqvci0lz] {
    font-weight: bold;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

/* Pulse effect */
.event-mascot-pulse[b-eaoqvci0lz] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    box-shadow: 0 0 0 0 rgba(0,255,255,0.7);
    animation: pulse-b-eaoqvci0lz 2s infinite;
    opacity: 0;
}

.event-mascot:hover .event-mascot-pulse[b-eaoqvci0lz] {
    opacity: 1;
}

@keyframes pulse-b-eaoqvci0lz {
    0% {
        box-shadow: 0 0 0 0 rgba(0,255,255,0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(0,255,255,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0,255,255,0);
    }
}

/* Add more cyberpunk glitch effect on hover */
.event-mascot:hover .event-mascot-text[b-eaoqvci0lz] {
    position: relative;
    display: inline-block;
}

    .event-mascot:hover .event-mascot-text[b-eaoqvci0lz]:before,
    .event-mascot:hover .event-mascot-text[b-eaoqvci0lz]:after {
        content: 'Cybersecurity Forum';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
    }

    .event-mascot:hover .event-mascot-text[b-eaoqvci0lz]:before {
        left: -2px;
        text-shadow: 2px 0 #ff00ff;
        color: #121212;
        animation: noise-anim-b-eaoqvci0lz 2s infinite linear alternate-reverse;
    }

    .event-mascot:hover .event-mascot-text[b-eaoqvci0lz]:after {
        left: 2px;
        text-shadow: -2px 0 #00ffff;
        color: #121212;
        animation: noise-anim-2-b-eaoqvci0lz 3s infinite linear alternate-reverse;
    }

@keyframes noise-anim-b-eaoqvci0lz {
    0% {
        clip: rect(1px, 9999px, 3px, 0);
    }

    5% {
        clip: rect(9px, 9999px, 85px, 0);
    }

    10% {
        clip: rect(29px, 9999px, 97px, 0);
    }

    15% {
        clip: rect(10px, 9999px, 64px, 0);
    }

    20% {
        clip: rect(5px, 9999px, 53px, 0);
    }

    25% {
        clip: rect(20px, 9999px, 16px, 0);
    }

    30% {
        clip: rect(10px, 9999px, 86px, 0);
    }

    35% {
        clip: rect(9px, 9999px, 40px, 0);
    }

    40% {
        clip: rect(22px, 9999px, 98px, 0);
    }

    45% {
        clip: rect(24px, 9999px, 50px, 0);
    }

    50% {
        clip: rect(1px, 9999px, 88px, 0);
    }

    55% {
        clip: rect(56px, 9999px, 27px, 0);
    }

    60% {
        clip: rect(44px, 9999px, 35px, 0);
    }

    65% {
        clip: rect(12px, 9999px, 92px, 0);
    }

    70% {
        clip: rect(5px, 9999px, 73px, 0);
    }

    75% {
        clip: rect(18px, 9999px, 15px, 0);
    }

    80% {
        clip: rect(67px, 9999px, 68px, 0);
    }

    85% {
        clip: rect(72px, 9999px, 26px, 0);
    }

    90% {
        clip: rect(20px, 9999px, 69px, 0);
    }

    95% {
        clip: rect(5px, 9999px, 33px, 0);
    }

    100% {
        clip: rect(33px, 9999px, 91px, 0);
    }
}

@keyframes noise-anim-2-b-eaoqvci0lz {
    0% {
        clip: rect(33px, 9999px, 91px, 0);
    }

    5% {
        clip: rect(5px, 9999px, 33px, 0);
    }

    10% {
        clip: rect(20px, 9999px, 69px, 0);
    }

    15% {
        clip: rect(72px, 9999px, 26px, 0);
    }

    20% {
        clip: rect(67px, 9999px, 68px, 0);
    }

    25% {
        clip: rect(18px, 9999px, 15px, 0);
    }

    30% {
        clip: rect(5px, 9999px, 73px, 0);
    }

    35% {
        clip: rect(12px, 9999px, 92px, 0);
    }

    40% {
        clip: rect(44px, 9999px, 35px, 0);
    }

    45% {
        clip: rect(56px, 9999px, 27px, 0);
    }

    50% {
        clip: rect(1px, 9999px, 88px, 0);
    }

    55% {
        clip: rect(24px, 9999px, 50px, 0);
    }

    60% {
        clip: rect(22px, 9999px, 98px, 0);
    }

    65% {
        clip: rect(9px, 9999px, 40px, 0);
    }

    70% {
        clip: rect(10px, 9999px, 86px, 0);
    }

    75% {
        clip: rect(20px, 9999px, 16px, 0);
    }

    80% {
        clip: rect(5px, 9999px, 53px, 0);
    }

    85% {
        clip: rect(10px, 9999px, 64px, 0);
    }

    90% {
        clip: rect(29px, 9999px, 97px, 0);
    }

    95% {
        clip: rect(9px, 9999px, 85px, 0);
    }

    100% {
        clip: rect(1px, 9999px, 3px, 0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .event-mascot[b-eaoqvci0lz] {
        bottom: 20px;
        right: 20px;
        padding: 10px 18px 10px 10px;
    }

    .event-mascot-icon[b-eaoqvci0lz] {
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }

    .event-mascot-text[b-eaoqvci0lz] {
        font-size: 0.85rem;
    }

    .event-popup-content[b-eaoqvci0lz] {
        width: 85%;
    }
}

/* Cybersecurity glitch text effect */
.event-mascot-text.glitch[b-eaoqvci0lz] {
    font-weight: bold;
    position: relative;
    text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff, 0.025em 0.04em 0 #fffc00;
    animation: glitch-b-eaoqvci0lz 725ms infinite;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

    .event-mascot-text.glitch span[b-eaoqvci0lz] {
        position: absolute;
        top: 0;
        left: 0;
    }

        .event-mascot-text.glitch span:first-child[b-eaoqvci0lz] {
            animation: glitch-b-eaoqvci0lz 500ms infinite;
            clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
            transform: translate(-0.04em, -0.03em);
            opacity: 0.75;
        }

        .event-mascot-text.glitch span:last-child[b-eaoqvci0lz] {
            animation: glitch-b-eaoqvci0lz 375ms infinite;
            clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
            transform: translate(0.04em, 0.03em);
            opacity: 0.75;
        }

@keyframes glitch-b-eaoqvci0lz {
    0% {
        text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff, 0.025em 0.04em 0 #fffc00;
    }

    15% {
        text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff, 0.025em 0.04em 0 #fffc00;
    }

    16% {
        text-shadow: -0.05em -0.025em 0 #00fffc, 0.025em 0.035em 0 #fc00ff, -0.05em -0.05em 0 #fffc00;
    }

    49% {
        text-shadow: -0.05em -0.025em 0 #00fffc, 0.025em 0.035em 0 #fc00ff, -0.05em -0.05em 0 #fffc00;
    }

    50% {
        text-shadow: 0.05em 0.035em 0 #00fffc, 0.03em 0 0 #fc00ff, 0 -0.04em 0 #fffc00;
    }

    99% {
        text-shadow: 0.05em 0.035em 0 #00fffc, 0.03em 0 0 #fc00ff, 0 -0.04em 0 #fffc00;
    }

    100% {
        text-shadow: -0.05em 0 0 #00fffc, -0.025em -0.04em 0 #fc00ff, -0.04em -0.025em 0 #fffc00;
    }
}
/* Adjusted mascot sizing for glitch effect */
#eventMascot[b-eaoqvci0lz] {
    padding: 12px 28px 12px 12px; /* Slightly wider to accommodate the glitch effect */
}

/* Remove the hover glitch effect since we now have a permanent glitch */
.event-mascot:hover .event-mascot-text[b-eaoqvci0lz]:before,
.event-mascot:hover .event-mascot-text[b-eaoqvci0lz]:after {
    content: none;
}
/* _content/ASC.PortalPublic.Server/Components/Layout/NavBar.razor.rz.scp.css */
.navbar[b-yhewswpmmp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: white;
    border-bottom: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    //gap: 5px;
    //height: 100%;
    max-width: 1230px;
    margin: auto;
    box-shadow: 0 10px 40px -10px rgba(0,0,0,0.2);
}

.navbar-left[b-yhewswpmmp] {
    display: flex;
    align-items: start;
}

.navbar-logo[b-yhewswpmmp] {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.navbar-text[b-yhewswpmmp] {
    font-size: 16px;
    font-weight: bold;
    color: #41464b;
    text-decoration: none;
    margin-right: 170px;
    white-space: nowrap;
}

.navbar-links a[b-yhewswpmmp] {
    margin: 0 10px;
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.navbar-links a:hover[b-yhewswpmmp] {
    text-decoration: underline;
}

.navbar-actions[b-yhewswpmmp] {
    display: flex;
    align-items: center;
}

.btn[b-yhewswpmmp] {
    border: none;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

    .btn.sesizare[b-yhewswpmmp] {
        background-color: #f2f2f2;
        color: black;
        margin-right: 10px;
        border-radius: 5px;
    }

    .btn.incidente[b-yhewswpmmp] {
        background-color: red;
        color: white;
        border-radius: 5px;
    }

input[type="text"]:focus[b-yhewswpmmp] {
    border-color: #0073e6;
    box-shadow: 0 4px 8px rgba(0, 115, 230, 0.3);
}

.nav-item .dropdown-menu[b-yhewswpmmp] {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.nav-item:hover .dropdown-menu[b-yhewswpmmp] {
    display: block;
}

#description-area[b-yhewswpmmp] {
    display: none;
    transition: all 0.3s ease-in-out;
}

.navbar-text:hover[b-yhewswpmmp] {
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .navbar[b-yhewswpmmp] {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-left[b-yhewswpmmp] {
        width: 100%;
        justify-content: space-between;
    }

    .menu-toggle[b-yhewswpmmp] {
        display: block;
    }

    .navbar-links[b-yhewswpmmp] {
        display: none;
        width: 100%;
        flex-direction: column;
        margin-top: 10px;
        gap: 10px;
    }

    .navbar-links.show[b-yhewswpmmp] {
        display: flex;
    }
}
/* _content/ASC.PortalPublic.Server/Components/Pages/Cyberforum.razor.rz.scp.css */
/* Main color variables */
:root[b-54vtcrbp3d] {
    --primary-cyan: #00b3b3;
    --primary-cyan-hover: #00a0a0;
    --primary-cyan-light: #4ecece;
    --primary-bg-dark: #121212;
    --primary-bg-dark-lighter: #1e1e1e;
    --primary-border: #333333;
    --primary-accent: #00b3b3;
}

/* Base styling for the dark cybersecurity theme */
body[b-54vtcrbp3d] {
    background-color: black;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Enhanced floating particles */
.cyber-particle[b-54vtcrbp3d] {
    position: absolute;
    border-radius: 50%;
    background-color: var(--primary-cyan);
    opacity: 0;
    animation: float-b-54vtcrbp3d var(--duration, 20s) linear infinite;
    animation-delay: var(--delay, 0s);
    z-index: 5;
}

/* Different particle sizes */
.particle-sm[b-54vtcrbp3d] {
    width: 4px;
    height: 4px;
}

.particle-md[b-54vtcrbp3d] {
    width: 6px;
    height: 6px;
}

.particle-lg[b-54vtcrbp3d] {
    width: 10px;
    height: 10px;
}

/* Enhanced grid pattern */
.cybersecurity-bg-pattern[b-54vtcrbp3d] {
    background-size: 50px 50px;
    background-image: linear-gradient(to right, rgba(0, 179, 179, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 179, 179, 0.05) 1px, transparent 1px);
}

/* Animation definitions */
@keyframes float-b-54vtcrbp3d {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 0.8;
    }

    90% {
        opacity: 0.8;
    }

    100% {
        transform: translateY(-700px) translateX(100px);
        opacity: 0;
    }
}

@keyframes pulse-b-54vtcrbp3d {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes glow-b-54vtcrbp3d {
    0%, 100% {
        box-shadow: 0 0 5px 2px rgba(0, 179, 179, 0.3);
    }

    50% {
        box-shadow: 0 0 20px 5px rgba(0, 179, 179, 0.6);
    }
}

@keyframes bounce-b-54vtcrbp3d {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

/* Enhanced effect classes */
.cyber-glow[b-54vtcrbp3d] {
    animation: glow-b-54vtcrbp3d 3s ease-in-out infinite;
}

.hover-scale[b-54vtcrbp3d] {
    transition: transform 0.3s ease-in-out;
}

    .hover-scale:hover[b-54vtcrbp3d] {
        transform: scale(1.03);
    }

.animate-bounce[b-54vtcrbp3d] {
    animation: bounce-b-54vtcrbp3d 1s infinite;
}

.animate-pulse[b-54vtcrbp3d] {
    animation: pulse-b-54vtcrbp3d 3s ease-in-out infinite;
}

/* Glitch text effect */
.glitch-text[b-54vtcrbp3d] {
    position: relative;
    display: inline-block;
}

    .glitch-text[b-54vtcrbp3d]::before,
    .glitch-text[b-54vtcrbp3d]::after {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .glitch-text[b-54vtcrbp3d]::before {
        left: 2px;
        text-shadow: -1px 0 var(--primary-cyan);
        clip: rect(44px, 450px, 56px, 0);
        animation: glitch-anim-1-b-54vtcrbp3d 5s infinite linear alternate-reverse;
    }

    .glitch-text[b-54vtcrbp3d]::after {
        left: -2px;
        text-shadow: -1px 0 #b300b3;
        clip: rect(44px, 450px, 56px, 0);
        animation: glitch-anim-2-b-54vtcrbp3d 5s infinite linear alternate-reverse;
    }

@keyframes glitch-anim-1-b-54vtcrbp3d {
    0% {
        clip: rect(24px, 450px, 36px, 0);
    }

    20% {
        clip: rect(42px, 450px, 78px, 0);
    }

    40% {
        clip: rect(12px, 450px, 62px, 0);
    }

    60% {
        clip: rect(48px, 450px, 82px, 0);
    }

    80% {
        clip: rect(34px, 450px, 72px, 0);
    }

    100% {
        clip: rect(26px, 450px, 66px, 0);
    }
}

@keyframes glitch-anim-2-b-54vtcrbp3d {
    0% {
        clip: rect(18px, 450px, 26px, 0);
    }

    20% {
        clip: rect(32px, 450px, 68px, 0);
    }

    40% {
        clip: rect(20px, 450px, 52px, 0);
    }

    60% {
        clip: rect(38px, 450px, 72px, 0);
    }

    80% {
        clip: rect(24px, 450px, 62px, 0);
    }

    100% {
        clip: rect(16px, 450px, 46px, 0);
    }
}

/* Blur effects */
.blur-3xl[b-54vtcrbp3d] {
    --tw-blur: blur(32px);
    filter: var(--tw-blur);
    -webkit-filter: var(--tw-blur);
}

.blur-md[b-54vtcrbp3d] {
    --tw-blur: blur(12px);
    filter: var(--tw-blur);
    -webkit-filter: var(--tw-blur);
}

.blur-xl[b-54vtcrbp3d] {
    --tw-blur: blur(24px);
    filter: var(--tw-blur);
    -webkit-filter: var(--tw-blur);
}

/* Transform effects */
.-translate-y-1\/2[b-54vtcrbp3d] {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.translate-x-1\/2[b-54vtcrbp3d] {
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
}

.translate-y-1\/2[b-54vtcrbp3d] {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.-translate-x-1\/2[b-54vtcrbp3d] {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

/* Navigation styles */
nav[b-54vtcrbp3d] {
    background-color: rgba(17, 24, 39, 0.9);
    border-bottom: 1px solid var(--primary-cyan);
}

/* Sections styling */
section[b-54vtcrbp3d] {
    position: relative;
    overflow: hidden;
}

/* Tailwind color overrides for consistency */
.text-cyan-300[b-54vtcrbp3d] {
    color: var(--primary-cyan-light);
}

.text-cyan-400[b-54vtcrbp3d] {
    color: var(--primary-cyan);
}

.bg-cyan-400[b-54vtcrbp3d], .bg-cyan-500[b-54vtcrbp3d] {
    background-color: var(--primary-cyan);
}

.hover\:bg-cyan-300:hover[b-54vtcrbp3d] {
    background-color: var(--primary-cyan-hover);
}

.border-cyan-400[b-54vtcrbp3d], .border-cyan-500[b-54vtcrbp3d] {
    border-color: var(--primary-cyan);
}

.hover\:border-cyan-400:hover[b-54vtcrbp3d], .hover\:border-cyan-500:hover[b-54vtcrbp3d] {
    border-color: var(--primary-cyan-light);
}

/* Group hover effects */
.group:hover .group-hover\:opacity-100[b-54vtcrbp3d] {
    opacity: 1 !important;
}

.group:hover .group-hover\:opacity-30[b-54vtcrbp3d] {
    opacity: 0.3 !important;
}

.group:hover .group-hover\:opacity-70[b-54vtcrbp3d] {
    opacity: 0.7 !important;
}

.group:hover .group-hover\:translate-y-0[b-54vtcrbp3d] {
    transform: translateY(0) !important;
}

.group:hover .group-hover\:scale-105[b-54vtcrbp3d] {
    transform: scale(1.05) !important;
}

.group:hover .group-hover\:scale-110[b-54vtcrbp3d] {
    transform: scale(1.1) !important;
}

/* Mobile menu transitions */
.transition-transform[b-54vtcrbp3d] {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-opacity[b-54vtcrbp3d] {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-300[b-54vtcrbp3d] {
    transition-duration: 300ms;
}

/* Responsive utilities */
@media (min-width: 768px) {
    .md\:flex[b-54vtcrbp3d] {
        display: flex;
    }

    .md\:hidden[b-54vtcrbp3d] {
        display: none;
    }

    .md\:w-1\/4[b-54vtcrbp3d] {
        width: 25%;
    }

    .md\:w-3\/4[b-54vtcrbp3d] {
        width: 75%;
    }

    .md\:grid-cols-2[b-54vtcrbp3d] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3[b-54vtcrbp3d] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-4[b-54vtcrbp3d] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.glitch-container[b-54vtcrbp3d] {
    text-align: left;
    margin-bottom: 10px;
}

.glitch[b-54vtcrbp3d] {
    font-size: 5rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff, 0.025em 0.04em 0 #fffc00;
    animation: glitch-b-54vtcrbp3d 725ms infinite;
}

    .glitch span[b-54vtcrbp3d] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        /* Modified clip paths to be less extreme/cutting */
        .glitch span:first-child[b-54vtcrbp3d] {
            animation: glitch-b-54vtcrbp3d 500ms infinite;
            /* Wider top section that doesn't cut so abruptly */
            clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
            transform: translate(-0.025em, -0.0125em);
            opacity: 0.6; /* Reduced opacity for smoother blend */
        }

        .glitch span:last-child[b-54vtcrbp3d] {
            animation: glitch-b-54vtcrbp3d 375ms infinite;
            /* Bottom section starts higher for less abrupt cut */
            clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
            transform: translate(0.025em, 0.0125em);
            opacity: 0.6; /* Reduced opacity for smoother blend */
        }

/* Smoother shadow transitions in the animation */
@keyframes glitch-b-54vtcrbp3d {
    0% {
        text-shadow: 0.03em 0 0 #00fffc, -0.02em -0.025em 0 #fc00ff, 0.015em 0.025em 0 #fffc00;
    }

    15% {
        text-shadow: 0.03em 0 0 #00fffc, -0.02em -0.025em 0 #fc00ff, 0.015em 0.025em 0 #fffc00;
    }

    16% {
        text-shadow: -0.03em -0.015em 0 #00fffc, 0.015em 0.025em 0 #fc00ff, -0.03em -0.03em 0 #fffc00;
    }

    49% {
        text-shadow: -0.03em -0.015em 0 #00fffc, 0.015em 0.025em 0 #fc00ff, -0.03em -0.03em 0 #fffc00;
    }

    50% {
        text-shadow: 0.03em 0.025em 0 #00fffc, 0.02em 0 0 #fc00ff, 0 -0.03em 0 #fffc00;
    }

    99% {
        text-shadow: 0.03em 0.025em 0 #00fffc, 0.02em 0 0 #fc00ff, 0 -0.03em 0 #fffc00;
    }

    100% {
        text-shadow: -0.03em 0 0 #00fffc, -0.015em -0.025em 0 #fc00ff, -0.025em -0.015em 0 #fffc00;
    }
}

/* Add subtle flicker for more organic feel */
.glitch-container[b-54vtcrbp3d] {
    animation: flicker-b-54vtcrbp3d 4s linear infinite;
}

@keyframes flicker-b-54vtcrbp3d {
    0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
        opacity: 1;
    }

    20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
        opacity: 0.9;
    }
}

/* Adjustments for your specific design */
.w-full[b-54vtcrbp3d] {
    width: 100%;
}

.md\:w-3\/4[b-54vtcrbp3d] {
    width: 75%;
}

.md\:pr-4[b-54vtcrbp3d] {
    padding-right: 1rem;
}

.mb-8[b-54vtcrbp3d] {
    margin-bottom: 2rem;
}

.md\:mb-0[b-54vtcrbp3d] {
    margin-bottom: 0;
}

.glitch-title-container[b-54vtcrbp3d] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.max-w-3xl[b-54vtcrbp3d] {
    max-width: 48rem;
}

.mx-auto[b-54vtcrbp3d] {
    margin-left: auto;
    margin-right: auto;
}

.md\:mx-0[b-54vtcrbp3d] {
    margin-left: 0;
    margin-right: 0;
}

.text-6xl[b-54vtcrbp3d] {
    font-size: 2.8rem;
    line-height: 1;
}

.md\:text-8xl[b-54vtcrbp3d] {
    font-size: 6rem;
    line-height: 1;
}

.font-bold[b-54vtcrbp3d] {
    font-weight: 700;
}

/* Making the font size responsive for this specific implementation */
@media (max-width: 768px) {
    .glitch[b-54vtcrbp3d] {
        font-size: 2.8rem;
    }
}

@media (min-width: 769px) {
    .glitch[b-54vtcrbp3d] {
        font-size: 5rem;
    }
    
}

/* Blur effects */
.blur-3xl[b-54vtcrbp3d] {
    --tw-blur: blur(64px);
    filter: var(--tw-blur);
    -webkit-filter: var(--tw-blur);
}
.bg-cyan-400[b-54vtcrbp3d] {
    background-color: var(--primary-cyan);
}

.hover\:bg-cyan-300:hover[b-54vtcrbp3d] {
    background-color: var(--primary-cyan-hover);
}

.text-cyan-300[b-54vtcrbp3d] {
    color: var(--primary-cyan);
}

/* Button styling */
button.uppercase[b-54vtcrbp3d] {
    letter-spacing: 0.05em;
}
nav[b-54vtcrbp3d] {
    background-color: #0D1117;
    border-bottom: 1px solid #99FFFF !important; /* Force border to show */
    box-shadow: 0 1px 0 rgba(0, 255, 255, 0.05); /* Subtle glow */
}

/* Override cyan color specifically for navigation */
.text-cyan-400[b-54vtcrbp3d] {
    color: #00FFFF !important;
}

.bg-\[\#00FFFF\][b-54vtcrbp3d] {
    background-color: #00FFFF;
}

.hover\:bg-\[\#00D6D6\]:hover[b-54vtcrbp3d] {
    background-color: #00D6D6;
}

/* Navigation link tracking */
.tracking-widest[b-54vtcrbp3d] {
    letter-spacing: 0.15em;
}
.text-cyan-bright[b-54vtcrbp3d] {
    color: #00FFFF !important;
}

.hover\:bg-cyan-bright:hover[b-54vtcrbp3d] {
    background-color: #00FFFF !important;
}

.stroke-cyan-bright[b-54vtcrbp3d] {
    stroke: #00FFFF !important;
}
.text-cyan-300[b-54vtcrbp3d] {
    color: #67e8f9 !important;
}

.border-cyan-400[b-54vtcrbp3d] {
    border-color: #22d3ee !important;
}

.bg-cyan-400[b-54vtcrbp3d] {
    background-color: #22d3ee !important;
}

.bg-purple-400[b-54vtcrbp3d] {
    background-color: #c084fc !important;
}
.hover-scale:hover[b-54vtcrbp3d] {
    transform: translateY(-5px);
}

/* Pulse animation */
@keyframes pulse-slow-b-54vtcrbp3d {
    0%, 100% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.8;
    }
}

.animate-pulse[b-54vtcrbp3d] {
    animation: pulse-slow-b-54vtcrbp3d 3s infinite;
}
@keyframes bounce-b-54vtcrbp3d {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

.group:hover .group-hover\:animate-bounce[b-54vtcrbp3d] {
    animation: bounce-b-54vtcrbp3d 1s infinite;
}
#mobileMenu[b-54vtcrbp3d] {
    transition: opacity 0.3s ease, max-height 0.3s ease, padding 0.3s ease;
}

    /* Ensure menu items are visible when menu is open */
    #mobileMenu.opacity-100[b-54vtcrbp3d] {
        display: block !important;
        visibility: visible !important;
        max-height: 500px !important; /* Ensure enough height for all items */
    }

/* Hamburger icon transformation */
#hamburger-top[b-54vtcrbp3d], #hamburger-middle[b-54vtcrbp3d], #hamburger-bottom[b-54vtcrbp3d] {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Add tap highlight effect for mobile */
button[onclick*="navigateToSection"][b-54vtcrbp3d] {
    -webkit-tap-highlight-color: rgba(0, 255, 255, 0.2);
}
.fade-in[b-54vtcrbp3d] {
    animation: fadeIn-b-54vtcrbp3d 0.5s ease forwards;
}

.fade-out[b-54vtcrbp3d] {
    animation: fadeOut-b-54vtcrbp3d 0.5s ease forwards;
}

@keyframes fadeIn-b-54vtcrbp3d {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Add this to your CSS file */
/* Add this to your CSS file */
.speaker-card[b-54vtcrbp3d] {
    height: auto;
    width: 100%;
}

    .speaker-card .aspect-square[b-54vtcrbp3d] {
        aspect-ratio: 1/1;
        height: 0;
        padding-bottom: 100%;
        position: relative;
        overflow: hidden; /* Ensure everything stays within bounds */
    }

        .speaker-card .aspect-square > img[b-54vtcrbp3d] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Position the gradient overlay */
        .speaker-card .aspect-square .absolute.inset-0[b-54vtcrbp3d] {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1; /* Above image */
        }

        /* Fix the text position at bottom */
        .speaker-card .aspect-square .absolute.bottom-0[b-54vtcrbp3d] {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2; /* Above gradient */
            padding: 1rem; /* Maintain padding */
        }
@keyframes fadeOut-b-54vtcrbp3d {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(20px);
    }
}
.gallery-item[b-54vtcrbp3d] {
    aspect-ratio: 1/1;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

    .gallery-item > div:first-child[b-54vtcrbp3d] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#modal-image[b-54vtcrbp3d] {
    object-fit: contain;
    max-height: 70vh;
    max-width: 100%;
}
