:root {
    --ed-color-common-white: #ffffff;
    --ed-color-common-black: #140f22;
    --ed-color-heading-primary: #221538;
    --ed-color-text-body: #66587e;
    --ed-color-theme-primary: #7b4dff;
    --ed-color-grey-1: #f6f1ff;
    --ed-color-grey-2: #efe7ff;
    --ed-color-bg-1: #1b1230;
    --ed-color-bg-2: #27173f;
    --ed-color-border-1: #ddcffc;
    --ed-fs-body: 14px;
    --ed-fs-p: 14px;
    --ed-fs-h1: 46px;
    --ed-fs-h2: 30px;
    --ed-fs-h3: 20px;
    --ed-fs-h4: 17px;
    --ed-fs-h5: 15px;
    --ed-fs-h6: 13px;
}

html,
body {
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.75;
    color: var(--ed-color-text-body);
    background: radial-gradient(circle at top right, rgba(123, 77, 255, 0.14), transparent 28%), linear-gradient(180deg, #fcfbff 0%, #f6f1ff 100%);
}

    body > footer.footer-section,
    body > .footer-section {
        margin-top: auto;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--ed-color-heading-primary);
    font-weight: 600;
    letter-spacing: -0.02em;
}

p,
li,
a,
span,
input,
select,
textarea,
button {
    font-size: 14px;
}

a,
.text-theme,
.color-theme,
.section-heading .section-title span,
.section-heading .sub-heading .heading-icon,
.header .primary-header-inner .header-menu-wrap ul li a:hover,
.header .primary-header-inner .header-menu-wrap ul li.active a,
.footer-widget a:hover,
.blog-item .blog-content .blog-meta li i,
.course-item .course-content .course-author-box .course-author-info h5 a:hover,
.course-item-11 .course-content .course-price,
.event-item .event-content .event-meta li i,
.team-item .team-content span,
.nice-select .option.selected,
.nice-select .option:hover {
    color: var(--ed-color-theme-primary);
}

.bg-grey,
.grey-bg,
.feature-item,
.course-item,
.course-item-11,
.blog-item,
.team-item,
.counter-item,
.testimonial-item,
.cta-wrap-11,
.category-item,
.pricing-item,
.sidebar-widget,
.shop-item,
.checkout-form-wrap,
.cart-btn-wrap,
.faq-accordion .accordion-item {
    border-color: rgba(123, 77, 255, 0.12);
    box-shadow: 0 14px 34px rgba(49, 26, 96, 0.08);
}

.pt-120 {
    padding-top: 72px !important;
}

.pb-120 {
    padding-bottom: 72px !important;
}

.pb-80 {
    padding-bottom: 48px !important;
}

.pt-40 {
    padding-top: 24px !important;
}

.pb-20 {
    padding-bottom: 12px !important;
}

.mb-40 {
    margin-bottom: 24px !important;
}

.section-heading .sub-heading {
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 0;
    color: var(--ed-color-heading-primary);
    border-color: rgba(123, 77, 255, 0.16);
    box-shadow: 0 10px 24px rgba(67, 37, 128, 0.08);
}

    .section-heading .sub-heading .heading-icon {
        background-color: rgba(123, 77, 255, 0.12);
    }

.section-heading h2,
.section-heading .section-title {
    font-size: 30px;
    line-height: 1.3;
}

.header .top-bar {
    min-height: 40px;
    background: linear-gradient(90deg, #241239 0%, #372157 100%);
}

    .header .top-bar .top-bar-inner .top-bar-left .top-bar-list li,
    .header .top-bar .top-bar-inner .top-bar-left .top-bar-list li a,
    .header .top-bar .top-bar-inner .top-bar-right .top-social-wrap span,
    .header .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li a,
    .header .primary-header-inner .header-menu-wrap .sub-menu li a {
        font-size: 13px;
    }

    .header .top-bar,
    .header .top-bar p,
    .header .top-bar li,
    .header .top-bar span,
    .header .top-bar a {
        color: #f4eeff;
    }

.header .primary-header {
    padding: 6px 0;
}

.header .primary-header-inner .header-logo.header-logo--branded a,
.mobile-side-menu .side-menu-head .header-logo--branded-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 22px;
    background: radial-gradient(circle at top right, rgba(218, 199, 255, 0.32), transparent 34%), linear-gradient(135deg, #2a1544 0%, #4c2c84 52%, #7b4dff 100%);
    border: 1px solid rgba(229, 218, 255, 0.18);
    box-shadow: 0 18px 38px rgba(53, 29, 105, 0.22);
}

.header .primary-header-inner .header-logo img {
    max-height: 46px;
    width: auto;
}

#preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top, rgba(186, 154, 255, 0.32), transparent 30%), linear-gradient(180deg, #4d2f86 0%, #6f42c1 55%, #7b4dff 100%) !important;
}

    #preloader .spinner-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 112px;
        height: 112px;
        transform: translate(-50%, -50%);
        z-index: 2;
        overflow: hidden;
        border-radius: 50px;
        background: rgba(255, 255, 255, 0.14);
        box-shadow: 0 22px 40px rgba(28, 12, 58, 0.28);
    }

        #preloader .spinner-logo img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            padding: 12px;
            border-radius: 50px;
            background: #ffffff;
        }

    #preloader .spinner.spinner-ring {
        position: absolute;
        width: 172px;
        height: 172px;
        border-radius: 50%;
        background: none !important;
        -webkit-mask: none;
        border: 3px solid rgba(255, 255, 255, 0.16);
        border-top-color: rgba(255, 255, 255, 0.92);
        border-right-color: rgba(244, 238, 255, 0.7);
        box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.05);
        animation: spinner-ring-rotate 1s infinite linear;
    }

@keyframes spinner-ring-rotate {
    100% {
        transform: rotate(1turn);
    }
}

.header .primary-header-inner .header-right {
    gap: 10px;
}

.ed-primary-btn,
.default-btn,
.btn.theme-btn,
button[type="submit"]:not(.search-btn) {
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    background-color: var(--ed-color-theme-primary);
    border-color: var(--ed-color-theme-primary);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(123, 77, 255, 0.18);
}

    .ed-primary-btn:hover,
    .default-btn:hover,
    .btn.theme-btn:hover,
    button[type="submit"]:not(.search-btn):hover {
        background-color: #693de8;
        border-color: #693de8;
        color: #ffffff;
    }

.feature-item,
.course-item-11,
.blog-item,
.team-item,
.counter-item,
.cta-wrap-11 {
    border-radius: 18px;
}

    .feature-item,
    .course-item-11 .course-content,
    .blog-item .blog-content {
        padding: 22px;
    }

    .counter-item h3 {
        font-size: 28px;
    }

.slider-item .slider-content-wrap {
    padding: 100px 0 86px;
}

    .slider-item .slider-content-wrap .slider-content .edcare-caption.heading .edcare-cap {
        font-size: 48px;
        line-height: 1.2;
    }

    .slider-item .slider-content-wrap .slider-content .edcare-slider-desc p {
        font-size: 15px;
        line-height: 1.9;
        max-width: 620px;
    }

.slider-section .edcare-slider-thumb {
    bottom: 26px;
}

.footer-section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background: radial-gradient(circle at top, rgba(123, 77, 255, 0.22), transparent 30%), linear-gradient(180deg, #211332 0%, #140f22 100%);
}

.footer-top-wrap {
    padding: 56px 0 22px;
}

.footer-brand-section {
    background: radial-gradient(circle at top right, rgba(165, 131, 255, 0.22), transparent 24%), radial-gradient(circle at bottom left, rgba(123, 77, 255, 0.16), transparent 28%), linear-gradient(180deg, #24143a 0%, #1a112d 100%);
    border-top: 1px solid rgba(188, 163, 255, 0.12);
}

.footer-brand img {
    width: 168px;
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.footer-brand-section .footer-widget p,
.footer-brand-section .footer-widget a,
.footer-brand-section .footer-widget li,
.footer-brand-section .widget-header {
    color: #f4eeff;
}

.footer-brand-section .footer-list li a {
    color: rgba(244, 238, 255, 0.88);
}

    .footer-brand-section .footer-list li a:hover,
    .footer-brand-section .footer-contact a:hover {
        color: #cdb6ff;
    }

.footer-wrap {
    row-gap: 22px;
}

.footer-widget .widget-header {
    font-size: 17px;
    margin-bottom: 14px;
}

.footer-widget p,
.footer-widget a,
.footer-widget li {
    font-size: 13px;
    line-height: 1.8;
}

.footer-section,
.footer-section h1,
.footer-section h2,
.footer-section h3,
.footer-section h4,
.footer-section h5,
.footer-section h6,
.footer-section p,
.footer-section li,
.footer-section span,
.footer-section a,
.footer-section .widget-header,
.footer-section .footer-list li a,
.footer-section .copyright-text,
.footer-section .footer-form .form-control,
.footer-section .social-list li a,
.cta-content-3,
.cta-content-3 h1,
.cta-content-3 h2,
.cta-content-3 h3,
.cta-content-3 h4,
.cta-content-3 h5,
.cta-content-3 h6,
.cta-content-3 p,
.section-heading.white-content h1,
.section-heading.white-content h2,
.section-heading.white-content h3,
.section-heading.white-content h4,
.section-heading.white-content h5,
.section-heading.white-content h6,
.section-heading.white-content p,
.section-heading.white-content span {
    color: #f4eeff !important;
}

    .footer-section .footer-form .form-control,
    .footer-section .nice-select,
    .footer-section .nice-select .list,
    .footer-section .nice-select .option {
        background-color: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.14);
        color: #f4eeff;
    }

.application-wizard .wizard-card {
    background: #ffffff;
    border: 1px solid rgba(123, 77, 255, 0.12);
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(34, 22, 68, 0.08);
    padding: 24px;
    height: 100%;
}

    .application-wizard .wizard-card h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }

.cta-section-11.application-wizard,
.cta-section-11,
.cta-section-11.application-wizard .section-heading h1,
.cta-section-11.application-wizard .section-heading h2,
.cta-section-11.application-wizard .section-heading h3,
.cta-section-11.application-wizard .section-heading h4,
.cta-section-11.application-wizard .section-heading h5,
.cta-section-11.application-wizard .section-heading h6,
.cta-section-11.application-wizard .section-heading p {
    color: #f4eeff;
}

.cta-section-11 {
    background: radial-gradient(circle at top right, rgba(164, 132, 255, 0.24), transparent 28%), linear-gradient(135deg, #221538 0%, #2d1a47 52%, #1b1230 100%);
}

section.application-wizard + section.application-wizard,
.offer-section.application-wizard {
    margin-top: 28px;
}

.form-control,
.form-select,
select,
textarea,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="url"],
.nice-select,
.blog-contact-form .request-form .form-item .form-control,
.request-content .request-form-wrapper .form-items .form-item .form-control,
.checkout-form-wrap .form-item .form-control,
.appointment-wrap .appointment-form .form-item .form-control,
.footer-top .footer-form-wrap .footer-form .form-item .form-control,
.footer-widget .footer-form .form-control {
    min-height: 42px;
    height: 42px;
    border: 1px solid #d9cff8;
    border-radius: 8px;
    background: #fbf9ff;
    color: #2a1f3f;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 14px;
    box-shadow: none;
}

    textarea.form-control,
    textarea,
    .application-wizard textarea.form-control,
    .application-wizard textarea {
        min-height: 108px;
        height: auto;
        resize: vertical;
    }

        .form-control::placeholder,
        textarea::placeholder,
        input::placeholder {
            color: #8b81a6;
        }

        .form-control:focus,
        .form-select:focus,
        select:focus,
        textarea:focus,
        input:focus,
        .nice-select:focus,
        .nice-select.open {
            border-color: #7b4dff;
            box-shadow: 0 0 0 0.18rem rgba(123, 77, 255, 0.12);
            background: #ffffff;
            color: #241739;
        }

.nice-select {
    float: none;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 38px;
    padding-right: 14px;
    line-height: 1.4;
}

    .nice-select:after {
        left: 14px;
        border-bottom-color: #7b4dff;
        border-left-color: #7b4dff;
    }

    .nice-select .current {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: inherit;
    }

    .nice-select .list {
        width: 100%;
        right: 0 !important;
        left: 0 !important;
        border-radius: 10px;
        background: #ffffff;
        border: 1px solid rgba(123, 77, 255, 0.12);
        box-shadow: 0 18px 38px rgba(41, 22, 83, 0.16);
    }

    .nice-select .option {
        min-height: 40px;
        line-height: 40px;
        padding-right: 14px;
        padding-left: 14px;
        color: #2a1f3f;
    }

        .nice-select .option.focus,
        .nice-select .option.selected.focus,
        .nice-select .option:hover {
            background-color: #f4efff;
        }

.application-wizard .form-control,
.application-wizard .form-select,
.application-wizard select,
.application-wizard textarea,
.application-wizard input[type="text"],
.application-wizard input[type="email"],
.application-wizard input[type="number"] {
    min-height: 42px;
    height: 42px;
}

.application-wizard .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.application-wizard .form-check-input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #7b4dff;
    flex: 0 0 auto;
}

.application-wizard .form-check-label {
    margin: 0;
    color: #2a1f3f;
    font-size: 13px;
}

.application-wizard .wizard-intro {
    /*max-width: 760px;*/
    margin: 0 auto;
}

    .application-wizard .section-heading,
    .application-wizard .wizard-intro .section-heading {
        margin-bottom: 0;
    }

        .application-wizard .wizard-intro .section-heading .sub-heading,
        .application-wizard .wizard-intro .sub-heading {
            background-color: #ffffff;
            border: 1px solid rgba(123, 77, 255, 0.16);
            color: var(--ed-color-heading-primary);
        }

.table {
    --bs-table-bg: transparent;
    --bs-table-color: #33274a;
}

    .table > :not(caption) > * > * {
        padding: 0.8rem 0.65rem;
        font-size: 13px;
    }

.pagination li a,
.pagination li span,
.post-navigation a,
.sidebar-widget .category-list li a:hover,
.sidebar-widget .tags a:hover {
    background-color: #f3ecff;
    border-color: rgba(123, 77, 255, 0.16);
    color: #6d42ef;
}

.header .primary-header-inner .header-right .search-icon,
.header .primary-header-inner .header-right .sidebar-trigger,
.social-list li a,
.top-social-wrap .social-list li a {
    color: var(--ed-color-theme-primary);
}

    .top-social-wrap .social-list li a:hover,
    .social-list li a:hover {
        background-color: rgba(123, 77, 255, 0.12);
        color: #5f36dd;
    }

[class*="bg-dark"],
[class*="dark-bg"],
[style*="#0E121D"],
[style*="#191A1F"] {
    color: #f4eeff;
}

    [class*="bg-dark"] h1,
    [class*="bg-dark"] h2,
    [class*="bg-dark"] h3,
    [class*="bg-dark"] h4,
    [class*="bg-dark"] h5,
    [class*="bg-dark"] h6,
    [class*="bg-dark"] p,
    [class*="bg-dark"] li,
    [class*="bg-dark"] span,
    [class*="bg-dark"] a,
    [class*="dark-bg"] h1,
    [class*="dark-bg"] h2,
    [class*="dark-bg"] h3,
    [class*="dark-bg"] h4,
    [class*="dark-bg"] h5,
    [class*="dark-bg"] h6,
    [class*="dark-bg"] p,
    [class*="dark-bg"] li,
    [class*="dark-bg"] span,
    [class*="dark-bg"] a {
        color: #f4eeff;
    }

@media (max-width: 991.98px) {
    :root {
        --ed-fs-h1: 34px;
        --ed-fs-h2: 26px;
        --ed-fs-h3: 18px;
    }

    .slider-item .slider-content-wrap {
        padding: 86px 0 72px;
    }

        .slider-item .slider-content-wrap .slider-content .edcare-caption.heading .edcare-cap {
            font-size: 36px;
        }

    .feature-item,
    .course-item-11 .course-content,
    .blog-item .blog-content,
    .application-wizard .wizard-card {
        padding: 18px;
    }
}

.feature-item,
.feature-item h1,
.feature-item h2,
.feature-item h3,
.feature-item h4,
.feature-item h5,
.feature-item h6,
.feature-item p,
.feature-item li,
.feature-item span,
.feature-item a {
    color: #241739;
}

.feature-item {
    background: linear-gradient(180deg, #ffffff 0%, #fbf7ff 100%);
}

.about-counter-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.about-counter-card {
    position: relative;
    overflow: hidden;
    min-height: 170px;
    padding: 24px 22px;
    border: 1px solid rgba(136, 92, 255, 0.18);
    border-radius: 24px;
    background: radial-gradient(circle at top left, rgba(170, 126, 255, 0.22), transparent 42%), linear-gradient(180deg, #ffffff 0%, #f7f0ff 100%);
    box-shadow: 0 24px 44px rgba(77, 40, 141, 0.14);
}

.about-counter-glow {
    position: absolute;
    inset: auto -28px -28px auto;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(123, 77, 255, 0.2) 0%, rgba(123, 77, 255, 0) 72%);
    pointer-events: none;
}

.about-counter-card h3,
.about-counter-card .odometer {
    display: inline-block;
    margin: 0;
    font-size: 40px;
    line-height: 1;
    color: #5826cb;
    text-shadow: 0 10px 28px rgba(123, 77, 255, 0.24);
}

.about-counter-suffix {
    display: inline-block;
    margin-right: 6px;
    font-size: 24px;
    font-weight: 700;
    color: #7b4dff;
}

.about-counter-card p {
    margin: 18px 0 0;
    color: #4c3b66;
    font-size: 15px;
    line-height: 1.8;
}

.home-cta-section,
.home-cta-section .section-heading h1,
.home-cta-section .section-heading h2,
.home-cta-section .section-heading h3,
.home-cta-section .section-heading h4,
.home-cta-section .section-heading h5,
.home-cta-section .section-heading h6,
.home-cta-section .section-heading p {
    color: #f8f4ff;
}

.home-cta-panel {
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 38px 42px;
    border: 1px solid rgba(190, 167, 255, 0.18);
    background: radial-gradient(circle at top left, rgba(170, 132, 255, 0.34), transparent 30%), linear-gradient(135deg, #251439 0%, #382056 48%, #1a102d 100%);
    box-shadow: 0 28px 56px rgba(23, 10, 43, 0.28);
}

    .home-cta-panel .sub-heading {
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
    }

.home-cta-copy {
    max-width: 720px;
}

    .home-cta-copy p {
        margin-top: 14px;
        color: rgba(248, 244, 255, 0.84);
    }

.home-cta-actions {
    flex: 0 0 auto;
}

.home-cta-button {
    min-width: 220px;
    justify-content: center;
    background: linear-gradient(135deg, #9a6bff 0%, #6d41ee 100%);
    box-shadow: 0 20px 36px rgba(111, 64, 235, 0.32);
}

    .home-cta-button:hover {
        background: linear-gradient(135deg, #aa80ff 0%, #7649f1 100%);
    }

.home-offer-card {
    height: 100%;
    padding: 28px 24px;
    border: 1px solid rgba(131, 91, 237, 0.14);
    box-shadow: 0 18px 38px rgba(61, 31, 120, 0.1);
}

    .home-offer-card .feature-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 74px;
        height: 74px;
        margin-bottom: 18px;
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(123, 77, 255, 0.14) 0%, rgba(123, 77, 255, 0.06) 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    }

    .home-offer-card h3 {
        margin-bottom: 12px;
        color: #241739;
    }

    .home-offer-card p {
        margin-bottom: 0;
        color: #5f4e7c;
    }

@media (max-width: 991.98px) {
    .about-counter-grid {
        grid-template-columns: 1fr;
    }

    .home-cta-panel {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 24px;
    }

    .home-cta-actions,
    .home-cta-button {
        width: 100%;
    }
}

/* Production polish: premium purple system, contrast fixes, mobile-first forms */
body {
    color: #3e3156;
    background: radial-gradient(circle at 8% 12%, rgba(203, 179, 255, 0.28), transparent 26%), radial-gradient(circle at 92% 6%, rgba(123, 77, 255, 0.16), transparent 24%), linear-gradient(180deg, #fff 0%, #faf7ff 45%, #f3ecff 100%);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background: rgba(123, 77, 255, 0.22);
    color: #211332;
}

#preloader {
    position: fixed;
    inset: 0;
    min-height: 100svh;
    z-index: 99999;
}

    #preloader .spinner-logo {
        top: 50% !important;
        right: auto !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    #preloader .spinner.spinner-ring {
        top: calc(50% - 86px) !important;
        right: auto !important;
        left: calc(50% - 86px) !important;
        transform-origin: center center;
    }

.header .primary-header {
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(123, 77, 255, 0.12);
}

.header .primary-header-inner .header-menu-wrap ul li a {
    color: #241739;
    font-weight: 700;
}

    .header .primary-header-inner .header-menu-wrap ul li a:hover {
        color: #693de8;
    }

.ed-primary-btn,
.default-btn,
.btn.theme-btn,
button[type="submit"]:not(.search-btn) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #8f63ff 0%, #6d41ee 48%, #4b238e 100%);
    border: 0;
    color: #ffffff !important;
    box-shadow: 0 16px 30px rgba(96, 54, 207, 0.26);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

    .ed-primary-btn:hover,
    .default-btn:hover,
    .btn.theme-btn:hover,
    button[type="submit"]:not(.search-btn):hover {
        transform: translateY(-2px);
        filter: saturate(1.08);
        box-shadow: 0 20px 38px rgba(96, 54, 207, 0.34);
    }

.slider-item .overlay,
.slider-item .overlay-2 {
    opacity: 0.72;
}

.slider-item .slider-content-wrap .slider-content .edcare-caption.heading .edcare-cap,
.slider-item .slider-content-wrap .slider-content .edcare-caption.heading .edcare-cap span,
.slider-item .slider-content-wrap .slider-content .edcare-slider-desc p,
.slider-item .slider-content-wrap .slider-content .sub-heading {
    color: #ffffff !important;
    text-shadow: 0 12px 34px rgba(13, 6, 26, 0.36);
}

.slider-item .slider-content-wrap .slider-content .edcare-slider-desc p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.luxury-trust-strip-section {
    position: relative;
    z-index: 3;
    margin-top: -34px;
}

.luxury-trust-strip,
.apply-conversion-hook,
.crm-automation-panel,
.submission-next-step {
    border: 1px solid rgba(145, 102, 255, 0.16);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(251, 247, 255, 0.94) 100%);
    box-shadow: 0 26px 60px rgba(53, 28, 106, 0.14);
}

.luxury-trust-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 28px;
    padding: 26px 30px;
}

.hook-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #6d41ee;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

    .hook-kicker::before {
        content: "";
        width: 24px;
        height: 2px;
        border-radius: 999px;
        background: linear-gradient(90deg, #8f63ff, #c7adff);
    }

.trust-copy h3,
.apply-conversion-hook h3,
.crm-automation-panel h3 {
    margin: 0 0 8px;
    color: #201234;
    font-size: 20px;
    line-height: 1.55;
}

.trust-copy p,
.apply-conversion-hook p {
    margin: 0;
    color: #5a4a76;
}

.trust-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .trust-points span,
    .apply-trust-rail span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        border: 1px solid rgba(123, 77, 255, 0.14);
        border-radius: 999px;
        background: rgba(123, 77, 255, 0.06);
        color: #3b2a5b;
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
    }

.premium-glass-card {
    border-radius: 30px;
    background: radial-gradient(circle at 18% 0%, rgba(178, 145, 255, 0.26), transparent 38%), linear-gradient(135deg, rgba(49, 27, 80, 0.92), rgba(31, 17, 52, 0.96)) !important;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 32px 70px rgba(18, 8, 34, 0.34);
}

    .premium-glass-card .section-heading h2,
    .premium-glass-card .section-heading p {
        color: #ffffff !important;
    }

    .premium-glass-card .section-heading p {
        color: rgba(255, 255, 255, 0.84) !important;
    }

.apply-trust-rail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

    .apply-trust-rail span {
        background: rgba(255, 255, 255, 0.10);
        border-color: rgba(255, 255, 255, 0.16);
        color: #ffffff;
    }

.apply-conversion-hook {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 24px 28px;
}

.application-wizard .wizard-card.form-step-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(123, 77, 255, 0.16);
    background: radial-gradient(circle at top left, rgba(151, 105, 255, 0.12), transparent 38%), linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
    box-shadow: 0 28px 56px rgba(55, 29, 112, 0.12);
}

    .application-wizard .wizard-card.form-step-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto;
        height: 5px;
        background: linear-gradient(90deg, #6d41ee, #b58cff, #6d41ee);
    }

.step-header {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 18px;
}

    .step-header > span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        flex: 0 0 auto;
        border-radius: 16px;
        background: linear-gradient(135deg, #8f63ff, #5d31d9);
        color: #ffffff;
        font-weight: 900;
        box-shadow: 0 16px 26px rgba(109, 65, 238, 0.28);
    }

    .step-header h3 {
        margin: 0 0 4px;
        color: #201234;
    }

    .step-header p {
        margin: 0;
        color: #6a5a84;
        font-size: 13px;
        line-height: 1.75;
    }

.form-label {
    margin-bottom: 7px;
    color: #34244f;
    font-size: 13px;
    font-weight: 800;
}

.application-wizard .form-control,
.application-wizard .form-select,
.application-wizard select,
.application-wizard textarea,
.application-wizard input[type="text"],
.application-wizard input[type="email"],
.application-wizard input[type="number"],
.application-wizard input[type="tel"] {
    min-height: 48px;
    height: 48px;
    border-radius: 14px;
    border-color: #d8c9ff;
    background: #ffffff;
    color: #241739;
    font-weight: 600;
}

    .application-wizard textarea.form-control,
    .application-wizard textarea {
        min-height: 126px;
        height: auto;
    }

.validation-summary {
    border-radius: 18px;
    background: #fff1f4;
    color: #9f1239;
    border: 1px solid rgba(225, 29, 72, 0.18);
    padding: 14px 18px;
}

    .validation-summary ul {
        margin: 0;
        padding-right: 18px;
    }

.field-validation-error {
    display: block;
    margin-top: 8px;
    color: #b42318;
    font-size: 12px;
    font-weight: 700;
}

.premium-check {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 11px 12px;
    border-radius: 16px;
    border: 1px solid rgba(123, 77, 255, 0.14);
    background: rgba(123, 77, 255, 0.06);
    cursor: pointer;
}

    .premium-check input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .premium-check span {
        width: 22px;
        height: 22px;
        border: 2px solid #bda8fb;
        border-radius: 8px;
        background: #fff;
        box-shadow: inset 0 0 0 4px #fff;
    }

    .premium-check input:checked + span {
        border-color: #6d41ee;
        background: #6d41ee;
    }

    .premium-check strong {
        color: #2d2046;
        font-size: 13px;
    }

.document-upload {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 88px;
    padding: 14px;
    border: 1px dashed rgba(109, 65, 238, 0.42);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 244, 255, 0.94));
    cursor: pointer;
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

    .document-upload:hover {
        transform: translateY(-2px);
        border-color: #6d41ee;
        background: #ffffff;
    }

    .document-upload i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 15px;
        background: rgba(109, 65, 238, 0.1);
        color: #6d41ee;
        font-size: 18px;
    }

    .document-upload strong,
    .document-upload small {
        display: block;
    }

    .document-upload strong {
        color: #2d2046;
        font-size: 13px;
        margin-bottom: 3px;
    }

    .document-upload small {
        color: #76668f;
        font-size: 11px;
    }

    .document-upload input[type="file"] {
        grid-column: 1 / -1;
        width: 100%;
        color: #514167;
        font-size: 12px;
    }

        .document-upload input[type="file"]::file-selector-button {
            margin-left: 12px;
            border: 0;
            border-radius: 10px;
            padding: 7px 12px;
            background: #ede6ff;
            color: #5b2de0;
            font-weight: 800;
        }

.apply-submit-btn {
    min-height: 54px;
    font-size: 15px;
    border-radius: 16px;
}

.privacy-note {
    margin: 12px 0 0;
    text-align: center;
    color: #6d5d85;
    font-size: 12px;
}

.crm-automation-panel {
    padding: 24px;
}

.automation-card {
    position: relative;
    display: flex;
    min-height: 188px;
    height: 100%;
    flex-direction: column;
    gap: 8px;
    padding: 22px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(123, 77, 255, 0.14);
    background: linear-gradient(180deg, #ffffff, #faf6ff);
    color: #2d2046 !important;
    box-shadow: 0 18px 38px rgba(52, 28, 105, 0.1);
}

    .automation-card::after {
        content: "";
        position: absolute;
        inset: auto -28px -28px auto;
        width: 96px;
        height: 96px;
        border-radius: 50%;
        background: rgba(109, 65, 238, 0.12);
    }

.automation-value {
    color: #6d41ee;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.automation-card strong {
    color: #241739;
    font-size: 17px;
}

.automation-card small {
    color: #66587e;
    line-height: 1.75;
}

.automation-card em {
    margin-top: auto;
    color: #5b2de0;
    font-style: normal;
    font-weight: 800;
}

.automation-card--hot {
    background: linear-gradient(180deg, #fff, #fff7f0);
}

.automation-card--warning {
    background: linear-gradient(180deg, #fff, #fffaf0);
}

.automation-card--info {
    background: linear-gradient(180deg, #fff, #f3f7ff);
}

.document-status-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.document-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(109, 65, 238, 0.1);
    color: #5b2de0 !important;
    font-size: 12px;
    font-weight: 800;
}

.submission-next-step {
    display: grid;
    gap: 4px;
    padding: 16px;
    color: #2d2046;
}

    .submission-next-step span {
        color: #655579;
    }

.table-responsive {
    border-radius: 18px;
}

.table thead th {
    color: #2d2046;
    font-weight: 900;
    background: rgba(123, 77, 255, 0.07);
}

.table tbody td {
    color: #403053;
    vertical-align: middle;
}

@media (max-width: 991.98px) {
    .luxury-trust-strip {
        grid-template-columns: 1fr;
        align-items: stretch;
        padding: 22px;
    }

    .trust-points,
    .apply-trust-rail {
        justify-content: flex-start;
    }

    .apply-conversion-hook {
        flex-direction: column;
        align-items: stretch;
    }

        .apply-conversion-hook .ed-primary-btn {
            width: 100%;
        }
}

@media (max-width: 575.98px) {
    .pt-120 {
        padding-top: 54px !important;
    }

    .pb-120 {
        padding-bottom: 54px !important;
    }

    #preloader .spinner-logo {
        width: 92px;
        height: 92px;
        border-radius: 36px;
    }

    #preloader .spinner.spinner-ring {
        width: 140px;
        height: 140px;
        top: calc(50% - 70px) !important;
        left: calc(50% - 70px) !important;
    }

    .slider-item .slider-content-wrap {
        padding: 72px 0 62px;
    }

        .slider-item .slider-content-wrap .slider-content .edcare-caption.heading .edcare-cap {
            font-size: 30px;
        }

    .luxury-trust-strip-section {
        margin-top: -20px;
    }

    .trust-points span,
    .apply-trust-rail span {
        width: 100%;
        justify-content: center;
    }

    .application-wizard .wizard-card.form-step-card,
    .crm-automation-panel,
    .apply-conversion-hook {
        border-radius: 22px;
        padding: 18px;
    }

    .document-status-list li {
        align-items: flex-start;
        flex-direction: column;
    }

    .table-responsive .table {
        min-width: 760px;
    }
}

/* Production hotfix: apply trust rail, admin header CTA, and hero slider stacking */
.apply-trust-rail {
    padding: 2rem;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 860px;
    margin: 24px auto 0;
}

    .apply-trust-rail span {
        min-width: 0;
        width: 100%;
        justify-content: center;
        text-align: center;
        white-space: normal !important;
        line-height: 1.75;
        padding: 11px 14px;
        overflow-wrap: anywhere;
    }

        .apply-trust-rail span i {
            flex: 0 0 auto;
            line-height: 1;
        }

.edcare-slider,
.edcare-slider .swiper-wrapper,
.edcare-slider .swiper-slide,
.edcare-slider .slider-item {
    overflow: hidden;
}

    .edcare-slider .swiper-slide {
        opacity: 0 !important;
        visibility: hidden;
        pointer-events: none;
        z-index: 0 !important;
    }

    .edcare-slider .swiper-slide-active,
    .edcare-slider .swiper-slide-duplicate-active {
        opacity: 1 !important;
        visibility: visible;
        pointer-events: auto;
        z-index: 2 !important;
    }

    .edcare-slider .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-duplicate-active) .slider-content,
    .edcare-slider .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-duplicate-active) .slider-btn-wrap,
    .edcare-slider .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-duplicate-active) [data-animation] {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(10px);
    }

    .edcare-slider .swiper-slide-active .slider-content,
    .edcare-slider .swiper-slide-duplicate-active .slider-content,
    .edcare-slider .swiper-slide-active .slider-btn-wrap,
    .edcare-slider .swiper-slide-duplicate-active .slider-btn-wrap {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

.slider-item .slider-content-wrap .slider-content .slider-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

    .slider-item .slider-content-wrap .slider-content .slider-btn-wrap .slider-btn {
        margin: 0 !important;
    }

@media (max-width: 991.98px) {
    .apply-trust-rail {
        grid-template-columns: 1fr;
        max-width: 520px;
    }
}

@media (max-width: 575.98px) {
    .apply-trust-rail {
        gap: 9px;
        margin-top: 18px;
    }

        .apply-trust-rail span {
            min-height: 46px;
            padding: 10px 12px;
            font-size: 12.5px;
        }

    .slider-item .slider-content-wrap .slider-content .slider-btn-wrap {
        flex-direction: column;
        align-items: stretch;
    }

        .slider-item .slider-content-wrap .slider-content .slider-btn-wrap .slider-btn {
            width: 100%;
            justify-content: center;
        }
}

.listing-table-card {
    overflow: hidden;
    border: 1px solid rgba(123, 77, 255, 0.12);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 243, 255, 0.98) 100%);
    box-shadow: 0 24px 52px rgba(58, 29, 118, 0.12);
}

.listing-table-toolbar,
.listing-table-footer {
    position: relative;
    background: linear-gradient(180deg, rgba(123, 77, 255, 0.05) 0%, rgba(123, 77, 255, 0.02) 100%);
}

.listing-table-toolbar::after,
.listing-table-footer::before {
    content: "";
    position: absolute;
    right: 16px;
    left: 16px;
    height: 1px;
    background: linear-gradient(90deg, rgba(123, 77, 255, 0), rgba(123, 77, 255, 0.2), rgba(123, 77, 255, 0));
}

.listing-table-toolbar::after {
    bottom: 0;
}

.listing-table-footer::before {
    top: 0;
}

.listing-page-size-links {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.listing-page-size-links .btn {
    min-width: 88px;
    border: 1px solid rgba(123, 77, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #5a31ca;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(123, 77, 255, 0.08);
}

.listing-page-size-links .btn:hover,
.listing-page-size-links .btn.active {
    background: linear-gradient(135deg, #8f63ff 0%, #6d41ee 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(109, 65, 238, 0.24);
}

.listing-table-card .avatar {
    width: 52px;
    height: 52px;
    border: 2px solid rgba(123, 77, 255, 0.14);
    background: linear-gradient(180deg, #ffffff 0%, #f3ecff 100%);
    box-shadow: 0 14px 26px rgba(76, 38, 151, 0.12);
}

.listing-table-card .avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 4px;
    background: #ffffff;
    display: block;
}

.listing-pagination {
    flex-wrap: wrap;
    gap: 10px;
}

.listing-pagination .page-item {
    margin: 0;
}

.listing-pagination .page-link {
    min-width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid rgba(123, 77, 255, 0.16);
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.92);
    color: #4f2ab9;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(86, 48, 169, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.listing-pagination .page-link:hover,
.listing-pagination .page-link:focus {
    transform: translateY(-1px);
    background: rgba(123, 77, 255, 0.1);
    color: #5c35d7;
    box-shadow: 0 16px 30px rgba(86, 48, 169, 0.14);
}

.listing-pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #8f63ff 0%, #6d41ee 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(109, 65, 238, 0.28);
}

.listing-pagination .page-item.disabled .page-link {
    background: rgba(243, 236, 255, 0.7);
    color: #9b8fba;
    box-shadow: none;
    opacity: 1;
}

@media (max-width: 767.98px) {
    .listing-table-toolbar,
    .listing-table-footer {
        text-align: center;
    }

    .listing-page-size-links {
        width: 100%;
    }

    .listing-page-size-links .btn {
        flex: 1 1 110px;
    }

    .listing-pagination {
        justify-content: center;
    }
}

/* Slimmer header and cleaner public data toolbars. */
.header .top-bar {
    min-height: 34px;
}

.header .top-bar .top-bar-inner {
    row-gap: 10px;
}

.header .top-bar .top-bar-inner .top-bar-left .top-bar-list li {
    padding: 8px 0;
    column-gap: 8px;
}

.header .top-bar .top-bar-inner .top-bar-left .top-bar-list li:not(:last-of-type) {
    margin-left: 14px;
    padding-left: 14px;
}

.header .top-bar .top-bar-inner .top-bar-right .top-social-wrap {
    gap: 10px;
}

.header .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list {
    margin-right: 0;
}

.header .primary-header {
    padding: 0;
    backdrop-filter: blur(14px);
}

.header .primary-header-inner {
    min-height: 52px;
}

.header .primary-header-inner .header-logo.header-logo--branded a,
.mobile-side-menu .side-menu-head .header-logo--branded-mobile {
    padding: 4px 10px;
    border-radius: 14px;
}

.header .primary-header-inner .header-logo img {
    max-height: 28px;
}

.header .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 7px;
}

.header .primary-header-inner .header-menu-wrap .sub-menu li a {
    padding: 17px 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.header .primary-header-inner .header-right {
    gap: 6px;
}

.header .primary-header-inner .header-right .header-btn {
    min-height: 32px;
    padding: 0 12px;
    font-size: 13px;
}

.listing-table-toolbar,
.listing-table-footer {
    padding-inline: 22px;
}

.listing-toolbar-summary,
.listing-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.listing-toolbar-actions {
    justify-content: flex-end;
}

.listing-toolbar-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(123, 77, 255, 0.1);
    color: #5a31ca;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.listing-table-toolbar .dataTables_info,
.listing-table-footer .dataTables_info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    color: #39265f;
    font-weight: 700;
}

.listing-table-toolbar .dataTables_info span,
.listing-table-footer .dataTables_info span {
    color: #7c6b9d;
    font-weight: 600;
}

.listing-page-size-links .btn {
    min-width: 94px;
    min-height: 40px;
}

.apply-selection-summary {
    border: 1px solid rgba(123, 77, 255, 0.14);
    border-radius: 22px;
    padding: 18px 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 239, 255, 0.95));
    box-shadow: 0 18px 38px rgba(61, 33, 126, 0.1);
}

.apply-selection-summary__kicker {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(123, 77, 255, 0.12);
    color: #6135d4;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.apply-selection-summary__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.apply-selection-summary__grid div {
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(123, 77, 255, 0.1);
}

.apply-selection-summary__grid strong {
    color: #39265f;
    font-size: 13px;
}

.apply-selection-summary__grid span {
    color: #1e1630;
    font-weight: 800;
}

.apply-selection-summary__grid small {
    color: #7a6b9c;
}

@media (max-width: 991.98px) {
    .header .primary-header-inner {
        min-height: auto;
        padding: 8px 0;
    }

    .header .primary-header-inner .header-logo.header-logo--branded a {
        padding: 6px 10px;
    }

    .header .primary-header-inner .header-menu-wrap .sub-menu li a {
        padding: 10px 0;
    }
}

@media (max-width: 767.98px) {
    .listing-table-toolbar,
    .listing-table-footer {
        padding-inline: 16px;
    }

    .listing-toolbar-summary,
    .listing-toolbar-actions {
        justify-content: center;
        text-align: center;
    }

    .apply-selection-summary {
        padding: 16px;
    }
}
