html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

/*Added*/
.search-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}


/* Horizontal scroll container */
.scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 16px;
    scroll-behavior: smooth;
}

    /* Optionally style the scrollbar for WebKit browsers */
    .scroll-container::-webkit-scrollbar {
        height: 8px;
    }

    .scroll-container::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
    }

.fb-btn {
/*    display: inline-flex;*/
    margin-left:10px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.insta-btn {
    /*    display: inline-flex;*/
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.web-btn {
    /*    display: inline-flex;*/
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    vertical-align: middle;
}
/* Style for the circular images */
.circle-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.circle-image:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.8);
}

.event-scroll-container {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    gap: 1rem;
    padding: 10px;
/*    white-space: nowrap;*/
}

.bottom-navbar {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #252525;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration:none;
    color:white;
}
    /* Style for the active navigation link */
    .nav-item.active {
        color: #bb86fc; /* active state color */
    }

    /* Optional hover styling for additional feedback */
    .nav-item:hover {
        color: #bb86fc;
    }

        /* If you want the icon or label inside to follow the same color */
        .nav-item.active .nav-label,
        .nav-item:hover .nav-label {
            color: inherit; /* Inherit the active or hover color from the parent */
        }

.bottom-navbar button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.bottom-navbar button:hover {
    color: #007bff;
}

/* Styling for the text below each button */
.nav-label {
    font-size: 10px; /* Adjust as needed */
    margin-top: 4px;
    color: #fff;
}



.event-flyer {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.featured-event {
    border: 2px solid gold;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5) !important; /* soft gold glow */
    border-radius: 5px;
    padding: 5px;
    transition: transform 0.2s ease;
}

    .featured-event:hover {
        transform: scale(1.02);
        box-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
    }


.logo {
    font-family: 'Meow Script', cursive;
    font-size: clamp(1.5rem, 5vw, 3rem);
    color: #a64dfd; /* vibrant purple */
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, /* black outline */
    0 0 10px #a64dfd, 0 0 20px #a64dfd, 0 0 30px #7a1fff; /* purple glow */
    width: 100%;
    min-width: 200px;
}

@keyframes glowPulse {
    0%, 100% {
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 0 10px #a64dfd, 0 0 20px #a64dfd, 0 0 30px #7a1fff;
    }

    50% {
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 0 20px #c084fc, 0 0 30px #b76eff, 0 0 40px #a64dfd;
    }
}



.logo-home {
    font-family: 'Meow Script', cursive;
    font-size: xxx-large;
    color: #a64dfd; /* vibrant purple */
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, /* black outline */
    0 0 10px #a64dfd, 0 0 20px #a64dfd, 0 0 30px #7a1fff; /* purple glow */
}
.hero {
    background: linear-gradient(to right, #1a1a2e, #4b2c87);
    color: white;
    text-align: center;
    padding: 3rem 1rem;
}

.hero-content {
    max-width: 600px;
    margin: auto;
}
.cta-btn {
    background-color: #a64dfd;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
}
    .cta-btn:hover {
        background-color: #8a3ffc;
    }

.event-card img {
    width: 100%;
    border-radius: 8px;
}

.why-section {
    background: white;
    padding: 2rem 1rem;
    text-align: center;
}

    .why-section ul {
        list-style: none;
        padding: 0;
    }

    .why-section li {
        margin-bottom: 0.75rem;
    }

.studio-cta {
    background: #4b2c87;
    color: white;
    padding: 2rem 1rem;
    text-align: center;
}

.footer {
    background: #111;
    color: white;
    padding: 1rem;
    text-align: center;
}

.social-icons a {
    margin: 0 0.5rem;
    color: white;
    font-size: 1.2rem;
}

/* Hide scrollbar ONLY on mobile */
@media (max-width: 768px) {
    .rz-layout .rz-body::-webkit-scrollbar {
        display: none !important; /* Chrome/Safari */
    }
    .rz-layout .rz-body {
        -ms-overflow-style: none !important; /* IE and Edge */
        scrollbar-width: none !important; /* Firefox */
    }
    .scroll-container::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }

    .scroll-container {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    .rz-sidebar-toggle {
        display: none; /* Firefox */
    }
    .logo {
        font-size: clamp(2rem, 5vw, 3rem);
        padding: 5px 5px 0px 10px;
        width: 300px;
    }
    .rz-layout .rz-footer {
        padding: 0px !important;
    }
}

.bottom-navbar .nav-button.active {
    color: #8C1AF6;
    
}
.active {
    color: #b669fff2;
}

/* Hide navbar on desktop */
@media (min-width: 768px) {
    .bottom-navbar {
        display: none;
    }
}



/* Container grid for cards */
.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 10px;
}

/* Change to 4 columns on larger screens */
@media (min-width: 1255px) {
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* Change to 4 columns on larger screens */
@media (min-width: 1024px) {
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Card styling */
.card {
    background-color: #1e1e1e;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    flex: 0 0 auto; /* Prevent the card from shrinking */
    width: 250px; /* Set a fixed width for each card */
    max-width:250px;
}

    .card:hover {
        transform: scale(1.03);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.8);
    }

    /* Card image styling */
    .card img {
        display: block;
        width: 100%;
        height: auto;
        height: 200px;
        object-fit: cover;
    }

/* Card content styling */
.card-content {
    padding: 12px;
}

.card-title {
    font-size: 16px;
    margin: 0 0 8px 0;
    font-weight: bold;
}

.card-meta {
    font-size: 14px;
    color: #aaa;
}

.card-description {
    font-size: 12px;
    color: #ccc;
    margin-top: 8px;
}

ul[role=tablist] {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}


.city-dropdown-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.search-icon-button {
    padding: 0;
    border-radius: 50%;
    color: gray;
    transition: color 0.2s ease, background-color 0.2s ease;
}

    .search-icon-button:hover {
        color: white;
        background-color: #6a1b9a; /* purple accent */
    }

.action-buttons {
    margin-top: 10px;
    justify-content: start;
}

@keyframes glowPulse {
    0%, 100% {
        box-shadow: 0 0 5px #FFD700, 0 0 10px #FFD700;
    }

    50% {
        box-shadow: 0 0 20px #FFD700, 0 0 30px #FFD700;
    }
}

.email-signup {
    background-color: #1e1e1e;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    max-width: 600px;
    margin: 40px auto;
}

    .email-signup h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .email-signup p {
        font-size: 14px;
        margin-bottom: 20px;
    }

.email-input {
    padding: 12px;
    font-size: 16px;
    width: 60%;
    max-width: 300px;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
    color:black;
}

.signup-button {
    padding: 12px 20px;
    background-color: #bb86fc;
    color: white;
    border: none;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .signup-button:hover {
        background-color: #9a6bdb;
    }

.confirmation {
    margin-top: 15px;
    color: #FFD700;
    font-weight: bold;
}

.placeholder-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #2d2151, #121212);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    transition: transform 0.2s ease;
}

    .placeholder-image:hover {
        transform: scale(1.02);
    }

.placeholder-title {
    font-size: 22px;
    font-weight: 700;
    color: #a74efe;
    text-shadow: 1px 1px 3px #121212;
    line-height: 1.4;
    padding: 0 15px;
}





.agenda-section {
    padding-top: 1rem;
    color: #eaeaea;
    background-color: #121212;
    border-top: 1px solid #333;
}

.agenda-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
}

.agenda-list-dark {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.agenda-item {
    display: flex;
    justify-content: space-between;
    align-items: center; /* aligns button vertically */
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #1e1e1e;
}

    .agenda-item:nth-child(even) {
        background-color: #1e1e1e;
    }

    .agenda-item:nth-child(odd) {
        background-color: #181818;
    }

    .agenda-item:hover {
        background-color: #2a2a2a;
    }

.agenda-time {
    font-size: 0.85rem;
    color: #bbbbbb;
}

.agenda-name {
    font-size: 1rem;
    font-weight: 500;
    color: #f0f0f0;
}

.agenda-org {
    font-size: 0.8rem;
    color: #888;
    margin-top: 2px;
}

.no-events-dark {
    color: #888;
    font-style: italic;
    padding: 1rem;
}

.agenda-info-btn {
    margin-top: 0.5rem;
    background-color: #2d2151;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: background-color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .agenda-info-btn:hover {
        background-color: #3b2e6d;
    }

.agenda-btn-icon {
    font-size: 1rem;
}

.agenda-info{
    float: left;
}
.agenda-buttons {
    display: flex;
    align-items: center; /* ensures the button centers vertically */
    margin-left: 1rem;
}




.page-loader {
/*    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2d2151, #121212);*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
}

.payment-btn{
    float:right;
}

/* hide on small (<768px) viewports */
@media (max-width: 767.98px) {
    .desktop-only {
        display: none !important;
    }
}

/* show on medium+ (>=768px) viewports */
@media (min-width: 768px) {
    .desktop-only {
        display: block !important;
    }
}