/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-r3o95ql56r] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: black;
}

main[b-r3o95ql56r] {
    flex: 1;
    margin-top: 3.5rem; /* Ensure main content starts below the navbar */
}

#blazor-error-ui[b-r3o95ql56r] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-r3o95ql56r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-scrollable[b-ah5jswknti] {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgb(128, 128, 128);
    width: 100%;
    height: 3.5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.navbar-logo[b-ah5jswknti] {
    height: 2.5rem;
    margin-right: 1.5rem;
    margin-left: 1rem;
}

.nav-item[b-ah5jswknti] {
    color: white;
    text-decoration: none;
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 3.5rem;
    display: inline-block;
    transition: background 0.2s;
}

    .nav-item:hover[b-ah5jswknti] {
        background-color: rgba(255, 0, 0, 1);
        color: #d7d7d7;
    }
/* /Pages/About.razor.rz.scp.css */
*[b-r5wjfbmm0m] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html[b-r5wjfbmm0m], body[b-r5wjfbmm0m] {
    width: 100%;
    height: 100%;
    background-color: #000;
}

body[b-r5wjfbmm0m] {
    background-color: #000;
}

.about-bg[b-r5wjfbmm0m] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: 100vw 100vh;
    z-index: 0;
    background-color: #000;
}

.about-container[b-r5wjfbmm0m] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    min-height: 70vh;
    position: relative;
    gap: 2rem;
    background-color: transparent;
}

.about-img[b-r5wjfbmm0m] {
    width: 60vw;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    margin-bottom: 0;
    margin-left: 2rem;
    object-fit: cover;
    align-content: flex-start;
}

.about-img-full[b-r5wjfbmm0m] {
    display: block;
    width: 100vw;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    margin: 0 auto 2rem auto;
    object-fit: cover;
}

.about-main-row[b-r5wjfbmm0m] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(1rem, 4vw, 2rem);
    max-width: 1200px;
    margin: clamp(1.5rem, 5vw, 2rem) auto;
    padding: 0 clamp(1rem, 5vw, 2rem);
}

.about-left[b-r5wjfbmm0m] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: clamp(200px, 40vw, 400px);
}

.about-right[b-r5wjfbmm0m] {
    flex: 2 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.5rem;
    width: 100%;
    min-width: clamp(200px, 40vw, 500px);
}

.about-z-img[b-r5wjfbmm0m] {
    width: clamp(200px, 40vw, 300px);
    height: auto;
    aspect-ratio: 3 / 4;
    margin-top: clamp(0.5rem, 2vw, 1rem);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    display: block;
    object-fit: cover;
}

.about-title[b-r5wjfbmm0m] {
    text-align: center;
    color: #e53935;
    margin-top: clamp(1rem, 5vw, 2rem);
    margin-bottom: clamp(1rem, 3vw, 1.5rem);
    font-size: clamp(2rem, 8vw, 3.5rem);
    text-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 1;
    position: relative;
}

.about-title-bg[b-r5wjfbmm0m] {
    background: url('/Pics/about.jpg') no-repeat center center;
    background-size: cover;
    color: red;
    padding: clamp(1rem, 3vw, 2rem) 0;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    margin-left: auto;
    margin-right: auto;
    width: clamp(90vw, 95vw, 100vw);
    height: clamp(50vh, 70vh, 90vh);
    text-shadow: 0 2px 8px rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-director[b-r5wjfbmm0m] {
    color: #e53935;
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
    margin-top: clamp(0.8rem, 2vw, 1.5rem);
    z-index: 2;
    position: static;
}

    .about-director .director-name[b-r5wjfbmm0m] {
        color: #e53935;
        font-size: clamp(0.9rem, 2vw, 1.1rem);
        font-weight: normal;
        margin-top: 0.5rem;
        margin-left: 0.6rem;
    }

.about-z-bio[b-r5wjfbmm0m] {
    color: #fff;
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    line-height: 1.6;
    background: rgba(0,0,0,0.65);
    padding: clamp(0.8rem, 2vw, 2rem);
    border-radius: 10px;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    border: 3px solid #e53935;
}

.about-description-img[b-r5wjfbmm0m] {
    width: 900px;
    height: 300px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    object-fit: cover;
    margin-top: 0;
    margin-right: 2rem;
    flex-shrink: 0;
    align-content: center;
}

.about-description-img-full[b-r5wjfbmm0m] {
    width: clamp(300px, 90vw, 1200px);
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    object-fit: cover;
    display: block;
}

.about-description-text[b-r5wjfbmm0m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin: clamp(1.5rem, 4vw, 2.5rem) auto 0 auto;
    padding: clamp(1rem, 3vw, 2rem);
    background: rgba(0,0,0,0.85);
    color: #fff;
    font-size: clamp(1rem, 2vw, 1.25rem);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    line-height: 1.7;
    text-align: left;
    gap: 1.5rem;
}

.about-teams-img-container[b-r5wjfbmm0m] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin: clamp(1.5rem, 4vw, 2rem) 0 clamp(1.5rem, 4vw, 3rem) 0;
    padding: 0 clamp(1rem, 5vw, 2rem);
}

.about-description-content[b-r5wjfbmm0m] {
    flex: 1;
    display: block;
}

@media (max-width: 768px) {
    .about-main-row[b-r5wjfbmm0m] {
        flex-direction: column;
        align-items: center;
    }

    .about-left[b-r5wjfbmm0m], .about-right[b-r5wjfbmm0m] {
        width: 100%;
        min-width: 100%;
    }

    .about-description-text[b-r5wjfbmm0m] {
        flex-direction: column;
    }
}
/* /Pages/ContactUs.razor.rz.scp.css */
.contact-bg[b-slbn5s8s76] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('/Pics/overhead.jpg') no-repeat center center fixed;
    background-size: cover;
    z-index: 0;
}

.contact-overlay[b-slbn5s8s76] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center; /* center on desktop */
    z-index: 1;
}

/* header styling (replaces inline padding-left) */
.contact-header[b-slbn5s8s76] {
    text-align: left;
    margin-bottom: 2.5rem;
    padding: 0 1rem 0 2rem; /* desktop padding */
}

.contact-form[b-slbn5s8s76] {
    background: rgba(255,255,255,0.95);
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 320px;
    max-width: 400px;
}
    /* Align checkbox text with checkbox */
    .contact-form label[b-slbn5s8s76] {
        display: flex;
        font-weight: bold;
    }

    .contact-form .checkbox-group[b-slbn5s8s76] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.25em 1.0em;
        margin-left: 1em;
    }

    .contact-form input[type="checkbox"][b-slbn5s8s76] {
        margin-left: 12em;
        margin-right: 0;
        display: flex;
    }

    .contact-form input[b-slbn5s8s76],
    .contact-form textarea[b-slbn5s8s76] {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 6px;
        padding: 0.75rem;
        font-size: 1rem;
        width: 100%;
        resize: none;
    }

    .contact-form textarea[b-slbn5s8s76] {
        min-height: 100px;
    }

    .contact-form button[b-slbn5s8s76] {
        background: #e53935;
        color: #fff;
        border: none;
        border-radius: 6px;
        padding: 0.75rem;
        font-size: 1.1rem;
        cursor: pointer;
        transition: background 0.2s;
    }

        .contact-form button:disabled[b-slbn5s8s76] {
            background: #aaa;
            cursor: not-allowed;
        }

.popup-message[b-slbn5s8s76] {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    color: #222;
    padding: 1.25rem 2.5rem;
    border-radius: 10px;
    box-shadow: 0 6px 32px rgba(0,0,0,0.25);
    font-size: 1.25rem;
    font-weight: 500;
    z-index: 9999;
    text-align: center;
    opacity: 0.97;
}

/* mobile: left-align overlay and make form fill available width */
@media (max-width: 768px) {
    .contact-overlay[b-slbn5s8s76] {
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 5rem; /* push content down from top a bit */
        padding-left: 0.75rem; /* small left gutter */
    }

    .contact-header[b-slbn5s8s76] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .contact-form[b-slbn5s8s76] {
        width: calc(100% - 1.5rem); /* fill most of the screen */
        max-width: none;
        margin: 0 0 2rem 0;
        padding: 1rem;
    }

        .contact-form input[b-slbn5s8s76],
        .contact-form textarea[b-slbn5s8s76],
        .contact-form button[b-slbn5s8s76] {
            font-size: 1rem; /* adjust for mobile readability */
        }

    /* keep popup visible near top on mobile */
    .popup-message[b-slbn5s8s76] {
        top: 6%;
    }
}
/* /Pages/Home.razor.rz.scp.css */
html[b-yozak3iati], body[b-yozak3iati], .page[b-yozak3iati], .background-image-container[b-yozak3iati] {
    height: 100vh;
    margin: 0;
    overflow: hidden;
}

/* centered container for signup + social links */
.center-controls[b-yozak3iati] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    z-index: 2;
    padding: 0 1rem;
    pointer-events: auto;
}

/* override previous absolute positioning; keep styling but make relative inside center-controls */
.signup-btn[b-yozak3iati] {
    position: relative;
    right: auto;
    top: auto;
    background-color: red;
    color: white;
    border: none;
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    font-size: 1.7rem;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: background 0.2s;
}

    .signup-btn:hover[b-yozak3iati] {
        background-color: darkred;
    }

.background-video[b-yozak3iati] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.background-image-container > *:not(.background-video)[b-yozak3iati] {
    position: relative;
    z-index: 1;
}

.social-links[b-yozak3iati] {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
}

    .social-links a[b-yozak3iati] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        text-decoration: none;
    }

.social-label[b-yozak3iati] {
    color: red;
    font-weight: 500;
}

.instagram-icon[b-yozak3iati] {
    fill: #fff;
    width: clamp(2rem, 6vw, 3rem);
    height: clamp(2rem, 6vw, 3rem);
}

.contact-info[b-yozak3iati] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    text-align: center;
}

    .contact-info p[b-yozak3iati] {
        color: white;
        margin: 0;
        font-size: clamp(0.9rem, 2vw, 1.1rem);
        font-weight: 500;
    }

/* small-screen adjustments */
@media (max-width: 700px) {
    .center-controls[b-yozak3iati] {
        gap: 1.5rem;
        transform: translate(-50%, -50%);
    }

    .signup-btn[b-yozak3iati] {
        font-size: 1.1rem;
        padding: 0.6rem 1rem;
    }

    .social-label[b-yozak3iati] {
        font-size: 1.1rem;
    }
}
/* /Pages/Schedule.razor.rz.scp.css */
body[b-wzcqju7z7w] {
}

.schedule-bg[b-wzcqju7z7w] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('/Pics/schedule.jpeg') no-repeat center center fixed;
    background-repeat: no-repeat; 
    background-size: cover; 
    z-index: 0;
}

.schedule-table-container[b-wzcqju7z7w] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.schedule-title[b-wzcqju7z7w] {
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
    margin-bottom: 1.5rem;
    font-size: 2rem;
    text-align: center;
}

.schedule-table[b-wzcqju7z7w] {
    background: rgba(255,255,255,0.95);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    border-collapse: collapse;
    min-width: 320px;
    max-width: 400px;
    width: 100%;
    font-size: 1.1rem;
    overflow: hidden;
}

    .schedule-table th[b-wzcqju7z7w], .schedule-table td[b-wzcqju7z7w] {
        padding: 1rem 1.5rem;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    .schedule-table th[b-wzcqju7z7w] {
        background: #e53935;
        color: #fff;
        font-weight: bold;
    }

    .schedule-table tr:last-child td[b-wzcqju7z7w] {
        border-bottom: none;
    }
/* /Pages/Services.razor.rz.scp.css */
body[b-luk6gl6xdn] {
}

.services-bg[b-luk6gl6xdn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('/Pics/services.jpg') no-repeat center center fixed;
    background-size: cover;
    z-index: 0;
}

.services-table-container[b-luk6gl6xdn] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.services-title[b-luk6gl6xdn] {
    color: orangered;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
    margin-bottom: 1.5rem;
    font-size: 2rem;
    text-align: center;
}

.services-table[b-luk6gl6xdn] {
    background: rgba(255,255,255,0.95);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    border-collapse: collapse;
    min-width: 320px;
    max-width: 400px;
    width: 100%;
    font-size: 1.1rem;
    overflow: hidden;
}

    .services-table td[b-luk6gl6xdn] {
        padding: 1rem 1.5rem;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    .services-table tr:last-child td[b-luk6gl6xdn] {
        border-bottom: none;
    }

.services-link[b-luk6gl6xdn] {
    color: #e53935;
    font-weight: bold;
    text-decoration: underline;
}
