/* PUBLIC WEBSITE — SHARED STYLES
 * Source: existing public pages and public stylesheets, 2026-09-21.
 * No vendor CSS is included. Legacy stylesheets remain for their other consumers.
 * The html data-pub attribute isolates public rules from other application areas.
 * :where() scopes rules without increasing their original specificity.
 * Rule order preserves each page's original own-stylesheet cascade.
 * Identical rules, including responsive and dark-mode rules, are shared across pages.
 * Scope tokens (keep in sync with each page's html data-pub attribute):
 * shared-01: courses, short-courses
 * shared-02: event-detail, events
 * shared-03: bookexam, testimonials
 * shared-04: calendar, company-profile
 * shared-05: calendar, company-profile, training-quality
 * shared-06: courses, events, short-courses
 * shared-07: archive, bookexam, calendar, clients, company-profile, contact, course_registration, courses, courses-detail, employess, event-detail, events, faq, forum, gallery, handbook, index, new-thing-update, news, news_details, partners, prices, reviews, short-courses, social-media, success-stories, support, testimonials, trainer-list, training-quality, vision, webinars, workflow, workshop, workshop-detail
 * shared-08: clients, employess, index, partners, reviews
 * shared-09: index, reviews
 * shared-10: employess, faq, forum, partners
 */


/* Page: courses.php */
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-course-card {
    text-decoration: none;
    color: inherit;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-course-card:hover,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-course-card:focus {
    text-decoration: none;
    color: inherit;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: 0.25s;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-card:hover {
    transform: translateY(-5px);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-card-img {
    position: relative;
    height: 180px;
    overflow: hidden;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #0d6efd;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-card-body {
    padding: 18px;
    flex-grow: 1;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #000;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-card:hover .lms-title {
    color: #135a97;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-instructor {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-rating {
    color: #f1c40f;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-rating span {
    color: #555;
    font-weight: 600;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-meta {
    font-size: 13px;
    color: #666;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-ws-footer {
    padding: 15px;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-ws-view {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    background-color: #2aacff;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.2s ease;
    cursor: default;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-ws-view:hover {
    background-color: #078bdd;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-course-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

@media (max-width: 992px) {
    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-course-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}
@media (max-width: 600px) {
    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-course-grid {
        grid-template-columns: 1fr;
    }

}
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-section {
    background: #2bb0ff;
    padding: 40px 0;
}


/* Page: events.php */
:where([data-pub~="events"], [data-pub~="events"] *):root {
    --event-primary: #111528;
    --event-primary-soft: #17203b;
    --event-accent: #2aacff;
    --event-white: #ffffff;
    --event-muted: #6b7280;
    --event-border: #e6edf3;
    --event-shadow: 0 10px 28px rgba(17, 21, 40, 0.10);
}


/* Page: event-detail.php */
:where([data-pub~="event-detail"], [data-pub~="event-detail"] *):root {
    --event-primary: #111528;
    --event-primary-dark: #0b1020;
    --event-accent: #2aacff;
    --event-soft: #f5f8fb;
    --event-border: #e6edf3;
    --event-text: #243447;
    --event-muted: #6b7c8f;
    --event-white: #ffffff;
    --event-shadow: 0 18px 45px rgba(17, 21, 40, 0.14);
    --event-radius: 22px;
}


/* Page: bookexam.php */
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *):root {
    --primary: #4f46e5;
    --bg: #f4f6fb;
    --card: #ffffff;
    --border: #e5e7eb;
    --muted: #6b7280;
    --text: #111827;
    --soft-surface: #fafafa;
    --input-bg: #ffffff;
    --readonly-bg: #f9fafb;
    --dropdown-hover: #f4f6fb;
    --placeholder: #9ca3af;
    --page-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    --dropdown-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page {
    background: var(--bg);
    font-family: Inter, system-ui, sans-serif;
    color: var(--text);
    padding: 40px 20px;
    min-height: 100vh;
    transition: background-color .3s ease, color .3s ease;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page * {
    box-sizing: border-box;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-container {
    max-width: 1000px;
    margin: auto;
    background: var(--card);
    padding: 35px;
    border-radius: 22px;
    box-shadow: var(--page-shadow);
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .page-header {
    text-align: center;
    margin-bottom: 35px;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .page-header h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .page-header p {
    color: var(--muted);
    margin-top: 8px;
    font-size: 15px;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .user-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--soft-surface);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 30px;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .user-card img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--card);
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .user-info h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .user-info p {
    margin: 4px 0;
    color: var(--muted);
    font-size: 14px;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .section {
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 24px;
    margin-bottom: 24px;
    overflow: visible;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .section-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .form-grid {
    display: grid;
    gap: 20px;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .grid-2 {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .form-group {
    display: flex;
    flex-direction: column;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .full {
    grid-column: 1 / -1;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page label {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text);
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page input,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page select,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page textarea {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid var(--border);
    font-size: 14px;
    transition: .2s;
    color: var(--text);
    background: var(--input-bg);
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page input:focus,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page select:focus,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(79, 70, 229, .10);
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page input[readonly] {
    background: var(--readonly-bg);
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page textarea {
    resize: vertical;
    min-height: 120px;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .custom-dropdown {
    position: relative;
    z-index: 1000;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .dropdown-input {
    cursor: pointer;
    background: var(--input-bg);
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .dropdown-list {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 5px);
    color: var(--text);
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 14px;
    display: none;
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 250px;
    box-shadow: var(--dropdown-shadow);
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .dropdown-search {
    position: sticky;
    top: 0;
    background: var(--input-bg);
    border: none;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    z-index: 10;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .dropdown-item {
    padding: 12px 14px;
    cursor: pointer;
    transition: .2s;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .dropdown-item:hover {
    background: var(--dropdown-hover);
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page input::placeholder,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page textarea::placeholder {
    color: var(--placeholder);
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page select option {
    color: var(--text);
    background: var(--input-bg);
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .dropdown-input,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page select,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page input[type="date"],
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page input[type="time"] {
    height: 74px;
    min-height: 74px;
    padding: 0 24px;
    border: 2px solid var(--border);
    border-radius: 10px;
    color: var(--text) !important;
    background-color: var(--input-bg) !important;
    font-size: 16px;
    -webkit-text-fill-color: var(--text);
}

html:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-mode .book-exam-page,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark .book-exam-page,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-theme .book-exam-page {
    --bg: #0c1020;
    --card: #181d31;
    --border: rgba(255, 255, 255, 0.11);
    --muted: #aab3c5;
    --text: #f4f7fb;
    --soft-surface: #111528;
    --input-bg: #111528;
    --readonly-bg: #151a2d;
    --dropdown-hover: #202842;
    --placeholder: #7f899f;
    --page-shadow: 0 20px 50px rgba(0, 0, 0, .34);
    --dropdown-shadow: 0 12px 30px rgba(0, 0, 0, .34);
    color-scheme: dark;
}

html:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page .dropdown-input,
html:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page select,
html:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page input[type="date"],
html:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page input[type="time"],
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page .dropdown-input,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page select,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page input[type="date"],
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page input[type="time"],
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-mode .book-exam-page .dropdown-input,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-mode .book-exam-page select,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-mode .book-exam-page input[type="date"],
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-mode .book-exam-page input[type="time"],
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark .book-exam-page .dropdown-input,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark .book-exam-page select,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark .book-exam-page input[type="date"],
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark .book-exam-page input[type="time"],
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-theme .book-exam-page .dropdown-input,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-theme .book-exam-page select,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-theme .book-exam-page input[type="date"],
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-theme .book-exam-page input[type="time"] {
    border-color: rgba(255, 255, 255, 0.78) !important;
    color: #f4f7fb !important;
    background-color: #111528 !important;
    -webkit-text-fill-color: #f4f7fb !important;
    color-scheme: dark;
}

html:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page textarea,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page textarea,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-mode .book-exam-page textarea,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark .book-exam-page textarea,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-theme .book-exam-page textarea {
    border: 2px solid rgba(255, 255, 255, 0.78) !important;
    color: #f4f7fb !important;
    background-color: #111528 !important;
    background-image: none !important;
    caret-color: #f4f7fb;
    -webkit-text-fill-color: #f4f7fb !important;
    color-scheme: dark;
}

html:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page textarea::placeholder,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page textarea::placeholder,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-mode .book-exam-page textarea::placeholder,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark .book-exam-page textarea::placeholder,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-theme .book-exam-page textarea::placeholder {
    color: #7f899f !important;
    -webkit-text-fill-color: #7f899f !important;
    opacity: 1;
}

html:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page select option,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page select option,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-mode .book-exam-page select option,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark .book-exam-page select option,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-theme .book-exam-page select option {
    color: #f4f7fb;
    background: #181d31;
}

html:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page input[type="date"]::-webkit-calendar-picker-indicator,
html:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page input[type="time"]::-webkit-calendar-picker-indicator,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page input[type="date"]::-webkit-calendar-picker-indicator,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page input[type="time"]::-webkit-calendar-picker-indicator,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-mode .book-exam-page input[type="date"]::-webkit-calendar-picker-indicator,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-mode .book-exam-page input[type="time"]::-webkit-calendar-picker-indicator,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark .book-exam-page input[type="date"]::-webkit-calendar-picker-indicator,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark .book-exam-page input[type="time"]::-webkit-calendar-picker-indicator,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-theme .book-exam-page input[type="date"]::-webkit-calendar-picker-indicator,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-theme .book-exam-page input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    filter: invert(1) brightness(1.35);
    opacity: 0.85;
}


/* Page: testimonials.php */
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *) {
    background: #f4f6f9;
    font-family: "Segoe UI", sans-serif;
    color: #1f2937;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).page-wrapper {
    max-width: 1050px;
    margin: 120px auto 50px auto;
    padding: 0 20px;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).page-header {
    text-align: center;
    margin-bottom: 28px;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).page-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).page-header p {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).testimonial-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    padding: 34px;
    border: 1px solid #edf0f4;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #111827;
    text-align: center;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).personal-info-box {
    display: flex;
    align-items: center;
    gap: 18px;
    background: linear-gradient(135deg, #f8fbff, #eef6ff);
    border: 1px solid #dbeafe;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 28px;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).profile-avatar {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    overflow: hidden;
    background: #2196f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    flex-shrink: 0;
    border: 4px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).profile-details {
    flex: 1;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).profile-details h3 {
    margin: 0 0 6px 0;
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).profile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).profile-pill {
    background: #fff;
    border: 1px solid #dbeafe;
    color: #374151;
    padding: 7px 12px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).form-section-title {
    grid-column: span 2;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 6px 0 -4px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).form-group {
    display: flex;
    flex-direction: column;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).form-group.full {
    grid-column: span 2;
}

label:where([data-pub~="testimonials"], [data-pub~="testimonials"] *) {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
    color: #374151;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).highlight {
    color: #dc2626;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).helper-text {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 9px;
    line-height: 1.5;
}

input:where([data-pub~="testimonials"], [data-pub~="testimonials"] *),
select:where([data-pub~="testimonials"], [data-pub~="testimonials"] *),
textarea:where([data-pub~="testimonials"], [data-pub~="testimonials"] *) {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    outline: none;
    transition: .2s ease;
    background: #fff;
}

input:where([data-pub~="testimonials"], [data-pub~="testimonials"] *):focus,
select:where([data-pub~="testimonials"], [data-pub~="testimonials"] *):focus,
textarea:where([data-pub~="testimonials"], [data-pub~="testimonials"] *):focus {
    border-color: #2196f3;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, .12);
}

textarea:where([data-pub~="testimonials"], [data-pub~="testimonials"] *) {
    resize: vertical;
    min-height: 95px;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).inline-radio-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).inline-radio-question {
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).inline-radio-options {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).inline-radio-options label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
    cursor: pointer;
    background: transparent;
    border: none;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).inline-radio-options input[type="radio"] {
    width: auto !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).inline-radio-helper {
    margin-top: 10px;
    margin-bottom: 0;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).form-actions {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

button:where([data-pub~="testimonials"], [data-pub~="testimonials"] *) {
    background: #2196f3;
    color: #fff;
    border: none;
    padding: 13px 38px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease;
}

button:where([data-pub~="testimonials"], [data-pub~="testimonials"] *):hover {
    background: #1976d2;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(33, 150, 243, .25);
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).custom-dropdown {
    position: relative;
    width: 100%;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dropdown-input {
    cursor: pointer;
    background-color: #f8fbff;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    border: 1px solid #d1d5db;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dropdown-search {
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-bottom: 1px solid #e5e7eb;
    outline: none;
    border-radius: 8px 8px 0 0;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dropdown-item {
    padding: 10px 14px;
    cursor: pointer;
    color: #111827;
    font-size: 14px;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dropdown-item:hover {
    background-color: #f3f4f6;
}


/* Page: calendar.php */
:where([data-pub~="calendar"], [data-pub~="calendar"] *)#event-calendar-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Page: company-profile.php */
:where([data-pub~="company-profile"], [data-pub~="company-profile"] *)#company-profile-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}


/* Page: Training-Quality.php */
:where([data-pub~="training-quality"], [data-pub~="training-quality"] *)#quality-manual-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

:where([data-pub~="training-quality"], [data-pub~="training-quality"] *).manual-container {
    width: 90%;
    max-width: 1400px;
}

:where([data-pub~="training-quality"], [data-pub~="training-quality"] *).manual-info {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

:where([data-pub~="training-quality"], [data-pub~="training-quality"] *).manual-info h3 {
    margin-bottom: 10px;
}

:where([data-pub~="training-quality"], [data-pub~="training-quality"] *).manual-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}

:where([data-pub~="training-quality"], [data-pub~="training-quality"] *).viewer-container {
    width: 100%;
    height: 80vh;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}


/* Page: prices.php */
:where([data-pub~="prices"], [data-pub~="prices"] *):root {
    --lms-dark: #111528;
    --lms-white: #ffffff;
    --lms-blue: #2aacff;
    --lms-blue-dark: #168edb;
    --lms-blue-soft: rgba(42, 172, 255, 0.16);
    --lms-border-light: rgba(255, 255, 255, 0.18);
    --lms-text-soft: rgba(255, 255, 255, 0.72);
    --lms-card-bg: rgba(255, 255, 255, 0.105);
    --lms-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

*:where([data-pub~="prices"], [data-pub~="prices"] *) {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body:where([data-pub~="prices"], [data-pub~="prices"] *) {
    font-family: Arial, Helvetica, sans-serif;
    background: #f5f8fc;
    color: var(--lms-dark);
}

a:where([data-pub~="prices"], [data-pub~="prices"] *) {
    text-decoration: none;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-page {
    min-height: 100vh;
    overflow: hidden;
    background: radial-gradient(circle at 12% 10%, rgba(42, 172, 255, 0.34), transparent 28%), radial-gradient(circle at 90% 30%, rgba(42, 172, 255, 0.18), transparent 28%), radial-gradient(circle at 50% 110%, rgba(42, 172, 255, 0.18), transparent 32%), linear-gradient(135deg, #111528 0%, #171d36 55%, #0d1020 100%);
    color: var(--lms-white);
    position: relative;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-page::before,
:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-page::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(42, 172, 255, 0.16);
    filter: blur(14px);
    pointer-events: none;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-page::before {
    width: 280px;
    height: 280px;
    top: 130px;
    right: -90px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-page::after {
    width: 360px;
    height: 360px;
    bottom: -150px;
    left: -120px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-nav {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--lms-white);
    font-weight: 850;
    font-size: 20px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-logo-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(42, 172, 255, 0.16);
    border: 1px solid rgba(42, 172, 255, 0.35);
    color: var(--lms-blue);
    backdrop-filter: blur(14px);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-nav-links a {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
    font-size: 14px;
    transition: 0.25s ease;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-nav-links a:hover {
    color: var(--lms-white);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-nav-cta {
    padding: 11px 17px;
    border-radius: 999px;
    background: var(--lms-blue);
    color: var(--lms-white) !important;
    box-shadow: 0 12px 28px rgba(42, 172, 255, 0.32);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-container {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    padding: 44px 20px 78px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-hero {
    max-width: 850px;
    text-align: center;
    margin: 0 auto 38px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid var(--lms-border-light);
    backdrop-filter: blur(16px);
    color: var(--lms-white);
    font-weight: 800;
    margin-bottom: 22px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-hero h1 {
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 18px;
    letter-spacing: -0.04em;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-hero p {
    color: var(--lms-text-soft);
    font-size: 17px;
    line-height: 1.8;
    max-width: 760px;
    margin: 0 auto;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).package-summary-card {
    max-width: 980px;
    margin: 0 auto 36px;
    padding: 22px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.105);
    border: 1px solid var(--lms-border-light);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(18px);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).package-summary-title {
    text-align: center;
    margin-bottom: 18px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).package-summary-title h2 {
    font-size: 22px;
    color: var(--lms-white);
    margin-bottom: 6px;
    font-weight: 900;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).package-summary-title p {
    color: var(--lms-text-soft);
    font-size: 14px;
    line-height: 1.6;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).package-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).package-mini-card {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.105);
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    gap: 13px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).package-mini-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: rgba(42, 172, 255, 0.17);
    color: var(--lms-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).package-mini-card h3 {
    color: var(--lms-white);
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 4px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).package-mini-card p {
    color: var(--lms-text-soft);
    font-size: 13px;
    line-height: 1.45;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-card {
    position: relative;
    padding: 30px;
    border-radius: 30px;
    background: var(--lms-card-bg);
    border: 1px solid var(--lms-border-light);
    box-shadow: var(--lms-shadow);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: 0.28s ease;
    overflow: hidden;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 42%);
    pointer-events: none;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-card>* {
    position: relative;
    z-index: 1;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-card:hover {
    transform: translateY(-8px);
    border-color: rgba(42, 172, 255, 0.7);
    box-shadow: 0 32px 90px rgba(42, 172, 255, 0.18);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-card.featured {
    background: linear-gradient(180deg, rgba(42, 172, 255, 0.24), rgba(255, 255, 255, 0.11));
    border-color: rgba(42, 172, 255, 0.7);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).popular-label {
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 8px 13px;
    border-radius: 999px;
    background: var(--lms-blue);
    color: var(--lms-white);
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(42, 172, 255, 0.35);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).plan-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(42, 172, 255, 0.17);
    border: 1px solid rgba(42, 172, 255, 0.36);
    color: var(--lms-blue);
    font-size: 25px;
    margin-bottom: 22px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-card h3 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 8px;
    color: var(--lms-white);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).plan-desc {
    min-height: 56px;
    color: var(--lms-text-soft);
    line-height: 1.65;
    margin-bottom: 24px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).price {
    display: flex;
    align-items: flex-end;
    gap: 7px;
    margin-bottom: 8px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).currency {
    color: var(--lms-blue);
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 7px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).amount {
    font-size: 48px;
    line-height: 1;
    font-weight: 950;
    color: var(--lms-white);
    letter-spacing: -0.04em;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).period {
    color: var(--lms-text-soft);
    font-size: 14px;
    margin-bottom: 8px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).billing-note {
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    margin-bottom: 24px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).features {
    list-style: none;
    display: grid;
    gap: 13px;
    margin-bottom: 28px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).features li {
    display: flex;
    gap: 11px;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.5;
    font-size: 14.5px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).features i {
    color: var(--lms-blue);
    margin-top: 3px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-btn {
    width: 100%;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    border-radius: 16px;
    font-weight: 900;
    transition: 0.24s ease;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-btn.primary {
    background: var(--lms-blue);
    color: var(--lms-white);
    box-shadow: 0 15px 36px rgba(42, 172, 255, 0.32);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-btn.primary:hover {
    background: var(--lms-blue-dark);
    transform: translateY(-2px);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-btn.secondary {
    color: var(--lms-white);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--lms-border-light);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-btn.secondary:hover {
    background: rgba(42, 172, 255, 0.18);
    border-color: var(--lms-blue);
    transform: translateY(-2px);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).compare-section {
    padding: 72px 20px;
    background: radial-gradient(circle at 10% 10%, rgba(42, 172, 255, 0.12), transparent 30%), #f5f8fc;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).compare-container {
    max-width: 1180px;
    margin: 0 auto;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).section-title {
    text-align: center;
    margin-bottom: 34px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).section-title h2 {
    color: var(--lms-dark);
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 950;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).section-title p {
    color: #64748b;
    line-height: 1.7;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).addon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 42px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).addon-card {
    padding: 23px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(17, 21, 40, 0.08);
    box-shadow: 0 18px 48px rgba(17, 21, 40, 0.08);
    backdrop-filter: blur(14px);
    transition: 0.25s ease;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).addon-card:hover {
    transform: translateY(-5px);
    border-color: rgba(42, 172, 255, 0.45);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).addon-card i {
    font-size: 26px;
    color: var(--lms-blue);
    margin-bottom: 14px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).addon-card h4 {
    color: var(--lms-dark);
    font-weight: 900;
    margin-bottom: 8px;
    font-size: 17px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).addon-card p {
    color: #64748b;
    line-height: 1.65;
    font-size: 14px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).comparison-card {
    overflow: hidden;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(17, 21, 40, 0.08);
    box-shadow: 0 22px 60px rgba(17, 21, 40, 0.1);
    backdrop-filter: blur(16px);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).comparison-table th,
:where([data-pub~="prices"], [data-pub~="prices"] *).comparison-table td {
    padding: 18px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(17, 21, 40, 0.08);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).comparison-table th:first-child,
:where([data-pub~="prices"], [data-pub~="prices"] *).comparison-table td:first-child {
    text-align: left;
    color: var(--lms-dark);
    font-weight: 800;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).comparison-table th {
    background: rgba(17, 21, 40, 0.04);
    color: var(--lms-dark);
    font-weight: 950;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).comparison-table td {
    color: #64748b;
    font-weight: 700;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).comparison-table i.fa-check {
    color: #16a34a;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).comparison-table i.fa-minus {
    color: #94a3b8;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).table-scroll {
    overflow-x: auto;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-cta {
    margin-top: 34px;
    border-radius: 28px;
    padding: 30px;
    background: radial-gradient(circle at 10% 20%, rgba(42, 172, 255, 0.26), transparent 35%), linear-gradient(135deg, #111528, #171d36);
    color: var(--lms-white);
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 24px;
    align-items: center;
    box-shadow: 0 24px 70px rgba(17, 21, 40, 0.22);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-cta h3 {
    font-size: 26px;
    font-weight: 950;
    margin-bottom: 9px;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-cta p {
    color: var(--lms-text-soft);
    line-height: 1.75;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).cta-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).mini-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 18px;
    border-radius: 15px;
    font-weight: 900;
}

:where([data-pub~="prices"], [data-pub~="prices"] *).mini-btn.blue {
    background: var(--lms-blue);
    color: var(--lms-white);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).mini-btn.light {
    background: rgba(255, 255, 255, 0.12);
    color: var(--lms-white);
    border: 1px solid var(--lms-border-light);
}

:where([data-pub~="prices"], [data-pub~="prices"] *).pricing-footer {
    padding: 26px 20px;
    background: var(--lms-dark);
    color: rgba(255, 255, 255, 0.66);
    text-align: center;
    font-size: 14px;
}

@media (max-width: 1024px) {
    :where([data-pub~="prices"], [data-pub~="prices"] *).pricing-grid {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin: 0 auto;
    }

    :where([data-pub~="prices"], [data-pub~="prices"] *).package-summary-grid {
        grid-template-columns: 1fr;
    }

    :where([data-pub~="prices"], [data-pub~="prices"] *).addon-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    :where([data-pub~="prices"], [data-pub~="prices"] *).pricing-cta {
        grid-template-columns: 1fr;
        text-align: center;
    }

    :where([data-pub~="prices"], [data-pub~="prices"] *).cta-actions {
        justify-content: center;
    }

}
@media (max-width: 700px) {
    :where([data-pub~="prices"], [data-pub~="prices"] *).pricing-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    :where([data-pub~="prices"], [data-pub~="prices"] *).pricing-nav-links {
        width: 100%;
        justify-content: space-between;
        gap: 12px;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    :where([data-pub~="prices"], [data-pub~="prices"] *).pricing-container {
        padding-top: 26px;
    }

    :where([data-pub~="prices"], [data-pub~="prices"] *).pricing-card {
        padding: 24px;
        border-radius: 24px;
    }

    :where([data-pub~="prices"], [data-pub~="prices"] *).popular-label {
        position: static;
        display: inline-flex;
        margin-bottom: 16px;
    }

    :where([data-pub~="prices"], [data-pub~="prices"] *).addon-grid {
        grid-template-columns: 1fr;
    }

    :where([data-pub~="prices"], [data-pub~="prices"] *).pricing-cta {
        padding: 24px;
    }

    :where([data-pub~="prices"], [data-pub~="prices"] *).amount {
        font-size: 42px;
    }

}

/* Public Login and Register */
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page {
    --auth-primary:#2aacff;
    --auth-primary-dark:#0878b9;
    --auth-deep:#111528;
    --auth-page:#f3f6fa;
    --auth-surface:#fff;
    --auth-soft:#f7fafc;
    --auth-input:#fff;
    --auth-text:#111528;
    --auth-muted:#657187;
    --auth-border:#e1e8f0;
    --auth-shadow:0 18px 48px rgba(17,21,40,.07);
    --auth-error:#b42336;
    --auth-success:#127657;
    --auth-focus:0 0 0 4px rgba(42,172,255,.17);
    min-height:100vh;
    margin:0;
    background:radial-gradient(ellipse at 4% 7%,rgba(42,172,255,.11),transparent 40%),var(--auth-page);
    color:var(--auth-text);
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:15px;
    line-height:1.6;
    color-scheme:light;
}

html:where([data-pub~="auth"], [data-pub~="auth"] *)[data-theme="dark"] .auth-page,
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page.dark-mode,
html:where([data-pub~="auth"], [data-pub~="auth"] *).dark-theme .auth-page {
    --auth-page:#0c1020;
    --auth-surface:#181d31;
    --auth-soft:#111528;
    --auth-input:#111528;
    --auth-text:#f3f7ff;
    --auth-muted:#aab6cb;
    --auth-border:#303951;
    --auth-primary-dark:#55c1ff;
    --auth-shadow:0 20px 52px rgba(0,0,0,.20);
    --auth-error:#ff9ca9;
    --auth-success:#72dfb9;
    color-scheme:dark;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page *,
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page *::before,
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page *::after {
    box-sizing:border-box;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page [hidden] {
    display:none!important;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page a {
    color:var(--auth-primary-dark);
    text-decoration:none;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page a:hover {
    text-decoration:underline;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page button,
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page input,
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page select {
    font:inherit;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page button {
    cursor:pointer;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page button:disabled {
    cursor:wait;
    opacity:.65;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page :focus-visible {
    outline:3px solid var(--auth-primary);
    outline-offset:3px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page h1,
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page h2,
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page h3,
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page p {
    margin:0;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page h1,
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page h2,
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page h3 {
    line-height:1.2;
    letter-spacing:-.035em;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page h1 {
    font-size:clamp(34px,4vw,53px);
    font-weight:750;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page h2 {
    font-size:clamp(25px,3vw,32px);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page h3 {
    font-size:20px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-theme-bar {
    width:min(1180px,calc(100% - 48px));
    margin:18px auto 0;
    display:flex;
    justify-content:flex-end;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-theme-toggle {
    display:grid;
    place-items:center;
    width:40px;
    height:40px;
    color:var(--auth-text);
    border:1px solid var(--auth-border);
    background:var(--auth-surface);
    border-radius:50%;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-shell {
    width:min(1180px,calc(100% - 48px));
    margin:24px auto 0;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-card {
    min-width:0;
    padding:32px;
    border:1px solid var(--auth-border);
    border-radius:26px;
    background:var(--auth-surface);
    box-shadow:var(--auth-shadow);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-intro {
    position:relative;
    overflow:hidden;
    background:linear-gradient(125deg,rgba(42,172,255,.24),transparent 68%),var(--auth-deep);
    color:#fff;
    border-color:#23334b;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-intro::after {
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    border:40px solid rgba(85,193,255,.055);
    border-radius:50%;
    right:-90px;
    bottom:-150px;
    pointer-events:none;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-eyebrow {
    display:block;
    font-size:11px;
    font-weight:750;
    letter-spacing:.13em;
    color:var(--auth-muted);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-intro .auth-eyebrow {
    color:#a6dfff;
    margin-bottom:24px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-intro .auth-eyebrow i {
    margin-right:7px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-intro h1 span {
    color:#72ceff;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-intro>p {
    color:#c4d5e8;
    max-width:430px;
    margin-top:22px;
    font-size:16px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-intro-link {
    display:inline-flex;
    align-items:center;
    gap:13px;
    color:#fff!important;
    margin-top:35px;
    font-weight:650;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-grid {
    display:grid;
    grid-template-columns:1.12fr 1fr;
    gap:22px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-intro {
    padding:48px;
    min-height:375px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-form {
    grid-column:2;
    grid-row:1 / span 2;
    padding:36px 40px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-form>.auth-section-icon {
    margin-bottom:20px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-form>.auth-eyebrow {
    margin-bottom:9px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-lead {
    color:var(--auth-muted);
    margin:12px 0 22px!important;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-form form {
    margin-top:28px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-note {
    display:flex;
    gap:20px;
    align-items:flex-start;
    padding:28px 32px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-note h2 {
    font-size:19px;
    margin-bottom:8px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-note p {
    color:var(--auth-muted);
    font-size:14px;
    margin-bottom:12px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-note a {
    font-size:14px;
    font-weight:600;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-section-icon {
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    flex-shrink:0;
    border-radius:13px;
    color:var(--auth-primary-dark);
    background:rgba(42,172,255,.11);
    font-size:19px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-register-intro {
    display:grid;
    grid-template-columns:1.5fr 1fr;
    gap:22px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-register-intro .auth-intro {
    padding:40px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-steps {
    padding:30px 34px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-steps ol {
    list-style:none;
    padding:0;
    margin:22px 0 0;
    display:grid;
    gap:20px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-steps li {
    display:flex;
    align-items:flex-start;
    gap:15px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-steps li>span {
    font-size:12px;
    font-weight:700;
    background:var(--auth-soft);
    color:var(--auth-primary-dark);
    border:1px solid var(--auth-border);
    border-radius:10px;
    padding:7px 10px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-steps strong {
    font-size:14px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-steps p {
    color:var(--auth-muted);
    font-size:13px;
    margin-top:4px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-form-heading {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    margin:40px 2px 22px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-form-heading h2 {
    margin:7px 0 8px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-form-heading p {
    color:var(--auth-muted);
    font-size:14px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-form-heading a {
    font-weight:650;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-registration-grid {
    display:grid;
    grid-template-columns:repeat(12,minmax(0,1fr));
    gap:22px;
    align-items:stretch;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-section {
    grid-column:span 6;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-education {
    grid-column:1/-1;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-education fieldset {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 20px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-documents {
    grid-column:1/-1;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-card-heading {
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:26px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-card-heading .auth-eyebrow {
    margin-bottom:7px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-fields {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 20px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-address-fields {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0 12px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-field {
    display:flex;
    flex-direction:column;
    min-width:0;
    margin-bottom:19px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-field label {
    display:block;
    margin-bottom:8px;
    font-size:13px;
    font-weight:650;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-required {
    color:var(--auth-primary-dark);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-field input,
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-field select {
    width:100%;
    min-width:0;
    height:47px;
    border:1px solid var(--auth-border);
    border-radius:11px;
    color:var(--auth-text);
    background:var(--auth-input);
    padding:10px 12px;
    font-size:14px;
    transition:border-color .15s,box-shadow .15s;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-field select {
    padding-right:28px;
    text-overflow:ellipsis;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-field input::placeholder {
    color:var(--auth-muted);
    opacity:.85;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-field input:focus,
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-field select:focus {
    outline:0;
    border-color:var(--auth-primary);
    box-shadow:var(--auth-focus);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-field input[aria-invalid="true"],
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-field select[aria-invalid="true"] {
    border-color:var(--auth-error);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-hint {
    display:block;
    color:var(--auth-muted);
    font-size:11.5px;
    line-height:1.55;
    margin-top:7px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-hint:empty,
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-field-error:empty {
    display:none;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-field-error {
    display:block;
    color:var(--auth-error);
    font-size:12px;
    line-height:1.5;
    margin-top:6px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-field input[type="file"] {
    height:auto;
    padding:10px;
    line-height:1.7;
    font-size:12px;
    background:var(--auth-soft);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-field input::file-selector-button {
    border:1px solid var(--auth-border);
    color:var(--auth-primary-dark);
    background:var(--auth-surface);
    border-radius:7px;
    padding:6px 9px;
    margin-right:8px;
    cursor:pointer;
    font-weight:600;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-password {
    display:flex;
    position:relative;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-password input {
    padding-right:48px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-password button {
    position:absolute;
    inset:3px 3px 3px auto;
    width:39px;
    border:0;
    border-radius:9px;
    color:var(--auth-muted);
    background:transparent;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-password button:hover {
    background:var(--auth-soft);
    color:var(--auth-primary-dark);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-password-rules {
    list-style:none;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px 12px;
    padding:17px;
    margin:0;
    border:1px solid var(--auth-border);
    border-radius:14px;
    background:var(--auth-soft);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-password-rules li {
    font-size:12px;
    color:var(--auth-muted);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-password-rules li::before {
    content:"○";
    display:inline-block;
    width:20px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-password-rules li.is-valid {
    color:var(--auth-success);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-password-rules li.is-valid::before {
    content:"✓";
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-page fieldset {
    border:0;
    padding:0;
    margin:0;
    min-width:0;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-button {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    gap:14px;
    min-height:47px;
    padding:12px 22px;
    border-radius:11px;
    border:1px solid transparent;
    background:#0878b9;
    color:#fff!important;
    font-weight:650;
    font-size:14px;
    text-decoration:none!important;
    transition:background .15s;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-button:hover {
    background:#056399;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-button-full {
    width:100%;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-button-secondary {
    border-color:var(--auth-border);
    background:var(--auth-soft);
    color:var(--auth-text)!important;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-button-secondary:hover {
    background:var(--auth-page);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-form-link {
    display:flex;
    justify-content:flex-end;
    margin:-5px 0 23px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-text-button {
    padding:0;
    border:0;
    color:var(--auth-primary-dark);
    background:none;
    font-size:13px!important;
    font-weight:600!important;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-text-button:hover {
    text-decoration:underline;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-form-bottom {
    border-top:1px solid var(--auth-border);
    padding-top:24px;
    margin-top:22px!important;
    text-align:center;
    color:var(--auth-muted);
    font-size:14px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-form-bottom a {
    font-weight:650;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-submit-card {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    margin-top:22px;
    padding:25px 32px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-submit-card h3 {
    margin-bottom:6px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-submit-card p {
    color:var(--auth-muted);
    font-size:13px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-submit-status {
    color:var(--auth-muted);
    font-size:13px;
    margin-top:9px!important;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-submit-status:empty {
    display:none;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-provider-links {
    text-align:center;
    margin-top:24px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-provider-links p {
    color:var(--auth-muted);
    margin-bottom:12px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-provider-links a {
    margin:3px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-notice {
    margin:18px 0;
    padding:15px 18px;
    border:1px solid var(--auth-border);
    border-left:3px solid var(--auth-primary);
    border-radius:12px;
    background:var(--auth-soft);
    font-size:14px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-notice a {
    margin-left:10px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-footer {
    display:flex;
    justify-content:space-between;
    gap:20px;
    width:min(1180px,calc(100% - 48px));
    margin:26px auto;
    padding:10px 2px;
    font-size:12px;
    color:var(--auth-muted);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-modal {
    padding:0;
    border:1px solid var(--auth-border);
    border-radius:24px;
    background:var(--auth-surface);
    color:var(--auth-text);
    width:min(490px,calc(100vw - 32px));
    max-height:calc(100dvh - 40px);
    box-shadow:0 30px 100px rgba(0,0,0,.3);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-modal::backdrop {
    background:rgba(5,12,28,.65);
    backdrop-filter:blur(4px);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-modal-content {
    padding:30px;
    overflow-wrap:anywhere;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-modal-icon {
    display:grid;
    place-items:center;
    width:45px;
    height:45px;
    border-radius:13px;
    color:var(--auth-error);
    background:rgba(225,66,88,.12);
    font-weight:800;
    font-size:22px;
    margin-bottom:20px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-modal[data-state="success"] .auth-modal-icon {
    color:var(--auth-success);
    background:rgba(31,171,124,.12);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-modal[data-state="info"] .auth-modal-icon {
    color:var(--auth-primary-dark);
    background:rgba(42,172,255,.12);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-modal h2 {
    font-size:25px;
    padding-right:12px;
    margin-bottom:12px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-modal p,
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-modal li {
    font-size:14px;
    color:var(--auth-muted);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-modal ul {
    padding-left:20px;
    margin:16px 0 0;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-modal li+li {
    margin-top:6px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-modal-close {
    position:absolute;
    right:15px;
    top:15px;
    width:32px;
    height:32px;
    border:0;
    background:transparent;
    color:var(--auth-muted);
    font-size:25px!important;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-modal-footer {
    position:sticky;
    bottom:0;
    padding:18px 30px;
    border-top:1px solid var(--auth-border);
    background:var(--auth-surface);
    display:flex;
    justify-content:flex-end;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-modal-open {
    overflow:hidden;
}

@media(max-width:1024px) {
    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-card {
        padding:25px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-intro {
        padding:36px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-fields {
        gap:0 14px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-card-heading h3 {
        font-size:18px;
    }

}
@media(max-width:800px) {
    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-grid,
    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-register-intro {
        grid-template-columns:1fr;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-form {
        grid-row:auto;
        grid-column:auto;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-intro {
        min-height:0;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-note {
        grid-row:3;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-intro h1 br {
        display:none;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-steps {
        padding:22px 25px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-steps ol {
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:18px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-steps li {
        display:block;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-steps li>span {
        display:inline-block;
        margin-bottom:9px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-section {
        grid-column:1/-1;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-documents .auth-fields {
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-form-heading {
        align-items:flex-start;
    }

}
@media(max-width:520px) {
    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-theme-bar {
        width:calc(100% - 28px);
        margin-top:14px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-shell {
        width:calc(100% - 28px);
        margin-top:8px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-card,
    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-register-intro .auth-intro,
    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-intro {
        padding:23px;
        border-radius:21px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-login-grid,
    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-register-intro,
    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-registration-grid {
        gap:16px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-intro h1 {
        font-size:34px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-intro>p {
        font-size:14px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-steps ol {
        grid-template-columns:1fr;
        gap:14px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-steps li {
        display:flex;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-steps li>span {
        margin:0;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-form-heading {
        display:block;
        margin-top:30px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-form-heading>p {
        margin-top:12px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-fields,
    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-documents .auth-fields,
    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-education fieldset {
        grid-template-columns:1fr;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-address-fields {
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-password-rules {
        padding:12px;
        gap:9px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-password-rules li {
        font-size:11px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-submit-card {
        flex-direction:column;
        align-items:stretch;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-submit-card .auth-button {
        width:100%;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-footer {
        width:calc(100% - 32px);
        flex-direction:column;
        gap:7px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-modal-content {
        padding:24px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-modal-footer {
        padding:16px 24px;
    }

}
:where([data-pub~="auth"], [data-pub~="auth"] *).auth-progress {
    scroll-margin-top:20px;
    margin:0 0 26px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-progress ol {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    list-style:none;
    padding:0;
    margin:0;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-progress button {
    display:flex;
    align-items:center;
    gap:12px;
    width:100%;
    height:100%;
    padding:15px 18px;
    border:1px solid var(--auth-border);
    border-radius:16px;
    background:var(--auth-surface);
    color:var(--auth-muted);
    font-size:14px;
    font-weight:650;
    text-align:left;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-progress button:hover {
    border-color:var(--auth-primary);
    color:var(--auth-primary-dark);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-progress-number {
    display:grid;
    place-items:center;
    flex-shrink:0;
    width:32px;
    height:32px;
    border-radius:10px;
    background:var(--auth-soft);
    border:1px solid var(--auth-border);
    font-size:13px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-progress button[aria-current="step"] {
    border-color:var(--auth-primary);
    color:var(--auth-primary-dark);
    box-shadow:var(--auth-focus);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-progress button[aria-current="step"] .auth-progress-number {
    background:#0878b9;
    color:#fff;
    border-color:transparent;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-progress button.is-complete .auth-progress-number {
    color:var(--auth-success);
    border-color:var(--auth-success);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-registration-step {
    margin-top:22px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-step-title {
    font-size:20px!important;
    margin-bottom:18px!important;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-step-title:focus {
    outline:none;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-step-status {
    font-size:15px!important;
    font-weight:700;
    color:var(--auth-primary-dark)!important;
    margin-bottom:5px!important;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).auth-step-actions {
    display:flex;
    align-items:center;
    gap:12px;
    flex-shrink:0;
}

@media(max-width:520px) {
    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-progress {
        margin-bottom:22px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-progress ol {
        gap:8px;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-progress button {
        flex-direction:column;
        gap:8px;
        padding:12px 6px;
        font-size:12px;
        text-align:center;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-step-actions {
        width:100%;
        flex-wrap:wrap;
    }

    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-step-actions .auth-button {
        flex:1;
        width:auto;
        padding-inline:15px;
    }

}
@media(prefers-reduced-motion:reduce) {
    :where([data-pub~="auth"], [data-pub~="auth"] *).auth-page * {
        transition:none!important;
        scroll-behavior:auto!important;
    }

}

/* Page: events.php */
body:where([data-pub~="shared-02"], [data-pub~="shared-02"] *) {
    background: #f7fafc;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-card-link {
    text-decoration: none;
    color: inherit;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-card-link:hover,
:where([data-pub~="events"], [data-pub~="events"] *).event-card-link:focus {
    text-decoration: none;
    color: inherit;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-card {
    background: var(--event-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--event-shadow);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: 0.25s ease;
    border: 1px solid rgba(230, 237, 243, 0.8);
}

:where([data-pub~="events"], [data-pub~="events"] *).event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(17, 21, 40, 0.14);
}

:where([data-pub~="events"], [data-pub~="events"] *).event-card-img {
    position: relative;
    height: 190px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--event-primary) 0%, #0b3c5d 100%);
}

:where([data-pub~="events"], [data-pub~="events"] *).event-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 42px;
    background: linear-gradient(135deg, var(--event-primary) 0%, #0b3c5d 100%);
}

:where([data-pub~="events"], [data-pub~="events"] *).event-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--event-accent);
    color: #fff;
    padding: 6px 13px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    max-width: calc(100% - 24px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-status {
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    background: rgba(17, 21, 40, 0.82);
    backdrop-filter: blur(4px);
}

:where([data-pub~="events"], [data-pub~="events"] *).event-status.ongoing {
    background: #1f9d55;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-status.completed {
    background: #6b7280;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-card-body {
    padding: 18px;
    flex-grow: 1;
    text-align: center;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-title {
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 10px;
    color: #111827;
    line-height: 1.45;
    text-align: center;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-card:hover .event-title {
    color: #0b6ea8;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-instructor {
    font-size: 13px;
    color: var(--event-muted);
    margin-bottom: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-meta {
    display: grid;
    gap: 9px;
    font-size: 13px;
    color: #4b5563;
    justify-items: center;
    text-align: center;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-meta span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 1.4;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-meta i {
    color: var(--event-accent);
    width: 16px;
    text-align: center;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-card-footer {
    padding: 15px;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-view-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 9px;
    background-color: var(--event-accent);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    transition: background-color 0.2s ease;
    cursor: default;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-view-btn:hover {
    background-color: #078bdd;
}

:where([data-pub~="events"], [data-pub~="events"] *).event-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

@media (max-width: 992px) {
    :where([data-pub~="events"], [data-pub~="events"] *).event-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}
@media (max-width: 600px) {
    :where([data-pub~="events"], [data-pub~="events"] *).event-grid {
        grid-template-columns: 1fr;
    }

}
:where([data-pub~="events"], [data-pub~="events"] *).search-section {
    background: var(--event-accent);
    padding: 40px 0;
}


/* Page: bookexam.php */
html:where([data-pub~="shared-03"], [data-pub~="shared-03"] *)[data-theme="dark"] body,
body:where([data-pub~="shared-03"], [data-pub~="shared-03"] *)[data-theme="dark"],
body:where([data-pub~="shared-03"], [data-pub~="shared-03"] *).dark-mode,
body:where([data-pub~="shared-03"], [data-pub~="shared-03"] *).dark,
body:where([data-pub~="shared-03"], [data-pub~="shared-03"] *).dark-theme {
    background-color: #0c1020;
}

html:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page input:focus,
html:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page select:focus,
html:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page textarea:focus,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page input:focus,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page select:focus,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *)[data-theme="dark"] .book-exam-page textarea:focus,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-mode .book-exam-page input:focus,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-mode .book-exam-page select:focus,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-mode .book-exam-page textarea:focus,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark .book-exam-page input:focus,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark .book-exam-page select:focus,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark .book-exam-page textarea:focus,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-theme .book-exam-page input:focus,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-theme .book-exam-page select:focus,
body:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).dark-theme .book-exam-page textarea:focus {
    border-color: var(--primary) !important;
    background-color: #111528 !important;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, .22);
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-container,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .page-header h1,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .page-header p,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .user-card,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .user-card img,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .user-info h3,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .user-info p,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .section,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .section-title,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page label,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page input,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page select,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page textarea,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .dropdown-list,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .dropdown-search,
:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .dropdown-item {
    transition: background-color .3s ease, border-color .3s ease, color .3s ease, box-shadow .3s ease, transform .2s ease;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .submit-area {
    text-align: center;
    margin-top: 30px;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .btn-submit {
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 14px;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .25s;
}

:where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .btn-submit:hover {
    background: #4338ca;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    :where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-container {
        padding: 20px;
    }

    :where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .user-card {
        flex-direction: column;
        text-align: center;
    }

    :where([data-pub~="bookexam"], [data-pub~="bookexam"] *).book-exam-page .page-header h1 {
        font-size: 26px;
    }

}

/* Page: calendar.php */
:where([data-pub~="shared-04"], [data-pub~="shared-04"] *).viewer-container {
    width: 90%;
    max-width: 1400px;
    height: 80vh;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

:where([data-pub~="shared-05"], [data-pub~="shared-05"] *).viewer-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}


/* Public registration phone control */
:where([data-pub~="auth"], [data-pub~="auth"] *).lms-country-phone,
:where([data-pub~="auth"], [data-pub~="auth"] *).lms-phone-country-list,
:where([data-pub~="auth"], [data-pub~="auth"] *).lms-phone-dropdown {
    --phone-bg:var(--auth-surface,var(--admin-surface,#fff));
    --phone-text:var(--auth-text,var(--text-dark,#111528));
    --phone-muted:var(--auth-muted,#657187);
    --phone-border:var(--auth-border,var(--border-color,#e1e8f0));
    --phone-highlight:rgba(42,172,255,.12);
}

html:where([data-pub~="auth"], [data-pub~="auth"] *)[data-theme="dark"] .lms-country-phone,
html:where([data-pub~="auth"], [data-pub~="auth"] *)[data-theme="dark"] .lms-phone-country-list,
html:where([data-pub~="auth"], [data-pub~="auth"] *)[data-theme="dark"] .lms-phone-dropdown,
body:where([data-pub~="auth"], [data-pub~="auth"] *).dark-mode .lms-country-phone,
body:where([data-pub~="auth"], [data-pub~="auth"] *).dark-mode .lms-phone-country-list,
body:where([data-pub~="auth"], [data-pub~="auth"] *).dark-mode .lms-phone-dropdown {
    --phone-bg:#181d31;
    --phone-text:#f1f5f9;
    --phone-muted:#aab6cb;
    --phone-border:#334155;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).lms-country-phone {
    width:100%;
    min-width:0;
    color:var(--phone-text);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).lms-country-phone .iti__selected-flag {
    border-radius:10px 0 0 10px;
    gap:2px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).lms-country-phone .iti__selected-dial-code {
    font-size:13px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).lms-country-phone .iti__arrow {
    border-top-color:var(--phone-text);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).lms-country-phone .iti__arrow--up {
    border-top:0;
    border-bottom-color:var(--phone-text);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).lms-country-phone .iti__selected-flag:hover,
:where([data-pub~="auth"], [data-pub~="auth"] *).lms-country-phone .iti__selected-flag:focus {
    background:var(--phone-highlight);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).lms-country-phone .iti__country-list,
:where([data-pub~="auth"], [data-pub~="auth"] *).lms-phone-country-list {
    width:min(350px,calc(100vw - 40px));
    max-width:calc(100vw - 40px);
    max-height:260px;
    white-space:normal;
    color:var(--phone-text);
    background:var(--phone-bg);
    border:1px solid var(--phone-border);
    border-radius:12px;
    box-shadow:0 12px 36px rgba(0,0,0,.18);
    padding:5px;
    font-size:14px;
    z-index:20;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).lms-country-phone .iti__country,
:where([data-pub~="auth"], [data-pub~="auth"] *).lms-phone-country-list .iti__country {
    padding:9px 10px;
    border-radius:7px;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).lms-country-phone .iti__country.iti__highlight,
:where([data-pub~="auth"], [data-pub~="auth"] *).lms-phone-country-list .iti__country.iti__highlight {
    background:var(--phone-highlight);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).lms-country-phone .iti__dial-code,
:where([data-pub~="auth"], [data-pub~="auth"] *).lms-phone-country-list .iti__dial-code {
    color:var(--phone-muted);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).lms-country-phone .iti__divider,
:where([data-pub~="auth"], [data-pub~="auth"] *).lms-phone-country-list .iti__divider {
    border-color:var(--phone-border);
}

:where([data-pub~="auth"], [data-pub~="auth"] *).lms-country-phone .iti__flag-box,
:where([data-pub~="auth"], [data-pub~="auth"] *).lms-phone-country-list .iti__flag-box {
    flex-shrink:0;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).lms-phone-dropdown {
    z-index:1100;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).lms-phone-dropdown .lms-phone-country-list {
    width:100%;
    max-width:100%;
}

:where([data-pub~="auth"], [data-pub~="auth"] *).lms-phone-fallback {
    display:block;
    font-size:12px;
    line-height:1.5;
    margin-top:7px;
    color:var(--auth-muted,var(--text-dark,#657187));
}


/* Page: event-detail.php */
:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).modern-event-page {
    padding: 55px 0 70px;
    color: var(--event-text);
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: var(--event-primary);
    box-shadow: var(--event-shadow);
    margin-bottom: 35px;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-card::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -110px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(42, 172, 255, 0.18);
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-card::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -130px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
    gap: 34px;
    padding: 35px;
    background: linear-gradient(135deg, #111528 0%, #0b1b34 55%, #0b3c5d 100%);
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-content {
    flex: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 20px 10px;
    background: transparent;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(42, 172, 255, 0.16);
    border: 1px solid rgba(42, 172, 255, 0.35);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-badge.ongoing {
    background: rgba(31, 157, 85, 0.22);
    border-color: rgba(31, 157, 85, 0.35);
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-badge.completed {
    background: rgba(107, 114, 128, 0.25);
    border-color: rgba(107, 114, 128, 0.45);
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-title {
    margin: 0;
    color: #fff;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -0.8px;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-summary {
    margin: 18px 0 0;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.75;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-image {
    width: 460px;
    min-height: 300px;
    border-radius: 24px;
    overflow: hidden;
    background: #0b1b34;
    border: 1px solid rgba(42, 172, 255, 0.35);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22);
    flex-shrink: 0;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    object-position: center;
    display: block;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-placeholder {
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 72px;
    background: linear-gradient(135deg, #111528 0%, #0b3c5d 100%);
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-main {
    flex: 1;
    min-width: 0;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-sidebar {
    width: 330px;
    flex-shrink: 0;
    position: sticky;
    top: 25px;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).modern-section {
    background: var(--event-white);
    border: 1px solid var(--event-border);
    border-radius: var(--event-radius);
    box-shadow: 0 12px 30px rgba(17, 21, 40, 0.07);
    padding: 28px;
    margin-bottom: 25px;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).modern-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px;
    color: var(--event-primary);
    font-size: 22px;
    font-weight: 900;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).modern-section-title i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eef7ff;
    color: var(--event-accent);
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).info-tile {
    border: 1px solid var(--event-border);
    background: #fbfdff;
    border-radius: 18px;
    padding: 18px;
    min-height: 108px;
    transition: all 0.25s ease;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).info-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(17, 21, 40, 0.08);
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).info-tile-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: #eef7ff;
    color: var(--event-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).info-tile-label {
    color: var(--event-muted);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 6px;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).info-tile-value {
    color: var(--event-text);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 900;
    word-break: break-word;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-note-box {
    padding: 22px;
    border-radius: 18px;
    background: var(--event-soft);
    border: 1px solid var(--event-border);
    color: #405166;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).sidebar-card {
    background: #fff;
    border-radius: var(--event-radius);
    border: 1px solid var(--event-border);
    box-shadow: var(--event-shadow);
    overflow: hidden;
    margin-bottom: 25px;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).sidebar-head {
    padding: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #f4faff 100%);
    text-align: center;
    border-bottom: 1px solid var(--event-border);
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).sidebar-head-label {
    color: var(--event-muted);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).sidebar-head-value {
    color: var(--event-primary);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.25;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).sidebar-content {
    padding: 24px;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).sidebar-info-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 13px 0;
    border-bottom: 1px solid var(--event-border);
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).sidebar-info-row:last-child {
    border-bottom: 0;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).sidebar-info-label {
    color: var(--event-muted);
    font-weight: 800;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).sidebar-info-value {
    color: var(--event-text);
    font-weight: 900;
    text-align: right;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-action-btn {
    display: block;
    width: 100%;
    padding: 14px 18px;
    border-radius: 14px;
    text-align: center;
    font-weight: 900;
    text-decoration: none !important;
    transition: all 0.25s ease;
    margin-top: 12px;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-action-primary {
    background: var(--event-accent);
    color: #fff !important;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-action-primary:hover {
    background: #078bdd;
    color: #fff !important;
    transform: translateY(-2px);
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-action-secondary {
    background: #eef7ff;
    color: var(--event-primary) !important;
}

:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-action-secondary:hover {
    background: #dceef8;
    color: var(--event-primary-dark) !important;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    :where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-inner {
        flex-direction: column;
    }

    :where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-image {
        width: 100%;
        min-height: 320px;
    }

    :where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-image img,
    :where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-placeholder {
        min-height: 320px;
    }

    :where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-layout {
        flex-direction: column;
    }

    :where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-sidebar {
        width: 100%;
        position: static;
    }

}
@media (max-width: 767px) {
    :where([data-pub~="event-detail"], [data-pub~="event-detail"] *).modern-event-page {
        padding: 30px 0 45px;
    }

    :where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-inner {
        padding: 24px;
    }

    :where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-title {
        font-size: 30px;
    }

    :where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-hero-summary {
        font-size: 15px;
    }

    :where([data-pub~="event-detail"], [data-pub~="event-detail"] *).overview-grid {
        grid-template-columns: 1fr;
    }

    :where([data-pub~="event-detail"], [data-pub~="event-detail"] *).modern-section {
        padding: 22px;
    }

    :where([data-pub~="event-detail"], [data-pub~="event-detail"] *).sidebar-head-value {
        font-size: 24px;
    }

}
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme {
    --event-page-bg: #f7fafc;
    --event-surface: #ffffff;
    --event-surface-soft: #fbfdff;
    --event-icon-surface: #eef7ff;
    --event-heading: #111528;
    --event-note-text: #405166;
    --event-secondary-hover: #dceef8;
    color: var(--event-text);
    background: var(--event-page-bg);
}

html:where([data-pub~="event-detail"], [data-pub~="event-detail"] *)[data-theme="dark"] body.event-detail-theme,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme[data-theme="dark"],
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme.dark,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme.dark-mode,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme.dark-theme,
html:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).dark body.event-detail-theme,
html:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).dark-mode body.event-detail-theme {
    --event-page-bg: #0b1020;
    --event-surface: #151b2f;
    --event-surface-soft: #1b233a;
    --event-icon-surface: #13283c;
    --event-heading: #f3f6ff;
    --event-soft: #1b233a;
    --event-border: #273149;
    --event-text: #e8edf8;
    --event-muted: #a0abc2;
    --event-white: #151b2f;
    --event-note-text: #d2daea;
    --event-secondary-hover: #1d3750;
    --event-shadow: 0 18px 45px rgba(0, 0, 0, 0.29);
    color-scheme: dark;
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme #wrapper-content,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme #page-wrapper,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .main-content,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .main-content>.content,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .modern-event-page {
    color: var(--event-text);
    background-color: var(--event-page-bg);
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .modern-section,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .sidebar-card {
    border-color: var(--event-border);
    background: var(--event-surface);
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .modern-section {
    box-shadow: 0 12px 30px rgba(17, 21, 40, 0.07);
}

html:where([data-pub~="event-detail"], [data-pub~="event-detail"] *)[data-theme="dark"] body.event-detail-theme .modern-section,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme[data-theme="dark"] .modern-section,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme.dark .modern-section,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme.dark-mode .modern-section,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme.dark-theme .modern-section,
html:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).dark body.event-detail-theme .modern-section,
html:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).dark-mode body.event-detail-theme .modern-section {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .modern-section-title,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .sidebar-head-value {
    color: var(--event-heading);
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .modern-section-title i,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .info-tile-icon {
    color: var(--event-accent);
    background: var(--event-icon-surface);
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .info-tile {
    border-color: var(--event-border);
    background: var(--event-surface-soft);
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .info-tile:hover {
    border-color: rgba(42, 172, 255, 0.48);
    box-shadow: 0 10px 25px rgba(42, 172, 255, 0.09);
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .info-tile-label,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .sidebar-head-label,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .sidebar-info-label {
    color: var(--event-muted);
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .info-tile-value,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .sidebar-info-value {
    color: var(--event-text);
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .event-note-box {
    border-color: var(--event-border);
    color: var(--event-note-text);
    background: var(--event-soft);
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .event-note-box strong {
    color: var(--event-heading);
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .sidebar-head {
    border-color: var(--event-border);
    background: linear-gradient(135deg, var(--event-surface) 0%, var(--event-surface-soft) 100%);
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .sidebar-content {
    color: var(--event-text);
    background: var(--event-surface);
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .sidebar-info-row {
    border-color: var(--event-border);
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .event-action-secondary {
    color: var(--event-heading) !important;
    background: var(--event-icon-surface);
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .event-action-secondary:hover,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .event-action-secondary:focus {
    color: var(--event-heading) !important;
    background: var(--event-secondary-hover);
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .event-action-btn:focus-visible {
    outline: 3px solid rgba(42, 172, 255, 0.45);
    outline-offset: 3px;
}

body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme #wrapper-content,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme #page-wrapper,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .main-content,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .modern-event-page,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .modern-section,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .modern-section-title,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .modern-section-title i,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .info-tile,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .info-tile-icon,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .info-tile-label,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .info-tile-value,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .event-note-box,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .sidebar-card,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .sidebar-head,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .sidebar-head-label,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .sidebar-head-value,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .sidebar-content,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .sidebar-info-row,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .sidebar-info-label,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .sidebar-info-value,
body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .event-action-secondary {
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
    body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .modern-event-page *,
    body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .modern-event-page *::before,
    body:where([data-pub~="event-detail"], [data-pub~="event-detail"] *).event-detail-theme .modern-event-page *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

}

/* Page: courses.php */
:where([data-pub~="shared-06"], [data-pub~="shared-06"] *).search-input .search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin: 0;
}

:where([data-pub~="shared-06"], [data-pub~="shared-06"] *).search-input select.form-select,
:where([data-pub~="shared-06"], [data-pub~="shared-06"] *).search-input input.form-input {
    height: 45px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
    background: #fff;
    color: #333;
    outline: none;
}

:where([data-pub~="shared-06"], [data-pub~="shared-06"] *).search-input select.form-select {
    min-width: 210px;
}

:where([data-pub~="shared-06"], [data-pub~="shared-06"] *).search-input input.form-input {
    flex: 1 1 320px;
    min-width: 260px;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input .btn-blue {
    height: 45px;
    background: #0f1b37;
    color: #fff;
    border-radius: 4px;
    padding: 0 22px;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
    border: none;
    white-space: nowrap;
}


/* Page: testimonials.php */
html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .page-wrapper,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .page-wrapper,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .page-wrapper {
    color-scheme: dark;
    color: #e7ebf4;
}

html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .testimonial-card,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .testimonial-card,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .testimonial-card,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .testimonial-card,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .testimonial-card {
    border-color: rgba(255, 255, 255, 0.11);
    color: #e7ebf4;
    background: #181d31;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .32);
}

html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .card-title,
html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .profile-details h3,
html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .form-section-title,
html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper label,
html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .inline-radio-question,
html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .inline-radio-options label,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .card-title,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .profile-details h3,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .form-section-title,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper label,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .inline-radio-question,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .inline-radio-options label,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .card-title,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .profile-details h3,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .form-section-title,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .page-wrapper label,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .inline-radio-question,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .inline-radio-options label,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .card-title,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .profile-details h3,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .form-section-title,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .page-wrapper label,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .inline-radio-question,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .inline-radio-options label,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .card-title,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .profile-details h3,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .form-section-title,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .page-wrapper label,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .inline-radio-question,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .inline-radio-options label {
    color: #f4f7fb;
}

html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .form-section-title,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .form-section-title,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .form-section-title,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .form-section-title,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .form-section-title {
    border-bottom-color: rgba(255, 255, 255, 0.11);
}

html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .helper-text,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .helper-text,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .helper-text,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .helper-text,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .helper-text {
    color: #aab3c5;
}

html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .personal-info-box,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .personal-info-box,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .personal-info-box,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .personal-info-box,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .personal-info-box {
    border-color: rgba(42, 172, 255, 0.24);
    background: linear-gradient(135deg, #111528, #151c32);
}

html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .profile-avatar,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .profile-avatar,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .profile-avatar,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .profile-avatar,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .profile-avatar {
    border-color: #202842;
}

html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .profile-pill,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .profile-pill,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .profile-pill,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .profile-pill,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .profile-pill {
    border-color: rgba(42, 172, 255, 0.24);
    color: #cbd3e1;
    background: #181d31;
}

html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper input:not([type="hidden"]):not([type="radio"]),
html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper select,
html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper textarea,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper input:not([type="hidden"]):not([type="radio"]),
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper select,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper textarea,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .page-wrapper input:not([type="hidden"]):not([type="radio"]),
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .page-wrapper select,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .page-wrapper textarea,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .page-wrapper input:not([type="hidden"]):not([type="radio"]),
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .page-wrapper select,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .page-wrapper textarea,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .page-wrapper input:not([type="hidden"]):not([type="radio"]),
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .page-wrapper select,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .page-wrapper textarea {
    border-color: rgba(255, 255, 255, 0.68) !important;
    color: #f4f7fb !important;
    background-color: #111528 !important;
    background-image: none !important;
    caret-color: #f4f7fb;
    -webkit-text-fill-color: #f4f7fb !important;
    color-scheme: dark;
}

html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper input::placeholder,
html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper textarea::placeholder,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper input::placeholder,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper textarea::placeholder,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .page-wrapper input::placeholder,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .page-wrapper textarea::placeholder,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .page-wrapper input::placeholder,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .page-wrapper textarea::placeholder,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .page-wrapper input::placeholder,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .page-wrapper textarea::placeholder {
    color: #7f899f !important;
    -webkit-text-fill-color: #7f899f !important;
    opacity: 1;
}

html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper input:focus,
html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper select:focus,
html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper textarea:focus,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper input:focus,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper select:focus,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .page-wrapper textarea:focus,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .page-wrapper input:focus,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .page-wrapper select:focus,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .page-wrapper textarea:focus,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .page-wrapper input:focus,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .page-wrapper select:focus,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .page-wrapper textarea:focus,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .page-wrapper input:focus,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .page-wrapper select:focus,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .page-wrapper textarea:focus {
    border-color: #2196f3 !important;
    background-color: #111528 !important;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, .22) !important;
}

html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .inline-radio-options input[type="radio"],
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .inline-radio-options input[type="radio"],
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .inline-radio-options input[type="radio"],
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .inline-radio-options input[type="radio"],
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .inline-radio-options input[type="radio"] {
    accent-color: #2196f3;
    color-scheme: dark;
}

html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .dropdown-list,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .dropdown-list,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .dropdown-list,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .dropdown-list,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .dropdown-list {
    border-color: rgba(255, 255, 255, 0.13);
    color: #e7ebf4;
    background: #181d31;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .36);
}

html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .dropdown-search,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .dropdown-search,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .dropdown-search,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .dropdown-search,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .dropdown-search {
    border-bottom-color: rgba(255, 255, 255, 0.11) !important;
}

html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .dropdown-item,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .dropdown-item,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .dropdown-item,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .dropdown-item,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .dropdown-item {
    color: #e7ebf4;
}

html:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .dropdown-item:hover,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *)[data-theme="dark"] .dropdown-item:hover,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-mode .dropdown-item:hover,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark .dropdown-item:hover,
body:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dark-theme .dropdown-item:hover {
    background-color: #202842;
}

:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).testimonial-card,
:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).personal-info-box,
:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).profile-avatar,
:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).profile-pill,
:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).card-title,
:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).profile-details h3,
:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).form-section-title,
:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).page-wrapper label,
:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).helper-text,
:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).page-wrapper input,
:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).page-wrapper select,
:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).page-wrapper textarea,
:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dropdown-list,
:where([data-pub~="testimonials"], [data-pub~="testimonials"] *).dropdown-item {
    transition: background-color .3s ease, border-color .3s ease, color .3s ease, box-shadow .3s ease, transform .2s ease;
}

@media (max-width: 768px) {
    :where([data-pub~="testimonials"], [data-pub~="testimonials"] *).page-wrapper {
        margin-top: 90px;
    }

    :where([data-pub~="testimonials"], [data-pub~="testimonials"] *).testimonial-card {
        padding: 24px 18px;
    }

    :where([data-pub~="testimonials"], [data-pub~="testimonials"] *).form-grid {
        grid-template-columns: 1fr;
    }

    :where([data-pub~="testimonials"], [data-pub~="testimonials"] *).form-group.full,
    :where([data-pub~="testimonials"], [data-pub~="testimonials"] *).form-section-title {
        grid-column: span 1;
    }

    :where([data-pub~="testimonials"], [data-pub~="testimonials"] *).personal-info-box {
        flex-direction: column;
        text-align: center;
    }

    :where([data-pub~="testimonials"], [data-pub~="testimonials"] *).profile-meta {
        justify-content: center;
    }

}

/* Page: events.php */
:where([data-pub~="events"], [data-pub~="events"] *).search-input .btn-blue {
    height: 45px;
    background: var(--event-primary);
    color: #fff;
    border-radius: 4px;
    padding: 0 22px;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s;
    border: none;
    white-space: nowrap;
}


/* Page: courses.php */
:where([data-pub~="shared-06"], [data-pub~="shared-06"] *).search-input .btn-blue:hover,
:where([data-pub~="shared-06"], [data-pub~="shared-06"] *).search-input .btn-blue:focus {
    background: #074281;
    color: #fff;
    outline: none;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-clear-link {
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 4px;
    background: rgba(9, 15, 92, 0.51);
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-clear-link:hover,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-clear-link:focus {
    background: rgba(7, 45, 102, 0.38);
    color: #000000;
    text-decoration: none;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).empty-results {
    grid-column: 1 / -1;
    background: #ffffff;
    border: 1px dashed #d1d5db;
    border-radius: 14px;
    padding: 28px;
    text-align: center;
    color: #64748b;
    font-size: 15px;
}


/* Page: events.php */
:where([data-pub~="events"], [data-pub~="events"] *).search-clear-link {
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 4px;
    background: rgba(17, 21, 40, 0.55);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

:where([data-pub~="events"], [data-pub~="events"] *).search-clear-link:hover,
:where([data-pub~="events"], [data-pub~="events"] *).search-clear-link:focus {
    background: rgba(255, 255, 255, 0.72);
    color: #111528;
    text-decoration: none;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-section-title {
    margin-bottom: 30px;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-section-title h2 {
    margin: 0;
    color: #111528;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

:where([data-pub~="events"], [data-pub~="events"] *).result-count {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 24px;
}

:where([data-pub~="events"], [data-pub~="events"] *).empty-results {
    grid-column: 1 / -1;
    background: #ffffff;
    border: 1px dashed #d1d5db;
    border-radius: 14px;
    padding: 28px;
    text-align: center;
    color: #64748b;
    font-size: 15px;
    font-weight: 700;
}


/* Page: courses.php */
@media (max-width: 767px) {
    :where([data-pub~="shared-06"], [data-pub~="shared-06"] *).search-input .search-form {
        flex-direction: column;
        align-items: stretch;
    }

    :where([data-pub~="shared-06"], [data-pub~="shared-06"] *).search-input select.form-select,
    :where([data-pub~="shared-06"], [data-pub~="shared-06"] *).search-input input.form-input,
    :where([data-pub~="shared-06"], [data-pub~="shared-06"] *).search-input .btn-blue,
    :where([data-pub~="shared-06"], [data-pub~="shared-06"] *).search-clear-link {
        width: 100%;
    }

    :where([data-pub~="shared-06"], [data-pub~="shared-06"] *).search-input input.form-input {
        flex: 1 1 auto;
        min-width: 100%;
    }

}
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *):root {
    --course-tabs-surface: #f8fafc;
    --course-tabs-border: #cbd5e1;
    --course-tabs-text: #172033;
    --course-tabs-hover-surface: #eaf7ff;
    --course-tabs-hover-border: #2aacff;
    --course-tabs-hover-text: #087fbd;
    --course-tabs-active-surface: #2aacff;
    --course-tabs-active-border: #2aacff;
    --course-tabs-active-text: #ffffff;
    --course-tabs-divider: #d8e2ec;
    --course-tabs-count: #617899;
}

html:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).dark-mode,
body:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).dark-mode,
html:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).dark-theme,
body:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).dark-theme,
html:where([data-pub~="shared-01"], [data-pub~="shared-01"] *)[data-theme="dark"],
body:where([data-pub~="shared-01"], [data-pub~="shared-01"] *)[data-theme="dark"],
html:where([data-pub~="shared-01"], [data-pub~="shared-01"] *)[data-bs-theme="dark"],
body:where([data-pub~="shared-01"], [data-pub~="shared-01"] *)[data-bs-theme="dark"] {
    --course-tabs-surface: #171d31;
    --course-tabs-border: #364057;
    --course-tabs-text: #f8fafc;
    --course-tabs-hover-surface: #202b46;
    --course-tabs-hover-border: #2aacff;
    --course-tabs-hover-text: #ffffff;
    --course-tabs-active-surface: #2aacff;
    --course-tabs-active-border: #2aacff;
    --course-tabs-active-text: #ffffff;
    --course-tabs-divider: rgba(42, 172, 255, 0.42);
    --course-tabs-count: #8aa6c5;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).courses-toolbar {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 18px;
    margin: 0 0 35px;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).courses-toolbar .result-output {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).courses-toolbar .result-count {
    margin: 0;
    color: var(--course-tabs-count);
    font-size: 15px;
    line-height: 1.5;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container {
    width: 100%;
    margin: 0;
    padding: 0 0 14px;
    border-bottom: 1px solid var(--course-tabs-divider);
    overflow: visible;
    direction: ltr;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border: 0 !important;
    background: transparent !important;
    position: static !important;
    float: none !important;
    transform: none !important;
    direction: ltr;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs>li {
    display: block !important;
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs>li>a,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs>li>a.text {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    min-height: 54px;
    margin: 0 !important;
    padding: 10px 14px !important;
    background: var(--course-tabs-surface) !important;
    color: var(--course-tabs-text) !important;
    border: 1px solid var(--course-tabs-border) !important;
    border-radius: 10px !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    white-space: normal;
    overflow-wrap: anywhere;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs>li>a::before,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs>li>a::after {
    display: none !important;
    content: none !important;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs>li>a:hover,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs>li>a:focus {
    background: var(--course-tabs-hover-surface) !important;
    border-color: var(--course-tabs-hover-border) !important;
    color: var(--course-tabs-hover-text) !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: 0 5px 14px rgba(42, 172, 255, 0.16);
    transform: translateY(-1px) !important;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs>li.active>a,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs>li.active>a:hover,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs>li.active>a:focus {
    background: var(--course-tabs-active-surface) !important;
    border-color: var(--course-tabs-active-border) !important;
    color: var(--course-tabs-active-text) !important;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(42, 172, 255, 0.25);
    transform: none !important;
}

@media (max-width: 1199px) {
    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}
@media (max-width: 767px) {
    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).courses-toolbar {
        gap: 14px;
        margin-bottom: 26px;
    }

    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs>li>a,
    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs>li>a.text {
        min-height: 50px;
        padding: 9px 11px !important;
        font-size: 14px;
    }

}
@media (max-width: 420px) {
    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs {
        grid-template-columns: 1fr;
    }

}
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *):root {
    --courses-page: #f3f6fa;
    --courses-surface: #ffffff;
    --courses-surface-soft: #f7fafc;
    --courses-border: #e1e8f0;
    --courses-text: #111528;
    --courses-muted: #657187;
    --courses-icon: #2aacff;
    --courses-shadow: 0 18px 48px rgba(17, 21, 40, 0.09);
    --courses-input: #ffffff;
    --courses-placeholder: #7c8799;
}

html:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).dark-mode,
body:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).dark-mode,
html:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).dark-theme,
body:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).dark-theme,
html:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).dark,
body:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).dark,
html:where([data-pub~="shared-01"], [data-pub~="shared-01"] *)[data-theme="dark"],
body:where([data-pub~="shared-01"], [data-pub~="shared-01"] *)[data-theme="dark"],
html:where([data-pub~="shared-01"], [data-pub~="shared-01"] *)[data-bs-theme="dark"],
body:where([data-pub~="shared-01"], [data-pub~="shared-01"] *)[data-bs-theme="dark"] {
    --courses-page: #0c1020;
    --courses-surface: #181d31;
    --courses-surface-soft: #111528;
    --courses-border: #303951;
    --courses-text: #f3f7ff;
    --courses-muted: #aab6cb;
    --courses-icon: #55c1ff;
    --courses-shadow: 0 20px 52px rgba(0, 0, 0, 0.34);
    --courses-input: #111528;
    --courses-placeholder: #9ba8bd;
    --course-tabs-surface: #171d31;
    --course-tabs-border: #364057;
    --course-tabs-text: #f8fafc;
    --course-tabs-hover-surface: #202b46;
    --course-tabs-hover-border: #2aacff;
    --course-tabs-hover-text: #ffffff;
    --course-tabs-active-surface: #2aacff;
    --course-tabs-active-border: #2aacff;
    --course-tabs-active-text: #ffffff;
    --course-tabs-divider: rgba(42, 172, 255, 0.42);
    --course-tabs-count: #aab6cb;
    color-scheme: dark;
}

body:where([data-pub~="shared-01"], [data-pub~="shared-01"] *),
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *)#wrapper-content,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *)#page-wrapper,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).main-content,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).content {
    background: var(--courses-page);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).section-padding.courses {
    padding: 68px 0 78px;
    background: radial-gradient(circle at 8% 8%, rgba(42, 172, 255, 0.08), transparent 22%), var(--courses-page);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).group-title-index {
    margin-bottom: 34px;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).group-title-index .center-title {
    margin: 0;
    color: var(--courses-text);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.6px;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).group-title-index .center-title::after {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 99px;
    background: #2aacff;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-section {
    position: relative;
    overflow: hidden;
    padding: 42px 0;
    background: radial-gradient(circle at 88% -30%, rgba(42, 172, 255, 0.42), transparent 35%), linear-gradient(135deg, #111528 0%, #14213a 58%, #0b3c5d 100%);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-section::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    left: -105px;
    bottom: -155px;
    border-radius: 50%;
    border: 38px solid rgba(255, 255, 255, 0.035);
    pointer-events: none;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input .search-form {
    position: relative;
    z-index: 1;
    justify-content: flex-start;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.085);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input select.form-select,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input input.form-input {
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    padding: 0 16px;
    background: var(--courses-input);
    color: var(--courses-text);
    box-shadow: none;
    caret-color: #2aacff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.3s ease, color 0.3s ease;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input select.form-select:focus,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input input.form-input:focus {
    border-color: #2aacff;
    box-shadow: 0 0 0 3px rgba(42, 172, 255, 0.17);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input input.form-input::placeholder {
    color: var(--courses-placeholder);
    opacity: 1;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input .sbHolder,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input .sbSelector {
    height: 52px;
    border-radius: 14px;
    background: var(--courses-input);
    color: var(--courses-text) !important;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input .sbHolder {
    border: 1px solid rgba(255, 255, 255, 0.24);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input .sbSelector {
    display: flex;
    align-items: center;
    padding: 0 16px;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input .sbOptions {
    border: 1px solid var(--courses-border);
    border-radius: 12px;
    background: var(--courses-surface);
    box-shadow: var(--courses-shadow);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input .sbOptions a {
    color: var(--courses-text) !important;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input .sbOptions a:hover,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input .sbOptions a:focus {
    background: var(--courses-surface-soft);
    color: #2aacff !important;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input .btn-blue,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-clear-link {
    height: 52px;
    border-radius: 14px;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input .btn-blue {
    background: #2aacff;
    box-shadow: 0 10px 24px rgba(42, 172, 255, 0.25);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input .btn-blue:hover,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input .btn-blue:focus {
    background: #078bdd;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-clear-link {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-clear-link:hover,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-clear-link:focus {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).courses-toolbar {
    gap: 20px;
    margin-bottom: 28px;
    padding: 22px;
    border: 1px solid var(--courses-border);
    border-radius: 24px;
    background: var(--courses-surface);
    box-shadow: var(--courses-shadow);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).courses-toolbar .result-count {
    color: var(--courses-muted);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).courses-toolbar .result-count strong {
    color: var(--courses-text);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container {
    padding-bottom: 0;
    border-bottom: 0;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 10px;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs>li>a,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs>li>a.text {
    min-height: 50px;
    border-radius: 14px !important;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-course-grid {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 22px;
    align-items: stretch;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-course-card {
    display: block;
    grid-column: span 4;
    min-width: 0;
    color: var(--courses-text);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-card {
    position: relative;
    height: 100%;
    min-height: 410px;
    border: 1px solid var(--courses-border);
    border-radius: 24px;
    background: var(--courses-surface);
    box-shadow: var(--courses-shadow);
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background-color 0.3s ease;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-course-card:hover .lms-card,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-course-card:focus .lms-card {
    transform: translateY(-6px);
    border-color: rgba(42, 172, 255, 0.58);
    box-shadow: 0 24px 58px rgba(17, 21, 40, 0.16);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-card-img {
    height: 218px;
    background: #101426;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-card-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(6, 10, 22, 0.46) 100%);
    pointer-events: none;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-card-img img {
    transition: transform 0.45s ease;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-course-card:hover .lms-card-img img {
    transform: scale(1.045);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-badge {
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    max-width: calc(100% - 24px);
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 999px;
    background: rgba(17, 21, 40, 0.82);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    backdrop-filter: blur(8px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-card-body {
    display: flex;
    flex-direction: column;
    padding: 22px 22px 15px;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-card-kicker {
    margin-bottom: 9px;
    color: #159fe9;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-title {
    margin: 0 0 11px;
    color: var(--courses-text);
    font-size: 18px;
    line-height: 1.4;
    font-weight: 900;
    transition: color 0.2s ease;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-card:hover .lms-title {
    color: #159fe9;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-certification {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 17px;
    color: var(--courses-muted);
    font-size: 13px;
    line-height: 1.55;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-certification i {
    margin-top: 3px;
    color: var(--courses-icon);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 14px;
    margin-top: auto;
    color: var(--courses-muted);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-meta i {
    color: var(--courses-icon);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-ws-footer {
    padding: 0 22px 22px;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-ws-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 13px;
    padding: 13px 15px;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-ws-view i {
    transition: transform 0.2s ease;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-course-card:hover .lms-ws-view i {
    transform: translateX(4px);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).empty-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 260px;
    border-color: var(--courses-border);
    border-radius: 24px;
    background: var(--courses-surface);
    color: var(--courses-muted);
    box-shadow: var(--courses-shadow);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).empty-results i {
    margin-bottom: 5px;
    color: var(--courses-icon);
    font-size: 30px;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).empty-results strong {
    color: var(--courses-text);
    font-size: 19px;
}

nav:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).pagination {
    width: 100%;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).pagination__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).pagination__list .btn-squae {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--courses-border);
    border-radius: 12px;
    background: var(--courses-surface);
    color: var(--courses-text);
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(17, 21, 40, 0.06);
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).pagination__list .btn-squae:hover,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).pagination__list .btn-squae.active {
    border-color: #2aacff;
    background: #2aacff;
    color: #ffffff;
}

:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).pagination__list .btn-squae.disable {
    pointer-events: none;
    opacity: 0.4;
}

html:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).dark-mode .lms-course-card:hover .lms-card,
body:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).dark-mode .lms-course-card:hover .lms-card,
html:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).dark-theme .lms-course-card:hover .lms-card,
body:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).dark-theme .lms-course-card:hover .lms-card,
html:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).dark .lms-course-card:hover .lms-card,
body:where([data-pub~="shared-01"], [data-pub~="shared-01"] *).dark .lms-course-card:hover .lms-card,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *)[data-theme="dark"] .lms-course-card:hover .lms-card,
:where([data-pub~="shared-01"], [data-pub~="shared-01"] *)[data-bs-theme="dark"] .lms-course-card:hover .lms-card {
    box-shadow: 0 26px 62px rgba(0, 0, 0, 0.48);
}

@media (max-width: 991px) {
    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-course-card {
        grid-column: span 6;
    }

}
@media (max-width: 767px) {
    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).section-padding.courses {
        padding: 50px 0 58px;
    }

    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-section {
        padding: 28px 0;
    }

    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).search-input .search-form,
    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).courses-toolbar {
        padding: 15px;
        border-radius: 18px;
    }

    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-course-grid {
        gap: 16px;
    }

}
@media (max-width: 620px) {
    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-course-card {
        grid-column: span 12;
    }

    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).course-tabs-container .edugate-tabs {
        grid-template-columns: 1fr;
    }

    :where([data-pub~="shared-01"], [data-pub~="shared-01"] *).lms-card {
        min-height: 0;
    }

}

/* Page: events.php */
body:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page {
    --events-page: #f3f6fa;
    --events-surface: #ffffff;
    --events-surface-soft: #f7fafc;
    --events-border: #e1e8f0;
    --events-text: #111528;
    --events-muted: #657187;
    --events-icon: #2aacff;
    --events-shadow: 0 18px 48px rgba(17, 21, 40, 0.09);
    --events-input: #ffffff;
    --events-placeholder: #7c8799;
    --events-tab-surface: #f8fafc;
    --events-tab-border: #cbd5e1;
    --events-tab-text: #172033;
    --events-tab-hover: #eaf7ff;
    margin: 0;
    color: var(--events-text);
    background: var(--events-page);
    font-family: "Lato", sans-serif;
}

html:where([data-pub~="events"], [data-pub~="events"] *)[data-theme="dark"] body.events-bento-page,
body:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page[data-theme="dark"],
html:where([data-pub~="events"], [data-pub~="events"] *)[data-bs-theme="dark"] body.events-bento-page,
body:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page[data-bs-theme="dark"],
body:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page.dark,
body:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page.dark-mode,
body:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page.dark-theme,
html:where([data-pub~="events"], [data-pub~="events"] *).dark body.events-bento-page,
html:where([data-pub~="events"], [data-pub~="events"] *).dark-mode body.events-bento-page,
html:where([data-pub~="events"], [data-pub~="events"] *).dark-theme body.events-bento-page {
    --events-page: #0c1020;
    --events-surface: #181d31;
    --events-surface-soft: #111528;
    --events-border: #303951;
    --events-text: #f3f7ff;
    --events-muted: #aab6cb;
    --events-icon: #55c1ff;
    --events-shadow: 0 20px 52px rgba(0, 0, 0, 0.34);
    --events-input: #111528;
    --events-placeholder: #9ba8bd;
    --events-tab-surface: #171d31;
    --events-tab-border: #364057;
    --events-tab-text: #f8fafc;
    --events-tab-hover: #202b46;
    color-scheme: dark;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page #wrapper-content,
:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page #page-wrapper,
:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .main-content,
:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .main-content>.content {
    background: var(--events-page);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .section-padding.events {
    padding: 68px 0 78px;
    background: radial-gradient(circle at 8% 8%, rgba(42, 172, 255, 0.08), transparent 22%), var(--events-page);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .group-title-index {
    margin-bottom: 34px;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .events-page-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 10px;
    color: var(--events-icon);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .group-title-index .center-title {
    margin: 0;
    color: var(--events-text);
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 900;
    letter-spacing: -0.6px;
    line-height: 1.15;
    text-align: center;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .group-title-index .center-title::after {
    display: block;
    width: 64px;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 99px;
    background: #2aacff;
    content: "";
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .events-page-description {
    max-width: 560px;
    margin: 13px auto 0;
    color: var(--events-muted);
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-section {
    position: relative;
    padding: 42px 0;
    overflow: hidden;
    background: radial-gradient(circle at 88% -30%, rgba(42, 172, 255, 0.42), transparent 35%), linear-gradient(135deg, #111528 0%, #14213a 58%, #0b3c5d 100%);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-section::before {
    position: absolute;
    bottom: -155px;
    left: -105px;
    width: 240px;
    height: 240px;
    border: 38px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    pointer-events: none;
    content: "";
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-input .search-form {
    position: relative;
    z-index: 1;
    justify-content: flex-start;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.085);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-input select.form-select,
:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-input input.form-input {
    height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    color: var(--events-text);
    background: var(--events-input);
    box-shadow: none;
    caret-color: #2aacff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.25s ease, color 0.25s ease;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-input select.form-select:focus,
:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-input input.form-input:focus {
    border-color: #2aacff;
    box-shadow: 0 0 0 3px rgba(42, 172, 255, 0.17);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-input select.form-select option {
    color: var(--events-text);
    background: var(--events-surface);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-input input.form-input::placeholder {
    color: var(--events-placeholder);
    opacity: 1;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-input .btn-blue,
:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-clear-link {
    height: 52px;
    border-radius: 14px;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-input .btn-blue {
    background: #2aacff;
    box-shadow: 0 10px 24px rgba(42, 172, 255, 0.25);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-input .btn-blue:hover,
:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-input .btn-blue:focus {
    background: #078bdd;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-clear-link {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.12);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-clear-link:hover,
:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-clear-link:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .events-toolbar {
    display: grid;
    gap: 20px;
    margin-bottom: 28px;
    padding: 22px;
    border: 1px solid var(--events-border);
    border-radius: 24px;
    background: var(--events-surface);
    box-shadow: var(--events-shadow);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .events-toolbar .result-output {
    margin: 0;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .events-toolbar .result-count {
    margin: 0 !important;
    color: var(--events-muted);
    font-size: 14px;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .events-toolbar .result-count strong {
    color: var(--events-text);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-tabs-container {
    min-width: 0;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-category-tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-category-tabs>li {
    float: none;
    margin: 0;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-category-tabs>li>a {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid var(--events-tab-border) !important;
    border-radius: 14px !important;
    color: var(--events-tab-text) !important;
    background: var(--events-tab-surface) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-category-tabs>li>a:hover,
:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-category-tabs>li>a:focus {
    border-color: #2aacff !important;
    color: var(--events-text) !important;
    background: var(--events-tab-hover) !important;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-category-tabs>li.active>a,
:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-category-tabs>li.active>a:hover,
:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-category-tabs>li.active>a:focus {
    border-color: #2aacff !important;
    color: #ffffff !important;
    background: #2aacff !important;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-card-link {
    display: block;
    grid-column: span 4;
    min-width: 0;
    color: var(--events-text);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-card {
    position: relative;
    min-height: 410px;
    border: 1px solid var(--events-border);
    border-radius: 24px;
    background: var(--events-surface);
    box-shadow: var(--events-shadow);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background-color 0.25s ease;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-card-link:hover .event-card,
:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-card-link:focus .event-card {
    border-color: rgba(42, 172, 255, 0.58);
    box-shadow: 0 24px 58px rgba(17, 21, 40, 0.16);
    transform: translateY(-6px);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-card-img {
    height: 218px;
    background: #101426;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-card-img::after {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 52%, rgba(6, 10, 22, 0.46) 100%);
    content: "";
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-card-img img {
    transition: transform 0.45s ease;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-card-link:hover .event-card-img img {
    transform: scale(1.045);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-date-stamp {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 12px;
    display: flex;
    min-width: 53px;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.33);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 20px rgba(17, 21, 40, 0.18);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-date-month {
    display: block;
    width: 100%;
    padding: 4px 7px;
    color: #ffffff;
    background: #2aacff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.65px;
    text-align: center;
    text-transform: uppercase;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-date-day {
    display: block;
    padding: 4px 7px 5px;
    color: #111528;
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-badge,
:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-status {
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: calc(100% - 24px);
    padding: 8px 11px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(17, 21, 40, 0.82);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    backdrop-filter: blur(8px);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-badge {
    max-width: calc(100% - 82px);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-status.ongoing {
    background: rgba(31, 157, 85, 0.9);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-status.completed {
    background: rgba(107, 114, 128, 0.88);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-card-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 22px 22px 15px;
    text-align: left;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-card-kicker {
    margin-bottom: 9px;
    color: #159fe9;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-title {
    margin: 0 0 11px;
    color: var(--events-text);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
    text-align: left;
    overflow-wrap: anywhere;
    transition: color 0.2s ease;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-card-link:hover .event-title {
    color: #159fe9;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-instructor {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin: 0 0 14px;
    color: var(--events-muted);
    font-size: 13px;
    line-height: 1.55;
    text-align: left;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-instructor i,
:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-meta i {
    margin-top: 2px;
    color: var(--events-icon);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 9px 14px;
    margin-top: auto;
    color: var(--events-muted);
    text-align: left;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-meta span {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    text-align: left;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-card-footer {
    padding: 0 22px 22px;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-view-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 15px;
    border-radius: 13px;
    color: #ffffff;
    background: #2aacff;
    text-align: left;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-view-btn i {
    transition: transform 0.2s ease;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-card-link:hover .event-view-btn i {
    transform: translateX(4px);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .empty-results {
    display: flex;
    min-height: 260px;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px dashed var(--events-border);
    border-radius: 24px;
    color: var(--events-muted);
    background: var(--events-surface);
    box-shadow: var(--events-shadow);
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .empty-results i {
    margin-bottom: 5px;
    color: var(--events-icon);
    font-size: 30px;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .empty-results strong {
    color: var(--events-text);
    font-size: 19px;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page nav.pagination {
    width: 100%;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .pagination__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .pagination__list .btn-squae {
    display: inline-flex;
    min-width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid var(--events-border);
    border-radius: 12px;
    color: var(--events-text);
    background: var(--events-surface);
    box-shadow: 0 6px 16px rgba(17, 21, 40, 0.06);
    text-decoration: none;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .pagination__list .btn-squae:hover,
:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .pagination__list .btn-squae.active {
    border-color: #2aacff;
    color: #ffffff;
    background: #2aacff;
}

:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .pagination__list .btn-squae.disable {
    pointer-events: none;
    opacity: 0.4;
}

html:where([data-pub~="events"], [data-pub~="events"] *)[data-theme="dark"] .events-bento-page .event-card-link:hover .event-card,
body:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page.dark-mode .event-card-link:hover .event-card,
body:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page.dark-theme .event-card-link:hover .event-card,
body:where([data-pub~="events"], [data-pub~="events"] *).events-bento-page.dark .event-card-link:hover .event-card {
    box-shadow: 0 26px 62px rgba(0, 0, 0, 0.48);
}

@media (max-width: 991px) {
    :where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-card-link {
        grid-column: span 6;
    }

}
@media (max-width: 767px) {
    :where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .section-padding.events {
        padding: 50px 0 58px;
    }

    :where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-section {
        padding: 28px 0;
    }

    :where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .search-input .search-form,
    :where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .events-toolbar {
        padding: 15px;
        border-radius: 18px;
    }

    :where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-category-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    :where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-grid {
        gap: 16px;
    }

}
@media (max-width: 620px) {
    :where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-card-link {
        grid-column: span 12;
    }

    :where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-card {
        min-height: 0;
    }

    :where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .event-category-tabs {
        grid-template-columns: 1fr;
    }

}
@media (prefers-reduced-motion: reduce) {
    :where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .main-content *,
    :where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .main-content *::before,
    :where([data-pub~="events"], [data-pub~="events"] *).events-bento-page .main-content *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

}

/* Shared public header and navigation */
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *):root {
    --pc-header-dark: #111528;
    --pc-header-darker: #0b1020;
    --pc-header-accent: #2aacff;
    --pc-header-accent-hover: #078bdd;
    --pc-header-surface: #ffffff;
    --pc-header-text: #15324a;
    --pc-header-muted: #6b7d8f;
    --pc-header-border: #e5edf4;
    --pc-header-shadow: 0 8px 28px rgba(17, 21, 40, 0.12);
    --pc-topbar-height: 40px;
    --pc-mainbar-height: 78px;
    --pc-tablet-mainbar-height: 72px;
    --pc-mobile-mainbar-height: 64px;
}

body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *) {
    padding-top: calc(var(--pc-topbar-height) + var(--pc-mainbar-height)) !important;
}

body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-menu-open {
    overflow: hidden !important;
    touch-action: none;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-site-header,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-site-header *,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-drawer,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-drawer *,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-overlay,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-whatsapp-button {
    box-sizing: border-box;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-site-header button,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-drawer button {
    bottom: auto !important;
    left: auto !important;
    margin: 0 !important;
    text-transform: none !important;
    font-family: inherit !important;
    line-height: normal;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-menu-toggle {
    position: relative !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-theme-control {
    position: static !important;
    flex-shrink: 0;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-site-header {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    z-index: 9990 !important;
    width: 100% !important;
    font-family: 'Lato', Arial, sans-serif;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-container {
    width: min(1170px, calc(100% - 32px));
    height: 100%;
    margin: 0 auto;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-topbar {
    height: var(--pc-topbar-height);
    background: var(--pc-header-dark);
    color: #ffffff;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-topbar-inner,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mainbar-inner,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-topbar-contact,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-topbar-actions,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-social-links,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-desktop-auth,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-tablet-actions {
    display: flex;
    align-items: center;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-topbar-inner {
    justify-content: space-between;
    gap: 24px;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-topbar-contact,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-topbar-actions {
    gap: 18px;
    min-width: 0;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-topbar-contact a,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-desktop-auth a,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-social-links a {
    color: #ffffff !important;
    text-decoration: none !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-topbar-contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    white-space: nowrap;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-topbar-contact i {
    color: var(--pc-header-accent);
    font-size: 14px;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-social-links {
    gap: 4px;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-social-links a,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-theme-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #c9d2dc;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    position: relative;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-social-links a:hover,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-theme-switch:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-theme-control {
    color: #ffffff !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-theme-control .pc-theme-icon {
    display: block;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    min-height: 18px;
    color: inherit !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-theme-control .pc-theme-icon-moon {
    fill: currentColor !important;
    stroke: none !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-theme-control .pc-theme-icon-sun {
    display: none !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-theme-control[aria-pressed="true"] .pc-theme-icon-moon {
    display: none !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-theme-control[aria-pressed="true"] .pc-theme-icon-sun {
    display: block !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-theme-switch {
    color: #ffffff !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *)#pcTabletThemeSwitch {
    color: #ffffff !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-theme-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 10px;
    background: rgba(42, 172, 255, 0.15);
    color: #2aacff !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-x-symbol {
    font-size: 12px;
    font-weight: 900;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-desktop-auth {
    gap: 12px;
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-desktop-auth a {
    font-size: 12px;
    font-weight: 700;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-desktop-auth a:hover {
    color: var(--pc-header-accent) !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mainbar {
    height: var(--pc-mainbar-height);
    background: var(--pc-header-surface);
    border-bottom: 1px solid var(--pc-header-border);
    box-shadow: var(--pc-header-shadow);
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mainbar-inner {
    gap: 24px;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-brand,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-brand {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto;
    min-width: 0;
    text-decoration: none !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-brand img {
    display: block !important;
    width: auto !important;
    max-width: 132px !important;
    height: auto !important;
    max-height: 54px !important;
    object-fit: contain !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-nav {
    display: flex !important;
    align-items: stretch;
    justify-content: flex-end;
    flex: 1 1 auto;
    align-self: stretch;
    min-width: 0;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-nav > ul {
    display: flex !important;
    align-items: stretch;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-nav > ul > li {
    position: relative;
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-nav > ul > li > a,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-menu-toggle {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 100%;
    margin: 0 !important;
    padding: 0 11px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--pc-header-text) !important;
    font: inherit;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.05px;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-nav > ul > li > a::after,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-menu-toggle::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: var(--pc-header-accent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-nav > ul > li:hover > a::after,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-nav > ul > li:hover > .pc-global-menu-toggle::after,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-nav > ul > li.is-active > a::after,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-nav > ul > li.is-active > .pc-global-menu-toggle::after,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-nav > ul > li.is-open > .pc-global-menu-toggle::after {
    transform: scaleX(1);
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-nav > ul > li:hover > a,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-nav > ul > li:hover > .pc-global-menu-toggle,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-nav > ul > li.is-active > a,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-nav > ul > li.is-active > .pc-global-menu-toggle {
    color: var(--pc-header-accent-hover) !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-menu-toggle > i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-has-menu.is-open > .pc-global-menu-toggle > i {
    transform: rotate(180deg);
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-dropdown {
    position: absolute !important;
    top: calc(100% - 1px) !important;
    left: 0 !important;
    z-index: 20 !important;
    display: block !important;
    min-width: 230px !important;
    margin: 0 !important;
    padding: 8px !important;
    border: 1px solid var(--pc-header-border) !important;
    border-bottom: 3px solid var(--pc-header-accent) !important;
    border-radius: 0 0 14px 14px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 45px rgba(17, 21, 40, 0.18) !important;
    list-style: none !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-dropdown > li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-dropdown a {
    display: flex !important;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px !important;
    border-radius: 9px;
    color: var(--pc-header-text) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-dropdown a:hover,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-dropdown a:focus,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-dropdown a[aria-current='page'] {
    color: var(--pc-header-accent-hover) !important;
    background: #eef8ff !important;
}

@media (hover: hover) and (min-width: 768px) {
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-has-menu:hover > .pc-global-dropdown,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-has-menu:focus-within > .pc-global-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

}
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-has-menu.is-open > .pc-global-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--pc-header-border);
    border-radius: 12px;
    background: #eef7ff;
    color: var(--pc-header-dark) !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-icon-button:hover {
    color: #ffffff !important;
    background: var(--pc-header-accent);
    border-color: var(--pc-header-accent);
    transform: translateY(-1px);
    position: relative;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-menu-toggle,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-header-spacer,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-tablet-actions,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-drawer,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-overlay {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
    body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *) {
        padding-top: calc( var(--pc-topbar-height) + var(--pc-tablet-mainbar-height) ) !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-topbar {
        display: block !important;
        height: var(--pc-topbar-height) !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-topbar-inner {
        display: flex !important;
        align-items: center !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-topbar-actions {
        display: flex !important;
        width: 100%;
        justify-content: flex-end !important;
        align-items: center !important;
        gap: 10px !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-desktop-auth {
        display: flex !important;
        align-items: center;
        gap: 8px;
        padding-left: 0;
        border-left: 0;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-desktop-auth a {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-height: 30px;
        padding: 0 12px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff !important;
        font-size: 12px;
        font-weight: 800;
        line-height: 1;
        text-decoration: none !important;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-desktop-auth a:hover,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-desktop-auth a:focus {
        background: var(--pc-header-accent);
        color: #ffffff !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-theme-switch {
        display: inline-flex !important;
        position: static !important;
        flex: 0 0 30px;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mainbar {
        height: var(--pc-tablet-mainbar-height);
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-container {
        width: calc(100% - 20px);
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mainbar-inner {
        gap: 8px;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-brand img {
        width: auto !important;
        max-width: 82px !important;
        max-height: 42px !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-nav > ul > li > a,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-menu-toggle {
        padding: 0 5px !important;
        font-size: 10.5px !important;
        letter-spacing: -0.1px;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-menu-toggle > i {
        font-size: 10px;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-tablet-actions {
        display: none !important;
    }

}
@media (max-width: 767px) {
    body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *) {
        padding-top: var(--pc-mobile-mainbar-height) !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-topbar,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-nav,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-tablet-actions {
        display: none !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mainbar {
        height: var(--pc-mobile-mainbar-height);
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-container {
        width: 100%;
        padding: 0 12px;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mainbar-inner {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 10px;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-menu-toggle,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-header-spacer {
        display: inline-flex !important;
        position: relative;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-brand {
        justify-content: center;
        min-width: 0;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-brand img {
        max-width: 116px !important;
        max-height: 46px !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-header-spacer {
        justify-self: end;
        width: 44px;
        height: 44px;
        pointer-events: none;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-drawer {
        position: fixed !important;
        inset: 0 auto 0 0 !important;
        z-index: 10020 !important;
        display: flex !important;
        flex-direction: column;
        width: min(88vw, 360px) !important;
        height: 100dvh !important;
        overflow: hidden !important;
        background: var(--pc-header-dark) !important;
        color: #ffffff !important;
        box-shadow: 20px 0 48px rgba(0, 0, 0, 0.3) !important;
        transform: translate3d(-105%, 0, 0);
        visibility: hidden;
        transition: transform 0.26s ease, visibility 0.26s ease;
        will-change: transform;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-drawer.is-open {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-header {
        flex: 0 0 auto;
        padding: max(16px, env(safe-area-inset-top)) 16px 16px;
        background: var(--pc-header-darker);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-brand-row,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-actions {
        display: flex;
        align-items: center;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-brand-row {
        justify-content: space-between;
        gap: 16px;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-brand img {
        display: block !important;
        width: auto !important;
        max-width: 132px !important;
        height: auto !important;
        max-height: 50px !important;
        object-fit: contain !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-close {
        flex: 0 0 44px;
        border-color: rgba(255, 255, 255, 0.16);
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff !important;
        position: relative;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 16px;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-action {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 auto;
        gap: 7px;
        min-height: 44px;
        padding: 9px 12px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 11px;
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff !important;
        font-size: 14px;
        font-weight: 800;
        text-decoration: none !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-action-primary {
        border-color: var(--pc-header-accent);
        background: var(--pc-header-accent);
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-action-wide {
        grid-column: 1 / -1;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-theme {
        grid-column: 1 / -1;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 54px;
        padding: 8px 12px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff !important;
        font: inherit;
        text-align: left;
        cursor: pointer;
        transition: background-color 0.2s ease, border-color 0.2s ease;
        position: relative;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-theme:hover,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-theme:focus-visible {
        border-color: rgba(42, 172, 255, 0.55);
        background: rgba(42, 172, 255, 0.15);
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-theme-icon-wrap {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        margin-right: 11px;
        border-radius: 10px;
        background: rgba(42, 172, 255, 0.18);
        color: var(--pc-header-accent);
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-theme-copy {
        display: flex;
        flex-direction: column;
        min-width: 0;
        line-height: 1.25;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-theme-title {
        color: #ffffff;
        font-size: 14px;
        font-weight: 900;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-theme-state {
        margin-top: 2px;
        color: #abc0d2;
        font-size: 12px;
        font-weight: 700;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-scroll {
        flex: 1 1 auto;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        padding: 12px 12px max(24px, env(safe-area-inset-bottom));
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-menu,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-submenu {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-menu > li {
        margin: 4px 0 !important;
        padding: 0 !important;
        border: 0 !important;
        list-style: none !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-menu > li > a,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-submenu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 50px;
        padding: 11px 13px !important;
        border: 0 !important;
        border-radius: 12px !important;
        background: transparent !important;
        color: #dce9f4 !important;
        font: inherit;
        font-size: 15px !important;
        font-weight: 800 !important;
        line-height: 1.35 !important;
        text-align: left;
        text-decoration: none !important;
        cursor: pointer;
        position: relative;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-menu > li > a:hover,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-submenu-toggle:hover,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-menu > li.is-active > a,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-menu > li.is-active > .pc-mobile-submenu-toggle {
        color: #ffffff !important;
        background: rgba(42, 172, 255, 0.16) !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-menu-label {
        display: flex;
        align-items: center;
        min-width: 0;
        gap: 12px;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-menu-label > i {
        flex: 0 0 22px;
        width: 22px;
        color: var(--pc-header-accent);
        text-align: center;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-chevron {
        margin-left: 12px;
        color: #87b6d3;
        transition: transform 0.22s ease;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-has-submenu.is-open > .pc-mobile-submenu-toggle .pc-mobile-chevron {
        transform: rotate(180deg);
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-submenu {
        max-height: 0;
        padding-left: 35px !important;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.28s ease, opacity 0.2s ease, padding 0.28s ease;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-has-submenu.is-open > .pc-mobile-submenu {
        max-height: 520px;
        padding-top: 4px !important;
        padding-bottom: 7px !important;
        opacity: 1;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-submenu li {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        list-style: none !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-submenu a {
        display: flex !important;
        align-items: center;
        min-height: 42px;
        margin: 2px 0;
        padding: 9px 12px !important;
        border-left: 2px solid rgba(42, 172, 255, 0.25);
        border-radius: 0 10px 10px 0;
        color: #afc0cf !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;
        text-decoration: none !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-submenu a:hover,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-submenu a[aria-current='page'] {
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.07) !important;
        border-left-color: var(--pc-header-accent);
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-overlay {
        position: fixed !important;
        inset: 0 !important;
        z-index: 10010 !important;
        display: block !important;
        background: rgba(5, 10, 20, 0.68) !important;
        backdrop-filter: blur(2px);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.26s ease, visibility 0.26s ease;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-overlay[hidden] {
        display: none !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-overlay.is-open {
        opacity: 1;
        visibility: visible;
    }

}
@media (max-width: 380px) {
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-drawer {
        width: 92vw !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-actions {
        grid-template-columns: 1fr;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-action-wide,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-drawer-theme {
        grid-column: 1;
    }

}
body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).darkmode .pc-mainbar {
    background: var(--pc-header-dark);
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).darkmode .pc-global-nav > ul > li > a,
body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).darkmode .pc-global-menu-toggle {
    color: #ffffff !important;
}

body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).darkmode .pc-icon-button {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff !important;
    position: relative;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-whatsapp-button {
    position: fixed !important;
    bottom: 90px !important;
    left: 0 !important;
    z-index: 900 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 15px;
    min-height: 48px;
    padding: 0 14px 0 12px;
    border-radius: 0 12px 12px 0;
    background: #25d366;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    transform: translateX(calc(-100% + 48px));
    transition: transform 0.25s ease;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-whatsapp-button i {
    order: 2;
    font-size: 25px;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-whatsapp-button:hover,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-whatsapp-button:focus {
    color: #ffffff !important;
    transform: translateX(0);
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-site-header a:focus-visible,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-site-header button:focus-visible,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-drawer a:focus-visible,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-drawer button:focus-visible {
    outline: 3px solid rgba(42, 172, 255, 0.55) !important;
    outline-offset: 3px !important;
}

@media (prefers-reduced-motion: reduce) {
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-drawer,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-overlay,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-chevron,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-dropdown,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-menu-toggle > i,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-whatsapp-button {
        transition: none !important;
    }

}
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-search-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-site-header .pc-mainbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 100% !important;
    position: relative !important;
    overflow: visible !important;
    isolation: isolate;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-site-header .pc-mainbar > .pc-mainbar-inner,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-site-header .pc-mainbar > .pc-header-search-panel {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-width: 0;
    min-height: 0;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-site-header .pc-mainbar > .pc-mainbar-inner {
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: opacity .16s ease, visibility .16s ease, transform .16s ease;
}

body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-search-is-open .pc-site-header .pc-mainbar > .pc-mainbar-inner {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-4px);
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-search-item {
    display: flex;
    align-items: center;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-site-header .pc-header-search-toggle,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-site-header .pc-header-search-submit,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-site-header .pc-header-search-cancel {
    float: none !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 !important;
    font-family: inherit !important;
    text-transform: none !important;
    box-sizing: border-box !important;
    -webkit-appearance: none;
    appearance: none;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-toggle {
    position: static !important;
    width: 42px;
    height: 42px;
    min-width: 42px;
    padding: 0 !important;
    margin-left: 6px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 10px;
    background: transparent !important;
    color: var(--pc-header-text) !important;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-toggle:hover,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-toggle[aria-expanded="true"] {
    color: #2aacff;
    background: rgba(42, 172, 255, .11) !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-toggle:focus-visible {
    color: #2aacff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(42, 172, 255, .28);
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-toggle .fa {
    display: block !important;
    position: static !important;
    margin: 0 !important;
    font-size: 19px;
    line-height: 1 !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-panel {
    position: relative !important;
    inset: auto !important;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid #e1e8ef;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-form {
    width: min(1170px, calc(100% - 32px));
    height: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-field {
    position: relative !important;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-input {
    display: block !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 52px 0 16px !important;
    border: 1px solid #667384 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    color: #111528 !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 46px !important;
    box-shadow: none !important;
    outline: none !important;
    transition: border-color .18s ease, box-shadow .18s ease;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-input::placeholder {
    color: #667384;
    opacity: 1;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-input:focus {
    border-color: #2aacff !important;
    box-shadow: 0 0 0 3px rgba(42, 172, 255, .18) !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-submit {
    position: absolute !important;
    top: 50% !important;
    right: 5px !important;
    transform: translateY(-50%) !important;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #111528 !important;
    cursor: pointer;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-submit:hover,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-submit:focus-visible {
    color: #2aacff !important;
    background: rgba(42, 172, 255, .10) !important;
    outline: none;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-submit .fa {
    display: block !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-cancel {
    position: static !important;
    flex: 0 0 auto;
    min-width: 92px;
    height: 46px !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #111528 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    color: #111528 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-cancel:hover,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-cancel:focus-visible {
    background: #111528 !important;
    color: #ffffff !important;
    outline: none;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-search-toggle {
    display: none;
}

body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).darkmode .pc-header-search-panel,
body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).dark-theme .pc-header-search-panel {
    background: #111528;
    border-color: rgba(255,255,255,.14);
}

body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).darkmode .pc-header-search-input,
body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).dark-theme .pc-header-search-input {
    background: #1b2135 !important;
    border-color: #6b778b !important;
    color: #ffffff !important;
}

body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).darkmode .pc-header-search-input::placeholder,
body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).dark-theme .pc-header-search-input::placeholder {
    color: #b7c0cc;
}

body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).darkmode .pc-header-search-submit,
body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).dark-theme .pc-header-search-submit {
    color: #ffffff !important;
}

body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).darkmode .pc-header-search-cancel,
body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).dark-theme .pc-header-search-cancel {
    background: transparent !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).darkmode .pc-header-search-cancel:hover,
body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).dark-theme .pc-header-search-cancel:hover {
    background: #ffffff !important;
    color: #111528 !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-toggle {
        width: 34px;
        height: 34px;
        min-width: 34px;
        margin-left: 2px !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-toggle .fa {
        font-size: 15px;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-form {
        width: calc(100% - 24px);
        gap: 8px;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-input,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-cancel {
        height: 42px !important;
        min-height: 42px !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-input {
        padding-left: 13px !important;
        padding-right: 46px !important;
        font-size: 13px !important;
        line-height: 42px !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-submit {
        width: 34px !important;
        height: 34px !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-cancel {
        min-width: 74px;
        padding: 0 12px !important;
        font-size: 12px !important;
    }

}
@media (max-width: 767px) {
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-global-search-item {
        display: none !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-header-spacer {
        display: none !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mobile-search-toggle {
        display: inline-flex !important;
        justify-self: end;
        margin: 0 !important;
        color: inherit;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-form {
        width: 100%;
        padding: 0 10px;
        gap: 7px;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-input,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-cancel {
        height: 40px !important;
        min-height: 40px !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-input {
        padding-left: 12px !important;
        padding-right: 44px !important;
        font-size: 13px !important;
        line-height: 40px !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-submit {
        width: 32px !important;
        height: 32px !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-submit .fa {
        font-size: 15px !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-cancel {
        min-width: 62px;
        padding: 0 9px !important;
        font-size: 11px !important;
    }

}
@media (max-width: 360px) {
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-form {
        gap: 5px;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-cancel {
        min-width: 56px;
        padding: 0 7px !important;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-input {
        font-size: 12px !important;
    }

}
@media (prefers-reduced-motion: reduce) {
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-panel,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-mainbar-inner,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-toggle,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-input,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).pc-header-search-cancel {
        transition: none !important;
    }

}
body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).darkmode .pc-site-header .pc-header-search-toggle,
body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).dark-theme .pc-site-header .pc-header-search-toggle {
    color: #ffffff !important;
    background: transparent !important;
}

body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).darkmode .pc-site-header .pc-header-search-toggle .fa,
body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).dark-theme .pc-site-header .pc-header-search-toggle .fa {
    color: inherit !important;
}

body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).darkmode .pc-site-header .pc-header-search-toggle:hover,
body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).darkmode .pc-site-header .pc-header-search-toggle:focus-visible,
body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).dark-theme .pc-site-header .pc-header-search-toggle:hover,
body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).dark-theme .pc-site-header .pc-header-search-toggle:focus-visible {
    color: var(--pc-header-accent) !important;
    background: rgba(42, 172, 255, 0.14) !important;
}

body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).darkmode .pc-site-header .pc-header-search-toggle[aria-expanded="true"],
body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).dark-theme .pc-site-header .pc-header-search-toggle[aria-expanded="true"] {
    color: var(--pc-header-accent) !important;
    background: rgba(42, 172, 255, 0.16) !important;
}

body:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).dark-mode pc-header-brand.img {
    filter: brightness(0) invert(1);
}


/* Page: employess.php */
:where([data-pub~="employess"], [data-pub~="employess"] *):root {
    --emp-page-bg: #ffffff;
    --emp-surface: #ffffff;
    --emp-surface-soft: #f8f9fa;
    --emp-surface-hover: #e8f4ff;
    --emp-text: #111528;
    --emp-muted: #666666;
    --emp-body-text: #555555;
    --emp-border: #f0f0f0;
    --emp-scroll-track: #f1f1f1;
    --emp-card-shadow: 0 4px 6px rgba(0, 0, 0, 0.10);
    --emp-modal-shadow: 0 24px 70px rgba(17, 21, 40, 0.22);
}


/* Page: partners.php */
:where([data-pub~="partners"], [data-pub~="partners"] *):root {
    --partner-page-bg: #f5f5f5;
    --partner-surface: #ffffff;
    --partner-logo-bg: #ffffff;
    --partner-text: #111528;
    --partner-muted: #666666;
    --partner-border: #e9ecef;
    --partner-divider: #f0f0f0;
    --partner-empty: #777777;
    --partner-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}


/* Page: courses-detail.php */
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *):root {
    --course-primary: #0b3c5d;
    --course-primary-dark: #082f49;
    --course-accent: #2aacff;
    --course-soft: #f5f8fb;
    --course-border: #e6edf3;
    --course-text: #243447;
    --course-muted: #6b7c8f;
    --course-white: #ffffff;
    --course-shadow: 0 18px 45px rgba(11, 60, 93, 0.12);
    --course-radius: 22px;
}

body:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *) {
    background: #f7fafc;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).modern-course-page {
    padding: 55px 0 70px;
    color: var(--course-text);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #101426;
    box-shadow: var(--course-shadow);
    margin-bottom: 35px;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-card::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -110px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-card::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -130px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
    gap: 34px;
    padding: 35px;
    background: linear-gradient(135deg, #101426 0%, #0b1b34 55%, #0b3c5d 100%);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-content {
    flex: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 20px 10px;
    background: transparent;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(45, 151, 232, 0.16);
    border: 1px solid rgba(45, 151, 232, 0.35);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-title {
    margin: 0;
    color: #fff;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -0.8px;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-focus {
    margin: 18px 0 0;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.75;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-image {
    width: 460px;
    min-height: 300px;
    border-radius: 24px;
    overflow: hidden;
    background: #0b1b34;
    border: 1px solid rgba(45, 151, 232, 0.35);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22);
    flex-shrink: 0;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: contain;
    object-position: center;
    display: block;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-main {
    flex: 1;
    min-width: 0;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-sidebar {
    width: 330px;
    flex-shrink: 0;
    position: sticky;
    top: 25px;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).modern-section {
    background: var(--course-white);
    border: 1px solid var(--course-border);
    border-radius: var(--course-radius);
    box-shadow: 0 12px 30px rgba(11, 60, 93, 0.07);
    padding: 28px;
    margin-bottom: 25px;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).modern-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px;
    color: var(--course-primary);
    font-size: 22px;
    font-weight: 900;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).modern-section-title i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eaf5f2;
    color: var(--course-accent);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).overview-grid,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).exam-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).info-tile {
    border: 1px solid var(--course-border);
    background: #fbfdff;
    border-radius: 18px;
    padding: 18px;
    min-height: 108px;
    transition: all 0.25s ease;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).info-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(11, 60, 93, 0.08);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).info-tile-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: #eef6fb;
    color: var(--course-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).info-tile-label {
    color: var(--course-muted);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).info-tile-value {
    color: var(--course-text);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    word-break: break-word;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).content-text {
    color: #405166;
    font-size: 16px;
    line-height: 1.85;
    margin: 0;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).topic-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).topic-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 16px;
    border-radius: 16px;
    background: var(--course-soft);
    border: 1px solid var(--course-border);
    color: #34495e;
    line-height: 1.6;
    font-weight: 700;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).topic-item i {
    margin-top: 4px;
    color: var(--course-accent);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).sidebar-card {
    background: #fff;
    border-radius: var(--course-radius);
    border: 1px solid var(--course-border);
    box-shadow: var(--course-shadow);
    overflow: hidden;
    margin-bottom: 25px;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).sidebar-price {
    padding: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #f4faf8 100%);
    text-align: center;
    border-bottom: 1px solid var(--course-border);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).sidebar-price-label {
    color: var(--course-muted);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).sidebar-price-value {
    color: var(--course-primary);
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).sidebar-content {
    padding: 24px;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).sidebar-info-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 13px 0;
    border-bottom: 1px solid var(--course-border);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).sidebar-info-row:last-child {
    border-bottom: 0;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).sidebar-info-label {
    color: var(--course-muted);
    font-weight: 700;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).sidebar-info-value {
    color: var(--course-text);
    font-weight: 900;
    text-align: right;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-action-btn {
    display: block;
    width: 100%;
    padding: 14px 18px;
    border-radius: 14px;
    text-align: center;
    font-weight: 900;
    text-decoration: none !important;
    transition: all 0.25s ease;
    margin-top: 12px;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-action-primary {
    background: var(--course-accent);
    color: #fff !important;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-action-primary:hover {
    background: #078bdd;
    color: #fff !important;
    transform: translateY(-2px);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-action-secondary {
    background: #eef6fb;
    color: var(--course-primary) !important;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-action-secondary:hover {
    background: #dceef8;
    color: var(--course-primary-dark) !important;
    transform: translateY(-2px);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).empty-note {
    padding: 18px;
    border-radius: 16px;
    background: #fbfdff;
    border: 1px dashed var(--course-border);
    color: var(--course-muted);
    font-weight: 700;
    margin: 0;
}

@media (max-width: 991px) {
    :where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-inner {
        flex-direction: column;
    }

    :where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-image {
        width: 100%;
        min-height: 320px;
    }

    :where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-image img {
        min-height: 320px;
    }

    :where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-layout {
        flex-direction: column;
    }

    :where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-sidebar {
        width: 100%;
        position: static;
    }

}
@media (max-width: 767px) {
    :where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).modern-course-page {
        padding: 30px 0 45px;
    }

    :where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-inner {
        padding: 24px;
    }

    :where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-title {
        font-size: 30px;
    }

    :where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-focus {
        font-size: 15px;
    }

    :where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).overview-grid,
    :where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).exam-grid,
    :where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).topic-list {
        grid-template-columns: 1fr;
    }

    :where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).modern-section {
        padding: 22px;
    }

    :where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).sidebar-price-value {
        font-size: 28px;
    }

}
html:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"],
body:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"],
body:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode,
body:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark,
body:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme {
    --course-primary: #8bd7ff;
    --course-primary-dark: #bae6fd;
    --course-accent: #2aacff;
    --course-soft: #11182b;
    --course-border: #303951;
    --course-text: #edf4ff;
    --course-muted: #a9b5c9;
    --course-white: #181d31;
    --course-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
    color-scheme: dark;
}

html:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"],
html:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] body,
body:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"],
body:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode,
body:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark,
body:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme {
    background: #0c1020;
    color: #edf4ff;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] #wrapper-content,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] #page-wrapper,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .main-content,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .content,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .modern-course-page,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode #wrapper-content,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode #page-wrapper,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .main-content,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .content,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .modern-course-page,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark #wrapper-content,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark #page-wrapper,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .main-content,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .content,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .modern-course-page,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme #wrapper-content,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme #page-wrapper,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .main-content,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .content,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .modern-course-page {
    background: #0c1020;
    color: #edf4ff;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .course-hero-card,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .course-hero-card,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .course-hero-card,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .course-hero-card {
    background: #0b0f1e;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .course-hero-inner,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .course-hero-inner,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .course-hero-inner,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .course-hero-inner {
    background: linear-gradient(135deg, #0b0f1e 0%, #10182d 55%, #123e5d 100%);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .course-hero-card::before,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .course-hero-card::before,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .course-hero-card::before,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .course-hero-card::before {
    background: rgba(42, 172, 255, 0.13);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .course-hero-card::after,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .course-hero-card::after,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .course-hero-card::after,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .course-hero-card::after {
    background: rgba(255, 255, 255, 0.055);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .course-hero-image,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .course-hero-image,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .course-hero-image,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .course-hero-image {
    background: #090d19;
    border-color: rgba(42, 172, 255, 0.38);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .modern-section,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .modern-section,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .modern-section,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .modern-section {
    background: #181d31;
    border-color: #303951;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .modern-section-title,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .modern-section-title,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .modern-section-title,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .modern-section-title {
    color: #eaf5ff;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .modern-section-title i,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .modern-section-title i,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .modern-section-title i,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .modern-section-title i {
    background: rgba(42, 172, 255, 0.14);
    color: #56c1ff;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .info-tile,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .info-tile,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .info-tile,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .info-tile {
    background: #111528;
    border-color: #303951;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .info-tile:hover,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .info-tile:hover,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .info-tile:hover,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .info-tile:hover {
    border-color: rgba(42, 172, 255, 0.45);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .info-tile-icon,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .info-tile-icon,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .info-tile-icon,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .info-tile-icon {
    background: #1e2940;
    color: #56c1ff;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .info-tile-label,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .info-tile-label,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .info-tile-label,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .info-tile-label {
    color: #a9b5c9;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .info-tile-value,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .content-text,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .info-tile-value,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .content-text,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .info-tile-value,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .content-text,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .info-tile-value,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .content-text {
    color: #edf4ff;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .topic-item,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .topic-item,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .topic-item,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .topic-item {
    background: #11182b;
    border-color: #303951;
    color: #dce7f7;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .sidebar-card,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .sidebar-card,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .sidebar-card,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .sidebar-card {
    background: #181d31;
    border-color: #303951;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .sidebar-price,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .sidebar-price,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .sidebar-price,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .sidebar-price {
    background: linear-gradient(135deg, #1a2136 0%, #142337 100%);
    border-color: #303951;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .sidebar-price-label,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .sidebar-info-label,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .sidebar-price-label,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .sidebar-info-label,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .sidebar-price-label,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .sidebar-info-label,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .sidebar-price-label,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .sidebar-info-label {
    color: #a9b5c9;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .sidebar-price-value,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .sidebar-info-value,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .sidebar-price-value,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .sidebar-info-value,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .sidebar-price-value,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .sidebar-info-value,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .sidebar-price-value,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .sidebar-info-value {
    color: #edf4ff;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .sidebar-info-row,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .sidebar-info-row,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .sidebar-info-row,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .sidebar-info-row {
    border-color: #303951;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .course-action-secondary,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .course-action-secondary,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .course-action-secondary,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .course-action-secondary {
    background: #232c43;
    color: #b9e5ff !important;
    border: 1px solid #34415d;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .course-action-secondary:hover,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .course-action-secondary:hover,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .course-action-secondary:hover,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .course-action-secondary:hover {
    background: #2b3853;
    color: #e6f6ff !important;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *)[data-theme="dark"] .empty-note,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-mode .empty-note,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark .empty-note,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).dark-theme .empty-note {
    background: #111528;
    border-color: #3b465f;
    color: #a9b5c9;
}

:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).modern-course-page,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-card,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-hero-inner,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).modern-section,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).info-tile,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).info-tile-icon,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).topic-item,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).sidebar-card,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).sidebar-price,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).course-action-secondary,
:where([data-pub~="courses-detail"], [data-pub~="courses-detail"] *).empty-note {
    transition: background-color 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}


/* Page: course_registration.php */
:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-registration-body {
    margin: 0;
    background: #f3f6fb;
    font-family: "Lato", sans-serif;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-page {
    --cr-background: #f3f6fb;
    --cr-surface: #ffffff;
    --cr-surface-soft: #f6f8fc;
    --cr-surface-blue: #eef8ff;
    --cr-border: #e6ebf3;
    --cr-text: #111528;
    --cr-muted: #748098;
    --cr-primary: #2aacff;
    --cr-primary-deep: #1198ed;
    --cr-navy: #111528;
    --cr-success: #09996b;
    --cr-success-background: #e9f8f1;
    --cr-shadow: 0 18px 48px rgba(17, 21, 40, 0.065);
    --cr-radius: 24px;
    position: relative;
    min-height: 72vh;
    padding: 150px 24px 88px;
    overflow: hidden;
    color: var(--cr-text);
    background: var(--cr-background);
    transition: background-color 0.25s ease, color 0.25s ease;
}

html:where([data-pub~="course_registration"], [data-pub~="course_registration"] *)[data-theme="dark"] .cr-registration-body,
body:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-registration-body[data-theme="dark"],
body:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-registration-body.dark,
body:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-registration-body.dark-mode,
html:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).dark .cr-registration-body,
html:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).dark-mode .cr-registration-body {
    background: #0b1020;
}

html:where([data-pub~="course_registration"], [data-pub~="course_registration"] *)[data-theme="dark"] .cr-page,
body:where([data-pub~="course_registration"], [data-pub~="course_registration"] *)[data-theme="dark"] .cr-page,
body:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).dark .cr-page,
body:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).dark-mode .cr-page,
html:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).dark .cr-page,
html:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).dark-mode .cr-page {
    --cr-background: #0b1020;
    --cr-surface: #151b2f;
    --cr-surface-soft: #1b233a;
    --cr-surface-blue: #13283c;
    --cr-border: #273149;
    --cr-text: #f3f6ff;
    --cr-muted: #a0abc2;
    --cr-success: #55d8aa;
    --cr-success-background: rgba(31, 191, 135, 0.14);
    --cr-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-page::before,
:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-page::after {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    pointer-events: none;
    content: "";
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-page::before {
    top: 36px;
    right: -160px;
    background: radial-gradient(circle, rgba(42, 172, 255, 0.14), transparent 70%);
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-page::after {
    bottom: 32px;
    left: -180px;
    background: radial-gradient(circle, rgba(42, 172, 255, 0.09), transparent 70%);
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-shell {
    position: relative;
    z-index: 1;
    width: min(1240px, 100%);
    margin: 0 auto;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: var(--cr-muted);
    font-size: 13px;
    font-weight: 700;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-breadcrumb a {
    color: var(--cr-muted);
    text-decoration: none;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-breadcrumb a:hover {
    color: var(--cr-primary);
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-breadcrumb-current {
    overflow: hidden;
    max-width: 420px;
    color: var(--cr-text);
    text-overflow: ellipsis;
    white-space: nowrap;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-hero {
    position: relative;
    display: flex;
    min-height: 380px;
    align-items: center;
    margin-bottom: 25px;
    padding: 47px 50px;
    overflow: hidden;
    border: 1px solid rgba(42, 172, 255, 0.15);
    border-radius: 28px;
    background-color: #10192a;
    background-image: linear-gradient(90deg, rgba(7, 14, 30, 0.98) 0%, rgba(7, 14, 30, 0.90) 33%, rgba(7, 14, 30, 0.50) 60%, rgba(7, 14, 30, 0.14) 100%), url("../../assets/images/course-registration-classroom.png");
    background-position: center, center 42%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: var(--cr-shadow);
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 88px;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(7, 14, 30, 0.42), transparent);
    content: "";
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-card {
    overflow: hidden;
    border: 1px solid var(--cr-border);
    border-radius: var(--cr-radius);
    background: var(--cr-surface);
    box-shadow: var(--cr-shadow);
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-summary {
    position: sticky;
    top: 110px;
    grid-column: span 4;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-summary-content {
    padding: 27px;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-eyebrow {
    margin: 0 0 10px;
    color: var(--cr-primary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.15px;
    text-transform: uppercase;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-course-title {
    margin: 0 0 19px;
    color: var(--cr-text);
    font-size: 25px;
    font-weight: 900;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-facts {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-fact {
    display: flex;
    min-height: 56px;
    align-items: center;
    gap: 12px;
    padding: 11px 13px;
    border: 1px solid var(--cr-border);
    border-radius: 15px;
    background: var(--cr-surface-soft);
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-fact-icon,
:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-detail-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: var(--cr-primary);
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-fact-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: var(--cr-surface-blue);
    font-size: 15px;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-fact-copy {
    min-width: 0;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-fact-label,
:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-detail-label {
    display: block;
    margin-bottom: 3px;
    color: var(--cr-muted);
    font-size: 11px;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-fact-value,
:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-detail-value {
    display: block;
    color: var(--cr-text);
    font-size: 13px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-main {
    display: grid;
    grid-column: span 8;
    gap: 22px;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-intro-copy {
    position: relative;
    z-index: 1;
    max-width: 650px;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-intro-title {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 66px);
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.06;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-intro-description {
    max-width: 550px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.7;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 19px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 700;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-count-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #55d8aa;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 2px 2px 0;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-section-title {
    margin: 0;
    color: var(--cr-text);
    font-size: 21px;
    font-weight: 900;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-section-note {
    color: var(--cr-muted);
    font-size: 12px;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-group {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 21px;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-group:hover {
    border-color: rgba(42, 172, 255, 0.48);
    transform: translateY(-3px);
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-group-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 17px;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-group-name {
    margin: 0;
    color: var(--cr-text);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-group-badge {
    flex: 0 0 auto;
    padding: 6px 9px;
    border-radius: 999px;
    color: var(--cr-success);
    background: var(--cr-success-background);
    font-size: 10px;
    font-weight: 900;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-details {
    display: grid;
    flex: 1;
    gap: 13px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-detail {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-detail-icon {
    width: 17px;
    margin-top: 3px;
    font-size: 14px;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-detail-copy {
    min-width: 0;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-detail-value {
    font-size: 12px;
    line-height: 1.5;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-group-form {
    margin: 0;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-join {
    display: inline-flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 14px;
    border: 0;
    border-radius: 13px;
    color: #ffffff;
    background: var(--cr-primary);
    font-family: inherit;
    font-size: 13px;
    font-weight: 900;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-join:hover,
:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-join:focus {
    color: #ffffff;
    background: var(--cr-primary-deep);
    text-decoration: none;
    transform: translateY(-1px);
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-join:focus-visible,
:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-breadcrumb a:focus-visible {
    outline: 3px solid rgba(42, 172, 255, 0.45);
    outline-offset: 3px;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-empty {
    grid-column: 1 / -1;
    padding: 46px 28px;
    text-align: center;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-empty-icon {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 19px;
    color: var(--cr-primary);
    background: var(--cr-surface-blue);
    font-size: 26px;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-empty-title {
    margin: 0 0 8px;
    color: var(--cr-text);
    font-size: 19px;
    font-weight: 900;
}

:where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-empty-description {
    max-width: 390px;
    margin: 0 auto;
    color: var(--cr-muted);
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 1100px) {
    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-hero {
        min-height: 340px;
        padding: 39px 40px;
    }

    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-summary {
        grid-column: span 5;
    }

    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-main {
        grid-column: span 7;
    }

    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-groups {
        grid-template-columns: 1fr;
    }

}
@media (max-width: 767px) {
    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-page {
        padding: 118px 16px 62px;
    }

    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-hero {
        min-height: 340px;
        align-items: flex-end;
        margin-bottom: 18px;
        padding: 29px 22px;
        border-radius: 22px;
        background-image: linear-gradient(0deg, rgba(7, 14, 30, 0.96) 0%, rgba(7, 14, 30, 0.79) 48%, rgba(7, 14, 30, 0.26) 100%), url("../../assets/images/course-registration-classroom.png");
        background-position: center, 68% center;
    }

    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-grid,
    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-main {
        gap: 17px;
    }

    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-summary,
    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-main {
        grid-column: 1 / -1;
    }

    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-summary {
        position: static;
    }

    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-summary-content,
    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-group {
        padding: 19px;
    }

    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-intro-title {
        font-size: 42px;
    }

    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-intro-description {
        font-size: 14px;
    }

    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-section-header {
        align-items: flex-start;
        flex-direction: column;
    }

    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-breadcrumb-current {
        max-width: 210px;
    }

}
@media (prefers-reduced-motion: reduce) {
    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-page *,
    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-page *::before,
    :where([data-pub~="course_registration"], [data-pub~="course_registration"] *).cr-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

}

/* Page: webinars.php */
:where([data-pub~="webinars"], [data-pub~="webinars"] *):root {
    --lms-web-bg-dark: #111528;
    --lms-web-primary: #2aacff;
    --lms-web-text-white: #ffffff;
    --lms-web-text-muted: #ced4da;
    --lms-web-card-bg: #ffffff;
    --lms-web-card-text: #333333;
    --lms-web-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    --lms-web-border-radius: 8px;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-section-wrapper {
    width: 100%;
    margin: 40px 0;
    padding: 20px;
    box-sizing: border-box;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-section {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--lms-web-bg-dark);
    color: var(--lms-web-text-white);
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: var(--lms-web-border-radius);
    overflow: hidden;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-header h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    color: var(--lms-web-text-white);
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-header p {
    font-size: 18px;
    color: var(--lms-web-text-muted);
    line-height: 1.6;
    margin: 0;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-divider {
    width: 60px;
    height: 3px;
    background-color: var(--lms-web-primary);
    margin: 20px auto;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-grid {
    width: 100%;
    max-width: 1200px;
    display: block;
    position: relative;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-slider .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 25px;
    margin-top: -20px;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-card {
    width: 100%;
    background-color: var(--lms-web-card-bg);
    color: var(--lms-web-card-text);
    border-radius: var(--lms-web-border-radius);
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: var(--lms-web-shadow);
    transition: transform 0.3s ease;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 365px;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-card:hover {
    transform: translateY(-5px);
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-card-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f3f6f9;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-type-tag {
    position: absolute;
    top: 16px;
    right: 18px;
    left: auto;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    line-height: 1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-type-tag.online {
    background-color: #ff3b30;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-type-tag.premises {
    background-color: #ff8a00;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-card-content {
    padding: 22px 18px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-card-name {
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    color: #222222;
    line-height: 1.35;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-card-title {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    color: #333333;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-card-course {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    color: #666666;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-card-organizer {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 13px 0;
    color: #2aacff;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-card-date {
    font-size: 13px;
    font-weight: 700;
    margin: auto 0 18px 0;
    color: #555555;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-btn {
    display: inline-block;
    padding: 10px 28px;
    background-color: #2aacff;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    transition: background-color 0.2s;
    border: none;
    cursor: pointer;
    align-self: center;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-btn:hover {
    filter: brightness(1.1);
    color: white;
    text-decoration: none;
    background-color: #078bdd;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-empty {
    text-align: center;
    background: #ffffff;
    color: #333333;
    padding: 50px 20px;
    border-radius: var(--lms-web-border-radius);
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-slider .owl-prev,
:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-slider .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2aacff !important;
    color: #ffffff !important;
    font-size: 30px !important;
    border: none !important;
    pointer-events: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-slider .owl-prev {
    left: -65px;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-slider .owl-next {
    right: -65px;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-slider .owl-prev:hover,
:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-slider .owl-next:hover {
    filter: brightness(1.1);
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-slider .owl-dots {
    margin-top: 5px;
    text-align: center;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-slider .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 4px;
    display: block;
    border-radius: 50%;
    background: #cfd8dc;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-slider .owl-dot.active span {
    background: #2aacff;
}

@media (max-width: 700px) {
    :where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-slider .owl-nav {
        position: static;
        transform: none;
        margin-top: 15px;
        text-align: center;
        pointer-events: auto;
    }

    :where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-slider .owl-prev,
    :where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-slider .owl-next {
        position: static;
        display: inline-flex !important;
        margin: 0 8px;
    }

}
:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-slider .owl-stage-outer {
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: -18px;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-slider .owl-item {
    padding-top: 8px;
    padding-bottom: 8px;
}

:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-card {
    margin-top: 8px;
}

@media (max-width: 600px) {
    :where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-header h2 {
        font-size: 28px;
    }

    :where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-section {
        padding: 55px 15px;
    }

}
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page #wrapper-content {
    --web-page: #f7fafc;
    --web-surface: #ffffff;
    --web-surface-soft: #f4f7fc;
    --web-heading: #111528;
    --web-text: #34445a;
    --web-muted: #6b7c8f;
    --web-border: #e2e9f2;
    --web-blue: #2aacff;
    --web-blue-dark: #078bdd;
    --web-accent: #2aacff;
    --web-accent-soft: #eaf6ff;
    --web-live: #ff4f6d;
    --web-shadow: 0 18px 48px rgba(17, 21, 40, .09);
    margin: 0;
    color: var(--web-text);
    background: var(--web-page);
    font-family: "Lato", Arial, sans-serif;
}

html:where([data-pub~="webinars"], [data-pub~="webinars"] *)[data-theme="dark"] body.lms-web-page #wrapper-content,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page[data-theme="dark"] #wrapper-content,
html:where([data-pub~="webinars"], [data-pub~="webinars"] *)[data-bs-theme="dark"] body.lms-web-page #wrapper-content,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page[data-bs-theme="dark"] #wrapper-content,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page.dark #wrapper-content,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page.dark-mode #wrapper-content,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page.dark-theme #wrapper-content,
html:where([data-pub~="webinars"], [data-pub~="webinars"] *).dark body.lms-web-page #wrapper-content,
html:where([data-pub~="webinars"], [data-pub~="webinars"] *).dark-mode body.lms-web-page #wrapper-content {
    --web-page: #0b1020;
    --web-surface: #151b2f;
    --web-surface-soft: #1b233a;
    --web-heading: #f3f6ff;
    --web-text: #e8edf8;
    --web-muted: #a0abc2;
    --web-border: #29334b;
    --web-accent-soft: #152c44;
    --web-shadow: 0 20px 55px rgba(0, 0, 0, .31);
    color-scheme: dark;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page #wrapper-content,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page #page-wrapper,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .main-content,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .main-content>.content {
    color: var(--web-text);
    background: var(--web-page);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-section-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-section {
    display: block;
    overflow: hidden;
    padding: 72px 28px 82px;
    border-radius: 0;
    color: var(--web-text);
    background: radial-gradient(circle at 8% 8%, rgba(42, 172, 255, .09), transparent 22%), radial-gradient(circle at 94% 58%, rgba(42, 172, 255, .08), transparent 23%), var(--web-page);
    font-family: "Lato", Arial, sans-serif;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-list-heading,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-grid {
    width: min(1240px, 100%);
    margin-right: auto;
    margin-left: auto;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 8fr) minmax(280px, 4fr);
    gap: 22px;
    overflow: hidden;
    margin-bottom: 58px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 28px;
    background: radial-gradient(circle at 76% 10%, rgba(42, 172, 255, .24), transparent 29%), linear-gradient(135deg, #111528 0%, #152440 58%, #122e54 100%);
    box-shadow: 0 25px 65px rgba(7, 14, 35, .25);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero::before {
    position: absolute;
    bottom: -150px;
    left: -100px;
    width: 290px;
    height: 290px;
    border: 42px solid rgba(255, 255, 255, .035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero-copy {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 354px;
    flex-direction: column;
    justify-content: center;
    padding: 45px 48px;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-eyebrow,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-kicker,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-card-overline {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: var(--web-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.45px;
    text-transform: uppercase;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-eyebrow {
    margin-bottom: 17px;
    color: #8fd7ff;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-live-dot {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    background: var(--web-live);
    box-shadow: 0 0 0 5px rgba(255, 79, 109, .14);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-live-dot::after {
    position: absolute;
    inset: -4px;
    border: 1px solid rgba(255, 79, 109, .55);
    border-radius: 50%;
    content: "";
    animation: lmsWebPulse 1.8s ease-out infinite;
}

@keyframes lmsWebPulse {
    0% {
    transform: scale(.7);
    opacity: .8;
    }
    
    75%,
    100% {
    transform: scale(1.8);
    opacity: 0;
    }
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero h1 {
    max-width: 680px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 900;
    letter-spacing: -1.7px;
    line-height: 1.01;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero-text {
    max-width: 650px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .75);
    font-size: 16px;
    line-height: 1.75;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero-pills span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
    font-weight: 800;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero-pills i {
    color: #8fd7ff;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-card {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 354px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 22px;
    color: #ffffff;
    background: rgba(255, 255, 255, .085);
    text-align: center;
    backdrop-filter: blur(15px);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-icon {
    position: relative;
    display: grid;
    width: 88px;
    height: 88px;
    margin-bottom: 22px;
    border-radius: 50%;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(145deg, var(--web-accent), var(--web-blue-dark));
    box-shadow: 0 16px 36px rgba(42, 172, 255, .32);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-icon i {
    position: relative;
    z-index: 2;
    font-size: 30px;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-icon span {
    position: absolute;
    inset: -10px;
    border: 1px solid rgba(143, 215, 255, .32);
    border-radius: 50%;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-icon span:nth-child(2) {
    inset: -21px;
    opacity: .55;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-card p {
    margin: 0 0 7px;
    color: #8fd7ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-card strong {
    color: #ffffff;
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-card>span {
    margin-top: 5px;
    color: rgba(255, 255, 255, .88);
    font-size: 13px;
    font-weight: 700;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-card small {
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .65);
    font-size: 11px;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-list-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-list-heading h2 {
    margin: 8px 0 0;
    color: var(--web-heading);
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 900;
    letter-spacing: -.4px;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-session-count {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid var(--web-border);
    border-radius: 999px;
    color: var(--web-muted);
    background: var(--web-surface);
    font-size: 12px;
    font-weight: 800;
    box-shadow: var(--web-shadow);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider:not(.owl-loaded) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider .owl-stage {
    display: flex;
    align-items: stretch;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider .owl-item {
    display: flex;
    height: auto;
    padding: 7px 0 16px;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-card {
    width: 100%;
    min-height: 555px;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--web-border);
    border-radius: 24px;
    color: var(--web-text);
    background: var(--web-surface);
    box-shadow: var(--web-shadow);
    text-align: left;
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-card:hover {
    transform: translateY(-6px);
    border-color: rgba(42, 172, 255, .55);
    box-shadow: 0 24px 55px rgba(42, 172, 255, .13);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-card-image {
    height: 205px;
    background: var(--web-surface-soft);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-banner-img {
    transition: transform .45s ease;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-card:hover .lms-web-banner-img {
    transform: scale(1.045);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-card-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 21, 40, .04), rgba(17, 21, 40, .35));
    content: "";
    pointer-events: none;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-type-tag,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-broadcast-badge {
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-type-tag {
    top: 15px;
    right: auto;
    left: 15px;
    padding: 8px 12px;
    background: rgba(17, 21, 40, .73);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-type-tag.online,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-type-tag.premises {
    background: rgba(17, 21, 40, .73);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-broadcast-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 8px 11px;
    background: rgba(17, 21, 40, .73);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-broadcast-badge .lms-web-live-dot {
    width: 7px;
    height: 7px;
    flex-basis: 7px;
    box-shadow: none;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-card-content {
    padding: 24px;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-card-overline {
    margin-bottom: 11px;
    color: var(--web-accent);
    letter-spacing: 1.05px;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-card-name {
    display: -webkit-box;
    overflow: hidden;
    min-height: 51px;
    margin: 0 0 18px;
    color: var(--web-heading);
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -.2px;
    line-height: 1.35;
    text-transform: none;
    -webkit-box-orient: vertical;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-presenter {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-meta-icon,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-schedule-icon,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-empty-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 12px;
    place-items: center;
    color: var(--web-accent);
    background: var(--web-accent-soft);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-presenter>span:last-child {
    display: grid;
    gap: 3px;
    min-width: 0;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-presenter small,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-related span,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-schedule small {
    color: var(--web-muted);
    font-size: 11px;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-presenter strong {
    overflow: hidden;
    color: var(--web-heading);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-related {
    display: grid;
    gap: 5px;
    margin-bottom: 13px;
    padding: 13px 14px;
    border: 1px solid var(--web-border);
    border-radius: 13px;
    background: var(--web-surface-soft);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-related strong {
    display: -webkit-box;
    overflow: hidden;
    color: var(--web-text);
    font-size: 12px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-organizer {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 13px;
    color: var(--web-muted);
    font-size: 11px;
    font-weight: 700;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-schedule {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--web-border);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-schedule>span:last-child {
    display: grid;
    gap: 3px;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-schedule strong {
    color: var(--web-heading);
    font-size: 12px;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-btn {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding: 0 16px;
    border: 0;
    border-radius: 13px;
    color: #ffffff;
    background: var(--web-blue);
    font-size: 13px;
    font-weight: 900;
    transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-btn:hover,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-btn:focus {
    transform: translateY(-2px);
    color: #ffffff;
    background: var(--web-blue-dark);
    box-shadow: 0 12px 25px rgba(42, 172, 255, .25);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-btn i {
    transition: transform .22s ease;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-btn:hover i {
    transform: translateX(4px);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-empty {
    grid-column: 1 / -1;
    display: flex;
    min-height: 270px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 45px;
    border: 1px dashed var(--web-border);
    border-radius: 24px;
    color: var(--web-text);
    background: var(--web-surface);
    box-shadow: var(--web-shadow);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-empty-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    font-size: 21px;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-empty h3 {
    margin: 0 0 8px;
    color: var(--web-heading);
    font-size: 20px;
    font-weight: 900;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-empty p {
    margin: 0;
    color: var(--web-muted);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider .owl-stage-outer {
    margin-top: -8px;
    padding: 8px 2px 24px;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider .owl-nav {
    top: 48%;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider .owl-prev,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider .owl-next {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    color: #ffffff !important;
    background: #111528 !important;
    font-size: 27px !important;
    box-shadow: 0 10px 24px rgba(17, 21, 40, .20);
    transition: transform .2s ease, background-color .2s ease;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider .owl-prev:hover,
body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider .owl-next:hover {
    transform: scale(1.06);
    background: var(--web-accent) !important;
    filter: none;
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider .owl-dot span {
    width: 8px;
    height: 8px;
    background: var(--web-border);
}

body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider .owl-dot.active span {
    width: 24px;
    border-radius: 99px;
    background: var(--web-accent);
}

@media (max-width: 1360px) {
    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider .owl-nav {
        position: static;
        transform: none;
        margin-top: 5px;
        text-align: center;
        pointer-events: auto;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider .owl-prev,
    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider .owl-next {
        position: static;
        display: inline-flex !important;
        margin: 0 6px;
    }

}
@media (max-width: 991px) {
    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-section {
        padding-right: 20px;
        padding-left: 20px;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero {
        grid-template-columns: minmax(0, 7fr) minmax(250px, 5fr);
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero-copy {
        padding: 35px 28px;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider:not(.owl-loaded) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}
@media (max-width: 767px) {
    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-section {
        padding: 48px 15px 58px;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero {
        grid-template-columns: 1fr;
        margin-bottom: 42px;
        padding: 13px;
        border-radius: 22px;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero-copy,
    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-card {
        min-height: 0;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero-copy {
        padding: 30px 22px;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero h1 {
        font-size: 42px;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-card {
        display: grid;
        grid-template-columns: auto auto 1fr;
        gap: 4px 16px;
        justify-items: start;
        padding: 23px;
        text-align: left;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-icon {
        grid-row: 1 / span 3;
        width: 64px;
        height: 64px;
        margin: 0;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-icon i {
        font-size: 23px;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-card p,
    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-card strong,
    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-card>span {
        grid-column: 2;
        margin: 0;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-card strong {
        font-size: 30px;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-signal-card small {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 14px;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-list-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider:not(.owl-loaded) {
        grid-template-columns: 1fr;
    }

}
@media (max-width: 480px) {
    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero h1 {
        font-size: 36px;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-hero-pills {
        align-items: stretch;
        flex-direction: column;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-card-content {
        padding: 21px;
    }

}
@media (prefers-reduced-motion: reduce) {
    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-live-dot::after {
        animation: none;
    }

    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-card,
    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-banner-img,
    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-btn,
    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-btn i,
    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider .owl-prev,
    body:where([data-pub~="webinars"], [data-pub~="webinars"] *).lms-web-page .lms-web-slider .owl-next {
        transition: none;
    }

}

/* Page: workshop.php */
body:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page {
    --ws-page: #f3f6fa;
    --ws-surface: #ffffff;
    --ws-surface-soft: #f7fafc;
    --ws-border: #e1e8f0;
    --ws-text: #111528;
    --ws-muted: #657187;
    --ws-primary: #2aacff;
    --ws-craft: #2aacff;
    --ws-craft-soft: #e8faf5;
    --ws-shadow: 0 18px 48px rgba(17, 21, 40, 0.09);
    margin: 0;
    color: var(--ws-text);
    background: var(--ws-page);
    font-family: "Lato", sans-serif;
}

html:where([data-pub~="workshop"], [data-pub~="workshop"] *)[data-theme="dark"] body.ws-list-page,
body:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page[data-theme="dark"],
html:where([data-pub~="workshop"], [data-pub~="workshop"] *)[data-bs-theme="dark"] body.ws-list-page,
body:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page[data-bs-theme="dark"],
body:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page.dark,
body:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page.dark-mode,
body:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page.dark-theme,
html:where([data-pub~="workshop"], [data-pub~="workshop"] *).dark body.ws-list-page,
html:where([data-pub~="workshop"], [data-pub~="workshop"] *).dark-mode body.ws-list-page {
    --ws-page: #0c1020;
    --ws-surface: #181d31;
    --ws-surface-soft: #111528;
    --ws-border: #303951;
    --ws-text: #f3f7ff;
    --ws-muted: #aab6cb;
    --ws-craft-soft: #12362f;
    --ws-shadow: 0 20px 52px rgba(0, 0, 0, 0.34);
    color-scheme: dark;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page #wrapper-content,
:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page #page-wrapper,
:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .main-content,
:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .main-content>.content {
    background: var(--ws-page);
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-catalogue {
    min-height: 65vh;
    padding: 68px 0 78px;
    background: radial-gradient(circle at 8% 8%, rgba(24, 185, 156, 0.075), transparent 22%), var(--ws-page);
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-page-heading {
    margin-bottom: 42px;
    text-align: center;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 10px;
    color: var(--ws-craft);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-page-title {
    margin: 0;
    color: var(--ws-text);
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 900;
    letter-spacing: -0.6px;
    line-height: 1.15;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-page-title::after {
    display: block;
    width: 64px;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--ws-primary), var(--ws-craft));
    content: "";
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-page-description {
    max-width: 570px;
    margin: 13px auto 0;
    color: var(--ws-muted);
    font-size: 14px;
    line-height: 1.7;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-link {
    display: block;
    grid-column: span 4;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card {
    display: flex;
    height: 100%;
    min-height: 430px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ws-border);
    border-radius: 24px;
    background: var(--ws-surface);
    box-shadow: var(--ws-shadow);
    transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-link:hover .ws-card,
:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-link:focus .ws-card {
    border-color: rgba(42, 172, 255, 0.58);
    box-shadow: 0 24px 58px rgba(17, 21, 40, 0.16);
    transform: translateY(-6px);
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-image {
    position: relative;
    height: 215px;
    overflow: hidden;
    background: linear-gradient(135deg, #111528, #0c534c);
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-image::after {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 46%, rgba(6, 10, 22, 0.52) 100%);
    content: "";
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-link:hover .ws-card-image img {
    transform: scale(1.045);
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-image-fallback {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 45px;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-status,
:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-practical-tag {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    backdrop-filter: blur(8px);
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-status {
    top: 13px;
    right: 13px;
    background: rgba(17, 21, 40, 0.83);
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-status.live,
:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-status.today {
    background: rgba(24, 185, 156, 0.9);
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-status.completed {
    background: rgba(107, 114, 128, 0.86);
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-practical-tag {
    bottom: 13px;
    left: 13px;
    background: rgba(11, 102, 86, 0.88);
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 21px 21px 14px;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-format {
    display: inline-flex;
    align-self: flex-start;
    padding: 6px 9px;
    border-radius: 9px;
    color: var(--ws-craft);
    background: var(--ws-craft-soft);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-title {
    margin: 11px 0 9px;
    color: var(--ws-text);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-instructor,
:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-meta {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--ws-muted);
    font-size: 13px;
    line-height: 1.55;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-instructor {
    margin: 0 0 12px;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-meta {
    flex-wrap: wrap;
    gap: 8px 13px;
    margin-top: auto;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-instructor i,
:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-meta i {
    margin-top: 2px;
    color: var(--ws-primary);
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-footer {
    padding: 0 21px 21px;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-detail-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 15px;
    border-radius: 13px;
    color: #ffffff;
    background: var(--ws-primary);
    font-size: 13px;
    font-weight: 900;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-detail-button i {
    transition: transform 0.2s ease;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-link:hover .ws-detail-button i {
    transform: translateX(4px);
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-empty {
    display: flex;
    min-height: 260px;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px dashed var(--ws-border);
    border-radius: 24px;
    color: var(--ws-muted);
    background: var(--ws-surface);
    box-shadow: var(--ws-shadow);
    text-align: center;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-empty i {
    color: var(--ws-craft);
    font-size: 32px;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-empty strong {
    color: var(--ws-text);
    font-size: 19px;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-pagination a,
:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-pagination span {
    display: inline-flex;
    min-width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid var(--ws-border);
    border-radius: 12px;
    color: var(--ws-text);
    background: var(--ws-surface);
    text-decoration: none;
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-pagination a:hover,
:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-pagination .active {
    border-color: var(--ws-primary);
    color: #ffffff;
    background: var(--ws-primary);
}

:where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-pagination .disabled {
    pointer-events: none;
    opacity: 0.4;
}

@media (max-width: 991px) {
    :where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-link {
        grid-column: span 6;
    }

}
@media (max-width: 767px) {
    :where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-catalogue {
        padding: 50px 0 58px;
    }

    :where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-page-heading {
        margin-bottom: 32px;
    }

    :where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-grid {
        gap: 16px;
    }

}
@media (max-width: 620px) {
    :where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card-link {
        grid-column: span 12;
    }

    :where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .ws-card {
        min-height: 0;
    }

}
@media (prefers-reduced-motion: reduce) {
    :where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .main-content *,
    :where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .main-content *::before,
    :where([data-pub~="workshop"], [data-pub~="workshop"] *).ws-list-page .main-content *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

}

/* Page: workshop-detail.php */
body:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-page {
    --wd-bg: #f7fafc;
    --wd-surface: #fff;
    --wd-surface-alt: #fbfdff;
    --wd-heading: #111528;
    --wd-text: #243447;
    --wd-muted: #6b7c8f;
    --wd-border: #e6edf3;
    --wd-blue: #2aacff;
    --wd-accent-soft: #eef7ff;
    --wd-shadow: 0 18px 50px rgba(21, 39, 70, .08);
    background: var(--wd-bg);
    color: var(--wd-text);
    font-family: Lato, Arial, sans-serif;
}

html:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *)[data-theme="dark"] body.wd-page,
body:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-page[data-theme="dark"],
html:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *)[data-bs-theme="dark"] body.wd-page,
body:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-page[data-bs-theme="dark"],
body:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-page.dark,
body:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-page.dark-mode,
body:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-page.dark-theme,
body:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).dark-mode .wd-page-content,
html:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).dark body.wd-page,
html:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).dark-mode body.wd-page {
    --wd-bg: #0b1020;
    --wd-surface: #151b2f;
    --wd-surface-alt: #1b233a;
    --wd-heading: #f3f6ff;
    --wd-text: #e8edf8;
    --wd-muted: #a0abc2;
    --wd-border: #273149;
    --wd-accent-soft: #13283c;
    --wd-shadow: 0 20px 60px rgba(0, 0, 0, .24);
    color-scheme: dark;
}

body:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-page .wd-page-content,
body:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-page #wrapper-content,
body:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-page #page-wrapper,
body:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-page .main-content {
    background: var(--wd-bg);
    color: var(--wd-text);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-container {
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
    min-height: 76px;
    padding: 22px 0 18px;
    font-size: 14px;
    color: var(--wd-muted);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-breadcrumb a {
    color: var(--wd-text);
    text-decoration: none;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-breadcrumb a:hover {
    color: var(--wd-blue);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-breadcrumb strong {
    font-weight: 700;
    color: var(--wd-heading);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    min-height: 370px;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(128deg, #10182c 0%, #142239 57%, #12365b 100%);
    box-shadow: var(--wd-shadow);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-hero::before {
    position: absolute;
    right: 32%;
    top: -130px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(42, 172, 255, .21);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-hero-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px 48px;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-eyebrow,
:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--wd-blue);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-title {
    margin: 0 0 16px;
    font-size: clamp(32px, 4vw, 51px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -.8px;
    color: #fff;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-hero-summary {
    max-width: 510px;
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .78);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-pill.status-upcoming,
:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-pill.status-live,
:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-pill.status-today {
    border-color: rgba(42, 172, 255, .35);
    background: rgba(42, 172, 255, .18);
    color: #85d1ff;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-hero-image {
    position: relative;
    min-height: 370px;
    overflow: hidden;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-hero-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #142239 0%, rgba(20, 34, 57, .24) 30%, rgba(16, 24, 44, .15) 100%);
    content: "";
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-hero-fallback {
    display: grid;
    height: 100%;
    min-height: 370px;
    place-items: center;
    background: radial-gradient(circle at 55% 48%, rgba(42, 172, 255, .22), transparent 45%), radial-gradient(circle at 70% 70%, rgba(42, 172, 255, .16), transparent 38%);
    font-size: 108px;
    color: rgba(255, 255, 255, .16);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 27px;
    align-items: start;
    padding: 29px 0 72px;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-main,
:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-sidebar {
    display: grid;
    gap: 24px;
    min-width: 0;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-sidebar {
    position: sticky;
    top: 104px;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-panel {
    padding: 31px;
    border: 1px solid var(--wd-border);
    border-radius: 22px;
    background: var(--wd-surface);
    box-shadow: var(--wd-shadow);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-panel:hover {
    transform: translateY(-2px);
    border-color: rgba(42, 172, 255, .38);
    box-shadow: 0 18px 42px rgba(42, 172, 255, .09);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-panel-title {
    margin: 0;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.24;
    color: var(--wd-heading);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-heading-icon {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    border-radius: 13px;
    place-items: center;
    background: var(--wd-accent-soft);
    font-size: 19px;
    color: var(--wd-blue);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-description,
:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-notes {
    margin: 0;
    font-size: 15px;
    line-height: 1.95;
    white-space: pre-line;
    color: var(--wd-text);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-overview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-overview-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    min-height: 85px;
    padding: 17px;
    border: 1px solid var(--wd-border);
    border-radius: 15px;
    background: var(--wd-surface-alt);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-overview-item:hover {
    transform: translateY(-3px);
    border-color: rgba(42, 172, 255, .48);
    box-shadow: 0 10px 25px rgba(42, 172, 255, .09);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-overview-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 11px;
    place-items: center;
    background: var(--wd-accent-soft);
    font-size: 16px;
    color: var(--wd-blue);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-overview-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-overview-copy span,
:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-summary-row span {
    font-size: 12px;
    color: var(--wd-muted);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-overview-copy strong {
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 1.45;
    color: var(--wd-heading);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-registration-panel {
    position: relative;
    overflow: hidden;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-registration-panel::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #087ed1, var(--wd-blue));
    content: "";
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-registration-intro {
    margin: 10px 0 22px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--wd-text);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-summary {
    display: grid;
    gap: 0;
    margin: 0 0 23px;
    padding: 2px 15px;
    border: 1px solid var(--wd-border);
    border-radius: 15px;
    background: var(--wd-surface-alt);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 13px 0;
    border-bottom: 1px solid var(--wd-border);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-summary-row:last-child {
    border-bottom: 0;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-summary-row strong {
    max-width: 62%;
    overflow-wrap: anywhere;
    font-size: 13px;
    text-align: right;
    color: var(--wd-heading);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-register-button,
:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-back-button {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-register-button {
    background: var(--wd-blue);
    color: #fff;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-register-button:hover,
:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-register-button:focus {
    transform: translateY(-2px);
    background: #078bdd;
    box-shadow: 0 12px 22px rgba(42, 172, 255, .26);
    color: #fff;
    text-decoration: none;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-registration-unavailable {
    padding: 15px;
    border: 1px dashed var(--wd-border);
    border-radius: 13px;
    background: var(--wd-surface-alt);
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    color: var(--wd-muted);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-registration-hint {
    margin: 12px 0 0;
    font-size: 12px;
    text-align: center;
    color: var(--wd-muted);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-back-button {
    margin-top: 14px;
    border-color: var(--wd-border);
    background: transparent;
    color: var(--wd-heading);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-back-button:hover,
:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-back-button:focus {
    transform: translateY(-2px);
    border-color: var(--wd-blue);
    color: var(--wd-blue);
    text-decoration: none;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-practice-panel {
    position: relative;
    overflow: hidden;
    border-color: rgba(42, 172, 255, .18);
    background: linear-gradient(135deg, var(--wd-surface) 10%, var(--wd-accent-soft) 100%);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-practice-panel .wd-heading-icon {
    margin-bottom: 15px;
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-practice-panel h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 900;
    color: var(--wd-heading);
}

:where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-practice-panel p {
    margin: 0;
    font-size: 13px;
    line-height: 1.75;
    color: var(--wd-text);
}

@media (max-width: 991px) {
    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-hero {
        grid-template-columns: minmax(0, 1fr) minmax(260px, .75fr);
    }

    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-hero-copy {
        padding: 42px 35px;
    }

    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-layout {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 20px;
    }

    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-panel {
        padding: 23px;
    }

}
@media (max-width: 767px) {
    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-container {
        width: min(100% - 30px, 580px);
    }

    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-breadcrumb {
        min-height: 66px;
        padding-top: 17px;
    }

    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-hero {
        display: flex;
        min-height: 0;
        flex-direction: column-reverse;
        border-radius: 22px;
    }

    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-hero-image,
    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-hero-fallback {
        min-height: 225px;
        max-height: 260px;
    }

    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-hero-image::after {
        background: linear-gradient(0deg, #142239 0%, rgba(20, 34, 57, .22) 42%, transparent 100%);
    }

    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-hero-copy {
        padding: 16px 25px 30px;
    }

    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-title {
        font-size: 34px;
    }

    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-layout {
        grid-template-columns: 1fr;
        padding-bottom: 48px;
    }

    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-sidebar {
        position: static;
    }

    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-overview {
        grid-template-columns: 1fr;
    }

}
@media (prefers-reduced-motion: reduce) {
    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-panel,
    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-overview-item,
    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-register-button,
    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-back-button {
        transition: none;
    }

    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-panel:hover,
    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-overview-item:hover,
    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-register-button:hover,
    :where([data-pub~="workshop-detail"], [data-pub~="workshop-detail"] *).wd-back-button:hover {
        transform: none;
    }

}

/* Page: news.php */
body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page #wrapper-content {
    --lms-news-page-bg: #f7fafc;
    --lms-news-surface: #ffffff;
    --lms-news-soft: #f2f7fc;
    --lms-news-heading: #111528;
    --lms-news-text: #34445a;
    --lms-news-muted: #6b7c8f;
    --lms-news-border: #e2e9f2;
    --lms-news-blue: #2aacff;
    --lms-news-blue-dark: #078bdd;
    --lms-news-blue-soft: #eaf6ff;
    --lms-news-shadow: 0 18px 45px rgba(17, 21, 40, .08);
    color: var(--lms-news-text);
    background: var(--lms-news-page-bg);
    font-family: "Lato", Arial, sans-serif;
}

html:where([data-pub~="news"], [data-pub~="news"] *)[data-theme="dark"] body.lms-news-page #wrapper-content,
html:where([data-pub~="news"], [data-pub~="news"] *)[data-bs-theme="dark"] body.lms-news-page #wrapper-content,
html:where([data-pub~="news"], [data-pub~="news"] *).dark body.lms-news-page #wrapper-content,
html:where([data-pub~="news"], [data-pub~="news"] *).dark-mode body.lms-news-page #wrapper-content,
body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page[data-theme="dark"] #wrapper-content,
body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page[data-bs-theme="dark"] #wrapper-content,
body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page.dark #wrapper-content,
body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page.dark-mode #wrapper-content,
body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page.dark-theme #wrapper-content {
    --lms-news-page-bg: #0b1020;
    --lms-news-surface: #151b2f;
    --lms-news-soft: #1b233a;
    --lms-news-heading: #f3f6ff;
    --lms-news-text: #e8edf8;
    --lms-news-muted: #a0abc2;
    --lms-news-border: #29334b;
    --lms-news-blue-soft: #152c44;
    --lms-news-shadow: 0 20px 52px rgba(0, 0, 0, .30);
    color-scheme: dark;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page #page-wrapper,
body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .main-content,
body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .main-content>.content {
    color: var(--lms-news-text);
    background: var(--lms-news-page-bg);
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-shell {
    padding: 72px 26px 86px;
    background: radial-gradient(circle at 7% 5%, rgba(42, 172, 255, .08), transparent 22%), radial-gradient(circle at 94% 52%, rgba(42, 172, 255, .06), transparent 23%), var(--lms-news-page-bg);
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-container {
    max-width: 1240px;
    margin: 0 auto;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-masthead {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 8fr) minmax(275px, 4fr);
    gap: 20px;
    overflow: hidden;
    margin-bottom: 48px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 28px;
    background: radial-gradient(circle at 82% 12%, rgba(42, 172, 255, .24), transparent 28%), linear-gradient(135deg, #111528 0%, #152440 58%, #122e54 100%);
    box-shadow: 0 25px 65px rgba(7, 14, 35, .23);
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-masthead::after {
    position: absolute;
    right: -80px;
    bottom: -140px;
    width: 290px;
    height: 290px;
    border: 40px solid rgba(255, 255, 255, .035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-masthead-copy {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 310px;
    flex-direction: column;
    justify-content: center;
    padding: 42px 45px;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-eyebrow,
body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: var(--lms-news-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-eyebrow {
    color: #8fd7ff;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-masthead h1 {
    max-width: 690px;
    margin: 16px 0 0;
    color: #ffffff;
    font-size: clamp(40px, 5vw, 66px);
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.03;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-introduction {
    max-width: 610px;
    margin: 19px 0 0;
    color: rgba(255, 255, 255, .77);
    font-size: 16px;
    line-height: 1.8;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-edition {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 310px;
    flex-direction: column;
    justify-content: center;
    padding: 33px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 22px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-edition-icon {
    display: grid;
    width: 56px;
    height: 56px;
    margin-bottom: 21px;
    border-radius: 17px;
    color: #ffffff;
    background: linear-gradient(145deg, #2aacff, #078bdd);
    font-size: 23px;
    place-items: center;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-edition-label {
    margin: 0 0 7px;
    color: #8fd7ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-edition strong {
    color: #ffffff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.08;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-edition>span {
    margin-top: 6px;
    color: rgba(255, 255, 255, .85);
    font-size: 13px;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-edition small {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .70);
    font-size: 12px;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-heading h2 {
    margin: 8px 0 0;
    color: var(--lms-news-heading);
    font-size: clamp(26px, 3vw, 35px);
    font-weight: 900;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-count {
    display: inline-flex;
    min-height: 39px;
    align-items: center;
    padding: 0 15px;
    border: 1px solid var(--lms-news-border);
    border-radius: 999px;
    color: var(--lms-news-muted);
    background: var(--lms-news-surface);
    font-size: 12px;
    font-weight: 800;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--lms-news-border);
    border-radius: 23px;
    background: var(--lms-news-surface);
    box-shadow: var(--lms-news-shadow);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-card:hover {
    transform: translateY(-6px);
    border-color: rgba(42, 172, 255, .55);
    box-shadow: 0 24px 55px rgba(42, 172, 255, .13);
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-image-wrap {
    position: relative;
    height: 208px;
    overflow: hidden;
    background: var(--lms-news-soft);
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-image-wrap::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 21, 40, .03), rgba(17, 21, 40, .42));
    content: "";
    pointer-events: none;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-card:hover .lms-news-image {
    transform: scale(1.05);
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-date-badge {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    display: grid;
    min-width: 61px;
    padding: 9px 10px;
    border-radius: 15px;
    color: #111528;
    background: rgba(255, 255, 255, .96);
    text-align: center;
    box-shadow: 0 8px 22px rgba(17, 21, 40, .15);
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-date-badge strong {
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-date-badge span {
    margin-top: 4px;
    color: #078bdd;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-category {
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 15px;
    display: inline-flex;
    max-width: calc(100% - 30px);
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .19);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(17, 21, 40, .76);
    font-size: 11px;
    font-weight: 800;
    backdrop-filter: blur(10px);
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    color: var(--lms-news-muted);
    font-size: 12px;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-card-meta i,
body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-author i {
    color: var(--lms-news-blue);
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-title {
    display: -webkit-box;
    min-height: 53px;
    margin: 0 0 12px;
    overflow: hidden;
    color: var(--lms-news-heading);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.34;
    -webkit-box-orient: vertical;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-summary {
    display: -webkit-box;
    min-height: 67px;
    margin: 0 0 19px;
    overflow: hidden;
    color: var(--lms-news-muted);
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-author {
    display: flex;
    min-height: 18px;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--lms-news-text);
    font-size: 12px;
    font-weight: 700;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-button {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
    padding: 0 16px;
    border-radius: 13px;
    color: #ffffff;
    background: var(--lms-news-blue);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-button:hover,
body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-button:focus {
    transform: translateY(-2px);
    color: #ffffff;
    background: var(--lms-news-blue-dark);
    text-decoration: none;
    box-shadow: 0 12px 25px rgba(42, 172, 255, .25);
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-button i {
    transition: transform .22s ease;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-button:hover i {
    transform: translateX(4px);
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-empty {
    grid-column: 1 / -1;
    display: grid;
    min-height: 255px;
    align-content: center;
    justify-items: center;
    padding: 42px;
    border: 1px dashed var(--lms-news-border);
    border-radius: 23px;
    background: var(--lms-news-surface);
    text-align: center;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-empty>i {
    display: grid;
    width: 57px;
    height: 57px;
    margin-bottom: 15px;
    border-radius: 16px;
    color: var(--lms-news-blue);
    background: var(--lms-news-blue-soft);
    font-size: 24px;
    place-items: center;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-empty h3 {
    margin: 0 0 8px;
    color: var(--lms-news-heading);
    font-weight: 900;
}

body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-empty p {
    margin: 0;
    color: var(--lms-news-muted);
}

@media (max-width: 991px) {
    body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-masthead {
        grid-template-columns: minmax(0, 7fr) minmax(240px, 5fr);
    }

    body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-masthead-copy {
        padding: 35px 27px;
    }

}
@media (max-width: 767px) {
    body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-shell {
        padding: 46px 15px 58px;
    }

    body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-masthead {
        grid-template-columns: 1fr;
        margin-bottom: 37px;
        padding: 13px;
        border-radius: 23px;
    }

    body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-masthead-copy,
    body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-edition {
        min-height: 0;
        padding: 30px 24px;
    }

    body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-grid {
        grid-template-columns: 1fr;
    }

}
@media (prefers-reduced-motion: reduce) {
    body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-card,
    body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-image,
    body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-button,
    body:where([data-pub~="news"], [data-pub~="news"] *).lms-news-page .lms-news-button i {
        transition: none;
    }

}

/* Page: news_details.php */
body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page #wrapper-content {
    --lms-article-page: #f7fafc;
    --lms-article-surface: #ffffff;
    --lms-article-soft: #f2f7fc;
    --lms-article-heading: #111528;
    --lms-article-text: #34445a;
    --lms-article-muted: #6b7c8f;
    --lms-article-border: #e2e9f2;
    --lms-article-blue: #2aacff;
    --lms-article-blue-dark: #078bdd;
    --lms-article-blue-soft: #eaf6ff;
    --lms-article-shadow: 0 18px 45px rgba(17, 21, 40, .08);
    color: var(--lms-article-text);
    background: var(--lms-article-page);
    font-family: "Lato", Arial, sans-serif;
}

html:where([data-pub~="news_details"], [data-pub~="news_details"] *)[data-theme="dark"] body.lms-news-detail-page #wrapper-content,
html:where([data-pub~="news_details"], [data-pub~="news_details"] *)[data-bs-theme="dark"] body.lms-news-detail-page #wrapper-content,
html:where([data-pub~="news_details"], [data-pub~="news_details"] *).dark body.lms-news-detail-page #wrapper-content,
html:where([data-pub~="news_details"], [data-pub~="news_details"] *).dark-mode body.lms-news-detail-page #wrapper-content,
body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page[data-theme="dark"] #wrapper-content,
body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page[data-bs-theme="dark"] #wrapper-content,
body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page.dark #wrapper-content,
body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page.dark-mode #wrapper-content,
body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page.dark-theme #wrapper-content {
    --lms-article-page: #0b1020;
    --lms-article-surface: #151b2f;
    --lms-article-soft: #1b233a;
    --lms-article-heading: #f3f6ff;
    --lms-article-text: #e8edf8;
    --lms-article-muted: #a0abc2;
    --lms-article-border: #29334b;
    --lms-article-blue-soft: #152c44;
    --lms-article-shadow: 0 20px 52px rgba(0, 0, 0, .30);
    color-scheme: dark;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page #page-wrapper,
body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .main-content,
body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .main-content>.content {
    color: var(--lms-article-text);
    background: var(--lms-article-page);
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-shell {
    padding: 70px 26px 85px;
    background: radial-gradient(circle at 8% 5%, rgba(42, 172, 255, .08), transparent 21%), radial-gradient(circle at 92% 56%, rgba(42, 172, 255, .06), transparent 23%), var(--lms-article-page);
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-container {
    max-width: 1240px;
    margin: 0 auto;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 19px;
    color: var(--lms-article-muted);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-breadcrumb:hover {
    color: var(--lms-article-blue);
    text-decoration: none;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(280px, 5fr);
    gap: 19px;
    overflow: hidden;
    margin-bottom: 27px;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 28px;
    background: radial-gradient(circle at 74% 11%, rgba(42, 172, 255, .24), transparent 28%), linear-gradient(135deg, #111528 0%, #152440 58%, #122e54 100%);
    box-shadow: 0 25px 65px rgba(7, 14, 35, .23);
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-hero-copy {
    display: flex;
    min-height: 360px;
    flex-direction: column;
    justify-content: center;
    padding: 39px 42px;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 16px;
    color: #8fd7ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(33px, 4.4vw, 55px);
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.12;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 24px;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-hero-meta span {
    display: inline-flex;
    min-height: 37px;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
    font-weight: 700;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-hero-meta i {
    color: #8fd7ff;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-image-wrap {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 20px;
    background: rgba(255, 255, 255, .08);
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-image-wrap::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(17, 21, 40, .34));
    content: "";
    pointer-events: none;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-image-wrap:hover .lms-article-image {
    transform: scale(1.045);
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-grid {
    display: grid;
    grid-template-columns: minmax(0, 8fr) minmax(265px, 4fr);
    align-items: start;
    gap: 24px;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-story,
body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-aside-card {
    border: 1px solid var(--lms-article-border);
    border-radius: 23px;
    background: var(--lms-article-surface);
    box-shadow: var(--lms-article-shadow);
    transition: border-color .25s ease, box-shadow .25s ease;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-story:hover,
body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-aside-card:hover {
    border-color: rgba(42, 172, 255, .43);
    box-shadow: 0 20px 48px rgba(42, 172, 255, .11);
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-story {
    padding: 35px;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 11px;
    color: var(--lms-article-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-story h2 {
    margin: 0 0 24px;
    color: var(--lms-article-heading);
    font-size: 28px;
    font-weight: 900;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-summary {
    margin: 0 0 27px;
    padding: 20px 21px;
    border-left: 4px solid var(--lms-article-blue);
    border-radius: 0 14px 14px 0;
    color: var(--lms-article-heading);
    background: var(--lms-article-blue-soft);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-body {
    color: var(--lms-article-text);
    font-size: 16px;
    line-height: 1.95;
    overflow-wrap: anywhere;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-aside {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 18px;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-aside-card {
    padding: 25px;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-aside-card h3 {
    margin: 0 0 21px;
    color: var(--lms-article-heading);
    font-size: 19px;
    font-weight: 900;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-facts {
    display: grid;
    gap: 18px;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-fact {
    display: flex;
    align-items: center;
    gap: 12px;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-fact-icon {
    display: grid;
    width: 41px;
    height: 41px;
    flex: 0 0 41px;
    border-radius: 13px;
    color: var(--lms-article-blue);
    background: var(--lms-article-blue-soft);
    place-items: center;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-fact-copy {
    display: grid;
    min-width: 0;
    gap: 4px;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-fact-copy small {
    color: var(--lms-article-muted);
    font-size: 11px;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-fact-copy strong {
    overflow: hidden;
    color: var(--lms-article-heading);
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-divider {
    height: 1px;
    margin: 22px 0;
    background: var(--lms-article-border);
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-back {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 13px;
    color: #ffffff;
    background: var(--lms-article-blue);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}

body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-back:hover,
body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-back:focus {
    transform: translateY(-2px);
    color: #ffffff;
    background: var(--lms-article-blue-dark);
    text-decoration: none;
    box-shadow: 0 12px 25px rgba(42, 172, 255, .25);
}

@media (max-width: 991px) {
    body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-hero {
        grid-template-columns: minmax(0, 1fr) minmax(240px, .8fr);
    }

    body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-hero-copy {
        padding: 31px 24px;
    }

    body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-story {
        padding: 28px;
    }

}
@media (max-width: 767px) {
    body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-shell {
        padding: 43px 15px 58px;
    }

    body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-hero,
    body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-grid {
        grid-template-columns: 1fr;
    }

    body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-hero {
        padding: 13px;
        border-radius: 23px;
    }

    body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-hero-copy {
        min-height: 0;
        padding: 28px 22px;
    }

    body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-image-wrap {
        min-height: 235px;
    }

    body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-story {
        padding: 23px;
    }

    body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-aside {
        position: static;
    }

}
@media (prefers-reduced-motion: reduce) {
    body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-image,
    body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-story,
    body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-aside-card,
    body:where([data-pub~="news_details"], [data-pub~="news_details"] *).lms-news-detail-page .lms-article-back {
        transition: none;
    }

}

/* Page: social-media.php */
:where([data-pub~="social-media"], [data-pub~="social-media"] *):root {
    --smc-base-color: #111528;
    --smc-base-variant: #212121;
    --smc-primary-color: #edf2fc;
    --smc-secondary-color: #2aacff;
    --smc-text-secondary: rgba(237, 242, 252, 0.7);
    --smc-accent-gradient: linear-gradient(45deg, #2aacff, #3b82f6, #60a5fa);
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-page-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 40px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-main-container {
    border-radius: 32px;
    padding: 60px 40px;
    max-width: 1100px;
    width: 100%;
    text-align: center;
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-header-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 12px;
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-header-subtitle {
    font-size: 1.1rem;
    margin-bottom: 48px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-card-wrapper {
    position: relative;
    padding: 2px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-card-wrapper:hover {
    transform: translateY(-8px);
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-card-wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(transparent, transparent, transparent, var(--smc-secondary-color));
    animation: smc-rotate 4s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-card-wrapper:hover::before {
    opacity: 1;
}

@keyframes smc-rotate {
    from {
    transform: rotate(0deg);
    }
    
    to {
    transform: rotate(360deg);
    }
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-item-card {
    position: relative;
    background: #181d37;
    border-radius: 18px;
    padding: 32px 24px;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    transition: background 0.4s ease, border 0.3s ease;
    border: 1px solid rgba(237, 242, 252, 0.05);
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-card-wrapper:hover .smc-item-card {
    background: var(--smc-secondary-color);
    border-color: transparent;
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-icon-box {
    font-size: 2.5rem;
    margin-bottom: 8px;
    color: var(--smc-secondary-color);
    transition: color 0.3s ease, transform 0.3s ease;
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-card-wrapper:hover .smc-icon-box {
    color: var(--smc-base-color);
    transform: scale(1.1);
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-platform-name {
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    color: var(--smc-primary-color);
    transition: color 0.3s ease;
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-card-wrapper:hover .smc-platform-name {
    color: var(--smc-base-color);
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-follower-count {
    font-size: 0.9rem;
    color: var(--smc-text-secondary);
    font-weight: 600;
    background: rgba(237, 242, 252, 0.05);
    padding: 4px 12px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-tagline {
    font-size: 0.95rem;
    color: var(--smc-text-secondary);
    line-height: 1.6;
    margin-top: 4px;
    transition: color 0.3s ease;
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-card-wrapper:hover .smc-follower-count {
    background: rgba(17, 21, 40, 0.2);
    color: var(--smc-base-color);
}

:where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-card-wrapper:hover .smc-tagline {
    color: rgba(17, 21, 40, 0.8);
}

@media (max-width: 640px) {
    :where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-main-container {
        padding: 40px 20px;
        border-radius: 20px;
    }

    :where([data-pub~="social-media"], [data-pub~="social-media"] *).smc-header-title {
        font-size: 1.8rem;
    }

}
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page #wrapper-content {
    --social-page: #f7fafc;
    --social-surface: #ffffff;
    --social-soft: #f2f7fc;
    --social-heading: #111528;
    --social-text: #34445a;
    --social-muted: #6b7c8f;
    --social-border: #e2e9f2;
    --social-blue: #2aacff;
    --social-blue-dark: #078bdd;
    --social-blue-soft: #eaf6ff;
    --social-shadow: 0 18px 45px rgba(17, 21, 40, .09);
    color: var(--social-text);
    background: var(--social-page);
    font-family: "Lato", Arial, sans-serif;
}

html:where([data-pub~="social-media"], [data-pub~="social-media"] *)[data-theme="dark"] body.lms-social-page #wrapper-content,
html:where([data-pub~="social-media"], [data-pub~="social-media"] *)[data-bs-theme="dark"] body.lms-social-page #wrapper-content,
html:where([data-pub~="social-media"], [data-pub~="social-media"] *).dark body.lms-social-page #wrapper-content,
html:where([data-pub~="social-media"], [data-pub~="social-media"] *).dark-mode body.lms-social-page #wrapper-content,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page[data-theme="dark"] #wrapper-content,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page[data-bs-theme="dark"] #wrapper-content,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page.dark #wrapper-content,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page.dark-mode #wrapper-content,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page.dark-theme #wrapper-content {
    --social-page: #0b1020;
    --social-surface: #151b2f;
    --social-soft: #1b233a;
    --social-heading: #f3f6ff;
    --social-text: #e8edf8;
    --social-muted: #a0abc2;
    --social-border: #29334b;
    --social-blue-soft: #152c44;
    --social-shadow: 0 20px 55px rgba(0, 0, 0, .31);
    color-scheme: dark;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page #page-wrapper,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .main-content,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .main-content>.content {
    color: var(--social-text);
    background: var(--social-page);
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-page-wrapper {
    display: block;
    min-height: 72vh;
    padding: 72px max(26px, calc((100vw - 1240px) / 2)) 86px;
    color: var(--social-text);
    background: radial-gradient(circle at 7% 5%, rgba(42, 172, 255, .09), transparent 22%), radial-gradient(circle at 94% 62%, rgba(42, 172, 255, .07), transparent 24%), var(--social-page);
    font-family: "Lato", Arial, sans-serif;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-main-container {
    position: relative;
    max-width: 1240px;
    overflow: hidden;
    margin: 0 auto;
    padding: 66px 48px 48px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 28px;
    background: radial-gradient(circle at 88% 6%, rgba(42, 172, 255, .25), transparent 26%), linear-gradient(135deg, #111528 0%, #152440 58%, #122e54 100%);
    box-shadow: 0 25px 65px rgba(7, 14, 35, .24);
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-main-container::before,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-main-container::after {
    position: absolute;
    border: 38px solid rgba(255, 255, 255, .035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-main-container::before {
    top: -155px;
    left: -105px;
    width: 280px;
    height: 280px;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-main-container::after {
    right: -115px;
    bottom: -175px;
    width: 315px;
    height: 315px;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-header-title,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-header-subtitle,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-grid {
    position: relative;
    z-index: 1;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-header-title {
    margin: 0 0 17px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 62px);
    font-weight: 900;
    letter-spacing: -1.4px;
    line-height: 1.05;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-header-title::before {
    display: flex;
    width: fit-content;
    min-height: 32px;
    align-items: center;
    margin: 0 auto 19px;
    padding: 0 13px;
    border: 1px solid rgba(143, 215, 255, .28);
    border-radius: 999px;
    color: #8fd7ff;
    background: rgba(42, 172, 255, .10);
    content: "OUR SOCIAL NETWORK";
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.35px;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-header-subtitle {
    max-width: 650px;
    margin: 0 auto 44px;
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
    line-height: 1.75;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-grid {
    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
    gap: 18px;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper {
    min-width: 0;
    overflow: hidden;
    padding: 1px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 22px;
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 16px 38px rgba(4, 10, 25, .18);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:hover,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:focus {
    transform: translateY(-7px);
    border-color: rgba(42, 172, 255, .72);
    outline: none;
    box-shadow: 0 22px 48px rgba(42, 172, 255, .18);
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper::before {
    background: conic-gradient(transparent, transparent, transparent, var(--social-blue));
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-item-card {
    min-height: 250px;
    justify-content: center;
    gap: 12px;
    padding: 29px 21px;
    border: 1px solid var(--social-border);
    border-radius: 20px;
    color: var(--social-text);
    background: var(--social-surface);
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:hover .smc-item-card,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:focus .smc-item-card {
    border-color: transparent;
    background: var(--social-blue);
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-icon-box {
    display: grid;
    width: 64px;
    height: 64px;
    margin: 0 0 6px;
    border-radius: 19px;
    color: var(--social-blue);
    background: var(--social-blue-soft);
    font-size: 27px;
    place-items: center;
    transition: color .28s ease, background-color .28s ease, transform .28s ease;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:hover .smc-icon-box,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:focus .smc-icon-box {
    color: #111528;
    background: rgba(255, 255, 255, .92);
    transform: translateY(-2px) scale(1.04);
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-platform-name {
    color: var(--social-heading);
    font-size: 19px;
    line-height: 1.3;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-follower-count {
    padding: 6px 12px;
    color: var(--social-blue-dark);
    background: var(--social-blue-soft);
    font-size: 11px;
    letter-spacing: .25px;
    text-transform: uppercase;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-tagline {
    min-height: 67px;
    margin-top: 2px;
    color: var(--social-muted);
    font-size: 13px;
    line-height: 1.65;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:hover .smc-platform-name,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:focus .smc-platform-name,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:hover .smc-follower-count,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:focus .smc-follower-count {
    color: #111528;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:hover .smc-follower-count,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:focus .smc-follower-count {
    background: rgba(17, 21, 40, .12);
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:hover .smc-tagline,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:focus .smc-tagline {
    color: rgba(17, 21, 40, .76);
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-no-socials {
    grid-column: 1 / -1;
    display: grid;
    min-height: 220px;
    align-content: center;
    justify-items: center;
    padding: 36px;
    border: 1px dashed rgba(255, 255, 255, .24);
    border-radius: 21px;
    color: rgba(255, 255, 255, .74);
    background: rgba(255, 255, 255, .07);
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-no-socials::before {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 13px;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(145deg, var(--social-blue), var(--social-blue-dark));
    content: "\f1e0";
    font-family: "Font Awesome 6 Free";
    font-size: 22px;
    font-weight: 900;
    place-items: center;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-no-socials p {
    margin: 0;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .section.intro-edu {
    display: none;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:focus-visible {
    outline: 3px solid rgba(143, 215, 255, .75);
    outline-offset: 3px;
}

@media (max-width: 900px) {
    body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-main-container {
        padding: 55px 30px 34px;
    }

    body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}
@media (max-width: 590px) {
    body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-page-wrapper {
        padding: 44px 18px 65px;
    }

    body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-main-container {
        padding: 45px 18px 20px;
        border-radius: 22px;
    }

    body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-header-title {
        font-size: 38px;
    }

    body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-header-subtitle {
        margin-bottom: 32px;
        font-size: 14px;
    }

    body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-grid {
        grid-template-columns: 1fr;
    }

    body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-item-card {
        min-height: 225px;
    }

}
@media (prefers-reduced-motion: reduce) {
    body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper::before {
        animation: none;
    }

    body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper,
    body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-item-card,
    body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-icon-box {
        transition: none;
    }

}
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-page-wrapper {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-main-container {
    max-width: 1100px;
    overflow: visible;
    padding: 60px 40px;
    border: 1px solid var(--social-border);
    border-radius: 32px;
    color: var(--social-text);
    background: var(--social-surface);
    box-shadow: var(--social-shadow);
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-main-container::before,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-main-container::after {
    display: none;
    content: none;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-header-title {
    margin: 0 0 12px;
    color: var(--social-heading);
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.2;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-header-title::before {
    display: none;
    content: none;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-header-subtitle {
    max-width: 600px;
    margin: 0 auto 48px;
    color: var(--social-muted);
    font-size: 1.1rem;
    line-height: 1.6;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper {
    overflow: hidden;
    padding: 2px;
    border: 1px solid var(--social-border);
    border-radius: 20px;
    background: var(--social-surface);
    box-shadow: 0 10px 28px rgba(17, 21, 40, .07);
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:hover,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:focus {
    transform: translateY(-6px);
    border-color: rgba(42, 172, 255, .60);
    box-shadow: 0 16px 34px rgba(42, 172, 255, .14);
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-item-card {
    min-height: 0;
    justify-content: flex-start;
    padding: 32px 24px;
    border: 1px solid transparent;
    border-radius: 18px;
    color: var(--social-text);
    background: var(--social-surface);
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-icon-box {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 8px;
    border-radius: 0;
    color: var(--social-blue);
    background: transparent;
    font-size: 2.5rem;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-platform-name {
    color: var(--social-heading);
    font-size: 1.4rem;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-follower-count {
    padding: 4px 12px;
    color: var(--social-blue-dark);
    background: var(--social-blue-soft);
    font-size: .9rem;
    letter-spacing: 0;
    text-transform: none;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-tagline {
    min-height: 0;
    margin-top: 4px;
    color: var(--social-muted);
    font-size: .95rem;
    line-height: 1.6;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:hover .smc-item-card,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:focus .smc-item-card {
    background: var(--social-blue);
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:hover .smc-icon-box,
body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-card-wrapper:focus .smc-icon-box {
    color: #111528;
    background: transparent;
    transform: scale(1.1);
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-no-socials {
    min-height: 0;
    padding: 42px 24px;
    border-color: var(--social-border);
    color: var(--social-muted);
    background: var(--social-soft);
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-no-socials::before {
    display: none;
    content: none;
}

body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .section.intro-edu {
    display: block;
}

@media (max-width: 640px) {
    body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-main-container {
        padding: 40px 20px;
        border-radius: 20px;
    }

    body:where([data-pub~="social-media"], [data-pub~="social-media"] *).lms-social-page .smc-header-title {
        font-size: 1.8rem;
    }

}

/* Page: forum.php */
:where([data-pub~="forum"], [data-pub~="forum"] *).bento-forum-page,
:where([data-pub~="forum"], [data-pub~="forum"] *).bento-forum-page * {
    box-sizing: border-box;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-forum-page {
    --forum-primary: #2aacff;
    --forum-primary-dark: #168fd0;
    --forum-dark: #111528;
    --forum-page-bg: #f7f9fc;
    --forum-text: #20263a;
    --forum-heading: #111528;
    --forum-muted: #737b91;
    --forum-section-label: #a1a7b7;
    --forum-nav-text: #5c6478;
    --forum-nav-icon: #979eaf;
    --forum-icon-muted: #9ba3b5;
    --forum-tab-text: #737b8e;
    --forum-strong-text: #343a4d;
    --forum-copy-text: #687086;
    --forum-subtle-text: #969daf;
    --forum-meta-text: #8a92a5;
    --forum-attendee-text: #3c4255;
    --forum-border: #e7ebf2;
    --forum-surface: #ffffff;
    --forum-soft: #f5f8fc;
    --forum-radius: 24px;
    --forum-shadow: 0 16px 45px rgba(17, 21, 40, 0.08);
    padding: 54px 20px 70px;
    background: radial-gradient(circle at 8% 4%, rgba(42, 172, 255, 0.13), transparent 26%), radial-gradient(circle at 94% 18%, rgba(17, 21, 40, 0.08), transparent 22%), var(--forum-page-bg);
    color: var(--forum-text);
    font-family: "Lato", sans-serif;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-forum-shell {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-forum-grid {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 300px;
    grid-template-areas: "hero hero hero" "navigation composer course" "navigation thread-one lecturer" "navigation thread-two attendees";
    gap: 20px;
    align-items: start;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-panel {
    position: relative;
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--forum-border);
    border-radius: var(--forum-radius);
    background: var(--forum-surface);
    box-shadow: var(--forum-shadow);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-hero {
    grid-area: hero;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    min-height: 210px;
    padding: 38px 42px;
    border: 0;
    background: linear-gradient(120deg, rgba(42, 172, 255, 0.96), rgba(31, 139, 208, 0.93)), var(--forum-primary);
    color: #fff;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-hero::before,
:where([data-pub~="forum"], [data-pub~="forum"] *).bento-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-hero::before {
    width: 270px;
    height: 270px;
    right: -70px;
    top: -115px;
    border: 46px solid rgba(255, 255, 255, 0.11);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-hero::after {
    width: 150px;
    height: 150px;
    right: 210px;
    bottom: -100px;
    background: rgba(255, 255, 255, 0.1);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-hero-content,
:where([data-pub~="forum"], [data-pub~="forum"] *).bento-hero-stats {
    position: relative;
    z-index: 1;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-hero h1 {
    max-width: 760px;
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 900;
    line-height: 1.08;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.75;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(105px, 1fr));
    gap: 12px;
    flex: 0 0 250px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).hero-stat {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(8px);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).hero-stat strong,
:where([data-pub~="forum"], [data-pub~="forum"] *).hero-stat span {
    display: block;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).hero-stat strong {
    margin-bottom: 4px;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).hero-stat span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 700;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-navigation {
    grid-area: navigation;
    position: sticky;
    top: 20px;
    padding: 24px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).community-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--forum-border);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).community-brand-icon {
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--forum-dark), #27304f);
    color: #fff;
    font-size: 18px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).community-brand strong,
:where([data-pub~="forum"], [data-pub~="forum"] *).community-brand span {
    display: block;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).community-brand strong {
    overflow: hidden;
    color: var(--forum-heading);
    font-size: 15px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).community-brand span {
    margin-top: 3px;
    color: var(--forum-muted);
    font-size: 12px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-section-label {
    margin: 0 0 10px;
    color: var(--forum-section-label);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-menu {
    display: grid;
    gap: 7px;
    margin-bottom: 26px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-menu a,
:where([data-pub~="forum"], [data-pub~="forum"] *).course-link {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 45px;
    padding: 11px 13px;
    border-radius: 13px;
    color: var(--forum-nav-text);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s ease;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-menu a i {
    width: 17px;
    color: var(--forum-nav-icon);
    text-align: center;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-menu a:hover,
:where([data-pub~="forum"], [data-pub~="forum"] *).bento-menu a.active,
:where([data-pub~="forum"], [data-pub~="forum"] *).course-link:hover,
:where([data-pub~="forum"], [data-pub~="forum"] *).course-link.active {
    background: rgba(42, 172, 255, 0.1);
    color: var(--forum-primary-dark);
    text-decoration: none;
    transform: translateX(2px);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-menu a.active i {
    color: var(--forum-primary);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).course-link {
    justify-content: space-between;
    margin-bottom: 4px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).course-link>span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).course-count {
    display: grid;
    place-items: center;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    border-radius: 9px;
    background: var(--forum-primary);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).join-class-btn {
    width: 100%;
    margin-top: 22px;
    padding: 13px 16px;
    border: 0;
    border-radius: 14px;
    background: var(--forum-dark);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    transition: 0.2s ease;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).join-class-btn:hover,
:where([data-pub~="forum"], [data-pub~="forum"] *).join-class-btn:focus {
    background: #252b46;
    color: #fff;
    transform: translateY(-2px);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-composer {
    grid-area: composer;
    padding: 27px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).panel-heading-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 22px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).panel-heading-row h2,
:where([data-pub~="forum"], [data-pub~="forum"] *).course-summary h3,
:where([data-pub~="forum"], [data-pub~="forum"] *).lecturer-card h3,
:where([data-pub~="forum"], [data-pub~="forum"] *).attendees-card h3 {
    margin: 0;
    color: var(--forum-heading);
    font-size: 20px;
    font-weight: 900;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).panel-heading-row p {
    margin: 6px 0 0;
    color: var(--forum-muted);
    font-size: 13px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).forum-search {
    position: relative;
    flex: 0 1 260px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).forum-search i {
    position: absolute;
    top: 50%;
    left: 15px;
    color: var(--forum-icon-muted);
    transform: translateY(-50%);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).forum-search input,
:where([data-pub~="forum"], [data-pub~="forum"] *).thread-composer input {
    width: 100%;
    height: 48px;
    border: 1px solid var(--forum-border);
    border-radius: 15px;
    outline: 0;
    background: var(--forum-soft);
    color: var(--forum-text);
    font-size: 13px;
    transition: 0.2s ease;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).forum-search input {
    padding: 0 15px 0 42px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).forum-search input:focus,
:where([data-pub~="forum"], [data-pub~="forum"] *).thread-composer input:focus {
    border-color: rgba(42, 172, 255, 0.75);
    background: var(--forum-surface);
    box-shadow: 0 0 0 4px rgba(42, 172, 255, 0.1);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).forum-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-bottom: 20px;
    padding-bottom: 2px;
    scrollbar-width: none;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).forum-tabs::-webkit-scrollbar {
    display: none;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).forum-tab {
    flex: 0 0 auto;
    padding: 9px 14px;
    border: 1px solid var(--forum-border);
    border-radius: 999px;
    background: var(--forum-surface);
    color: var(--forum-tab-text);
    font-size: 12px;
    font-weight: 800;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).forum-tab.active {
    border-color: var(--forum-dark);
    background: var(--forum-dark);
    color: #fff;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-composer {
    display: flex;
    gap: 11px;
    padding: 10px;
    border: 1px solid var(--forum-border);
    border-radius: 18px;
    background: var(--forum-soft);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-composer input {
    height: 50px;
    padding: 0 15px;
    border-color: transparent;
    background: transparent;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-composer input:focus {
    border-color: transparent;
    background: var(--forum-surface);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).new-thread-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 0 0 auto;
    min-width: 126px;
    height: 50px;
    padding: 0 18px;
    border: 0;
    border-radius: 14px;
    background: var(--forum-primary);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    transition: 0.2s ease;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).new-thread-btn:hover,
:where([data-pub~="forum"], [data-pub~="forum"] *).new-thread-btn:focus {
    background: var(--forum-primary-dark);
    color: #fff;
    transform: translateY(-1px);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-thread-one {
    grid-area: thread-one;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-thread-two {
    grid-area: thread-two;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-card-modern {
    padding: 28px;
    transition: 0.25s ease;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-card-modern:hover {
    border-color: rgba(42, 172, 255, 0.35);
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(17, 21, 40, 0.11);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-topline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 20px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-title-wrap h2 {
    margin: 0 0 9px;
    color: var(--forum-heading);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.25;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(42, 172, 255, 0.1);
    color: var(--forum-primary-dark);
    font-size: 11px;
    font-weight: 900;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-more {
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--forum-border);
    border-radius: 12px;
    background: var(--forum-surface);
    color: var(--forum-icon-muted);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-user-modern {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 18px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-user-modern img {
    width: 42px;
    height: 42px;
    border: 3px solid var(--forum-surface);
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(17, 21, 40, 0.12);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-user-modern strong,
:where([data-pub~="forum"], [data-pub~="forum"] *).thread-user-modern span {
    display: block;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-user-modern strong {
    color: var(--forum-strong-text);
    font-size: 13px;
    font-weight: 900;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-user-modern span {
    margin-top: 3px;
    color: var(--forum-subtle-text);
    font-size: 11px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-copy {
    margin: 0;
    color: var(--forum-copy-text);
    font-size: 14px;
    line-height: 1.8;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 23px;
    padding-top: 20px;
    border-top: 1px solid var(--forum-border);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--forum-meta-text);
    font-size: 12px;
    font-weight: 700;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).thread-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).response-btn {
    padding: 10px 15px;
    border: 0;
    border-radius: 12px;
    background: rgba(42, 172, 255, 0.1);
    color: var(--forum-primary-dark);
    font-size: 12px;
    font-weight: 900;
    transition: 0.2s ease;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).response-btn:hover,
:where([data-pub~="forum"], [data-pub~="forum"] *).response-btn:focus {
    background: var(--forum-primary);
    color: #fff;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).course-summary {
    grid-area: course;
    padding: 26px;
    background: linear-gradient(145deg, #111528, #232b49);
    color: #fff;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).course-summary h3 {
    color: #fff;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).course-summary p {
    margin: 8px 0 22px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).course-progress-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    font-weight: 800;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).course-progress-track {
    height: 8px;
    overflow: hidden;
    margin-bottom: 23px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).course-progress-value {
    width: 68%;
    height: 100%;
    border-radius: inherit;
    background: var(--forum-primary);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).course-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).course-mini-stat {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.07);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).course-mini-stat strong,
:where([data-pub~="forum"], [data-pub~="forum"] *).course-mini-stat span {
    display: block;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).course-mini-stat strong {
    margin-bottom: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).course-mini-stat span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).lecturer-card {
    grid-area: lecturer;
    padding: 26px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).lecturer-profile {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    padding: 15px;
    border-radius: 18px;
    background: var(--forum-soft);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).lecturer-profile img {
    width: 60px;
    height: 60px;
    border-radius: 17px;
    object-fit: cover;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).lecturer-profile strong,
:where([data-pub~="forum"], [data-pub~="forum"] *).lecturer-profile span {
    display: block;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).lecturer-profile strong {
    margin-bottom: 5px;
    color: var(--forum-heading);
    font-size: 14px;
    font-weight: 900;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).lecturer-profile span {
    color: var(--forum-muted);
    font-size: 11px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).message-lecturer-btn {
    width: 100%;
    margin-top: 13px;
    padding: 11px 14px;
    border: 1px solid rgba(42, 172, 255, 0.28);
    border-radius: 13px;
    background: rgba(42, 172, 255, 0.08);
    color: var(--forum-primary-dark);
    font-size: 12px;
    font-weight: 900;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).attendees-card {
    grid-area: attendees;
    padding: 26px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).attendees-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).attendees-head a {
    color: var(--forum-primary-dark);
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).attendee-list {
    display: grid;
    gap: 10px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).attendee-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 10px;
    border-radius: 14px;
    transition: 0.2s ease;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).attendee-item:hover {
    background: var(--forum-soft);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).attendee-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(42, 172, 255, 0.18), rgba(42, 172, 255, 0.06));
    color: var(--forum-primary-dark);
    font-size: 11px;
    font-weight: 900;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).attendee-info {
    min-width: 0;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).attendee-info strong,
:where([data-pub~="forum"], [data-pub~="forum"] *).attendee-info span {
    display: block;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).attendee-info strong {
    overflow: hidden;
    color: var(--forum-attendee-text);
    font-size: 12px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).attendee-info span {
    margin-top: 2px;
    color: var(--forum-subtle-text);
    font-size: 10px;
}

:where([data-pub~="forum"], [data-pub~="forum"] *).online-dot {
    width: 8px;
    height: 8px;
    margin-left: auto;
    border: 2px solid rgba(54, 194, 125, 0.16);
    border-radius: 50%;
    background: #36c27d;
}

html:where([data-pub~="forum"], [data-pub~="forum"] *)[data-theme="dark"] .bento-forum-page,
body:where([data-pub~="forum"], [data-pub~="forum"] *)[data-theme="dark"] .bento-forum-page,
body:where([data-pub~="forum"], [data-pub~="forum"] *).dark-mode .bento-forum-page,
body:where([data-pub~="forum"], [data-pub~="forum"] *).dark .bento-forum-page,
body:where([data-pub~="forum"], [data-pub~="forum"] *).dark-theme .bento-forum-page {
    --forum-page-bg: #0c1020;
    --forum-text: #e7ebf4;
    --forum-heading: #f4f7fb;
    --forum-muted: #aab3c5;
    --forum-section-label: #808aa0;
    --forum-nav-text: #b8c0d1;
    --forum-nav-icon: #8f99af;
    --forum-icon-muted: #8f99af;
    --forum-tab-text: #b3bccd;
    --forum-strong-text: #e1e6f0;
    --forum-copy-text: #bdc5d5;
    --forum-subtle-text: #929caf;
    --forum-meta-text: #9ba5b8;
    --forum-attendee-text: #dfe5ef;
    --forum-border: rgba(255, 255, 255, 0.11);
    --forum-surface: #181d31;
    --forum-soft: #111528;
    --forum-shadow: 0 16px 45px rgba(0, 0, 0, 0.28);
    background: radial-gradient(circle at 8% 4%, rgba(42, 172, 255, 0.14), transparent 26%), radial-gradient(circle at 94% 18%, rgba(42, 172, 255, 0.06), transparent 22%), var(--forum-page-bg);
}


/* Page: faq.php */
:where([data-pub~="faq"], [data-pub~="faq"] *):root {
    --primary-dark: #111528;
    --white: #ffffff;
    --accent: #2aacff;
    --page-bg: #f5f8fc;
    --surface: #ffffff;
    --surface-soft: #f7f9fc;
    --text-main: #111528;
    --text-muted: #6b7280;
    --border: #e5e7eb;
    --hero-text: #ffffff;
    --hero-text-muted: rgba(255, 255, 255, 0.78);
    --button-text: #ffffff;
    --input-placeholder: #9ca3af;
    --shadow: 0 18px 45px rgba(17, 21, 40, 0.10);
    --shadow-soft: 0 10px 28px rgba(17, 21, 40, 0.08);
    --radius-lg: 24px;
    --radius-md: 16px;
    --radius-sm: 12px;
}

*:where([data-pub~="faq"], [data-pub~="faq"] *) {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body:where([data-pub~="faq"], [data-pub~="faq"] *) {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: var(--page-bg);
    color: var(--text-main);
    line-height: 1.6;
}

a:where([data-pub~="faq"], [data-pub~="faq"] *) {
    text-decoration: none;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-page {
    min-height: 100vh;
    color: var(--text-main);
    background: var(--page-bg);
    overflow-x: hidden;
    transition: background-color 0.3s ease, color 0.3s ease;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-hero {
    position: relative;
    background: radial-gradient(circle at 15% 20%, rgba(42, 172, 255, 0.30), transparent 32%), radial-gradient(circle at 85% 15%, rgba(42, 172, 255, 0.16), transparent 30%), linear-gradient(135deg, var(--primary-dark) 0%, #171d36 60%, #111528 100%);
    color: var(--hero-text);
    padding: 90px 20px 115px;
    overflow: hidden;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-hero::before,
:where([data-pub~="faq"], [data-pub~="faq"] *).faq-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-hero::before {
    width: 260px;
    height: 260px;
    right: -90px;
    top: 70px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-hero::after {
    width: 170px;
    height: 170px;
    left: -55px;
    bottom: -45px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 18px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
    backdrop-filter: blur(10px);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).hero-badge i {
    color: var(--accent);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-hero h1 {
    font-size: clamp(36px, 6vw, 64px);
    line-height: 1.08;
    letter-spacing: -1.6px;
    margin-bottom: 18px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-hero p {
    max-width: 720px;
    margin: 0 auto 34px;
    color: var(--hero-text-muted);
    font-size: 18px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-search-wrap {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-search-box {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--surface);
    border-radius: 999px;
    padding: 8px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-search-box i {
    position: absolute;
    left: 28px;
    color: var(--accent);
    font-size: 18px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-search-box input {
    width: 100%;
    border: none;
    outline: none;
    padding: 18px 140px 18px 55px;
    border-radius: 999px;
    font-size: 16px;
    color: var(--text-main);
    background: transparent;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-search-box input::placeholder {
    color: var(--input-placeholder);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-search-box button {
    position: absolute;
    right: 8px;
    border: none;
    outline: none;
    background: var(--accent);
    color: var(--button-text);
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s ease;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-search-box button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(42, 172, 255, 0.35);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-container {
    max-width: 1180px;
    margin: -60px auto 0;
    padding: 0 20px 80px;
    position: relative;
    z-index: 4;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-top-card {
    background: var(--surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    padding: 26px;
    margin-bottom: 26px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-category-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-category-title h2 {
    font-size: 22px;
    color: var(--text-main);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-category-title span {
    color: var(--text-muted);
    font-size: 14px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).category-btn {
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-main);
    border-radius: var(--radius-md);
    padding: 16px 12px;
    cursor: pointer;
    transition: 0.25s ease;
    text-align: center;
    font-weight: 700;
    min-height: 94px;
    position: relative;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).category-btn i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto 9px;
    border-radius: 12px;
    background: rgba(42, 172, 255, 0.11);
    color: var(--accent);
    font-size: 16px;
    transition: 0.25s ease;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).category-btn:hover,
:where([data-pub~="faq"], [data-pub~="faq"] *).category-btn.active {
    border-color: var(--accent);
    background: linear-gradient(135deg, var(--primary-dark), #17203f);
    color: var(--hero-text);
    transform: translateY(-3px);
    box-shadow: var(--shadow-soft);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).category-btn:hover i,
:where([data-pub~="faq"], [data-pub~="faq"] *).category-btn.active i {
    background: rgba(255, 255, 255, 0.13);
    color: var(--hero-text);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-content-grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-sidebar {
    position: sticky;
    top: 24px;
    background: var(--surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    padding: 24px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-sidebar h3 {
    color: var(--text-main);
    font-size: 18px;
    margin-bottom: 14px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).quick-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).quick-links button {
    width: 100%;
    border: none;
    background: var(--surface-soft);
    color: var(--text-muted);
    border-radius: 12px;
    padding: 12px 14px;
    text-align: left;
    cursor: pointer;
    transition: 0.25s ease;
    font-weight: 600;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).quick-links button:hover,
:where([data-pub~="faq"], [data-pub~="faq"] *).quick-links button.active {
    background: rgba(42, 172, 255, 0.12);
    color: var(--text-main);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).mini-support {
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(42, 172, 255, 0.12), rgba(17, 21, 40, 0.06));
    padding: 18px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).mini-support .support-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--accent);
    color: var(--button-text);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).mini-support h4 {
    color: var(--text-main);
    margin-bottom: 6px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).mini-support p {
    color: var(--text-muted);
    font-size: 14px;
    margin-bottom: 14px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).mini-support a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    font-weight: 800;
    font-size: 14px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-list-panel {
    background: var(--surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    padding: 30px;
    min-height: 520px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-section-heading {
    margin-bottom: 24px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-section-heading small {
    color: var(--accent);
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-section-heading h2 {
    color: var(--text-main);
    font-size: 30px;
    margin-top: 4px;
    margin-bottom: 8px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-section-heading p {
    color: var(--text-muted);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-item {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    margin-bottom: 14px;
    overflow: hidden;
    background: var(--surface);
    transition: 0.25s ease;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-item:hover {
    border-color: rgba(42, 172, 255, 0.45);
    box-shadow: 0 12px 26px rgba(17, 21, 40, 0.06);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-question {
    width: 100%;
    border: none;
    background: var(--surface);
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    color: var(--text-main);
    font-size: 16px;
    font-weight: 800;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-question span {
    display: flex;
    align-items: center;
    gap: 12px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-question span i {
    color: var(--accent);
    width: 22px;
    text-align: center;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-question .toggle-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(42, 172, 255, 0.10);
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: 0.25s ease;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-item.active .toggle-icon {
    background: var(--accent);
    color: var(--button-text);
    transform: rotate(45deg);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-answer-inner {
    padding: 0 22px 22px 56px;
    color: var(--text-muted);
    font-size: 15px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-answer-inner strong {
    color: var(--text-main);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).empty-state {
    display: none;
    text-align: center;
    padding: 55px 20px;
    color: var(--text-muted);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).empty-state i {
    width: 64px;
    height: 64px;
    border-radius: 22px;
    background: rgba(42, 172, 255, 0.12);
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).empty-state h3 {
    color: var(--text-main);
    margin-bottom: 6px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).support-card {
    margin-top: 30px;
    background: radial-gradient(circle at 12% 20%, rgba(42, 172, 255, 0.25), transparent 30%), linear-gradient(135deg, var(--primary-dark), #171d36);
    color: var(--hero-text);
    border-radius: var(--radius-lg);
    padding: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).support-card::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -70px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).support-card-content {
    position: relative;
    z-index: 2;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).support-card h2 {
    font-size: 28px;
    margin-bottom: 8px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).support-card p {
    color: rgba(255, 255, 255, 0.75);
    max-width: 620px;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).support-actions {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).support-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 20px;
    border-radius: 999px;
    font-weight: 800;
    transition: 0.25s ease;
    white-space: nowrap;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).support-btn.primary {
    background: var(--accent);
    color: var(--button-text);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).support-btn.secondary {
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: var(--hero-text);
    background: rgba(255, 255, 255, 0.08);
}

html:where([data-pub~="faq"], [data-pub~="faq"] *)[data-theme="dark"] .faq-page,
body:where([data-pub~="faq"], [data-pub~="faq"] *)[data-theme="dark"] .faq-page,
body:where([data-pub~="faq"], [data-pub~="faq"] *).dark-mode .faq-page,
body:where([data-pub~="faq"], [data-pub~="faq"] *).dark .faq-page,
body:where([data-pub~="faq"], [data-pub~="faq"] *).dark-theme .faq-page {
    --page-bg: #0c1020;
    --surface: #181d31;
    --surface-soft: #111528;
    --text-main: #f4f7fb;
    --text-muted: #aab3c5;
    --border: rgba(255, 255, 255, 0.11);
    --input-placeholder: #7f8aa3;
    --shadow: 0 18px 45px rgba(0, 0, 0, 0.30);
    --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.24);
}


/* Page: gallery.php */
:where([data-pub~="gallery"], [data-pub~="gallery"] *):root {
    --gallery-page-bg: #f5f8fc;
    --gallery-surface: #ffffff;
    --gallery-text: #333333;
    --gallery-muted: #666666;
    --gallery-tab-bg: #f5f5f5;
    --gallery-tab-hover: #e8e8e8;
    --gallery-divider: #e0e0e0;
    --gallery-placeholder: #eeeeee;
    --gallery-empty-text: #777777;
    --gallery-empty-border: #dddddd;
    --gallery-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
    --gallery-item-shadow: 0 5px 18px rgba(0, 0, 0, 0.14);
    --gallery-item-hover-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

body:where([data-pub~="gallery"], [data-pub~="gallery"] *) {
    background: var(--gallery-page-bg);
    color: var(--gallery-text);
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: var(--gallery-surface);
    color: var(--gallery-text);
    border-radius: 20px;
    padding: 40px;
    box-shadow: var(--gallery-shadow);
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__title {
    font-size: 2.5rem;
    color: var(--gallery-text);
    margin: 0 0 30px;
    font-weight: 600;
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__tabs-container {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    border-bottom: 2px solid var(--gallery-divider);
    padding-bottom: 10px;
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__tab-button {
    padding: 12px 24px;
    background: var(--gallery-tab-bg);
    border: none;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    font-size: 1rem;
    color: var(--gallery-muted);
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__tab-button:hover {
    background: var(--gallery-tab-hover);
    color: var(--gallery-text);
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__tab-button--active {
    background: #2aacff;
    color: #ffffff;
    transform: translateY(-2px);
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    background: var(--gallery-placeholder);
    box-shadow: var(--gallery-item-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__item:hover {
    transform: translateY(-6px);
    box-shadow: var(--gallery-item-hover-shadow);
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__item-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.35s ease;
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__item:hover .photogallery__item-image {
    transform: scale(1.04);
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__item--hidden {
    display: none !important;
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__category-tag {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 12px;
    background: #2aacff;
    color: #ffffff;
    padding: 6px 13px;
    border-radius: 20px;
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__text-overlay {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 52px;
    padding: 8px 14px;
    background: rgba(0, 0, 0, 0.38);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__text-heading {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__empty {
    padding: 60px 20px;
    text-align: center;
    color: var(--gallery-empty-text);
    border: 2px dashed var(--gallery-empty-border);
    border-radius: 12px;
}

html:where([data-pub~="gallery"], [data-pub~="gallery"] *)[data-theme="dark"] .photogallery__wrapper,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *)[data-theme="dark"] .photogallery__wrapper,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark-mode .photogallery__wrapper,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark .photogallery__wrapper,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark-theme .photogallery__wrapper {
    --gallery-page-bg: #0c1020;
    --gallery-surface: #181d31;
    --gallery-text: #f4f7fb;
    --gallery-muted: #aab3c5;
    --gallery-tab-bg: #111528;
    --gallery-tab-hover: #202842;
    --gallery-divider: rgba(255, 255, 255, 0.11);
    --gallery-placeholder: #111528;
    --gallery-empty-text: #aab3c5;
    --gallery-empty-border: rgba(255, 255, 255, 0.15);
    --gallery-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
    --gallery-item-shadow: 0 5px 18px rgba(0, 0, 0, 0.28);
    --gallery-item-hover-shadow: 0 12px 28px rgba(0, 0, 0, 0.40);
}

html:where([data-pub~="gallery"], [data-pub~="gallery"] *)[data-theme="dark"] body,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *)[data-theme="dark"],
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark-mode,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark-theme,
html:where([data-pub~="gallery"], [data-pub~="gallery"] *)[data-theme="dark"] #wrapper-content,
html:where([data-pub~="gallery"], [data-pub~="gallery"] *)[data-theme="dark"] #page-wrapper,
html:where([data-pub~="gallery"], [data-pub~="gallery"] *)[data-theme="dark"] .main-content,
html:where([data-pub~="gallery"], [data-pub~="gallery"] *)[data-theme="dark"] .main-content>.content,
html:where([data-pub~="gallery"], [data-pub~="gallery"] *)[data-theme="dark"] .section.intro-edu,
html:where([data-pub~="gallery"], [data-pub~="gallery"] *)[data-theme="dark"] .intro-edu-wrapper,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *)[data-theme="dark"] #wrapper-content,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *)[data-theme="dark"] #page-wrapper,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *)[data-theme="dark"] .main-content,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *)[data-theme="dark"] .main-content>.content,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *)[data-theme="dark"] .section.intro-edu,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *)[data-theme="dark"] .intro-edu-wrapper,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark-mode #wrapper-content,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark-mode #page-wrapper,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark-mode .main-content,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark-mode .main-content>.content,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark-mode .section.intro-edu,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark-mode .intro-edu-wrapper,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark #wrapper-content,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark #page-wrapper,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark .main-content,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark .main-content>.content,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark .section.intro-edu,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark .intro-edu-wrapper,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark-theme #wrapper-content,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark-theme #page-wrapper,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark-theme .main-content,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark-theme .main-content>.content,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark-theme .section.intro-edu,
body:where([data-pub~="gallery"], [data-pub~="gallery"] *).dark-theme .intro-edu-wrapper {
    background-color: #0c1020;
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__wrapper,
:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__title,
:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__tabs-container,
:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__tab-button,
:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__item,
:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__empty {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__lightbox {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 90px 24px 30px;
    background: rgba(0, 0, 0, 0.92);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__lightbox--active {
    display: flex;
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__lightbox-image {
    max-width: min(1100px, 92vw);
    max-height: 76vh;
    object-fit: contain;
    border-radius: 8px;
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__lightbox-close {
    position: absolute;
    top: 24px;
    right: 28px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__lightbox-close:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: rotate(90deg);
}

:where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__lightbox-caption {
    max-width: 900px;
    margin-top: 16px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

@media (max-width: 768px) {
    :where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__wrapper {
        padding: 20px;
        border-radius: 14px;
    }

    :where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__title {
        font-size: 2rem;
    }

    :where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__grid {
        grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
        gap: 15px;
    }

    :where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__tab-button {
        padding: 10px 16px;
        font-size: 0.9rem;
    }

    :where([data-pub~="gallery"], [data-pub~="gallery"] *).photogallery__text-heading {
        font-size: 1.25rem;
    }

}

/* Page: handbook.php */
:where([data-pub~="handbook"], [data-pub~="handbook"] *):root {
    --handbook-page-bg: #f5f8fc;
    --handbook-surface: #ffffff;
    --handbook-surface-soft: #f7f9fc;
    --handbook-stripe: #f9fafb;
    --handbook-row-hover: rgba(42, 172, 255, 0.07);
    --handbook-text: #111528;
    --handbook-muted: #667085;
    --handbook-border: #e5e7eb;
    --handbook-accent: #2aacff;
    --handbook-accent-hover: #138ed9;
    --handbook-button-text: #ffffff;
    --handbook-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

body:where([data-pub~="handbook"], [data-pub~="handbook"] *) {
    background: var(--handbook-page-bg);
    color: var(--handbook-text);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page {
    min-height: 60vh;
    padding: 20px 0 40px;
    color: var(--handbook-text);
    background: var(--handbook-page-bg);
    transition: background-color 0.3s ease, color 0.3s ease;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).section.nav-subscribe.manual-handbook-page {
    color: var(--handbook-text);
    background: var(--handbook-page-bg);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .handbook-card {
    margin: 20px;
    padding: 25px;
    border: 1px solid var(--handbook-border);
    border-radius: 5px;
    color: var(--handbook-text);
    background: var(--handbook-surface);
    box-shadow: var(--handbook-shadow);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .handbook-title {
    margin: 0 0 20px;
    color: var(--handbook-text);
    text-align: center;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .table-responsive {
    margin: 0;
    border-color: var(--handbook-border);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .handbook-table {
    margin-bottom: 0;
    border-color: var(--handbook-border);
    color: var(--handbook-text);
    background: var(--handbook-surface);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .handbook-table>thead>tr>th {
    padding: 13px 12px;
    border-color: var(--handbook-border);
    color: var(--handbook-text);
    background: var(--handbook-surface-soft);
    font-weight: 700;
    vertical-align: middle;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .handbook-table>tbody>tr>td {
    padding: 12px;
    border-color: var(--handbook-border);
    color: var(--handbook-text);
    background: var(--handbook-surface);
    vertical-align: middle;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .handbook-table.table-striped>tbody>tr:nth-of-type(odd)>td {
    background: var(--handbook-stripe);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .handbook-no-file {
    color: var(--handbook-muted);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .btn.btn-info.btn-sm.sm.round-btn {
    border: 1px solid var(--handbook-accent);
    border-radius: 25px;
    color: var(--handbook-button-text);
    background: var(--handbook-accent);
    text-transform: capitalize;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .handbook-empty-row td {
    color: var(--handbook-muted);
    text-align: center;
}

html:where([data-pub~="handbook"], [data-pub~="handbook"] *)[data-theme="dark"] .manual-handbook-page,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *)[data-theme="dark"] .manual-handbook-page,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark-mode .manual-handbook-page,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark .manual-handbook-page,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark-theme .manual-handbook-page {
    --handbook-page-bg: #0c1020;
    --handbook-surface: #181d31;
    --handbook-surface-soft: #111528;
    --handbook-stripe: #151a2d;
    --handbook-row-hover: rgba(42, 172, 255, 0.11);
    --handbook-text: #f4f7fb;
    --handbook-muted: #aab3c5;
    --handbook-border: rgba(255, 255, 255, 0.11);
    --handbook-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

html:where([data-pub~="handbook"], [data-pub~="handbook"] *)[data-theme="dark"] body,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *)[data-theme="dark"],
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark-mode,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark-theme,
html:where([data-pub~="handbook"], [data-pub~="handbook"] *)[data-theme="dark"] #wrapper-content,
html:where([data-pub~="handbook"], [data-pub~="handbook"] *)[data-theme="dark"] #page-wrapper,
html:where([data-pub~="handbook"], [data-pub~="handbook"] *)[data-theme="dark"] .main-content,
html:where([data-pub~="handbook"], [data-pub~="handbook"] *)[data-theme="dark"] .main-content>.content,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *)[data-theme="dark"] #wrapper-content,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *)[data-theme="dark"] #page-wrapper,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *)[data-theme="dark"] .main-content,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *)[data-theme="dark"] .main-content>.content,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark-mode #wrapper-content,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark-mode #page-wrapper,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark-mode .main-content,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark-mode .main-content>.content,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark #wrapper-content,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark #page-wrapper,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark .main-content,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark .main-content>.content,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark-theme #wrapper-content,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark-theme #page-wrapper,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark-theme .main-content,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark-theme .main-content>.content {
    background-color: #0c1020;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .handbook-card,
:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .handbook-title,
:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .table-responsive,
:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .handbook-table,
:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .handbook-table>thead>tr>th,
:where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .handbook-table>tbody>tr>td {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 767px) {
    :where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page {
        padding-top: 10px;
    }

    :where([data-pub~="handbook"], [data-pub~="handbook"] *).manual-handbook-page .handbook-card {
        margin: 12px;
        padding: 18px;
    }

}
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page {
    --handbook-page-bg: #f3f6fb;
    --handbook-surface: #ffffff;
    --handbook-surface-soft: #f6f8fc;
    --handbook-stripe: #fbfcfe;
    --handbook-text: #111528;
    --handbook-muted: #748098;
    --handbook-border: #e5ebf4;
    --handbook-accent: #2aacff;
    --handbook-accent-hover: #1198ed;
    --handbook-shadow: 0 18px 48px rgba(17, 21, 40, 0.065);
    --handbook-blue-soft: #edf8ff;
    margin: 0;
    color: var(--handbook-text);
    background: var(--handbook-page-bg);
    font-family: "Lato", sans-serif;
}

html:where([data-pub~="handbook"], [data-pub~="handbook"] *)[data-theme="dark"] body.hb-page,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page[data-theme="dark"],
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page.dark,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page.dark-mode,
body:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page.dark-theme,
html:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark body.hb-page,
html:where([data-pub~="handbook"], [data-pub~="handbook"] *).dark-mode body.hb-page {
    --handbook-page-bg: #0b1020;
    --handbook-surface: #151b2f;
    --handbook-surface-soft: #1b233a;
    --handbook-stripe: #171e32;
    --handbook-row-hover: rgba(42, 172, 255, 0.11);
    --handbook-text: #f3f6ff;
    --handbook-muted: #a0abc2;
    --handbook-border: #273149;
    --handbook-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
    --handbook-blue-soft: #13283c;
    color-scheme: dark;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page #wrapper-content,
:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page #page-wrapper,
:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .main-content,
:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .main-content>.content {
    background-color: var(--handbook-page-bg) !important;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page {
    position: relative;
    min-height: 72vh;
    padding: 148px 24px 84px;
    overflow: hidden;
    color: var(--handbook-text);
    background: var(--handbook-page-bg) !important;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page::before,
:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page::after {
    position: absolute;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    pointer-events: none;
    content: "";
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page::before {
    top: 64px;
    right: -168px;
    background: radial-gradient(circle, rgba(42, 172, 255, 0.14), transparent 70%);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page::after {
    bottom: 24px;
    left: -177px;
    background: radial-gradient(circle, rgba(42, 172, 255, 0.09), transparent 70%);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .handbook-bento-shell {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(1240px, 100%);
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 22px;
    margin: 0 auto;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-hero {
    position: relative;
    display: flex;
    min-height: 242px;
    grid-column: span 8;
    flex-direction: column;
    justify-content: center;
    padding: 37px 41px;
    overflow: hidden;
    border: 1px solid rgba(42, 172, 255, 0.15);
    border-radius: 26px;
    background: linear-gradient(135deg, #111528 0%, #172441 62%, #193552 100%);
    box-shadow: var(--handbook-shadow);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-hero::after {
    position: absolute;
    top: -84px;
    right: -47px;
    width: 236px;
    height: 236px;
    border: 42px solid rgba(42, 172, 255, 0.11);
    border-radius: 50%;
    pointer-events: none;
    content: "";
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-eyebrow {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: var(--handbook-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-hero-title {
    position: relative;
    z-index: 1;
    margin: 0 0 11px;
    color: #ffffff;
    font-size: clamp(38px, 4.5vw, 56px);
    font-weight: 900;
    letter-spacing: -1.25px;
    line-height: 1.09;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-hero-description {
    position: relative;
    z-index: 1;
    max-width: 555px;
    margin: 0;
    color: rgba(255, 255, 255, 0.79);
    font-size: 15px;
    line-height: 1.72;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-stat-grid {
    display: grid;
    grid-column: span 4;
    gap: 16px;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-stat-card {
    display: flex;
    min-height: 112px;
    align-items: center;
    gap: 15px;
    padding: 19px 21px;
    border: 1px solid var(--handbook-border);
    border-radius: 21px;
    background: var(--handbook-surface);
    box-shadow: var(--handbook-shadow);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-stat-icon,
:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-document-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: var(--handbook-accent);
    background: var(--handbook-blue-soft);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-stat-icon {
    width: 49px;
    height: 49px;
    border-radius: 15px;
    font-size: 19px;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-stat-copy {
    min-width: 0;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-stat-value {
    display: block;
    margin-bottom: 5px;
    color: var(--handbook-text);
    font-size: 29px;
    font-weight: 900;
    line-height: 1;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-stat-label {
    display: block;
    color: var(--handbook-muted);
    font-size: 12px;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page .handbook-card {
    grid-column: 1 / -1;
    min-width: 0;
    margin: 0;
    padding: 29px;
    border: 1px solid var(--handbook-border);
    border-radius: 25px;
    background: var(--handbook-surface);
    box-shadow: var(--handbook-shadow);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-table-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 22px;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page .handbook-title {
    margin: 0 0 5px;
    color: var(--handbook-text);
    font-size: 22px;
    font-weight: 900;
    text-align: left;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-table-description {
    margin: 0;
    color: var(--handbook-muted);
    font-size: 13px;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-table-count {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid var(--handbook-border);
    border-radius: 999px;
    color: var(--handbook-accent);
    background: var(--handbook-blue-soft);
    font-size: 11px;
    font-weight: 900;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page .table-responsive {
    overflow-x: auto;
    border: 1px solid var(--handbook-border);
    border-radius: 17px;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page .handbook-table {
    min-width: 660px;
    margin: 0;
    border: 0;
    background: var(--handbook-surface);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page .handbook-table>thead>tr>th {
    padding: 15px 16px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--handbook-border);
    border-left: 0;
    color: var(--handbook-muted);
    background: var(--handbook-surface-soft);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    white-space: nowrap;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page .handbook-table>tbody>tr>td {
    padding: 15px 16px;
    border-top: 1px solid var(--handbook-border);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    color: var(--handbook-text);
    background: var(--handbook-surface);
    font-size: 13px;
    vertical-align: middle;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page .handbook-table.table-striped>tbody>tr:nth-of-type(odd)>td {
    background: var(--handbook-stripe);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page .handbook-table>tbody>tr:hover>td {
    background: var(--handbook-row-hover);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-id-badge {
    display: inline-flex;
    min-width: 37px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    border: 1px solid var(--handbook-border);
    border-radius: 10px;
    color: var(--handbook-muted);
    background: var(--handbook-surface-soft);
    font-size: 12px;
    font-weight: 700;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-document-cell {
    display: flex;
    min-width: 205px;
    align-items: center;
    gap: 11px;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-document-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    font-size: 15px;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-document-title {
    color: var(--handbook-text);
    font-size: 13px;
    font-weight: 900;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-document-description {
    max-width: 420px;
    color: var(--handbook-muted);
    line-height: 1.65;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page .btn.btn-info.btn-sm.sm.round-btn {
    display: inline-flex;
    min-height: 37px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 13px;
    border: 1px solid var(--handbook-accent);
    border-radius: 11px;
    color: #ffffff;
    background: var(--handbook-accent);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page .btn.btn-info.btn-sm.sm.round-btn:hover,
:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page .btn.btn-info.btn-sm.sm.round-btn:focus {
    border-color: var(--handbook-accent-hover);
    color: #ffffff;
    background: var(--handbook-accent-hover);
    text-decoration: none;
    transform: translateY(-1px);
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page .btn.btn-info.btn-sm.sm.round-btn:focus-visible {
    outline: 3px solid rgba(42, 172, 255, 0.42);
    outline-offset: 3px;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .handbook-no-file {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--handbook-muted);
    font-size: 12px;
}

:where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page .handbook-empty-row td {
    padding: 31px 16px;
    color: var(--handbook-muted);
    text-align: center;
}

@media (max-width: 992px) {
    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-hero {
        grid-column: 1 / -1;
    }

    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-stat-grid {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}
@media (max-width: 767px) {
    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page {
        padding: 119px 15px 61px;
    }

    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .handbook-bento-shell {
        gap: 16px;
    }

    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-hero {
        min-height: 210px;
        padding: 27px 24px;
        border-radius: 22px;
    }

    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-hero-title {
        font-size: 39px;
    }

    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-stat-grid {
        gap: 11px;
    }

    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-stat-card {
        min-height: 96px;
        gap: 10px;
        padding: 14px 12px;
        border-radius: 17px;
    }

    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-stat-icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        font-size: 16px;
    }

    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-stat-value {
        font-size: 24px;
    }

    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-stat-label {
        font-size: 11px;
    }

    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page .handbook-card {
        padding: 19px 15px;
        border-radius: 21px;
    }

    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-table-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page .handbook-title {
        font-size: 20px;
    }

}
@media (max-width: 420px) {
    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-stat-grid {
        grid-template-columns: 1fr;
    }

    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .hb-hero-title {
        font-size: 34px;
    }

}
@media (prefers-reduced-motion: reduce) {
    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page *,
    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page *::before,
    :where([data-pub~="handbook"], [data-pub~="handbook"] *).hb-page .manual-handbook-page *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

}

/* Page: vision.php */
:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-wrapper {
    font-family: 'Lato', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(180deg, #f8fafc 0%, #eef6fb 100%);
    padding: 90px 20px;
    margin: 0;
    position: relative;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-wrapper::before,
:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-wrapper::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(42, 172, 255, 0.12);
    filter: blur(4px);
    z-index: 0;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-wrapper::before {
    top: -160px;
    left: -130px;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-wrapper::after {
    right: -170px;
    bottom: -170px;
    background: rgba(30, 58, 138, 0.10);
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-header {
    text-align: center;
    margin-bottom: 58px;
    animation: menaFadeInDown 0.8s ease forwards;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(42, 172, 255, 0.12);
    color: #0369a1;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-logo-text {
    font-size: 42px;
    font-weight: 900;
    color: #1e3a8a;
    letter-spacing: 3px;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.2;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-logo-subtext {
    font-size: 16px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 8px;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-units-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-unit {
    display: flex;
    align-items: center;
    width: 100%;
    opacity: 0;
    transform: translateY(30px);
    animation: menaSlideUpFade 0.8s ease forwards;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-unit:nth-child(1) {
    animation-delay: 0.15s;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-unit:nth-child(2) {
    animation-delay: 0.30s;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-unit:nth-child(3) {
    animation-delay: 0.45s;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-visual-card {
    flex: 0 0 270px;
    min-height: 300px;
    background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
    border-radius: 28px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08);
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.75);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    overflow: hidden;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-visual-card::before {
    content: '';
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(3, 105, 161, 0.16);
    border-radius: 22px;
    pointer-events: none;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-unit:hover .mena-lms-vmv-v4-visual-card {
    transform: scale(1.035) rotate(-1.5deg);
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.12);
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-unit-label {
    font-size: 13px;
    font-weight: 900;
    color: #1e3a8a;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-photo-frame {
    width: 170px;
    height: 170px;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    padding: 8px;
    box-shadow: 0 12px 30px rgba(3, 105, 161, 0.18);
    position: relative;
    z-index: 2;
    transition: transform 0.45s ease;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-unit:hover .mena-lms-vmv-v4-photo-frame {
    transform: rotate(4deg) scale(1.04);
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-icon-badge {
    position: absolute;
    right: 26px;
    bottom: 24px;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #ffffff;
    color: #0369a1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    z-index: 3;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-content-card {
    flex: 1;
    background-color: #ffffff;
    border-radius: 28px;
    padding: 42px 52px;
    margin-left: -64px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.09);
    z-index: 2;
    min-height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #edf2f7;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-unit:hover .mena-lms-vmv-v4-content-card {
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.13);
    transform: translateX(10px);
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-card-title {
    font-size: 26px;
    font-weight: 900;
    color: #1e3a8a;
    margin: 0 0 18px;
    display: block;
    position: relative;
    line-height: 1.25;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-card-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 44px;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, #0369a1, #2aacff);
    transition: width 0.3s ease;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-unit:hover .mena-lms-vmv-v4-card-title::after {
    width: 72px;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-card-text {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    margin: 0;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-empty-text {
    color: #94a3b8;
    font-style: italic;
}

@keyframes menaFadeInDown {
    from {
    opacity: 0;
    transform: translateY(-20px);
    }
    
    to {
    opacity: 1;
    transform: translateY(0);
    }
}

@keyframes menaSlideUpFade {
    from {
    opacity: 0;
    transform: translateY(40px);
    }
    
    to {
    opacity: 1;
    transform: translateY(0);
    }
}

@media (max-width: 768px) {
    :where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-wrapper {
        padding: 65px 16px;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-logo-text {
        font-size: 30px;
        letter-spacing: 1px;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-logo-subtext {
        font-size: 13px;
        letter-spacing: 2px;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-unit {
        flex-direction: column;
        align-items: center;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-visual-card {
        flex: 0 0 auto;
        width: 86%;
        min-height: 250px;
        margin-bottom: -46px;
        padding-bottom: 60px;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-photo-frame {
        width: 145px;
        height: 145px;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-content-card {
        margin-left: 0;
        width: 100%;
        padding: 58px 26px 34px;
        min-height: auto;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-unit:hover .mena-lms-vmv-v4-content-card {
        transform: translateY(8px);
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-card-title {
        font-size: 23px;
    }

}
:where([data-pub~="vision"], [data-pub~="vision"] *):root {
    --about-dark: #111528;
    --about-blue: #2aacff;
    --about-white: #ffffff;
    --about-soft: #f5f8fb;
    --about-text: #5f6673;
    --about-border: #e8eef5;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-modern-page {
    background: #ffffff;
    overflow: hidden;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-modern-page *,
:where([data-pub~="vision"], [data-pub~="vision"] *).about-capabilities-section *,
:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-section-wrapper * {
    box-sizing: border-box;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-modern-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-section-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 42px;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-section-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--about-blue);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 12px;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-section-heading h2 {
    margin: 0 0 14px;
    color: var(--about-dark);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.2;
    font-weight: 900;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-section-heading p {
    margin: 0;
    color: var(--about-text);
    line-height: 1.8;
    font-size: 16px;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-capabilities-section {
    padding: 72px 0;
    background: var(--about-white);
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-capability-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-capability-card {
    padding: 28px 22px;
    border-radius: 22px;
    border: 1px solid var(--about-border);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    text-align: center;
    transition: all 0.25s ease;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-capability-card:hover {
    transform: translateY(-6px);
    border-color: rgba(42, 172, 255, 0.45);
    box-shadow: 0 18px 45px rgba(17, 21, 40, 0.09);
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-capability-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(42, 172, 255, 0.11);
    color: var(--about-blue);
    font-size: 24px;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-capability-card h4 {
    margin: 0 0 9px;
    color: var(--about-dark);
    font-size: 17px;
    font-weight: 900;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-capability-card p {
    margin: 0;
    color: var(--about-text);
    font-size: 14px;
    line-height: 1.65;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-section-wrapper {
    padding: 76px 0 90px;
    background: linear-gradient(180deg, #f5f8fb 0%, #ffffff 100%);
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-content-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 24px 70px rgba(17, 21, 40, 0.10);
    overflow: hidden;
    border: 1px solid var(--about-border);
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-main-grid {
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    gap: 0;
    min-height: 620px;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-left-panel {
    padding: 54px 48px;
    background: #ffffff;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-heading {
    margin: 0 0 14px;
    color: var(--about-dark);
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.22;
    font-weight: 900;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-description {
    font-size: 16px;
    color: var(--about-text);
    line-height: 1.8;
    margin-bottom: 30px;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-item {
    margin-bottom: 12px;
    border: 1px solid var(--about-border);
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.28s ease;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-item.lms-features-active {
    border-color: rgba(42, 172, 255, 0.55);
    box-shadow: 0 14px 34px rgba(42, 172, 255, 0.12);
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-header {
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.25s ease;
    position: relative;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-header:hover {
    background: #f8fbfe;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 14px;
    background: rgba(42, 172, 255, 0.11);
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-icon svg {
    width: 19px;
    height: 19px;
    fill: var(--about-blue);
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-title {
    font-size: 16px;
    font-weight: 900;
    color: var(--about-dark);
    flex: 1;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-arrow {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.28s ease, background 0.28s ease;
    background: #f3f6fa;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-arrow svg {
    width: 16px;
    height: 16px;
    fill: #6c7480;
    transition: fill 0.28s ease;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-item.lms-features-active .lms-features-accordion-arrow {
    transform: rotate(180deg);
    background: rgba(42, 172, 255, 0.12);
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-item.lms-features-active .lms-features-accordion-arrow svg {
    fill: var(--about-blue);
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.38s ease, padding 0.38s ease;
    padding: 0 22px;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-item.lms-features-active .lms-features-accordion-content {
    max-height: 320px;
    padding: 0 22px 22px 72px;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-text {
    font-size: 15px;
    color: var(--about-text);
    line-height: 1.75;
    margin: 0;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-right-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 44px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 78% 18%, rgba(42, 172, 255, 0.28), transparent 30%), linear-gradient(135deg, #111528 0%, #171d36 100%);
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-image-container {
    position: relative;
    z-index: 1;
    width: 100%;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-main-image {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
    border: 8px solid rgba(255, 255, 255, 0.08);
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-feature-mini-card {
    position: absolute;
    left: 24px;
    bottom: 24px;
    max-width: 260px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--about-dark);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-feature-mini-card strong {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 900;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).about-feature-mini-card span {
    color: var(--about-text);
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 991px) {
    :where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-main-grid {
        grid-template-columns: 1fr;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).about-capability-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-left-panel {
        padding: 42px 30px;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-right-panel {
        min-height: 470px;
    }

}
@media (max-width: 640px) {
    :where([data-pub~="vision"], [data-pub~="vision"] *).about-modern-container,
    :where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-content-container {
        width: min(100% - 24px, 1180px);
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).about-capabilities-section,
    :where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-section-wrapper {
        padding: 54px 0;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).about-capability-grid {
        grid-template-columns: 1fr;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).about-section-heading {
        margin-bottom: 30px;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).about-section-heading p,
    :where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-description {
        font-size: 15px;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-left-panel {
        padding: 32px 20px;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-header {
        padding: 15px;
        gap: 10px;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-title {
        font-size: 14px;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-item.lms-features-active .lms-features-accordion-content {
        padding: 0 15px 18px 15px;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-right-panel {
        padding: 24px;
        min-height: auto;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-main-image {
        height: 280px;
        border-radius: 20px;
    }

    :where([data-pub~="vision"], [data-pub~="vision"] *).about-feature-mini-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 16px;
        max-width: 100%;
    }

}
html:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"],
body:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"],
body:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode,
body:where([data-pub~="vision"], [data-pub~="vision"] *).dark,
body:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme {
    --about-dark: #f4f8ff;
    --about-white: #181d31;
    --about-soft: #111528;
    --about-text: #b8c2d6;
    --about-border: #303851;
    color-scheme: dark;
}

html:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"],
html:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] body,
body:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"],
body:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode,
body:where([data-pub~="vision"], [data-pub~="vision"] *).dark,
body:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme {
    background: #0c1020;
    color: #e8eef9;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] #wrapper-content,
:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] #page-wrapper,
:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .main-content,
:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .content.about-modern-page,
:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .section.nav-subscribe,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode #wrapper-content,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode #page-wrapper,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .main-content,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .content.about-modern-page,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .section.nav-subscribe,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark #wrapper-content,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark #page-wrapper,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .main-content,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .content.about-modern-page,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .section.nav-subscribe,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme #wrapper-content,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme #page-wrapper,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .main-content,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .content.about-modern-page,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .section.nav-subscribe {
    background: #0c1020;
    color: #e8eef9;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .mena-lms-vmv-v4-wrapper,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .mena-lms-vmv-v4-wrapper,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .mena-lms-vmv-v4-wrapper,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .mena-lms-vmv-v4-wrapper {
    background: linear-gradient(180deg, #0c1020 0%, #11172a 100%);
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .mena-lms-vmv-v4-wrapper::before,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .mena-lms-vmv-v4-wrapper::before,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .mena-lms-vmv-v4-wrapper::before,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .mena-lms-vmv-v4-wrapper::before {
    background: rgba(42, 172, 255, 0.13);
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .mena-lms-vmv-v4-wrapper::after,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .mena-lms-vmv-v4-wrapper::after,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .mena-lms-vmv-v4-wrapper::after,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .mena-lms-vmv-v4-wrapper::after {
    background: rgba(56, 101, 214, 0.14);
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .mena-lms-vmv-v4-eyebrow,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .mena-lms-vmv-v4-eyebrow,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .mena-lms-vmv-v4-eyebrow,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .mena-lms-vmv-v4-eyebrow {
    background: rgba(42, 172, 255, 0.16);
    color: #7dd3fc;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .mena-lms-vmv-v4-logo-text,
:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .mena-lms-vmv-v4-card-title,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .mena-lms-vmv-v4-logo-text,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .mena-lms-vmv-v4-card-title,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .mena-lms-vmv-v4-logo-text,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .mena-lms-vmv-v4-card-title,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .mena-lms-vmv-v4-logo-text,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .mena-lms-vmv-v4-card-title {
    color: #dbeafe;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .mena-lms-vmv-v4-logo-subtext,
:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .mena-lms-vmv-v4-card-text,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .mena-lms-vmv-v4-logo-subtext,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .mena-lms-vmv-v4-card-text,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .mena-lms-vmv-v4-logo-subtext,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .mena-lms-vmv-v4-card-text,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .mena-lms-vmv-v4-logo-subtext,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .mena-lms-vmv-v4-card-text {
    color: #b8c2d6;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .mena-lms-vmv-v4-empty-text,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .mena-lms-vmv-v4-empty-text,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .mena-lms-vmv-v4-empty-text,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .mena-lms-vmv-v4-empty-text {
    color: #8290aa;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .mena-lms-vmv-v4-visual-card,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .mena-lms-vmv-v4-visual-card,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .mena-lms-vmv-v4-visual-card,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .mena-lms-vmv-v4-visual-card {
    background: linear-gradient(135deg, #16213b 0%, #173150 100%);
    border-color: rgba(125, 211, 252, 0.18);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.28);
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .mena-lms-vmv-v4-visual-card::before,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .mena-lms-vmv-v4-visual-card::before,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .mena-lms-vmv-v4-visual-card::before,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .mena-lms-vmv-v4-visual-card::before {
    border-color: rgba(125, 211, 252, 0.22);
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .mena-lms-vmv-v4-photo-frame,
:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .mena-lms-vmv-v4-icon-badge,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .mena-lms-vmv-v4-photo-frame,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .mena-lms-vmv-v4-icon-badge,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .mena-lms-vmv-v4-photo-frame,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .mena-lms-vmv-v4-icon-badge,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .mena-lms-vmv-v4-photo-frame,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .mena-lms-vmv-v4-icon-badge {
    background: #111528;
    color: #7dd3fc;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .mena-lms-vmv-v4-content-card,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .mena-lms-vmv-v4-content-card,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .mena-lms-vmv-v4-content-card,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .mena-lms-vmv-v4-content-card {
    background: #181d31;
    border-color: #303851;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .about-capabilities-section,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .about-capabilities-section,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .about-capabilities-section,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .about-capabilities-section {
    background: #0c1020;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .about-section-heading h2,
:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .about-capability-card h4,
:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .lms-features-heading,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .about-section-heading h2,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .about-capability-card h4,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .lms-features-heading,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .about-section-heading h2,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .about-capability-card h4,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .lms-features-heading,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .about-section-heading h2,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .about-capability-card h4,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .lms-features-heading {
    color: #f4f8ff;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .about-section-heading p,
:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .about-capability-card p,
:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .lms-features-description,
:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .lms-features-accordion-text,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .about-section-heading p,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .about-capability-card p,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .lms-features-description,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .lms-features-accordion-text,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .about-section-heading p,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .about-capability-card p,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .lms-features-description,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .lms-features-accordion-text,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .about-section-heading p,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .about-capability-card p,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .lms-features-description,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .lms-features-accordion-text {
    color: #b8c2d6;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .about-capability-card,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .about-capability-card,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .about-capability-card,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .about-capability-card {
    background: linear-gradient(180deg, #181d31 0%, #141a2d 100%);
    border-color: #303851;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .about-capability-card:hover,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .about-capability-card:hover,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .about-capability-card:hover,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .about-capability-card:hover {
    border-color: rgba(42, 172, 255, 0.55);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .about-capability-icon,
:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .lms-features-accordion-icon,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .about-capability-icon,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .lms-features-accordion-icon,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .about-capability-icon,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .lms-features-accordion-icon,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .about-capability-icon,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .lms-features-accordion-icon {
    background: rgba(42, 172, 255, 0.15);
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .lms-features-section-wrapper,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .lms-features-section-wrapper,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .lms-features-section-wrapper,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .lms-features-section-wrapper {
    background: linear-gradient(180deg, #101629 0%, #0c1020 100%);
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .lms-features-content-container,
:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .lms-features-left-panel,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .lms-features-content-container,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .lms-features-left-panel,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .lms-features-content-container,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .lms-features-left-panel,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .lms-features-content-container,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .lms-features-left-panel {
    background: #181d31;
    border-color: #303851;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .lms-features-content-container,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .lms-features-content-container,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .lms-features-content-container,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .lms-features-content-container {
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .lms-features-accordion-item,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .lms-features-accordion-item,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .lms-features-accordion-item,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .lms-features-accordion-item {
    background: #111528;
    border-color: #303851;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .lms-features-accordion-header:hover,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .lms-features-accordion-header:hover,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .lms-features-accordion-header:hover,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .lms-features-accordion-header:hover {
    background: #1d243b;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .lms-features-accordion-title,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .lms-features-accordion-title,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .lms-features-accordion-title,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .lms-features-accordion-title {
    color: #e8eef9;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .lms-features-accordion-arrow,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .lms-features-accordion-arrow,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .lms-features-accordion-arrow,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .lms-features-accordion-arrow {
    background: #252c42;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .lms-features-accordion-arrow svg,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .lms-features-accordion-arrow svg,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .lms-features-accordion-arrow svg,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .lms-features-accordion-arrow svg {
    fill: #aeb9cf;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .lms-features-right-panel,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .lms-features-right-panel,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .lms-features-right-panel,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .lms-features-right-panel {
    background: radial-gradient(circle at 78% 18%, rgba(42, 172, 255, 0.24), transparent 30%), linear-gradient(135deg, #0b0f1e 0%, #151a30 100%);
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .lms-features-main-image,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .lms-features-main-image,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .lms-features-main-image,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .lms-features-main-image {
    border-color: rgba(255, 255, 255, 0.06);
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .about-feature-mini-card,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .about-feature-mini-card,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .about-feature-mini-card,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .about-feature-mini-card {
    background: rgba(24, 29, 49, 0.96);
    color: #f4f8ff;
}

:where([data-pub~="vision"], [data-pub~="vision"] *)[data-theme="dark"] .about-feature-mini-card span,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-mode .about-feature-mini-card span,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark .about-feature-mini-card span,
:where([data-pub~="vision"], [data-pub~="vision"] *).dark-theme .about-feature-mini-card span {
    color: #b8c2d6;
}

:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-wrapper,
:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-visual-card,
:where([data-pub~="vision"], [data-pub~="vision"] *).mena-lms-vmv-v4-content-card,
:where([data-pub~="vision"], [data-pub~="vision"] *).about-modern-page,
:where([data-pub~="vision"], [data-pub~="vision"] *).about-capabilities-section,
:where([data-pub~="vision"], [data-pub~="vision"] *).about-capability-card,
:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-section-wrapper,
:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-content-container,
:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-left-panel,
:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-item,
:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-header,
:where([data-pub~="vision"], [data-pub~="vision"] *).lms-features-accordion-arrow {
    transition: background-color 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}


/* Page: Support.php */
:where([data-pub~="support"], [data-pub~="support"] *).support-page {
    --support-primary: #2aacff;
    --support-primary-dark: #138ed9;
    --support-deep: #111528;
    --support-surface: #ffffff;
    --support-surface-soft: #f4f8fc;
    --support-text: #111528;
    --support-muted: #667085;
    --support-border: rgba(17, 21, 40, 0.09);
    --support-shadow: 0 22px 55px rgba(17, 21, 40, 0.10);
    --support-radius-xl: 30px;
    --support-radius-lg: 22px;
    --support-radius-md: 16px;
    min-height: 100vh;
    padding: clamp(50px, 7vw, 100px) 20px;
    color: var(--support-text);
    background: radial-gradient(circle at 8% 8%, rgba(42, 172, 255, 0.16), transparent 28%), radial-gradient(circle at 92% 85%, rgba(42, 172, 255, 0.10), transparent 25%), var(--support-surface-soft);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    overflow: hidden;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-page *,
:where([data-pub~="support"], [data-pub~="support"] *).support-page *::before,
:where([data-pub~="support"], [data-pub~="support"] *).support-page *::after {
    box-sizing: border-box;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-shell {
    width: min(1180px, 100%);
    margin: 0 auto;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-bento {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 20px;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-card {
    position: relative;
    border: 1px solid var(--support-border);
    border-radius: var(--support-radius-xl);
    background: var(--support-surface);
    box-shadow: var(--support-shadow);
    overflow: hidden;
    animation: supportRise 0.65s both;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-intro {
    grid-column: span 8;
    min-height: 355px;
    padding: clamp(34px, 5vw, 64px);
    color: #ffffff;
    background: linear-gradient(135deg, rgba(42, 172, 255, 0.24), transparent 52%), var(--support-deep);
}

:where([data-pub~="support"], [data-pub~="support"] *).support-intro::after {
    content: "";
    position: absolute;
    right: -95px;
    bottom: -115px;
    width: 310px;
    height: 310px;
    border: 55px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 26px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--support-primary);
    box-shadow: 0 0 0 6px rgba(42, 172, 255, 0.13);
}

:where([data-pub~="support"], [data-pub~="support"] *).support-intro h1 {
    max-width: 690px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 5.5vw, 72px);
    font-weight: 850;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-intro h1 span {
    color: var(--support-primary);
}

:where([data-pub~="support"], [data-pub~="support"] *).support-intro p {
    max-width: 590px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(16px, 1.8vw, 19px);
}

:where([data-pub~="support"], [data-pub~="support"] *).support-contact-card {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    min-height: 355px;
    padding: 34px;
    animation-delay: 0.08s;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-card-icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    margin-bottom: auto;
    border-radius: 17px;
    color: #ffffff;
    background: var(--support-primary);
    box-shadow: 0 13px 28px rgba(42, 172, 255, 0.28);
}

:where([data-pub~="support"], [data-pub~="support"] *).support-card-icon svg,
:where([data-pub~="support"], [data-pub~="support"] *).support-channel-icon svg,
:where([data-pub~="support"], [data-pub~="support"] *).support-submit svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-contact-card h2,
:where([data-pub~="support"], [data-pub~="support"] *).support-form-card h2 {
    margin: 26px 0 8px;
    color: var(--support-text);
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -0.035em;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-contact-card>p,
:where([data-pub~="support"], [data-pub~="support"] *).support-form-heading>p {
    margin: 0;
    color: var(--support-muted);
    font-size: 15px;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-response {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    padding-top: 22px;
    border-top: 1px solid var(--support-border);
    color: var(--support-text);
    font-size: 13px;
    font-weight: 750;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-response::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #20bf6b;
    box-shadow: 0 0 0 5px rgba(32, 191, 107, 0.12);
}

:where([data-pub~="support"], [data-pub~="support"] *).support-form-card {
    grid-column: span 8;
    padding: clamp(28px, 4vw, 48px);
    animation-delay: 0.14s;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-form-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-form-heading h2 {
    margin: 0 0 7px;
    font-size: clamp(27px, 3vw, 36px);
}

:where([data-pub~="support"], [data-pub~="support"] *).support-step {
    flex: 0 0 auto;
    color: var(--support-primary-dark);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-radio-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 23px;
    padding: 6px;
    border: 1px solid var(--support-border);
    border-radius: 17px;
    background: var(--support-surface-soft);
}

:where([data-pub~="support"], [data-pub~="support"] *).support-radio-option {
    position: relative;
    margin: 0;
    cursor: pointer;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-radio-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-radio-label {
    display: block;
    padding: 12px 18px;
    border-radius: 12px;
    color: var(--support-muted);
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    transition: 0.22s ease;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-radio-option input:checked+.support-radio-label {
    color: var(--support-text);
    background: var(--support-surface);
    box-shadow: 0 7px 20px rgba(17, 21, 40, 0.08);
}

:where([data-pub~="support"], [data-pub~="support"] *).support-radio-option input:focus-visible+.support-radio-label {
    outline: 3px solid rgba(42, 172, 255, 0.24);
}

:where([data-pub~="support"], [data-pub~="support"] *).support-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-field {
    position: relative;
    margin-bottom: 16px;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-field label {
    display: block;
    margin: 0 0 8px;
    color: var(--support-text);
    font-size: 13px;
    font-weight: 800;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-field input,
:where([data-pub~="support"], [data-pub~="support"] *).support-field textarea {
    display: block;
    width: 100%;
    border: 1px solid var(--support-border);
    border-radius: var(--support-radius-md);
    outline: none;
    color: var(--support-text);
    background: var(--support-surface-soft);
    font: inherit;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-field input {
    height: 55px;
    padding: 0 17px;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-field textarea {
    min-height: 142px;
    padding: 15px 17px;
    resize: vertical;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-field input::placeholder,
:where([data-pub~="support"], [data-pub~="support"] *).support-field textarea::placeholder {
    color: #98a2b3;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-field input:focus,
:where([data-pub~="support"], [data-pub~="support"] *).support-field textarea:focus {
    border-color: var(--support-primary);
    background: var(--support-surface);
    box-shadow: 0 0 0 4px rgba(42, 172, 255, 0.12);
}

:where([data-pub~="support"], [data-pub~="support"] *).support-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 7px;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-privacy {
    max-width: 360px;
    margin: 0;
    color: var(--support-muted);
    font-size: 12px;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 54px;
    padding: 0 23px;
    border: 0;
    border-radius: 16px;
    color: #ffffff;
    background: var(--support-deep);
    box-shadow: 0 13px 28px rgba(17, 21, 40, 0.18);
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-submit:hover,
:where([data-pub~="support"], [data-pub~="support"] *).support-submit:focus-visible {
    color: #ffffff;
    background: var(--support-primary-dark);
    box-shadow: 0 15px 31px rgba(42, 172, 255, 0.28);
    transform: translateY(-2px);
}

:where([data-pub~="support"], [data-pub~="support"] *).support-channels-card {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 28px;
    background: transparent;
    box-shadow: none;
    animation-delay: 0.2s;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-channels-title {
    margin: 0 0 4px;
    color: var(--support-text);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-channel {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-height: 98px;
    padding: 17px;
    border: 1px solid var(--support-border);
    border-radius: var(--support-radius-lg);
    color: var(--support-text);
    background: var(--support-surface);
    box-shadow: 0 13px 34px rgba(17, 21, 40, 0.07);
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-channel:hover,
:where([data-pub~="support"], [data-pub~="support"] *).support-channel:focus-visible {
    border-color: rgba(42, 172, 255, 0.55);
    color: var(--support-text);
    text-decoration: none;
    box-shadow: 0 17px 38px rgba(42, 172, 255, 0.14);
    transform: translateY(-3px);
}

:where([data-pub~="support"], [data-pub~="support"] *).support-channel[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-channel-icon {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    color: var(--support-primary-dark);
    background: rgba(42, 172, 255, 0.11);
}

:where([data-pub~="support"], [data-pub~="support"] *).support-channel-copy {
    min-width: 0;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-channel-copy strong,
:where([data-pub~="support"], [data-pub~="support"] *).support-channel-copy small {
    display: block;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-channel-copy strong {
    margin-bottom: 3px;
    color: var(--support-text);
    font-size: 15px;
    font-weight: 850;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-channel-copy small {
    overflow: hidden;
    color: var(--support-muted);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-channel-arrow {
    margin-left: auto;
    color: var(--support-primary-dark);
    font-size: 20px;
    line-height: 1;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-popup {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(17, 21, 40, 0.72);
    backdrop-filter: blur(8px);
}

:where([data-pub~="support"], [data-pub~="support"] *).support-popup.is-visible {
    display: flex;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-popup-modal {
    position: relative;
    width: min(420px, 100%);
    padding: 40px 32px 34px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
    text-align: center;
    animation: supportRise 0.35s both;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-popup-check {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--support-primary, #2aacff);
    font-size: 31px;
    font-weight: 900;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-popup-modal h2 {
    margin: 0 0 9px;
    color: #111528;
    font-size: 25px;
    font-weight: 850;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-popup-modal p {
    margin: 0;
    color: #667085;
}

:where([data-pub~="support"], [data-pub~="support"] *).support-popup-close {
    position: absolute;
    top: 15px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    color: #111528;
    background: #f1f4f8;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

html:where([data-pub~="support"], [data-pub~="support"] *)[data-theme="dark"] .support-page,
body:where([data-pub~="support"], [data-pub~="support"] *)[data-theme="dark"] .support-page,
body:where([data-pub~="support"], [data-pub~="support"] *).dark-mode .support-page,
body:where([data-pub~="support"], [data-pub~="support"] *).dark .support-page {
    --support-surface: #181d31;
    --support-surface-soft: #111528;
    --support-text: #f4f7fb;
    --support-muted: #aab3c5;
    --support-border: rgba(255, 255, 255, 0.10);
    --support-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
    background: radial-gradient(circle at 8% 8%, rgba(42, 172, 255, 0.15), transparent 28%), #0c1020;
}

@keyframes supportRise {
    from {
    opacity: 0;
    transform: translateY(18px);
    }
    
    to {
    opacity: 1;
    transform: translateY(0);
    }
}

@media (max-width: 900px) {
    :where([data-pub~="support"], [data-pub~="support"] *).support-intro,
    :where([data-pub~="support"], [data-pub~="support"] *).support-form-card {
        grid-column: span 12;
    }

    :where([data-pub~="support"], [data-pub~="support"] *).support-contact-card,
    :where([data-pub~="support"], [data-pub~="support"] *).support-channels-card {
        grid-column: span 6;
    }

    :where([data-pub~="support"], [data-pub~="support"] *).support-contact-card {
        min-height: 300px;
    }

}
@media (max-width: 640px) {
    :where([data-pub~="support"], [data-pub~="support"] *).support-page {
        padding: 35px 14px 55px;
    }

    :where([data-pub~="support"], [data-pub~="support"] *).support-bento {
        gap: 14px;
    }

    :where([data-pub~="support"], [data-pub~="support"] *).support-card {
        border-radius: 23px;
    }

    :where([data-pub~="support"], [data-pub~="support"] *).support-intro,
    :where([data-pub~="support"], [data-pub~="support"] *).support-contact-card,
    :where([data-pub~="support"], [data-pub~="support"] *).support-form-card,
    :where([data-pub~="support"], [data-pub~="support"] *).support-channels-card {
        grid-column: span 12;
    }

    :where([data-pub~="support"], [data-pub~="support"] *).support-intro {
        min-height: 330px;
        padding: 34px 26px;
    }

    :where([data-pub~="support"], [data-pub~="support"] *).support-intro h1 {
        font-size: clamp(39px, 13vw, 56px);
    }

    :where([data-pub~="support"], [data-pub~="support"] *).support-contact-card,
    :where([data-pub~="support"], [data-pub~="support"] *).support-channels-card,
    :where([data-pub~="support"], [data-pub~="support"] *).support-form-card {
        padding: 25px;
    }

    :where([data-pub~="support"], [data-pub~="support"] *).support-form-heading,
    :where([data-pub~="support"], [data-pub~="support"] *).support-submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    :where([data-pub~="support"], [data-pub~="support"] *).support-step {
        order: -1;
    }

    :where([data-pub~="support"], [data-pub~="support"] *).support-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    :where([data-pub~="support"], [data-pub~="support"] *).support-submit {
        width: 100%;
    }

}
@media (prefers-reduced-motion: reduce) {
    :where([data-pub~="support"], [data-pub~="support"] *).support-card,
    :where([data-pub~="support"], [data-pub~="support"] *).support-popup-modal {
        animation: none;
    }

    :where([data-pub~="support"], [data-pub~="support"] *).support-page * {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

}

/* Page: trainer-list.php */
:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *):root {
    --pc-tl-primary: #3498db;
    --pc-tl-dark: #1b273d;
    --pc-tl-bg: #f0f2f5;
    --pc-tl-card-bg: #ffffff;
    --pc-tl-text: #2c3e50;
    --pc-tl-text-light: #7f8c8d;
    --pc-tl-border: #e1e8ed;
    --pc-tl-radius-lg: 32px;
    --pc-tl-radius-md: 16px;
    --pc-tl-shadow: 0 20px 60px -15px rgba(0, 0, 0, 0.1);
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-main-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    border-radius: var(--pc-tl-radius-lg);
    box-shadow: var(--pc-tl-shadow);
    overflow: hidden;
    padding: 60px;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-page-title {
    font-size: 36px;
    font-weight: 900;
    margin: 0;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-filters-bar {
    background: #f8fafc;
    padding: 30px;
    border-radius: var(--pc-tl-radius-md);
    border: 1px solid var(--pc-tl-border);
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 20px;
}

@media (max-width: 768px) {
    :where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-filters-bar {
        grid-template-columns: 1fr;
    }

    :where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-main-wrapper {
        padding: 30px 20px;
    }

}
:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-input-group {
    position: relative;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-input-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--pc-tl-text-light);
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-field {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 2px solid var(--pc-tl-border);
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
    color: #000;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-select {
    width: 100%;
    padding: 15px;
    border: 2px solid var(--pc-tl-border);
    border-radius: 12px;
    font-size: 16px;
    background: white;
    cursor: pointer;
    color: #000;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-field:focus,
:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-select:focus {
    border-color: var(--pc-tl-primary);
    box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1);
    color: #000;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-btn-clear {
    background: transparent;
    color: var(--pc-tl-primary);
    border: none;
    font-weight: 900;
    cursor: pointer;
    font-size: 16px;
    transition: color 0.2s;
    position: relative;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-btn-clear:hover {
    color: var(--pc-tl-dark);
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-content-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 50px;
}

@media (max-width: 1024px) {
    :where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-content-layout {
        grid-template-columns: 1fr;
    }

}
:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-trainer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-card {
    background: white;
    border-radius: 24px;
    border: 1px solid var(--pc-tl-border);
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: var(--pc-tl-primary);
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-avatar {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    object-fit: cover;
    border: 4px solid #f8fafc;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-name {
    font-size: 22px;
    font-weight: 900;
    color: var(--pc-tl-dark);
    margin: 0 0 5px 0;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-title {
    color: var(--pc-tl-primary);
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-bio {
    font-size: 14px;
    color: var(--pc-tl-text-light);
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-chip {
    background: #ebf5ff;
    color: var(--pc-tl-primary);
    padding: 5px 12px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-meta {
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
    margin-top: auto;
    font-size: 13px;
    color: var(--pc-tl-text-light);
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-meta-item i {
    width: 16px;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-card-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-btn {
    padding: 12px;
    border-radius: 12px;
    font-weight: 900;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s;
    border: none;
    text-decoration: none;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-btn-primary {
    background: var(--pc-tl-primary);
    color: white;
    position: relative;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-btn-primary:hover {
    background: #2980b9;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-sidebar-card {
    background: #f8fafc;
    padding: 30px;
    border-radius: 24px;
    border: 1px solid var(--pc-tl-border);
    position: sticky;
    top: 40px;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-sidebar-title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-hint-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-hint-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--pc-tl-text-light);
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-hint-item i {
    color: var(--pc-tl-primary);
    margin-top: 4px;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
    backdrop-filter: blur(4px);
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-modal-overlay.active {
    display: flex;
    backdrop-filter: blur(50px);
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-modal-content {
    background: var(--pc-tl-card-bg);
    color: var(--pc-tl-text);
    width: 100%;
    max-width: 900px;
    max-height: 90vh;
    border-radius: 32px;
    overflow-y: auto;
    position: relative;
    animation: pcTlFadeUp 0.3s ease-out;
}

@keyframes pcTlFadeUp {
    from {
    opacity: 0;
    transform: translateY(20px);
    }
    
    to {
    opacity: 1;
    transform: translateY(0);
    }
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-modal-header {
    padding: 40px;
    border-bottom: 1px solid var(--pc-tl-border);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-modal-close {
    background: #f1f5f9;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    color: var(--pc-tl-text-light);
    padding: 5px;
    position: relative;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-modal-body {
    padding: 40px;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-modal-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-modal-fact-panel {
    padding: 25px;
    border-radius: 20px;
    background: #f8fafc;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-course-item {
    padding: 15px;
    background: #f8fafc;
    border-radius: 12px;
    border-left: 3px solid var(--pc-tl-primary);
    color: var(--pc-tl-text);
    font-weight: 700;
    font-size: 14px;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-modal-empty {
    color: var(--pc-tl-text-light);
    font-size: 14px;
    line-height: 1.7;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-empty-state {
    text-align: center;
    padding: 80px 0;
    display: none;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-empty-state i {
    font-size: 64px;
    color: #e2e8f0;
    margin-bottom: 20px;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-page-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--pc-tl-border);
    border-radius: 10px;
    background: white;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.2s;
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-page-btn.active {
    background: var(--pc-tl-primary);
    color: white;
    border-color: var(--pc-tl-primary);
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-page-btn:hover:not(.active) {
    background: #f8fafc;
    border-color: var(--pc-tl-primary);
}

:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-page-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    :where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-modal-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    :where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-modal-header,
    :where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-modal-body {
        padding: 25px;
    }

    :where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).pc-tl-modal-profile {
        align-items: flex-start !important;
    }

}
body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page #wrapper-content {
    --trainer-page: #f7fafc;
    --trainer-surface: #ffffff;
    --trainer-soft: #f2f7fc;
    --trainer-heading: #111528;
    --trainer-text: #34445a;
    --trainer-muted: #6b7c8f;
    --trainer-border: #e2e9f2;
    --trainer-blue: #2aacff;
    --trainer-blue-dark: #078bdd;
    --trainer-blue-soft: #eaf6ff;
    --trainer-shadow: 0 18px 45px rgba(17, 21, 40, .08);
    color: var(--trainer-text);
    background: var(--trainer-page);
    font-family: "Lato", Arial, sans-serif;
}

html:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *)[data-theme="dark"] body.lms-trainers-page #wrapper-content,
html:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *)[data-bs-theme="dark"] body.lms-trainers-page #wrapper-content,
html:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).dark body.lms-trainers-page #wrapper-content,
html:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).dark-mode body.lms-trainers-page #wrapper-content,
body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page[data-theme="dark"] #wrapper-content,
body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page[data-bs-theme="dark"] #wrapper-content,
body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page.dark #wrapper-content,
body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page.dark-mode #wrapper-content,
body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page.dark-theme #wrapper-content {
    --trainer-page: #0b1020;
    --trainer-surface: #151b2f;
    --trainer-soft: #1b233a;
    --trainer-heading: #f3f6ff;
    --trainer-text: #e8edf8;
    --trainer-muted: #a0abc2;
    --trainer-border: #29334b;
    --trainer-blue-soft: #152c44;
    --trainer-shadow: 0 20px 52px rgba(0, 0, 0, .30);
    color-scheme: dark;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page #page-wrapper,
body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .main-content,
body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .main-content>.content {
    color: var(--trainer-text);
    background: var(--trainer-page);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .main-content>.content>br {
    display: none;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-main-wrapper {
    max-width: none;
    margin: 0;
    padding: 72px max(26px, calc((100vw - 1240px) / 2)) 86px;
    overflow: visible;
    border-radius: 0;
    color: var(--trainer-text);
    background: radial-gradient(circle at 7% 5%, rgba(42, 172, 255, .09), transparent 22%), radial-gradient(circle at 95% 54%, rgba(42, 172, 255, .07), transparent 24%), var(--trainer-page);
    box-shadow: none;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-header-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 8fr) minmax(275px, 4fr);
    gap: 20px;
    min-height: 285px;
    align-items: stretch;
    overflow: hidden;
    margin: 0 0 24px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 28px;
    background: radial-gradient(circle at 82% 12%, rgba(42, 172, 255, .25), transparent 29%), linear-gradient(135deg, #111528 0%, #152440 58%, #122e54 100%);
    box-shadow: 0 25px 65px rgba(7, 14, 35, .23);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-header-section::after {
    position: absolute;
    right: -88px;
    bottom: -155px;
    width: 300px;
    height: 300px;
    border: 42px solid rgba(255, 255, 255, .035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-page-title {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 42px 45px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 66px);
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.03;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-page-title::before {
    margin-bottom: 17px;
    color: #8fd7ff;
    content: "MEET THE TEAM";
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
    line-height: 1;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-page-title::after {
    max-width: 620px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .76);
    content: "Discover experienced professionals, explore their specialties and find the right trainer for your learning journey.";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-header-section>div {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 249px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 22px;
    color: rgba(255, 255, 255, .82) !important;
    background: rgba(255, 255, 255, .08);
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.55;
    backdrop-filter: blur(12px);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-header-section>div i {
    display: grid;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(145deg, var(--trainer-blue), var(--trainer-blue-dark));
    font-size: 23px;
    place-items: center;
    box-shadow: 0 12px 28px rgba(42, 172, 255, .25);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-filters-bar {
    grid-template-columns: minmax(260px, 2fr) minmax(210px, 1fr) auto;
    align-items: center;
    gap: 14px;
    margin: 0 0 30px;
    padding: 18px;
    border: 1px solid var(--trainer-border);
    border-radius: 20px;
    background: var(--trainer-surface);
    box-shadow: var(--trainer-shadow);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-input-group i {
    left: 17px;
    color: var(--trainer-blue);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-field,
body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-select {
    min-height: 50px;
    border: 1px solid var(--trainer-border);
    border-radius: 13px;
    color: var(--trainer-text);
    background: var(--trainer-soft);
    font-size: 14px;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-field {
    padding: 13px 15px 13px 45px;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-select {
    padding: 13px 38px 13px 15px;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-field::placeholder {
    color: var(--trainer-muted);
    opacity: 1;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-field:focus,
body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-select:focus {
    border-color: var(--trainer-blue);
    color: var(--trainer-text);
    background: var(--trainer-surface);
    box-shadow: 0 0 0 4px rgba(42, 172, 255, .12);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-select option {
    color: var(--trainer-text);
    background: var(--trainer-surface);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-btn-clear {
    min-height: 50px;
    padding: 0 20px;
    border: 1px solid var(--trainer-border);
    border-radius: 13px;
    color: var(--trainer-blue-dark);
    background: var(--trainer-blue-soft);
    font-size: 13px;
    white-space: nowrap;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-btn-clear:hover,
body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-btn-clear:focus {
    color: #ffffff;
    background: var(--trainer-blue-dark);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-content-layout {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 300px);
    gap: 24px;
    align-items: start;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-main-content>div:first-child {
    align-items: center;
    margin-bottom: 20px !important;
    padding: 0 4px;
    color: var(--trainer-muted);
    font-size: 13px;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page #resultsCount {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid var(--trainer-border);
    border-radius: 999px;
    color: var(--trainer-heading);
    background: var(--trainer-surface);
    font-size: 12px;
    box-shadow: 0 8px 24px rgba(17, 21, 40, .05);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-trainer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-card {
    min-width: 0;
    min-height: 405px;
    overflow: hidden;
    padding: 24px;
    border: 1px solid var(--trainer-border);
    border-radius: 23px;
    color: var(--trainer-text);
    background: var(--trainer-surface);
    box-shadow: var(--trainer-shadow);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--trainer-blue), var(--trainer-blue-dark));
    content: "";
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-card:hover {
    transform: translateY(-6px);
    border-color: rgba(42, 172, 255, .55);
    box-shadow: 0 24px 55px rgba(42, 172, 255, .13);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-card-header {
    min-height: 112px;
    align-items: center;
    margin: 0 0 20px;
    padding: 15px;
    border: 1px solid var(--trainer-border);
    border-radius: 18px;
    background: linear-gradient(135deg, var(--trainer-blue-soft), transparent), var(--trainer-soft);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-avatar {
    width: 82px;
    height: 82px;
    border: 4px solid var(--trainer-surface);
    border-radius: 50%;
    background: var(--trainer-soft);
    box-shadow: 0 8px 24px rgba(17, 21, 40, .12);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-name {
    margin-bottom: 6px;
    color: var(--trainer-heading);
    font-size: 21px;
    line-height: 1.3;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-title {
    min-height: 20px;
    margin-bottom: 13px;
    color: var(--trainer-blue-dark);
    font-size: 13px;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-bio {
    min-height: 66px;
    margin-bottom: 18px;
    color: var(--trainer-muted);
    line-height: 1.6;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-chips {
    min-height: 27px;
    gap: 7px;
    margin-bottom: 17px;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-chip {
    padding: 6px 11px;
    color: var(--trainer-blue-dark);
    background: var(--trainer-blue-soft);
    font-size: 11px;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-meta {
    border-color: var(--trainer-border);
    color: var(--trainer-muted);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-meta-item i {
    color: var(--trainer-blue);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-btn {
    min-height: 47px;
    border-radius: 13px;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-btn-primary {
    color: #ffffff;
    background: var(--trainer-blue);
    box-shadow: 0 10px 24px rgba(42, 172, 255, .19);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-btn-primary:hover,
body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-btn-primary:focus {
    transform: translateY(-2px);
    color: #ffffff;
    background: var(--trainer-blue-dark);
    box-shadow: 0 14px 28px rgba(42, 172, 255, .27);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-sidebar-card {
    top: 95px;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 23px;
    color: rgba(255, 255, 255, .82);
    background: radial-gradient(circle at 92% 5%, rgba(42, 172, 255, .23), transparent 32%), linear-gradient(145deg, #111528, #172844);
    box-shadow: 0 20px 50px rgba(17, 21, 40, .16);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-sidebar-title {
    color: #ffffff;
    font-size: 19px;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-sidebar-title i {
    color: #8fd7ff !important;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-hint-item {
    color: rgba(255, 255, 255, .73);
    line-height: 1.65;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-hint-item:last-child {
    margin-bottom: 0;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-hint-item i {
    color: var(--trainer-blue);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-empty-state {
    min-height: 330px;
    padding: 58px 25px;
    border: 1px dashed var(--trainer-border);
    border-radius: 23px;
    color: var(--trainer-heading);
    background: var(--trainer-surface);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-empty-state i {
    color: var(--trainer-blue);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-pagination {
    margin-top: 34px;
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-page-btn {
    border-color: var(--trainer-border);
    color: var(--trainer-text);
    background: var(--trainer-surface);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-page-btn.active {
    border-color: var(--trainer-blue);
    color: #ffffff;
    background: var(--trainer-blue);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-page-btn:hover:not(.active):not(:disabled) {
    border-color: var(--trainer-blue);
    color: var(--trainer-blue-dark);
    background: var(--trainer-blue-soft);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-modal-overlay {
    background: rgba(7, 12, 27, .76);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-modal-content {
    border: 1px solid var(--trainer-border);
    color: var(--trainer-text);
    background: var(--trainer-surface);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-modal-header {
    border-color: var(--trainer-border);
    background: linear-gradient(135deg, var(--trainer-blue-soft), transparent 62%), var(--trainer-surface);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-modal-header h2,
body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-modal-body h4 {
    color: var(--trainer-heading);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-modal-close {
    color: var(--trainer-muted);
    background: var(--trainer-soft);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-modal-close:hover,
body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-modal-close:focus {
    color: #ffffff;
    background: var(--trainer-blue-dark);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-modal-fact-panel,
body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-course-item {
    color: var(--trainer-text);
    background: var(--trainer-soft);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-course-item {
    border-left-color: var(--trainer-blue);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-modal-empty {
    color: var(--trainer-muted);
}

body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page :focus-visible {
    outline: 3px solid rgba(42, 172, 255, .40);
    outline-offset: 2px;
}

@media (max-width: 1100px) {
    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-content-layout {
        grid-template-columns: 1fr;
    }

    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-sidebar-card {
        position: static;
    }

}
@media (max-width: 900px) {
    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-header-section {
        grid-template-columns: 1fr;
    }

    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-header-section>div {
        min-height: auto;
    }

    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-filters-bar {
        grid-template-columns: 1fr 1fr;
    }

    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-btn-clear {
        grid-column: 1 / -1;
    }

}
@media (max-width: 720px) {
    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-main-wrapper {
        padding: 44px 18px 65px;
    }

    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-header-section {
        border-radius: 22px;
    }

    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-page-title {
        padding: 31px 24px;
        font-size: 42px;
    }

    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-page-title::after {
        font-size: 14px;
    }

    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-header-section>div {
        padding: 25px;
    }

    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-filters-bar,
    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-trainer-grid {
        grid-template-columns: 1fr;
    }

    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-btn-clear {
        grid-column: auto;
    }

    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-main-content>div:first-child {
        align-items: flex-start;
        flex-direction: column;
    }

    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-card {
        min-height: 0;
    }

    body:where([data-pub~="trainer-list"], [data-pub~="trainer-list"] *).lms-trainers-page .pc-tl-modal-content {
        border-radius: 23px;
    }

}

/* Shared testimonial presentation */
*:where([data-pub~="shared-08"], [data-pub~="shared-08"] *) {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body:where([data-pub~="shared-09"], [data-pub~="shared-09"] *) {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonials-section {
    background-color: #3d4451;
    padding: 80px 20px;
    width: 100%;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonials-container {
    max-width: 1400px;
    margin: 0 auto;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonials-header {
    text-align: center;
    margin-bottom: 60px;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonials-header-label {
    color: #a0a8b8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonials-header-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonials-header-divider {
    width: 60px;
    height: 3px;
    background-color: #3498db;
    margin: 0 auto 20px;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonials-header-description {
    color: #b8c1d1;
    font-size: 16px;
    line-height: 1.6;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).slider-container {
    display: flex;
    gap: 25px;
    transition: transform 0.6s ease-in-out;
    width: 100%;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    min-height: 450px;
    flex: 0 0 calc(25% - 19px);
    min-width: calc(25% - 19px);
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-card.featured {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f0f0f0;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 4px solid rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-card.featured .testimonial-avatar {
    border-color: rgba(255, 255, 255, 0.3);
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-name {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    color: #1a1a1a;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-card.featured .testimonial-name {
    color: #ffffff;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-course {
    font-size: 14px;
    color: #666666;
    margin-bottom: 12px;
    line-height: 1.5;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-card.featured .testimonial-course {
    color: #e8f4f8;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-meta {
    font-size: 13px;
    font-weight: 600;
    color: #888888;
    margin-bottom: 20px;
    opacity: 0.8;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-card.featured .testimonial-meta {
    color: #d0e8f2;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-card.featured .testimonial-divider {
    background-color: rgba(255, 255, 255, 0.2);
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-comment {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-comment-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999999;
    margin-bottom: 12px;
    opacity: 0.7;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-card.featured .testimonial-comment-label {
    color: #d0e8f2;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-comment-text {
    font-size: 14px;
    line-height: 1.7;
    font-style: italic;
    color: #444444;
    position: relative;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-card.featured .testimonial-comment-text {
    color: #ffffff;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-comment-text::before {
    content: '"';
    font-size: 40px;
    color: #3498db;
    position: absolute;
    left: -15px;
    top: -20px;
    font-family: Georgia, serif;
    opacity: 0.3;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-card.featured .testimonial-comment-text::before {
    color: rgba(255, 255, 255, 0.4);
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #3498db;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    padding: 0;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).slider-nav:hover {
    background-color: #2980b9;
    transform: translateY(-50%) scale(1.1);
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).slider-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).slider-nav:disabled:hover {
    transform: translateY(-50%) scale(1);
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).slider-nav.prev {
    left: 10px;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).slider-nav.next {
    right: 10px;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).slider-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 40px;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).slider-dot.active {
    background-color: #3498db;
    width: 30px;
    border-radius: 6px;
}

:where([data-pub~="shared-09"], [data-pub~="shared-09"] *).slider-dot:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1200px) {
    :where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-card {
        flex: 0 0 calc(33.333% - 17px);
        min-width: calc(33.333% - 17px);
    }

}
@media (max-width: 992px) {
    :where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-card {
        flex: 0 0 calc(50% - 13px);
        min-width: calc(50% - 13px);
    }

    :where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonials-header-title {
        font-size: 36px;
    }

    :where([data-pub~="shared-09"], [data-pub~="shared-09"] *).slider-nav {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

}
@media (max-width: 768px) {
    :where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonials-section {
        padding: 60px 15px;
    }

    :where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonials-header {
        margin-bottom: 40px;
    }

    :where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonials-header-title {
        font-size: 28px;
    }

    :where([data-pub~="shared-09"], [data-pub~="shared-09"] *).testimonial-card {
        flex: 0 0 100%;
        min-width: 100%;
        min-height: auto;
        padding: 30px 20px;
    }

    :where([data-pub~="shared-09"], [data-pub~="shared-09"] *).slider-nav {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    :where([data-pub~="shared-09"], [data-pub~="shared-09"] *).slider-nav.prev {
        left: 5px;
    }

    :where([data-pub~="shared-09"], [data-pub~="shared-09"] *).slider-nav.next {
        right: 5px;
    }

}

/* Page: employess.php */
body:where([data-pub~="employess"], [data-pub~="employess"] *) {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: var(--emp-page-bg);
    color: var(--emp-text);
    line-height: 1.6;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
    color: var(--emp-text);
    background: var(--emp-page-bg);
    transition: background-color 0.3s ease, color 0.3s ease;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-header {
    text-align: center;
    margin-bottom: 50px;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-header-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--emp-text);
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-header-subtitle {
    font-size: 1.1rem;
    color: var(--emp-muted);
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-section {
    margin-bottom: 60px;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-section-title {
    width: fit-content;
    margin: 0 auto 30px;
    padding-bottom: 12px;
    text-align: center;
    position: relative;
    border-bottom: none;
    color: var(--emp-text);
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 3px;
    background: #2aacff;
    border-radius: 10px;
    transform: translateX(-50%);
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 20px;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-card {
    flex: 0 1 320px;
    width: 100%;
    max-width: 320px;
    background: var(--emp-surface);
    border-radius: 12px;
    padding: 25px;
    box-shadow: var(--emp-card-shadow);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(42, 172, 255, 0.3);
    border-color: #2aacff;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-card-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block;
    object-fit: cover;
    border: 4px solid #2aacff;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-card-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--emp-text);
    text-align: center;
    margin-bottom: 8px;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-card-role {
    font-size: 0.95rem;
    color: #2aacff;
    text-align: center;
    font-weight: 500;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 21, 40, 0.85);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 20px;
    animation: lms-emp-fade-in 0.3s ease;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-overlay.lms-emp-modal-active {
    display: flex;
}

@keyframes lms-emp-fade-in {
    from {
    opacity: 0;
    }
    
    to {
    opacity: 1;
    }
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal {
    background: var(--emp-surface);
    border-radius: 16px;
    max-width: 700px;
    width: 100%;
    max-height: 70vh;
    overflow-y: auto;
    position: relative;
    animation: lms-emp-slide-up 0.3s ease;
    top: 80px;
    color: var(--emp-text);
    box-shadow: var(--emp-modal-shadow);
}

@keyframes lms-emp-slide-up {
    from {
    transform: translateY(50px);
    opacity: 0;
    }
    
    to {
    transform: translateY(0);
    opacity: 1;
    }
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #111528;
    color: #ffffff;
    border: none;
    width: 40px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-close:hover {
    background: #2aacff;
    transform: rotate(90deg);
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-header {
    background: linear-gradient(135deg, #111528 0%, #1a1f3a 100%);
    padding: 40px 30px;
    text-align: center;
    border-radius: 16px 16px 0 0;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block;
    object-fit: cover;
    border: 5px solid #2aacff;
    box-shadow: 0 4px 15px rgba(42, 172, 255, 0.4);
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-name {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-role {
    font-size: 1.1rem;
    color: #2aacff;
    font-weight: 500;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-body {
    padding: 35px 30px;
    background: var(--emp-surface);
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-section {
    margin-bottom: 30px;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-section-title {
    font-size: 1.3rem;
    color: var(--emp-text);
    margin-bottom: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-section-title::before {
    content: '';
    width: 4px;
    height: 20px;
    background: #2aacff;
    margin-right: 12px;
    border-radius: 2px;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-text {
    color: var(--emp-body-text);
    font-size: 1rem;
    line-height: 1.8;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-facts-list {
    list-style: none;
    padding: 0;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-fact-item {
    padding: 10px 0;
    border-bottom: 1px solid var(--emp-border);
    display: flex;
    align-items: center;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-fact-item:last-child {
    border-bottom: none;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-fact-label {
    font-weight: 600;
    color: var(--emp-text);
    min-width: 140px;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-fact-value {
    color: var(--emp-body-text);
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-courses-list {
    list-style: none;
    padding: 0;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-course-item {
    background: var(--emp-surface-soft);
    padding: 12px 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    border-left: 4px solid #2aacff;
    transition: all 0.3s ease;
    color: var(--emp-text);
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-course-item:hover {
    background: var(--emp-surface-hover);
    transform: translateX(5px);
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-footer {
    padding: 0 30px 35px;
    text-align: center;
    background: var(--emp-surface);
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-contact-btn {
    background: #2aacff;
    color: #ffffff;
    border: none;
    padding: 14px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(42, 172, 255, 0.3);
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-contact-btn:hover {
    background: #1a8fd9;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(42, 172, 255, 0.4);
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal::-webkit-scrollbar {
    width: 8px;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal::-webkit-scrollbar-track {
    background: var(--emp-scroll-track);
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal::-webkit-scrollbar-thumb {
    background: #2aacff;
    border-radius: 4px;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal::-webkit-scrollbar-thumb:hover {
    background: #1a8fd9;
}

:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-cards-grid>p {
    color: var(--emp-muted) !important;
}

html:where([data-pub~="employess"], [data-pub~="employess"] *)[data-theme="dark"] .lms-emp-container,
body:where([data-pub~="employess"], [data-pub~="employess"] *)[data-theme="dark"] .lms-emp-container,
body:where([data-pub~="employess"], [data-pub~="employess"] *).dark-mode .lms-emp-container,
body:where([data-pub~="employess"], [data-pub~="employess"] *).dark .lms-emp-container,
body:where([data-pub~="employess"], [data-pub~="employess"] *).dark-theme .lms-emp-container {
    --emp-page-bg: #0c1020;
    --emp-surface: #181d31;
    --emp-surface-soft: #111528;
    --emp-surface-hover: #202842;
    --emp-text: #f4f7fb;
    --emp-muted: #aab3c5;
    --emp-body-text: #c5ccda;
    --emp-border: rgba(255, 255, 255, 0.11);
    --emp-scroll-track: #0f1428;
    --emp-card-shadow: 0 8px 24px rgba(0, 0, 0, 0.26);
    --emp-modal-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}


/* Page: partners.php */
body:where([data-pub~="partners"], [data-pub~="partners"] *) {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--partner-page-bg);
    color: var(--partner-text);
    line-height: 1.6;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
    color: var(--partner-text);
    background: var(--partner-page-bg);
    transition: background-color 0.3s ease, color 0.3s ease;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-page-header {
    text-align: center;
    margin-bottom: 50px;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-main-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--partner-text);
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-main-subtitle {
    font-size: 1.1rem;
    color: var(--partner-muted);
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-item-card {
    background: var(--partner-surface);
    border-radius: 12px;
    padding: 25px;
    box-shadow: var(--partner-shadow);
    transition: all 0.3s ease;
    border: 2px solid var(--partner-border);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-item-card:hover {
    transform: translateY(-5px);
    border-color: #2aacff;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-logo-container {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: var(--partner-logo-bg);
    border-radius: 8px;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-logo-image {
    max-width: 90%;
    max-height: 120px;
    object-fit: contain;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-company-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--partner-text);
    margin-bottom: 8px;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-type-label {
    font-size: 0.85rem;
    color: var(--partner-muted);
    margin-bottom: 15px;
    font-weight: 400;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-verify-button {
    display: inline-block;
    padding: 8px 20px;
    background: var(--partner-surface);
    color: var(--partner-text);
    border: 2px solid #2aacff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: auto;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-verify-button:hover {
    background: #2aacff;
    color: #ffffff;
    transform: scale(1.05);
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-badge-container {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-status-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-status-premium {
    background: rgba(42, 172, 255, 0.15);
    color: #2aacff;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-status-verified {
    background: rgba(40, 167, 69, 0.15);
    color: #28a745;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-info-section {
    width: 100%;
    margin-top: 12px;
    padding-top: 15px;
    border-top: 1px solid var(--partner-divider);
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-detail-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.85rem;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-detail-label {
    color: var(--partner-muted);
    font-weight: 500;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-detail-value {
    color: var(--partner-text);
    font-weight: 600;
}

:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-grid-container>p {
    color: var(--partner-empty) !important;
}

html:where([data-pub~="partners"], [data-pub~="partners"] *)[data-theme="dark"] .lms-partner-wrapper,
body:where([data-pub~="partners"], [data-pub~="partners"] *)[data-theme="dark"] .lms-partner-wrapper,
body:where([data-pub~="partners"], [data-pub~="partners"] *).dark-mode .lms-partner-wrapper,
body:where([data-pub~="partners"], [data-pub~="partners"] *).dark .lms-partner-wrapper,
body:where([data-pub~="partners"], [data-pub~="partners"] *).dark-theme .lms-partner-wrapper {
    --partner-page-bg: #0c1020;
    --partner-surface: #181d31;
    --partner-logo-bg: #f7f9fc;
    --partner-text: #f4f7fb;
    --partner-muted: #aab3c5;
    --partner-border: rgba(255, 255, 255, 0.11);
    --partner-divider: rgba(255, 255, 255, 0.11);
    --partner-empty: #aab3c5;
    --partner-shadow: 0 8px 24px rgba(0, 0, 0, 0.26);
}


/* Page: clients.php */
body:where([data-pub~="clients"], [data-pub~="clients"] *) {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f5f5;
    color: #111528;
    line-height: 1.6;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-header-section {
    text-align: center;
    margin-bottom: 50px;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 700;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-subtitle {
    font-size: 1.1rem;
    color: #666;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-logo-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    position: relative;
    overflow: hidden;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-logo-box:hover {
    transform: translateY(-8px);
    border-color: #2aacff;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-logo-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-logo-box:hover::before {
    transform: scaleX(1);
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-image {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    transition: all 0.3s ease;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-logo-box:hover .lms-client-image {
    transform: scale(1.05);
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-grid-layout::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-stats-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
    padding: 30px;
    background: linear-gradient(135deg, #111528 0%, #1a1f3a 100%);
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-stat-item {
    text-align: center;
    padding: 20px;
    border-right: 1px solid rgba(42, 172, 255, 0.3);
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-stat-item:last-child {
    border-right: none;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2aacff;
    margin-bottom: 8px;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-stat-label {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
}

@media (max-width: 768px) {
    :where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-title {
        font-size: 2rem;
    }

    :where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-grid-layout {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
    }

    :where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-logo-box {
        padding: 30px;
        min-height: 150px;
    }

    :where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-image {
        max-height: 80px;
    }

    :where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-stats-section {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        padding: 20px;
    }

    :where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-stat-number {
        font-size: 2rem;
    }

    :where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(42, 172, 255, 0.3);
        padding: 15px;
    }

    :where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-stat-item:last-child {
        border-bottom: none;
    }

}
@media (max-width: 480px) {
    :where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-grid-layout {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }

    :where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-logo-box {
        padding: 25px;
        min-height: 130px;
    }

    :where([data-pub~="clients"], [data-pub~="clients"] *).lms-client-image {
        max-height: 70px;
    }

}
:where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page {
    --clients-page-bg: #f5f7fb;
    --clients-surface: #ffffff;
    --clients-surface-soft: #f8fbff;
    --clients-text: #111528;
    --clients-muted: #64748b;
    --clients-border: rgba(17, 21, 40, 0.10);
    --clients-accent: #2aacff;
    --clients-shadow: 0 8px 24px rgba(17, 21, 40, 0.07);
    --clients-shadow-hover: 0 16px 34px rgba(17, 21, 40, 0.13);
    background: var(--clients-page-bg);
    color: var(--clients-text);
    min-height: 100vh;
    transition: background-color 0.3s ease, color 0.3s ease;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page[data-client-theme="dark"],
html:where([data-pub~="clients"], [data-pub~="clients"] *)[data-theme="dark"] .lms-clients-page,
html:where([data-pub~="clients"], [data-pub~="clients"] *).dark-mode .lms-clients-page,
html:where([data-pub~="clients"], [data-pub~="clients"] *).dark-theme .lms-clients-page,
body:where([data-pub~="clients"], [data-pub~="clients"] *)[data-theme="dark"] .lms-clients-page,
body:where([data-pub~="clients"], [data-pub~="clients"] *).dark-mode .lms-clients-page,
body:where([data-pub~="clients"], [data-pub~="clients"] *).dark-theme .lms-clients-page,
body:where([data-pub~="clients"], [data-pub~="clients"] *).theme-dark .lms-clients-page {
    --clients-page-bg: #0d1122;
    --clients-surface: #171c31;
    --clients-surface-soft: #12172a;
    --clients-text: #f4f7ff;
    --clients-muted: #aeb8cf;
    --clients-border: rgba(148, 163, 184, 0.18);
    --clients-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
    --clients-shadow-hover: 0 18px 38px rgba(0, 0, 0, 0.34);
    color-scheme: dark;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page .main-content,
:where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page .content {
    background: transparent;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page .lms-client-header-section {
    padding: 24px 20px;
    background: var(--clients-surface);
    border: 1px solid var(--clients-border);
    border-radius: 16px;
    box-shadow: var(--clients-shadow);
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page .lms-client-title {
    color: var(--clients-text);
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page .lms-client-subtitle {
    color: var(--clients-muted);
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page .lms-client-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 4px;
    margin: 12px auto 0;
    border-radius: 999px;
    background: var(--clients-accent);
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page .lms-client-grid-layout {
    position: relative;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page .lms-client-logo-box {
    background: var(--clients-surface);
    border: 1px solid var(--clients-border);
    box-shadow: var(--clients-shadow);
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page .lms-client-logo-box::before {
    background: var(--clients-accent);
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page .lms-client-logo-box:hover {
    border-color: var(--clients-accent);
    box-shadow: var(--clients-shadow-hover);
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page .lms-client-image {
    border-radius: 10px;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page[data-client-theme="dark"] .lms-client-image,
html:where([data-pub~="clients"], [data-pub~="clients"] *)[data-theme="dark"] .lms-clients-page .lms-client-image,
html:where([data-pub~="clients"], [data-pub~="clients"] *).dark-mode .lms-clients-page .lms-client-image,
html:where([data-pub~="clients"], [data-pub~="clients"] *).dark-theme .lms-clients-page .lms-client-image,
body:where([data-pub~="clients"], [data-pub~="clients"] *)[data-theme="dark"] .lms-clients-page .lms-client-image,
body:where([data-pub~="clients"], [data-pub~="clients"] *).dark-mode .lms-clients-page .lms-client-image,
body:where([data-pub~="clients"], [data-pub~="clients"] *).dark-theme .lms-clients-page .lms-client-image,
body:where([data-pub~="clients"], [data-pub~="clients"] *).theme-dark .lms-clients-page .lms-client-image {
    background: rgba(255, 255, 255, 0.96);
    padding: 8px;
}

:where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page #lms-client-grid>p {
    color: var(--clients-muted) !important;
    padding: 30px;
    background: var(--clients-surface);
    border: 1px solid var(--clients-border);
    border-radius: 14px;
    box-shadow: var(--clients-shadow);
}

@media (prefers-reduced-motion: reduce) {
    :where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page,
    :where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page .lms-client-logo-box,
    :where([data-pub~="clients"], [data-pub~="clients"] *).lms-clients-page .lms-client-image {
        transition: none;
    }

}

/* Page: index.php */
:where([data-pub~="index"], [data-pub~="index"] *).comment-icon {
    transform: scale(1.5);
}

:where([data-pub~="index"], [data-pub~="index"] *).gallery-info ul li {
    margin-bottom: 8px;
}

:where([data-pub~="index"], [data-pub~="index"] *).gallery-info ul li {
    padding: 8px 0;
}

:where([data-pub~="index"], [data-pub~="index"] *).slider-1,
:where([data-pub~="index"], [data-pub~="index"] *).slider-2,
:where([data-pub~="index"], [data-pub~="index"] *).slider-3 {
    position: relative;
    overflow: hidden;
}

:where([data-pub~="index"], [data-pub~="index"] *).slider-1::before,
:where([data-pub~="index"], [data-pub~="index"] *).slider-2::before,
:where([data-pub~="index"], [data-pub~="index"] *).slider-3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

:where([data-pub~="index"], [data-pub~="index"] *).slider-caption {
    position: relative;
    z-index: 2;
}

:where([data-pub~="index"], [data-pub~="index"] *).top-courses-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(420px, 1fr));
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
}

:where([data-pub~="index"], [data-pub~="index"] *).popular-course-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: 0.25s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

:where([data-pub~="index"], [data-pub~="index"] *).popular-course-card:hover {
    transform: translateY(-5px);
}

:where([data-pub~="index"], [data-pub~="index"] *).popular-course-image {
    position: relative;
    height: 240px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f1f1f1;
}

:where([data-pub~="index"], [data-pub~="index"] *).popular-course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

:where([data-pub~="index"], [data-pub~="index"] *).popular-course-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #078bdd;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

:where([data-pub~="index"], [data-pub~="index"] *).popular-course-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

:where([data-pub~="index"], [data-pub~="index"] *).popular-course-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #222;
    min-height: 55px;
    transition: 0.3s;
}

:where([data-pub~="index"], [data-pub~="index"] *).popular-course-card:hover .popular-course-title {
    color: #135a97;
}

:where([data-pub~="index"], [data-pub~="index"] *).popular-course-admin {
    font-size: 13px;
    color: #777;
    margin-bottom: 12px;
}

:where([data-pub~="index"], [data-pub~="index"] *).popular-course-rating {
    color: #f1c40f;
    font-size: 14px;
    margin-bottom: 12px;
}

:where([data-pub~="index"], [data-pub~="index"] *).popular-course-rating span {
    color: #555;
    margin-left: 5px;
    font-weight: 600;
}

:where([data-pub~="index"], [data-pub~="index"] *).popular-course-description {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}

:where([data-pub~="index"], [data-pub~="index"] *).popular-course-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #2aacff;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

:where([data-pub~="index"], [data-pub~="index"] *).popular-course-btn:hover {
    background: #078bdd;
    color: #fff;
    text-decoration: none;
}

:where([data-pub~="index"], [data-pub~="index"] *).map-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

:where([data-pub~="index"], [data-pub~="index"] *).map-overlay-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    background: #2aacff;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .25s;
}

:where([data-pub~="index"], [data-pub~="index"] *).map-overlay-btn:hover {
    background: #078bdd;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(26, 188, 156, .35);
}

:where([data-pub~="index"], [data-pub~="index"] *).map-overlay-btn i {
    font-size: 16px;
}

:where([data-pub~="index"], [data-pub~="index"] *).map-wrapper iframe {
    display: block;
}

@media (max-width:768px) {
    :where([data-pub~="index"], [data-pub~="index"] *).map-overlay-btn {
        top: 12px;
        right: 12px;
        padding: 10px 16px;
        font-size: 13px;
    }

}
@media (max-width: 1200px) {
    :where([data-pub~="index"], [data-pub~="index"] *).top-courses-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}
@media (max-width: 992px) {
    :where([data-pub~="index"], [data-pub~="index"] *).top-courses-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}
@media (max-width: 600px) {
    :where([data-pub~="index"], [data-pub~="index"] *).top-courses-grid {
        grid-template-columns: 1fr;
    }

}
:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic {
    position: relative !important;
    width: 100% !important;
    height: 720px !important;
    min-height: 720px !important;
    overflow: hidden !important;
    background: #101528 !important;
    display: block !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-stage {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-panel {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.8s ease, visibility 0.8s ease !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-panel.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2 !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-shade {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.38) !important;
    z-index: 1 !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-content {
    position: relative !important;
    z-index: 3 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-content .container {
    position: relative !important;
    z-index: 4 !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-small {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 18px !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-title {
    color: #ffffff !important;
    font-size: 64px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    margin-bottom: 18px !important;
    max-width: 850px !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-desc {
    color: #ffffff !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    margin-bottom: 28px !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-btn {
    position: relative !important;
    z-index: 5 !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-nav {
    position: absolute !important;
    left: 50% !important;
    bottom: 28px !important;
    transform: translateX(-50%) !important;
    z-index: 999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    width: auto !important;
    height: auto !important;
    padding: 8px 16px !important;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.22) !important;
    border-radius: 50px !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-arrow,
:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-prev,
:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-next {
    position: static !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    color: #ffffff !important;
    font-size: 48px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transform: none !important;
    transition: color 0.2s ease !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-arrow span,
:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-prev span,
:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-next span {
    display: block !important;
    line-height: 1 !important;
    margin-top: -6px !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-arrow:hover,
:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-prev:hover,
:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-next:hover {
    background: transparent !important;
    color: #20aef3 !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-dots {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    transform: none !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-dot {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    opacity: 1 !important;
    visibility: visible !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-dot span {
    width: 13px !important;
    height: 13px !important;
    min-width: 13px !important;
    min-height: 13px !important;
    display: block !important;
    border-radius: 50% !important;
    border: 2px solid #ffffff !important;
    background: rgba(255, 255, 255, 0.7) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 0.2s ease !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-dot.is-active span {
    background: #20aef3 !important;
    border-color: #20aef3 !important;
    transform: scale(1.18) !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-dot:hover span {
    background: #ffffff !important;
    border-color: #ffffff !important;
}

@media (max-width: 992px) {
    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic {
        height: 620px !important;
        min-height: 620px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-title {
        font-size: 48px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-desc {
        font-size: 22px !important;
    }

}
@media (max-width: 768px) {
    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic {
        height: 560px !important;
        min-height: 560px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-content {
        text-align: center !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-title {
        font-size: 36px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-desc {
        font-size: 18px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-small {
        font-size: 18px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-nav {
        bottom: 22px !important;
        gap: 14px !important;
        padding: 7px 12px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-arrow,
    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-prev,
    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-next {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
        font-size: 40px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-dot {
        width: 14px !important;
        height: 14px !important;
        min-width: 14px !important;
        min-height: 14px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-dot span {
        width: 11px !important;
        height: 11px !important;
        min-width: 11px !important;
        min-height: 11px !important;
    }

}
@media (max-width: 480px) {
    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic {
        height: 520px !important;
        min-height: 520px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-title {
        font-size: 30px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-desc {
        font-size: 16px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#homeHeroDynamic .home-hero-nav {
        bottom: 18px !important;
        gap: 12px !important;
    }

}
:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-section {
    padding: 85px 0;
}

:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-link {
    display: block;
    color: inherit;
    text-decoration: none !important;
}

:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: #111827;
    min-height: 390px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.16);
    transition: 0.35s ease;
}

:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-link:hover .modern-gallery-card {
    transform: translateY(-7px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-images {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.3fr;
    gap: 12px;
    height: 390px;
    padding: 12px;
    opacity: 0.82;
}

:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.5s ease;
}

:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-link:hover .modern-gallery-img img {
    transform: scale(1.08);
}

:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-img.large {
    grid-row: span 2;
}

:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 20, 35, 0.92) 0%, rgba(8, 20, 35, 0.70) 40%, rgba(8, 20, 35, 0.20) 100%);
    z-index: 2;
}

:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-content {
    position: absolute;
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    max-width: 500px;
}

:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(26, 188, 156, 0.18);
    color: #2aacff;
    border: 1px solid #078bdd;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 15px;
}

:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}

:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2aacff;
    color: #ffffff;
    padding: 13px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s ease;
}

:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-link:hover .modern-gallery-btn {
    background: #078bdd;
    gap: 16px;
}

:where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-count {
    position: absolute;
    right: 28px;
    bottom: 25px;
    z-index: 3;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 14px 18px;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 992px) {
    :where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-images {
        grid-template-columns: repeat(2, 1fr);
        height: 430px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-content {
        left: 35px;
        max-width: 440px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-title {
        font-size: 34px;
    }

}
@media (max-width: 768px) {
    :where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-section {
        padding: 60px 0;
    }

    :where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-card {
        min-height: auto;
    }

    :where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-images {
        height: 280px;
        grid-template-columns: repeat(2, 1fr);
    }

    :where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-overlay {
        background: linear-gradient(180deg, rgba(8, 20, 35, 0.25), rgba(8, 20, 35, 0.95));
    }

    :where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-content {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        padding: 28px;
        max-width: 100%;
        background: #111827;
    }

    :where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-title {
        font-size: 28px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-text {
        font-size: 14px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *).modern-gallery-count {
        right: 18px;
        top: 18px;
        bottom: auto;
    }

}
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content>#page-wrapper>.main-content>.content {
    --lms-home-page: #f7fafc;
    --lms-home-surface: #ffffff;
    --lms-home-soft: #f2f7fc;
    --lms-home-heading: #111528;
    --lms-home-text: #34445a;
    --lms-home-muted: #6b7c8f;
    --lms-home-border: #e2e9f2;
    --lms-home-blue: #2aacff;
    --lms-home-blue-dark: #078bdd;
    --lms-home-blue-soft: #eaf6ff;
    --lms-home-shadow: 0 18px 48px rgba(17, 21, 40, .08);
    color: var(--lms-home-text);
    background: var(--lms-home-page);
    font-family: "Lato", Arial, sans-serif;
}

html:where([data-pub~="index"], [data-pub~="index"] *)[data-theme="dark"] #wrapper-content>#page-wrapper>.main-content>.content,
html:where([data-pub~="index"], [data-pub~="index"] *)[data-bs-theme="dark"] #wrapper-content>#page-wrapper>.main-content>.content,
html:where([data-pub~="index"], [data-pub~="index"] *).dark #wrapper-content>#page-wrapper>.main-content>.content,
html:where([data-pub~="index"], [data-pub~="index"] *).dark-mode #wrapper-content>#page-wrapper>.main-content>.content,
body:where([data-pub~="index"], [data-pub~="index"] *)[data-theme="dark"] #wrapper-content>#page-wrapper>.main-content>.content,
body:where([data-pub~="index"], [data-pub~="index"] *)[data-bs-theme="dark"] #wrapper-content>#page-wrapper>.main-content>.content,
body:where([data-pub~="index"], [data-pub~="index"] *).dark #wrapper-content>#page-wrapper>.main-content>.content,
body:where([data-pub~="index"], [data-pub~="index"] *).dark-mode #wrapper-content>#page-wrapper>.main-content>.content,
body:where([data-pub~="index"], [data-pub~="index"] *).dark-theme #wrapper-content>#page-wrapper>.main-content>.content {
    --lms-home-page: #0b1020;
    --lms-home-surface: #151b2f;
    --lms-home-soft: #1b233a;
    --lms-home-heading: #f3f6ff;
    --lms-home-text: #e8edf8;
    --lms-home-muted: #a0abc2;
    --lms-home-border: #29334b;
    --lms-home-blue-soft: #152c44;
    --lms-home-shadow: 0 20px 55px rgba(0, 0, 0, .31);
    color-scheme: dark;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.section,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>section:not(#homeHeroDynamic) {
    color: var(--lms-home-text);
    background: var(--lms-home-page);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.choose-course,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.top-courses-modern,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.testimonials-section,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.modern-gallery-section {
    padding: 88px 0;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.choose-course>.container,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.top-courses-modern>.container,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.modern-gallery-section>.container,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.testimonials-section>.testimonials-container {
    width: min(1240px, calc(100% - 52px));
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic {
    width: 100% !important;
    max-width: none !important;
    height: 720px !important;
    min-height: 720px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #111528 !important;
    box-shadow: none !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-panel {
    background-size: cover !important;
    background-position: center center !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-shade {
    background: linear-gradient(90deg, rgba(17, 21, 40, .82), rgba(17, 21, 40, .42) 66%, rgba(17, 21, 40, .23)) !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-content .container {
    width: min(1120px, calc(100% - 92px)) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-small {
    color: #8fd7ff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: 1.3px !important;
    text-transform: uppercase !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-title {
    max-width: 770px !important;
    font-size: clamp(40px, 5.4vw, 72px) !important;
    letter-spacing: -1.5px !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-desc {
    max-width: 680px !important;
    color: rgba(255, 255, 255, .83) !important;
    font-size: 19px !important;
    line-height: 1.65 !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-btn {
    min-height: 48px !important;
    padding: 12px 24px !important;
    border: 0 !important;
    border-radius: 13px !important;
    color: #ffffff !important;
    background: #2aacff !important;
    font-weight: 900 !important;
    transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-btn:hover {
    transform: translateY(-2px) !important;
    background: #078bdd !important;
    box-shadow: 0 12px 25px rgba(42, 172, 255, .28) !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-nav {
    border: 1px solid rgba(255, 255, 255, .16) !important;
    background: rgba(17, 21, 40, .46) !important;
    backdrop-filter: blur(10px);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-arrow:hover,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-prev:hover,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-next:hover {
    color: #2aacff !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-dot.is-active span {
    border-color: #2aacff !important;
    background: #2aacff !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content .group-title-index {
    margin-bottom: 35px;
    text-align: left;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content .group-title-index .top-title,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content .testimonials-header-label {
    margin: 0 0 10px;
    color: var(--lms-home-blue) !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content .group-title-index .center-title,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content .testimonials-header-title {
    margin: 0;
    color: var(--lms-home-heading) !important;
    font-size: clamp(29px, 3.2vw, 42px);
    font-weight: 900;
    letter-spacing: -.6px;
    line-height: 1.18;
    text-transform: none;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content .group-title-index .bottom-title {
    margin-top: 12px;
    text-align: left;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content .group-title-index .bottom-icon,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content .group-title-index .bottom-title::before,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content .group-title-index .bottom-title::after {
    color: var(--lms-home-blue);
    border-color: var(--lms-home-border);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course {
    background: radial-gradient(circle at 7% 8%, rgba(42, 172, 255, .075), transparent 22%), var(--lms-home-page) !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .choose-course-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .choose-course-wrapper::before,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .choose-course-wrapper::after,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .why-choose-us-wrapper::before,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .why-choose-us-wrapper::after,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .customs-row::before,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .customs-row::after {
    display: none !important;
    content: none !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .choose-course-wrapper>[class*="col-"] {
    width: auto;
    min-width: 0;
    float: none;
    margin: 0;
    padding: 0;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .item-course {
    display: flex;
    min-height: 236px;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 25px 20px;
    border: 1px solid var(--lms-home-border);
    border-radius: 23px;
    background: var(--lms-home-surface);
    box-shadow: var(--lms-home-shadow);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .item-course:hover {
    transform: translateY(-6px);
    border-color: rgba(42, 172, 255, .55);
    box-shadow: 0 24px 55px rgba(42, 172, 255, .13);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .icon-circle {
    margin-right: auto;
    margin-left: auto;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .icon-background {
    border-color: transparent !important;
    background: var(--lms-home-blue-soft) !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .icon-background .icons-img {
    color: var(--lms-home-blue) !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .icon-circle .info {
    background: #111528 !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .icon-circle .info a {
    color: #ffffff !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .name-course {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 19px;
    text-align: center;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .name-course a {
    color: var(--lms-home-heading) !important;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .name-course>i {
    color: var(--lms-home-blue);
    transition: transform .22s ease;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .item-course:hover .name-course>i {
    transform: translateX(4px);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses {
    background: var(--lms-home-soft) !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .top-courses-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
    margin-top: 32px;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-card {
    min-width: 0;
    height: 100%;
    border: 1px solid var(--lms-home-border);
    border-radius: 23px;
    background: var(--lms-home-surface);
    box-shadow: var(--lms-home-shadow);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-card:hover {
    transform: translateY(-6px);
    border-color: rgba(42, 172, 255, .55);
    box-shadow: 0 24px 55px rgba(42, 172, 255, .13);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-image {
    height: 185px;
    overflow: hidden;
    border-color: var(--lms-home-border);
    background: var(--lms-home-soft);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-image img {
    transition: transform .45s ease;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-card:hover .popular-course-image img {
    transform: scale(1.045);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-badge {
    z-index: 1;
    max-width: calc(100% - 28px);
    overflow: hidden;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(17, 21, 40, .77);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    backdrop-filter: blur(10px);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-title {
    display: -webkit-box;
    min-height: 56px;
    overflow: hidden;
    color: var(--lms-home-heading);
    font-size: 17px;
    font-weight: 900;
    -webkit-box-orient: vertical;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-card:hover .popular-course-title {
    color: var(--lms-home-blue);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-admin,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-description,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-rating span {
    color: var(--lms-home-muted);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-description {
    display: -webkit-box;
    min-height: 48px;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-btn {
    min-height: 47px;
    margin-top: auto;
    padding: 12px 16px;
    border-radius: 13px;
    color: #ffffff;
    background: var(--lms-home-blue);
    font-weight: 900;
    transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-btn:hover {
    transform: translateY(-2px);
    color: #ffffff;
    background: var(--lms-home-blue-dark);
    box-shadow: 0 12px 25px rgba(42, 172, 255, .25);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us {
    padding: 84px 26px !important;
    background: var(--lms-home-page) !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .why-choose-us-wrapper-bottom {
    width: min(1240px, 100%);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 28px;
    background: radial-gradient(circle at 79% 12%, rgba(42, 172, 255, .23), transparent 30%), linear-gradient(135deg, #111528 0%, #152440 60%, #122e54 100%) !important;
    box-shadow: 0 25px 65px rgba(7, 14, 35, .21);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .why-choose-us-wrapper-bottom::before,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .why-choose-us-wrapper-bottom::after {
    background: transparent;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .why-choose-us-wrapper-bottom>.container {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 43px;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .why-choose-us-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    justify-items: stretch;
    gap: 20px;
    width: 100%;
    margin: 0;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .title-2 {
    box-sizing: border-box;
    grid-column: 1 / -1;
    width: 100%;
    margin: 0 0 11px;
    color: #ffffff !important;
    font-size: clamp(28px, 3vw, 39px);
    font-weight: 900;
    text-align: left;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .customs-row {
    display: contents;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .section-icon {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    min-height: 128px;
    min-width: 0;
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    float: none;
    margin: 0;
    padding: 21px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .075);
    transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .section-icon:hover {
    transform: translateY(-4px);
    border-color: rgba(42, 172, 255, .60);
    background: rgba(42, 172, 255, .12);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .section-icon>i {
    position: static !important;
    display: inline-flex;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    align-items: center;
    justify-content: center;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 13px;
    color: #8fd7ff !important;
    background: rgba(42, 172, 255, .12);
    font-size: 22px;
    line-height: 1;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .section-icon>p {
    position: static !important;
    min-width: 0;
    flex: 1 1 auto;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, .92) !important;
    font-size: 13px;
    line-height: 1.55;
    overflow-wrap: anywhere;
    text-align: left !important;
    transform: none !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section {
    background: var(--lms-home-soft) !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-header {
    position: relative;
    margin-bottom: 35px;
    padding-right: 340px;
    text-align: left;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .home-testimonial-actions {
    position: absolute;
    right: 0;
    bottom: 3px;
    display: flex;
    align-items: center;
    gap: 11px;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .home-testimonial-action {
    display: inline-flex;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 15px;
    border: 1px solid var(--lms-home-border);
    border-radius: 12px;
    color: var(--lms-home-heading);
    background: var(--lms-home-surface);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .home-testimonial-action i {
    color: var(--lms-home-blue);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .home-testimonial-action:hover,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .home-testimonial-action:focus {
    transform: translateY(-2px);
    border-color: var(--lms-home-blue);
    color: var(--lms-home-heading);
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(42, 172, 255, .14);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .home-testimonial-action-primary {
    border-color: var(--lms-home-blue);
    color: #ffffff;
    background: var(--lms-home-blue);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .home-testimonial-action-primary i,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .home-testimonial-action-primary:hover,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .home-testimonial-action-primary:focus {
    color: #ffffff;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .home-testimonial-action-primary:hover,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .home-testimonial-action-primary:focus {
    border-color: var(--lms-home-blue-dark);
    background: var(--lms-home-blue-dark);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-header-description {
    max-width: 680px;
    margin: 12px 0 0;
    color: var(--lms-home-muted);
    font-size: 15px;
    line-height: 1.7;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-header-divider {
    width: 53px;
    margin: 13px 0 0;
    background: var(--lms-home-blue);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .slider-container {
    gap: 25px;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .testimonial-card,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .testimonial-card.featured {
    border: 1px solid var(--lms-home-border);
    border-radius: 21px;
    color: var(--lms-home-text);
    background: var(--lms-home-surface);
    box-shadow: var(--lms-home-shadow);
    transition: border-color .25s ease, box-shadow .25s ease;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .testimonial-card:hover {
    border-color: rgba(42, 172, 255, .55);
    box-shadow: 0 20px 42px rgba(42, 172, 255, .12);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .testimonial-avatar {
    border-color: var(--lms-home-blue-soft);
    background: var(--lms-home-blue-soft);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .testimonial-name,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .testimonial-comment-label {
    color: var(--lms-home-heading) !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .testimonial-course {
    color: var(--lms-home-blue) !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .testimonial-meta,
:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .testimonial-comment-text {
    color: var(--lms-home-muted) !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .testimonial-divider {
    background: var(--lms-home-border);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .testimonial-comment {
    border-color: var(--lms-home-border);
    background: var(--lms-home-soft);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .slider-nav {
    border: 1px solid var(--lms-home-border);
    color: var(--lms-home-heading);
    background: var(--lms-home-surface);
    box-shadow: var(--lms-home-shadow);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .slider-nav:hover:not(:disabled) {
    border-color: var(--lms-home-blue);
    color: #ffffff;
    background: var(--lms-home-blue);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .slider-dot {
    background: var(--lms-home-border);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .slider-dot.active {
    background: var(--lms-home-blue);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .modern-gallery-section {
    background: var(--lms-home-page) !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .modern-gallery-card {
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 26px;
    background: #111528;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .modern-gallery-overlay {
    background: linear-gradient(90deg, rgba(17, 21, 40, .94), rgba(17, 21, 40, .70) 43%, rgba(17, 21, 40, .19));
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .modern-gallery-badge {
    border-color: rgba(42, 172, 255, .50);
    color: #8fd7ff;
    background: rgba(42, 172, 255, .14);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .modern-gallery-btn {
    border-radius: 13px;
    background: #2aacff;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .modern-gallery-link:hover .modern-gallery-btn {
    background: #078bdd;
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content>.map-wrapper {
    width: min(1240px, calc(100% - 52px));
    margin: 0 auto 76px;
    border: 1px solid #e2e9f2;
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(17, 21, 40, .10);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content>.map-wrapper .map-overlay-btn {
    border-radius: 13px;
    background: #2aacff;
    box-shadow: 0 10px 25px rgba(17, 21, 40, .17);
}

:where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content>.map-wrapper .map-overlay-btn:hover {
    background: #078bdd;
    box-shadow: 0 12px 25px rgba(42, 172, 255, .28);
}

html:where([data-pub~="index"], [data-pub~="index"] *)[data-theme="dark"] #wrapper-content>.map-wrapper,
html:where([data-pub~="index"], [data-pub~="index"] *)[data-bs-theme="dark"] #wrapper-content>.map-wrapper,
html:where([data-pub~="index"], [data-pub~="index"] *).dark #wrapper-content>.map-wrapper,
html:where([data-pub~="index"], [data-pub~="index"] *).dark-mode #wrapper-content>.map-wrapper,
body:where([data-pub~="index"], [data-pub~="index"] *)[data-theme="dark"] #wrapper-content>.map-wrapper,
body:where([data-pub~="index"], [data-pub~="index"] *)[data-bs-theme="dark"] #wrapper-content>.map-wrapper,
body:where([data-pub~="index"], [data-pub~="index"] *).dark #wrapper-content>.map-wrapper,
body:where([data-pub~="index"], [data-pub~="index"] *).dark-mode #wrapper-content>.map-wrapper,
body:where([data-pub~="index"], [data-pub~="index"] *).dark-theme #wrapper-content>.map-wrapper {
    border-color: #29334b;
    box-shadow: 0 20px 55px rgba(0, 0, 0, .31);
}

@media (max-width: 1199px) {
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .top-courses-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}
@media (max-width: 991px) {
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic {
        height: 620px !important;
        min-height: 620px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .choose-course-wrapper,
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .why-choose-us-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .why-choose-us-wrapper-bottom>.container {
        padding: 33px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-header {
        padding-right: 0;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .home-testimonial-actions {
        position: static;
        margin-top: 20px;
    }

}
@media (max-width: 767px) {
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.choose-course,
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.top-courses-modern,
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.testimonials-section,
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.modern-gallery-section {
        padding: 62px 0;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.choose-course>.container,
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.top-courses-modern>.container,
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.modern-gallery-section>.container,
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .main-content>.content>.testimonials-section>.testimonials-container {
        width: calc(100% - 32px);
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic {
        width: 100% !important;
        height: 560px !important;
        min-height: 560px !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-content .container {
        width: calc(100% - 44px) !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-title {
        font-size: 38px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-desc {
        font-size: 16px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .choose-course-wrapper {
        gap: 14px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .item-course {
        min-height: 207px;
        padding: 20px 12px;
        border-radius: 19px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .name-course a {
        font-size: 13px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .top-courses-grid {
        gap: 15px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-image {
        height: 165px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us {
        padding: 58px 15px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .why-choose-us-wrapper-bottom {
        border-radius: 22px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .why-choose-us-wrapper-bottom>.container {
        padding: 26px 18px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .why-choose-us-wrapper {
        gap: 12px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .section-icon {
        min-height: 112px;
        gap: 11px;
        padding: 15px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .section-icon>i {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 19px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .section-icon>p {
        font-size: 12px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .modern-gallery-content {
        background: #111528;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .modern-gallery-overlay {
        background: linear-gradient(180deg, rgba(17, 21, 40, .22), rgba(17, 21, 40, .95));
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content>.map-wrapper {
        width: calc(100% - 30px);
        margin-bottom: 55px;
        border-radius: 20px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content>.map-wrapper iframe {
        height: 360px;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .home-testimonial-actions {
        flex-wrap: wrap;
    }

}
@media (max-width: 420px) {
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic {
        height: 520px !important;
        min-height: 520px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #homeHeroDynamic .home-hero-title {
        font-size: 32px !important;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .choose-course-wrapper,
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .why-choose-us-wrapper {
        grid-template-columns: 1fr;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .top-courses-grid {
        grid-template-columns: 1fr;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .home-testimonial-actions {
        align-items: stretch;
        flex-direction: column;
    }

    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .home-testimonial-action {
        width: 100%;
    }

}
@media (prefers-reduced-motion: reduce) {
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .choose-course .item-course,
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-card,
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-image img,
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #featured-popular-courses .popular-course-btn,
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .why-choose-us .section-icon,
    :where([data-pub~="index"], [data-pub~="index"] *)#wrapper-content #page-wrapper .testimonials-section .testimonial-card {
        transition: none;
    }

}
:where([data-pub~="index"], [data-pub~="index"] *)#featured-popular-courses .group-title-index,
:where([data-pub~="index"], [data-pub~="index"] *).choose-course .group-title-index {
    text-align: center !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#featured-popular-courses .group-title-index .top-title,
:where([data-pub~="index"], [data-pub~="index"] *)#featured-popular-courses .group-title-index .center-title,
:where([data-pub~="index"], [data-pub~="index"] *).choose-course .group-title-index .top-title,
:where([data-pub~="index"], [data-pub~="index"] *).choose-course .group-title-index .center-title {
    text-align: center !important;
}

:where([data-pub~="index"], [data-pub~="index"] *)#featured-popular-courses .group-title-index .bottom-title,
:where([data-pub~="index"], [data-pub~="index"] *).choose-course .group-title-index .bottom-title {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* Page: reviews.php */
html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonials-section,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonials-section,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonials-section,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonials-section,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonials-section {
    color-scheme: dark;
    color: #e7ebf4;
    background: #0c1020;
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] body,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"],
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme,
html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] #wrapper-content,
html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] #page-wrapper,
html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .main-content,
html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .main-content>.content,
html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .content>.section.nav-subscribe,
html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .section.intro-edu,
html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .intro-edu-wrapper,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] #wrapper-content,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] #page-wrapper,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .main-content,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .main-content>.content,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .content>.section.nav-subscribe,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .section.intro-edu,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .intro-edu-wrapper,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode #wrapper-content,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode #page-wrapper,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .main-content,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .main-content>.content,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .content>.section.nav-subscribe,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .section.intro-edu,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .intro-edu-wrapper,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark #wrapper-content,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark #page-wrapper,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .main-content,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .main-content>.content,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .content>.section.nav-subscribe,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .section.intro-edu,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .intro-edu-wrapper,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme #wrapper-content,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme #page-wrapper,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .main-content,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .main-content>.content,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .content>.section.nav-subscribe,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .section.intro-edu,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .intro-edu-wrapper {
    background-color: #0c1020;
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonials-container,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonials-container,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonials-container,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonials-container,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonials-container {
    color: #e7ebf4;
    background-color: transparent;
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonials-header-title,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonials-header-title,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonials-header-title,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonials-header-title,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonials-header-title,
html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-name,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-name,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonial-name,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonial-name,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonial-name {
    color: #f4f7fb;
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonials-header-description,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonials-header-description,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonials-header-description,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonials-header-description,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonials-header-description,
html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-meta,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-meta,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonial-meta,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonial-meta,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonial-meta {
    color: #9ba5b8;
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonials-header-label,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonials-header-label,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonials-header-label,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonials-header-label,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonials-header-label,
html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-course,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-course,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonial-course,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonial-course,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonial-course,
html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-comment-label,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-comment-label,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonial-comment-label,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonial-comment-label,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonial-comment-label {
    color: #2aacff;
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-card,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-card,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonial-card,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonial-card,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonial-card {
    border-color: rgba(255, 255, 255, 0.11);
    color: #e7ebf4;
    background: #181d31;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-card.featured,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-card.featured,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonial-card.featured,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonial-card.featured,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonial-card.featured {
    border-color: rgba(42, 172, 255, 0.65);
    background: linear-gradient(145deg, #1b2238, #151a2d);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-card:hover,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-card:hover,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonial-card:hover,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonial-card:hover,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonial-card:hover {
    border-color: rgba(42, 172, 255, 0.70);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-avatar,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-avatar,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonial-avatar,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonial-avatar,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonial-avatar {
    border-color: #202842;
    background-color: #111528;
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-avatar img,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-avatar img,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonial-avatar img,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonial-avatar img,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonial-avatar img {
    border-color: #181d31;
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-divider,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-divider,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonial-divider,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonial-divider,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonial-divider {
    border-color: rgba(255, 255, 255, 0.11);
    background-color: rgba(255, 255, 255, 0.11);
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-comment,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-comment,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonial-comment,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonial-comment,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonial-comment {
    color: #c5ccda;
    background-color: #111528;
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-comment-text,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .testimonial-comment-text,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .testimonial-comment-text,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .testimonial-comment-text,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .testimonial-comment-text {
    color: #c5ccda;
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .slider-nav,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .slider-nav,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .slider-nav,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .slider-nav,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .slider-nav {
    border-color: rgba(255, 255, 255, 0.12);
    color: #f4f7fb;
    background: #181d31;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .slider-nav:hover:not(:disabled),
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .slider-nav:hover:not(:disabled),
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .slider-nav:hover:not(:disabled),
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .slider-nav:hover:not(:disabled),
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .slider-nav:hover:not(:disabled) {
    border-color: #2aacff;
    color: #ffffff;
    background: #2aacff;
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .slider-nav:disabled,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .slider-nav:disabled,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .slider-nav:disabled,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .slider-nav:disabled,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .slider-nav:disabled {
    color: #687287;
    background: #111528;
    opacity: 0.6;
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .slider-dot,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .slider-dot,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .slider-dot,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .slider-dot,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .slider-dot {
    border-color: #556078;
    background: #556078;
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .slider-dot.active,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] .slider-dot.active,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode .slider-dot.active,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark .slider-dot.active,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-theme .slider-dot.active {
    border-color: #2aacff;
    background: #2aacff;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).testimonials-section,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).testimonials-container,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).testimonials-header-title,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).testimonials-header-description,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).testimonial-card,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).testimonial-avatar,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).testimonial-avatar img,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).testimonial-name,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).testimonial-course,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).testimonial-meta,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).testimonial-divider,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).testimonial-comment,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).testimonial-comment-label,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).testimonial-comment-text,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).slider-nav,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).slider-dot {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

body:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page {
    --tb-background: #f3f6fb;
    --tb-surface: #ffffff;
    --tb-surface-soft: #f6f8fc;
    --tb-surface-blue: #edf8ff;
    --tb-border: #e5ebf4;
    --tb-text: #111528;
    --tb-muted: #748098;
    --tb-primary: #2aacff;
    --tb-primary-strong: #1198ed;
    --tb-navy: #111528;
    --tb-shadow: 0 18px 48px rgba(17, 21, 40, 0.065);
    margin: 0;
    color: var(--tb-text);
    background: var(--tb-background);
    font-family: "Lato", sans-serif;
}

html:where([data-pub~="reviews"], [data-pub~="reviews"] *)[data-theme="dark"] body.tb-page,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page[data-theme="dark"],
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page.dark,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page.dark-mode,
body:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page.dark-theme,
html:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark body.tb-page,
html:where([data-pub~="reviews"], [data-pub~="reviews"] *).dark-mode body.tb-page {
    --tb-background: #0b1020;
    --tb-surface: #151b2f;
    --tb-surface-soft: #1b233a;
    --tb-surface-blue: #13283c;
    --tb-border: #273149;
    --tb-text: #f3f6ff;
    --tb-muted: #a0abc2;
    --tb-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
    color-scheme: dark;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page #wrapper-content,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page #page-wrapper,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .main-content,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .main-content>.content,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .content>.section.nav-subscribe,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .section.intro-edu,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .intro-edu-wrapper {
    background-color: var(--tb-background) !important;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-section {
    position: relative;
    min-height: 70vh;
    padding: 148px 24px 82px;
    overflow: hidden;
    color: var(--tb-text);
    background: var(--tb-background) !important;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-section::before,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-section::after {
    position: absolute;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    pointer-events: none;
    content: "";
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-section::before {
    top: 70px;
    right: -170px;
    background: radial-gradient(circle, rgba(42, 172, 255, 0.15), transparent 70%);
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-section::after {
    bottom: 24px;
    left: -180px;
    background: radial-gradient(circle, rgba(42, 172, 255, 0.09), transparent 70%);
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-container {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(1280px, 100%);
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 22px;
    margin: 0 auto;
    padding: 0;
    background: transparent !important;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-header {
    position: relative;
    display: flex;
    min-height: 245px;
    grid-column: span 8;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 37px 42px;
    overflow: hidden;
    border: 1px solid rgba(42, 172, 255, 0.15);
    border-radius: 26px;
    background: linear-gradient(135deg, #111528 0%, #172441 62%, #193552 100%);
    box-shadow: var(--tb-shadow);
    text-align: left;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-header::after {
    position: absolute;
    top: -86px;
    right: -42px;
    width: 235px;
    height: 235px;
    border: 42px solid rgba(42, 172, 255, 0.11);
    border-radius: 50%;
    pointer-events: none;
    content: "";
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-header-label {
    position: relative;
    z-index: 1;
    margin: 0 0 11px;
    color: var(--tb-primary) !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-header-title {
    position: relative;
    z-index: 1;
    margin: 0 0 11px;
    color: #ffffff !important;
    font-size: clamp(37px, 4.4vw, 56px);
    font-weight: 900;
    letter-spacing: -1.3px;
    line-height: 1.09;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-header-divider {
    width: 56px;
    height: 3px;
    margin: 2px 0 14px;
    border: 0;
    border-radius: 999px;
    background: var(--tb-primary);
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-header-description {
    position: relative;
    z-index: 1;
    max-width: 570px;
    margin: 0;
    color: rgba(255, 255, 255, 0.79) !important;
    font-size: 15px;
    line-height: 1.7;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-stat-grid {
    display: grid;
    grid-column: span 4;
    gap: 16px;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-stat-card {
    display: flex;
    min-height: 114px;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    border: 1px solid var(--tb-border);
    border-radius: 21px;
    background: var(--tb-surface);
    box-shadow: var(--tb-shadow);
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-stat-icon {
    display: inline-flex;
    width: 49px;
    height: 49px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: var(--tb-primary);
    background: var(--tb-surface-blue);
    font-size: 19px;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-stat-copy {
    min-width: 0;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-stat-value {
    display: block;
    margin-bottom: 4px;
    color: var(--tb-text);
    font-size: 29px;
    font-weight: 900;
    line-height: 1;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-stat-label {
    display: block;
    color: var(--tb-muted);
    font-size: 12px;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-feedback-panel {
    grid-column: 1 / -1;
    min-width: 0;
    padding: 29px 29px 24px;
    overflow: hidden;
    border: 1px solid var(--tb-border);
    border-radius: 26px;
    background: var(--tb-surface);
    box-shadow: var(--tb-shadow);
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-feedback-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 23px;
    padding: 0 4px;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-feedback-title {
    margin: 0 0 5px;
    color: var(--tb-text);
    font-size: 22px;
    font-weight: 900;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-feedback-description {
    margin: 0;
    color: var(--tb-muted);
    font-size: 13px;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-feedback-count {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid var(--tb-border);
    border-radius: 999px;
    color: var(--tb-primary);
    background: var(--tb-surface-blue);
    font-size: 11px;
    font-weight: 900;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .slider-wrapper {
    position: relative;
    margin: 0;
    padding: 7px 53px 9px;
    overflow: hidden;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .slider-container {
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 25px;
    transition: transform 0.35s ease;
    will-change: transform;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-card,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-card.featured {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 345px;
    flex: 0 0 calc((100% - 75px) / 4);
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 22px 19px;
    border: 1px solid var(--tb-border);
    border-radius: 20px;
    color: var(--tb-text);
    background: var(--tb-surface-soft);
    box-shadow: none;
    text-align: left;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-card.featured {
    border-color: rgba(42, 172, 255, 0.5);
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-card:hover {
    border-color: rgba(42, 172, 255, 0.72);
    box-shadow: 0 10px 28px rgba(42, 172, 255, 0.08);
    transform: translateY(-3px);
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-card::after {
    position: absolute;
    top: 19px;
    right: 17px;
    color: rgba(42, 172, 255, 0.25);
    font-family: Georgia, serif;
    font-size: 52px;
    line-height: 1;
    content: "\201C";
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-avatar {
    width: 66px;
    height: 66px;
    margin: 0 0 14px;
    overflow: hidden;
    border: 3px solid var(--tb-surface-blue);
    border-radius: 18px;
    background: var(--tb-surface-blue);
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 14px;
    object-fit: cover;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-name {
    width: 100%;
    margin: 0 0 5px;
    color: var(--tb-text) !important;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-course {
    width: 100%;
    margin: 0 0 5px;
    color: var(--tb-primary) !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-meta {
    margin: 0;
    color: var(--tb-muted) !important;
    font-size: 11px;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-divider {
    width: 100%;
    height: 1px;
    margin: 16px 0;
    border: 0;
    background: var(--tb-border);
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-comment {
    width: 100%;
    flex: 1;
    margin: 0;
    padding: 12px 13px;
    border: 1px solid var(--tb-border);
    border-radius: 13px;
    background: var(--tb-surface);
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-comment-label {
    margin: 0 0 6px;
    color: var(--tb-primary) !important;
    font-size: 11px;
    font-weight: 900;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-comment-text {
    margin: 0;
    color: var(--tb-text) !important;
    font-size: 12px;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .slider-nav {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tb-border);
    border-radius: 13px;
    color: var(--tb-text);
    background: var(--tb-surface);
    box-shadow: 0 7px 18px rgba(17, 21, 40, 0.08);
    font-size: 27px;
    line-height: 1;
    transform: translateY(-50%);
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .slider-nav.prev {
    left: 0;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .slider-nav.next {
    right: 0;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .slider-nav:hover:not(:disabled) {
    border-color: var(--tb-primary);
    color: #ffffff;
    background: var(--tb-primary);
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .slider-nav:disabled {
    color: var(--tb-muted);
    background: var(--tb-surface-soft);
    cursor: not-allowed;
    opacity: 0.58;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .slider-dots {
    display: flex;
    min-height: 14px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 19px;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: var(--tb-border);
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .slider-dot.active {
    width: 23px;
    background: var(--tb-primary);
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .slider-nav:focus-visible,
:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .slider-dot:focus-visible {
    outline: 3px solid rgba(42, 172, 255, 0.45);
    outline-offset: 3px;
}

:where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .section.intro-edu {
    display: none;
}

@media (max-width: 1200px) {
    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-card,
    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-card.featured {
        flex-basis: calc((100% - 50px) / 3);
    }

}
@media (max-width: 992px) {
    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-header {
        grid-column: 1 / -1;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-stat-grid {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-card,
    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-card.featured {
        flex-basis: calc((100% - 25px) / 2);
    }

}
@media (max-width: 768px) {
    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-section {
        padding: 119px 15px 60px;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-container {
        gap: 16px;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-header {
        min-height: 215px;
        padding: 28px 24px;
        border-radius: 22px;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-header-title {
        font-size: 38px;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-stat-grid {
        gap: 11px;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-stat-card {
        min-height: 96px;
        gap: 10px;
        padding: 15px 12px;
        border-radius: 17px;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-stat-icon {
        width: 39px;
        height: 39px;
        border-radius: 12px;
        font-size: 16px;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-stat-value {
        font-size: 24px;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-stat-label {
        font-size: 11px;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-feedback-panel {
        padding: 20px 15px 19px;
        border-radius: 21px;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-feedback-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-feedback-title {
        font-size: 19px;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .slider-wrapper {
        padding-right: 40px;
        padding-left: 40px;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .slider-nav {
        width: 34px;
        height: 34px;
        border-radius: 11px;
        font-size: 23px;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-card,
    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonial-card.featured {
        flex-basis: 100%;
    }

}
@media (max-width: 420px) {
    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .tb-stat-grid {
        grid-template-columns: 1fr;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-header-title {
        font-size: 33px;
    }

    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .slider-wrapper {
        padding-right: 37px;
        padding-left: 37px;
    }

}
@media (prefers-reduced-motion: reduce) {
    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-section *,
    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-section *::before,
    :where([data-pub~="reviews"], [data-pub~="reviews"] *).tb-page .testimonials-section *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

}

/* Page: forum.php */
html:where([data-pub~="shared-10"], [data-pub~="shared-10"] *)[data-theme="dark"] body,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *)[data-theme="dark"],
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *).dark-mode,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *).dark,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *).dark-theme,
html:where([data-pub~="shared-10"], [data-pub~="shared-10"] *)[data-theme="dark"] #wrapper-content,
html:where([data-pub~="shared-10"], [data-pub~="shared-10"] *)[data-theme="dark"] #page-wrapper,
html:where([data-pub~="shared-10"], [data-pub~="shared-10"] *)[data-theme="dark"] .main-content,
html:where([data-pub~="shared-10"], [data-pub~="shared-10"] *)[data-theme="dark"] .main-content>.content,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *)[data-theme="dark"] #wrapper-content,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *)[data-theme="dark"] #page-wrapper,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *)[data-theme="dark"] .main-content,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *)[data-theme="dark"] .main-content>.content,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *).dark-mode #wrapper-content,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *).dark-mode #page-wrapper,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *).dark-mode .main-content,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *).dark-mode .main-content>.content,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *).dark #wrapper-content,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *).dark #page-wrapper,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *).dark .main-content,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *).dark .main-content>.content,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *).dark-theme #wrapper-content,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *).dark-theme #page-wrapper,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *).dark-theme .main-content,
body:where([data-pub~="shared-10"], [data-pub~="shared-10"] *).dark-theme .main-content>.content {
    background-color: #0c1020;
}

html:where([data-pub~="forum"], [data-pub~="forum"] *)[data-theme="dark"] .thread-card-modern:hover,
body:where([data-pub~="forum"], [data-pub~="forum"] *)[data-theme="dark"] .thread-card-modern:hover,
body:where([data-pub~="forum"], [data-pub~="forum"] *).dark-mode .thread-card-modern:hover,
body:where([data-pub~="forum"], [data-pub~="forum"] *).dark .thread-card-modern:hover,
body:where([data-pub~="forum"], [data-pub~="forum"] *).dark-theme .thread-card-modern:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
}

:where([data-pub~="forum"], [data-pub~="forum"] *).bento-forum-page,
:where([data-pub~="forum"], [data-pub~="forum"] *).bento-panel,
:where([data-pub~="forum"], [data-pub~="forum"] *).community-brand,
:where([data-pub~="forum"], [data-pub~="forum"] *).bento-menu a,
:where([data-pub~="forum"], [data-pub~="forum"] *).course-link,
:where([data-pub~="forum"], [data-pub~="forum"] *).forum-search input,
:where([data-pub~="forum"], [data-pub~="forum"] *).forum-tab,
:where([data-pub~="forum"], [data-pub~="forum"] *).thread-composer,
:where([data-pub~="forum"], [data-pub~="forum"] *).thread-composer input,
:where([data-pub~="forum"], [data-pub~="forum"] *).thread-more,
:where([data-pub~="forum"], [data-pub~="forum"] *).thread-user-modern img,
:where([data-pub~="forum"], [data-pub~="forum"] *).thread-footer,
:where([data-pub~="forum"], [data-pub~="forum"] *).lecturer-profile,
:where([data-pub~="forum"], [data-pub~="forum"] *).attendee-item {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
}

@media (max-width: 1199px) {
    :where([data-pub~="forum"], [data-pub~="forum"] *).bento-forum-grid {
        grid-template-columns: 230px minmax(0, 1fr);
        grid-template-areas: "hero hero" "navigation composer" "navigation thread-one" "navigation thread-two" "course lecturer" "attendees attendees";
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).bento-navigation {
        top: 15px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).attendee-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}
@media (max-width: 767px) {
    :where([data-pub~="forum"], [data-pub~="forum"] *).bento-forum-page {
        padding: 30px 12px 48px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).bento-forum-grid {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: "hero" "navigation" "composer" "course" "thread-one" "thread-two" "lecturer" "attendees";
        gap: 14px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).bento-panel {
        border-radius: 19px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).bento-hero {
        display: block;
        min-height: 0;
        padding: 28px 22px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).bento-hero p {
        font-size: 14px;
        line-height: 1.65;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).bento-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 24px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).bento-navigation {
        position: static;
        padding: 20px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).community-brand {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).bento-menu {
        grid-template-columns: repeat(3, minmax(110px, 1fr));
        overflow-x: auto;
        margin-bottom: 22px;
        padding-bottom: 4px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).bento-menu a {
        justify-content: center;
        white-space: nowrap;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).course-list-mobile {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 5px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).course-link {
        flex: 0 0 auto;
        min-width: 155px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).bento-composer,
    :where([data-pub~="forum"], [data-pub~="forum"] *).thread-card-modern,
    :where([data-pub~="forum"], [data-pub~="forum"] *).course-summary,
    :where([data-pub~="forum"], [data-pub~="forum"] *).lecturer-card,
    :where([data-pub~="forum"], [data-pub~="forum"] *).attendees-card {
        padding: 21px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).panel-heading-row {
        display: block;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).forum-search {
        margin-top: 15px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).thread-composer {
        align-items: stretch;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).new-thread-btn {
        min-width: 52px;
        padding: 0 15px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).new-thread-btn span {
        display: none;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).thread-footer {
        align-items: flex-end;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).thread-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).attendee-list {
        grid-template-columns: minmax(0, 1fr);
    }

}
@media (max-width: 420px) {
    :where([data-pub~="forum"], [data-pub~="forum"] *).bento-hero-stats,
    :where([data-pub~="forum"], [data-pub~="forum"] *).course-mini-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).thread-topline {
        gap: 10px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).thread-title-wrap h2 {
        font-size: 18px;
    }

    :where([data-pub~="forum"], [data-pub~="forum"] *).response-btn {
        padding: 9px 11px;
    }

}

/* Page: employess.php */
:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-card,
:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-card-name,
:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-header-title,
:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-header-subtitle,
:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-section-title,
:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal,
:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-body,
:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-footer,
:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-section-title,
:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-text,
:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-fact-item,
:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-fact-label,
:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-fact-value,
:where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-course-item {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

@media (max-width: 768px) {
    :where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-header-title {
        font-size: 2rem;
    }

    :where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-section-title {
        font-size: 1.5rem;
    }

    :where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-cards-grid {
        gap: 20px;
    }

    :where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-card {
        flex-basis: 280px;
    }

    :where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal {
        max-width: 100%;
        margin: 20px;
    }

    :where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-body {
        padding: 25px 20px;
    }

    :where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-modal-fact-label {
        min-width: 100px;
        font-size: 0.9rem;
    }

}
@media (max-width: 480px) {
    :where([data-pub~="employess"], [data-pub~="employess"] *).lms-emp-card {
        flex-basis: 100%;
        max-width: 100%;
    }

}

/* Page: partners.php */
:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-main-title,
:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-main-subtitle,
:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-item-card,
:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-logo-container,
:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-company-name,
:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-type-label,
:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-verify-button,
:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-info-section,
:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-detail-label,
:where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-detail-value {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

@media (max-width: 768px) {
    :where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-main-title {
        font-size: 2rem;
    }

    :where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-grid-container {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 20px;
    }

    :where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-logo-container {
        height: 120px;
    }

    :where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-logo-image {
        max-height: 100px;
    }

}
@media (max-width: 480px) {
    :where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-grid-container {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }

    :where([data-pub~="partners"], [data-pub~="partners"] *).lms-partner-item-card {
        padding: 20px 15px;
    }

}

/* Page: faq.php */
html:where([data-pub~="faq"], [data-pub~="faq"] *)[data-theme="dark"] .faq-search-box,
body:where([data-pub~="faq"], [data-pub~="faq"] *)[data-theme="dark"] .faq-search-box,
body:where([data-pub~="faq"], [data-pub~="faq"] *).dark-mode .faq-search-box,
body:where([data-pub~="faq"], [data-pub~="faq"] *).dark .faq-search-box,
body:where([data-pub~="faq"], [data-pub~="faq"] *).dark-theme .faq-search-box {
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

html:where([data-pub~="faq"], [data-pub~="faq"] *)[data-theme="dark"] .mini-support,
body:where([data-pub~="faq"], [data-pub~="faq"] *)[data-theme="dark"] .mini-support,
body:where([data-pub~="faq"], [data-pub~="faq"] *).dark-mode .mini-support,
body:where([data-pub~="faq"], [data-pub~="faq"] *).dark .mini-support,
body:where([data-pub~="faq"], [data-pub~="faq"] *).dark-theme .mini-support {
    background: linear-gradient(135deg, rgba(42, 172, 255, 0.16), rgba(255, 255, 255, 0.05));
}

html:where([data-pub~="faq"], [data-pub~="faq"] *)[data-theme="dark"] .faq-item:hover,
body:where([data-pub~="faq"], [data-pub~="faq"] *)[data-theme="dark"] .faq-item:hover,
body:where([data-pub~="faq"], [data-pub~="faq"] *).dark-mode .faq-item:hover,
body:where([data-pub~="faq"], [data-pub~="faq"] *).dark .faq-item:hover,
body:where([data-pub~="faq"], [data-pub~="faq"] *).dark-theme .faq-item:hover {
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

:where([data-pub~="faq"], [data-pub~="faq"] *).faq-top-card,
:where([data-pub~="faq"], [data-pub~="faq"] *).faq-sidebar,
:where([data-pub~="faq"], [data-pub~="faq"] *).faq-list-panel,
:where([data-pub~="faq"], [data-pub~="faq"] *).faq-item,
:where([data-pub~="faq"], [data-pub~="faq"] *).faq-question,
:where([data-pub~="faq"], [data-pub~="faq"] *).faq-search-box,
:where([data-pub~="faq"], [data-pub~="faq"] *).faq-search-box input,
:where([data-pub~="faq"], [data-pub~="faq"] *).category-btn,
:where([data-pub~="faq"], [data-pub~="faq"] *).quick-links button,
:where([data-pub~="faq"], [data-pub~="faq"] *).mini-support {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
}

:where([data-pub~="faq"], [data-pub~="faq"] *).support-btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 1050px) {
    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-categories {
        grid-template-columns: repeat(4, 1fr);
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-content-grid {
        grid-template-columns: 1fr;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-sidebar {
        position: relative;
        top: auto;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).quick-links {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

}
@media (max-width: 760px) {
    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-hero {
        padding: 70px 16px 100px;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-hero p {
        font-size: 16px;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-search-box {
        border-radius: 22px;
        padding: 10px;
        flex-direction: column;
        align-items: stretch;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-search-box i {
        top: 24px;
        left: 24px;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-search-box input {
        padding: 14px 14px 14px 45px;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-search-box button {
        position: static;
        margin-top: 8px;
        width: 100%;
        padding: 13px 18px;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-container {
        padding: 0 15px 55px;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-top-card,
    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-list-panel,
    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-sidebar,
    :where([data-pub~="faq"], [data-pub~="faq"] *).support-card {
        border-radius: 18px;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-category-title {
        flex-direction: column;
        align-items: flex-start;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-categories {
        grid-template-columns: repeat(2, 1fr);
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).quick-links {
        grid-template-columns: 1fr;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-list-panel {
        padding: 22px;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-section-heading h2 {
        font-size: 24px;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-question {
        padding: 18px;
        font-size: 15px;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-answer-inner {
        padding: 0 18px 20px 18px;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).support-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 26px;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).support-actions {
        width: 100%;
        justify-content: flex-start;
    }

    :where([data-pub~="faq"], [data-pub~="faq"] *).support-btn {
        width: 100%;
        justify-content: center;
    }

}
@media (max-width: 480px) {
    :where([data-pub~="faq"], [data-pub~="faq"] *).faq-categories {
        grid-template-columns: 1fr;
    }

}

/* Shared legacy components, variables, dark mode and responsive rules */
:where([data-pub~="site"], [data-pub~="site"] *).btn {
    border: 0;
    border-radius: 0;
    padding: 0 25px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    color: #fff;
    transition: all 0.2s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn span {
    margin-bottom: 0 !important;
    position: relative;
    z-index: 10;
    display: inline-block;
    transition: all 0.25s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green {
    background-color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #078bdd;
    width: 100%;
    height: 100%;
    top: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green:hover {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green:hover:after {
    right: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green:focus span {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green-2 {
    line-height: 40px;
    background-color: transparent;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green-2:before {
    position: absolute;
    content: '';
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    left: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green-2:after {
    position: absolute;
    content: '';
    background-color: #2aacff;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green-2:hover {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green-2:hover:after {
    right: -100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green-2:focus span {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green-3 {
    line-height: 40px;
    background-color: transparent;
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green-3:before {
    position: absolute;
    content: '';
    border: 2px solid #2aacff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green-3:after {
    position: absolute;
    content: '';
    background-color: #2aacff;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green-3:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green-3:hover:after {
    right: -100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green-3:focus span {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition {
    line-height: 40px;
    background-color: transparent;
    padding: 0 27px;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition:before {
    position: absolute;
    content: '';
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    left: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #2aacff;
    width: 100%;
    height: 100%;
    top: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition:hover {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition:hover:after {
    right: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition:focus span {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition-2 {
    line-height: 40px;
    background-color: transparent;
    color: #242c42;
    padding: 0 27px;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition-2:before {
    position: absolute;
    content: '';
    border: 2px solid #242c42;
    width: 100%;
    height: 100%;
    left: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition-2:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #242c42;
    width: 100%;
    height: 100%;
    top: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition-2:hover span {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition-2:hover:after {
    right: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition-2:focus span {
    color: #242c42;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition-2:focus:hover span {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition-3 {
    line-height: 40px;
    background-color: transparent;
    padding: 0 27px;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition-3:before {
    position: absolute;
    content: '';
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    left: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition-3:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition-3:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition-3:hover:after {
    right: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition-3:hover:before {
    border-left-color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition-3:focus span {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-blue {
    background-color: #242c42;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-blue:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-blue:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-blue:hover:after {
    right: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-blue:focus span {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-grey {
    background-color: #90a1ae;
    width: 170px;
    line-height: 40px;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-grey:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #2aacff;
    width: 100%;
    height: 100%;
    top: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-grey:hover {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-grey:hover:after {
    right: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-grey:focus span {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-bold {
    font-weight: bold;
    letter-spacing: 1px;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-404 {
    margin: auto;
    width: 200px;
    height: 50px;
    background-color: #e9edf5;
    border: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-404 span {
    font-weight: 900;
    font-size: 24px;
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-404:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #2aacff;
    width: 100%;
    height: 100%;
    top: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-404:hover {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-404:hover:after {
    right: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-404:focus span {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green:after,
:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green-2:after,
:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-green-3:after,
:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition:after,
:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition-2:after,
:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-transition-3:after,
:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-blue:after,
:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-grey:after,
:where([data-pub~="site"], [data-pub~="site"] *).btn.btn-404:after {
    transition: all 0.5s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).group-button {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).group-button button:first-child {
    margin-right: 16px;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn-list-grid li {
    display: inline-block;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn-list-grid li.active button {
    background: #49575f;
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn-list-grid li.active:hover button {
    background: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn-list-grid li:hover button {
    background: rgba(73, 87, 95, 0.5);
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn-list-grid .btn-list,
:where([data-pub~="site"], [data-pub~="site"] *).btn-list-grid .btn-grid {
    display: inline-block;
    border: none;
    background: transparent;
    transition: all .2s ease-in-out;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn-list-grid .btn-grid {
    margin-right: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).title-2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 25px;
}

:where([data-pub~="site"], [data-pub~="site"] *).background-opacity {
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).background-opacity:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(10, 15, 28, 0.7);
}

:where([data-pub~="site"], [data-pub~="site"] *).background-opacity-2 {
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).background-opacity-2:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

:where([data-pub~="site"], [data-pub~="site"] *).section-padding {
    padding: 100px 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).section-padding-2 {
    padding-left:20px;
    padding-right:20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).group-title-index {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

:where([data-pub~="site"], [data-pub~="site"] *).group-title-index .top-title {
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 16px;
}

:where([data-pub~="site"], [data-pub~="site"] *).group-title-index .center-title {
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    line-height: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).group-title-index .bottom-title {
    position: relative;
    display: inline-block;
}

:where([data-pub~="site"], [data-pub~="site"] *).group-title-index .bottom-title .bottom-icon {
    margin: 0 auto;
    font-size: 26px;
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).group-title-index .bottom-title:after,
:where([data-pub~="site"], [data-pub~="site"] *).group-title-index .bottom-title:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 2px;
    background-color: #2aacff;
    top: 50%;
    margin-top: -5px;
}

:where([data-pub~="site"], [data-pub~="site"] *).group-title-index .bottom-title:after {
    left: -32px;
}

:where([data-pub~="site"], [data-pub~="site"] *).group-title-index .bottom-title:before {
    right: -32px;
}

:where([data-pub~="site"], [data-pub~="site"] *).group-btn-slider .btn-prev,
:where([data-pub~="site"], [data-pub~="site"] *).group-btn-slider .btn-next {
    position: absolute;
    font-size: 24px;
    border: 2px solid;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 53px;
    border-radius: 50%;
    opacity: 0.3;
    top: 50%;
    margin-top: -25px;
    padding: 0;
    transition: all 0.3s linear;
    cursor: pointer;
    z-index: 10;
}

@media screen and (min-width: 850px) and (max-width: 950px) {
    :where([data-pub~="site"], [data-pub~="site"] *).group-btn-slider .btn-prev,
    :where([data-pub~="site"], [data-pub~="site"] *).group-btn-slider .btn-next {
        position: absolute;
        font-size: 24px;
        border: 2px solid;
        height: 45px;
        width: 45px;
        text-align: center;
        line-height: 53px;
        border-radius: 50%;
        opacity: 0.3;
        top: 50%;
        margin-top: -25px;
        padding: 0;
        transition: all 0.3s linear;
        cursor: pointer;
        z-index: 10;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).be {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 25px;
        position: relative;
        bottom: 6px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

}
:where([data-pub~="site"], [data-pub~="site"] *).group-btn-slider .btn-prev:hover,
:where([data-pub~="site"], [data-pub~="site"] *).group-btn-slider .btn-next:hover {
    opacity: 1;
}

:where([data-pub~="site"], [data-pub~="site"] *).group-btn-slider .btn-prev {
    left: 1%;
}

:where([data-pub~="site"], [data-pub~="site"] *).group-btn-slider .btn-next {
    right: 1%;
}

:where([data-pub~="site"], [data-pub~="site"] *).info .item {
    text-transform: capitalize;
    display: inline-block;
}

:where([data-pub~="site"], [data-pub~="site"] *).info .item a {
    color: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).info .item a:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).info .item:after {
    content: '|';
    margin: 0 5px;
    color: #bfc9ce;
}

:where([data-pub~="site"], [data-pub~="site"] *).info .item:last-child {
    margin: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).info .item:last-child:after {
    display: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).info-more .item {
    display: inline-block;
    margin-right: 12px;
    color: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).info-more .item:last-child {
    margin-right: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).info-more .item i,
:where([data-pub~="site"], [data-pub~="site"] *).info-more .item p {
    display: inline-block;
    margin-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).info-more .item i {
    margin-right: 5px;
}

:where([data-pub~="site"], [data-pub~="site"] *).star-rating {
    position: relative;
    display: block;
    float: left;
    line-height: 1;
    width: 65px;
    height: 1em;
    overflow: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    top: 0;
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #e2cf00;
    float: left;
}

:where([data-pub~="site"], [data-pub~="site"] *).star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #e2cf00;
}

:where([data-pub~="site"], [data-pub~="site"] *).star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    font-family: FontAwesome;
}

:where([data-pub~="site"], [data-pub~="site"] *).star-rating span.width-10 {
    width: 10%;
}

:where([data-pub~="site"], [data-pub~="site"] *).star-rating span.width-20 {
    width: 20%;
}

:where([data-pub~="site"], [data-pub~="site"] *).star-rating span.width-30 {
    width: 30%;
}

:where([data-pub~="site"], [data-pub~="site"] *).star-rating span.width-40 {
    width: 40%;
}

:where([data-pub~="site"], [data-pub~="site"] *).star-rating span.width-50 {
    width: 50%;
}

:where([data-pub~="site"], [data-pub~="site"] *).star-rating span.width-60 {
    width: 60%;
}

:where([data-pub~="site"], [data-pub~="site"] *).star-rating span.width-70 {
    width: 70%;
}

:where([data-pub~="site"], [data-pub~="site"] *).star-rating span.width-80 {
    width: 80%;
}

:where([data-pub~="site"], [data-pub~="site"] *).star-rating span.width-90 {
    width: 90%;
}

:where([data-pub~="site"], [data-pub~="site"] *).star-rating span.width-100 {
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).stars {
    margin-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-1,
:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-2,
:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-3,
:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-4,
:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-5 {
    width: 2em;
    position: relative;
    display: inline-block;
    text-indent: -999px;
    margin-right: 1em;
    border-right: 1px solid #EEE;
}

:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-1:before,
:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-2:before,
:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-3:before,
:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-4:before,
:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-5:before {
    content: "\f006";
    top: 0;
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #e2cf00;
    float: left;
    overflow: hidden;
    text-indent: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-1.active:before,
:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-1:hover:before {
    content: "\f005";
}

:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-2 {
    width: 3em;
}

:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-2:before {
    content: "\f006\f006";
}

:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-2.active:before,
:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-2:hover:before {
    content: "\f005\f005";
}

:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-3 {
    width: 4em;
}

:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-3:before {
    content: "\f006\f006\f006";
}

:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-3.active:before,
:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-3:hover:before {
    content: "\f005\f005\f005";
}

:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-4 {
    width: 5em;
}

:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-4:before {
    content: "\f006\f006\f006\f006";
}

:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-4.active:before,
:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-4:hover:before {
    content: "\f005\f005\f005\f005";
}

:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-5 {
    width: 6em;
    border-right: none;
    margin-right: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-5:before {
    content: "\f006\f006\f006\f006\f006";
}

:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-5.active:before,
:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-5:hover:before {
    content: "\f005\f005\f005\f005\f005";
}

:where([data-pub~="site"], [data-pub~="site"] *).top-content .result-output {
    display: inline-block;
    text-align: left;
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).top-content .result-output .result-count {
    color: #6f8190;
    margin: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-tabs {
    margin-bottom: 40px;
    border: none;
    display: inline-block;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-tabs li {
    padding: 0 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-tabs li .text {
    padding: 0 0 10px 0;
    line-height: 1;
    border: none;
    color: var(--primary-color);
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-tabs li .text:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 2px;
    background-color: #2aacff;
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-tabs li .text:hover {
    background-color: transparent;
    border: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-tabs li .text:hover:after {
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-tabs li.active .text {
    border: none;
    line-height: 1;
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-tabs li.active .text:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #2aacff;
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-tabs li.active .text:focus,
:where([data-pub~="site"], [data-pub~="site"] *).edugate-tabs li.active .text:hover {
    border: none;
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item {
    cursor: pointer;
    background-color: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item.customize {
    background-color: #fafafa;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item.customize:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 3px solid #eaedf5;
    transition: all 0.5s linear;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item.customize:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    right: 100%;
    top: 0px;
    height: 3px;
    background-color: #242c42;
    transition: all 0.5s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item .staff-item-wrapper {
    width: 100%;
    height: 235px;
    overflow: hidden;
    transition: all 0.8s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item .staff-info {
    text-align: center;
    overflow: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item .staff-info .staff-avatar {
    display: block;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item .staff-info .staff-avatar img {
    border-radius: 50%;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
    transition: all 0.8s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item .staff-info .staff-name {
    font-size: 18px;
    color: #49575f;
    text-transform: uppercase;
    margin-bottom: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item .staff-info .staff-job {
    color: #2aacff;
    text-transform: capitalize;
    margin-bottom: 25px;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item .staff-info .staff-desctiption {
    display: none;
    text-align: center;
    font-size: 13px;
    height: 72px;
    overflow: hidden;
    transition: all 0.8s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item .staff-socials {
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item .staff-socials a {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: #a4abaf;
    display: inline-block;
    color: #fff;
    transition: all .2s ease-in;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item .staff-name,
:where([data-pub~="site"], [data-pub~="site"] *).staff-item .staff-job,
:where([data-pub~="site"], [data-pub~="site"] *).staff-item .staff-socials a {
    transition: all 0.5s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item:hover {
    background-color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item:hover .staff-info .staff-avatar img {
    max-width: 90px;
    margin-bottom: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item:hover .staff-info .staff-name {
    color: #fff;
    font-weight: bold;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item:hover .staff-info .staff-job {
    color: #fff;
    margin-bottom: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item:hover .staff-info .staff-desctiption {
    display: block;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item:hover .staff-socials a {
    color: #a4abaf;
    background-color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item:hover .staff-socials a.facebook:hover {
    color: #3b5998;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item:hover .staff-socials a.google:hover {
    color: #dc4e41;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item:hover .staff-socials a.twitter:hover {
    color: #55acee;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item:hover.customize:after {
    right: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item:hover.customize .staff-desctiption {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item2 {
    cursor: pointer;
    background-color: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item2.customize {
    background-color: #fafafa;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item2.customize:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 3px solid #eaedf5;
    transition: all 0.5s linear;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item2.customize:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    right: 100%;
    top: 0px;
    height: 3px;
    background-color: #242c42;
    transition: all 0.5s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item2 .staff-item-wrapper {
    width: 100%;
    height: 235px;
    overflow: hidden;
    transition: all 0.8s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item2 .staff-info {
    text-align: center;
    overflow: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item2 .staff-info .staff-avatar {
    display: block;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item2 .staff-info .staff-avatar img {
    border-radius: 50%;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
    transition: all 0.8s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item2 .staff-info .staff-name {
    font-size: 18px;
    color: #49575f;
    text-transform: uppercase;
    margin-bottom: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item2 .staff-info .staff-job {
    color: #2aacff;
    text-transform: capitalize;
    margin-bottom: 25px;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item2 .staff-info .staff-desctiption {
    display: none;
    text-align: justify;
    font-size: 13px;
    height: 72px;
    overflow: hidden;
    transition: all 0.8s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item2 .staff-socials {
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item2 .staff-socials a {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: #a4abaf;
    display: inline-block;
    color: #fff;
    transition: all .2s ease-in;
}

:where([data-pub~="site"], [data-pub~="site"] *).staff-item2 .staff-name,
:where([data-pub~="site"], [data-pub~="site"] *).staff-item2 .staff-job,
:where([data-pub~="site"], [data-pub~="site"] *).staff-item2 .staff-socials a {
    transition: all 0.5s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *)#back-top a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 2px solid #2aacff;
    background-color: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    z-index: 100;
    color: #2aacff;
    transition: all .5s ease-in-out;
}

@media screen and (min-width: 400px) and (max-width: 431px) {
    :where([data-pub~="site"], [data-pub~="site"] *)#back-top a {
        position: fixed;
        bottom: 60px;
        right: 20px;
        border: 2px solid #2aacff;
        background-color: transparent;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 24px;
        z-index: 100;
        color: #2aacff;
        transition: all .5s ease-in-out;
    }

}
:where([data-pub~="site"], [data-pub~="site"] *)#back-top a:hover {
    background-color: #2aacff;
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).nav-search {
    width: 320px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    bottom: -80px;
}

:where([data-pub~="site"], [data-pub~="site"] *).nav-search form {
    display: table;
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc;
}

:where([data-pub~="site"], [data-pub~="site"] *).nav-search form input[type='text'] {
    border: none;
    display: table-cell;
    width: 225px;
    height: 40px;
    padding: 0 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).nav-search form .searchbutton {
    width: 50px;
    padding: 0;
    display: table-cell;
    border: none;
    box-shadow: none;
    background-color: transparent;
    height: 100%;
    text-align: right;
    padding-right: 20px;
    vertical-align: middle;
}

:where([data-pub~="site"], [data-pub~="site"] *).nav-search form .searchbutton:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).pagination {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).pagination .pagination__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).pagination .pagination__list li {
    display: inline-block;
    margin-right: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).pagination .pagination__list li:last-child {
    margin-right: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).pagination .pagination__list .pagination__page {
    font-size: 14px;
}

:where([data-pub~="site"], [data-pub~="site"] *).pagination .pagination__list .pagination__previous,
:where([data-pub~="site"], [data-pub~="site"] *).pagination .pagination__list .pagination__next {
    position: relative;
    top: 1px;
    line-height: 36px;
}

:where([data-pub~="site"], [data-pub~="site"] *).pagination .pagination__list .btn-squae {
    background-color: #242c42;
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).pagination .pagination__list .btn-squae:hover {
    background-color: #2aacff;
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).pagination .pagination__list .btn-squae.active {
    background-color: #2aacff;
    pointer-events: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn-squae {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #2aacff;
    display: inline-block;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: all 0.2s linear;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn-squae:hover {
    background-color: #242c42;
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn-squae.active {
    background-color: #242c42;
    cursor: pointer;
}

:where([data-pub~="site"], [data-pub~="site"] *).btn-squae.disable {
    background-color: #ccc !important;
    pointer-events: none;
    color: #fff;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar {
    background-color: #111528;
    width: 100%;
    color: #fff;
    line-height: 50px;
    position: fixed;
    z-index: 101;
}

@media screen and (min-width: 300px) and (max-width: 750px) {
    header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar {
        background-color: #111528;
        width: 100%;
        color: #fff;
        line-height: 50px;
        position: fixed;
        z-index: 101;
        top:1px;
        right:0px;
        display: none;
    }

}
header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar a,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar span,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar p {
    color: #fff;
    font-size: 12px;
    transition: all 0.2s ease;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar a:hover,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar span:hover,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar p:hover {
    color: #2aacff;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .email,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .hotline {
    display: inline-block;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .email .topbar-icon,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .hotline .topbar-icon {
    color: #2aacff;
    margin-right: 10px;
    font-size: 16px;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .email {
    margin-right: 20px;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .socials,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .group-sign-in {
    display: inline-flex;
    padding-top: 0;
    margin-left: 28px;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .socials a {
    color: #a7abb3;
    padding: 0px 10px;
    width: auto;
    height: auto;
    background-color: transparent;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .socials a i {
    transition: all 0.3s ease;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .socials a:hover i {
    color: #2aacff;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .socials a:last-child {
    margin-right: 0;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .group-sign-in {
    margin-right: 40px;
    text-transform: capitalize;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .group-sign-in .login:before {
    content: '|';
    margin-right: 10px;
    padding-left: 10px;
    color: #fff !important;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .group-sign-in .login:after {
    content: '|';
    margin-right: 10px;
    padding-left: 10px;
    color: #fff !important;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .group-sign-in .register:after {
    content: '|';
    margin-right: 10px;
    padding-left: 10px;
    color: #fff !important;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar.homepage-03 {
    background-color: #fff;
    color: #242c42;
    border-bottom: 1px solid #e1e1e1;
    line-height: 65px;
    position: relative;
    z-index: 101;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar.homepage-03 a,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar.homepage-03 span,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar.homepage-03 p {
    color: #242c42;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar.homepage-03 a:hover,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar.homepage-03 span:hover,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar.homepage-03 p:hover {
    color: #2aacff;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar.homepage-03 .logo-topbar img {
    margin: 15px auto;
    width: 150px;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar.homepage-03 .group-sign-in .login:after {
    color: #242c42 !important;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main {
    width: 100%;
    background-color: #111528;
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 100;
    right: 0px;
    top: 51px;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo {
    line-height: 100px;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo .header-logo img {
    max-width: 220px;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo .header-logo img {
        max-width: 220px;
        height: auto;
        width:140px;
    }

}
header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation {
    position: relative;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .nav-links {
    position: relative;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .nav-links li .main-menu {
    line-height: 100px;
    padding: 0;
    margin: 0 15px;
    text-transform: uppercase;
    position: relative;
    background-color: transparent;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .nav-links li .main-menu:after {
    position: absolute;
    content: '';
    width: 0;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .nav-links li .main-menu:focus {
    background-color: transparent;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .nav-links li.active .main-menu {
    border-bottom: 5px solid #2aacff;
    color: #2aacff;
    font-weight: bold;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .nav-links li:hover .main-menu {
    background-color: transparent;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .nav-links li:hover .main-menu:after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: -5px;
    height: 5px;
    background-color: #2aacff;
    left: 0;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .nav-links li.button-search {
    cursor: pointer;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .nav-links li.button-search:hover .main-menu {
    background-color: transparent;
    color: #2aacff;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .nav-links li.button-search:hover .main-menu:after {
    display: none;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .icons-dropdown {
    margin-left: 5px;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-1,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-2 {
    top: 105px;
    min-width: 240px;
    border-radius: 0;
    border: none;
    padding-bottom: 0;
    border-bottom: 5px solid #2aacff;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-1 li .link-page,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-2 li .link-page {
    line-height: 40px;
    text-transform: capitalize;
    color: #242c42;
    border: none;
    font-weight: normal;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-1 li:hover,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-2 li:hover {
    background-color: #f5f5f5;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-1 li > a.main-menu,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-2 li > a.main-menu {
    line-height: 40px;
    text-transform: capitalize;
    color: #242c42;
    border: none;
    font-weight: normal;
    padding: 0 15px;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-1 li > a.main-menu:hover,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-2 li > a.main-menu:hover {
    background-color: #f5f5f5;
    color: #242c42;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-2 {
    top: 0;
    margin-top: 0;
    padding-top: 0;
}

header:where([data-pub~="404"], [data-pub~="404"] *) .header-main .edugate-dropdown-menu-2.left {
    left: 100%;
    right: auto;
}

header:where([data-pub~="404"], [data-pub~="404"] *) .header-main .edugate-dropdown-menu-2.right {
    right: 100%;
    left: auto;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.header-fixed {
    position: fixed;
    background-color: #111528;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.header-fixed .logo {
    line-height: 50px;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.header-fixed .logo .header-logo img {
    max-width: 125px;
    width: 100%;
    transition: all .3s ease-in-out;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.header-fixed .navigation .nav-links li .main-menu {
    line-height: 50px;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.header-fixed .edugate-dropdown-menu-1 {
    top: 55px;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.hide-menu {
    top: -66px !important;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03 .navigation {
    text-align: center;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03 .navigation .nav-links {
    display: table;
    float: none;
    margin: 0 auto;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03 .navigation .nav-links li .main-menu {
    line-height: 50px;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03 .navigation .nav-links li:hover .main-menu {
    background-color: transparent;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03 .navigation .nav-links li.button-search:hover .main-menu {
    background-color: transparent;
    color: #2aacff;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03 .navigation .nav-links li.button-search:hover .main-menu:after {
    display: none;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03 .edugate-dropdown-menu-1 {
    top: 55px;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03.header-fixed {
    position: fixed;
    top: 0;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    transition: all .3s ease-in-out;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03.header-fixed .logo {
    display: block;
    line-height: 50px;
    float: left;
    position: relative;
    z-index: 10;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03.header-fixed .logo .header-logo img {
    max-width: 125px;
    width: 100%;
    transition: all .3s ease-in-out;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03.header-fixed .navigation .nav-links {
    float: right;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03.header-fixed .navigation .nav-links li .main-menu:after {
    display: block;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03.header-fixed .navigation .nav-links li.active .main-menu {
    border-bottom: 5px solid #2aacff;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03.header-fixed .edugate-dropdown-menu-1 {
    top: 55px;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-02 {
    display: none;
    transition: all .5s ease-in-out;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-02 .logo {
    line-height: 50px;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-02 .logo .header-logo img {
    max-width: 125px;
    width: 100%;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-02 .navigation .nav-links li .main-menu {
    line-height: 50px;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-02.header-fixed {
    position: fixed;
    top: 0;
    display: block;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-02 .edugate-dropdown-menu-1 li .link-page {
    line-height: 40px !important;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .scroll-nav {
    overflow-y: scroll !important;
}

footer:where([data-pub~="site"], [data-pub~="site"] *) {
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-top {
    background-color: #2aacff;
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-top-wrapper {
    display: table;
    width: 100%;
    height: 120px;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-top-wrapper .footer-top-left {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-right: 50px;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-top-wrapper .footer-top-left .footer-top-focus {
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-top-wrapper .footer-top-left .footer-top-title,
:where([data-pub~="site"], [data-pub~="site"] *).footer-top-wrapper .footer-top-left .footer-top-text {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-top-wrapper .footer-top-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-top-wrapper .footer-top-right input.btn-footer-top {
    background-color: #242c42;
    border: none;
    padding: 15px 30px;
    line-height: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main {
    background-color: #242c42;
    overflow-x: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .footer-main-wrapper {
    padding-top: 100px;
    padding-bottom: 40px;
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .title-widget {
    color: #2aacff;
    padding-bottom: 40px;
    font-size: 16px;
    text-align: left;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .hyperlink {
    border-top: 1px solid #2F374C;
    line-height: 70px;
    min-height: 70px;
    font-weight: bold;
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .hyperlink:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2F374C;
    top: -1px;
    left: -100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .hyperlink:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2F374C;
    top: -1px;
    right: -100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .hyperlink .hyper-left a {
    font-size: 10px;
    color: #4F5B6B;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .hyperlink .hyper-left a:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .hyperlink .hyper-right {
    font-size: 12px;
    color: #4F5B6B;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .hyperlink ul.list-inline {
    margin-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .widget a {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .widget .cur-title {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .recent-post-widget .content-widget a:hover,
:where([data-pub~="site"], [data-pub~="site"] *).footer-main .popular-course-widget .content-widget a:hover,
:where([data-pub~="site"], [data-pub~="site"] *).footer-main .category-widget .content-widget a:hover,
:where([data-pub~="site"], [data-pub~="site"] *).footer-main .archive-widget .content-widget a:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .recent-post-widget .content-widget a:hover span,
:where([data-pub~="site"], [data-pub~="site"] *).footer-main .popular-course-widget .content-widget a:hover span,
:where([data-pub~="site"], [data-pub~="site"] *).footer-main .category-widget .content-widget a:hover span,
:where([data-pub~="site"], [data-pub~="site"] *).footer-main .archive-widget .content-widget a:hover span,
:where([data-pub~="site"], [data-pub~="site"] *).footer-main .recent-post-widget .content-widget a:hover p,
:where([data-pub~="site"], [data-pub~="site"] *).footer-main .popular-course-widget .content-widget a:hover p,
:where([data-pub~="site"], [data-pub~="site"] *).footer-main .category-widget .content-widget a:hover p,
:where([data-pub~="site"], [data-pub~="site"] *).footer-main .archive-widget .content-widget a:hover p,
:where([data-pub~="site"], [data-pub~="site"] *).footer-main .recent-post-widget .content-widget a:hover i,
:where([data-pub~="site"], [data-pub~="site"] *).footer-main .popular-course-widget .content-widget a:hover i,
:where([data-pub~="site"], [data-pub~="site"] *).footer-main .category-widget .content-widget a:hover i,
:where([data-pub~="site"], [data-pub~="site"] *).footer-main .archive-widget .content-widget a:hover i {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .category-widget li,
:where([data-pub~="site"], [data-pub~="site"] *).footer-main .archive-widget li {
    border-bottom-color: #2F374C;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .media {
    border-bottom-color: #2F374C;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .tag-widget {
    margin: 20px 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .tag-widget li {
    margin: 0px 10px 10px 0px;
    display: inline-block;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .tag-widget li .tag-item {
    color: #fff;
    display: inherit;
    padding: 10px;
    background-color: #3B4757;
    transition: all .3s ease-in;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .tag-widget li .tag-item:hover {
    background-color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .tag-widget li .tag-item:hover .tag-item {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).footer-main .course-price-widget .cur-title.cur {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).sidebar a {
    color: #6f8190;
}

:where([data-pub~="site"], [data-pub~="site"] *).sidebar .title-widget {
    background-color: #242c42;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

:where([data-pub~="site"], [data-pub~="site"] *).sidebar .edugate-widget .content-widget,
:where([data-pub~="site"], [data-pub~="site"] *).sidebar .useful-link-widget .content-widget,
:where([data-pub~="site"], [data-pub~="site"] *).sidebar .gallery-widget .content-widget,
:where([data-pub~="site"], [data-pub~="site"] *).sidebar .mailing-widget .content-widget {
    margin: 20px 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).sidebar .widget:last-child {
    margin-bottom: 0 !important;
}

:where([data-pub~="site"], [data-pub~="site"] *).widget {
    margin-bottom: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).widget a:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).widget p {
    line-height: 24px;
}

:where([data-pub~="site"], [data-pub~="site"] *).widget .title-widget {
    font-weight: bold;
    text-transform: uppercase;
}

:where([data-pub~="site"], [data-pub~="site"] *).widget .media {
    border-bottom: 1px solid #dee5e9;
    padding: 20px 0px;
    margin: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).widget .media:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).widget .media .media-left {
    padding-right: 0;
    width: 100px;
    height: auto;
}

:where([data-pub~="site"], [data-pub~="site"] *).widget .media .media-right {
    padding-left: 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).widget .media .media-right span {
    font-size: 12px;
}

:where([data-pub~="site"], [data-pub~="site"] *).widget .media .media-right .comment {
    float: right;
}

:where([data-pub~="site"], [data-pub~="site"] *).widget .media .media-right .comment i {
    margin-right: 3px;
}

:where([data-pub~="site"], [data-pub~="site"] *).widget .media .media-right p {
    margin: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).widget .media .info {
    display: inline-block;
}

:where([data-pub~="site"], [data-pub~="site"] *).widget .media .link {
    display: inline-block;
    color: #6f8190;
}

:where([data-pub~="site"], [data-pub~="site"] *).widget .media .link .media-image {
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).widget .media .link:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-widget p {
    margin-bottom: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-widget .info-list ul {
    margin-bottom: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-widget .info-list ul li {
    display: table;
    border-top: 1px solid #2F374C;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-widget .info-list ul li > i {
    display: table-cell;
    width: 25px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-widget .info-list ul li > a {
    display: table-cell;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-widget .info-list p {
    margin-bottom: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).useful-link-list ul {
    padding: 0px;
    margin: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).useful-link-list ul li {
    margin-bottom: 15px;
    display: table;
    line-height: 24px;
}

:where([data-pub~="site"], [data-pub~="site"] *).useful-link-list ul li a {
    display: table-cell;
}

:where([data-pub~="site"], [data-pub~="site"] *).useful-link-list ul li i {
    display: table-cell;
    width: 15px;
    color: #2aacff;
    font-weight: bold;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-widget .gallery-list a {
    padding: 0 5px 0 0;
    display: inline-block;
    width: 25%;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-widget .gallery-list a:last-child {
    margin-right: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-widget .gallery-list a img {
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-widget .view-more {
    font-size: 12px;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-widget .view-more i {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).mailing-widget p {
    margin-bottom: 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).mailing-widget input.form-control {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).mailing-widget .btn-email {
    background-color: #2aacff;
    line-height: 33px;
    text-align: center;
    padding: 0px 14px;
    width: 39px;
}

:where([data-pub~="site"], [data-pub~="site"] *).mailing-widget .input-group {
    margin-bottom: 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).mailing-widget .form-email-widget {
    height: 33px;
    background-color: #fafafa;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).mailing-widget .form-email-widget:focus,
:where([data-pub~="site"], [data-pub~="site"] *).mailing-widget .form-email-widget:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

:where([data-pub~="site"], [data-pub~="site"] *).socials {
    padding-top: 15px;
    display: block;
}

:where([data-pub~="site"], [data-pub~="site"] *).socials a,
:where([data-pub~="site"], [data-pub~="site"] *).socials .link {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: #3B4757;
    display: inline-block;
    transition: all .3s ease-in;
}

:where([data-pub~="site"], [data-pub~="site"] *).socials a:last-child,
:where([data-pub~="site"], [data-pub~="site"] *).socials .link:last-child {
    margin-right: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).socials a i,
:where([data-pub~="site"], [data-pub~="site"] *).socials .link i {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).socials a:hover,
:where([data-pub~="site"], [data-pub~="site"] *).socials .link:hover {
    background-color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).social-widget {
    margin-top: 30px;
    border: none;
    padding-top: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).social-widget a,
:where([data-pub~="site"], [data-pub~="site"] *).social-widget .link {
    background-color: #a8b0b6;
    margin-bottom: 10px;
    margin-right: 8px;
}

:where([data-pub~="site"], [data-pub~="site"] *).cur {
    color: #2aacff;
    font-weight: 900;
    font-size: 20px;
    margin-top: -5px;
    position: relative;
    margin-left: 7px;
}

:where([data-pub~="site"], [data-pub~="site"] *).cur:before {
    position: absolute;
    content: "$";
    top: 0px;
    left: -8px;
    font-size: 13px;
}

:where([data-pub~="site"], [data-pub~="site"] *).category-widget li,
:where([data-pub~="site"], [data-pub~="site"] *).archive-widget li {
    border-bottom: 1px solid #dee5e9;
    padding: 15px 0px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).category-widget li:last-child,
:where([data-pub~="site"], [data-pub~="site"] *).archive-widget li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).category-widget li .link,
:where([data-pub~="site"], [data-pub~="site"] *).archive-widget li .link {
    color: #6f8190;
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).category-widget li .link span,
:where([data-pub~="site"], [data-pub~="site"] *).archive-widget li .link span {
    color: #6f8190;
}

:where([data-pub~="site"], [data-pub~="site"] *).category-widget li .link:hover,
:where([data-pub~="site"], [data-pub~="site"] *).archive-widget li .link:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).category-widget li .link:hover span,
:where([data-pub~="site"], [data-pub~="site"] *).archive-widget li .link:hover span {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).tag-widget {
    margin-top: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).tag-widget li {
    background-color: #e9eef2;
    margin: 10px 10px 0px 0px;
    display: inline-block;
    transition: all .3s ease-in;
}

:where([data-pub~="site"], [data-pub~="site"] *).tag-widget li .tag-item {
    color: #242c42;
    display: inherit;
    padding: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).tag-widget li:hover {
    background-color: #242c42;
}

:where([data-pub~="site"], [data-pub~="site"] *).tag-widget li:hover .tag-item {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-price-widget .title-widget p {
    position: relative;
    line-height: 80px;
    font-size: 48px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-price-widget .title-widget p:before {
    position: absolute;
    content: '$';
    font-size: 25px;
    top: -15px;
    left: -16px;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-price-widget-wrapper {
    background-color: #fafafa;
    padding: 30px;
    margin-bottom: 0;
    color: #6f8190;
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-price-widget-wrapper .title {
    color: #242c42;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-price-widget-wrapper .length {
    position: relative;
    left: -38px;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-price-widget-wrapper .length:after {
    position: absolute;
    content: "hours";
    left: 22px;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-price-widget-wrapper .firgue {
    position: relative;
    left: -44px;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-price-widget-wrapper .firgue:after {
    position: absolute;
    content: 'people';
    left: 19px;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-price-widget-wrapper .info-row {
    margin-bottom: 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-price-widget-wrapper .info-row:last-child {
    margin-bottom: 25px;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-price-widget-wrapper span {
    text-align: left;
}

:where([data-pub~="site"], [data-pub~="site"] *).author-widget-wrapper {
    background-color: #fafafa;
    margin-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).author-widget-wrapper.customize:before {
    display: none;
    visibility: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).author-widget-wrapper.customize:after {
    display: none;
    visibility: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-banner {
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-banner .owl-controls {
    display: inline-block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-banner .owl-controls .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid #bfc6d7;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-banner .owl-controls .owl-dots .owl-dot.active {
    background-color: #2aacff;
    border: 2px solid #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-banner-02,
:where([data-pub~="site"], [data-pub~="site"] *).slider-banner-03 {
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    min-height: 568px;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-banner-02 .container,
:where([data-pub~="site"], [data-pub~="site"] *).slider-banner-03 .container {
    display: table;
    height: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-banner-02 .slider-banner-wrapper,
:where([data-pub~="site"], [data-pub~="site"] *).slider-banner-03 .slider-banner-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-banner-02 .slider-banner-wrapper .sub-title,
:where([data-pub~="site"], [data-pub~="site"] *).slider-banner-03 .slider-banner-wrapper .sub-title {
    font-size: 25px;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 300;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-banner-02 .slider-banner-wrapper .main-title,
:where([data-pub~="site"], [data-pub~="site"] *).slider-banner-03 .slider-banner-wrapper .main-title {
    font-size: 72px;
    margin: 0;
    margin-bottom: 50px;
    font-weight: 700;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-banner-02 {
    background-image: url("../images/Top-Software-Training-Institutes-in-Chennai.jpg");
    height: 100vh;
    color: #49575f;
    background-size: cover;
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-banner-02 .logo-banner img {
    margin: 0 auto;
    margin-bottom: 25px;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-banner-02 .arrow-down {
    color: #49575f;
    position: absolute;
    bottom: 20px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 30px;
    left: 50%;
    margin-left: -25px;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-banner-02 .arrow-down i {
    font-size: 50px;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-banner-03 {
    background-image: url("../images/Top-Software-Training-Institutes-in-Chennai.jpg");
    color: #fff;
    background-position: top;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-item {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-1,
:where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-2,
:where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-3 {
    background-image: url(../images/Training-Institute.jpg);
    opacity: 0.9;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: table;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-2 {
    background-image: url(../images/devops-training-in-hyderabad.jpg);
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-2 .slider-caption {
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-3 {
    background-image: url(../images/sanchi-institute-kalyan-east-kalyan-computer-training-institutes-fwxwi8jsyd.webp);
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-3 .slider-caption {
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-4 {
    background-image: url(../images/online-course.jpg);
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-caption {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-caption .text-info-2 {
    margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: bold;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    text-shadow: 2px 2px #000;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-caption .text-info-1 {
    margin: 0 0 10px 0;
    font-size: 60px;
    font-weight: 900;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    text-shadow: 2px 2px #000;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-caption .text-info-3 {
    margin: 0 0 23px 0;
    font-size: 20px;
    font-weight: 700;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    text-shadow: 2px 2px #000;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-caption .btn p,
:where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-caption .btn span {
    line-height: 46px;
    font-size: 22px;
    font-weight: 700;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    text-transform: capitalize;
}

:where([data-pub~="site"], [data-pub~="site"] *).progress-bars {
    background-image: url("../images/background-count-number.png");
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).progress-bars .container {
    height: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).progress-bars .progress-bars-content {
    height: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).progress-bars .progress-bar-wrapper {
    width: 100%;
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).progress-bars .progress-bar-wrapper .title-2 {
    margin-bottom: 50px;
}

:where([data-pub~="site"], [data-pub~="site"] *).progress-bars .progress-bar-wrapper .group-btn-slider {
    display: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).progress-bar-number {
    text-align: center;
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 50px;
}

:where([data-pub~="site"], [data-pub~="site"] *).progress-bar-number .num {
    position: relative;
    margin-bottom: 12px;
}

:where([data-pub~="site"], [data-pub~="site"] *).progress-bar-number .num:after {
    content: '+';
    margin-left: 5px;
}

:where([data-pub~="site"], [data-pub~="site"] *).progress-bar-number .num:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -18px;
    background-color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).progress-bar-number .name-inner {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
}

:where([data-pub~="site"], [data-pub~="site"] *).why-choose-us {
    background-color: #242c42;
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper {
    text-align: left;
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-top {
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper {
    padding: 60px 0;
    padding-right: 25%;
}

:where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper p {
    color: #d1d8eb;
    line-height: 25px;
    margin-bottom: 30px;
    font-size: 16px;
}

:where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper button p {
    color: #fff;
    transition: all 1s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-top .background-girl-1 {
    position: absolute;
    width: 23%;
    left: 75%;
    bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).map-button {
    margin:10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-bottom {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
}

:where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-bottom .why-choose-us-wrapper {
    padding: 60px;
}

:where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-bottom .customs-row {
    display: inline;
}

:where([data-pub~="site"], [data-pub~="site"] *).section-icon {
    margin: 22px 0;
    display: table;
}

:where([data-pub~="site"], [data-pub~="site"] *).section-icon i {
    font-size: 36px;
    color: #2aacff;
    display: table-cell;
    vertical-align: top;
}

:where([data-pub~="site"], [data-pub~="site"] *).section-icon p,
:where([data-pub~="site"], [data-pub~="site"] *).section-icon a,
:where([data-pub~="site"], [data-pub~="site"] *).section-icon span {
    font-size: 16px;
    display: inline-block;
    margin: 0;
    line-height: 24px;
    padding-left: 25px;
    display: table-cell;
    vertical-align: middle;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-logo {
    background-color: #fff;
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-logo .slider-logo-wrapper {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-logo .slider-logo-wrapper .slider-logo-content {
    display: block;
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-logo .slider-logo-wrapper .logo-iteam {
    opacity: 0.5;
    transition: all 0.3s linear;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-logo .slider-logo-wrapper .logo-iteam:hover {
    opacity: 1;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-logo .container {
    overflow: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
    background-size: cover;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .container {
    overflow: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .slider-talk-about-us-wrapper {
    width: 100%;
    padding: 100px 0;
    display: table;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .slider-talk-about-us-wrapper .slider-talk-about-us-content {
    display: table-cell;
    vertical-align: middle;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .peopel-item {
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .peopel-item .peopel-comment {
    margin: 0 auto;
    text-align: left;
    width: 72%;
    background: rgba(255, 255, 255, 0.35);
    padding: 35px;
    line-height: 25px;
    margin-bottom: 35px;
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .peopel-item .peopel-comment:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid rgba(255, 255, 255, 0.35);
    left: 50%;
    margin-left: -10px;
    bottom: -18px;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .peopel-item .group-peole-info .peopel-avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).img-border img {
    border-radius: 0%;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .peopel-item .group-peole-info .peopel-avatar img {
    border-radius: 50%;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .peopel-item .group-peole-info .peopel-name {
    font-weight: 900;
    font-size: 15px;
    color: #2aacff;
    text-transform: capitalize;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .peopel-item .group-peole-info .people-job {
    font-size: 12px;
    text-transform: capitalize;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us.style-2 {
    background: #fafafa;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us.style-2 .peopel-item .peopel-comment {
    background-color: #e5eaef;
    color: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us.style-2 .peopel-item .group-peole-info .people-job {
    color: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us.style-2 .group-btn-slider {
    display: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid #bfc6d7;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
}

:where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .carousel-indicators li.active {
    background-color: #2aacff;
    border: 2px solid #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing > .container > .row {
    margin-bottom: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget {
    cursor: pointer;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget .pricing-header {
    position: relative;
    z-index: 2;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget .pricing-header .price-cost {
    background-color: #eaedf5;
    color: #242c42;
    display: table;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: -50px;
    border: 10px solid #fff;
    transition: all 0.25s linear;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget .pricing-header .price-cost .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget .pricing-header .price-cost .inner .inner-number {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget .pricing-header .price-cost .inner .inner-number:after {
    content: "$";
    font-size: 20px;
    position: absolute;
    left: -10px;
    top: 0;
    font-weight: 500;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget .pricing-content {
    position: relative;
    background-color: #eaedf5;
    padding-top: 60px;
    text-align: center;
    top: 15px;
    color: #49575f;
    transition: all 0.25s linear;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget .pricing-content .pricing-title {
    margin: 0 0 8px 0;
    font-size: 30px;
    text-transform: uppercase;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget .pricing-content .pricing-subtitle {
    margin-bottom: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget .pricing-content .pricing-list {
    list-style: none;
    padding: 30px;
    margin: 0 10px;
    background-color: #fff;
    color: #8c9aa5;
    text-transform: capitalize;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget .pricing-content .pricing-list li {
    margin-bottom: 25px;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget .pricing-content .pricing-list li:last-child {
    margin-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget .pricing-content .pricing-list li p {
    margin-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget .pricing-content .pricing-list strong {
    color: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget .pricing-content .pricing-button {
    font-weight: 900;
    line-height: 60px;
    width: 100%;
    text-transform: uppercase;
    display: inline-block;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget .pricing-content .pricing-button a {
    color: #242c42;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget:hover .pricing-header .price-cost,
:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget.active .pricing-header .price-cost {
    background-color: #2aacff;
    color: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget:hover .pricing-content,
:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget.active .pricing-content {
    background-color: #2aacff;
    color: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget:hover .pricing-button a,
:where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-widget.active .pricing-button a {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .group-btn-slider {
    display: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).pricing .group-btn-slider .btn-prev,
:where([data-pub~="site"], [data-pub~="site"] *).pricing .group-btn-slider .btn-next {
    color: var(--primary-color);
}

:where([data-pub~="site"], [data-pub~="site"] *).best-staff {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
    background-size: cover;
}

:where([data-pub~="site"], [data-pub~="site"] *).best-staff .container {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1140px;
}

:where([data-pub~="site"], [data-pub~="site"] *).best-staff .best-staff-wrapper {
    width: 100%;
    height: auto;
}

:where([data-pub~="site"], [data-pub~="site"] *).best-staff .group-title-index {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).best-staff .group-btn-slider .btn-prev {
    top: 60%;
}

:where([data-pub~="site"], [data-pub~="site"] *).best-staff .group-btn-slider .btn-next {
    top: 60%;
}

:where([data-pub~="site"], [data-pub~="site"] *).latest-news .btn-latest-new {
    margin: 0 auto;
    margin-top: 50px;
    display: block;
}

:where([data-pub~="site"], [data-pub~="site"] *).top-courses {
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).top-courses .group-btn-top-courses-slider {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).top-courses .group-btn-top-courses-slider .btn-prev,
:where([data-pub~="site"], [data-pub~="site"] *).top-courses .group-btn-top-courses-slider .btn-next {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #2aacff;
    display: inline-block;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: all 0.2s linear;
}

:where([data-pub~="site"], [data-pub~="site"] *).top-courses .group-btn-top-courses-slider .btn-prev:hover,
:where([data-pub~="site"], [data-pub~="site"] *).top-courses .group-btn-top-courses-slider .btn-next:hover {
    background-color: #242c42;
}

:where([data-pub~="site"], [data-pub~="site"] *).top-courses .group-btn-top-courses-slider .btn-prev {
    margin-right: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).top-courses .top-courses-item {
    padding: 30px 0;
    text-align: left;
}

:where([data-pub~="site"], [data-pub~="site"] *).top-courses .top-courses-slider {
    margin-bottom: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).top-courses .top-courses-wrapper {
    position: relative;
    top: -30px;
    margin-bottom: -30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle {
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin: 0 auto;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle .icon-background {
    position: absolute;
    bottom: 12px;
    width: 146px;
    left: 50%;
    margin-left: -73px;
    height: 146px;
    border-radius: 50%;
    background-color: #2aacff;
    color: #fff;
    z-index: 11;
    display: table;
    transition: all .5s ease-in-out;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle .icon-background .icons-img {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 70px;
    line-height: 1;
    transition: all 0.4s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle .icon-background:after {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border: 3px solid #fff;
    border-radius: 50%;
    transition: all 0.4s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle .info .info-back {
    opacity: 1;
    border-radius: 50%;
    background-color: #242c42;
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    transition: all 0.3s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle .info .info-back:before {
    position: absolute;
    z-index: 20;
    content: '';
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 12px solid #2aacff;
    border-radius: 50%;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle .info .info-back a {
    color: #fff;
    vertical-align: middle;
    padding: 20px;
    display: table-cell;
    position: relative;
    z-index: 2;
    transition: all 0.7s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle:hover .icon-background {
    background-color: #2aacff;
    bottom: 90%;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle:hover .icon-background:after {
    border: 2px solid #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle:hover .info .info-back:before {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle:hover .info .info-back a {
    transition-delay: 1s;
    z-index: 21;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course {
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course a,
:where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course p,
:where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.2s linear;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course i {
    margin-left: 5px;
    transition: all 0.2s linear;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course:hover a,
:where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course:hover p,
:where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course:hover span,
:where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course:hover i {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .choose-course-wrapper .col-md-4.col-xs-6 {
    margin-bottom: 70px;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
    margin-bottom: 70px;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .item-course {
    width: 100%;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 70px 0;
    transition: all .5s ease-in-out;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .item-course .icon-course .icons-img {
    font-size: 64px;
    line-height: 80px;
    color: #2aacff;
    transition: all .5s ease-in-out;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .item-course .info-course {
    margin-top: 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .item-course .info-course .name-course {
    font-size: 21px;
    color: #49575f;
    margin-bottom: 10px;
    font-weight: 700;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .item-course .info-course .info {
    font-size: 18px;
    color: #6f8190;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .item-course .hover-text {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #2aacff;
    color: #fff;
    transition: all .5s ease-in-out;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .item-course .hover-text .wrapper-hover-text {
    display: table;
    height: 100%;
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .item-course .hover-text .wrapper-hover-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    line-height: 24px;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .item-course .hover-text .wrapper-hover-content .title {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .item-course .hover-text .wrapper-hover-content .title:hover {
    border-bottom: 1px solid #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .item-course:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .item-course:hover .hover-text {
    top: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6 {
    margin-bottom: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
    margin-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .choose-course-3-wrapper.row {
    margin: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course {
    width: 33.33333333%;
    float: left;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-bottom: 0;
    position: relative;
    display: inline-block;
    transition: all .5s ease-in-out;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course:hover .icon-course .icons-img {
    color: #242c42;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course:hover:before {
    position: absolute;
    content: '';
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 1px solid #e1e1e1;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course:nth-child(3n-2) {
    border-left: 1px solid #e1e1e1;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course:nth-last-child(-n+3) {
    border-bottom: 1px solid #e1e1e1;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course-wrapper {
    display: table;
    padding: 16% 10%;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course-wrapper .icon-course {
    display: table-cell;
    vertical-align: top;
    padding-right: 30px;
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course-wrapper .icon-course:after {
    position: absolute;
    content: '';
    background: #e1e1e1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    min-height: 90px;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course-wrapper .icon-course .icons-img {
    font-size: 64px;
    width: 64px;
    line-height: 1;
    color: #2aacff;
    transition: all .5s ease-in-out;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course-wrapper .info-course {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    color: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course-wrapper .info-course .name-course {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 2;
    color: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course-wrapper .info-course .info {
    line-height: 24px;
}

:where([data-pub~="site"], [data-pub~="site"] *).picture-gallery {
    padding-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).picture-gallery .picture-gallery-wrapper {
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).picture-gallery .gallery-content .grid-item {
    float: left;
    width: 25%;
}

:where([data-pub~="site"], [data-pub~="site"] *).picture-gallery .gallery-content .grid-item:before {
    content: "";
    display: block;
}

:where([data-pub~="site"], [data-pub~="site"] *).picture-gallery .gallery-content .grid-item .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).picture-gallery .gallery-content .grid-item .content:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 15, 28, 0.7);
    opacity: 0;
    -webkit-animation: zoomIn;
    animation: zoomIn;
    transition: all 0.5s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).picture-gallery .gallery-content .grid-item .content:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/lib-pictures/icon-plus.png);
    background-size: cover;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    color: #fff;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).picture-gallery .gallery-content .grid-item img {
    width: 100%;
    height: 100%;
    webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).picture-gallery .gallery-content .grid-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    z-index: 10;
}

:where([data-pub~="site"], [data-pub~="site"] *).picture-gallery .gallery-content .grid-item:hover .content img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

:where([data-pub~="site"], [data-pub~="site"] *).picture-gallery .gallery-content .grid-item:hover .content:after {
    opacity: 1;
}

:where([data-pub~="site"], [data-pub~="site"] *).picture-gallery .gallery-content .grid-item:hover .content:before {
    opacity: 1;
}

:where([data-pub~="site"], [data-pub~="site"] *).picture-gallery .gallery-content .grid-item-height1:before {
    padding-top: 50%;
}

:where([data-pub~="site"], [data-pub~="site"] *).picture-gallery .gallery-content .grid-item-height2:before {
    padding-top: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).picture-gallery .gallery-content .grid-item-height3:before {
    padding-top: 150%;
}

:where([data-pub~="site"], [data-pub~="site"] *).nav-subscribe {
    background-color: #eaedf5;
}

:where([data-pub~="site"], [data-pub~="site"] *).nav-subscribe-wrapper {
    height: 120px;
    width: 100%;
    display: table;
}

:where([data-pub~="site"], [data-pub~="site"] *).nav-subscribe-wrapper .nav-subscribe-left {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #434e6c;
}

:where([data-pub~="site"], [data-pub~="site"] *).nav-subscribe-wrapper .nav-subscribe-left .subscribe-text {
    margin: 0px;
    font-size: 30px;
    padding-right: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).nav-subscribe-wrapper .nav-subscribe-left .focus {
    font-weight: bold;
}

:where([data-pub~="site"], [data-pub~="site"] *).nav-subscribe-wrapper .nav-subscribe-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

:where([data-pub~="site"], [data-pub~="site"] *).page-title {
    background-image: url("../images/banner-1.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top;
    width: 100%;
    height: 300px;
    color: #fff;
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).page-title .container {
    height: 100%;
    display: table;
}

:where([data-pub~="site"], [data-pub~="site"] *).page-title .page-title-wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

:where([data-pub~="site"], [data-pub~="site"] *).page-title .captions {
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 7px 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).page-title .breadcrumb {
    margin: 0;
    background-color: transparent;
    text-transform: capitalize;
}

:where([data-pub~="site"], [data-pub~="site"] *).page-title .breadcrumb li {
    display: inline-block;
}

:where([data-pub~="site"], [data-pub~="site"] *).page-title .breadcrumb li a {
    color: #cccccc;
}

:where([data-pub~="site"], [data-pub~="site"] *).page-title .breadcrumb li a:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).page-title .breadcrumb li:last-child {
    pointer-events: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).page-title .breadcrumb li.active a {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).page-title .breadcrumb li + li:before {
    padding: 0 10px;
    color: #cccccc;
    content: '\f105';
    font-family: FontAwesome;
}

:where([data-pub~="site"], [data-pub~="site"] *).search-input {
    background: url("../images/background-search.png") no-repeat;
    background-color: #2aacff;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).search-input .search-input-wrapper {
    padding: 60px 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).search-input .form-select,
:where([data-pub~="site"], [data-pub~="site"] *).search-input .form-input,
:where([data-pub~="site"], [data-pub~="site"] *).search-input .form-submit,
:where([data-pub~="site"], [data-pub~="site"] *).search-input .sbHolder {
    height: 40px;
    border: 1px solid #fff;
    margin-right: 10px;
    padding-left: 20px;
    text-transform: capitalize;
    background-color: #fff;
    float: left;
    text-align: left;
}

:where([data-pub~="site"], [data-pub~="site"] *).search-input .form-select p i,
:where([data-pub~="site"], [data-pub~="site"] *).search-input .form-input p i,
:where([data-pub~="site"], [data-pub~="site"] *).search-input .form-submit p i,
:where([data-pub~="site"], [data-pub~="site"] *).search-input .sbHolder p i {
    font-size: 16px;
    position: relative;
    top: -2px;
    margin-left: 18px;
}

:where([data-pub~="site"], [data-pub~="site"] *).search-input .form-select,
:where([data-pub~="site"], [data-pub~="site"] *).search-input .form-submit,
:where([data-pub~="site"], [data-pub~="site"] *).search-input .sbHolder {
    width: 15%;
    display: inline-block;
}

:where([data-pub~="site"], [data-pub~="site"] *).search-input .form-submit {
    margin: 0;
    float: right;
    text-align: center;
    border: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #242c42;
    padding: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-page .news-page-wrapper {
    margin-top: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-page .news-page-wrapper .edugate-layout-1 {
    margin-top: 0;
    margin-bottom: 90px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-page .news-masonry .gird-item {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-page .news-masonry .gird-item .edugate-layout-3 {
    min-height: auto;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-page .news-masonry .gird-item .owl-nav .owl-prev,
:where([data-pub~="site"], [data-pub~="site"] *).news-page .news-masonry .gird-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    background-color: #2aacff;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-page .news-masonry .gird-item .owl-nav .owl-prev {
    left: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-page .news-masonry .gird-item .owl-nav .owl-next {
    right: -1px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-page .news-masonry .gird-item .note-title {
    margin: 30px 0 0 0;
    font-style: inherit;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-page .news-masonry .gird-item .note-title .main-quote {
    font-weight: 700;
    font-size: 20px;
    color: #49575f;
    text-transform: inherit;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-page .news-masonry .gird-item .note-title .author-quote {
    padding-top: 8px;
    font-size: 14px;
    color: #6f8190;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-page .news-masonry .gird-item .note-title .author-quote span {
    font-size: 12px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-page .pagination {
    margin-top: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).courses .top-title {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 25px;
    color: #6f8190;
}

:where([data-pub~="site"], [data-pub~="site"] *).courses .top-title b {
    font-weight: 900;
}

:where([data-pub~="site"], [data-pub~="site"] *).courses .courses-wrapper {
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).courses .style-grid .col-style {
    width: 50%;
    padding: 0 15px;
    float: left;
    margin-bottom: 90px;
    transition: all .5s ease-in-out;
}

:where([data-pub~="site"], [data-pub~="site"] *).courses .style-list .col-style {
    width: 100%;
    padding: 0 15px;
    float: left;
    margin-bottom: 90px;
    transition: all .5s ease-in-out;
}

:where([data-pub~="site"], [data-pub~="site"] *).courses .style-list .col-style .edugate-layout-2:before {
    width: 87%;
}

:where([data-pub~="site"], [data-pub~="site"] *).courses .top-content {
    margin-bottom: 80px;
}

:where([data-pub~="site"], [data-pub~="site"] *).courses .top-content .edugate-tabs {
    margin-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).courses .pagination {
    margin: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).courses .group-title-index {
    margin-bottom: 90px;
}

:where([data-pub~="site"], [data-pub~="site"] *).page-404 {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
}

:where([data-pub~="site"], [data-pub~="site"] *).page-404 img {
    z-index: -1;
    position: absolute;
    height: auto;
}

:where([data-pub~="site"], [data-pub~="site"] *).page-404 .container {
    width: 100%;
    height: 100%;
    display: table;
}

:where([data-pub~="site"], [data-pub~="site"] *).wrapper-404 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).wrapper-404 .title-404 {
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).wrapper-404 .title-404 .signal {
    font-size: 23px;
    margin-bottom: 5px;
}

:where([data-pub~="site"], [data-pub~="site"] *).wrapper-404 .title-404 .sub {
    font-size: 14px;
}

:where([data-pub~="site"], [data-pub~="site"] *).wrapper-404 .title-404 .warning {
    font-weight: 900;
    font-size: 215px;
    color: #2aacff;
    text-shadow: 2px 2px 12px #DEDEDE;
    margin: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).wrapper-404 .title-404 .btn-404 {
    margin: auto;
    width: 200px;
    height: 50px;
    background-color: #e9edf5;
    color: #fff;
    border: none;
    font-weight: 900;
    font-size: 24px;
}

:where([data-pub~="site"], [data-pub~="site"] *).contact-method .method-item {
    padding: 50px 0px;
    text-align: center;
    background-color: #fafafa;
    transition: all .3s ease-in;
}

:where([data-pub~="site"], [data-pub~="site"] *).contact-method .method-item i {
    color: #2aacff;
    font-size: 40px;
    margin-bottom: 45px;
}

:where([data-pub~="site"], [data-pub~="site"] *).contact-method .method-item .sub {
    font-size: 16px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

:where([data-pub~="site"], [data-pub~="site"] *).contact-method .method-item .detail {
    font-size: 14px;
}

:where([data-pub~="site"], [data-pub~="site"] *).contact-method .method-item .detail p {
    margin: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).contact-method .method-item:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

:where([data-pub~="site"], [data-pub~="site"] *).bg-w-form {
    padding-top: 100px;
}

:where([data-pub~="site"], [data-pub~="site"] *).bg-w-form .form-group {
    min-height: 100px;
}

:where([data-pub~="site"], [data-pub~="site"] *).bg-w-form .form-group .sbHolder {
    background-color: #fafafa;
    border-radius: 0px;
    height: 50px;
    border: none;
    box-shadow: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).bg-w-form .form-group .sbHolder .sbSelector {
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
}

:where([data-pub~="site"], [data-pub~="site"] *).bg-w-form .form-group .sbHolder .sbToggle {
    height: 50px;
    background-position-y: -33px;
}

:where([data-pub~="site"], [data-pub~="site"] *).bg-w-form .form-group .sbHolder:focus,
:where([data-pub~="site"], [data-pub~="site"] *).bg-w-form .form-group .sbHolder:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

:where([data-pub~="site"], [data-pub~="site"] *).bg-w-form .form-label {
    font-weight: bold;
}

:where([data-pub~="site"], [data-pub~="site"] *).bg-w-form .form-input {
    background-color: #efebebdb;
    height: 50px;
    border: none;
    box-shadow: none;
    font-weight: bold;
    color: #000;
}

:where([data-pub~="site"], [data-pub~="site"] *).bg-w-form .form-input:focus,
:where([data-pub~="site"], [data-pub~="site"] *).bg-w-form .form-input:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

:where([data-pub~="site"], [data-pub~="site"] *).bg-w-form .contact-question .form-input {
    min-height: 190px;
    max-width: 1140px;
}

:where([data-pub~="site"], [data-pub~="site"] *).bg-w-form .warning-label {
    color: #ff0000;
    font-size: 11px;
    text-transform: inherit;
}

:where([data-pub~="site"], [data-pub~="site"] *).bg-w-form .contact-submit {
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).bg-w-form .contact-submit .btn-contact {
    margin-top: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).bg-w-form .highlight {
    color: #ff0000;
}

:where([data-pub~="site"], [data-pub~="site"] *).contact-map {
    width: 100%;
    height: 500px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-detail {
    color: #6f8190;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-detail p {
    line-height: 24px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-detail span {
    color: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-detail .info .item a:hover span {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-image {
    width: 100%;
    margin-bottom: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).title-news {
    font-size: 36px;
    font-weight: 900;
    color: #49575f;
    margin: 0 0 5px 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-content {
    margin: 40px 0px 100px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-content .news-des p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-content .news-image-block {
    margin-right: 30px;
    margin-bottom: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-content .wide-text p {
    margin-bottom: 40px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-content .text-block p {
    margin-bottom: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-content .text-block p:last-child {
    margin-bottom: 0px;
}

blockquote:where([data-pub~="site"], [data-pub~="site"] *) {
    position: relative;
    border-left: 0px;
    margin: 50px 12.5%;
    padding: 10px 0px 10px 58px;
}

blockquote:where([data-pub~="site"], [data-pub~="site"] *):before {
    position: absolute;
    content: '\f10d';
    font-family: 'FontAwesome';
    top: 5px;
    left: 0;
    font-size: 30px;
    color: #90a1ae;
}

blockquote:where([data-pub~="site"], [data-pub~="site"] *) .main-quote {
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
}

blockquote:where([data-pub~="site"], [data-pub~="site"] *) .sub-quote {
    font-style: italic;
    font-size: 16px;
    color: #627484;
}

blockquote:where([data-pub~="site"], [data-pub~="site"] *) footer {
    text-align: right;
    font-weight: bold;
    color: inherit;
}

blockquote:where([data-pub~="site"], [data-pub~="site"] *) footer:before {
    display: none;
}

blockquote:where([data-pub~="site"], [data-pub~="site"] *) footer small {
    color: inherit;
    display: inline-block;
}

blockquote:where([data-pub~="site"], [data-pub~="site"] *) footer small:before {
    display: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-list {
    margin-bottom: 70px;
}

:where([data-pub~="site"], [data-pub~="site"] *).list-expand-title {
    color: #49575f;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

ul:where([data-pub~="site"], [data-pub~="site"] *).list-detail {
    padding: 0px;
    margin: 0px;
}

ul:where([data-pub~="site"], [data-pub~="site"] *).list-detail li {
    margin-bottom: 15px;
    display: table;
}

ul:where([data-pub~="site"], [data-pub~="site"] *).list-detail li a {
    display: table-cell;
    color: #6f8190;
}

ul:where([data-pub~="site"], [data-pub~="site"] *).list-detail li a:hover {
    color: #2aacff;
}

ul:where([data-pub~="site"], [data-pub~="site"] *).list-detail li i {
    display: table-cell;
    width: 25px;
    color: #2aacff;
    font-weight: bold;
    font-size: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-tag ul li {
    display: inline-block;
    background-color: #e9eef2;
    margin-right: 15px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    transition: all .3s ease-in;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-tag ul li:first-child {
    background-color: #2c343b;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-tag ul li:first-child:hover {
    background-color: #2c343b;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-tag ul li:hover {
    background-color: #242c42;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-tag ul li:hover a {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-tag ul li a {
    color: #2c343b;
    padding: 0px 15px;
    display: inherit;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-tag ul li i {
    color: #fff;
    padding: 0px 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-author {
    border-left: 5px solid #eaedf5;
    padding-left: 25px;
    height: 160px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
    margin-bottom: 100px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-author img.author-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-author .author a {
    font-size: 18px;
    font-weight: bold;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-author .position {
    color: #242c42;
    margin-bottom: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-author .media-left {
    padding-right: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-author .media-body {
    padding-left: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-comment {
    margin-bottom: 100px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-comment ul.comment-list-children {
    margin-left: 100px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-comment li .media-left {
    padding: 0px 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-comment li .media-left .media-image img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-comment li .media-body {
    padding: 0px 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-comment li .media-body .reader a {
    font-size: 16px;
    font-weight: bold;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-comment li .media-body .reply-comment {
    background-color: #e9eef2;
    width: 60px;
    cursor: pointer;
    line-height: 25px;
    transition: all .3s ease-in;
    color: #2c343b;
    font-size: 12px;
    padding: 5px 13px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-comment li .media-body .reply-comment:hover {
    color: #fff;
    background-color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-comment li .media-body .time {
    color: #52616d;
    font-size: 13px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-comment li .list-item {
    background-color: #fafafa;
    padding: 30px 15px;
    margin-bottom: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-comment li .list-item-children {
    background-color: #fafafa;
    padding: 30px 15px;
    margin-bottom: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-comment li.media {
    margin-top: 0px;
    border: none;
    padding: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-comment li .btn-submit span {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-comment .comment-box {
    margin-left: 100px;
}

:where([data-pub~="site"], [data-pub~="site"] *).comment-write .comment-write-title {
    color: #2c3e50;
}

:where([data-pub~="site"], [data-pub~="site"] *).comment-write .form-comment .form-group {
    margin-bottom: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).comment-write .form-comment .form-group .input-icon {
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).comment-write .form-comment .form-group .input-icon i {
    right: 30px;
    position: absolute;
    color: #bcc3c9;
    line-height: 50px;
}

:where([data-pub~="site"], [data-pub~="site"] *).comment-write .form-comment .form-input {
    background-color: #fafafa;
    border-radius: 0px;
    height: 50px;
    border: none;
    box-shadow: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).comment-write .form-comment .form-input:focus,
:where([data-pub~="site"], [data-pub~="site"] *).comment-write .form-comment .form-input:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

:where([data-pub~="site"], [data-pub~="site"] *).comment-write .form-comment textarea {
    min-height: 300px;
    max-width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).comment-write .form-comment .contact-submit button span {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).underline {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 50px;
    color: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).underline::after {
    width: 50px;
    height: 5px;
    background-color: #2aacff;
    content: "";
    position: absolute;
    display: block;
}

:where([data-pub~="site"], [data-pub~="site"] *).comment-box {
    padding: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).comment-form {
    padding-top: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).comment-form .form-input {
    background-color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).comment-form textarea {
    max-width: 587px;
}

:where([data-pub~="site"], [data-pub~="site"] *).comment-form .form-group {
    min-height: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).best-staff.staff-list {
    background-image: none;
    background-color: #fff;
    color: #49575f;
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).best-staff.staff-list .group-title-index {
    color: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).best-staff.staff-list .group-title-index .center-title {
    font-weight: bold;
}

:where([data-pub~="site"], [data-pub~="site"] *).intro-edu {
    padding-top: 100px;
}

:where([data-pub~="site"], [data-pub~="site"] *).intro-edu p {
    line-height: 24px;
}

:where([data-pub~="site"], [data-pub~="site"] *).intro-edu .intro-title {
    font-size: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
    font-weight: 300;
}

:where([data-pub~="site"], [data-pub~="site"] *).intro-edu .intro-title b {
    font-weight: 900;
}

:where([data-pub~="site"], [data-pub~="site"] *).intro-edu .intro-content p {
    margin-bottom: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).intro-edu img {
    width: 100%;
    max-width: 400px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-ab {
    background-color: #eaedf5;
    color: #49575f;
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-ab .center-title {
    font-weight: 300;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-ab .center-title b {
    font-weight: 900;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-ab .top-title {
    text-transform: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul {
    margin-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li {
    text-align: -webkit-center;
    width: 20%;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li .circle-icon {
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    transition: all .3s ease-in;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li .circle-icon i {
    color: #2aacff;
    line-height: 100px;
    transition: all .3s ease-in;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li .circle-icon:before {
    position: absolute;
    content: '';
    width: 85%;
    height: 2px;
    top: 50%;
    right: 105%;
    margin-top: -1px;
    background-color: #d6d9e3;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li .circle-icon:after {
    position: absolute;
    content: '';
    width: 85%;
    height: 2px;
    top: 50%;
    left: 105%;
    margin-top: -1px;
    background-color: #d6d9e3;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li .circle-icon:hover {
    background-color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li .circle-icon:hover i {
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li:first-child .circle-icon:before {
    display: none;
    visibility: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li:last-child .circle-icon:after {
    display: none;
    visibility: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li span {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-feature {
    color: #6f8190;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-feature p {
    line-height: 24px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-feature .edu-feature-text {
    text-align: left;
    margin-bottom: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-feature .edu-feature-text .center-title {
    font-weight: 900;
    color: #49575f;
    line-height: 36px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-feature .edu-feature-text .top-title {
    text-transform: none;
    font-weight: 400;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-feature .edu-feature-list {
    margin-bottom: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-feature .edu-feature-list li {
    border-bottom: 1px solid #ecf0f1;
    box-shadow: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-feature .edu-feature-list li .col-item-1 {
    line-height: 38px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-feature .edu-feature-list li .col-item-2 {
    padding: 5px 5px 20px 35px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-feature .edu-feature-list li:last-child {
    border-bottom: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-feature .edu-feature-list li a {
    color: inherit;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-feature .edu-feature-list li a span {
    color: #242c42;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-feature .edu-feature-list li i {
    color: #2aacff;
    width: 35px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-feature img {
    width: 100%;
    max-width: 570px;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-title {
    margin-top: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-info {
    margin-bottom: 50px;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-video {
    margin-bottom: 70px;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-video iframe {
    margin-bottom: 30px;
    width: 100%;
    height: 400px;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-video .video-btn button {
    padding: 0px 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-video .video-btn button.video-btn-left i {
    margin-left: 0px;
    margin-right: 10px;
    color: #fff;
    position: relative;
    z-index: 3;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-video .video-btn button.video-btn-right {
    margin-left: 5px;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-video .video-btn button.video-btn-right i {
    margin-right: 0px;
    margin-left: 10px;
    color: #fff;
    position: relative;
    z-index: 3;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-des {
    margin-bottom: 50px;
}

:where([data-pub~="site"], [data-pub~="site"] *).course-table {
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive {
    border-collapse: collapse;
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive tr {
    height: 50px;
    background-color: #fafafa;
    border-bottom-color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive tr.heading-table {
    background-color: #90a1ae;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive tr.heading-content {
    border-top-color: #fff;
    background-color: #e9f1f7;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive th {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive td {
    display: table-cell;
    color: #6f8190;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive td a {
    color: #6f8190;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive td a:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive td.bold-color {
    color: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive td.bolder-color {
    color: #242c42;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive td.green-color {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive td.heading-content {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive td i.w20 {
    width: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive td i.w27 {
    width: 27px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive td i.fa-caret-right {
    background-color: #2aacff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive td i.fa-caret-right :before {
    position: relative;
    right: -1px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive td i.fa-file-text {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive td i.mr18 {
    margin-right: 18px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive td i.mr25 {
    margin-right: 16px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive td .bg-yellow {
    background-color: #e2cf00;
    color: #fff;
    display: initial;
    padding: 5px 9px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive .col-1 {
    width: 360px;
    min-width: 360px;
    text-align: left;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive .col-2,
:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive .col-3 {
    width: 150px;
    min-width: 150px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edu-table-responsive .col-4 {
    width: 180px;
    min-width: 180px;
}

:where([data-pub~="site"], [data-pub~="site"] *).left {
    text-align: left;
    padding-left: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).outer-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
}

:where([data-pub~="site"], [data-pub~="site"] *).inner-container {
    overflow: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).table-header {
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).table-header .edu-table-responsive .col-1 {
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).table-body {
    overflow: auto;
}

:where([data-pub~="site"], [data-pub~="site"] *).spacing-table {
    height: 30px !important;
    background-color: #fff !important;
}

:where([data-pub~="site"], [data-pub~="site"] *).spacing-table:hover {
    background-color: #fff !important;
}

:where([data-pub~="site"], [data-pub~="site"] *).courses-detail p {
    line-height: 24px;
}

:where([data-pub~="site"], [data-pub~="site"] *).rlp {
    background: url(../images/bg-register-login.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
}

:where([data-pub~="site"], [data-pub~="site"] *).rlp .container {
    width: 100%;
    height: 100%;
    display: table;
}

:where([data-pub~="site"], [data-pub~="site"] *).rlp .rlp-wrapper {
    color: #49575f;
    display: table-cell;
    width: 770px;
    vertical-align: middle;
}

:where([data-pub~="site"], [data-pub~="site"] *).page-login {
    min-height: 480px;
}

:where([data-pub~="site"], [data-pub~="site"] *).page-register {
    min-height: 627px;
}

:where([data-pub~="site"], [data-pub~="site"] *).rlp-table {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    padding: 50px 100px;
}

:where([data-pub~="site"], [data-pub~="site"] *).rlp-table .rlp-title {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).rlp-table img.login {
    margin-bottom: 30px;
    display: inline-block;
    width: auto;
}

:where([data-pub~="site"], [data-pub~="site"] *).rlp-table .rlp-form {
    padding-top: 0px;
    text-align: left;
    margin-bottom: 35px;
}

:where([data-pub~="site"], [data-pub~="site"] *).rlp-table .rlp-form .col-md-12 {
    margin-bottom: 12px;
}

:where([data-pub~="site"], [data-pub~="site"] *).rlp-table .rlp-form label {
    text-transform: uppercase;
}

:where([data-pub~="site"], [data-pub~="site"] *).rlp-table .rlp-form input {
    border-radius: 10px;
    border: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).rlp-table .rlp-form .help-block {
    color: #ff0000;
    font-size: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).register-table {
    padding: 50px;
}

:where([data-pub~="site"], [data-pub~="site"] *).register-table .register-form .col-md-6 {
    margin-bottom: 12px;
}

:where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper {
    padding-right: 0;
    padding-left: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info {
    padding: 0;
    display: table;
    margin-bottom: 70px;
}

:where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
    width: 270px;
    padding: 30px 30px 45px;
    display: table-cell;
}

:where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 .staff-info .staff-avatar img {
    max-width: 209px;
}

:where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 .staff-info .staff-name {
    display: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 .staff-socials a:last-of-type {
    margin-right: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .subtitle {
    font-weight: 700;
    color: #6f8190;
    margin-bottom: 35px;
}

:where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .content .content-detail {
    color: #6f8190;
    margin-bottom: 35px;
}

:where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .content .detail-list {
    -webkit-padding-start: 0;
    list-style-position: inside;
}

:where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .content .detail-list li {
    line-height: 1;
    margin-bottom: 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .slider-logo .slider-logo-wrapper {
    padding: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-skill {
    background-image: url("../images/teacher-skill.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 70px;
    color: #fff;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-skill .container {
    height: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-skill .teacher-skill-content {
    height: 100%;
    padding-right: 0;
    padding-left: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-skill .teacher-skill-wrapper {
    width: 100%;
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-skill .teacher-skill-wrapper .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 69px;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-skill .teacher-skill-wrapper .row .skill-level {
    margin-bottom: 45px;
    text-align: left;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-skill .teacher-skill-wrapper .row .skill-level:last-child {
    margin-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-skill .teacher-skill-wrapper .row .skill-level:nth-last-child(2) {
    margin-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-skill .teacher-skill-wrapper .row .skill-level .skill-name {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-skill .teacher-skill-wrapper .row .skill-level .progress {
    margin-bottom: 0;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 7px;
    overflow: inherit;
    width: 87.719298%;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-skill .teacher-skill-wrapper .row .skill-level .progress .progress-bar {
    background-color: #2aacff;
    position: relative;
    transition: width 2s ease;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-skill .teacher-skill-wrapper .row .skill-level .progress .progress-bar:after {
    position: absolute;
    content: "" attr(aria-valuenow) "%";
    width: 30px;
    height: 20px;
    background-color: #242c42;
    right: -15px;
    top: -28px;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-course .teacher-course-wrapper {
    padding-left: 0;
    padding-right: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-course .teacher-course-wrapper .table-body .edu-table-responsive .col-1 {
    text-align: center;
    font-weight: 700;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-course .teacher-course-wrapper .table-body .edu-table-responsive .col-2 {
    padding-left: 30px;
    text-align: left;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-course .teacher-course-wrapper .table-body .edu-table-responsive td {
    font-size: 16px;
    border: 0px solid transparent;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-course .teacher-course-wrapper .table-body .edu-table-responsive tr:hover {
    background-color: #e9f1f7;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-course .teacher-course-wrapper .table-body .edu-table-responsive tr:hover span,
:where([data-pub~="site"], [data-pub~="site"] *).teacher-course .teacher-course-wrapper .table-body .edu-table-responsive tr:hover a {
    font-weight: 700;
    color: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-course .teacher-course-wrapper .edu-table-responsive .col-1 {
    min-width: 70px;
    width: 70px;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-course .teacher-course-wrapper .edu-table-responsive .col-2 {
    min-width: 555px;
    width: 555px;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-course .teacher-course-wrapper .edu-table-responsive .col-3 {
    min-width: 230px;
    width: 230px;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-course .teacher-course-wrapper .edu-table-responsive .col-4 {
    min-width: 315px;
    width: 315px;
}

:where([data-pub~="site"], [data-pub~="site"] *).teacher-course .teacher-course-wrapper .edu-table-responsive th:first-child {
    border-left-color: transparent;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page .gallery-nav {
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page .grid:after {
    content: '';
    display: block;
    clear: both;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page .grid-item {
    overflow: hidden;
    float: left;
    margin: 15px;
    transition: box-shadow .5s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page .grid-item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page .grid-item .link {
    position: absolute;
    height: 100%;
    width: 100%;
    display: table;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page .grid-item .link .content {
    position: relative;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
    background-color: #2aacff;
    opacity: 0;
    transition: all 0.5s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page .grid-item .link .content .content-title {
    color: #fff;
    font-size: 1.571em;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.5s ease;
    display: block;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page .grid-item .link .content .content-edu {
    transition: all 0.5s ease;
    color: #e9f0f4;
    display: block;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page .grid-item .link .content .content-edu .icons {
    margin-right: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page .grid-item .link .wrapper {
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page .grid-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page .grid-item:hover .content {
    opacity: 1;
    background-color: rgba(10, 15, 28, 0.7);
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-mansonry .grid-item,
:where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-3column .grid-item {
    width: 350px;
    height: 260px;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-mansonry .grid-item-height2,
:where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-3column .grid-item-height2 {
    height: 550px;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-4column .grid-item {
    width: 255px;
    height: 190px;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page .load-more {
    margin: 50px 0 0 0;
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).gallery-page .load-more .btn {
    width: 200px;
}

:where([data-pub~="site"], [data-pub~="site"] *).accordion {
    margin-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).accordion .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).accordion .panel + .panel {
    margin-top: 1px;
}

:where([data-pub~="site"], [data-pub~="site"] *).accordion .panel.active {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

:where([data-pub~="site"], [data-pub~="site"] *).accordion .panel.active .panel-heading {
    background-color: #ffffff;
}

:where([data-pub~="site"], [data-pub~="site"] *).accordion .panel.active .panel-heading .panel-title a {
    font-weight: bold;
    color: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).accordion .panel.active .panel-heading .panel-title a:after {
    font-family: Fontawesome;
    content: "\f068";
    position: absolute;
    top: 0;
    right: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).accordion .panel-heading {
    background-color: #fafafa;
    border-radius: 0;
    padding: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).accordion .panel-heading .panel-title a {
    font-size: 16px;
    color: #6f8190;
    display: block;
    height: 47px;
    line-height: 47px;
    padding: 0 30px;
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).accordion .panel-heading .panel-title a:after {
    font-family: Fontawesome;
    content: "\f067";
    position: absolute;
    top: 0;
    right: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).accordion .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding: 15px 30px 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).contact-main2 {
    padding-top: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).contact-main2 .bg-w-form {
    padding-top: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).event-count-down {
    padding-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).events-grid .pagination {
    margin-top: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).count-down-wrapper {
    background: url('../images/banner-countdown.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).count-down-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

:where([data-pub~="site"], [data-pub~="site"] *).count-down-wrapper .count-down-content {
    position: relative;
    padding: 50px 0;
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).count-down-wrapper .clock-count-down {
    width: 450px;
    margin: 0 auto 50px;
}

:where([data-pub~="site"], [data-pub~="site"] *).event-count-down .group-title-index {
    color: #ffffff;
    margin-bottom: 50px;
}

:where([data-pub~="site"], [data-pub~="site"] *).block-time .text-time {
    background-color: #ffffff;
    padding: 10px 0;
    margin-bottom: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).block-time .number-time {
    background-color: #ffffff;
    padding: 15px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).event-detail-title {
    font-size: 36px;
    font-weight: 900;
    color: #49575f;
    margin-top: 0;
    margin-bottom: 40px;
}

:where([data-pub~="site"], [data-pub~="site"] *).event-detail-section {
    padding-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).event-detail-thumb {
    margin-bottom: 45px;
}

:where([data-pub~="site"], [data-pub~="site"] *).event-detail-des-content {
    margin-bottom: 50px;
}

:where([data-pub~="site"], [data-pub~="site"] *).courses-detail-wrapper {
    margin-bottom: 60px;
}

:where([data-pub~="site"], [data-pub~="site"] *).event-detail-related .underline {
    margin-bottom: 90px;
}

:where([data-pub~="site"], [data-pub~="site"] *).info-event-detail .item {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    color: #6f8190;
}

:where([data-pub~="site"], [data-pub~="site"] *).info-event-detail .item:last-child {
    margin-bottom: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).info-event-detail .label-time {
    text-transform: uppercase;
    color: #49575f;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

:where([data-pub~="site"], [data-pub~="site"] *).info-event-detail .note-time-block {
    margin-bottom: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).info-event-detail .note-time,
:where([data-pub~="site"], [data-pub~="site"] *).info-event-detail .address-info a {
    color: #6f8190;
}

:where([data-pub~="site"], [data-pub~="site"] *).info-event-detail .note-time span,
:where([data-pub~="site"], [data-pub~="site"] *).info-event-detail .address-info a span {
    margin-left: 10px;
    color: #2aacff;
    font-size: 12px;
}

:where([data-pub~="site"], [data-pub~="site"] *).info-event-detail .note-time span:hover,
:where([data-pub~="site"], [data-pub~="site"] *).info-event-detail .address-info a span:hover {
    color: #49575f;
}

:where([data-pub~="site"], [data-pub~="site"] *).list-categories .top-content {
    margin-bottom: 90px;
}

html:where([data-pub~="site"], [data-pub~="site"] *) * {
    outline: 0 !important;
}

html:where([data-pub~="site"], [data-pub~="site"] *),
body:where([data-pub~="site"], [data-pub~="site"] *) {
    min-height: 100%;
    overflow-x: hidden;
}

body:where([data-pub~="site"], [data-pub~="site"] *) {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: var(--base-color);
    color: var(--primary-color);
}

p:where([data-pub~="site"], [data-pub~="site"] *),
a:where([data-pub~="site"], [data-pub~="site"] *),
label:where([data-pub~="site"], [data-pub~="site"] *),
span:where([data-pub~="site"], [data-pub~="site"] *) {
    font-size: 14px;
}

a:where([data-pub~="site"], [data-pub~="site"] *):hover,
a:where([data-pub~="site"], [data-pub~="site"] *):active,
a:where([data-pub~="site"], [data-pub~="site"] *):focus {
    text-decoration: none;
}

a:where([data-pub~="site"], [data-pub~="site"] *) {
    transition: all 0.2s ease;
}

h1:where([data-pub~="site"], [data-pub~="site"] *),
h2:where([data-pub~="site"], [data-pub~="site"] *),
h3:where([data-pub~="site"], [data-pub~="site"] *),
h4:where([data-pub~="site"], [data-pub~="site"] *) {
    font-weight: bold;
}

h5:where([data-pub~="site"], [data-pub~="site"] *) {
    font-weight: normal;
}

:where([data-pub~="site"], [data-pub~="site"] *).customs-row {
    display: block;
    width: 100%;
    clear: both;
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting {
    position: fixed;
    left: -220px;
    top: 30%;
    background-color: #ffffff;
    border: 0;
    width: 220px;
    z-index: 9999;
    transition: .3s left cubic-bezier(.03, .88, .34, .97);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .theme-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 99999;
    display: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .theme-loading .theme-loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .btn-theme-setting {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    position: absolute;
    font-size: 16px;
    color: #ababae;
    z-index: 9999;
    right: -40px;
    top: 0;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.2);
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .content-theme-setting {
    width: 220px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .content-theme-setting .title {
    padding: 20px 0;
    color: #242c42;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .content-theme-setting ul {
    margin: 0;
    padding-bottom: 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .content-theme-setting ul li {
    width: 24px;
    height: 24px;
    border: 0px solid #f0f0f0;
    vertical-align: middle;
    margin: 0 7px;
    cursor: pointer;
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .content-theme-setting ul li[data-color="color-1"] {
    background-color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .content-theme-setting ul li[data-color="color-2"] {
    background-color: #7d3f98;
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .content-theme-setting ul li[data-color="color-3"] {
    background-color: #0f723a;
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .content-theme-setting ul li[data-color="color-4"] {
    background-color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .content-theme-setting ul li[data-color="color-5"] {
    background-color: #E91E63;
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .content-theme-setting ul li[data-color="color-6"] {
    background-color: #2bde73;
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .content-theme-setting ul li[data-color="color-7"] {
    background-color: #f7d417;
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .content-theme-setting ul li[data-color="color-8"] {
    background-color: #50bcb6;
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .content-theme-setting ul li[data-color="color-9"] {
    background-color: #ef5734;
}

:where([data-pub~="site"], [data-pub~="site"] *).theme-setting .content-theme-setting ul li[data-color="color-10"] {
    background-color: #8d6cab;
}

:where([data-pub~="site"], [data-pub~="site"] *).loading * {
    display: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).body-2 {
    background-color: var(--base-color);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.9s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).body-2.loaded {
    transition: all 0.9s ease;
    visibility: hidden;
    opacity: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-content {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-content .title {
    font-weight: 700;
    margin: 0;
    color: #49575f;
    display: inline-block;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-content .title:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-content .star-rating {
    margin-bottom: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-content .description {
    color: #6f8190;
    display: inline-block;
    width: 100%;
    line-height: 24px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 {
    position: relative;
    width: 100%;
    display: table;
    background-color: #fafafa;
    margin-top: 90px;
    transition: all 0.3s linear;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-image {
    width: 48%;
    height: 400px;
    position: relative;
    top: -30px;
    padding-left: 30px;
    display: table-cell;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-image img {
    height: 100%;
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-content {
    width: 55%;
    padding: 50px 30px 30px 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-content .title {
    font-size: 30px;
    margin: 0 0 6px 0;
    max-height: 84px;
    overflow: hidden;
    text-transform: capitalize;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-content .title:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-content .info {
    margin-bottom: 5px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-content .info-more {
    margin-bottom: 25px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-content .btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-content .description {
    height: 96px;
    overflow: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1:hover .edugate-content .title {
    color: #242c42;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1:hover .edugate-content .title:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).col-md-9 .edugate-layout-1 .edugate-image {
    width: 48%;
    height: 300px;
}

:where([data-pub~="site"], [data-pub~="site"] *).col-md-9 .edugate-layout-1 .edugate-content {
    padding: 20px 30px 30px 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).col-md-9 .edugate-layout-1 .edugate-content .title {
    font-size: 20px;
    margin: 0 0 6px 0;
    max-height: 56px;
    overflow: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).col-md-9 .edugate-layout-1 .edugate-content .title:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).col-md-9 .edugate-layout-1 .edugate-content .info {
    margin-bottom: 5px;
}

:where([data-pub~="site"], [data-pub~="site"] *).col-md-9 .edugate-layout-1 .edugate-content .info-more {
    margin-bottom: 25px;
}

:where([data-pub~="site"], [data-pub~="site"] *).col-md-9 .edugate-layout-1 .edugate-content .description {
    height: 72px;
    overflow: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 {
    position: relative;
    width: 100%;
    height: 400px;
    transition: all 0.3s linear;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-layout-2-wrapper {
    padding: 30px 0 30px 30px;
    display: table;
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-content {
    padding-right: 30px;
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-content .title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 5px;
    max-height: 80px;
    overflow:hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-content .title:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-content .info {
    margin-bottom: 5px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-content .info-more {
    margin-bottom: 8px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-content .description {
    height: 96px;
    overflow: hidden;
    margin-bottom: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-content .btn {
    position: relative;
    left: 80px;
    margin-left: -65px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-image {
    width: 300px;
    height: 225px;
    display: table-cell;
    position: relative;
    z-index: 1;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-image img {
    width: 100%;
    height: auto;
    padding: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fafafa;
    border-left: 5px solid #eaedf5;
    transition: all 0.3s linear;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2:after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 5px;
    top: 0;
    left: 0;
    height: 0;
    background-color: #242c42;
    transition: all 0.5s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2:hover:before {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2:hover:after {
    height: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2:hover .edugate-content .title {
    color: #242c42;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2:hover .edugate-content .title:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 {
    width: 100%;
    min-height: 480px;
    background-color: #fafafa;
    margin-top: 0;
    margin-bottom: 90px;
    border-bottom: 5px solid #eaedf5;
    position: relative;
    transition: all 0.3s linear;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper {
    position: relative;
    padding: 0 30px 20px 30px;
    top: -30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-content {
    padding-top: 25px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-content .title {
    font-size: 20px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    max-height: 56px;
    overflow: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-content .title:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-content .info {
    margin-bottom: 5px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-content .info-more {
    margin-bottom: 25px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-content .description {
    line-height: 24px;
    margin-bottom: 18px;
    max-height: 72px;
    overflow: hidden;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-content .total-courses i,
:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-content .total-courses a {
    display: inline-block;
    color: #49575f;
    text-transform: capitalize;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-content .total-courses i {
    margin-right: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-content .total-courses a:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-content .btn {
    margin: 0 auto;
    margin-top: 40px;
    display: block;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3:after {
    position: absolute;
    z-index: 2;
    content: '';
    height: 5px;
    bottom: -5px;
    left: 0;
    width: 0;
    background-color: #242c42;
    transition: all 0.5s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3:hover .edugate-content .title {
    color: #242c42;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3:hover .edugate-content .title:hover {
    color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3:hover:after {
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3.news-gird {
    margin-top: 0;
    margin-bottom: 90px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3.news-gird .edugate-content .title {
    text-transform: capitalize;
    margin-bottom: 5px;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3.news-gird .edugate-content .btn {
    margin-top: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).news-masonry .edugate-layout-3 .edugate-content .description {
    max-height: 100%;
    overflow: initial;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-video {
    width: 100%;
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-audio {
    width: 100%;
    height: 70px;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.92);
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-audio-player {
    width: 100%;
    height: 70px;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.92);
}

:where([data-pub~="site"], [data-pub~="site"] *).edugate-video-player {
    width: 100%;
    height: 217px;
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).mejs-container {
    width: 100% !important;
    background: transparent;
}

:where([data-pub~="site"], [data-pub~="site"] *).mejs-container .mejs-controls {
    background: transparent;
}

:where([data-pub~="site"], [data-pub~="site"] *).mejs-container .mejs-controls .mejs-time-rail span,
:where([data-pub~="site"], [data-pub~="site"] *).mejs-container .mejs-controls .mejs-time-rail a {
    border-radius: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #000000;
}

:where([data-pub~="site"], [data-pub~="site"] *).mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #444444;
}

:where([data-pub~="site"], [data-pub~="site"] *).mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ffffff;
}

:where([data-pub~="site"], [data-pub~="site"] *).mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 40px;
}

:where([data-pub~="site"], [data-pub~="site"] *).mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
    background: #ffffff;
}

:where([data-pub~="site"], [data-pub~="site"] *).mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    border-radius: 0;
    background: #444444;
}

:where([data-pub~="site"], [data-pub~="site"] *).layout-left {
    float: left;
}

:where([data-pub~="site"], [data-pub~="site"] *).layout-right {
    float: right;
}

@media screen and (max-width: 1024px) {
    :where([data-pub~="site"], [data-pub~="site"] *).navigation {
        padding-right: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-image {
        height: 335px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-content {
        padding-top: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).col-md-9 .edugate-layout-1 .edugate-image {
        height: auto;
        top: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).col-md-9 .edugate-layout-1 .edugate-image img {
        height: auto;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).col-md-9 .edugate-layout-1 .edugate-content {
        padding: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).col-md-9 .edugate-layout-1 .btn {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        float: right;
        margin-top: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-page .news-page-wrapper .edugate-layout-1 {
        margin-bottom: 70px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).best-staff .container {
        max-width: 860px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).top-courses .group-btn-top-courses-slider {
        margin-top: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).courses .style-grid .col-style {
        width: 100%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).btn-list-grid {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-page .news-page-wrapper {
        margin-top: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).widget .media .media-right a p {
        font-size: 13px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li {
        width: 25%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).staff-list .container {
        max-width: 860px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).register-table {
        padding: 30px 50px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).register-table .register-title {
        margin-top: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-mansonry .grid-item,
    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-3column .grid-item {
        width: 283px;
        height: 210px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-mansonry .grid-item-height2,
    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-3column .grid-item-height2 {
        height: 450px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-4column .grid-item {
        width: 283px;
        height: 210px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 {
        min-height: 470px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-content .description {
        max-height: 100px;
    }

}
@media screen and (max-width: 991px) {
    :where([data-pub~="site"], [data-pub~="site"] *).col-2 {
        display: inline-block;
        margin-bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).method-item {
        margin-bottom: 15px;
    }

}
@media screen and (min-width: 750px) and (max-width: 830px) {
    :where([data-pub~="site"], [data-pub~="site"] *).best-staff .group-btn-slider .btn-next {
        top: 650px;
        right: 330px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).best-staff .group-btn-slider .btn-prev {
        top: 650px;
        left: 330px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .group-sign-in {
        display: none;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo .header-logo img {
        margin-left: 270px;
    }

}
@media screen and (min-width: 850px) and (max-width: 920px) {
    :where([data-pub~="site"], [data-pub~="site"] *).arrow {
        position: relative;
        bottom: 8px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .group-sign-in {
        display: none;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo .header-logo img {
        margin-left: 270px;
    }

}
@media (min-width: 768px) {
    :where([data-pub~="site"], [data-pub~="site"] *).dropdown:hover .edugate-dropdown-menu-1 {
        display: block;
    }

}
@media screen and (max-width: 768px) {
    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo {
        line-height: 60px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .nav-links li .main-menu {
        line-height: 60px;
        margin: 0 10px;
        font-size: 12px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-1 {
        top: 65px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .group-sign-in {
        margin-left: 50px;
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner-02 {
        background-position: -210px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .choose-course-wrapper .col-md-4.col-xs-6 {
        margin-bottom: 70px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
        margin-bottom: 70px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).accordion-faq .row .col-md-6 {
        margin-bottom: 70px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).accordion-faq .row .col-md-6:last-child {
        margin-bottom: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-bottom i {
        font-size: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-bottom a,
    :where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-bottom p,
    :where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-bottom span {
        padding-left: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us {
        padding-bottom: 50px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .peopel-item .peopel-comment {
        width: 80%;
        padding: 30px 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .group-btn-slider {
        position: relative;
        top: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-image {
        height: auto;
        top: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-image img {
        height: auto;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-content {
        padding: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-content .title {
        font-size: 24px;
        max-height: 68px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-content .description {
        height: 72px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-content .btn {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        float: right;
        margin-top: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 {
        min-height: 480px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).group-btn-slider .btn-prev,
    :where([data-pub~="site"], [data-pub~="site"] *).group-btn-slider .btn-next {
        top: auto;
        bottom: 20px;
        width: 40px;
        height: 40px;
        line-height: 32px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).group-btn-slider .btn-prev {
        left: 50%;
        margin-left: -50px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).group-btn-slider .btn-next {
        right: 50%;
        margin-right: -50px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).best-staff {
        padding-bottom: 150px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).best-staff .group-btn-slider {
        position: relative;
        top: 80px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).best-staff .group-btn-slider .btn-prev,
    :where([data-pub~="site"], [data-pub~="site"] *).best-staff .group-btn-slider .btn-next {
        top: auto;
        bottom: 20px;
        width: 40px;
        height: 40px;
        line-height: 32px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).best-staff .group-btn-slider .btn-prev {
        left: 50%;
        margin-left: -50px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).best-staff .group-btn-slider .btn-next {
        right: 50%;
        margin-right: -50px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).pricing {
        position: relative;
        padding-bottom: 100px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).pricing .group-title-index {
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-wrapper .col-sm-4 {
        width: 100%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-wrapper .pricing-widget {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).pricing .group-btn-slider {
        display: block;
        position: relative;
        top: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).courses .style-grid .col-style {
        margin-bottom: 70px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).courses .top-content {
        margin-bottom: 50px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).courses .top-content .result-output {
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-mansonry .grid-item,
    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-3column .grid-item {
        width: 45.5%;
        height: 260px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-mansonry .grid-item-height2,
    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-3column .grid-item-height2 {
        height: 550px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-4column .grid-item {
        width: 45.5%;
        height: 260px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).homepage-03 .info-text2 {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).homepage-03 .info-text1 {
        float: left;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).homepage-03 .info-text3 {
        float: right;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03 .logo {
        display: block;
        float: left;
        line-height: 50px;
        width: 125px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03 .navigation {
        float: right;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course {
        width: 50%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course:nth-last-child(-n+3) {
        border-bottom: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course:nth-child(3n-2) {
        border-left: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course:nth-last-child(-n+2) {
        border-bottom: 1px solid #e1e1e1;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course-wrapper .icon-course {
        width: 90px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-select,
    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-submit,
    :where([data-pub~="site"], [data-pub~="site"] *).search-input .sbHolder {
        width: 20%;
        display: inline-block;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-submit span i {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner {
        min-height: 568px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner .slider-item {
        min-height: 568px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner .slider-item .slider-2 {
        background-position: -210px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner .slider-item .slider-3 {
        background-position: -130px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-page .news-masonry .gird-item {
        width: 50%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-page .news-masonry .gird-item .owl-nav .owl-next {
        right: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).customs-row {
        display: inline;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).course-video {
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).table-body {
        height: 500px;
    }

    blockquote:where([data-pub~="site"], [data-pub~="site"] *) {
        margin: 25px 10% 20px 10%;
    }

    ul:where([data-pub~="site"], [data-pub~="site"] *).tag-widget {
        margin: 20px 0 0 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).footer-top .footer-top-wrapper {
        padding: 30px 0px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).footer-top .footer-top-wrapper .footer-top-left {
        display: table-row;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).footer-top .footer-top-wrapper .footer-top-left .footer-top-focus {
        line-height: 1;
        margin-bottom: 5px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).footer-top .footer-top-wrapper .footer-top-left .footer-top-text {
        margin-bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).footer-top .footer-top-wrapper .footer-top-right {
        display: table-row;
        text-align: left;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).footer-main .footer-main-wrapper {
        padding: 70px 0 10px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).footer-main .title-widget {
        padding-bottom: 25px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).nav-subscribe-wrapper .nav-subscribe-left .subscribe-text {
        font-size: 25px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).page-404 {
        background-position: -200px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).intro-edu {
        padding-bottom: 100px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).intro-edu .intro-edu-wrapper .col-md-5 {
        text-align: center;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li .circle-icon:after {
        width: 50%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li .circle-icon:before {
        width: 50%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edu-feature .col-md-6:first-child {
        margin-bottom: 50px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edu-feature img {
        margin: 0 auto;
        display: block;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).sidebar {
        margin-top: 70px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-dropdown-menu-1 > li > a,
    :where([data-pub~="site"], [data-pub~="site"] *).edugate-dropdown-menu-1 > li span,
    :where([data-pub~="site"], [data-pub~="site"] *).edugate-dropdown-menu-1 > li p {
        line-height: 40px !important;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).carousel-indicators {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us.style-2 .group-btn-slider {
        display: block;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us.style-2 .group-btn-slider .btn-next,
    :where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us.style-2 .group-btn-slider .btn-prev {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.5);
        color: rgba(0, 0, 0, 0.5);
        box-shadow: none;
        background-image: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).teacher-skill {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).teacher-skill .teacher-skill-wrapper .title {
        margin-bottom: 29px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).teacher-skill .teacher-skill-wrapper .row .skill-level {
        margin-bottom: 20px;
        padding: 0 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).teacher-skill .teacher-skill-wrapper .row .skill-level:nth-last-child(2),
    :where([data-pub~="site"], [data-pub~="site"] *).teacher-skill .teacher-skill-wrapper .row .skill-level:last-child {
        margin-bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).teacher-course .teacher-course-wrapper .table-body {
        height: 100%;
    }

}
@media screen and (max-width: 767px) {
    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo {
        line-height: 60px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo .header-logo img {
        width: 150px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation {
        width: 50%;
        min-width: 290px;
        text-align: right;
        position: absolute;
        background-color: #fff;
        top: 65px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .nav-links li .main-menu {
        line-height: 50px;
        padding: 0;
        margin: 0 20px;
        font-size: 14px;
        text-align: left;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .nav-links li.active .main-menu {
        border-bottom: none;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .nav-links li:hover .main-menu {
        background-color: transparent;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .nav-links li:hover .main-menu:after {
        height: 0;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation .icons-dropdown {
        float: right;
        line-height: 50px;
        width: 35px;
        text-align: center;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navbar-heade {
        display: inline-block;
        width: 100%;
        background-color: var(--base-color);
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-1 {
        padding: 0;
        text-align: right;
        margin: 0 20px 0 20px;
        border-bottom: 2px solid #2aacff !important;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-1 > li > .link-page {
        line-height: 40px !important;
        margin: 0;
        padding-right: 30px;
        text-align: left;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-1 > li:hover {
        background-color: #fff;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-1 li:last-child > a {
        border-bottom: 1px solid #2aacff;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-2 {
        background-color: #fff;
        border-bottom: none;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-2 > li > .link-page {
        line-height: 40px;
        margin: 0;
        text-align: left;
        padding-right: 30px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-2 li:last-child > a {
        border-bottom: 1px solid #2aacff;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.header-fixed .logo {
        line-height: 40px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.header-fixed .logo .header-logo img {
        width: 125px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.header-fixed .edugate-navbar {
        margin: 6px 0 0 0;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.header-fixed .navigation {
        top: 45px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03 .logo {
        width: 150px;
        line-height: 60px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03 .navigation .nav-links {
        width: 100%;
        text-align: right;
        margin-bottom: 0;
        float: none !important;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03.header-fixed .logo {
        line-height: 45px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03.header-fixed .logo .header-logo img {
        width: 125px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03.header-fixed .edugate-navbar {
        margin: 6px 0 0 0;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03.header-fixed .navigation {
        top: 45px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03.header-fixed .navigation .nav-links li .main-menu {
        line-height: 50px;
        padding: 0 13px 0 10px;
        margin: 0;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03.header-fixed .navigation .nav-links li.active .main-menu {
        border-bottom: none;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03.header-fixed .navigation .nav-links li:hover .main-menu {
        background-color: transparent;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03.header-fixed .navigation .nav-links li:hover .main-menu:after {
        height: 0;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .socials {
        display: none;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .dropdown-menu > li > a:hover,
    header:where([data-pub~="site"], [data-pub~="site"] *) .dropdown-menu > li > a:focus {
        background-color: #fff;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).navigation {
        padding-right: 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).button-search {
        opacity: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).nav-search {
        display: block !important;
        box-shadow: none;
        padding: 0;
        width: 100%;
        position: relative;
        top: -50px;
        right: 0;
        bottom: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).nav-search:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #cccccc;
        left: 0;
        right: 0;
        top: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).nav-search form {
        border: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).nav-search form input[type='text'] {
        width: 80%;
        padding: 0 5px 0 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).nav-search form .searchbutton {
        width: 20%;
        padding-right: 0;
        text-align: center;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-navbar {
        background-color: #2aacff;
        cursor: pointer;
        margin-top: 16px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-navbar .icon-bar {
        background-color: #fff;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner .slider-item {
        height: 568px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner .slider-item .slider-caption {
        text-align: center;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner-02 {
        background-position: center;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner-03 .container {
        min-height: 568px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).event-detail-content .row {
        margin: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).event-detail-related .underline {
        margin-bottom: 60px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-mansonry .grid-item,
    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-3column .grid-item {
        width: 45.5%;
        height: 225px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-mansonry .grid-item-height2,
    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-3column .grid-item-height2 {
        height: 480px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-4column .grid-item {
        width: 45.5%;
        height: 225px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).count-down-wrapper .clock-count-down {
        margin-bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).count-down-wrapper .clock-count-down .col-sm-3 {
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).progress-bars {
        position: relative;
        padding-bottom: 160px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).progress-bars .container {
        width: 100%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).progress-bars .group-button {
        margin: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).progress-bars .progress-bar-wrapper .group-btn-slider {
        display: block;
        position: relative;
        top: 80px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 {
        margin-top: 0;
        margin-bottom: 70px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2:before {
        width: 80%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper {
        padding-right: 35%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-top .background-girl-1 {
        width: 30%;
        left: 65%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-bottom .customs-row {
        display: block;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .peopel-item .peopel-comment {
        width: 90%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).top-courses .top-courses-slider {
        margin-bottom: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).top-courses .group-btn-top-courses-slider {
        margin-top: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input {
        background-repeat: repeat;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-select,
    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-submit {
        width: 22%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-input {
        width: 56% !important;
        margin-right: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-submit {
        width: 160px;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        float: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .search-input-wrapper {
        padding: 45px 0;
        text-align: center;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).page-404 {
        min-height: 568px;
        height: auto;
        display: table;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).page-404 .container {
        display: table-cell;
        vertical-align: middle;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).page-404 .wrapper-404 .title-404 .warning {
        line-height: 1.1;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 {
        min-height: auto;
        margin-bottom: 70px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper {
        top: 0;
        padding: 30px;
        display: table;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper .edugate-image,
    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper .edugate-video,
    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper .edugate-audio {
        display: table-cell;
        vertical-align: top;
        width: 48%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper .edugate-image .news-gird-slider,
    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper .edugate-video .news-gird-slider,
    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper .edugate-audio .news-gird-slider {
        width: 295px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper .edugate-video,
    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper .edugate-audio {
        min-width: 290px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper .edugate-content {
        display: table-cell;
        vertical-align: top;
        padding: 0 0 0 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-content .btn {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        float: right;
        margin-top: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3.news-gird {
        margin-bottom: 70px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-page .news-masonry .gird-item {
        width: 100%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).list-categories .result-output {
        margin-bottom: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).list-categories .top-content {
        margin-bottom: 70px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li .circle-icon {
        height: 90px;
        width: 90px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li .circle-icon i {
        line-height: 90px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).register-table .register-title {
        font-size: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).footer-main .footer-main-wrapper {
        padding: 50px 0 0px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).footer-main .hyperlink {
        line-height: 45px;
        min-height: 45px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).courses-detail {
        padding-bottom: 70px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).sidebar .widget:nth-last-child(-n + 3) {
        margin-bottom: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).layout-left {
        float: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).layout-right {
        float: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).dropdown-focus {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).courses .group-title-index {
        margin-bottom: 60px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-video-player {
        width: 310px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-audio-player {
        width: 310px;
    }

}
@media screen and (max-width: 600px) {
    header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .group-sign-in {
        margin-left: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).nav-search form input[type='text'] {
        width: 79%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).nav-search form .searchbutton {
        width: 20%;
        padding-right: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-select,
    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-submit,
    :where([data-pub~="site"], [data-pub~="site"] *).search-input .sbHolder {
        min-width: 150px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-input {
        width: 40% !important;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-caption .text-info-1 {
        font-size: 46px;
        margin-bottom: 5px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-caption .text-info-2 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-item .slider-caption .btn p {
        font-size: 18px;
        line-height: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner-02 .slider-banner-wrapper .sub-title,
    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner-03 .slider-banner-wrapper .sub-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner-02 .slider-banner-wrapper .main-title,
    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner-03 .slider-banner-wrapper .main-title {
        font-size: 60px;
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).section-padding {
        padding: 60px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).bg-w-form {
        padding-top: 50px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).picture-gallery .gallery-content .grid-item {
        width: 50%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).event-count-down {
        padding-bottom: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).contact-main2 {
        padding-top: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page .grid-item {
        margin: 0 7.5px 15px 7.5px;
        width: 46.5% !important;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).accordion .panel-heading .panel-title a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        padding-right: 70px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-mansonry .grid-item-height2,
    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page.gallery-mansonry .grid-item-height2 {
        height: 465px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li .circle-icon:before {
        width: 45%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course {
        margin-top: 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .choose-course-wrapper .col-md-4.col-xs-6 {
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course-wrapper .icon-course {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course-wrapper .icon-course:after {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course-wrapper .info-course {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
        padding-top: 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course {
        height: 300px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).pricing {
        padding-bottom: 90px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).pricing .pricing-wrapper .pricing-widget {
        padding-top: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).best-staff {
        padding-bottom: 120px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).progress-bars {
        padding-bottom: 120px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).picture-gallery {
        padding-bottom: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).footer-top .footer-top-wrapper .footer-top-left .footer-top-focus {
        font-size: 24px;
        line-height: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-tabs {
        margin-bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-tabs li {
        height: 60px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).courses .top-content {
        margin-bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .slider-talk-about-us-wrapper {
        padding: 60px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .group-btn-slider {
        top: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-content .btn {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
        margin-right: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).underline {
        margin-bottom: 35px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).course-title {
        font-size: 28px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-list {
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-list .list-expand-title {
        margin-bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-content {
        margin-bottom: 60px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-author {
        margin-bottom: 60px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-comment {
        margin-bottom: 60px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).intro-edu {
        padding: 60px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).rlp-table {
        padding: 30px 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).sidebar {
        margin-top: 50px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item {
        width: 220px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-item-wrapper {
        height: 210px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 25px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .content .content-detail {
        margin-bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info {
        display: inline-block;
        text-align: center;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
        width: 270px;
        padding: 30px 30px 45px;
        margin-bottom: 20px;
        display: inline-block;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: left;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 5px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper .edugate-video,
    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper .edugate-audio {
        min-width: 210px;
    }

}
@media screen and (max-width: 480px) {
    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle {
        width: 140px;
        height: 140px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle .icon-background {
        width: 116px;
        height: 116px;
        margin-left: -58px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle .icon-background .icons-img {
        font-size: 58px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).progress-bars .title-2 {
        font-size: 24px;
        line-height: 34px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner-02 {
        background-position: left;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper {
        padding-right: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-top .background-girl-1 {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-bottom .why-choose-us-wrapper {
        padding: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-bottom .section-icon {
        width: 100%;
        margin: 15px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).why-choose-us .why-choose-us-wrapper-bottom .section-icon i {
        width: 50px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).accordion-faq .row .col-md-6 {
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .peopel-item .peopel-comment {
        width: 100%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).staff-item {
        padding: 20px 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).staff-item .staff-item-wrapper {
        padding: 0 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2:before {
        width: 100%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-layout-2-wrapper {
        padding: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-layout-2-wrapper .edugate-content {
        display: block;
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-layout-2-wrapper .edugate-content .title {
        font-size: 24px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-layout-2-wrapper .edugate-image {
        width: 100%;
        height: auto;
        display: block;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-content .btn {
        position: inherit;
        left: auto;
        margin-left: auto;
        bottom: auto;
        float: right;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).group-title-index {
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).pricing {
        padding-bottom: 80px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).pricing .group-title-index {
        margin-bottom: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-image {
        display: block;
        width: 100%;
        padding: 30px;
        top: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-content {
        width: 100%;
        display: block;
        padding: 0 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-content button {
        margin-bottom: 30px;
        margin-top: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).col-md-9 .edugate-layout-1 .edugate-image {
        width: 100%;
        top: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).col-md-9 .edugate-layout-1 .edugate-content {
        padding: 0 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-page .news-page-wrapper .edugate-layout-1 {
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).count-down-wrapper .clock-count-down {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner-02 .slider-banner-wrapper .sub-title,
    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner-03 .slider-banner-wrapper .sub-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner-02 .slider-banner-wrapper .main-title,
    :where([data-pub~="site"], [data-pub~="site"] *).slider-banner-03 .slider-banner-wrapper .main-title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .col-md-4.col-xs-6 :nth-child(2n - 1) {
        padding-right: 8px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .col-md-4.col-xs-6 :nth-child(2n) {
        padding-left: 7px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .item-course {
        padding: 55px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .item-course .info-course {
        margin-top: 10px;
        padding: 0 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .item-course .info-course .name-course {
        font-size: 20px;
        margin-bottom: 5px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .item-course .hover-text .wrapper-hover-content {
        padding: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course {
        height: 270px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).courses .style-grid .col-style {
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).top-courses .top-courses-item {
        padding: 20px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).courses .group-title-index {
        margin-bottom: 60px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-select,
    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-submit,
    :where([data-pub~="site"], [data-pub~="site"] *).search-input .sbHolder {
        width: 47%;
        margin-bottom: 10px;
        margin-left: 6px;
        margin-right: 6px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-select.style-2,
    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-submit.style-2,
    :where([data-pub~="site"], [data-pub~="site"] *).search-input .sbHolder.style-2 {
        margin-right: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-input {
        width: 100% !important;
        margin-right: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-submit {
        width: 160px;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        float: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .search-input-wrapper {
        padding: 15px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).wrapper-404 .title-404 .warning {
        font-size: 160px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).wrapper-404 .title-404 .btn-404 {
        width: 160px;
        height: 40px;
        font-size: 18px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).wrapper-404 .title-404 .btn-404 p {
        font-size: 18px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper .edugate-image {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper .edugate-content {
        display: block;
        vertical-align: top;
        padding: 0;
        width: 100%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .btn {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).underline {
        margin-bottom: 25px;
    }

    blockquote:where([data-pub~="site"], [data-pub~="site"] *) {
        padding-left: 40px;
        margin: 20px 20px 10px 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).course-des {
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-content {
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-author {
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-comment {
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).btn-submit {
        line-height: 25px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).btn-submit p {
        font-size: 12px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).socials a {
        margin-right: 6px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li {
        width: 280px;
        display: block;
        margin: 0 auto;
        padding: 40px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li:first-child {
        padding-top: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li:last-child {
        padding-bottom: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li .circle-icon {
        width: 100px;
        height: 100px;
        display: table-cell;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li .circle-icon:after {
        width: 2px;
        height: 50px;
        top: auto;
        margin-top: auto;
        left: 50%;
        margin-left: -1px;
        bottom: -53px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li .circle-icon:before {
        width: 2px;
        height: 50px;
        margin-top: auto;
        left: 50%;
        margin-left: -1px;
        top: -53px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li .circle-icon i {
        line-height: 100px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edu-ab .edu-ab-content ul li span {
        width: 180px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 20px;
        text-align: left;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).nav-subscribe-wrapper {
        height: auto;
        padding: 25px 0 30px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).nav-subscribe-wrapper .nav-subscribe-left,
    :where([data-pub~="site"], [data-pub~="site"] *).nav-subscribe-wrapper .nav-subscribe-right {
        display: flex;
        text-align: left;
        justify-content: space-evenly;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).nav-subscribe-wrapper .nav-subscribe-left .subscribe-text {
        padding: 0;
        font-size: 24px;
        margin-bottom: 12px;
        line-height: 24px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).group-title-index .center-title {
        font-size: 24px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).rlp-table .rlp-title {
        font-size: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-comment ul.comment-list-children {
        margin-left: 50px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-comment li .media-left {
        padding-left: 0px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-comment li .media-body {
        padding-right: 0px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-comment li .des p {
        font-size: 13px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).title-news {
        font-size: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-content .news-image-block {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-author {
        height: auto;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-author .des p {
        font-size: 13px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).footer-main .footer-main-wrapper {
        padding: 50px 0 0 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-item-wrapper {
        height: 180px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info {
        display: inline-block;
        text-align: center;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
        width: 270px;
        padding: 30px 30px 45px;
        margin-bottom: 20px;
        display: inline-block;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: left;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 5px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-video-player {
        width: 360px;
        height: 270px;
        margin-bottom: 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-audio-player {
        width: 360px;
        margin-bottom: 25px;
    }

}
@media screen and (max-width: 431px) {
    header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .email,
    header:where([data-pub~="site"], [data-pub~="site"] *) .header-topbar .hotline {
        display:none;
        margin-right: 0;
        line-height: 25px;
    }

}
@media screen and (max-width: 414px) {
    :where([data-pub~="site"], [data-pub~="site"] *).edugate-video-player {
        width: 290px;
        height: 230px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-audio-player {
        width: 290px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).sd380 {
        width: 100%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).sidebar .widget:nth-last-child(-n + 3) {
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).sidebar .widget:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-item-wrapper {
        height: 160px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).accordion-faq .underline,
    :where([data-pub~="site"], [data-pub~="site"] *).contact-main2 .underline {
        font-size: 26px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info {
        display: inline-block;
        text-align: center;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
        width: 270px;
        padding: 30px 30px 45px;
        margin-bottom: 20px;
        display: inline-block;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: left;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 5px;
    }

}
@media screen and (min-width: 374px) and (max-width: 376px) {
    :where([data-pub~="site"], [data-pub~="site"] *).group-button button:first-child {
        margin-right: 0;
        margin-bottom: 0;
    }

}
@media screen and (min-width: 300px) and (max-width: 370px) {
    :where([data-pub~="site"], [data-pub~="site"] *).edugate-video-player {
        width: 250px;
        height: 190px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-audio-player {
        width: 255px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation {
        width: 90%;
        top: 45px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo {
        line-height: 40px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo .header-logo img {
        width: 125px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.header-fixed .logo {
        line-height: 40px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.header-fixed .logo .header-logo img {
        width: 125px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-navbar {
        margin: 6px 0 0 0;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03 .logo {
        width: 125px !important;
        line-height: 45px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course a,
    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course p,
    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course span {
        font-size: 14px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course i {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).progress-bars .progress-bar-wrapper .inner {
        font-size: 50px;
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).progress-bars .progress-bar-wrapper .title-2 {
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).event-detail-content .col-md-4 {
        padding: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).event-detail-title {
        font-size: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:last-child {
        margin-bottom: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).group-button button:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-tabs {
        margin-bottom: 0px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .peopel-item .peopel-comment {
        height: 210px;
        overflow: hidden;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-content .title {
        line-height: 28px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .col-md-4.col-xs-6 {
        width: 100%;
        padding: 0 15px !important;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03 .navigation {
        top: 45px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course {
        width: 90%;
        margin: 15px auto 0 15px;
        border: 1px solid #e1e1e1 !important;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-select,
    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-submit,
    :where([data-pub~="site"], [data-pub~="site"] *).search-input .sbHolder {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-input {
        width: 100% !important;
        margin-right: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-submit {
        width: 160px;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        display: inline-block;
        float: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .search-input-wrapper {
        padding: 15px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page .grid-item {
        width: 100% !important;
        margin: 0;
        margin-bottom: 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).list-categories .top-content {
        margin: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).courses .group-title-index {
        margin-bottom: 45px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).top-content .result-output .result-count {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).pagination .btn-squae {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).pagination .pagination__list li .pagination__previous,
    :where([data-pub~="site"], [data-pub~="site"] *).pagination .pagination__list li .pagination__next {
        line-height: 27px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 {
        margin-top: 0;
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3.news-gird {
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-list .col-xs-6 {
        width: 100%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 {
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).course-title {
        font-size: 24px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).course-info {
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).courses-detail {
        padding-bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).page-title .captions {
        font-size: 34px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-comment li .list-item {
        padding: 20px 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).sd380 {
        width: 100%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).rlp-table {
        padding: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).rlp-table img.login {
        width: 180px;
        margin-bottom: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).rlp-table .rlp-title {
        font-size: 16px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).col-2 {
        margin-bottom: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).register-table .register-title {
        margin-top: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-comment ul.comment-list-children {
        margin-left: 25px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-comment li .media-left {
        padding-right: 5px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-comment li .media-body {
        padding-left: 5px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).title-news {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
        display: inline-block;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-content {
        margin-top: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-content .news-des p {
        margin-bottom: 30px;
        font-size: 14px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-detail .info a,
    :where([data-pub~="site"], [data-pub~="site"] *).news-detail .info span {
        font-size: 13px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-author .author a {
        font-size: 16px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-author .position {
        font-size: 13px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).media .media-right span {
        font-size: 12px !important;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-content .news-des p {
        font-size: 16px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).footer-main .footer-main-wrapper {
        padding: 50px 0 0 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info {
        display: inline-block;
        text-align: center;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
        width: 270px;
        padding: 30px 30px 45px;
        margin-bottom: 20px;
        display: inline-block;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: left;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 5px;
    }

}
@media screen and (min-width: 377px) and (max-width: 380px) {
    :where([data-pub~="site"], [data-pub~="site"] *).edugate-video-player {
        width: 250px;
        height: 190px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-audio-player {
        width: 255px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation {
        width: 100%;
        top: 45px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo {
        line-height: 40px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo .header-logo img {
        width: 125px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.header-fixed .logo {
        line-height: 40px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.header-fixed .logo .header-logo img {
        width: 125px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-navbar {
        margin: 6px 0 0 0;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03 .logo {
        width: 125px !important;
        line-height: 45px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course a,
    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course p,
    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course span {
        font-size: 14px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .name-course i {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).progress-bars .progress-bar-wrapper .inner {
        font-size: 50px;
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).progress-bars .progress-bar-wrapper .title-2 {
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).event-detail-content .col-md-4 {
        padding: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).event-detail-title {
        font-size: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:last-child {
        margin-bottom: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).group-button button:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-tabs {
        margin-bottom: 0px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).slider-talk-about-us .peopel-item .peopel-comment {
        height: 210px;
        overflow: hidden;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-content .title {
        line-height: 28px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-2 .col-md-4.col-xs-6 {
        width: 100%;
        padding: 0 15px !important;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main.homepage-03 .navigation {
        top: 45px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course-3 .item-course {
        width: 90%;
        margin: 15px auto 0 15px;
        border: 1px solid #e1e1e1 !important;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-select,
    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-submit,
    :where([data-pub~="site"], [data-pub~="site"] *).search-input .sbHolder {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-input {
        width: 100% !important;
        margin-right: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .form-submit {
        width: 160px;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        display: inline-block;
        float: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).search-input .search-input-wrapper {
        padding: 15px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).gallery-page .grid-item {
        width: 100% !important;
        margin: 0;
        margin-bottom: 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).list-categories .top-content {
        margin: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).courses .group-title-index {
        margin-bottom: 45px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).top-content .result-output .result-count {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).pagination .btn-squae {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).pagination .pagination__list li .pagination__previous,
    :where([data-pub~="site"], [data-pub~="site"] *).pagination .pagination__list li .pagination__next {
        line-height: 27px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 {
        margin-top: 0;
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3.news-gird {
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-list .col-xs-6 {
        width: 100%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 {
        margin-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).course-title {
        font-size: 24px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).course-info {
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).courses-detail {
        padding-bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).page-title .captions {
        font-size: 34px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-comment li .list-item {
        padding: 20px 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).sd380 {
        width: 100%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).rlp-table {
        padding: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).rlp-table img.login {
        width: 180px;
        margin-bottom: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).rlp-table .rlp-title {
        font-size: 16px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).col-2 {
        margin-bottom: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).register-table .register-title {
        margin-top: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-comment ul.comment-list-children {
        margin-left: 25px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-comment li .media-left {
        padding-right: 5px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-comment li .media-body {
        padding-left: 5px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).title-news {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
        display: inline-block;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-content {
        margin-top: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-content .news-des p {
        margin-bottom: 30px;
        font-size: 14px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-detail .info a,
    :where([data-pub~="site"], [data-pub~="site"] *).news-detail .info span {
        font-size: 13px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-author .author a {
        font-size: 16px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-author .position {
        font-size: 13px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).media .media-right span {
        font-size: 12px !important;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-content .news-des p {
        font-size: 16px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).footer-main .footer-main-wrapper {
        padding: 50px 0 0 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info {
        display: inline-block;
        text-align: center;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
        width: 270px;
        padding: 30px 30px 45px;
        margin-bottom: 20px;
        display: inline-block;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: left;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 5px;
    }

}
@media screen and (max-width: 320px) {
    :where([data-pub~="site"], [data-pub~="site"] *).edugate-video-player {
        width: 215px;
        height: 170px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-audio-player {
        width: 215px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).group-title-index .center-title {
        margin-bottom: 5px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle {
        width: 120px;
        height: 120px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle .icon-background {
        width: 104px;
        height: 104px;
        margin-left: -52px;
        bottom: 8px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle .icon-background .icons-img {
        font-size: 52px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).choose-course .icon-circle .info .info-back:before {
        border: 8px solid #2aacff;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-layout-2-wrapper {
        padding: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).top-courses {
        padding-bottom: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).top-courses .group-btn-top-courses-slider {
        margin-top: 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-image {
        padding: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-content {
        padding: 0 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-1 .edugate-content button {
        margin-bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).col-md-9 .edugate-layout-1 .edugate-content {
        padding: 0 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).picture-gallery .gallery-content .grid-item {
        width: 90%;
        margin: auto 15px 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper {
        padding: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper .edugate-image {
        margin-bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).page-title .captions {
        font-size: 28px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).course-video .video-btn button.video-btn-right {
        margin-bottom: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).footer-top-wrapper .footer-top-left .footer-top-focus {
        font-size: 23px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).rlp-table {
        padding: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).rlp-table img.login {
        width: 160px;
        margin-bottom: 0px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).title-news {
        font-size: 24px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-detail .info a,
    :where([data-pub~="site"], [data-pub~="site"] *).news-detail .info span {
        font-size: 13px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).news-content .news-des p {
        font-size: 14px;
    }

    blockquote:where([data-pub~="site"], [data-pub~="site"] *) .main-quote {
        font-size: 20px;
        margin-bottom: 5px;
    }

    blockquote:where([data-pub~="site"], [data-pub~="site"] *) .sub-quote {
        font-size: 14px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).footer-main .hyperlink .hyper-left {
        display: none;
    }

    p:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-1,
    p:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-2,
    p:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-3,
    p:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-4,
    p:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-5 {
        margin-right: 0.5em;
    }

    p:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-1 {
        width: 1.5em;
    }

    p:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-2 {
        width: 2.5em;
    }

    p:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-3 {
        width: 3.5em;
    }

    p:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-4 {
        width: 4.5em;
    }

    p:where([data-pub~="site"], [data-pub~="site"] *).stars a.star-5 {
        width: 5.5em;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-item-wrapper {
        height: 90px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-info .staff-name {
        font-size: 9px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-socials a {
        margin-right: 9px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info {
        display: inline-block;
        text-align: center;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
        width: 270px;
        padding: 30px 30px 45px;
        margin-bottom: 20px;
        display: inline-block;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: left;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 5px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-3 .edugate-layout-3-wrapper .edugate-image .news-gird-slider {
        width: 215px;
    }

}
:where([data-pub~="site"], [data-pub~="site"] *).darkmode {
    --base-color: #111528;
    --base-variant: #212121;
    --primary-color:#ffff;
}

:where([data-pub~="site"], [data-pub~="site"] *).dark-mode {
    position: relative;
    padding: 0;
    border-radius: 50%;
    background-color: var(--dark-theme-color);
}

:where([data-pub~="site"], [data-pub~="site"] *).dark-mode svg {
    width: 22px;
    height: 22px;
    fill: #f9f9f9ff;
    transition: all 0.3 ease;
    position: relative;
    top: 5px;
}

button:where([data-pub~="site"], [data-pub~="site"] *) {
    border: none;
    padding: .8em 2em;
    background-color: var(--primary-color);
    color: white;
    border-radius: 4px;
    font: inherit;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-1,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-2 {
    top: 105px;
    min-width: 240px;
    border-radius: 0;
    border: none;
    padding-bottom: 0;
    border-bottom: 5px solid #2aacff;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-1 li,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-2 li {
    transition: all .3s ease-in-out;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-1 li .link-page,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-2 li .link-page {
    line-height: 40px;
    text-transform: capitalize;
    color: #242c42;
    border: none;
    font-weight: normal;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-1 li:hover,
header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-2 li:hover {
    background-color: #f5f5f5;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-2 {
    top: 0;
    margin-top: 0;
    padding-top: 0;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-2.left {
    left: 100%;
    right: auto;
}

header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .edugate-dropdown-menu-2.right {
    right: 100%;
    left: auto;
}

:where([data-pub~="site"], [data-pub~="site"] *).dropdown-focus {
    display: block !important;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).dots-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    animation: clockTick 5s linear infinite;
}

@keyframes clockTick {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    25% { transform: translate(-50%, -50%) rotate(90deg); }
    50% { transform: translate(-50%, -50%) rotate(180deg); }
    75% { transform: translate(-50%, -50%) rotate(270deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
    a:where([data-pub~="site"], [data-pub~="site"] *).show {
        display: none;
    }

}
:where([data-pub~="404"], [data-pub~="404"] *).modal {
    transition: all 0.3s ease-out;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}

:where([data-pub~="404"], [data-pub~="404"] *).modal.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

:where([data-pub~="404"], [data-pub~="404"] *).modal-overlay {
    transition: opacity 0.3s ease;
}

:where([data-pub~="404"], [data-pub~="404"] *).form-input:focus {
    box-shadow: 0 0 0 2px #4F46E5;
}

:where([data-pub~="site"], [data-pub~="site"] *).reg-button-1 {
    width: 120px;
    font-size: 10px;
    border-radius: 0%;
    background-color:var(--base-color);
    position: relative;
    bottom: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).reg-button-1:hover {
    width: 120px;
    font-size: 10px;
    border-radius: 0%;
    background-color:var(--base-color);
    position: relative;
    bottom: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).reg-button-2 {
    width: 120px;
    font-size: 10px;
    border-radius: 0%;
    background-color:var(--base-color);
    position: relative;
    bottom: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).reg-button-2:hover {
    width: 120px;
    font-size: 10px;
    border-radius: 0%;
    background-color:var(--base-color);
    position: relative;
    bottom: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).reg-button-3 {
    width: 120px;
    font-size: 10px;
    border-radius: 0%;
    background-color:var(--base-color);
    position: relative;
    bottom: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).reg-button-3:hover {
    width: 120px;
    border-radius: 0%;
    background-color:var(--base-color);
    position: relative;
    bottom: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).reg-button-4 {
    width: 120px;
    font-size: 10px;
    border-radius: 0%;
    background-color:var(--base-color);
    position: relative;
    bottom: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).reg-button-4:hover {
    width: 120px;
    font-size: 10px;
    border-radius: 0%;
    background-color:var(--base-color);
    position: relative;
    bottom: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).com-button {
    background-color:var(--base-color);
    position: relative;
    left: 50px;
}

:where([data-pub~="site"], [data-pub~="site"] *).com-button:hover {
    background-color:#15215f;
    position: relative;
    left: 50px;
}

:where([data-pub~="site"], [data-pub~="site"] *).reg-button-5 {
    width: 120px;
    font-size: 10px;
    border-radius: 0%;
    background-color:var(--base-color);
    position: relative;
}

@media screen and (min-width: 300px) and (max-width: 420px) {
    :where([data-pub~="site"], [data-pub~="site"] *).reg-button-1 {
        border-radius: 0%;
        background-color:var(--base-color);
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).reg-button-1:active {
        border-radius: 0%;
        background-color:var(--base-color);
        position: relative;
        bottom: 95px;
        display: none;
        font-size: 8px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).reg-button-1:hover {
        border-radius: 0%;
        background-color:var(--base-color);
        position: relative;
        bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).reg-button-2 {
        border-radius: 0%;
        background-color:var(--base-color);
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).reg-button-2:hover {
        border-radius: 0%;
        background-color:var(--base-color);
        position: relative;
        bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).reg-button-3 {
        border-radius: 0%;
        background-color:var(--base-color);
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).reg-button-3:hover {
        border-radius: 0%;
        background-color:var(--base-color);
        position: relative;
        bottom: 20px;
        font-size: 8px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).reg-button-4 {
        border-radius: 0%;
        background-color:var(--base-color);
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).reg-button-4:hover {
        border-radius: 0%;
        background-color:var(--base-color);
        position: relative;
        bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).staff-item:hover .reg-button-1 {
        width:110px;
        height: 30px;
        position: relative;
        top: -35px;
        right: 5px;
        text-align: center;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).staff-item:hover .reg-button-2 {
        width:110px;
        height: 30px;
        position: relative;
        top: -35px;
        right: 5px;
        text-align: center;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).staff-item:hover .reg-button-3 {
        width:110px;
        height: 30px;
        position: relative;
        top: -35px;
        right: 5px;
        text-align: center;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).staff-item:hover .reg-button-4 {
        width:110px;
        height: 30px;
        position: relative;
        top: -35px;
        right: 5px;
        text-align: center;
    }

}
header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo .header-logo img {
    height: auto;
}

:where([data-pub~="site"], [data-pub~="site"] *).be {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    position: relative;
    bottom: 6px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:where([data-pub~="site"], [data-pub~="site"] *).logo-color-picker {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

:where([data-pub~="site"], [data-pub~="site"] *).color-picker-container {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 12px;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

:where([data-pub~="site"], [data-pub~="site"] *).color-picker-label {
    font-size: 12px;
    color: #666;
    margin-right: 8px;
    font-weight: 500;
}

:where([data-pub~="site"], [data-pub~="site"] *).color-picker-input {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).color-picker-input:hover {
    transform: scale(1.1);
}

:where([data-pub~="site"], [data-pub~="site"] *).reset-color-btn {
    margin-left: 8px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 5px 10px;
    font-size: 11px;
    cursor: pointer;
    color: #666;
    transition: all 0.2s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).reset-color-btn:hover {
    background: #e9ecef;
    color: #333;
}

@media (max-width: 768px) {
    :where([data-pub~="site"], [data-pub~="site"] *).logo-color-picker {
        margin-left: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).color-picker-container {
        padding: 6px 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).color-picker-input {
        width: 30px;
        height: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).color-picker-label {
        font-size: 11px;
    }

}
@media (max-width: 480px) {
    :where([data-pub~="site"], [data-pub~="site"] *).color-picker-label {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).color-picker-container {
        padding: 5px 8px;
    }

}
:where([data-pub~="site"], [data-pub~="site"] *).form-container {
    max-width: 600px;
    height: auto;
    color: #050e63;
    margin: auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    bottom: 780px;
    left: 400px;
    background: rgba(255, 255, 255, 0.2);
    overflow: scroll;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-container::-webkit-scrollbar {
    display: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-group {
    margin-bottom: 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-group label {
    display: block;
    margin-bottom: 5px;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-group input,
:where([data-pub~="site"], [data-pub~="site"] *).form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #050e63;
    border-radius: 4px;
    color: #050e63;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-group button {
    position: relative;
    background-color: #050e63;
}

:where([data-pub~="site"], [data-pub~="site"] *).text-center {
    color: #050e63;
}

:where([data-pub~="404"], [data-pub~="404"] *).popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    animation: fadeIn 0.3s ease-in-out;
}

:where([data-pub~="site"], [data-pub~="site"] *).popup-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: 90%;
    animation: slideIn 0.4s ease-out;
}

:where([data-pub~="404"], [data-pub~="404"] *).popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    transition: color 0.2s ease;
    background: none;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

:where([data-pub~="404"], [data-pub~="404"] *).popup-close:hover {
    color: #333;
}

:where([data-pub~="404"], [data-pub~="404"] *).popup-figure {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    display: block;
}

:where([data-pub~="404"], [data-pub~="404"] *).popup-title {
    font-size: 28px;
    font-weight: bold;
    color: #2aacff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

:where([data-pub~="404"], [data-pub~="404"] *).popup-message {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { 
    opacity: 0;
    transform: translate(-50%, -60%);
    }
    to { 
    opacity: 1;
    transform: translate(-50%, -50%);
    }
}

@media (max-width: 768px) {
    :where([data-pub~="404"], [data-pub~="404"] *).popup-modal {
        padding: 30px 20px;
        margin: 20px;
    }

    :where([data-pub~="404"], [data-pub~="404"] *).popup-figure {
        width: 100px;
        height: 100px;
    }

    :where([data-pub~="404"], [data-pub~="404"] *).popup-title {
        font-size: 24px;
    }

    :where([data-pub~="404"], [data-pub~="404"] *).popup-message {
        font-size: 14px;
    }

}
:where([data-pub~="site"], [data-pub~="site"] *).grid {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    z-index: auto;
    width: auto;
    display: block;
    justify-content: unset;
    align-items: unset;
    pointer-events: auto;
}

:where([data-pub~="404"], [data-pub~="404"] *).fa.fa-arrow-down {
    display: none;
}

@media (max-width: 920px) {
    :where([data-pub~="site"], [data-pub~="site"] *).main-container {
        flex-direction: column;
        align-items: stretch;
        min-height: unset;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container > div:first-child {
        width: 100%;
        min-height: 900px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container > div:first-child img {
        width: 100%;
        min-height: 300px;
        object-fit: cover;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).grid {
        position: static;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
        margin-top: -80px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        z-index: 2;
        pointer-events: auto;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container {
        height: auto;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).content-6::after {
        position: relative;
        content: "Register Now ";
        bottom: 350px;
        color: #111528;
        font-size: 60px;
        left: 500px;
        font-weight: bold;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).fa.fa-arrow-down {
        position: relative;
        top: 280px;
        left:650px;
        transform: scale(4.2);
        color: #050e63;
        display: inline;
        font-size: 60px;
    }

}
@media(min-width: 301px) and (max-width: 389px) {
    :where([data-pub~="site"], [data-pub~="site"] *).form-container {
        max-width: 100vw;
        padding: 10px;
        box-shadow: none;
        border-radius: 8px;
        margin: 0;
        height: auto;
        position: relative;
        bottom: 590px;
        border: 2px solid navy;
        overflow: scroll;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-container::-webkit-scrollbar {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container {
        height: auto;
        margin-top: 50px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).grid {
        margin-top: -40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container > div:first-child img {
        min-height: 200px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container {
        height: 900px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).content-6::after {
        position: relative;
        content: "Register Now ";
        bottom: 150px;
        color: #111528;
        font-size: xx-large;
        left: 120px;
        font-weight: bold;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).fa.fa-arrow-down {
        position: relative;
        top: 150px;
        left: 230px;
        transform: scale(4.2);
        color: #050e63;
        display: inline;
        font-size: 30px;
    }

}
@media(min-width: 390px) and (max-width: 500px) {
    :where([data-pub~="site"], [data-pub~="site"] *).form-container {
        max-width: 100vw;
        padding: 10px;
        box-shadow: none;
        border-radius: 8px;
        margin: 20px;
        height: auto;
        position: relative;
        bottom: 590px;
        border: 2px solid navy;
        overflow: scroll;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-container::-webkit-scrollbar {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container {
        height: auto;
        margin-top: 70px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).grid {
        margin-top: -40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container > div:first-child img {
        min-height: 200px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container {
        height: auto;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).content-6::after {
        position: relative;
        content: "Register Now ";
        bottom: 150px;
        color: #111528;
        font-size: xx-large;
        left: 160px;
        font-weight: bold;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).fa.fa-arrow-down {
        position: relative;
        top: 150px;
        left: 230px;
        transform: scale(4.2);
        color: #050e63;
        display: inline;
        font-size: 30px;
    }

}
@media (min-width: 500px) and (max-width: 550px) {
    :where([data-pub~="site"], [data-pub~="site"] *).form-container {
        max-width: 100vw;
        padding: 10px;
        box-shadow: none;
        border-radius: 8px;
        margin: 0;
        height: auto;
        position: relative;
        bottom: 520px;
        border: 2px solid navy;
        overflow: scroll;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-container::-webkit-scrollbar {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container {
        height: auto;
        margin-top: 80px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).grid {
        margin-top: -40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container {
        height: 1000px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container > div:first-child img {
        min-height: 200px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).content-6::after {
        position: relative;
        content: "Register Now ";
        bottom: 200px;
        color: #111528;
        font-size: xx-large;
        left: 270px;
        font-weight: bold;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).fa.fa-arrow-down {
        position: relative;
        top: 150px;
        left: 350px;
        transform: scale(4.2);
        color: #050e63;
        display: inline;
        font-size: 40px;
    }

}
@media (min-width: 552px) and (max-width: 600px) {
    :where([data-pub~="site"], [data-pub~="site"] *).form-container {
        max-width: 100vw;
        padding: 10px;
        box-shadow: none;
        border-radius:8px;
        margin: 0;
        height: auto;
        position: relative;
        bottom: 590px;
        border: 2px solid navy;
        overflow: scroll;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-container::-webkit-scrollbar {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).grid {
        margin-top: -40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container > div:first-child img {
        min-height: 200px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).content-6::after {
        position: relative;
        content: "Register Now ";
        bottom: 150px;
        color: #111528;
        font-size: xx-large;
        left: 170px;
        font-weight: bold;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).fa.fa-arrow-down {
        position: relative;
        top: 150px;
        left: 270px;
        transform: scale(4.2);
        color: #050e63;
        display: inline;
        font-size: 40px;
    }

}
@media (min-width: 750px) and (max-width: 950px) {
    :where([data-pub~="site"], [data-pub~="site"] *).form-container {
        max-width: 100vw;
        border: 2px solid navy;
        box-shadow: none;
        border-radius: 8px;
        margin: 0;
        height: auto;
        position: relative;
        bottom: 290px;
        overflow: scroll;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-container::-webkit-scrollbar {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container {
        height: auto;
        margin-top: 151px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).grid {
        margin-top: -40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container {
        height: 1210px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container > div:first-child img {
        min-height: 200px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).content-6::after {
        position: relative;
        content: "Register Now ";
        bottom: 300px;
        color: #111528;
        font-size: 60px;
        left: 370px;
        font-weight: bold;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).fa.fa-arrow-down {
        position: relative;
        top: 240px;
        left: 550px;
        transform: scale(4.2);
        color: #050e63;
        display: inline;
        font-size: 60px;
    }

}
@media (min-width: 1000px) and (max-width: 1300px) {
    :where([data-pub~="site"], [data-pub~="site"] *).form-container {
        max-width: 420px;
        height: auto;
        color: #050e63;
        margin: auto;
        padding: 16px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        position: relative;
        bottom: 480px;
        left: 220px;
        background: rgba(255, 255, 255, 0.2);
        overflow-y: scroll;
        border: 2px solid navy;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-container::-webkit-scrollbar {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container {
        height: auto;
        margin-top: 156px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).reg-button-3 {
        margin-bottom: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-container > div.content img {
        min-height: 200px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).fa.fa-arrow-down {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).main-logo {
        width: 100%;
        height: auto;
    }

    :where([data-pub~="site"], [data-pub~="site"] *)#registrationForm {
        max-width: 100%;
        margin: 0 auto;
        padding: 15px;
        border-radius: 8px;
        position: static;
        left: auto;
        bottom: auto;
        height:360px;
    }

}
:where([data-pub~="site"], [data-pub~="site"] *).reg-button-3 {
    margin-bottom: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).main-container > div.content img {
    min-height: 200px;
}

:where([data-pub~="site"], [data-pub~="site"] *).fa.fa-arrow-down {
    display: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).main-logo {
    width: 100%;
    height: auto;
}

:where([data-pub~="site"], [data-pub~="site"] *)#registrationForm {
    max-width: 100%;
    margin: 0 auto;
    padding: 15px;
    border-radius: 8px;
    position: static;
    left: auto;
    bottom: auto;
    height:360px;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-container-request {
    background: white;
    border: 2px solid #2aacff;
    border-radius: 40px;
    padding: 40px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    left: 600px;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).contact-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).contact-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 2px solid #2aacff;
    background: white;
    color: #2aacff;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).contact-btn:hover {
    background: #2aacff;
    color: white;
}

:where([data-pub~="site"], [data-pub~="site"] *).contact-btn .icon {
    font-size: 18px;
}

:where([data-pub~="site"], [data-pub~="site"] *).radio-group {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 30px;
}

:where([data-pub~="site"], [data-pub~="site"] *).radio-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

:where([data-pub~="site"], [data-pub~="site"] *).radio-option input[type="radio"] {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    appearance: none;
    cursor: pointer;
    position: relative;
}

:where([data-pub~="site"], [data-pub~="site"] *).radio-option input[type="radio"]:checked {
    border-color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).radio-option input[type="radio"]:checked::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2aacff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

:where([data-pub~="site"], [data-pub~="site"] *).form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-group {
    flex: 1;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-group input,
:where([data-pub~="site"], [data-pub~="site"] *).form-group select,
:where([data-pub~="site"], [data-pub~="site"] *).form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    background: white;
    transition: border-color 0.3s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-group input:focus,
:where([data-pub~="site"], [data-pub~="site"] *).form-group select:focus,
:where([data-pub~="site"], [data-pub~="site"] *).form-group textarea:focus {
    outline: none;
    border-color: #2aacff;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-group input::placeholder,
:where([data-pub~="site"], [data-pub~="site"] *).form-group textarea::placeholder {
    color: #999;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-group select {
    cursor: pointer;
    color: #999;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-group select:focus,
:where([data-pub~="site"], [data-pub~="site"] *).form-group select:valid {
    color: #333;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-group textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

:where([data-pub~="site"], [data-pub~="site"] *).recaptcha-container {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).submit-btn {
    width: 200px;
    padding: 15px 30px;
    background: #2aacff;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    position: relative;
    margin: 0 auto;
    transition: background-color 0.3s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).submit-btn:hover {
    background: #2aacff;
}

@media (max-width: 768px) {
    :where([data-pub~="site"], [data-pub~="site"] *).form-row {
        flex-direction: column;
        gap: 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).radio-group {
        gap: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).contact-btn {
        width: 200px;
        justify-content: center;
    }

}
@media (max-width: 480px) {
    body:where([data-pub~="site"], [data-pub~="site"] *) {
        padding: 20px 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-container-request {
        padding: 20px 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-title {
        font-size: 24px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).radio-group {
        gap: 30px;
    }

}
:where([data-pub~="site"], [data-pub~="site"] *).popup-overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).popup-modal {
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

:where([data-pub~="site"], [data-pub~="site"] *).popup-close {
    color: #aaa;
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).popup-close:hover,
:where([data-pub~="site"], [data-pub~="site"] *).popup-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

:where([data-pub~="site"], [data-pub~="site"] *).popup-figure {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

:where([data-pub~="site"], [data-pub~="site"] *).popup-title {
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
}

:where([data-pub~="site"], [data-pub~="site"] *).popup-message {
    font-size: 18px;
    color: #555;
    line-height: 1.5;
}

@media (min-width: 491px) and (max-width:1000px) {
    :where([data-pub~="site"], [data-pub~="site"] *).nav-subscribe-wrapper .nav-subscribe-right .btn {
        justify-content: space-around;
        text-align: left !important;
        float: left !important;
        margin: 5px;
    }

}
:where([data-pub~="site"], [data-pub~="site"] *).col-md-5 {
    margin-bottom: 10px;
}

:where([data-pub~="site"], [data-pub~="site"] *).modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).modal-overlay.active {
    opacity: 1;
    pointer-events: all;
}

:where([data-pub~="site"], [data-pub~="site"] *).modal-content {
    position: relative;
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    width: 600px;
    margin-left: 1rem;
    margin-right: 1rem;
    transform: translateY(-20px);
    transition: transform 0.3s ease-out;
    z-index: 105;
}

:where([data-pub~="site"], [data-pub~="site"] *).modal-overlay.active .modal-content {
    transform: translateY(0);
}

:where([data-pub~="site"], [data-pub~="site"] *).modal-close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #6b7280;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
}

:where([data-pub~="site"], [data-pub~="site"] *).modal-close-button:hover {
    color: #374151;
}

:where([data-pub~="site"], [data-pub~="site"] *).modal-close-button svg {
    width: 1.5rem;
    height: 1.5rem;
}

:where([data-pub~="site"], [data-pub~="site"] *).modal-body {
    padding: 1.5rem;
}

:where([data-pub~="site"], [data-pub~="site"] *).modal-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).modal-description {
    color: #4b5563;
    margin-bottom: 1.5rem;
    text-align: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-group {
    margin-bottom: 1rem;
    line-height: 2;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-label {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-input {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    outline: none;
    box-shadow: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-submit-button {
    width: 70%;
    background-color: #050e63;
    color: #ffffff;
    font-weight: 500;
    padding-top: 0.5rem 1rem;
    padding-bottom: 0.5rem 1rem;
    border-radius: 0.375rem;
    transition: background-color 0.3s ease-in-out;
    border: none;
    cursor: pointer;
    margin: 15%;
    position: relative;
    right: 0px;
    bottom: 60px;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-submit-button:hover {
    background-color: #081588;
}

:where([data-pub~="site"], [data-pub~="site"] *).modal {
    transition: all 0.3s ease-out;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).modal.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

:where([data-pub~="site"], [data-pub~="site"] *).modal-overlay {
    transition: opacity 0.3s ease;
}

:where([data-pub~="site"], [data-pub~="site"] *).form-input:focus {
    box-shadow: 0 0 0 2px #4F46E5;
}

:where([data-pub~="site"], [data-pub~="site"] *).popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    animation: fadeIn 0.3s ease-in-out;
}

:where([data-pub~="site"], [data-pub~="site"] *).popup-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    animation: slideIn 0.4s ease-out;
}

:where([data-pub~="site"], [data-pub~="site"] *).popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    transition: color 0.2s ease;
    background: none;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

:where([data-pub~="site"], [data-pub~="site"] *).popup-close:hover {
    color: #333;
}

:where([data-pub~="site"], [data-pub~="site"] *).popup-figure {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    display: block;
}

:where([data-pub~="site"], [data-pub~="site"] *).popup-title {
    font-size: 28px;
    font-weight: bold;
    color: #2aacff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

:where([data-pub~="site"], [data-pub~="site"] *).popup-message {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { 
    opacity: 0;
    transform: translate(-50%, -60%);
    }
    to { 
    opacity: 1;
    transform: translate(-50%, -50%);
    }
}

@media (max-width: 768px) {
    :where([data-pub~="site"], [data-pub~="site"] *).popup-modal {
        padding: 30px 20px;
        margin: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).popup-figure {
        width: 100px;
        height: 100px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).popup-title {
        font-size: 24px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).popup-message {
        font-size: 14px;
    }

}
@media (max-width: 1024px) {
    :where([data-pub~="site"], [data-pub~="site"] *).modal-content {
        width: 90vw;
        height: auto;
        min-width: 280px;
        max-width: 500px;
        padding: 1rem;
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).modal-title {
        font-size: 2rem;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).modal-body {
        padding: 1rem;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-label {
        font-size: 1.2rem;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-input {
        font-size: 1rem;
        padding: 0.5rem;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-submit-button {
        width: 100%;
        margin: 0;
        bottom: 0;
        font-size: 1rem;
        padding: 0.5rem 0;
    }

}
@media (max-width: 600px) {
    :where([data-pub~="site"], [data-pub~="site"] *).modal-content {
        width: 98vw;
        max-width: 98vw;
        min-width: 0;
        padding: 0.5rem;
        height: auto;
        position: relative;
        top: 0px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).modal-title {
        font-size: 1.3rem;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).modal-description {
        font-size: 1rem;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-label {
        font-size: 1rem;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-input {
        font-size: 0.95rem;
        padding: 0.4rem;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-submit-button {
        width: 100%;
        font-size: 1rem;
        padding: 0.5rem 0;
        margin: 0;
        bottom: 0;
    }

}
@media (min-width: 300px) and (max-width: 490px) {
    :where([data-pub~="site"], [data-pub~="site"] *).form-container-request {
        padding: 12px 4px;
        max-width: 98vw;
        border-radius: 18px;
        left: 0 !important;
        box-shadow: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-title {
        font-size: 2.2rem;
        text-align: center;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).contact-buttons {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 10px;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).contact-btn {
        width: 80%;
        font-size: 2rem;
        padding: 8px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).radio-group {
        display:flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-row {
        flex-direction: column;
        gap: 8px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-group input,
    :where([data-pub~="site"], [data-pub~="site"] *).form-group select,
    :where([data-pub~="site"], [data-pub~="site"] *).form-group textarea {
        font-size: 15px;
        padding: 8px;
        width: 100%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).submit-btn {
        width: 80%;
        font-size: 16px;
        padding: 10px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).section.section-padding.edu-feature {
        margin-left: 10px;
        margin-right: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).info-form {
        width: 80%;
        position: relative;
        left: 10%;
    }

}
@media (min-width: 500px) and (max-width: 550px) {
    :where([data-pub~="site"], [data-pub~="site"] *).form-container-request {
        padding: 18px 10px;
        max-width: 95vw;
        border-radius: 22px;
        left: 5px !important;
        margin-left: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-title {
        font-size: 2.4rem;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).contact-btn {
        font-size: 2.1rem;
        padding: 10px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-group input,
    :where([data-pub~="site"], [data-pub~="site"] *).form-group select,
    :where([data-pub~="site"], [data-pub~="site"] *).form-group textarea {
        font-size: 16px;
        padding: 9px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).submit-btn {
        width: 80%;
        font-size: 17px;
        padding: 11px 0;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).info-form {
        width: 80%;
        position: relative;
        left: 10%;
    }

}
@media (min-width: 552px) and (max-width: 600px) {
    :where([data-pub~="site"], [data-pub~="site"] *).form-container-request {
        padding: 24px 16px;
        max-width: 90vw;
        border-radius: 28px;
        left: 0 !important;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-title {
        font-size: 1.6rem;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-group input,
    :where([data-pub~="site"], [data-pub~="site"] *).form-group select,
    :where([data-pub~="site"], [data-pub~="site"] *).form-group textarea {
        font-size: 17px;
        padding: 10px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).submit-btn {
        width: 100%;
        font-size: 18px;
        padding: 12px 0;
    }

}
@media (min-width: 750px) and (max-width: 890px) {
    :where([data-pub~="site"], [data-pub~="site"] *).form-title {
        font-size: 1.8rem;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-group input,
    :where([data-pub~="site"], [data-pub~="site"] *).form-group select,
    :where([data-pub~="site"], [data-pub~="site"] *).form-group textarea {
        font-size: 18px;
        padding: 12px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).submit-btn {
        width: 80%;
        font-size: 19px;
        padding: 13px 0;
    }

}
@media screen and (min-width: 768px) {
    :where([data-pub~="site"], [data-pub~="site"] *).form-container-request {
        margin-left: auto !important;
        margin-right: auto !important;
        left: auto !important;
        transform: none !important;
        position: relative !important;
        padding: 30px 20px;
        border-radius: 20px;
    }

}
@media (min-width: 900px) and (max-width: 1300px) {
    :where([data-pub~="site"], [data-pub~="site"] *).form-title {
        font-size: 2rem;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).form-group input,
    :where([data-pub~="site"], [data-pub~="site"] *).form-group select,
    :where([data-pub~="site"], [data-pub~="site"] *).form-group textarea {
        font-size: 19px;
        padding: 14px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).submit-btn {
        width: 60%;
        font-size: 20px;
        padding: 14px 0;
    }

}
:where([data-pub~="site"], [data-pub~="site"] *)#chat-btn {
    position:fixed;
    right:15px;
    bottom:86px;
    z-index:9999;
}

:where([data-pub~="site"], [data-pub~="site"] *)#chat-btn .chat-button {
    display:inline-block;
    width:48px;
    height:48px;
    border-radius:50%;
    background:#2aacff;
    color:#fff;
    text-align:center;
    line-height:48px;
    font-size:18px;
    box-shadow:0 4px 10px rgba(0,0,0,0.12);
}

:where([data-pub~="site"], [data-pub~="site"] *)#chat-btn .chat-button:hover {
    background:#2aacff;
    color:#fff;
    text-decoration:none;
}

:where([data-pub~="site"], [data-pub~="site"] *)#chat-btn .chat-button i {
    vertical-align:middle;
}

@media (max-width:480px) {
    :where([data-pub~="site"], [data-pub~="site"] *)#chat-btn {
        right:12px;
        bottom:110px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *)#chat-btn .chat-button {
        width:44px;
        height:44px;
        line-height:44px;
        font-size:16px;
    }

}
:where([data-pub~="site"], [data-pub~="site"] *).top-courses .edugate-layout-2 .edugate-image {
    margin-top: 50px;
    max-width: 290px;
}

@media (max-width: 768px) {
    :where([data-pub~="site"], [data-pub~="site"] *).top-courses .edugate-layout-2 {
        display: block !important;
        text-align: center;
        padding-top: 30px;
        height: auto;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).edugate-layout-2 .edugate-image img {
        width: 100%;
        height: auto;
        padding: 20px;
        position: relative;
        bottom: 50px;
        opacity: 0.1;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).top-courses .edugate-layout-2 .edugate-layout-2-wrapper {
        display: block !important;
        padding-top: 20px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).top-courses .edugate-layout-2 .edugate-image {
        display: block !important;
        width: 100% !important;
        max-width: 300px;
        margin: 50px auto 40px !important;
        position: relative;
        top: 30px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).top-courses .edugate-layout-2:before {
        width: 100%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).top-courses .edugate-layout-2 .edugate-content {
        display: block !important;
        padding: 20px !important;
        text-align: center;
        margin-top: 40px;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).top-courses .edugate-layout-2 .edugate-content .btn {
        position: relative !important;
        right: 80px;
        margin: 20px auto 0 !important;
        display: inline-block;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).top-courses .edugate-layout-2-wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).top-courses .edugate-layout-2-wrapper .edugate-image {
        order: 2 !important;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).top-courses .edugate-layout-2-wrapper .edugate-content {
        order: 1 !important;
    }

}
@media (min-width: 768px) {
    :where([data-pub~="404"], [data-pub~="404"] *).navigation .dropdown-menu > li.dropdown {
        position: relative;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).navigation .dropdown-menu > li.dropdown > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        margin-top: 0;
        min-width: 220px;
        z-index: 1000;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    :where([data-pub~="404"], [data-pub~="404"] *).navigation .dropdown-menu > li.dropdown > a .icons-dropdown {
        display: none;
    }

    :where([data-pub~="404"], [data-pub~="404"] *).navigation .dropdown-menu > li.dropdown > a:after {
        content: "\f105";
        font-family: FontAwesome;
        float: right;
        margin-left: 5px;
    }

}
:where([data-pub~="site"], [data-pub~="site"] *):root {
    --nav-hover-bg: #6498d8ff;
    --nav-hover-color: #337ab7;
    --nav-active-bg: #5e87b1ff;
    --nav-link-hover-bg: #a3c9f1ff;
}

@media (min-width: 768px) {
    :where([data-pub~="site"], [data-pub~="site"] *).navigation .dropdown-menu > li.dropdown {
        position: relative;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).navigation .dropdown-menu > li.dropdown > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        margin-top: 0;
        min-width: 220px;
        z-index: 1000;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        background-color: #fff;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).navigation .dropdown-menu > li.dropdown > a .icons-dropdown {
        display: none;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).navigation .dropdown-menu > li.dropdown > a:after {
        content: "\f105";
        font-family: FontAwesome;
        float: right;
        margin-left: 5px;
    }

}
:where([data-pub~="site"], [data-pub~="site"] *).navigation .nav > li > a,
:where([data-pub~="site"], [data-pub~="site"] *).navigation .nav .main-menu,
:where([data-pub~="site"], [data-pub~="site"] *).navigation .dropdown-menu li a {
    transition: background 0.15s ease, color 0.15s ease;
}

@media (max-width: 767px) {
    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo {
        float: none !important;
        text-align: center;
        display: block;
        width: 100%;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo .header-logo,
    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo .header-logo img {
        display: inline-block;
        margin: 0 auto;
        vertical-align: middle;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navbar-heade {
        text-align: center;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navbar-heade {
        position: relative;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navbar-toggle {
        position: absolute;
        left: 12px;
        top: 30%;
        transform: translateY(-50%);
        z-index: 2000;
        display: none;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .logo .header-logo {
        padding:10px;
    }

    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main .navigation.collapse {
        clear: both;
        margin-top: 12px;
    }

}
:where([data-pub~="site"], [data-pub~="site"] *).navigation .nav > li > a:hover,
:where([data-pub~="site"], [data-pub~="site"] *).navigation .nav > li > a:focus,
:where([data-pub~="site"], [data-pub~="site"] *).navigation .nav .main-menu:hover,
:where([data-pub~="site"], [data-pub~="site"] *).navigation .nav .main-menu:focus {
    color: var(--nav-hover-color) !important;
    text-decoration: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).navigation .dropdown-menu li a {
    background: transparent;
    color: inherit;
}

:where([data-pub~="site"], [data-pub~="site"] *).navigation .dropdown-menu li a:hover,
:where([data-pub~="site"], [data-pub~="site"] *).navigation .dropdown-menu li a:focus {
    background: var(--nav-link-hover-bg) !important;
    color: var(--nav-hover-color) !important;
    text-decoration: none;
}

:where([data-pub~="site"], [data-pub~="site"] *).navigation .nav > li.active > a {
    color: var(--nav-hover-color) !important;
}

:where([data-pub~="site"], [data-pub~="site"] *).nav-links a.login,
:where([data-pub~="site"], [data-pub~="site"] *).nav-links a.register {
    display: none !important;
    color: #337ab7 !important;
}

@media (max-width: 767px) {
    :where([data-pub~="site"], [data-pub~="site"] *).nav-links a.login,
    :where([data-pub~="site"], [data-pub~="site"] *).nav-links a.register {
        display: block !important;
        padding: 10px 15px;
        color: #337ab7 !important;
        background: transparent !important;
        text-transform: none;
        text-align: left;
        margin-left: 2%;
    }

    :where([data-pub~="site"], [data-pub~="site"] *).nav-links li > a.login,
    :where([data-pub~="site"], [data-pub~="site"] *).nav-links li > a.register {
        display: block !important;
    }

}
@media (max-width: 550px) {
    header:where([data-pub~="site"], [data-pub~="site"] *) .header-main {
        width: 100%;
        background-color: #111528;
        box-shadow: 3px 0 7px rgba(0, 0, 0, 0.3);
        position: fixed;
        z-index: 100;
        right: 0px;
        top: 0px;
    }

}
:where([data-pub~="site"], [data-pub~="site"] *).container-1 {
    width: 88%;
}


/* Shared footer and subscription dialogs */
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).gallery-info {
    margin-top: 15px;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).gallery-info ul {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).gallery-info ul li {
    margin-bottom: 8px;
    padding: 8px 0;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).gallery-info ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).gallery-info i {
    margin-right: 8px;
    color: #00aaff;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).gallery-info a {
    color: #fff;
    text-decoration: none;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).disabled-social {
    pointer-events: none;
    opacity: 0.4;
    cursor: default;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).content-wiget {
    margin-top: 10px;
}

@media (max-width: 768px) {
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-top-wrapper {
        text-align: center;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-top-right {
        margin-top: 15px;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).hyperlink {
        text-align: center;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).hyper-left,
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).hyper-right {
        float: none !important;
        display: block;
        margin-bottom: 10px;
    }

}
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-decoration: none !important;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-link:hover,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-link:focus {
    color: #ffffff;
    transform: translateY(-3px);
    text-decoration: none;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-linkedin {
    background-color: #0a66c2;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-facebook {
    background-color: #1877f2;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-instagram {
    background-color: #e4405f;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-twitter {
    background-color: #000000;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-youtube {
    background-color: #ff0000;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-linkedin:hover,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-linkedin:focus {
    background-color: #084d92;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-facebook:hover,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-facebook:focus {
    background-color: #125abe;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-instagram:hover,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-instagram:focus {
    background-color: #bd2748;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-twitter:hover,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-twitter:focus {
    background-color: #333333;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-youtube:hover,
:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-youtube:focus {
    background-color: #cc0000;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-icon {
    font-size: 16px;
    line-height: 1;
    color: currentColor;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: currentColor;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer-social-media-disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).subscribe-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    padding: 20px;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).subscribe-popup.active {
    display: flex;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).subscribe-box {
    position: relative;
    width: 460px;
    max-width: 95vw;
    background: #fff;
    border-radius: 18px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .18);
    animation: popupShow .25s ease;
    overflow: hidden;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).subscribe-icon {
    width: 75px;
    height: 75px;
    margin: auto auto 18px;
    border-radius: 50%;
    background: #eaf8ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1b7bd8;
    font-size: 28px;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).subscribe-box h3 {
    margin: 0 0 12px;
    font-weight: 700;
    color: #333;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).subscribe-box p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).popup-actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    color: #777;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: .25s;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).popup-close:hover {
    color: #e74c3c;
    transform: rotate(90deg);
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).popup-confirm {
    min-width: 180px;
    height: 48px;
    border: none;
    border-radius: 10px;
    background: #2c9a7f;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .25s;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).popup-confirm:hover {
    background: #21836a;
}

@media (max-width:520px) {
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).subscribe-box {
        padding: 25px;
    }

    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).popup-actions {
        flex-direction: column;
    }

}
@keyframes popupShow {
    from {
    opacity: 0;
    transform: translateY(15px);
    }
    
    to {
    opacity: 1;
    transform: none;
    }
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer .gallery-widget .gallery-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer .gallery-widget .gallery-list .thumb {
    display: block;
    width: 58px;
    height: 58px;
    overflow: hidden;
    flex: 0 0 58px;
    background: rgba(255, 255, 255, 0.08);
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer .gallery-widget .gallery-list .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer .gallery-widget .gallery-list .thumb:hover img {
    transform: scale(1.08);
}

:where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer .gallery-widget .footer-gallery-empty {
    width: 100%;
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
}

@media (max-width: 380px) {
    :where([data-pub~="shared-07"], [data-pub~="shared-07"] *).footer .gallery-widget .gallery-list .thumb {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

}

/* Static presentation formerly repeated in HTML style attributes. */
[data-pub~="site"] .public-home-training-image {
    background-image: url('../../assets/images/Training-Institute.jpg');
}

[data-pub~="site"] .public-borderless {
    border:0;
}

[data-pub~="site"] .public-course-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

[data-pub~="site"] .public-event-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

[data-pub~="site"] .public-text-center {
    text-align: center;
}

[data-pub~="site"] .public-min-width-zero {
    min-width: 0;
}

[data-pub~="site"] .public-leading-gap-seven {
    margin-right: 7px;
}

[data-pub~="site"] .public-leading-gap-six {
    margin-right: 6px;
}

[data-pub~="site"] .public-grid-empty {
    grid-column: 1 / -1;
    text-align:center;
    color:#777;
}

[data-pub~="site"] .public-trainer-caption {
    font-size: 14px;
    color: var(--pc-tl-text-light);
}

[data-pub~="site"] .public-trainer-results-bar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

[data-pub~="site"] .public-heavy-text {
    font-weight: 900;
}

[data-pub~="site"] .public-trainer-empty-title {
    font-weight: 900;
    margin-bottom: 10px;
}

[data-pub~="site"] .public-trainer-empty-copy {
    color: var(--pc-tl-text-light);
    margin-bottom: 30px;
}

[data-pub~="site"] .public-trainer-reset {
    padding: 12px 30px;
}

[data-pub~="site"] .public-trainer-tip-icon {
    color: #f1c40f;
}

[data-pub~="site"] .public-trainer-profile-row {
    display: flex;
    gap: 25px;
    align-items: center;
}

[data-pub~="site"] .pc-tl-modal-profile .pc-tl-avatar.public-trainer-modal-avatar {
    width: 100px;
    height: 100px;
}

[data-pub~="site"] .public-trainer-modal-name {
    font-weight: 900;
    margin: 0;
}

[data-pub~="site"] .public-trainer-modal-title {
    color: var(--pc-tl-primary);
    font-weight: 700;
    margin: 5px 0 0 0;
}

[data-pub~="site"] .public-trainer-section-label {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

[data-pub~="site"] .public-trainer-biography {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

[data-pub~="site"] .public-trainer-course-list {
    display: grid;
    gap: 10px;
}

[data-pub~="site"] .public-trainer-facts-heading {
    font-weight: 900;
    margin-bottom: 15px;
}

[data-pub~="site"] .public-trainer-facts {
    font-size: 14px;
    display: grid;
    gap: 12px;
}

[data-pub~="site"] .public-subscribe-button {
    border-radius: 20px;
}

[data-pub~="site"] .public-mailing-message {
    margin-top:10px;
    font-size:13px;
}

