/* _content/UatsLP/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xosp30j91j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xosp30j91j] {
    flex: 1;
}

.sidebar[b-xosp30j91j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xosp30j91j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xosp30j91j]  a, .top-row[b-xosp30j91j]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xosp30j91j]  a:hover, .top-row[b-xosp30j91j]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xosp30j91j]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xosp30j91j] {
        justify-content: space-between;
    }

    .top-row[b-xosp30j91j]  a, .top-row[b-xosp30j91j]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xosp30j91j] {
        flex-direction: row;
    }

    .sidebar[b-xosp30j91j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xosp30j91j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xosp30j91j]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xosp30j91j], article[b-xosp30j91j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xosp30j91j] {
    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-xosp30j91j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/UatsLP/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-g505v74npn] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-g505v74npn] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-g505v74npn] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-g505v74npn] {
    font-size: 1.1rem;
}

.bi[b-g505v74npn] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-g505v74npn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-g505v74npn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-g505v74npn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-g505v74npn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-g505v74npn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-g505v74npn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-g505v74npn]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-g505v74npn]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-g505v74npn]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-g505v74npn] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-g505v74npn] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-g505v74npn] {
        display: none;
    }

    .nav-scrollable[b-g505v74npn] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/UatsLP/Components/Layout/SinglePageLayout.razor.rz.scp.css */
.single-page-layout[b-7ijlpjbc16] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.top-header[b-7ijlpjbc16] {
    background: linear-gradient(to right, #0056b3 0%, #003d82 100%);
    color: white;
    padding: 1.5rem 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.header-content[b-7ijlpjbc16] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.logo[b-7ijlpjbc16] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-text[b-7ijlpjbc16] {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
}

.logo-img[b-7ijlpjbc16] {
    height: 75px;
    width: auto;
    max-width: 350px;
    object-fit: contain;
}

.header-nav[b-7ijlpjbc16] {
    display: flex;
    gap: 1rem;
}

.header-nav .nav-link[b-7ijlpjbc16] {
    color: white;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    min-height: 44px;
    display: flex;
    align-items: center;
}

.header-nav .nav-link:hover[b-7ijlpjbc16] {
    background-color: rgba(255, 255, 255, 0.1);
}

.main-content[b-7ijlpjbc16] {
    flex: 1;
}

.container[b-7ijlpjbc16] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Smooth scrolling for anchor links */
html[b-7ijlpjbc16] {
    scroll-behavior: smooth;
}

/* Mobile-first responsive design */
@media (max-width: 768px) {
    .header-content[b-7ijlpjbc16] {
        justify-content: center;
    }
    
    .logo-text[b-7ijlpjbc16] {
        font-size: 1.25rem;
    }
    
    .logo-img[b-7ijlpjbc16] {
        height: 55px;
        max-width: 250px;
    }
    
    .top-header[b-7ijlpjbc16] {
        padding: 1rem 0;
    }
}
/* _content/UatsLP/Components/Sections/About.razor.rz.scp.css */
.about-section[b-d3558rnrb3] {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.about-content[b-d3558rnrb3] {
    max-width: 800px;
    margin: 0 auto;
}

.section-title[b-d3558rnrb3] {
    font-size: 2rem;
    font-weight: 700;
    color: #0056b3;
    margin-bottom: 2rem;
    text-align: center;
    scroll-margin-top: 80px;
}

.about-text p[b-d3558rnrb3] {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 1.5rem;
}

.about-links[b-d3558rnrb3] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    justify-content: center;
}

.about-link[b-d3558rnrb3] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #0056b3;
    color: white;
    padding: 0.875rem 1.5rem;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    min-height: 44px;
}

.about-link:hover[b-d3558rnrb3] {
    background-color: #003d82;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,86,179,0.3);
}

.external-icon[b-d3558rnrb3] {
    font-size: 0.875rem;
    opacity: 0.8;
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .about-section[b-d3558rnrb3] {
        padding: 3rem 0;
    }
    
    .section-title[b-d3558rnrb3] {
        font-size: 1.75rem;
        scroll-margin-top: 70px;
    }
    
    .about-text p[b-d3558rnrb3] {
        font-size: 1rem;
    }
    
    .about-links[b-d3558rnrb3] {
        flex-direction: column;
        align-items: center;
    }
    
    .about-link[b-d3558rnrb3] {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}
/* _content/UatsLP/Components/Sections/ContactSection.razor.rz.scp.css */
.contact-section[b-uw6g94ba06] {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.contact-content[b-uw6g94ba06] {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.section-title[b-uw6g94ba06] {
    font-size: 2rem;
    font-weight: 700;
    color: #0056b3;
    margin-bottom: 1rem;
    scroll-margin-top: 80px;
}

.section-subtitle[b-uw6g94ba06] {
    font-size: 1.125rem;
    color: #666;
    margin-bottom: 3rem;
    font-style: italic;
}

/* Success Card */
.success-card[b-uw6g94ba06] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 3rem 2rem;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(40, 167, 69, 0.3);
    margin-bottom: 2rem;
    text-align: center;
    animation: slideInDown-b-uw6g94ba06 0.5s ease-out, pulse-b-uw6g94ba06 2s ease-in-out;
}

.success-content[b-uw6g94ba06] {
    max-width: 400px;
    margin: 0 auto;
}

.success-icon[b-uw6g94ba06] {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: scaleIn-b-uw6g94ba06 0.6s ease-out 0.3s both;
}

.success-title[b-uw6g94ba06] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.success-message[b-uw6g94ba06] {
    font-size: 1rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    line-height: 1.6;
}

.btn-secondary[b-uw6g94ba06] {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 44px;
    font-size: 1rem;
}

.btn-secondary:hover[b-uw6g94ba06] {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Form Container */
.form-container[b-uw6g94ba06] {
    background-color: white;
    padding: 3rem 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    text-align: left;
}

.form-grid[b-uw6g94ba06] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.form-group[b-uw6g94ba06] {
    display: flex;
    flex-direction: column;
}

.form-group.full-width[b-uw6g94ba06] {
    grid-column: 1 / -1;
}

/* Labels */
.form-label[b-uw6g94ba06] {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.form-label.required[b-uw6g94ba06]::after {
    content: " *";
    color: #dc3545;
}

/* Form Inputs */
.form-input[b-uw6g94ba06], .form-textarea[b-uw6g94ba06] {
    padding: 0.875rem 1rem;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    min-height: 44px;
}

.form-input:focus[b-uw6g94ba06], .form-textarea:focus[b-uw6g94ba06] {
    outline: none;
    border-color: #0056b3;
    box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.1);
}

.form-input[b-uw6g94ba06]::placeholder, .form-textarea[b-uw6g94ba06]::placeholder {
    color: #6c757d;
    opacity: 0.8;
}

.form-textarea[b-uw6g94ba06] {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

/* Checkbox Groups */
.checkbox-fieldset[b-uw6g94ba06] {
    border: none;
    padding: 0;
    margin: 0;
}

.checkbox-fieldset legend[b-uw6g94ba06] {
    padding: 0;
    margin-bottom: 0.75rem;
}

.checkbox-group[b-uw6g94ba06] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.checkbox-item[b-uw6g94ba06] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.checkbox-item input[type="checkbox"][b-uw6g94ba06] {
    width: 18px;
    height: 18px;
    margin: 0;
    margin-top: 2px;
    accent-color: #0056b3;
}

.checkbox-label[b-uw6g94ba06] {
    font-size: 1rem;
    color: #333;
    cursor: pointer;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

/* Submit Button */
.btn-submit[b-uw6g94ba06] {
    width: 100%;
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-submit:hover:not(:disabled)[b-uw6g94ba06] {
    background-color: #003d82;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 86, 179, 0.3);
}

.btn-submit:disabled[b-uw6g94ba06] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.spinner[b-uw6g94ba06] {
    animation: spin-b-uw6g94ba06 1s linear infinite;
}

@keyframes spin-b-uw6g94ba06 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes slideInDown-b-uw6g94ba06 {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-b-uw6g94ba06 {
    0%, 100% {
        box-shadow: 0 8px 24px rgba(40, 167, 69, 0.3);
    }
    50% {
        box-shadow: 0 12px 32px rgba(40, 167, 69, 0.4);
    }
}

@keyframes scaleIn-b-uw6g94ba06 {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Validation Messages */
.validation-message[b-uw6g94ba06] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
    line-height: 1.4;
}

/* Input Error State */
.form-input.invalid[b-uw6g94ba06], .form-textarea.invalid[b-uw6g94ba06] {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* Alert Messages */
.uats-alert[b-uw6g94ba06] {
    padding: .75rem 1rem;
    border-radius: .5rem;
    margin: .75rem 0;
    font-size: .95rem;
}

.uats-alert-ok[b-uw6g94ba06] {
    background: #ecfdf5;
    border: 1px solid #34d399;
    color: #065f46;
}

.uats-alert-error[b-uw6g94ba06] {
    background: #fef2f2;
    border: 1px solid #f87171;
    color: #7f1d1d;
}

/* Desktop Layout */
@media (min-width: 768px) {
    .form-grid[b-uw6g94ba06] {
        grid-template-columns: 1fr 1fr;
        gap: 2rem 1.5rem;
    }
    
    .checkbox-group[b-uw6g94ba06] {
        grid-template-columns: 1fr 1fr;
    }
    
    .form-container[b-uw6g94ba06] {
        padding: 3rem;
    }
}

/* Mobile optimizations */
@media (max-width: 767px) {
    .contact-section[b-uw6g94ba06] {
        padding: 2.5rem 0;
    }

    .section-title[b-uw6g94ba06] {
        font-size: 1.75rem;
        scroll-margin-top: 80px;
    }

    .section-subtitle[b-uw6g94ba06] {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .form-container[b-uw6g94ba06] {
        padding: 1.5rem 1rem;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    }

    .success-card[b-uw6g94ba06] {
        padding: 2rem 1.5rem;
        border-radius: 12px;
    }

    .success-icon[b-uw6g94ba06] {
        font-size: 2.5rem;
        width: 70px;
        height: 70px;
    }

    .success-title[b-uw6g94ba06] {
        font-size: 1.25rem;
    }

    .checkbox-group[b-uw6g94ba06] {
        grid-template-columns: 1fr;
    }

    .form-input[b-uw6g94ba06], .form-textarea[b-uw6g94ba06] {
        font-size: 16px;
        padding: 0.75rem 0.875rem;
    }

    .btn-submit[b-uw6g94ba06] {
        font-size: 1rem;
        padding: 0.875rem 1.5rem;
    }
}

/* Very small mobile devices */
@media (max-width: 374px) {
    .contact-section[b-uw6g94ba06] {
        padding: 2rem 0;
    }

    .form-container[b-uw6g94ba06] {
        padding: 1.25rem 0.875rem;
    }

    .section-title[b-uw6g94ba06] {
        font-size: 1.5rem;
    }
}
/* _content/UatsLP/Components/Sections/ContactSectionPlaceholder.razor.rz.scp.css */
.contact-section[b-wkp6r2k72r] {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.contact-content[b-wkp6r2k72r] {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.section-title[b-wkp6r2k72r] {
    font-size: 2rem;
    font-weight: 700;
    color: #0056b3;
    margin-bottom: 1rem;
    scroll-margin-top: 80px;
}

.section-subtitle[b-wkp6r2k72r] {
    font-size: 1.125rem;
    color: #666;
    margin-bottom: 3rem;
    font-style: italic;
}

.form-placeholder[b-wkp6r2k72r] {
    background-color: white;
    padding: 3rem 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 2px dashed #dee2e6;
}

.placeholder-content[b-wkp6r2k72r] {
    text-align: center;
}

.placeholder-text[b-wkp6r2k72r] {
    font-size: 1.125rem;
    color: #6c757d;
    margin-bottom: 2rem;
    font-weight: 500;
}

.placeholder-outline[b-wkp6r2k72r] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 400px;
    margin: 0 auto;
}

.placeholder-field[b-wkp6r2k72r] {
    height: 48px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    opacity: 0.7;
}

.placeholder-button[b-wkp6r2k72r] {
    height: 48px;
    background-color: #0056b3;
    border-radius: 4px;
    opacity: 0.5;
    margin-top: 1rem;
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .contact-section[b-wkp6r2k72r] {
        padding: 3rem 0;
    }
    
    .section-title[b-wkp6r2k72r] {
        font-size: 1.75rem;
        scroll-margin-top: 70px;
    }
    
    .section-subtitle[b-wkp6r2k72r] {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .form-placeholder[b-wkp6r2k72r] {
        padding: 2rem 1rem;
    }
    
    .placeholder-text[b-wkp6r2k72r] {
        font-size: 1rem;
    }
}
/* _content/UatsLP/Components/Sections/FooterBar.razor.rz.scp.css */
/* Footer Bar - Contact Emails and Accreditations */
.footer-bar[b-qccoe9s5ec] {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 2rem 0;
    margin-top: 2rem;
}

.footer-bar .container[b-qccoe9s5ec] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.footer-bar-section[b-qccoe9s5ec] {
    margin-bottom: 2rem;
}

.footer-bar-section:last-child[b-qccoe9s5ec] {
    margin-bottom: 0;
}

.footer-bar-title[b-qccoe9s5ec] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0056b3;
    margin-bottom: 1rem;
    text-align: center;
}

/* Contact Emails Styles */
.contact-emails[b-qccoe9s5ec] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}

.contact-email-pill[b-qccoe9s5ec] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 25px;
    text-decoration: none;
    color: #495057;
    transition: all 0.2s ease;
    min-height: 44px; /* Accessibility: minimum touch target */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.contact-email-pill:hover[b-qccoe9s5ec] {
    background-color: #0056b3;
    color: white;
    border-color: #0056b3;
    box-shadow: 0 4px 8px rgba(0, 86, 179, 0.15);
    text-decoration: none;
}

.contact-email-pill:focus[b-qccoe9s5ec] {
    outline: 2px solid #0056b3;
    outline-offset: 2px;
    text-decoration: none;
}

.email-icon[b-qccoe9s5ec] {
    font-size: 1rem;
    opacity: 0.8;
}

.email-text[b-qccoe9s5ec] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.email-address[b-qccoe9s5ec] {
    font-weight: 500;
    font-size: 0.9rem;
}

.email-label[b-qccoe9s5ec] {
    font-size: 0.75rem;
    opacity: 0.8;
}

/* Accreditations Styles - Enhanced for better clarity */
.accreditations[b-qccoe9s5ec] {
    position: relative;
}

.accreditations-scroll[b-qccoe9s5ec] {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    padding: 1rem 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #dee2e6 transparent;
    justify-content: center;
}

.accreditations-scroll[b-qccoe9s5ec]::-webkit-scrollbar {
    height: 6px;
}

.accreditations-scroll[b-qccoe9s5ec]::-webkit-scrollbar-track {
    background: transparent;
}

.accreditations-scroll[b-qccoe9s5ec]::-webkit-scrollbar-thumb {
    background-color: #dee2e6;
    border-radius: 3px;
}

.accreditation-logo[b-qccoe9s5ec] {
    flex: 0 0 auto;
    scroll-snap-align: start;
    background-color: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 0.75rem;
    transition: all 0.3s ease;
    height: 70px; /* Increased height for better clarity */
    min-width: 120px; /* Minimum width for consistency */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.accreditation-logo:hover[b-qccoe9s5ec] {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    border-color: #0056b3;
}

.accreditation-logo img[b-qccoe9s5ec] {
    max-height: 52px; /* Increased for better visibility */
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    /* Enhanced image rendering for crisp SVGs */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    filter: contrast(1.1) brightness(1.02); /* Slight enhancement for clarity */
}

/* Tablet and Desktop Responsive Styles */
@media (min-width: 768px) {
    .footer-bar[b-qccoe9s5ec] {
        padding: 2.5rem 0;
    }
    
    .footer-bar-title[b-qccoe9s5ec] {
        text-align: left;
        font-size: 1.2rem;
    }
    
    .contact-emails[b-qccoe9s5ec] {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .contact-email-pill[b-qccoe9s5ec] {
        padding: 0.875rem 1.25rem;
    }
    
    .email-address[b-qccoe9s5ec] {
        font-size: 1rem;
    }
    
    .email-label[b-qccoe9s5ec] {
        font-size: 0.8rem;
    }
    
    .accreditations-scroll[b-qccoe9s5ec] {
        display: grid;
        grid-template-columns: repeat(5, 1fr); /* 5 columns for 5 logos */
        gap: 2rem;
        overflow-x: visible;
        max-width: 100%;
        justify-content: center;
    }
    
    .accreditation-logo[b-qccoe9s5ec] {
        height: 80px; /* Larger on desktop for better clarity */
        scroll-snap-align: none;
        min-width: 140px;
    }
    
    .accreditation-logo img[b-qccoe9s5ec] {
        max-height: 64px; /* Larger for desktop clarity */
        max-width: 160px;
    }
}

@media (min-width: 992px) {
    .footer-bar .container[b-qccoe9s5ec] {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 3rem;
        align-items: start;
    }
    
    .footer-bar-section[b-qccoe9s5ec] {
        margin-bottom: 0;
    }
    
    .accreditations-scroll[b-qccoe9s5ec] {
        grid-template-columns: repeat(5, 1fr); /* Keep 5 columns layout */
        gap: 2.5rem;
    }
    
    .accreditation-logo[b-qccoe9s5ec] {
        height: 85px; /* Even larger on large screens */
        padding: 1rem;
    }
    
    .accreditation-logo img[b-qccoe9s5ec] {
        max-height: 68px;
        max-width: 180px;
    }
}

/* Large screens optimization */
@media (min-width: 1200px) {
    .accreditations-scroll[b-qccoe9s5ec] {
        gap: 3rem;
    }
    
    .accreditation-logo[b-qccoe9s5ec] {
        height: 90px;
        min-width: 160px;
    }
    
    .accreditation-logo img[b-qccoe9s5ec] {
        max-height: 72px;
        max-width: 200px;
    }
}

/* High contrast and focus improvements */
@media (prefers-reduced-motion: reduce) {
    .contact-email-pill[b-qccoe9s5ec],
    .accreditation-logo[b-qccoe9s5ec] {
        transition: none;
    }
    
    .accreditation-logo:hover[b-qccoe9s5ec] {
        transform: none;
    }
}

/* High DPI displays for crisp images */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .accreditation-logo img[b-qccoe9s5ec] {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: pixelated;
    }
}

/* Print styles */
@media print {
    .footer-bar[b-qccoe9s5ec] {
        background-color: transparent;
        border-top: 1px solid #000;
        page-break-inside: avoid;
    }
    
    .contact-email-pill[b-qccoe9s5ec] {
        border: 1px solid #000;
        background-color: transparent;
    }
    
    .accreditations-scroll[b-qccoe9s5ec] {
        display: flex;
        flex-wrap: wrap;
        overflow: visible;
        gap: 1rem;
    }
    
    .accreditation-logo[b-qccoe9s5ec] {
        break-inside: avoid;
    }
}
/* _content/UatsLP/Components/Sections/FooterBarPlaceholder.razor.rz.scp.css */
.footer-bar-section[b-s6w9dlm1i7] {
    padding: 3rem 0;
    background-color: #e3f2fd;
    border-top: 1px solid #dee2e6;
}

.footer-bar-content[b-s6w9dlm1i7] {
    max-width: 1000px;
    margin: 0 auto;
}

.footer-section-title[b-s6w9dlm1i7] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0056b3;
    margin-bottom: 1.5rem;
    text-align: center;
}

.contact-emails-placeholder[b-s6w9dlm1i7],
.accreditations-placeholder[b-s6w9dlm1i7] {
    margin-bottom: 3rem;
}

.accreditations-placeholder[b-s6w9dlm1i7] {
    margin-bottom: 0;
}

.placeholder-content[b-s6w9dlm1i7] {
    text-align: center;
}

.placeholder-text[b-s6w9dlm1i7] {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.placeholder-items[b-s6w9dlm1i7] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.placeholder-item[b-s6w9dlm1i7] {
    background-color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    color: #6c757d;
    font-size: 0.875rem;
}

.placeholder-logos[b-s6w9dlm1i7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

.placeholder-logo[b-s6w9dlm1i7] {
    background-color: white;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    color: #6c757d;
    font-size: 0.75rem;
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .footer-bar-section[b-s6w9dlm1i7] {
        padding: 2rem 0;
    }
    
    .footer-section-title[b-s6w9dlm1i7] {
        font-size: 1.125rem;
    }
    
    .placeholder-items[b-s6w9dlm1i7] {
        flex-direction: column;
        align-items: center;
    }
    
    .placeholder-item[b-s6w9dlm1i7] {
        width: 100%;
        max-width: 250px;
        text-align: center;
    }
    
    .placeholder-logos[b-s6w9dlm1i7] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    .placeholder-logo[b-s6w9dlm1i7] {
        padding: 0.75rem;
        min-height: 50px;
        font-size: 0.7rem;
    }
}
/* _content/UatsLP/Components/Sections/Hero.razor.rz.scp.css */
.hero-section[b-60rf5z3bf4] {
    background: linear-gradient(135deg, #0056b3 0%, #003d82 100%);
    color: white;
    padding: 5rem 0 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section[b-60rf5z3bf4]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content[b-60rf5z3bf4] {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    animation: fadeInUp-b-60rf5z3bf4 0.8s ease-out;
}

@keyframes fadeInUp-b-60rf5z3bf4 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-title[b-60rf5z3bf4] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle[b-60rf5z3bf4] {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    line-height: 1.6;
}

.hero-cta[b-60rf5z3bf4] {
    margin-top: 2rem;
}

.btn-primary[b-60rf5z3bf4] {
    display: inline-block;
    background-color: #ffffff;
    color: #0056b3;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    min-height: 44px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 2px solid transparent;
}

.btn-primary:hover[b-60rf5z3bf4] {
    background-color: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .hero-section[b-60rf5z3bf4] {
        padding: 3rem 0;
    }
    
    .hero-title[b-60rf5z3bf4] {
        font-size: 2rem;
    }
    
    .hero-subtitle[b-60rf5z3bf4] {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .btn-primary[b-60rf5z3bf4] {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
}
/* _content/UatsLP/Components/Shared/GlobalFooter.razor.rz.scp.css */
.global-footer[b-bsk3a9yday] {
    background-color: #0056b3;
    color: white;
    padding: 2rem 0;
    margin-top: auto;
}

.footer-content[b-bsk3a9yday] {
    text-align: center;
}

.footer-info[b-bsk3a9yday] {
    max-width: 800px;
    margin: 0 auto;
}

.copyright[b-bsk3a9yday] {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.footer-links[b-bsk3a9yday] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.footer-links a[b-bsk3a9yday] {
    color: white;
    text-decoration: none;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.footer-links a:hover[b-bsk3a9yday] {
    background-color: rgba(255, 255, 255, 0.1);
}

.separator[b-bsk3a9yday] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .global-footer[b-bsk3a9yday] {
        padding: 1.5rem 0;
    }
    
    .footer-links[b-bsk3a9yday] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .separator[b-bsk3a9yday] {
        display: none;
    }
}
/* _content/UatsLP/Components/Shared/LanguageSwitcher.razor.rz.scp.css */
.language-switcher[b-ghp1n5fq7z] {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.lang-btn[b-ghp1n5fq7z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: white;
    border: 2px solid #0056b3;
    border-radius: 25px;
    color: #0056b3;
    font-weight: 500;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 86, 179, 0.15);
    min-height: 44px;
}

.lang-btn:hover[b-ghp1n5fq7z] {
    background: #0056b3;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 86, 179, 0.25);
}

.lang-btn:focus[b-ghp1n5fq7z] {
    outline: 2px solid #0056b3;
    outline-offset: 2px;
}

.lang-icon[b-ghp1n5fq7z] {
    font-size: 1.125rem;
}

.lang-text[b-ghp1n5fq7z] {
    font-size: 0.95rem;
    white-space: nowrap;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .language-switcher[b-ghp1n5fq7z] {
        top: 15px;
        right: 15px;
    }

    .lang-btn[b-ghp1n5fq7z] {
        padding: 0.5rem 0.875rem;
        font-size: 0.875rem;
    }

    .lang-icon[b-ghp1n5fq7z] {
        font-size: 1rem;
    }

    .lang-text[b-ghp1n5fq7z] {
        font-size: 0.875rem;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .lang-btn[b-ghp1n5fq7z] {
        transition: none;
    }

    .lang-btn:hover[b-ghp1n5fq7z] {
        transform: none;
    }
}
