@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* /Components/CourseProvider/CourseProviderComponents/CourseDetailsComponent.razor.rz.scp.css */
[b-p9uzcr1skf] .country-dropdown-edit .e-clear-icon {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.folderWrapper[b-p9uzcr1skf] {
    margin-top: var(--padding1);
    max-height: 210px;
    overflow-x: auto;
}

section[b-p9uzcr1skf]{
    margin-top: 30px;
    /*min-height: calc(100vh - 360px);*/
}
.fileWrapper[b-p9uzcr1skf] {
    margin-top: var(--padding1);
}

.docSection[b-p9uzcr1skf] {
    display: flex;
    flex-direction: column;
    row-gap: var(--padding025);
    margin-bottom: var(--padding15);
}
[b-p9uzcr1skf] .e-dropdown-btn.e-btn {
    padding: 0 !important;
}

[b-p9uzcr1skf] .e-dropdown-btn.e-btn .e-btn-icon {
    margin-left: 0 !important;
    width: 1rem !important;
}

.docIcon[b-p9uzcr1skf] {
    width: 2.5rem;
}

.thumbnail-wrapper[b-p9uzcr1skf] {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.thumbnail-wrapper img[b-p9uzcr1skf] {
    max-width: 200px;
    max-height: 200px;
}

.uploaderLabel[b-p9uzcr1skf] {
    display: inline;
    font-size: var(--type-ramp-plus-1-font-size);
}

.uploaderIconWrapper[b-p9uzcr1skf] {
    margin-top: var(--padding1);
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    gap: var(--padding1)
}

.searchWrapper[b-p9uzcr1skf] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: var(--padding1)
}
.badge-holder[b-p9uzcr1skf]{
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    gap:0.5rem;
    margin-block:1rem;
}

.fileItem[b-p9uzcr1skf] {
    display: block;
    width: 300px;
    height: 246px;
    border-radius: 4px;
    background-color: var(--neutral-layer-2);
    box-shadow: var(--elevation-shadow-card-rest);
    transition: all 0.2s;
}

    .fileItem:hover[b-p9uzcr1skf] {
        background-color: var(--neutral-layer-1);
        box-shadow: var(--elevation-shadow-card-hover);
    }

.fileItemThumbWrapper[b-p9uzcr1skf] {
    position: relative;
    width: 300px;
    height: 186px;
    border-radius: 4px 4px 0 0;
}

.fileItemThumb[b-p9uzcr1skf] {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 186px;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
}

.fileItemWrapper[b-p9uzcr1skf] {
    position: relative;
    width: 300px;
    height: 60px;
    padding: var(--padding05);
    border-radius: 0 0 4px 4px;
    background-color: var(--neutral-layer-2);
}

.fileItemSelect[b-p9uzcr1skf] {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    padding: var(--padding025);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 0 0;
}

.fileDetails[b-p9uzcr1skf] {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fluent-messagebar-message[b-p9uzcr1skf] {
    padding: 2px 0 !important;
}

/*.course-details-container {
    font-family: Arial, sans-serif;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    margin-block: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;*/
    /*gap: 10px;*/
    /*height: 605px;*/
    /*justify-content: space-evenly;
}
.detailsBlock{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 35%;
}

.course-detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
}
  
    .course-detail .label {
        font-weight: bold;
        flex: 1;
    }

    .course-detail .value {
        flex: 2;
        max-width: 250px;
    }
.editPart{
    width: 40%;
}*/
.course-title[b-p9uzcr1skf] {
    text-align: center;
    margin-bottom: 20px;
}

.course-title-text[b-p9uzcr1skf] {
    font-weight: bold;
}

.input-group[b-p9uzcr1skf] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 15px;
}

.thumbnail-preview[b-p9uzcr1skf] {
    max-width: 150px;
    border-radius: 8px;
    margin-top: 10px;
}

.course-details-container[b-p9uzcr1skf] {
    /*  display: flex;
    gap: 20px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    border: 1px solid #ddd;
    flex-wrap: wrap;
    justify-content: space-between;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 5px;
    grid-column-gap: 30px;
    margin: 20px 0;
    /*background-color: #f5f5f5;*/
    
}

.detailsBlock[b-p9uzcr1skf] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 48%;
}

.course-detail[b-p9uzcr1skf] {
    display: flex;
    align-items: self-start;
    gap: 20px;
    justify-content: space-between;
    margin-top: var(--padding1);
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 0.5rem;
    border-radius: 4px;
    overflow-wrap: break-word;
}

    .course-detail .label[b-p9uzcr1skf] {
        font-weight: 600;
        flex: 1;
        max-width: 300px;
        min-width: 90px;
        text-align: right;
    }


    .course-detail input[b-p9uzcr1skf], .course-detail select[b-p9uzcr1skf], .course-detail .e-control-wrapper[b-p9uzcr1skf] {
        width: 100%;
    }

.editPart[b-p9uzcr1skf] {
    display: flex;
    align-items: center;
    gap: 10px;
}
.checkbox-holder[b-p9uzcr1skf]{
    width: 355px;
}

.date-container[b-p9uzcr1skf] {
    display: flex;    
    justify-content: center;
    width: 100%;
    align-items: center;
}

.date-input-group[b-p9uzcr1skf] {
    display: flex;
    gap: 14px;
    align-items: center;
    width: 100%;
}

.tooltip-container[b-p9uzcr1skf] {
/*    display: flex;
    align-items: end;
    justify-content: space-around;*/
}
.technical-criteria[b-p9uzcr1skf]{
    backdrop-filter:contrast(0.8);
}
.DocToolbar.e-toolbar[b-p9uzcr1skf] {
    background: none;
    box-shadow: none;
}

    .DocToolbar.e-toolbar .e-toolbar-items[b-p9uzcr1skf] {
        background: #f3f2f1;
        border-radius: 8px;
    }

.DocToolbar[b-p9uzcr1skf] {
    display: flex !important;
    justify-content: end !important;
}

.DocToolbar2[b-p9uzcr1skf] {
    width: auto !important;
    display: flex !important;
    justify-content: flex-start !important;
}

.e-numeric .e-spin-down[b-p9uzcr1skf], .e-numeric .e-spin-up[b-p9uzcr1skf] {
    display: none !important;
}

.history-table[b-p9uzcr1skf] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

    .history-table th[b-p9uzcr1skf],
    .history-table td[b-p9uzcr1skf] {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .history-table th[b-p9uzcr1skf] {
        background-color: #f3f2f1;
        font-weight: 600;
    }

    .history-table .old-value[b-p9uzcr1skf] {
        background-color: #ffebe9;
        color: #a4262c;
    }

    .history-table .new-value[b-p9uzcr1skf] {
        background-color: #dff6dd;
        color: #107c10;
    }

    .history-table tbody tr:hover[b-p9uzcr1skf] {
        background-color: #f9f9f9;
    }

/* Custom Accordion Styles */
.custom-accordion[b-p9uzcr1skf] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.accordion-item[b-p9uzcr1skf] {
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    background: var(--neutral-layer-1);
    overflow: hidden;
    transition: all 0.3s ease;
}

    .accordion-item.active[b-p9uzcr1skf] {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

.accordion-header[b-p9uzcr1skf] {
    padding: 1rem 1.25rem;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
    background: var(--neutral-layer-2);
}

    .accordion-header:hover[b-p9uzcr1skf] {
        background: var(--neutral-layer-3);
    }

.accordion-header-content[b-p9uzcr1skf] {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.accordion-icon[b-p9uzcr1skf] {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    color: var(--accent-fill-rest);
}

.accordion-title[b-p9uzcr1skf] {
    flex: 1;
    font-size: 1rem;
}

.accordion-badge[b-p9uzcr1skf] {
    margin-left: auto;
}

.badge-changes[b-p9uzcr1skf] {
    padding: 0.25rem 0.75rem;
    background: var(--accent-fill-rest);
    color: white;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 500;
}

.badge-no-changes[b-p9uzcr1skf] {
    padding: 0.25rem 0.75rem;
    background: var(--neutral-fill-rest);
    color: var(--neutral-foreground-rest);
    border-radius: 12px;
    font-size: 0.875rem;
}

.accordion-content[b-p9uzcr1skf] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

    .accordion-content.expanded[b-p9uzcr1skf] {
        max-height: 2000px;
        transition: max-height 0.3s ease-in;
    }

.accordion-body[b-p9uzcr1skf] {
    padding: 1.25rem;
    background: var(--neutral-layer-1);
}
/* /Components/CourseProvider/CourseProviderComponents/CourseProviderGridComponent.razor.rz.scp.css */

.course-detail[b-c2al3v78b1] {
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    gap: 50px;
}

    .course-detail .label[b-c2al3v78b1] {
        font-weight: bold;
        /*flex: 1;*/
    }

    .course-detail .value[b-c2al3v78b1] {
        flex: 2;
        max-width: 250px;
    }

.e-list-item .e-level-1[b-c2al3v78b1] {
    cursor: default;
}

.e-hover[b-c2al3v78b1] {
    cursor: default !important;
}

.e-listview .e-list-item[b-c2al3v78b1] {
    cursor: default !important;
}


.ReviewerSection[b-c2al3v78b1] {
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

    .ReviewerSection .FluentProgress[b-c2al3v78b1] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
    }

.ReviewerListContainer[b-c2al3v78b1] {
    width: 30%;
}

.ReviewHeader[b-c2al3v78b1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ReviewerList[b-c2al3v78b1] {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.fabricDark .ReviewerList[b-c2al3v78b1] {
    background-color: #2a2a2a;
    border: 1px solid #404040;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.highContrast .ReviewerList[b-c2al3v78b1] {
    background-color: #000000;
    border: 2px solid var(--hContrastTxtHighlight);
    box-shadow: 0 2px 4px var(--hContrastTxtHighlight);
}

.ReviewerItem[b-c2al3v78b1] {
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #333;
    border-bottom: 1px solid #ddd;
    transition: background-color 0.3s ease;
}

.fabricDark .ReviewerItem[b-c2al3v78b1] {
    color: var(--whiteFont);
    border-bottom: 1px solid #404040;
}

.highContrast .ReviewerItem[b-c2al3v78b1] {
    color: var(--highContrastFont);
    border-bottom: 2px solid var(--hContrastTxtHighlight);
}

.ReviewerItem:hover[b-c2al3v78b1] {
    background-color: #f0f0f0;
}

.fabricDark .ReviewerItem:hover[b-c2al3v78b1] {
    background-color: #333333;
}

.highContrast .ReviewerItem:hover[b-c2al3v78b1] {
    background-color: #1a1a1a;
}

.ReviewContainer[b-c2al3v78b1] {
    width: 65%;
}

/*.Review {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;

    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}*/

/*.Review:hover {
        transform: scale(1.02);
    }*/

.Review div[b-c2al3v78b1] {
    margin-bottom: 10px;
}

    .Review div:first-child[b-c2al3v78b1] {
        font-weight: 600;
    }

    .Review div:last-child[b-c2al3v78b1] {
        margin-bottom: 0;
    }

@media (max-width: 768px) {
    .ReviewerSection[b-c2al3v78b1] {
        flex-direction: column;
        padding: 10px;
    }

    .ReviewerListContainer[b-c2al3v78b1],
    .ReviewContainer[b-c2al3v78b1] {
        width: 100%;
    }

    .Review[b-c2al3v78b1] {
        padding: 15px;
    }
}


.ReviewerReviewSection[b-c2al3v78b1] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.fabricDark .ReviewerReviewSection[b-c2al3v78b1] {
    background-color: #1e1e1e;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.highContrast .ReviewerReviewSection[b-c2al3v78b1] {
    background-color: #000000;
    border: 2px solid var(--hContrastTxtHighlight);
    box-shadow: 0 4px 8px var(--hContrastTxtHighlight);
}

.Review[b-c2al3v78b1] {
    flex: 1 1 calc(33.333% - 20px);
    margin: 10px;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.fabricDark .Review[b-c2al3v78b1] {
    background-color: #2a2a2a;
    border: 1px solid #404040;
    color: var(--whiteFont);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.highContrast .Review[b-c2al3v78b1] {
    background-color: #000000;
    border: 2px solid var(--hContrastTxtHighlight);
    color: var(--highContrastFont);
    box-shadow: 0 2px 4px var(--hContrastTxtHighlight);
}

.Review:hover[b-c2al3v78b1] {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.fabricDark .Review:hover[b-c2al3v78b1] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.highContrast .Review:hover[b-c2al3v78b1] {
    box-shadow: 0 4px 12px var(--hContrastTxtHighlight);
}

.Review div[b-c2al3v78b1] {
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

.fabricDark .Review div[b-c2al3v78b1] {
    color: var(--whiteFont);
}

.highContrast .Review div[b-c2al3v78b1] {
    color: var(--highContrastFont);
}

.Review h4[b-c2al3v78b1] {
    color: var(--accent-base-color);
}

.fabricDark .Review h4[b-c2al3v78b1] {
    color: #5eb3e6;
}

.highContrast .Review h4[b-c2al3v78b1] {
    color: var(--hContrastTxtHighlight);
}

.reviewer-name[b-c2al3v78b1] {
    text-overflow: ellipsis;
    overflow: hidden;
}

.CourseStatus[b-c2al3v78b1] {
    width: 120px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    padding: 5px;
}

.status-pending[b-c2al3v78b1] {
    background-color: #f3cb91; /* Example: orange */
}

/* Sent to reviewer status */
.status-sent[b-c2al3v78b1] {
    background-color: #80cfe6; /* Example: blue */
}

/* Approved status */
.status-approved[b-c2al3v78b1] {
    background-color: #70d370; /* Example: green */
}

/* Rejected status */
.status-rejected[b-c2al3v78b1] {
    background-color: #fd8582; /* Example: red */
}
/* /Components/CourseReviewers/CourseReviewersComponents/CourseReviewDocumentsComponent.razor.rz.scp.css */
.folderWrapper[b-fcquylpy4e] {
    margin-top: var(--padding1);
    max-height: 210px;
    overflow-x: auto;
}

.fileWrapper[b-fcquylpy4e] {
    margin-top: var(--padding1);
}

.docSection[b-fcquylpy4e] {
    display: flex;
    flex-direction: column;
    row-gap: var(--padding025);
    margin-bottom: var(--padding15);
}
[b-fcquylpy4e] .e-dropdown-btn.e-btn {
    padding: 0 !important;
}

[b-fcquylpy4e] .e-dropdown-btn.e-btn .e-btn-icon {
    margin-left: 0 !important;
    width: 1rem !important;
}

.docIcon[b-fcquylpy4e] {
    width: 2.5rem;
}

.uploaderLabel[b-fcquylpy4e] {
    display: inline;
    font-size: var(--type-ramp-plus-1-font-size);
}

.uploaderIconWrapper[b-fcquylpy4e] {
    margin-top: var(--padding1);
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    gap: var(--padding1)
}

.searchWrapper[b-fcquylpy4e] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: var(--padding1)
}
.badge-holder[b-fcquylpy4e]{
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    gap:0.5rem;
    margin-block:1rem;
}

.fileItem[b-fcquylpy4e] {
    display: block;
    width: 300px;
    height: 246px;
    border-radius: 4px;
    background-color: var(--neutral-layer-2);
    box-shadow: var(--elevation-shadow-card-rest);
    transition: all 0.2s;
}

    .fileItem:hover[b-fcquylpy4e] {
        background-color: var(--neutral-layer-1);
        box-shadow: var(--elevation-shadow-card-hover);
    }

.fileItemThumbWrapper[b-fcquylpy4e] {
    position: relative;
    width: 300px;
    height: 186px;
    border-radius: 4px 4px 0 0;
}

.fileItemThumb[b-fcquylpy4e] {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 186px;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
}

.fileItemWrapper[b-fcquylpy4e] {
    position: relative;
    width: 300px;
    height: 60px;
    padding: var(--padding05);
    border-radius: 0 0 4px 4px;
    background-color: var(--neutral-layer-2);
}

.fileItemSelect[b-fcquylpy4e] {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    padding: var(--padding025);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 0 0;
}

.fileDetails[b-fcquylpy4e] {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fluent-messagebar-message[b-fcquylpy4e] {
    padding: 2px 0 !important;
}
/* /Components/CourseReviewers/CourseReviewersComponents/CourseReviewersReviewComponent.razor.rz.scp.css */
.DetailsWrapper[b-l28fyb4g99]{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-inline: 30px;
}
.ReviewDetails[b-l28fyb4g99]{
    display: flex;
    flex-direction: column;
}
.fieldsetReview[b-l28fyb4g99] {
    margin-top: var(--padding1);
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 0.5rem;
    border-radius: 4px;
    overflow-wrap: break-word;
}

.course-info[b-l28fyb4g99] {
    background-color: #f0f7ff;
    padding: 0.75rem;
    border-radius: 6px;
    border-left: 4px solid #0078d4;
    margin-block: 0.5rem;
    font-weight: 500;
    color: #323130;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.course-info a[b-l28fyb4g99] {
    color: #0078d4;
    font-weight: 600;
    text-decoration: underline;
}

.course-info a:hover[b-l28fyb4g99] {
    color: #106ebe;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-aapoojwuap] {
    position: relative;
}

.main[b-aapoojwuap] {
    display: block;
    height: calc(-70px + 100vh);
}

.sidebar[b-aapoojwuap] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, #137b13 0%, #0f6910 35%, #0b570d 70%, #09480a 100%);
    height: calc(100vh - 70px);
    display: none;
}
.HeaderLogo[b-aapoojwuap] {
    margin-left: 60px;
    margin-bottom: 0;
}

@media (min-width: 641px) {
    .sidebar[b-aapoojwuap] {
        width: 250px;
        height: calc(100vh - 70px);
        position: sticky;
        top: 0;
    }
    .HeaderLogo[b-aapoojwuap] {
        margin: 0 auto;
    }
}



#blazor-error-ui[b-aapoojwuap] {
    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-aapoojwuap] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.isolate[b-aapoojwuap] {
    z-index: 1;
    display: block;
    box-sizing: border-box;
}

.main[b-aapoojwuap] {
    display: block;
    height: calc(-70px - 84px + 100vh);
}

.app[b-aapoojwuap] {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr minmax(0, max-content) minmax(0, max-content);
    height: calc(100vh - 70px - 84px);
    width: 100%;
}
.bodyWrapper[b-aapoojwuap] {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    overflow: auto;
    height: calc(100vh - 70px - 54px);
}
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon[b-aapoojwuap]::before {
    content: "v" !important;
    font-family: "e-icons";
}
/* /Components/Layout/NotAllowed.razor.rz.scp.css */

*[b-56vk2mknn3] {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-shadow: 1px 1px 1px var(--focus-stroke-inner);
}

.wrapper-forbidden[b-56vk2mknn3] {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@keyframes unlock-circle-b-56vk2mknn3 {
    0% {
        bottom: 200px;
    }

    100% {
        bottom: 150px;
        animation-iteration-count: 1;
    }
}

@keyframes unlock-box-b-56vk2mknn3 {
    0% {
        bottom: 280px;
    }

    100% {
        bottom: 230px;
        animation-iteration-count: 1;
    }
}

body[b-56vk2mknn3] {
    margin: 0px;
}

.wrapper[b-56vk2mknn3] {
    height: 300px;
    width: 300px;
    margin: 50px auto;
}

.base[b-56vk2mknn3] {
    background-color: #ecf0f1;
    width: 200px;
    height: 170px;
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
    top: 100px;
    z-index: 100;
}

.base-bottom[b-56vk2mknn3] {
    background-color: #bdc3c7;
    width: 200px;
    height: 85px;
    border-radius: 0 0 30px 30px;
    top: 85px;
    position: relative;
    opacity: 0.4;
}

.lock-cirlce[b-56vk2mknn3] {
    height: 180px;
    width: 110px;
    border-radius: 45px;
    z-index: 10;
    background-color: #bdc3c7;
    position: relative;
    margin: 0 auto;
    bottom: 150px;
    animation-name: unlock-circle-b-56vk2mknn3;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.lock-circle-inside[b-56vk2mknn3] {
    height: 180px;
    width: 50px;
    border-radius: 30px;
    z-index: 20;
    background-color: var(--neutral-layer-1);
    position: relative;
    margin: 0 auto;
    top: 25px;
}

.lock-box[b-56vk2mknn3] {
    animation-name: unlock-box-b-56vk2mknn3;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    position: relative;
    height: 50px;
    width: 50px;
    background-color: var(--neutral-layer-1);
    bottom: 230px;
    left: 170px;
    z-index: 80;
}

.lock-inside-top[b-56vk2mknn3] {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: var(--neutral-layer-1);
    z-index: 300;
    position: relative;
    bottom: 45px;
    left: 75px;
}

.lock-inside-bottom[b-56vk2mknn3] {
    width: 30px;
    height: 80px;
    background-color: var(--neutral-layer-1);
    z-index: 300;
    position: relative;
    bottom: 85px;
    left: 85px;
}

h1[b-56vk2mknn3] {
    margin: 40px 0 20px;
}
/* /Components/Layout/SiteFooter.razor.rz.scp.css */
footer[b-cxjtvncco6] {
    background-color: #333;
    color: #fff;
    padding-bottom: 10px;
    /*text-align: center;*/
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    /*position: fixed;*/
    z-index:9;
}

.footer-container[b-cxjtvncco6] {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section[b-cxjtvncco6] {
    /*flex: 1;*/
    padding: 10px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
   /* align-items: center;*/
    text-align: left;
}
    .footer-section *[b-cxjtvncco6] {
        text-align: left;
    }

    .footer-section h2[b-cxjtvncco6] {
        margin-bottom: 0px;
        border-bottom: 2px solid #fff;
        display: inline-block;
    }

    .footer-section p[b-cxjtvncco6],
    .footer-section ul[b-cxjtvncco6] {
        margin-block:2px;
        padding: 0;
        list-style: none;
    }

    .footer-section a[b-cxjtvncco6] {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s;
    }

        .footer-section a:hover[b-cxjtvncco6] {
            color: #ff6347;
        }

.social-media[b-cxjtvncco6] {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

    .social-media img[b-cxjtvncco6] {
        width: 24px;
        height: 24px;
        object-fit: cover;
    }

.footer-bottom[b-cxjtvncco6] {
    border-top: 1px solid #444;
    padding-top: 10px;
}

    .footer-bottom p[b-cxjtvncco6] {
        margin: 0;
    }
@media (max-width: 530px) {
    .footer-container[b-cxjtvncco6]{
        justify-content: flex-start;
    }
}
/* /Components/Layout/SiteHeader.razor.rz.scp.css */
.HeaderLogo[b-v2k28btjzf] {
    margin: 0 auto;
    cursor: pointer;
    color: whitesmoke;
}
.MainHeader[b-v2k28btjzf] {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    position: relative;
    background-color: var(--headerColor);
    height: 70px;
    display: flex;
    align-items: center;
    padding-inline: 25px;
    width: 100%;
    z-index: 1001;
}
a[b-v2k28btjzf]{
    color: #0d5e91 !important;
    text-decoration: none;
}

a:hover[b-v2k28btjzf] {
    text-decoration: underline !important;
    cursor: pointer !important;
}
.AnchorHolder[b-v2k28btjzf] {
    display: flex;
    gap: 50px;
    justify-content: space-evenly;
    align-items:center;
}

.HamburgerMenu[b-v2k28btjzf] {
    display: none;
}
.UserName[b-v2k28btjzf] {
    color: #0d5e91;
    /* padding-inline: 5px;*/
    transition: transform ease-in-out 0.2s;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
}

    .UserName:hover[b-v2k28btjzf] {
        cursor: pointer;
        box-shadow: none;
        transform: scale(1.1);
        filter: drop-shadow(0px 0px 2px rgba(13, 94, 145, 0.3));
    }

.linkButton[b-v2k28btjzf] {
    font-size: large;
    outline: none;
    background: none;
    border: none;
    color: #0d5e91;
}
.linkButton:focus[b-v2k28btjzf]{
    border:1px solid black;
    border-radius:4px;
}

.MenuOverlay[b-v2k28btjzf] {
    /*display: none;*/
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    transition: top ease-in-out 0.3s;
    z-index: 1000;
}

    .MenuOverlay.show[b-v2k28btjzf] {
        top: 124px;
    }

.AnchorHolderMenu[b-v2k28btjzf] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    height: calc(100% - 40px);
    gap: 20px;
    padding: 20px;
    overflow-y: auto;
    padding-bottom: 100px;
}

.dropdown-container[b-v2k28btjzf] {
    position: relative;
    display: inline-block;
}

.breadcrumb-item-text[b-v2k28btjzf] {
}

@media (max-width: 750px) {
    .breadcrumb-item-text[b-v2k28btjzf] {
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.dropdown-link[b-v2k28btjzf] {
    color: #0d5e91 !important;
    text-decoration: none;
    font-size: large;
}

.dropdown-menu[b-v2k28btjzf] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1002;
    border-radius: 4px;
}

.dropdown-container:hover .dropdown-menu[b-v2k28btjzf] {
    display: block;
}

.dropdown-item[b-v2k28btjzf] {
    color: #333 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    transition: background-color 0.2s;
}

.dropdown-item:hover[b-v2k28btjzf] {
    background-color: #f1f1f1;
    cursor: pointer;
    text-decoration: none !important;
}

.dropdown-item:first-child[b-v2k28btjzf] {
    border-radius: 4px 4px 0 0;
}

.dropdown-item:last-child[b-v2k28btjzf] {
    border-radius: 0 0 4px 4px;
}
.tasks-badge[b-v2k28btjzf] {
    border-radius: 50%;
    background: red;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tasks-badge:hover[b-v2k28btjzf] {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

@media (max-width: 1145px) {
    .AnchorHolder[b-v2k28btjzf] {
        display: none;
    }

    .SiteTitle[b-v2k28btjzf] {
        display: none;
    }

    .HamburgerMenu[b-v2k28btjzf] {
        display: block;
        /*color: whitesmoke;
        font-size: 1.5em;*/
        cursor: pointer;
    }
}
/* /Components/Layout/ThemeComponent.razor.rz.scp.css */
.theme-component-container[b-mk3mfgbas0] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
    max-width: 500px;
}

.theme-section[b-mk3mfgbas0] {
    background-color: var(--neutral-layer-2);
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .theme-section:hover[b-mk3mfgbas0] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        transform: translateY(-2px);
    }

.section-header[b-mk3mfgbas0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--neutral-stroke-divider-rest);
}

.section-icon[b-mk3mfgbas0] {
    font-size: 24px;
    color: var(--accent-base-color);
}

.section-title[b-mk3mfgbas0] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.section-content[b-mk3mfgbas0] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.radio-group[b-mk3mfgbas0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Syncfusion dropdown styling */
[b-mk3mfgbas0] .theme-dropdown {
    width: 100%;
}

[b-mk3mfgbas0] .modern-radio {
    padding: 0.5rem;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

[b-mk3mfgbas0] .accesibleFont * {
    font-family: 'opendyslexic-regular' !important;
}

[b-mk3mfgbas0] .largeFont * {
    font-size:larger !important;
    font-weight:bold;
}
[b-mk3mfgbas0] .mediumFont * {
    font-size: medium !important;
    font-weight: bold;
}
[b-mk3mfgbas0] .smallFont * {
    font-size: smaller !important;
    font-weight: bold;
}

[b-mk3mfgbas0] .modern-radio:hover {
    background-color: var(--neutral-fill-stealth-hover);
    color: var(--highContrastDark);
}
[b-mk3mfgbas0] .modern-radio:hover * {
    color: var(--highContrastDark);
}

/* Dark mode adjustments */
.fabricDark .theme-section[b-mk3mfgbas0],
.highContrast .theme-section[b-mk3mfgbas0] {
    background-color: var(--highContrastDark);
    color: var(--whiteFont) !important;
}

    .fabricDark .theme-section:hover[b-mk3mfgbas0],
    .highContrast .theme-section:hover[b-mk3mfgbas0] {
        box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
    }

/*    .fabricDark .theme-section:hover *,
    .highContrast .theme-section:hover * {
        color: var(--highContrastDark) !important;
    }*/

/* High contrast mode */
.highContrast .section-icon[b-mk3mfgbas0] {
    color: var(--hContrastTxtHighlight);
}

.highContrast .section-header[b-mk3mfgbas0] {
    border-bottom-color: var(--hContrastTxtHighlight);
}
/* Responsive design */
@media (max-width: 768px) {
    .theme-component-container[b-mk3mfgbas0] {
        padding: 0.75rem;
        gap: 1rem;
    }

    .theme-section[b-mk3mfgbas0] {
        padding: 1rem;
    }

    .section-header[b-mk3mfgbas0] {
        gap: 0.5rem;
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
    }

    .section-icon[b-mk3mfgbas0] {
        font-size: 20px;
    }

    .section-title[b-mk3mfgbas0] {
        font-size: 1rem;
    }
}

/* Animation for card entrance */
@keyframes fadeInUp-b-mk3mfgbas0 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.theme-section[b-mk3mfgbas0] {
    animation: fadeInUp-b-mk3mfgbas0 0.4s ease forwards;
}

    .theme-section:nth-child(1)[b-mk3mfgbas0] {
        animation-delay: 0s;
    }

    .theme-section:nth-child(2)[b-mk3mfgbas0] {
        animation-delay: 0.1s;
    }

    .theme-section:nth-child(3)[b-mk3mfgbas0] {
        animation-delay: 0.2s;
    }
/* /Components/News/NewsComponents/NewsIndexComponent.razor.rz.scp.css */
.newsWrapper[b-xqbpsvdq20] {
    /*min-width: 960px;*/
    width: -webkit-fill-available;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 12px -12px, rgba(0, 0, 0, 0.24) 0px 8px 16px -7px;
    /*height: 95%;*/
}
@media only screen and (max-width: 960px) {
    .newsWrapper[b-xqbpsvdq20] {
        width: 100%;
        margin: 0;
        padding-inline: 5%;
    }
}

.newsItem[b-xqbpsvdq20] {
    padding: 2rem 1.5rem 1rem;
    border-bottom: 1px solid var(--neutral-stroke-rest);
    cursor: default !important;
}

.newsContent[b-xqbpsvdq20] {
    display: block;
    margin-top: 1rem;
}

.newsDate[b-xqbpsvdq20] {
    display: flex;
    gap: .5rem;
    padding-right: 1rem;
    align-items: center;
    border-bottom: 1px solid var(--neutral-stroke-rest);
}

.newsTag[b-xqbpsvdq20] {
    background-color: var(--accent-base-color);
    color: var(--neutral-layer-2);
    padding: .15rem .5rem;
    border-radius: 4px;
    font-size: var(--type-ramp-base-font-size);
    line-height: var(--type-ramp-base-line-height);
}

.msgButton[b-xqbpsvdq20] {
    width: 32px;
    height: 32px;
    padding: 5px 0 0 0;
    border-radius: 4px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease-in .15s
}

    .msgButton:hover[b-xqbpsvdq20] {
        background-color: rgba(0, 0, 0, 0.12);
    }

.newsHolder[b-xqbpsvdq20] {
    padding: var(--padding15);
}

.LoadMoreBtn[b-xqbpsvdq20] {
}

.e-listview:hover[b-xqbpsvdq20] {
    cursor: none !important;
}

.e-listview .e-list-item:hover[b-xqbpsvdq20] {
    cursor: default !important;
}

[b-xqbpsvdq20] .e-list-item:hover {
    background-color: transparent !important;
}

.listview-template[b-xqbpsvdq20] {
    cursor: default !important;
}

.e-chips[b-xqbpsvdq20] {
    font-family: "e-icons" !important;
}

body[b-xqbpsvdq20], .e-control[b-xqbpsvdq20], [class^="e-"] *:not([class*="e-icon"])[b-xqbpsvdq20] {
    font-family: revert !important;
}
.NewsImage[b-xqbpsvdq20]{
    width: 300px;
}
/* /Components/Pages/AboutUs.razor.rz.scp.css */
.container[b-d4ebbx9jhk] {
    width: 60%;
    margin: auto;
    overflow: hidden;
    padding: 10px;
}


.content-section[b-d4ebbx9jhk] {
    margin-bottom: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.fabricDark .content-section[b-d4ebbx9jhk],
.highContrast .content-section[b-d4ebbx9jhk] {
    background: var(--neutral-layer-2);
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
}

.content-section:hover[b-d4ebbx9jhk] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.fabricDark .content-section:hover[b-d4ebbx9jhk],
.highContrast .content-section:hover[b-d4ebbx9jhk] {
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.15);
}

.section-header[b-d4ebbx9jhk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}

.fabricDark .section-header[b-d4ebbx9jhk] {
    background: linear-gradient(to right, #2a2a2a, #1e1e1e);
    border-bottom: 1px solid #404040;
}

.highContrast .section-header[b-d4ebbx9jhk] {
    background: #000000;
    border-bottom: 2px solid var(--hContrastTxtHighlight);
}

.section-header:hover[b-d4ebbx9jhk] {
    background: linear-gradient(to right, #e8f4f8, #f5f5f5);
}

.fabricDark .section-header:hover[b-d4ebbx9jhk] {
    background: linear-gradient(to right, #333333, #282828);
}

.highContrast .section-header:hover[b-d4ebbx9jhk] {
    background: #1a1a1a;
}

.section-header h2[b-d4ebbx9jhk] {
    color: var(--accent-base-color);
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
}

.chevron[b-d4ebbx9jhk] {
    color: var(--accent-base-color);
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.section-content[b-d4ebbx9jhk] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    padding: 0 30px;
}

.section-content.expanded[b-d4ebbx9jhk] {
    max-height: 10000px;
    padding: 30px;
}

.section-content p[b-d4ebbx9jhk] {
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

.fabricDark .section-content p[b-d4ebbx9jhk] {
    color: var(--whiteFont);
}

.highContrast .section-content p[b-d4ebbx9jhk] {
    color: var(--highContrastFont);
}

.section-content h4[b-d4ebbx9jhk] {
    color: var(--accent-base-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.principles-list[b-d4ebbx9jhk] {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.principles-list li[b-d4ebbx9jhk] {
    padding: 15px;
    margin-bottom: 12px;
    background: #f8f9fa;
    border-left: 4px solid var(--accent-base-color);
    border-radius: 4px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fabricDark .principles-list li[b-d4ebbx9jhk] {
    background: #2a2a2a;
    color: var(--whiteFont);
}

.highContrast .principles-list li[b-d4ebbx9jhk] {
    background: #000000;
    border-left: 4px solid var(--hContrastTxtHighlight);
    color: var(--highContrastFont);
}

.principles-list li:hover[b-d4ebbx9jhk] {
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.fabricDark .principles-list li:hover[b-d4ebbx9jhk] {
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
}

.highContrast .principles-list li:hover[b-d4ebbx9jhk] {
    box-shadow: 0 2px 8px var(--hContrastTxtHighlight);
}

.mission-vision-cards[b-d4ebbx9jhk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.mvv-card[b-d4ebbx9jhk] {
    background: linear-gradient(135deg, var(--accent-base-color), #1a6b9e);
    color: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.fabricDark .mvv-card[b-d4ebbx9jhk] {
    background: linear-gradient(135deg, #1a5a8a, #0d3654);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.highContrast .mvv-card[b-d4ebbx9jhk] {
    background: #000000;
    border: 3px solid var(--hContrastTxtHighlight);
    box-shadow: 0 4px 12px var(--hContrastTxtHighlight);
}

.mvv-card:hover[b-d4ebbx9jhk] {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.fabricDark .mvv-card:hover[b-d4ebbx9jhk] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.highContrast .mvv-card:hover[b-d4ebbx9jhk] {
    box-shadow: 0 8px 24px var(--hContrastTxtHighlight);
}

.card-icon[b-d4ebbx9jhk] {
    font-size: 3rem;
    margin-bottom: 15px;
}

.mvv-card h5[b-d4ebbx9jhk] {
    color: #ffbd47;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.highContrast .mvv-card h5[b-d4ebbx9jhk] {
    color: var(--hContrastTxtHighlight);
}

.mvv-card p[b-d4ebbx9jhk] {
    color: white;
    line-height: 1.6;
}

.highContrast .mvv-card p[b-d4ebbx9jhk] {
    color: var(--highContrastFont);
}

.value-list[b-d4ebbx9jhk] {
    list-style: disc;
    padding-left: 20px;
    color: white;
    line-height: 1.6;
    margin: 0;
}

.highContrast .value-list[b-d4ebbx9jhk] {
    color: var(--highContrastFont);
}

.future-section[b-d4ebbx9jhk] {
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    border-radius: 8px;
    border-left: 5px solid var(--accent-base-color);
}

.fabricDark .future-section[b-d4ebbx9jhk] {
    background: linear-gradient(to right, #2a2a2a, #1e1e1e);
}

.highContrast .future-section[b-d4ebbx9jhk] {
    background: #000000;
    border-left: 5px solid var(--hContrastTxtHighlight);
}

.diagram-container[b-d4ebbx9jhk] {
    text-align: center;
    margin-top:0;
    margin-bottom: 30px;
}

.diagram-container img[b-d4ebbx9jhk] {
    max-width: 100%;
    height: auto;
    max-width: 700px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.team-members[b-d4ebbx9jhk] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

.team-member-card[b-d4ebbx9jhk] {
    display: flex;
    gap: 30px;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--accent-base-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fabricDark .team-member-card[b-d4ebbx9jhk] {
    background: #1e1e1e;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.highContrast .team-member-card[b-d4ebbx9jhk] {
    background: #000000;
    border: 2px solid var(--hContrastTxtHighlight);
    border-left: 5px solid var(--hContrastTxtHighlight);
    box-shadow: 0 2px 12px var(--hContrastTxtHighlight);
}

.team-member-card:hover[b-d4ebbx9jhk] {
    transform: translateX(8px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.fabricDark .team-member-card:hover[b-d4ebbx9jhk] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.highContrast .team-member-card:hover[b-d4ebbx9jhk] {
    box-shadow: 0 4px 20px var(--hContrastTxtHighlight);
}

.member-content[b-d4ebbx9jhk] {
    flex: 1;
}

.member-content h4[b-d4ebbx9jhk] {
    color: var(--accent-base-color);
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.member-title[b-d4ebbx9jhk] {
    font-style: italic;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
}

.fabricDark .member-title[b-d4ebbx9jhk] {
    color: #ccc;
}

.highContrast .member-title[b-d4ebbx9jhk] {
    color: var(--hContrastTxtHighlight);
}

.member-role[b-d4ebbx9jhk] {
    font-style: italic;
    color: #666;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fabricDark .member-role[b-d4ebbx9jhk] {
    color: #aaa;
}

.highContrast .member-role[b-d4ebbx9jhk] {
    color: var(--highContrastFont);
}

.member-image[b-d4ebbx9jhk] {
    min-width: 40%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.member-image img[b-d4ebbx9jhk] {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.HomeWrapper[b-d4ebbx9jhk] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.accentColor[b-d4ebbx9jhk] {
    color: var(--accent-base-color);
    font-weight: 600;
}

@media (max-width: 1150px) {
    .team-member-card[b-d4ebbx9jhk] {
        flex-direction: column;
    }
    
    .member-image[b-d4ebbx9jhk] {
        text-align: center;
    }
    
    .member-image img[b-d4ebbx9jhk] {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 750px) {
    .container[b-d4ebbx9jhk] {
        width: 95%;
    }
    
    .hero-content h1[b-d4ebbx9jhk] {
        font-size: 2rem;
    }
    
    .hero-subtitle[b-d4ebbx9jhk] {
        font-size: 1.2rem;
    }
    
    .section-header h2[b-d4ebbx9jhk] {
        font-size: 1.4rem;
    }
    
    .section-header[b-d4ebbx9jhk],
    .section-content.expanded[b-d4ebbx9jhk] {
        padding: 20px;
    }
    
    .mission-vision-cards[b-d4ebbx9jhk] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .hero-section[b-d4ebbx9jhk] {
        padding: 60px 15px;
    }
    
    .section-header h2[b-d4ebbx9jhk] {
        font-size: 1.2rem;
    }
}
/* /Components/Pages/AllCourses.razor.rz.scp.css */
.container[b-ngdc3elaek] {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 5px 20px;
    box-sizing: border-box;
}

.item[b-ngdc3elaek] {
    color: white;
}

header[b-ngdc3elaek] {
    padding: 20px 0;
    
}

    header h1[b-ngdc3elaek] {
        margin: 0px;
        padding: 0;
    }

.new-popular[b-ngdc3elaek] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .new-popular .item[b-ngdc3elaek] {
        background: var(--accent-stroke-control-active);
        border: 1px solid #ddd;
        padding: 20px;
        margin: 10px;
        width: calc(50% - 40px);
    }


.featured-post[b-ngdc3elaek] {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px 0;
}

    .featured-post h2[b-ngdc3elaek] {
        text-align: center;
    }

    .featured-post .featured-item[b-ngdc3elaek] {
        
        margin: 20px 0;
    }

    .featured-post a[b-ngdc3elaek] {
        display: block;
        text-align: center;
        background: #6b6b6b;
        color: #fff;
        padding: 10px;
        text-decoration: none;
        margin-top: 10px;
    }

.latest-news[b-ngdc3elaek] {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    padding: 0;
}

.news-item[b-ngdc3elaek] {
    border: 1px solid #ddd;
    padding: 20px;
    transition: background-color 0.1s;
    position: relative;
}

section[b-ngdc3elaek]{
   /* padding: 0 23% !important;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}
.StickyNews[b-ngdc3elaek] {
    position: sticky;
    height: max-content;
    top: 7px;
    width: 30%;
    margin-top: 40px;
    display:block;
}
.CourseList[b-ngdc3elaek] {
    display: flex;
    flex-direction: column;
    margin-block: 20px;
    width: 60%;
}
.HomeWrapper[b-ngdc3elaek] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: -webkit-fill-available;
    max-width: 1300px;
    /*min-height: calc(100vh - 309px);*/
}


.Course[b-ngdc3elaek] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /*margin-bottom: 20px;*/
    border-bottom: 1px solid #e0e0e0;
    /*padding-bottom: 20px;*/
    padding-block: 10px;
    padding-inline: 10px;
    gap: 10px;
    transition: background-color 0.3s;
    align-items: center;
}

.Course:hover[b-ngdc3elaek] {
    cursor: pointer;
}

.CourseHeader[b-ngdc3elaek] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 20px;
    flex: 1;
}

.CourseTitle[b-ngdc3elaek] {
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2;
}

.CourseInstitution[b-ngdc3elaek] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}

.CourseDetails[b-ngdc3elaek] {
    display: flex;
    align-items: center;
    gap: 6px;
    /*font-size: 14px;*/
}

.CourseThumbnail[b-ngdc3elaek] {
    flex-shrink: 0;
    /*margin-bottom: 10px;*/
}

.ThumbnailImage[b-ngdc3elaek] {
    width: 150px;
    height: 84px;
    object-fit: contain;
    border-radius: 4px;
    background: white;
}

.NoThumbnail[b-ngdc3elaek] {
    display: inline-block;
    width: 150px;
    height: 84px;
    background-color: #f0f0f0;
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}



/*////////////////////DIALOG////////////////////////*/


.NewsSection[b-ngdc3elaek] {
    /* max-width: 300px;*/
    margin: 0 auto;
    padding: 10px;
}

.NewsItem[b-ngdc3elaek] {
    display: flex;
    padding: 10px;
    margin-bottom: 15px;
    /*border-radius: 8px;*/
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.NewsImage[b-ngdc3elaek] {
    width: 200px;
    height: inherit;
    border-radius: 8px;
    margin-right: 25px;
    object-fit: cover;
}

.NoThumbnailNews[b-ngdc3elaek] {
    display: inline-block;
    width: 200px;
    height: inherit;
    background-color: #f0f0f0;
    color: #757575;
    display: flex;
    margin-right: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.NewsText[b-ngdc3elaek] {
    flex: 1;
}

    .NewsText h5[b-ngdc3elaek] {
        margin: 0 0 5px 0;
    }


    .NewsText p[b-ngdc3elaek] {
        margin: 5px 0;
    }

.CourseDuration[b-ngdc3elaek] {
    display: block;
    text-align: end;
}

@media (max-width: 600px) {
    .NewsSection[b-ngdc3elaek] {
        max-width: 100%;
    }

    .NewsItem[b-ngdc3elaek] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .NewsImage[b-ngdc3elaek] {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .NewsText h5[b-ngdc3elaek] {
        font-size: 1.1em;
    }

    .CourseList > div[style*="display: flex"][b-ngdc3elaek] {
        flex-direction: row;
        gap: 8px;
        align-items: center;
        padding: 0 10px;
    }

    .btnHolder[b-ngdc3elaek] {
        flex-shrink: 0;
    }
}

@media (max-width: 900px) {
    .HomeWrapper[b-ngdc3elaek] {
        flex-direction: column;
    }

    .StickyNews[b-ngdc3elaek] {
        width: 100%;
        margin-top: 0;
        position: initial;
    }
    .CourseList[b-ngdc3elaek]{
        width: 100%;
    }

    section[b-ngdc3elaek] {
        padding: 0 5px !important;
    }
}
.Introduction[b-ngdc3elaek]{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
}


.filter-container[b-ngdc3elaek] {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.filter-header[b-ngdc3elaek] {
    font-weight: bold;
    margin-bottom: 10px;
}

.filter-item[b-ngdc3elaek] {
    margin: 5px 0;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.TooltipLabel[b-ngdc3elaek] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.topicsIconDesktop[b-ngdc3elaek] {
    display: inline-block;
    margin-left: 0.25rem;
}

.helpTextMobile[b-ngdc3elaek] {
    display: none;
    font-size: 0.75rem;
    color: #666;
    margin-top: 2px;
    margin-bottom: 0.5rem;
    font-style: italic;
    line-height: 1.2;
}

@media (max-width: 900px) {
    .topicsIconDesktop[b-ngdc3elaek] {
        display: none;
    }
    
    .helpTextMobile[b-ngdc3elaek] {
        display: block;
    }
}

.filter-name[b-ngdc3elaek] {
    font-weight: bold;
    color: #555;
    white-space: nowrap;
}

.filter-value[b-ngdc3elaek] {
    color: #777;
}
.btnHolder[b-ngdc3elaek]{
    display: flex;
    justify-content: center;
    gap: 5px;
}

.auto-grid[b-ngdc3elaek] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1rem;
    column-gap: 1rem;
    width: 100%;
    box-sizing: border-box;
    align-items: start;
}

.auto-grid > div[b-ngdc3elaek] {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    gap: 0.25rem;
}

.auto-grid > div > *[b-ngdc3elaek] {
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .auto-grid[b-ngdc3elaek] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/CourseDetails.razor.rz.scp.css */
/* Course Details Page Styles */

/* SEO heading style — visually matches former <strong> labels */
.detail-heading[b-wk9mjkq738] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    color: inherit;
}

.course-details-section[b-wk9mjkq738] {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
    min-height: auto;
    background-color: var(--neutral-layer-1, #fafafa);
}

.course-details-container[b-wk9mjkq738] {
    max-width: 1200px;
    width: 100%;
}

.course-content[b-wk9mjkq738] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 2rem;
}

/* Title Section */
.course-title-section[b-wk9mjkq738] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem 0;
}

.course-title[b-wk9mjkq738] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    flex: 1;
    line-height: 1.3;
}

.pin-button-container[b-wk9mjkq738] {
    flex-shrink: 0;
}

/* Header Section with Gray Box and Image */
.course-header-section[b-wk9mjkq738] {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
}

/* Gray Box with Key Information */
.course-key-info[b-wk9mjkq738] {
    background-color: var(--neutral-layer-2, #f0f0f0);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--neutral-stroke-divider-rest, #e0e0e0);
    overflow: visible;
    flex: 1;
    min-height: 320px;
}

.info-item[b-wk9mjkq738] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: nowrap;
}

.info-icon[b-wk9mjkq738] {
    flex-shrink: 0;
    margin-top: 0.15rem;
    color: var(--accent-fill-rest, #0078d4);
    font-size: 1.25rem;
}

.info-item > div[b-wk9mjkq738] {
    flex: 1;
    line-height: 1.6;
}

.info-item strong[b-wk9mjkq738] {
    margin-right: 0.5rem;
    font-weight: 600;
}

/* Course Image Wrapper - with flip card effect */
.course-image-wrapper[b-wk9mjkq738] {
    flex-shrink: 0;
    width: 320px;
    height: 320px;
    display: flex;
    flex-direction: column;
    perspective: 1000px;
    cursor: pointer;
}

.course-image-wrapper:hover .card-inner[b-wk9mjkq738] {
    transform: rotateY(180deg);
}

.card-inner[b-wk9mjkq738] {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.card-front[b-wk9mjkq738],
.card-back[b-wk9mjkq738] {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
}

.card-front[b-wk9mjkq738] {
    background: var(--neutral-layer-1, white);
    border: 1px solid var(--neutral-stroke-divider-rest, #e5e7eb);
}

.card-back[b-wk9mjkq738] {
    background: var(--accent-fill-rest, #8b5cf6);
    color: var(--neutral-foreground-on-accent, white);
    transform: rotateY(180deg);
    align-items: center;
    justify-content: center;
}

.course-hero-image[b-wk9mjkq738] {
    width: 100%;
    height: calc(100% - 50px);
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.no-image-placeholder-hero[b-wk9mjkq738] {
    width: 100%;
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--neutral-layer-2, #f5f5f5);
    color: var(--neutral-foreground-hint, #a19f9d);
    border: 1px dashed var(--neutral-stroke-divider-rest, #d0d0d0);
}

.no-image-placeholder-hero p[b-wk9mjkq738] {
    margin-top: 0.5rem;
}

.enroll-text[b-wk9mjkq738] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background-color: var(--neutral-layer-1, white);
    border-top: 1px solid var(--neutral-stroke-divider-rest, #e5e7eb);
    font-weight: 600;
    color: var(--accent-fill-rest, #0078d4);
    height: 50px;
    flex-shrink: 0;
}

.enroll-text span[b-wk9mjkq738] {
    font-size: 1rem;
}

.go-to-course-link[b-wk9mjkq738] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-decoration: none;
    color: var(--neutral-foreground-on-accent, white);
    font-size: 1.25rem;
    font-weight: 600;
    transition: transform 0.2s, opacity 0.2s;
    width: 100%;
    height: 100%;
}

.go-to-course-link:hover[b-wk9mjkq738] {
    transform: scale(1.05);
    opacity: 0.9;
}

.go-to-course-link span[b-wk9mjkq738] {
    text-align: center;
}

.enroll-button[b-wk9mjkq738] {
    text-decoration: none;
    margin-top:-5px;
}

/* Main Content Layout */
.course-main-content[b-wk9mjkq738] {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2.5rem;
    margin-top: 1rem;
}

/* Left Sidebar */
.course-sidebar[b-wk9mjkq738] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sidebar-item[b-wk9mjkq738] {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--neutral-stroke-divider-rest, #e0e0e0);
}

.sidebar-item:last-of-type[b-wk9mjkq738] {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-item strong[b-wk9mjkq738] {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--neutral-foreground-rest, #323130);
    font-weight: 600;
}

.sidebar-item p[b-wk9mjkq738] {
    margin: 0;
    color: var(--neutral-foreground-rest, #605e5c);
    line-height: 1.5;
}

/* Right Details Section */
.course-details-content[b-wk9mjkq738] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.detail-item[b-wk9mjkq738] {
    padding-bottom: 1.75rem;
    border-bottom: 1px solid var(--neutral-stroke-divider-rest, #e0e0e0);
}

.detail-item:last-child[b-wk9mjkq738] {
    border-bottom: none;
    padding-bottom: 0;
}

.detail-item strong[b-wk9mjkq738] {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
    color: var(--neutral-foreground-rest, #323130);
    font-weight: 600;
}

.detail-item p[b-wk9mjkq738] {
    margin: 0;
    line-height: 1.7;
    color: var(--neutral-foreground-rest, #605e5c);
    white-space: pre-wrap;
}

/* Offered By Section */
.offered-by-section[b-wk9mjkq738] {
    margin-top: 2rem;
    padding: 1.75rem 2rem;
    background-color: var(--neutral-layer-1, #ffffff);
    border-radius: 12px;
    border: 1px solid var(--neutral-stroke-divider-rest, #e0e0e0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.offered-by-section h3[b-wk9mjkq738] {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.35rem;
    font-weight: 600;
}

.institution-info[b-wk9mjkq738] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.institution-logo[b-wk9mjkq738] {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 4px;
}

.institution-name p[b-wk9mjkq738] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--neutral-foreground-rest, #323130);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .course-key-info[b-wk9mjkq738] {
        padding-right: 240px;
        min-height: 280px;
    }

    .course-image-wrapper[b-wk9mjkq738] {
        width: 200px;
        right: 1.5rem;
        top: 1.5rem;
        bottom: 1.5rem;
        max-height: calc(100% - 3rem);
    }

    .course-main-content[b-wk9mjkq738] {
        grid-template-columns: 240px 1fr;
        gap: 2rem;
    }
}

@media (max-width: 900px) {
    .course-header-section[b-wk9mjkq738] {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .course-key-info[b-wk9mjkq738] {
        padding-right: 2rem;
        min-height: auto;
    }

    .course-image-wrapper[b-wk9mjkq738] {
        position: static;
        width: 100%;
        max-width: 300px;
        height: 350px;
        margin: 0 auto;
        cursor: pointer;
        top: auto;
        bottom: auto;
        max-height: none;
    }

    .course-main-content[b-wk9mjkq738] {
        grid-template-columns: 1fr;
    }

    .course-sidebar[b-wk9mjkq738] {
        order: 2;
    }

    .course-details-content[b-wk9mjkq738] {
        order: 1;
    }
}

@media (max-width: 768px) {
    .course-details-section[b-wk9mjkq738] {
        padding: 1rem 0.5rem;
    }

    .course-title[b-wk9mjkq738] {
        font-size: 1.5rem;
    }

    .course-key-info[b-wk9mjkq738] {
        padding: 1.5rem;
    }

    .course-main-content[b-wk9mjkq738] {
        gap: 1.5rem;
    }

    .offered-by-section[b-wk9mjkq738] {
        padding: 1.5rem;
    }
}

@media (max-width: 600px) {
    .course-title-section[b-wk9mjkq738] {
        flex-direction: column;
        align-items: flex-start;
    }

    .info-item[b-wk9mjkq738] {
        align-items: flex-start;
        gap: 0.75rem;
    }

    .course-key-info[b-wk9mjkq738] {
        padding: 1.25rem;
    }

    .course-details-content[b-wk9mjkq738] {
        gap: 1.5rem;
    }

    .course-image-wrapper[b-wk9mjkq738] {
        max-width: 100%;
    }
}

/* Legacy styles - keeping for backwards compatibility if needed */
.new-popular[b-wk9mjkq738] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .new-popular .item[b-wk9mjkq738] {
        background: var(--accent-stroke-control-active);
        border: 1px solid #ddd;
        padding: 20px;
        margin: 10px;
        width: calc(50% - 40px);
    }


.featured-post[b-wk9mjkq738] {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px 0;
}

    .featured-post h2[b-wk9mjkq738] {
        text-align: left;
    }

    .featured-post .featured-item[b-wk9mjkq738] {
        margin: 20px 0;
    }

    .featured-post a[b-wk9mjkq738] {
        display: block;
        text-align: left;
        background: #6b6b6b;
        color: #fff;
        padding: 10px;
        text-decoration: none;
        margin-top: 10px;
    }

.latest-news[b-wk9mjkq738] {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    padding: 0;
}

.news-item[b-wk9mjkq738] {
    border: 1px solid #ddd;
    padding: 20px;
    transition: background-color 0.1s;
    position: relative;
}



.CourseText h5[b-wk9mjkq738] {
    transition: text-decoration 0.1s;
}

    .CourseText h5:hover[b-wk9mjkq738] {
        text-decoration: underline;
        cursor: pointer;
    }

.CoursesWrapper[b-wk9mjkq738] {
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    justify-content: left;
}

.CourseItem[b-wk9mjkq738] {
    max-width: 263px;
    min-width: 200px;
    height: 366px;
    overflow: hidden;
    padding: 15px;
    transition: transform 0.2s;
    text-wrap: balance;
}

    .CourseItem:hover[b-wk9mjkq738] {
        border-radius: 5px;
        transform: translateY(-2px);
    }

.CourseImage[b-wk9mjkq738] {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

section[b-wk9mjkq738] {
    display: flex;
    flex-direction: row;
    justify-content: left;
    position: relative;
}

.StickyNews[b-wk9mjkq738] {
    position: sticky;
    height: max-content;
    top: 7px;
    margin-top: 40px;
    display: block;
}

.HomeWrapper[b-wk9mjkq738] {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: -webkit-fill-available;
    max-width: 1300px;
    min-height: calc(100vh - 309px);
}

.Creator:hover[b-wk9mjkq738] {
    text-decoration: underline;
    cursor: pointer;
    color: blue;
}

.e-dialog[b-wk9mjkq738] {
    max-height: 98%;
    max-width: 100%;
    min-width: 240px;
    position: absolute;
    border-radius: 12px;
}

.container[b-wk9mjkq738] {
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 10px;
}


header[b-wk9mjkq738] {
    padding: 20px 0;
}

    header h1[b-wk9mjkq738] {
        margin: 0px;
        padding: 0;
    }

.fileItem[b-wk9mjkq738] {
    display: block;
    width: 300px;
    height: 246px;
    border-radius: 4px;
    background-color: var(--neutral-layer-2);
    box-shadow: var(--elevation-shadow-card-rest);
    transition: all 0.2s;
}

    .fileItem:hover[b-wk9mjkq738] {
        background-color: var(--neutral-layer-1);
        box-shadow: var(--elevation-shadow-card-hover);
    }

.fileItemThumbWrapper[b-wk9mjkq738] {
    position: relative;
    width: 300px;
    height: 186px;
    border-radius: 4px 4px 0 0;
}

.fileItemThumb[b-wk9mjkq738] {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 186px;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
}

.fileItemWrapper[b-wk9mjkq738] {
    position: relative;
    width: 300px;
    height: 60px;
    padding: var(--padding05);
    border-radius: 0 0 4px 4px;
    background-color: var(--neutral-layer-2);
}

.fileItemSelect[b-wk9mjkq738] {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    padding: var(--padding025);
    border-radius: 4px 4px 0 0;
}

.fileDetails[b-wk9mjkq738] {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fluent-messagebar-message[b-wk9mjkq738] {
    padding: 2px 0 !important;
}

.fileWrapper[b-wk9mjkq738] {
    margin-top: var(--padding1);
}

.docSection[b-wk9mjkq738] {
    display: flex;
    flex-direction: column;
    row-gap: var(--padding025);
    margin-bottom: var(--padding15);
}

[b-wk9mjkq738] .e-dropdown-btn.e-btn {
    padding: 0 !important;
}

    [b-wk9mjkq738] .e-dropdown-btn.e-btn .e-btn-icon {
        margin-left: 0 !important;
        width: 1rem !important;
    }

.docIcon[b-wk9mjkq738] {
    width: 2.5rem;
}

.question-container[b-wk9mjkq738] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.question-text[b-wk9mjkq738] {
    display: inline-block;
    margin-right: 10px;
}

.arrow[b-wk9mjkq738] {
    display: inline-block;
    transition: transform 0.3s ease-out;
}

.news-item.open .arrow[b-wk9mjkq738] {
    transform: rotate(180deg);
}

.answer[b-wk9mjkq738] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out, padding 0.15s ease-out;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.news-item.open .answer[b-wk9mjkq738] {
    max-height: 200px;
    padding-block: 10px;
}

.carousel-container[b-wk9mjkq738] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 30px;
}

.carousel[b-wk9mjkq738] {
    overflow: hidden;
    width: 100%;
}

.carousel-items[b-wk9mjkq738] {
    display: flex;
    transition: transform 0.7s ease;
}

.carousel .item[b-wk9mjkq738] {
    margin: 10px;
    max-width: 286px;
    min-width: 250px;
    height: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: box-shadow 0.1s, transform 0.2s;
    flex-shrink: 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

    .carousel .item:hover[b-wk9mjkq738] {
        box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
    }

.carousel-button[b-wk9mjkq738] {
    border: 0.5px solid gray;
    padding: 4px;
    padding-block: 0px;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
}

    .carousel-button.hidden[b-wk9mjkq738] {
        visibility: hidden;
        opacity: 0;
    }

.CourseText[b-wk9mjkq738] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .CourseText h5:hover[b-wk9mjkq738] {
        text-decoration: underline;
        cursor: pointer;
    }

.NewsSection[b-wk9mjkq738] {
    margin: 0 auto;
    padding: 10px;
}

.NewsItem[b-wk9mjkq738] {
    display: flex;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.NewsImage[b-wk9mjkq738] {
    width: 100px;
    height: 90px;
    border-radius: 8px;
    margin-right: 10px;
    object-fit: cover;
}

.NewsText[b-wk9mjkq738] {
    flex: 1;
}

    .NewsText h5[b-wk9mjkq738] {
        margin: 0 0 5px 0;
    }


    .NewsText p[b-wk9mjkq738] {
        margin: 5px 0;
    }

.CourseDuration[b-wk9mjkq738] {
    display: block;
    text-align: end;
}

.AboutSection[b-wk9mjkq738] {
    padding: 40px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-block: 30px;
    border-left: 5px solid var(--accent-base-color);
}

.AboutText h2[b-wk9mjkq738] {
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.AboutText p[b-wk9mjkq738] {
    line-height: 1.6;
    margin-bottom: 20px;
}

    .AboutText p:last-child[b-wk9mjkq738] {
        margin-bottom: 0;
    }

.TestimonialsSection[b-wk9mjkq738] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-block: 20px;
}

.Testimonial[b-wk9mjkq738] {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: calc(50% - 20px);
    box-sizing: border-box;
    text-align: left;
}

    .Testimonial p[b-wk9mjkq738] {
        line-height: 1.6;
        margin-bottom: 10px;
    }

.Author[b-wk9mjkq738] {
    font-weight: bold;
    margin-bottom: 10px;
}

.ReviewerLecturerSection[b-wk9mjkq738] {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
}

.ReviewerSection[b-wk9mjkq738], .LecturerSection[b-wk9mjkq738] {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .ReviewerSection h3[b-wk9mjkq738], .LecturerSection h3[b-wk9mjkq738] {
        margin-bottom: 10px;
    }

    .ReviewerSection p[b-wk9mjkq738], .LecturerSection p[b-wk9mjkq738] {
        line-height: 1.6;
        margin-bottom: 20px;
    }

.RevLecBtn[b-wk9mjkq738] {
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
/* /Components/Pages/GeneralFAQPage.razor.rz.scp.css */
.container[b-fkxz5gkwzu] {
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 10px;
}

.item[b-fkxz5gkwzu] {
    color: white;
}

header[b-fkxz5gkwzu] {
    padding: 20px 0;
}

    header h1[b-fkxz5gkwzu] {
        margin: 0px;
        padding: 0;
    }

.new-popular[b-fkxz5gkwzu] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .new-popular .item[b-fkxz5gkwzu] {
        background: var(--accent-stroke-control-active);
        border: 1px solid #ddd;
        padding: 20px;
        margin: 10px;
        width: calc(50% - 40px);
    }

.vertical-ticker[b-fkxz5gkwzu] {
    position: relative;
    min-height: 500px;
    margin: 0;
    margin-top: 1rem;
    list-style-type: none;
}

    .vertical-ticker li[b-fkxz5gkwzu] {
        position: absolute;
        bottom: -210px;
        left: 25px;
        width: 300px;
        height: 250px;
        margin: 0 0 10px;
        opacity: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 5px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        transition: all 1s ease-in-out;
    }

.vertical-ticker-wrap[b-fkxz5gkwzu] {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    /*            padding: 6px 0;*/
    /*            text-align: center;*/
    /*            font-size: 16px;*/
    /*            font-weight: bold;*/
    /*            line-height: 24px;*/
    /*            color: #333;*/
    background-color: rgba(255,255,255,0.66);
}

.vertical-ticker li.active_1[b-fkxz5gkwzu] {
    opacity: 1;
    left: 25px;
    bottom: -153px;
}

.vertical-ticker li.active_2[b-fkxz5gkwzu] {
    opacity: 1;
    left: 25px;
    bottom: 66px;
}

.vertical-ticker li.active_3[b-fkxz5gkwzu] {
    opacity: 1;
    left: 25px;
    bottom: 316px;
}

.vertical-ticker li.active_4[b-fkxz5gkwzu] {
    opacity: 0;
    left: 25px;
    bottom: 525px;
}


.featured-post[b-fkxz5gkwzu] {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px 0;
}

    .featured-post h2[b-fkxz5gkwzu] {
        text-align: center;
    }

    .featured-post .featured-item[b-fkxz5gkwzu] {
        margin: 20px 0;
    }

    .featured-post a[b-fkxz5gkwzu] {
        display: block;
        text-align: center;
        background: #6b6b6b;
        color: #fff;
        padding: 10px;
        text-decoration: none;
        margin-top: 10px;
    }

.latest-news[b-fkxz5gkwzu] {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    padding: 0;
}

.news-item[b-fkxz5gkwzu] {
    border: 1px solid #ddd;
    padding: 20px;
    transition: background-color 0.1s;
    position: relative;
}

.question-container[b-fkxz5gkwzu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.question-text[b-fkxz5gkwzu] {
    display: inline-block;
    margin-right: 10px;
}

.arrow[b-fkxz5gkwzu] {
    display: inline-block;
    transition: transform 0.3s ease-out; /* Smooth rotation */
}

.news-item.open .arrow[b-fkxz5gkwzu] {
    transform: rotate(180deg); /* Rotate the arrow when the answer is open */
}

.answer[b-fkxz5gkwzu] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out, padding 0.15s ease-out; /* Smooth transition for answer */
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.news-item.open .answer[b-fkxz5gkwzu] {
    max-height: 200px; /* Adjust this value as needed */
    padding-block: 10px;
}


/* Carousel styling */
.carousel-container[b-fkxz5gkwzu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 30px;
}

.carousel[b-fkxz5gkwzu] {
    overflow: hidden;
    width: 100%;
}

.carousel-items[b-fkxz5gkwzu] {
    display: flex;
    transition: transform 0.7s ease;
}

.carousel .item[b-fkxz5gkwzu] {
    /* background: var(--accent-stroke-control-active);*/
    /*border: 1px solid #ddd;
    padding: 20px;*/
    margin: 10px;
    max-width: 286px;
    min-width: 250px;
    height: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: box-shadow 0.1s, transform 0.2s;
    flex-shrink: 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
    background: white;
}

    .carousel .item:hover[b-fkxz5gkwzu] {
        /*background: var(--accent-stroke-control-hover);*/
        /* cursor: pointer;*/
        box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
    }

.carousel-button[b-fkxz5gkwzu] {
    /*background: rgba(0, 0, 0, 0.5);*/
    border: 0.5px solid gray;
    color: black;
    padding: 4px;
    padding-block: 0px;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
}

    .carousel-button:hover[b-fkxz5gkwzu] {
        background: var(--neutral-fill-input-alt-active);
        color: white;
    }

    .carousel-button.hidden[b-fkxz5gkwzu] {
        visibility: hidden;
        opacity: 0;
    }

.CourseText h5[b-fkxz5gkwzu] {
    transition: text-decoration 0.1s;
}

.CourseText[b-fkxz5gkwzu] {
    display: flex;
    flex-direction: column;
    /*    justify-content: space-between;*/
    height: 100%;
    padding: 0.5rem;
}

    .CourseText h5:hover[b-fkxz5gkwzu] {
        text-decoration: underline;
        cursor: pointer;
    }

.CoursesWrapper[b-fkxz5gkwzu] {
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    justify-content: center;
}

.CourseItem[b-fkxz5gkwzu] {
    max-width: 300px;
    min-width: 200px;
    /*height: 366px;*/
    overflow: hidden;
    padding: 15px;
    transition: transform 0.2s;
    text-wrap: balance;
}

    .CourseItem:hover[b-fkxz5gkwzu] {
        border-radius: 5px;
        transform: translateY(-2px);
    }

.CourseImage[b-fkxz5gkwzu] {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

section[b-fkxz5gkwzu] {
    /* padding: 0 23% !important;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    /* background: #f3faff;*/
}

.StickyNews[b-fkxz5gkwzu] {
    position: sticky;
    height: max-content;
    top: 7px;
    width: 40%;
    margin-top: 40px;
    display:block;
}

.HomeWrapper[b-fkxz5gkwzu] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: -webkit-fill-available;
    max-width: 1300px;
}

.Creator:hover[b-fkxz5gkwzu] {
    text-decoration: underline;
    cursor: pointer;
    color: blue;
}

.e-dialog[b-fkxz5gkwzu] {
    max-height: 98%;
    max-width: 100%;
    min-width: 240px;
    position: absolute;
    border-radius: 12px;
}


/*////////////////////DIALOG////////////////////////*/


.AboutSection[b-fkxz5gkwzu] {
    /*    background: linear-gradient(135deg, #ffffff, #e0f7fa);*/
    padding: 40px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-block: 30px;
    border-left: 5px solid var(--accent-base-color);
}

.AboutText h2[b-fkxz5gkwzu] {
    color: #333;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.AboutText p[b-fkxz5gkwzu] {
    line-height: 1.6;
    margin-bottom: 20px;
}

    .AboutText p:last-child[b-fkxz5gkwzu] {
        margin-bottom: 0;
    }

@media (max-width: 600px) {
    .AboutSection[b-fkxz5gkwzu] {
        padding: 20px 10px;
    }

    .AboutText h2[b-fkxz5gkwzu] {
        font-size: 1.5em;
    }

    .AboutText p[b-fkxz5gkwzu] {
        font-size: 0.9em;
    }
}

.TestimonialsSection[b-fkxz5gkwzu] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-block: 20px;
}

.Testimonial[b-fkxz5gkwzu] {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: calc(50% - 20px); /* Adjusting width to fit two per row with gap */
    box-sizing: border-box;
    text-align: center;
}

    .Testimonial p[b-fkxz5gkwzu] {
        line-height: 1.6;
        margin-bottom: 10px;
    }

.Author[b-fkxz5gkwzu] {
    font-weight: bold;
    margin-bottom: 10px;
}

.Stars[b-fkxz5gkwzu] {
    /*    color: #FFD700;
    font-size: 1.2em;*/
}

@media (max-width: 768px) {
    .Testimonial[b-fkxz5gkwzu] {
        width: calc(100% - 20px); /* Adjusting width to fit one per row on smaller screens */
    }
}

@media (max-width: 600px) {
    .TestimonialsSection[b-fkxz5gkwzu] {
        padding: 10px;
    }

    .Testimonial[b-fkxz5gkwzu] {
        padding: 15px;
        margin: 10px 0;
    }
}

.ReviewerLecturerSection[b-fkxz5gkwzu] {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
}

.ReviewerSection[b-fkxz5gkwzu], .LecturerSection[b-fkxz5gkwzu] {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /*text-align: center;*/
}

    .ReviewerSection h3[b-fkxz5gkwzu], .LecturerSection h3[b-fkxz5gkwzu] {
        /*        font-size: 1.5em;
        color: #333;*/
        margin-bottom: 10px;
    }

    .ReviewerSection p[b-fkxz5gkwzu], .LecturerSection p[b-fkxz5gkwzu] {
        /*        font-size: 1em;
        color: #3b3a3a;*/
        line-height: 1.6;
        margin-bottom: 20px;
    }

.RevLecBtn[b-fkxz5gkwzu] {
    /*    background-color: #00bcd4;
    color: #ffffff;*/
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .RevLecBtn:hover[b-fkxz5gkwzu] {
        background-color: #0097a7;
    }

@media (max-width: 600px) {
    .ReviewerLecturerSection[b-fkxz5gkwzu] {
        padding: 10px;
    }

    .ReviewerSection[b-fkxz5gkwzu], .LecturerSection[b-fkxz5gkwzu] {
        padding: 15px;
        margin-bottom: 15px;
    }

    .RevLecBtn[b-fkxz5gkwzu] {
        width: 100%;
        padding: 12px;
        font-size: 1.1em;
    }
}



.NewsSection[b-fkxz5gkwzu] {
    /* max-width: 300px;*/
    margin: 0 auto;
    padding: 10px;
}

.NewsItem[b-fkxz5gkwzu] {
    display: flex;
    padding: 10px;
    margin-bottom: 15px;
    /*border-radius: 8px;*/
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.NewsImage[b-fkxz5gkwzu] {
    width: 100px;
    height: 90px;
    border-radius: 8px;
    margin-right: 10px;
    object-fit: cover;
}

.NewsText[b-fkxz5gkwzu] {
    flex: 1;
}

    .NewsText h5[b-fkxz5gkwzu] {
        /*        font-size: 1em;
        color: #333;*/
        margin: 0 0 5px 0;
    }


    .NewsText p[b-fkxz5gkwzu] {
        /*        font-size: 0.9em;
        color: #3b3a3a;*/
        margin: 5px 0;
    }

.CourseDuration[b-fkxz5gkwzu] {
    display: block;
    text-align: end;
}

@media (max-width: 600px) {
    .NewsSection[b-fkxz5gkwzu] {
        max-width: 100%;
    }

    .NewsItem[b-fkxz5gkwzu] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .NewsImage[b-fkxz5gkwzu] {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .NewsText h5[b-fkxz5gkwzu] {
        font-size: 1.1em;
    }
}

@media (max-width: 900px) {
    .HomeWrapper[b-fkxz5gkwzu] {
        flex-direction: column-reverse;
    }

    .StickyNews[b-fkxz5gkwzu] {
        width: 100%;
        margin-top: 0;
        position: initial;
    }

    section[b-fkxz5gkwzu] {
        padding: 0 5px !important;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.container[b-1crb57rzog] {
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 20px 24px;
}

.item[b-1crb57rzog] {
    color: white;
}

/* ========== CAROUSEL STYLES ========== */
.carousel-item[b-1crb57rzog] {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 40px;
    box-sizing: border-box;
    gap: 2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    height: 100%;
    overflow: hidden;
}

/* When there's a background image */
.carousel-item[style*="background-image"][b-1crb57rzog] {
    background-color: #ffffff;
}

.carousel-overlay[b-1crb57rzog] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Neutral overlay: transparent at top, soft dark at bottom so images don't get a blue tint */
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.0) 0%,
        rgba(0,0,0,0.25) 40%,
        rgba(0,0,0,0.5) 100%
    );
    z-index: 1;
    pointer-events: none; /* allow clicks through overlay if needed */
}

.carousel-item .CourseText[b-1crb57rzog] {
    font-family: var(--body-font);
    position: relative;
    z-index: 2;
    background: var(--card, #ffffff);
    color: var(--text, #333);
    padding: 28px 32px;
    border-radius: 12px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: none;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* When carousel item has a background image, style the CourseText like the floating hero text */
.carousel-item[style*="background-image"] .CourseText[b-1crb57rzog] {
    /* Simple overlay card: dark semi-transparent background with white text */
    position: relative;
    background: rgba(0,0,0,0.65) !important;
    color: #ffffff !important;
    padding: 20px 24px;
    border-radius: 10px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 12px 40px rgba(0,0,0,0.35);
}

/* Keep high-contrast variant accessible */
body.highContrast .carousel-item[style*="background-image"] .CourseText[b-1crb57rzog] {
    background: #000000 !important;
    color: var(--highContrastFont) !important;
    border: 2px solid #ffffff;
}

/* Ensure link/title and info are white when over image overlay */
.carousel-item[style*="background-image"] .CourseText .course-title[b-1crb57rzog],
.carousel-item[style*="background-image"] .CourseText .course-title a[b-1crb57rzog],
.carousel-item[style*="background-image"] .CourseText .course-info[b-1crb57rzog],
.carousel-item[style*="background-image"] .CourseText .course-info span[b-1crb57rzog],
.carousel-item[style*="background-image"] .CourseText .course-info strong[b-1crb57rzog] {
    color: #ffffff !important;
}

.carousel-item[style*="background-image"] .CourseText .course-title a:hover[b-1crb57rzog],
.carousel-item[style*="background-image"] .CourseText .course-title a:focus[b-1crb57rzog] {
    text-decoration: underline;
    color: #ffffff !important;
    opacity: 0.95;
}








/* Ensure carousel text inherits dyslexic font when enabled */
.carousel-item .CourseText[b-1crb57rzog],
.carousel-item .CourseText *[b-1crb57rzog] {
    font-family: var(--body-font);
}

.carousel-item:hover .CourseText[b-1crb57rzog] {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
}

/* Theme-specific carousel card styles */
body.fabric .carousel-item .CourseText[b-1crb57rzog] {
    background: #ffffff;
    color: var(--blackFont);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

body.fabricDark .carousel-item .CourseText[b-1crb57rzog] {
    background: #2d2d2d;
    color: var(--whiteFont);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

body.highContrast .carousel-item .CourseText[b-1crb57rzog] {
    background: #000000;
    color: var(--highContrastFont);
    border: 3px solid #ffffff;
    box-shadow: none;
}

/* Hide Syncfusion carousel navigation buttons */
[b-1crb57rzog] .e-carousel .e-carousel-navigators {
    display: none !important;
}

/* Style only the indicators (dots) at the bottom */
[b-1crb57rzog] .e-carousel .e-carousel-indicators {
    bottom: 15px;
}

[b-1crb57rzog] .e-carousel .e-carousel-indicators .e-indicator-bar {
    gap: 8px;
}

[b-1crb57rzog] .e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    border: none;
    transition: background 0.15s ease, transform 0.15s ease;
    cursor: pointer;
}

[b-1crb57rzog] .e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator:hover {
    background: rgba(255, 255, 255, 0.8);
}

[b-1crb57rzog] .e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator.e-active {
    background: #ffffff;
    transform: scale(1.3);
}

/* Theme-specific indicators */
body.highContrast[b-1crb57rzog]  .e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator {
    background: transparent;
    border: 2px solid #ffffff;
}

body.highContrast[b-1crb57rzog]  .e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator.e-active {
    background: var(--hContrastTxtHighlight, #ffd939);
    border-color: var(--hContrastTxtHighlight, #ffd939);
}

@media(max-width:900px) {
    .carousel-container[b-1crb57rzog] {
        width: 92%;
        height: 280px;
        margin-top: 1.5rem;
        border-radius: 16px;
    }

    .carousel-item[b-1crb57rzog] {
        padding: 20px;
    }

    .carousel-item .CourseText[b-1crb57rzog] {
        max-width: 85%;
        padding: 20px 24px;
    }

    .course-title[b-1crb57rzog] {
        font-size: 1.1rem;
    }

    .course-info[b-1crb57rzog] {
        font-size: 0.85rem;
    }
}

@media(max-width:600px) {
    .carousel-container[b-1crb57rzog] {
        width: 95%;
        height: 260px;
        margin-top: 1rem;
        border-radius: 14px;
    }

    .carousel-item[b-1crb57rzog] {
        padding: 15px;
    }

    .carousel-item .CourseText[b-1crb57rzog] {
        max-width: 92%;
        padding: 16px 18px;
        border-radius: 10px;
    }

    .course-title[b-1crb57rzog] {
        font-size: 0.95rem;
        margin-bottom: 0.4rem;
    }

    .course-info[b-1crb57rzog] {
        font-size: 0.8rem;
        gap: 5px;
        margin-bottom: 0.25rem;
    }

    [b-1crb57rzog] .e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator {
        width: 10px;
        height: 10px;
    }
}

@keyframes spin-b-1crb57rzog {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

header[b-1crb57rzog] {
    padding: 20px 0;
}

    header h1[b-1crb57rzog] {
        margin: 0px;
        padding: 0;
    }

.new-popular[b-1crb57rzog] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .new-popular .item[b-1crb57rzog] {
        background: var(--accent-stroke-control-active);
        border: 1px solid #ddd;
        padding: 20px;
        margin: 10px;
        width: calc(50% - 40px);
    }


.featured-post[b-1crb57rzog] {
    background: var(--card, #ffffff);
    color: var(--text, #333);
    border: 1px solid rgba(128, 128, 128, 0.2);
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

/* Theme-specific featured-post */
body.fabric .featured-post[b-1crb57rzog] {
    background: #ffffff;
    color: var(--blackFont);
    border-color: #ddd;
}

body.fabricDark .featured-post[b-1crb57rzog] {
    background: #2d2d2d;
    color: var(--whiteFont);
    border-color: rgba(255, 255, 255, 0.1);
}

body.highContrast .featured-post[b-1crb57rzog] {
    background: #000000;
    color: var(--highContrastFont);
    border: 2px solid #ffffff;
}

    .featured-post h2[b-1crb57rzog] {
        text-align: center;
    }

    .featured-post .featured-item[b-1crb57rzog] {
        margin: 20px 0;
    }

    .featured-post a[b-1crb57rzog] {
        display: block;
        text-align: center;
        /*        background: #6b6b6b;
        color: #fff;*/
        padding: 10px;
        text-decoration: none;
        margin-top: 10px;
    }

.latest-news[b-1crb57rzog] {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    padding: 0;
}

.news-item[b-1crb57rzog] {
    background-color: var(--card, #ffffff);
    color: var(--text, #333);
    border: 1px solid rgba(128, 128, 128, 0.2);
    padding: 20px;
    border-radius: 8px;
    transition: background-color 0.15s ease;
    position: relative;
}

/* Theme-specific news-item (FAQ) */
body.fabric .news-item[b-1crb57rzog] {
    background-color: #ffffff;
    color: var(--blackFont);
    border-color: #ddd;
}

body.fabricDark .news-item[b-1crb57rzog] {
    background-color: #2d2d2d;
    color: var(--whiteFont);
    border-color: rgba(255, 255, 255, 0.1);
}

body.highContrast .news-item[b-1crb57rzog] {
    background-color: #000000;
    color: var(--highContrastFont);
    border: 2px solid #ffffff;
}

.question-container[b-1crb57rzog] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.question-text[b-1crb57rzog] {
    display: inline-block;
    margin-right: 10px;
}

.arrow[b-1crb57rzog] {
    display: inline-block;
    transition: transform 0.3s ease-out; /* Smooth rotation */
}

.news-item.open .arrow[b-1crb57rzog] {
    transform: rotate(180deg); /* Rotate the arrow when the answer is open */
}

.answer[b-1crb57rzog] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out, padding 0.15s ease-out; /* Smooth transition for answer */
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.news-item.open .answer[b-1crb57rzog] {
    max-height: 200px; /* Adjust this value as needed */
    padding-block: 10px;
}


/* Carousel styling */
.carousel-container[b-1crb57rzog] {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    height: 320px;
    margin: 0 auto;
    width: 80%;
    max-width: 1250px;
    margin-top: 2rem;
    border-radius: 20px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 0;
}

/* Theme-specific carousel container */
body.fabric .carousel-container[b-1crb57rzog] {
    background: linear-gradient(135deg, #2b92d0 0%, #1565a7 100%);
    box-shadow: 0 25px 80px rgba(43, 146, 208, 0.3);
}

body.fabricDark .carousel-container[b-1crb57rzog] {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1a 100%);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5);
}

body.highContrast .carousel-container[b-1crb57rzog] {
    background: #000000;
    border: 3px solid #ffffff;
    box-shadow: none;
}

section[b-1crb57rzog] {
    /* padding: 0 23% !important;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    /* background: #f3faff;*/
}

.StickyNews[b-1crb57rzog] {
    position: sticky;
    height: max-content;
    top: -15px;
    width: 40%;
    margin-top: 40px;
    display: block;
}

.HomeWrapper[b-1crb57rzog] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: -webkit-fill-available;
    max-width: 1300px;
}

.Creator:hover[b-1crb57rzog] {
    text-decoration: underline;
    cursor: pointer;
    color: blue;
}

.e-dialog[b-1crb57rzog] {
    max-height: 98%;
    max-width: 100%;
    min-width: 240px;
    position: absolute;
    border-radius: 12px;
}

.institution-section[b-1crb57rzog] {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    width: 100%;
    margin-block: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .institution-section[b-1crb57rzog] {
        justify-content: center;
        flex-wrap: wrap;
    }

    .institution-logo img[b-1crb57rzog] {
        max-width: 80px;
        max-height: 40px;
    }
}

.checkmark-list[b-1crb57rzog] {
    list-style: none;
    padding: 0;
    font-size: var(--type-ramp-base-font-size);
}

.checkmark-list li[b-1crb57rzog] {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.checkmark-list li[b-1crb57rzog]::before {
    content: '\2713'; /* Unicode for checkmark */
    position: absolute;
    left: 0;
    color: #2b92d0;
    font-weight: bold;
}

.bullet-list[b-1crb57rzog] {
    list-style: disc;
    padding-left: 20px;
    font-size: var(--type-ramp-base-font-size);
}

.bullet-list li[b-1crb57rzog] {
    margin-bottom: 10px;
}

/*////////////////////DIALOG////////////////////////*/
.AboutSection[b-1crb57rzog] {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    grid-template-columns: repeat(auto-fit,minmax(min(400px, 100%), 1fr));
}

.AboutSection2[b-1crb57rzog] {
    background-color: var(--card, #ffffff);
    padding: 20px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 33%;
    color: var(--text, #333);
    border-radius: 8px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

/* Theme-specific AboutSection2 cards */
body.fabric .AboutSection2[b-1crb57rzog] {
    background-color: #ffffff;
    color: var(--blackFont);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

body.fabricDark .AboutSection2[b-1crb57rzog] {
    background-color: #2d2d2d;
    color: var(--whiteFont);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

body.highContrast .AboutSection2[b-1crb57rzog] {
    background-color: #000000;
    color: var(--highContrastFont);
    border: 2px solid #ffffff;
    box-shadow: none;
}

.aboutContent[b-1crb57rzog] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.AboutText[b-1crb57rzog] {
}

    .AboutText h2[b-1crb57rzog] {
        /*        font-size: 2em;
        color: #333;*/
        margin-bottom: 20px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }

    .AboutText p[b-1crb57rzog] {
        line-height: 1.6;
        margin-bottom: 20px;
    }

        .AboutText p:last-child[b-1crb57rzog] {
            margin-bottom: 0;
        }

@media (max-width: 600px) {

    .AboutText h2[b-1crb57rzog] {
        font-size: 1.5em;
    }

    .AboutText p[b-1crb57rzog] {
        font-size: 0.9em;
    }
}


.TestimonialsSection[b-1crb57rzog] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    padding-block: 10px;
}

.TestimonialBody[b-1crb57rzog] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

    .TestimonialBody.reverse[b-1crb57rzog] {
        flex-direction: row-reverse;
    }

    .TestimonialBody img[b-1crb57rzog] {
        flex-shrink: 0;
    }

    .TestimonialBody .testimonial-content[b-1crb57rzog] {
        flex: 0 0 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .TestimonialBody p[b-1crb57rzog] {
        flex: 1;
        line-height: 1.6;
        margin-bottom: 10px;
    }

.Author[b-1crb57rzog] {
    font-size: smaller;
}



@media (max-width: 768px) {
    .TestimonialBody[b-1crb57rzog],
    .TestimonialBody.reverse[b-1crb57rzog] {
        flex-direction: column !important;
        text-align: center;
    }
}



@media (max-width: 768px) {
    .TestimonialBody[b-1crb57rzog],
    .TestimonialBody.reverse[b-1crb57rzog] {
        flex-direction: column !important;
        text-align: center;
    }
}


@media (max-width: 600px) {
    .TestimonialsSection[b-1crb57rzog] {
        padding: 10px;
    }

    .Testimonial[b-1crb57rzog] {
        padding: 15px;
        margin: 10px 0;
    }

    .TestimonialBody[b-1crb57rzog] {
        margin-left: 0;
    }
}

.ReviewerLecturerSection[b-1crb57rzog] {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
}

.ReviewerSection[b-1crb57rzog], .LecturerSection[b-1crb57rzog] {
    background-color: var(--card, #ffffff);
    color: var(--text, #333);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease;
}

/* Theme-specific Reviewer/Lecturer cards */
body.fabric .ReviewerSection[b-1crb57rzog], 
body.fabric .LecturerSection[b-1crb57rzog] {
    background-color: #ffffff;
    color: var(--blackFont);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

body.fabricDark .ReviewerSection[b-1crb57rzog], 
body.fabricDark .LecturerSection[b-1crb57rzog] {
    background-color: #2d2d2d;
    color: var(--whiteFont);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

body.highContrast .ReviewerSection[b-1crb57rzog], 
body.highContrast .LecturerSection[b-1crb57rzog] {
    background-color: #000000;
    color: var(--highContrastFont);
    border: 2px solid #ffffff;
    box-shadow: none;
}

    .ReviewerSection h3[b-1crb57rzog], .LecturerSection h3[b-1crb57rzog] {
        /*        font-size: 1.5em;
        color: #333;*/
        margin-bottom: 10px;
    }

    .ReviewerSection p[b-1crb57rzog], .LecturerSection p[b-1crb57rzog] {
        /*        font-size: 1em;
        color: #3b3a3a;*/
        line-height: 1.6;
        margin-bottom: 20px;
    }

.RevLecBtn[b-1crb57rzog] {
    /*    background-color: #00bcd4;
    color: #ffffff;*/
    border: none;
    padding: 10px 20px;
    /*    font-size: 1em;*/
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .RevLecBtn:hover[b-1crb57rzog] {
        background-color: #0097a7;
    }

@media (max-width: 600px) {
    .ReviewerLecturerSection[b-1crb57rzog] {
        padding: 10px;
    }

    .ReviewerSection[b-1crb57rzog], .LecturerSection[b-1crb57rzog] {
        padding: 15px;
        margin-bottom: 15px;
    }

    .RevLecBtn[b-1crb57rzog] {
        width: 100%;
        padding: 12px;
        font-size: 1.1em;
    }
}

.NewsItem[b-1crb57rzog] {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 450px;
    transition: max-height 0.5s ease-in-out, background-color 0.2s ease;
    overflow: hidden;
    position: relative;
    background-color: var(--card, #ffffff);
    color: var(--text, #333);
}

/* Theme-specific NewsItem cards */
body.fabric .NewsItem[b-1crb57rzog] {
    background-color: #ffffff;
    color: var(--blackFont);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

body.fabricDark .NewsItem[b-1crb57rzog] {
    background-color: #2d2d2d;
    color: var(--whiteFont);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

body.highContrast .NewsItem[b-1crb57rzog] {
    background-color: #000000;
    color: var(--highContrastFont);
    border: 2px solid #ffffff;
    box-shadow: none;
}

    .NewsItem.expanded[b-1crb57rzog] {
        max-height: 700px;
    }

.NewsContent[b-1crb57rzog] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 15px;
    padding-bottom: 40px;
    min-width: 0;
    overflow: hidden;
}

.SeeMoreContainer[b-1crb57rzog] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 10px;
    background: linear-gradient(0deg, var(--card, #ffffff) 20%, transparent 100%);
    z-index: 10;
}

/* Theme-specific SeeMoreContainer gradient */
body.fabric .SeeMoreContainer[b-1crb57rzog] {
    background: linear-gradient(0deg, #ffffff 20%, transparent 100%);
}

body.fabricDark .SeeMoreContainer[b-1crb57rzog] {
    background: linear-gradient(0deg, #2d2d2d 20%, transparent 100%);
}

body.highContrast .SeeMoreContainer[b-1crb57rzog] {
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
}

.NewsItem.expanded .SeeMoreContainer[b-1crb57rzog] {
    background: none;
    width: auto;
    pointer-events: auto;
}

.NewsImage[b-1crb57rzog] {
    width: 100%;
    height: 180px;
    border-radius: 8px 8px 0 0;
    margin-right: 0;
    object-fit: cover;
}

.NoThumbnailNews[b-1crb57rzog] {
    display: flex;
    width: 100%;
    height: 180px;
    background-color: #f0f0f0;
    color: #757575;
    margin-right: 0;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0 0;
}

.NewsText[b-1crb57rzog] {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

    .NewsText h5[b-1crb57rzog] {
        /*        font-size: 1em;
        color: #333;*/
        margin: 0 0 5px 0;
    }


    .NewsText p[b-1crb57rzog] {
        /*    font-size: 0.9em;
    color: #3b3a3a;*/
        margin: 5px 0;
    }

    .NewsText h4:hover[b-1crb57rzog] {
        text-decoration: underline;
    }


.multiline-ellipsis[b-1crb57rzog] {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.multiline-ellipsis-expanded[b-1crb57rzog] {
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


.CourseDuration[b-1crb57rzog] {
    color: gray;
    font-size: small;
    display: block;
    text-align: end;
}

@media (max-width: 600px) {
    .NewsSection[b-1crb57rzog] {
        max-width: 100%;
    }

    .NewsItem[b-1crb57rzog] {
        max-height: none;
    }

    .NewsImage[b-1crb57rzog] {
        height: 150px;
    }

    .NewsText h5[b-1crb57rzog] {
        font-size: 1.1em;
    }

    .NewsText h4[b-1crb57rzog] {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .NewsContent[b-1crb57rzog] {
        width: 100%;
    }

}

@media (max-width: 900px) {
    .HomeWrapper[b-1crb57rzog] {
        flex-direction: column-reverse;
    }

    .StickyNews[b-1crb57rzog] {
        width: 100%;
        margin-top: 0;
        position: initial;
    }

    section[b-1crb57rzog] {
        padding: 0 5px !important;
    }
}


.NoThumbnail[b-1crb57rzog] {
    display: inline-block;
    width: 100%;
    height: 140px;
    background-color: #f0f0f0;
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.InvolveXora[b-1crb57rzog] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media(max-width: 650px) {
    .InvolveXora[b-1crb57rzog] {
        flex-direction: column;
    }

    .AboutSection2[b-1crb57rzog] {
        width: 100%;
    }

    .floatingText[b-1crb57rzog] {
        top: 50% !important;
        margin-top: 30px;    }

    .floatingText h1[b-1crb57rzog],
    .floatingText h1 em[b-1crb57rzog] {
        font-size: 1.5rem;
    }
}

.ScienceSection[b-1crb57rzog] {
    width: 100%;
    position: relative;
}

.scienceImg[b-1crb57rzog] {
    width: 100%;
    object-fit: cover;
    max-height: 450px;
    min-height: 300px;
    object-position: 0px -150px;
}

@media (max-width: 500px) {
    .scienceImg[b-1crb57rzog] {
        object-position: 0px -70px;
    }
}

.floatingText[b-1crb57rzog] {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #3f3e3edb;
    color: white;
    padding: 1rem;
    border-radius: 10px;
    max-width: 1000px;
    width: 100%;
}

    .floatingText h1[b-1crb57rzog] {
        line-height: normal;
        font-size: 1.75rem;
        margin: 0;
    }

    .floatingText h3[b-1crb57rzog] {
        /*        color: #2b92d0;
        font-size: 30px;*/
        line-height: normal;
    }

/* Keep hero title on a single line on larger screens */
@media (min-width: 900px) {
    .floatingText h1[b-1crb57rzog],
    .floatingText h1 em[b-1crb57rzog] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        font-size: 1.4em;
        margin-top: 0;
    }
}




/*///CAROUSEL///*/

/* SEO and Accessibility Improvements */
.visually-hidden[b-1crb57rzog] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Section Headings */
.section-heading[b-1crb57rzog] {
    color: var(--accent-base-color);
    /* margin-top: 2rem; */
    margin-bottom: 1rem;
}

.section-heading.centered[b-1crb57rzog] {
    text-align: center;
}

.involvement-heading[b-1crb57rzog] {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/* Hero Section */
.HeroSection[b-1crb57rzog] {
    width: 100%;
}

.hero-subtitle[b-1crb57rzog] {
    font-size: var(--type-ramp-base-font-size);
    line-height: 1.5;
    margin: 0;
}

/* Carousel Course Styles */
.course-title[b-1crb57rzog] {
    font-family: var(--body-font);
    color: var(--accent-base-color, #2b92d0);
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.course-title a[b-1crb57rzog] {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.course-title a:hover[b-1crb57rzog],
.course-title a:focus[b-1crb57rzog] {
    text-decoration: underline;
    opacity: 0.85;
}

.course-info[b-1crb57rzog] {
    font-family: var(--body-font);
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    gap: 8px;
    margin-bottom: 0.6rem;
    color: var(--text, #555);
    opacity: 0.9;
}

.course-info span[b-1crb57rzog] {
    color: inherit;
}

.course-info strong[b-1crb57rzog] {
    color: var(--text, #333);
    font-weight: 600;
}

/* Theme-specific course info colors */
body.fabric .course-title[b-1crb57rzog] {
    color: #1a7bb8;
}

body.fabric .course-info[b-1crb57rzog],
body.fabric .course-info strong[b-1crb57rzog] {
    color: var(--blackFont);
}

body.fabricDark .course-title[b-1crb57rzog] {
    color: #4db8ff;
}

body.fabricDark .course-info[b-1crb57rzog],
body.fabricDark .course-info strong[b-1crb57rzog] {
    color: var(--whiteFont);
}

body.highContrast .course-title[b-1crb57rzog] {
    color: var(--hContrastTxtHighlight, #ffd939);
}

body.highContrast .course-info[b-1crb57rzog],
body.highContrast .course-info strong[b-1crb57rzog] {
    color: var(--highContrastFont);
}

body.highContrast .course-title a:hover[b-1crb57rzog],
body.highContrast .course-title a:focus[b-1crb57rzog] {
    color: #ffffff;
}

/* About Cards - FluentCard overrides */
.about-card[b-1crb57rzog] {
    background-color: var(--card, #ffffff) !important;
    color: var(--text, #333) !important;
    transition: background-color 0.2s ease;
}

[b-1crb57rzog] .about-card,
[b-1crb57rzog] fluent-card.about-card {
    background-color: var(--card, #ffffff) !important;
    color: var(--text, #333) !important;
    --card-background-color: var(--card, #ffffff);
}

/* Theme-specific about cards */
body.fabric .about-card[b-1crb57rzog],
body.fabric[b-1crb57rzog]  .about-card,
body.fabric[b-1crb57rzog]  fluent-card.about-card {
    background-color: #ffffff !important;
    color: var(--blackFont) !important;
    --card-background-color: #ffffff;
}

body.fabricDark .about-card[b-1crb57rzog],
body.fabricDark[b-1crb57rzog]  .about-card,
body.fabricDark[b-1crb57rzog]  fluent-card.about-card {
    background-color: #2d2d2d !important;
    color: var(--whiteFont) !important;
    --card-background-color: #2d2d2d;
}

body.highContrast .about-card[b-1crb57rzog],
body.highContrast[b-1crb57rzog]  .about-card,
body.highContrast[b-1crb57rzog]  fluent-card.about-card {
    background-color: #000000 !important;
    color: var(--highContrastFont) !important;
    border: 2px solid #ffffff !important;
    --card-background-color: #000000;
}

/* Testimonial Cards - FluentCard overrides */
[b-1crb57rzog] .testimonial-card,
[b-1crb57rzog] fluent-card.testimonial-card {
    background-color: var(--card, #ffffff) !important;
    color: var(--text, #333) !important;
    --card-background-color: var(--card, #ffffff);
}

body.fabric .testimonial-card[b-1crb57rzog],
body.fabric[b-1crb57rzog]  .testimonial-card,
body.fabric[b-1crb57rzog]  fluent-card.testimonial-card {
    background-color: #ffffff !important;
    color: var(--blackFont) !important;
    --card-background-color: #ffffff;
}

body.fabricDark .testimonial-card[b-1crb57rzog],
body.fabricDark[b-1crb57rzog]  .testimonial-card,
body.fabricDark[b-1crb57rzog]  fluent-card.testimonial-card {
    background-color: #2d2d2d !important;
    color: var(--whiteFont) !important;
    --card-background-color: #2d2d2d;
}

body.highContrast .testimonial-card[b-1crb57rzog],
body.highContrast[b-1crb57rzog]  .testimonial-card,
body.highContrast[b-1crb57rzog]  fluent-card.testimonial-card {
    background-color: #000000 !important;
    color: var(--highContrastFont) !important;
    border: 2px solid #ffffff !important;
    --card-background-color: #000000;
}

/* Media Section */
.media-section[b-1crb57rzog] {
    margin-bottom: 20px;
}

.video-container[b-1crb57rzog] {
    position: relative;
    width: 100%;
}

.video-container iframe[b-1crb57rzog],
.video-container video[b-1crb57rzog] {
    max-width: 100%;
}

.social-link[b-1crb57rzog] {
    margin-top: 0.5rem;
}

.social-link a[b-1crb57rzog] {
    text-decoration: none;
}

.social-link a:hover[b-1crb57rzog],
.social-link a:focus[b-1crb57rzog] {
    text-decoration: underline;
}

/* Involvement Section */
.involvement-title[b-1crb57rzog] {
    color: var(--accent-base-color);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.full-width-btn[b-1crb57rzog] {
    width: 100%;
}

/* News Section */
.highlights-section[b-1crb57rzog] {
    display: block;
    width: 100%;
    margin-top: 1rem;
    padding: 0 !important;
}

.news-title[b-1crb57rzog] {
    color: var(--accent-base-color);
    margin: 0 0 0.5rem 0;
}

.news-title a[b-1crb57rzog] {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.news-title a:hover[b-1crb57rzog],
.news-title a:focus[b-1crb57rzog] {
    text-decoration: underline;
}

.clickable[b-1crb57rzog] {
    cursor: pointer;
}

.news-body[b-1crb57rzog] {
    margin-bottom: 10px;
    font-size: var(--type-ramp-base-font-size) !important;
}

.read-more-btn[b-1crb57rzog] {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/* Testimonials - already handled above with FluentCard overrides */
.testimonial-avatar[b-1crb57rzog] {
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-quote[b-1crb57rzog] {
    flex: 1;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Institutions Section */
.institutions-section[b-1crb57rzog] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0 2rem;
}

.institutions-heading-wrapper[b-1crb57rzog] {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.institution-logo[b-1crb57rzog] {
    align-items: center;
    display: flex;
    justify-content: center;
}

.institution-logo img[b-1crb57rzog] {
    object-fit: contain;
    max-width: 120px;
    max-height: 60px;
}

/* Focus States for Accessibility */
.course-title a:focus[b-1crb57rzog],
.news-title a:focus[b-1crb57rzog] {
    outline: 2px solid var(--accent-base-color);
    outline-offset: 2px;
}

/* Print Styles for SEO */
@media print {
    .carousel-container[b-1crb57rzog],
    .video-container[b-1crb57rzog] {
        display: none;
    }
    
    .floatingText[b-1crb57rzog] {
        position: static;
        transform: none;
        background: transparent;
        color: #000;
    }
}

/* /Components/Pages/InfoPage.razor.rz.scp.css */

.info-wrapper[b-t76b0fggzw] {
    width: 100%;
}

.container[b-t76b0fggzw] {
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.content-section[b-t76b0fggzw] {
    margin-bottom: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.fabricDark .content-section[b-t76b0fggzw],
.highContrast .content-section[b-t76b0fggzw] {
    background: var(--neutral-layer-2);
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
}

.content-section:hover[b-t76b0fggzw] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.section-header[b-t76b0fggzw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}

.fabricDark .section-header[b-t76b0fggzw] {
    background: linear-gradient(to right, #2a2a2a, #1e1e1e);
    border-bottom: 1px solid #404040;
}

.highContrast .section-header[b-t76b0fggzw] {
    background: #000000;
    border-bottom: 2px solid var(--hContrastTxtHighlight);
}

.section-header:hover[b-t76b0fggzw] {
    background: linear-gradient(to right, #e8f4f8, #f5f5f5);
}

.fabricDark .section-header:hover[b-t76b0fggzw] {
    background: linear-gradient(to right, #333333, #282828);
}

.highContrast .section-header:hover[b-t76b0fggzw] {
    background: #1a1a1a;
}

.section-header h2[b-t76b0fggzw] {
    color: var(--accent-base-color);
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
}

.chevron[b-t76b0fggzw] {
    color: var(--accent-base-color);
    font-size: 1.3rem;
    transition: transform 0.3s ease;
}

.section-content[b-t76b0fggzw] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    padding: 0 25px;
}

.section-content.expanded[b-t76b0fggzw] {
    max-height: 50000px;
    padding: 25px;
}

.section-content h3[b-t76b0fggzw],
.section-content h4[b-t76b0fggzw],
.section-content h5[b-t76b0fggzw] {
    color: var(--accent-base-color);
    margin-top: 20px;
    margin-bottom: 12px;
}

.section-content h4[b-t76b0fggzw] {
    font-size: 1.3rem;
}

.section-content h5[b-t76b0fggzw] {
    font-size: 1.1rem;
}

.section-content p[b-t76b0fggzw] {
    line-height: 1.7;
    margin-bottom: 15px;
    color: #333;
}

.fabricDark .section-content p[b-t76b0fggzw] {
    color: var(--whiteFont);
}

.highContrast .section-content p[b-t76b0fggzw] {
    color: var(--highContrastFont);
}

.info-card[b-t76b0fggzw] {
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid var(--accent-base-color);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fabricDark .info-card[b-t76b0fggzw] {
    background: #2a2a2a;
}

.highContrast .info-card[b-t76b0fggzw] {
    background: #000000;
    border-left: 4px solid var(--hContrastTxtHighlight);
}

.info-card:hover[b-t76b0fggzw] {
    transform: translateX(3px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.fabricDark .info-card:hover[b-t76b0fggzw] {
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
}

.highContrast .info-card:hover[b-t76b0fggzw] {
    box-shadow: 0 2px 8px var(--hContrastTxtHighlight);
}

.numbered-list[b-t76b0fggzw],
.feature-list[b-t76b0fggzw],
.process-list[b-t76b0fggzw] {
    margin: 15px 0;
    padding-left: 25px;
}

.numbered-list li[b-t76b0fggzw],
.feature-list li[b-t76b0fggzw],
.process-list li[b-t76b0fggzw] {
    margin-bottom: 10px;
    line-height: 1.6;
}

.link-button[b-t76b0fggzw] {
    color: var(--accent-base-color);
    cursor: pointer;
    text-decoration: underline;
}

.link-button:hover[b-t76b0fggzw] {
    color: #1a6b9e;
}

.image-container[b-t76b0fggzw] {
    margin: 20px 0;
    text-align: center;
}

.image-container img[b-t76b0fggzw] {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.image-grid[b-t76b0fggzw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.image-grid img[b-t76b0fggzw] {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.table-container[b-t76b0fggzw] {
    overflow-x: auto;
    margin: 25px 0;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

table[b-t76b0fggzw] {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    min-width: 600px;
    background: white;
}

.fabricDark table[b-t76b0fggzw] {
    background: #1e1e1e;
}

.highContrast table[b-t76b0fggzw] {
    background: #000000;
}

th[b-t76b0fggzw] {
    background-color: var(--accent-base-color);
    color: #ffffff;
    text-align: left;
    padding: 12px 15px;
    font-weight: 600;
}

.highContrast th[b-t76b0fggzw] {
    background-color: #000000;
    color: var(--hContrastTxtHighlight);
    border: 2px solid var(--hContrastTxtHighlight);
}

td[b-t76b0fggzw] {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    min-width: 150px;
}

.fabricDark td[b-t76b0fggzw] {
    border-bottom: 1px solid #404040;
    color: var(--whiteFont);
}

.highContrast td[b-t76b0fggzw] {
    border-bottom: 2px solid var(--hContrastTxtHighlight);
    color: var(--highContrastFont);
    border-left: 1px solid var(--hContrastTxtHighlight);
    border-right: 1px solid var(--hContrastTxtHighlight);
}

tr:hover[b-t76b0fggzw] {
    background-color: #f8f9fa;
}

.fabricDark tr:hover[b-t76b0fggzw] {
    background-color: #2a2a2a;
}

.highContrast tr:hover[b-t76b0fggzw] {
    background-color: #1a1a1a;
}

tr:nth-of-type(even)[b-t76b0fggzw] {
    background-color: #f5f5f5;
}

.fabricDark tr:nth-of-type(even)[b-t76b0fggzw] {
    background-color: #252525;
}

.highContrast tr:nth-of-type(even)[b-t76b0fggzw] {
    background-color: #0a0a0a;
}

.tab-column[b-t76b0fggzw] {
    display: flex;
    flex-direction: column;
}

.tab-column ul[b-t76b0fggzw] {
    list-style: disc;
    padding-left: 25px;
}

.tab-column li[b-t76b0fggzw] {
    margin-bottom: 12px;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .container[b-t76b0fggzw] {
        width: 85%;
    }
}

@media (max-width: 768px) {
    .container[b-t76b0fggzw] {
        width: 95%;
        padding: 10px;
    }

    .hero-content h1[b-t76b0fggzw] {
        font-size: 2rem;
    }

    .hero-subtitle[b-t76b0fggzw] {
        font-size: 1.1rem;
    }

    .section-header h2[b-t76b0fggzw] {
        font-size: 1.3rem;
    }

    .section-header[b-t76b0fggzw],
    .section-content.expanded[b-t76b0fggzw] {
        padding: 15px;
    }

    .image-grid[b-t76b0fggzw] {
        grid-template-columns: 1fr;
    }

    table[b-t76b0fggzw] {
        min-width: 400px;
    }

    th[b-t76b0fggzw], td[b-t76b0fggzw] {
        padding: 8px 10px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .hero-section[b-t76b0fggzw] {
        padding: 40px 15px;
    }

    .section-header h2[b-t76b0fggzw] {
        font-size: 1.1rem;
    }
}
/* /Components/Pages/NewsDetails.razor.rz.scp.css */
.container[b-ry4ebglowp] {
    width: 60%;
    margin: auto;
    overflow: hidden;
    padding: 10px;
}

.AboutSection[b-ry4ebglowp] {
    padding: 40px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-block: 30px;
}

.AboutText h2[b-ry4ebglowp] {
/*    font-size: 2em;
    color: #333;*/
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.align-left[b-ry4ebglowp] {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.AboutText p[b-ry4ebglowp] {
/*    font-size: 1em;*/
    line-height: 1.6;
    margin-bottom: 20px;
}

    .AboutText p:last-child[b-ry4ebglowp] {
        margin-bottom: 0;
    }

@media (max-width: 600px) {
    .AboutSection[b-ry4ebglowp] {
        padding: 20px 10px;
    }

    .AboutText h2[b-ry4ebglowp] {
        font-size: 1.5em;
    }

    .AboutText p[b-ry4ebglowp] {
        font-size: 0.9em;
    }

    .align-left[b-ry4ebglowp] {
        align-items: center;
    }
}

.HomeWrapper[b-ry4ebglowp] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: -webkit-fill-available;
    width: 100%;
}

.news-thumbnail[b-ry4ebglowp] {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    height: 600px;
}

.news-thumbnail img[b-ry4ebglowp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 750px) {
    .container[b-ry4ebglowp] {
        width: 90%;
    }

    .news-thumbnail[b-ry4ebglowp] {
        height: auto;
    }

    .news-thumbnail img[b-ry4ebglowp] {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}
/* /Components/Pages/PublishedNewsPage.razor.rz.scp.css */
.newsWrapper[b-208iq4ymux] {
    /* min-width: 960px;*/
    width: -webkit-fill-available;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 12px -12px, rgba(0, 0, 0, 0.24) 0px 8px 16px -7px;
    /*height: 95%;*/
}

@media only screen and (max-width: 960px) {
    .newsWrapper[b-208iq4ymux] {
        width: 100%;
        margin: 0;
        padding-inline: 5%;
    }

}

.newsItem[b-208iq4ymux] {
    padding: 2rem 1.5rem 1rem;
/*    border-bottom: 1px solid var(--neutral-stroke-rest);*/
    box-shadow: 0px 2px 2px #0000003d;
    cursor: default !important;
    overflow: hidden;
}

.newsContent[b-208iq4ymux] {
    display: block;
    margin-top: 1rem;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
    line-height: 1.6;
}

.newsContent img[b-208iq4ymux] {
    max-width: 100%;
    height: auto;
}

.newsContent *[b-208iq4ymux] {
    max-width: 100% !important;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.newsContent pre[b-208iq4ymux] {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.newsDate[b-208iq4ymux] {
    display: flex;
    gap: .5rem;
    padding-right: 1rem;
    align-items: center;
    border-bottom: 1px solid var(--neutral-stroke-rest);
}

.newsTag[b-208iq4ymux] {
    background-color: var(--accent-base-color);
    color: var(--neutral-layer-2);
    padding: .15rem .5rem;
    border-radius: 4px;
    font-size: var(--type-ramp-base-font-size);
    line-height: var(--type-ramp-base-line-height);
}

.msgButton[b-208iq4ymux] {
    width: 32px;
    height: 32px;
    padding: 5px 0 0 0;
    border-radius: 4px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease-in .15s
}

    .msgButton:hover[b-208iq4ymux] {
        background-color: rgba(0, 0, 0, 0.12);
    }

.newsHolder[b-208iq4ymux] {
    padding: var(--padding15);
}

.LoadMoreBtn[b-208iq4ymux] {
}

.e-listview:hover[b-208iq4ymux] {
    cursor: none !important;
}

.e-listview .e-list-item:hover[b-208iq4ymux] {
    cursor: default !important;
}


.listview-template[b-208iq4ymux] {
    cursor: default !important;
}

.e-chips[b-208iq4ymux] {
    font-family: "e-icons" !important;
}

body[b-208iq4ymux], .e-control[b-208iq4ymux], [class^="e-"] *:not([class*="e-icon"])[b-208iq4ymux] {
    font-family: revert !important;
}

.NewsImage[b-208iq4ymux] {
    width: 200px;
    max-height: 300px;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    flex-shrink: 0;
    margin-right: 25px;
}

section[b-208iq4ymux] {
    /* padding: 0 23% !important;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.StickyNews[b-208iq4ymux] {
    position: sticky;
    height: max-content;
    top: 7px;
    margin-top: 40px;
    display:block;
}

.NewsSection[b-208iq4ymux] {
    /* max-width: 300px;*/
    margin: 0 auto;
    padding: 10px;
}

.NewsItem[b-208iq4ymux] {
    display: flex;
    padding: 10px;
    margin-bottom: 15px;
    /*border-radius: 8px;*/
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.NewsItem .NewsImage[b-208iq4ymux] {
    width: 200px;
    height: inherit;
    border-radius: 8px;
    margin-right: 25px;
    object-fit: cover;
}

.NoThumbnailNews[b-208iq4ymux] {
    display: inline-block;
    width: 200px;
    height: inherit;
    display: flex;
    margin-right: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.NewsText[b-208iq4ymux] {
    flex: 1;
}

    .NewsText h5[b-208iq4ymux] {
/*        font-size: 1em;*/
        margin: 0 0 5px 0;
    }


    .NewsText p[b-208iq4ymux] {
/*        font-size: 0.9em;*/
        margin: 5px 0;
    }

.e-listview[b-208iq4ymux]{
    min-width: 900px;
}
.CourseDuration[b-208iq4ymux] {
    display: block;
    text-align: end;
/*    font-size: 0.8em;*/
}

@media (max-width: 600px) {
    .NewsSection[b-208iq4ymux] {
        max-width: 100%;
    }

    .NewsItem[b-208iq4ymux] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .NewsImage[b-208iq4ymux] {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .NewsText h5[b-208iq4ymux] {
        font-size: 1.1em;
    }
}

@media (max-width: 900px) {
    .HomeWrapper[b-208iq4ymux] {
        flex-direction: column-reverse;
    }

    .StickyNews[b-208iq4ymux] {
        width: 100%;
        margin-top: 0;
        position: initial;
    }

    section[b-208iq4ymux] {
        padding: 0 5px !important;
    }
}

@media (max-width: 1000px) {
    .e-listview[b-208iq4ymux] {
        min-width: initial !important;
    }
}
.CourseTitle[b-208iq4ymux] {
/*    font-size: 1.5em;*/
    font-weight: bold;
}
