/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

:root {
    --theme_gray_2: #AEAEB2;
    --theme_gray_500: #4F4F4F;
}

/* var(--e-global-color-astglobalcolor1) */
.w-100 {
    width: 100%;
}

.wgm_registration_form input:not([type="checkbox"]),
.wgm_registration_form select,
.wgm_registration_form textarea,
.wgm_registration_form input:focus:not([type="checkbox"]),
.wgm_registration_form textarea:focus {
    background: transparent;
    border: 0.5px solid #9999;
    border-radius: 8px;
    padding: 16px 24px;
    color: #fff;
}

.wgm_registration_form select option {
    margin: 40px;
    background: #260e24;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.wgm_registration_form input::placeholder,
.wgm_registration_form textarea::placeholder,
.wgm_registration_form .hint,
.wgm_registration_form .form-check-label {
    color: #999;
}


.wgm_registration_form .form-label,
.form-check .form-check-label {
    color: #fff;
}

.wgm_registration_form .group-section-title {
    /* color: var(--e-global-color-astglobalcolor1); */

    color: var(--C442B1, #C442B1);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}


/* selector .jet-subscribe-form__submit {
    display: flex;
    justify-content: center;
} */

.wgm_button{
    font-size: 16px;
    background: var(--e-global-color-astglobalcolor0);
    color: #fff;
    padding: 12px 24px;
    font-weight: 500;
    transition: .3s all ease;
}
.wgm_button:hover{
    background: var(--e-global-color-astglobalcolor1);
    color: #fff;
}
.wgm_button-full{
    display: block;
    text-align: center;
    width: 100%;
}


.wgm-btn-round{
    border-radius: 50px;
}

.wgm-btn-outline{
    background: transparent;
    border: 1px solid var(--e-global-color-astglobalcolor1);
    color: var(--e-global-color-astglobalcolor1);
}

.wgm_button_1 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: .3s all ease;
}

.wgm_button_1::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transform: skewX(-20deg);
    transition: right 0.3s ease-in-out;
}

.wgm_button_1:hover::after {
    right: 100%;
}

.wgm_btn_tab {
    font-family: 'Jost', sans-serif;
    padding: 5px 16px;
    background: transparent;
    border: 1px solid var(--theme_gray_2);
    color: var(--theme_gray_500);
}

.wgm_btn_tab:hover svg g,
.wgm_btn_tab:focus svg g {
    fill: #fff;
}

.wgm_btn_tab.active {
    color: #fff;
    background: var(--e-global-color-astglobalcolor1);
}

.input-error {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.3;
    color: #d32f2f;
    /* red */
}

.has-error {
    border: 0.5px solid #ff2222 !important;
}

.wgm_response .success {
    background: #b5009f;
    width: 100%;
    display: block;
    border-radius: 8px;
    text-align: center;
    padding: 10px 20px;
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
}

.wgm_response .error {
    background: #b50000;
    width: 100%;
    display: block;
    border-radius: 8px;
    text-align: center;
    padding: 10px 20px;
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
}

.filter_view_action {
    padding: 5px 8px;
    border-radius: 8px;
    background: #F6F6F6;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .2s all ease;
}

/* .filter_view_action svg  {
    fill: #4F4F4F;
} */
.course_tab_filters {
    gap: 10px;
}

.course_tab_header {
    margin-bottom: 50px;
}

.filter_view_action.active,
.filter_view_action:hover {
    background: #fff;
    border: 1px solid var(--theme_gray_2);
}

.tab_course_sort_by {
    padding: 5px 16px;
    border: 1px solid var(--theme_gray_2);
    border-radius: 50px;
    -webkit-appearance: none;
    /* For Chrome, Safari, Opera */
    -moz-appearance: none;
    /* For Firefox */
    appearance: none;
    /* Standard property */

    /* ... (appearance: none; properties) ... */
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%234F4F4F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
    padding-right: 2rem;
    outline: none;
}

.tab_course_sort_by:focus,
.tab_course_sort_by:focus-visible {
    border: 1px solid var(--theme_gray_2);
}


.video-card {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    color: #fff;
    height: 450px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.video-overlay {
    width: 100%;
    padding: 1.5rem;
}

.video-overlay::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #78256C 80%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #78256C 190%),
        #0000001f;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* border-radius: 10px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #78256C 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #78256C 100%),
url(<path-to-image>) lightgray 50% / cover no-repeat,
#EEF2F6; */

.video-card h5 {
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 11px;
    letter-spacing: -0.72px;
    line-height: 150%;
    text-transform: capitalize;
}

.wgm_watch_btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 2rem;
    border-radius: 2rem;
    background: #fff;
    color: var(--e-global-color-astglobalcolor1);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid #fff;
}

.wgm_watch_btn:hover {
    color: #fff;
    background: var(--e-global-color-astglobalcolor1);
}

.wgm_loader {
    text-align: center;
    background: #f1f1f1;
    border-radius: 8px;
    padding: 100px 20px;
}

.wgm_loader svg {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        /* Starts at 0 degrees rotation */
    }

    100% {
        transform: rotate(360deg);
        /* Rotates to 360 degrees */
    }
}

span.wgm-heading-main {
    margin: 0 5px;
}

span.elementor-login-separator {
    padding: 0 11px;
    color: #70256b;
    font-size: 15px;
}

.video-box-single {
    min-height: 146px;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-box-single::before {
    content: '';
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

.video-box-single * {
    position: relative;
    z-index: 2;
}

.video-box-single i {
    font-size: 30px;
    color: #fff;
}

.video-box-single svg {
    fill: #fff;
}

.video-box-single span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}

.wgm-mentorship-grid .week-title {
    font-size: 32px;
    color: #fff;
    letter-spacing: .5px;
    margin: 0 0 6px;
    line-height: 1;
}

/* Mentorship grid - Bootstrap based */
.wgm-mentorship-grid .wgm-card {
    position: relative;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    background: #2a1220;
    box-shadow: 0 6px 18px rgba(15, 8, 12, 0.45);
    background: linear-gradient(90deg, rgba(120, 37, 108, 0) 0%, rgba(120, 37, 108, 1) 100%);

}

.wgm-mentorship-grid .wgm-card .card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.32) saturate(1.05);
    transform: scale(1.03);
    transition: transform .45s ease, filter .45s ease;
}

.wgm-mentorship-grid .wgm-card:hover .card-bg {
    transform: scale(1.06);
    filter: brightness(0.42) saturate(1.08);
}

.wgm-mentorship-grid .wgm-card .card-overlay {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
    color: #fff;
}


.wgm-mentorship-grid .subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}

.wgm-mentorship-grid .start-btn {
    display: inline-block;
    background: linear-gradient(90deg, #fff 0%, #f7f7f7 60%);
    color: #111;
    border-radius: 30px;
    padding: 8px 30px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    border: none;
    transition: transform .18s ease, box-shadow .18s ease;
    text-align: center;
}

.wgm-mentorship-grid .start-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

.wgm-resources-wrapper .wgm-res-tab {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.wgm-resources-wrapper .wgm-res-tab .wgm-res-tab-item {
    font-family: 'Jost', sans-serif;
    padding: 8.5px 24px;
    font-weight: 400;
    font-size: 16px;
    background-color: #ffff;
    border-radius: 8px;
    color: #010101;
    border: none;
    transition: .3s all ease;
}

.wgm-resources-wrapper .wgm-res-tab .wgm-res-tab-item.active,
.wgm-resources-wrapper .wgm-res-tab .wgm-res-tab-item:hover {
    background-color: var(--e-global-color-astglobalcolor1);
    color: #fff;
}

.wgm-search-field {
    display: flex;
    max-width: 576px;
    background: #fff;
    padding: 8px 8px 8px 16px;
    border-radius: 8px;
}

.wgm-search-field input {
    font-family: 'Jost', sans-serif;
    flex-basis: 576px;
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 1;
    outline: none;
    box-shadow: none;
}

.wgm-search-field button {
    padding: 7px;
    border-radius: 50%;
    border: 0;
    height: 32px;
    width: 32px;
    line-height: 1;
    text-align: center;
}

.wgm-search-field input:focus {
    border: none;
    box-shadow: none;
    outline: none !important;
}

.wgm-search-field button {
    padding: 7px;
    border-radius: 50%;
    border: 0;
}

.wgm-filters-group {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}

.gm-filter-item.has-bg {
    width: 40px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
}

.gm-filter-item.active {
    background-color: var(--e-global-color-astglobalcolor1);
    color: #fff;
}

.gm-filter-item.active svg path {
    stroke: #fff;
}

.gm-filter-item select {
    padding: 0px 16px 0px 16px;
    height: auto;
    line-height: 1;
    background: transparent;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%234F4F4F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 88%;
    background-position-y: 5px;
}

.wgm-card-item {
    min-height: 316px;
    padding: 15px 22px 35px;
    border-radius: 10px;
}

.wgm-card-item img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    top: 0;
    left: 0;
}

.wgm-badge {
    top: 20px;
    z-index: 2;
}

.wgm-item-card-body {
    z-index: 1;
}

.wgm-item-card-body .wgm-card-title {
    font-family: 'Jost', sans-serif;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5em;
    margin-top: 20px;
    margin-bottom: 16px;
}

.wgm-watch-btn {
    border-radius: 30px;
    font-weight: 600;
}

.wgm-card-overlay {
    position: absolute;
    inset: 0;
}

.card-overlay-style-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(110, 23, 86, 0.9) 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .45s ease, background-position .45s ease, filter .35s ease, opacity .35s ease;
    will-change: transform, background-position, filter, opacity;
}

.card-overlay-style-1::before,
.card-overlay-style-1::after {
    content: "";
    position: absolute;
    inset: 0;
    transition: opacity 0.6s ease;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(110, 23, 86, 0.9) 100%),
        url("../images/monthly_playlist_icons.png") center/cover no-repeat;
}

.card-overlay-style-1::after {
    background: url("../images/res-hover-bg.png") center/cover no-repeat;
    opacity: 0;
}

.wgm-card-item:hover .card-overlay-style-1::after {
    opacity: 1;
}

.wgm-card-item.wgm-card-two {
    background: #fff;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 16px;
}

.wgm-card-item.wgm-card-two .wgm-card-image {
    max-width: 250px;
    max-height: 100%;
    width: 100%;
    border-radius: 8px;
}

.wgm-card-item.wgm-card-three {
    min-height: 208px;
}

.wgm-card-item.wgm-card-four {
    min-height: 252px;
}

.wgm-res-pagination .wgm-pag-btn {
    background-color: #fff;
    padding: 7px 17px;
    border: none;
    color: #626261;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #E9E9E9;
}


.sv-content-heading .sv-title {
    font-size: 32px;
    font-weight: 600;
    color: #010101;
    text-transform: capitalize;
}

.sv-content-heading .sv-listen-on {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;

}

.sv-content-heading .sv-listen-on p {
    font-weight: 500;
    color: #010101;
    margin: 0;
}

.sv-content-heading .sv-listen-on ul {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Styles for video post meta (place in your theme/plugin CSS) */

.single-video-contents {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: #222;
}

/* Heading */
.sv-content-heading {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
}


/* Listen on icons (keeps their size and spacing) */
.sv-listen-on {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.sv-listen-on p {
    margin: 0;
    font-size: 12px;
    color: #6b6b6b;
    font-weight: 600;
}

.sv-listen-on ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
}

.sv-listen-on a {
    display: inline-flex;
    align-items: center;
}

/* Post meta container: two-column grid with gaps */
.sv-post-meta .sv-meta-item:not(:last-child) {
    margin-bottom: 8px;
}

/* Each meta item */
.sv-meta-item {
    font-family: 'jost', sans-serif;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--e-global-color-astglobalcolor1);
    overflow: hidden;
}

/* Label (left) and value (right) */
.sv-meta-item .sv-meta-label {
    font-family: 'jost', sans-serif;
    flex: 0 0 180px;
    text-transform: capitalize;
    background: var(--e-global-color-astglobalcolor1);
    color: #fff;
    padding: 17px 24px;
}

.sv-meta-value {
    color: #010101;
    font-weight: 600;
    line-height: 1. 5;
    flex: 1;
}

/* Music links list inside value */
.sv-meta-item.sv-music-links .sv-meta-value ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.sv-meta-item.sv-music-links .sv-meta-value li {
    margin: 0;
}

/* Pills for music links */
.sv-music-itunes,
.sv-music-spotify {
    display: inline-block;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: transform .12s ease, box-shadow .12s ease;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.sv-music-itunes {
    background: linear-gradient(180deg, #8b2b74 0, #6f1e57 100%);
}

.sv-music-spotify {
    background: linear-gradient(180deg, #1ed760 0, #17b24c 100%);
}

.sv-music-itunes:hover,
.sv-music-spotify:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(34, 34, 34, 0.08);
}

.sv-music-links {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sv-music-links p {
    margin: 0;
}

.sv-music-links a.sv-music-item {
    font-family: 'jost', sans-serif;
    padding: 10.5px 16px;
    background: #C442B1;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.sv-music-links a.sv-music-item svg {
    margin-right: 5px;
}

@media (max-width: 640px) {
    .sv-post-meta {
        grid-template-columns: 1fr;
    }

    .sv-meta-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .sv-meta-label {
        min-width: 0;
        margin-bottom: 6px;
        font-size: 11px;
    }

    .sv-meta-value {
        font-size: 15px;
    }
}

.wgm-single-playlist-widget .playlist-item {
    border-radius: 8px;
    background: rgba(241, 235, 239, 0.6);
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    flex-wrap: wrap;
}

.wgm-single-playlist-widget .playlist-item+.playlist-item {
    margin-top: 16px;
}

.wgm-single-playlist-widget .playlist-item:hover,
.wgm-single-playlist-widget .playlist-item.hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(122, 31, 91, 0.12);
    background: linear-gradient(90deg, rgba(250, 245, 247, 1) 0%, rgba(245, 240, 244, 1) 100%);
}


.wgm-single-playlist-widget .track-num {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: #7a1f5bb8;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 10px;
    flex-shrink: 0;
}

.wgm-single-playlist-widget .playlist-item:hover .track-num {
    background: #7a1f5b;
}

.wgm-single-playlist-widget .thumb {
    width: 86px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
}


.wgm-single-playlist-widget .meta {
    flex: 1 1 auto;
    min-width: 0;
}

.wgm-single-playlist-widget .meta .title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wgm-single-playlist-widget .meta .provider {
    font-size: 13px;
    color: #6b6b6b;
}

/* duration and action */
.wgm-single-playlist-widget .duration {
    font-weight: 700;
    margin-right: 18px;
    min-width: 52px;
    text-align: right;
    flex-shrink: 0;
}

.wgm-single-playlist-widget .action {
    flex-shrink: 0;
}

.wgm-single-playlist-widget .listen-btn {
    border-radius: 999px;
    padding: 8px 16px;
    border: 2px solid #7a1f5b;
    color: #7a1f5b;
    background: transparent;
    transition: background .14s ease, color .14s ease, transform .14s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.wgm-single-playlist-widget .listen-btn .icon {
    margin-right: 0;
    display: inline-flex;
    align-items: center;
}


.wgm-single-playlist-widget .playlist-item:hover .listen-btn,
.wgm-single-playlist-widget .playlist-item.hover .listen-btn {
    background: #7a1f5b;
    color: #fff;
}

.wgm-single-playlist-widget .playlist-item:hover .listen-btn svg path {
    fill: #fff;
}


@media (max-width: 900px) {
    .wgm-single-playlist-widget .thumb {
        width: 76px;
        height: 50px;
    }

    .wgm-single-playlist-widget .track-num {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 13px;
    }

    .wgm-single-playlist-widget .meta .title {
        font-size: 14px;
    }
}

@media (max-width: 600px) {


    .wgm-single-playlist-widget .playlist-item {
        align-items: flex-start;
        padding: 12px;
        gap: 10px;
    }

    .wgm-single-playlist-widget .track-num {
        order: 1;
        width: 34px;
        height: 34px;
        min-width: 34px;
        margin-right: 8px;
    }

    .wgm-single-playlist-widget .thumb {
        order: 2;
        width: 84px;
        height: 54px;
    }

    .wgm-single-playlist-widget .meta {
        order: 3;
        flex: 1 1 100%;
        min-width: 0;
    }

    .wgm-single-playlist-widget .meta .title {
        white-space: normal;
        font-size: 15px;
    }

    .wgm-single-playlist-widget .duration {
        order: 4;
        min-width: 0;
        margin-right: 0;
        text-align: left;
        width: 100%;
        margin-top: 4px;
        color: #382236;
    }

    .wgm-single-playlist-widget .action {
        order: 5;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin-top: 6px;
    }

    .wgm-single-playlist-widget .listen-btn {
        width: 100%;
        justify-content: center;
        padding: 10px;
        border-radius: 8px;
    }
}

.wp-singular.single-video-library ul {
    margin: 0;
}

.my-account-wrapper {
    background: #f3f4f6;
    /* light grey page bg */
}

/* Gradient bar behind card */
.account-gradient {
    min-height: 250px;
    height: 100%;
    background: url('../images/gradient-breadcrumb.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

/* Card */
.account-card {
    position: relative;
    z-index: 2;
}

/* Avatar + text */
.account-avatar img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.account-name {
    font-size: 1.5rem;
    font-weight: 700;
}

/* Tabs */
.account-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    color: #6b7280;
}

.account-tabs .nav-link:focus {
    background-color: transparent !important;
}

.account-tabs .nav-link:hover {
    color: #4b0049;
}

.account-tabs .nav-link.active {
    color: #111827;
    font-weight: 600;
    border-bottom-width: 3px;
    border-bottom-color: var(--e-global-color-astglobalcolor1);
    /* pink underline */
}

.account-tabs .nav-link:hover {
    border-bottom-width: 3px;
    border-bottom-color: var(--e-global-color-astglobalcolor1);
}

/* Labels */
.account-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
}

/* Form inputs */
.account-card .form-control,
.account-card .input-group-text {
    border-radius: 10px;
    border-color: #e5e7eb;
    font-size: 0.9rem;
}

/* Photo card */
.account-photo-card {
    border-radius: 1.25rem;
}

.account-photo-frame img {
    border-radius: 1rem;
    object-fit: cover;
}

.card-boxes-wrap {
    margin-top: -100px;
}

/* Re-usable card style for these inner sections */
.account-section-card {
    border-radius: 1.5rem;
    background: #ffffff;
}

/* Social inputs with icon square */
.social-input-group .input-group-text {
    background-color: #f9fafb;
    border-color: #e5e7eb;
    border-radius: 999px 0 0 999px;
}

.social-input-group .form-control {
    border-radius: 0 999px 999px 0;
    border-color: #e5e7eb;
    font-size: 0.9rem;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #e11d8b;
    background: #fff;
}

/* Optional: different brand colours */
.social-icon.fb {
    background: #fff;
    color: #4267B2;
}

.social-icon.ig {
    background: #fff;
    color: #E1306C;
}

.social-icon.in {
    background: #fff;
    color: #0A66C2;
}

.social-icon.tw {
    background: #fff;
    color: #1DA1F2;
}

.social-icon.wa {
    background: #fff;
    color: #25D366;
}

.social-icon.yt {
    background: #fff;
    color: #FF0000;
}

/* Notification checkboxes – purple accent */
.account-notification-list .form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 0.15rem;
    border-radius: 3px;
}

.account-notification-list .form-check-input:checked {
    background-color: #e11d8b;
    border-color: #e11d8b;
}

.account-notification-list .form-check-label {
    cursor: pointer;
    color: #4b5563;
}

/* Password inputs */
.password-input-group .form-control {
    border-radius: 999px 0 0 999px;
    border-color: #e5e7eb;
}

.password-toggle-btn {
    border-radius: 0 999px 999px 0;
    border-color: #e5e7eb;
    background: #ffffff;
    padding-inline: 0.75rem;
    font-size: 0.9rem;
}

/* Magenta primary button (if not defined already) */
.btn-primary {
    background-color: #e11d8b;
    border-color: #e11d8b;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #be176f;
    border-color: #be176f;
}

.password-toggle-btn i {
    color: #000;
}


.file-uploader-label {
    border-radius: 0;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 14px;
}

.file-uploader-label:hover {
    background: var(--e-global-color-astglobalcolor1);
    color: #fff;
}

.account-photo-card img {
    max-width: 300px !important;
    max-height: 300px;
    object-fit: cover;
}

.account-photo-uploader-placeholder {
    height: 200px;
    background: #f1f1f5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.account-photo-uploader-placeholder i {
    font-size: 35px;
}

.account-photo-uploader {
    max-width: 300px;
    margin: 0 auto;
}

/* Course Single  */
/* Nav Bar */
.wgm_single_lesson-bar {
    background: linear-gradient(90deg, #7b1b74 0%, #92208c 100%);
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}


.wgm_single_lesson-back-btn {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    color: #fff;
}

.wgm_single_lesson-next-btn {
    font-family: 'jost', sans-serif;
    border-radius: 999px;
    background: #ffffff;
    color: #7b1b74;
    font-size: 16px;
    transition: 0.2s ease;
}

.wgm_single_lesson-back-btn .sl-btn-icon {
    background: #ffffff;
    width: 32px;
    height: 29px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    margin-right: 20px;
}

.wgm_single_lesson-next-btn {
    padding: 10px 20px;
}

.wgm_single_lesson-title {
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    margin-left: 32px;
}

.wgm_single_lesson-back-btn:hover {
    color: #fff;
}

.wgm_single_lesson-next-btn:hover {
    background: var(--e-global-color-astglobalcolor1);
    color: #fff;
    transform: translateY(-1px);
}

.wgm_single_lesson-next-btn:hover svg path {
    fill: #fff;
}


/* Responsive tweaks */
@media (max-width: 575px) {
    .wgm_single_lesson-title {
        font-size: 14px;
        padding: 0 5px;
        margin-left: 0;
    }

    .wgm_single_lesson-next-btn {
        padding: 4px 14px;
        font-size: 13px;
    }
}


/* Course content single lesson page */
.wgm-single-lesson-content {
    background: #fff;
    padding: 24px 24px 30px;
    border-radius: 8px;
}

.wgm-single-lesson-content .wgm-lcontent-head h3 {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #010101;
}

.wgm-lcontent-cont ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.wgm-lcontent-cont ul li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    gap: 15px;
}

.wgm-lcontent-cont ul li .left {
    display: flex;
    gap: 12px;
}

.wgm-lcontent-cont ul li .right {
    white-space: nowrap;
    flex: 0 0 auto;
}

.wgm-lcontent-cont .wgm_lesson_title {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1D2026;
}

.wgm_lesson_title {
    position: relative;
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
}

.wgm_lesson_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--e-global-color-astglobalcolor1, #C442B1) 0%, #FFFFFF10 100%);
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 320ms cubic-bezier(.2, .9, .3, 1);
    will-change: transform;
}

.wgm-lcontent-cont ul li.active .wgm_lesson_title::after{
    transform: scaleX(1);
}
.wgm_lesson_title:hover::after,
.wgm_lesson_title:focus::after {
    transform: scaleX(1);
}

.wgm-lcontent-cont {
    margin-bottom: 12px;
}

.wgm_single_lesson-complete-btn {
    border-radius: 999px;
    background: var(--e-global-color-astglobalcolor1);
    color: #fff;
    padding: 10px 24px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.2s ease;
    border: none;
}

.wgm_single_lesson-actions .learndash_mark_complete_button {
    background: var(--e-global-color-astglobalcolor1);
    color: #fff;
    padding: 10px 24px;
}

.wgm_single_lesson-actions .back-to-course {
    font-size: 14px;
    font-family: 'jost', sans-serif;
    margin-top: 20px;
    text-transform: capitalize;
    text-decoration: underline;
}

.sl-content-tabs .nav-tabs {
    gap: 10px;
    border-bottom: 0;
}

.sl-content-tabs .nav-tabs .nav-link {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #4E5566;
    padding: 21px 20px;
    border-radius: 8px;
    transition: .2s all ease;
    border-bottom: 2px solid transparent;
    border: none;
}

.sl-content-tabs .nav-tabs .nav-link.active,
.sl-content-tabs .nav-tabs .nav-link:hover {
    color: #1D2026;
    background: #FFFFFF;

    border-bottom: 2px solid #C442B1;
}

.sl-content-tabs .nav-tabs .nav-link:hover {
    color: #4E5566;
}

.sl-content-tabs .nav-tabs .nav-link span {
    font-size: 13px;
    background-color: #C442B1;
    padding: 4px 6px;
    color: #fff;
    font-weight: 400;
}

.sl-content-tabs .tab-content {
    margin-top: 45px;
}

.sl-titem-content h4 {
    font-size: 24px;
    font-weight: 600;
    color: #1D2026;
    margin-bottom: 20px;
}

.tab-panel .sl-titem-content {
    margin-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}

.sl-attachment-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.sl-attach-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f7f0ff, #fff);
    border-radius: 8px;
    flex-shrink: 0;
}

.sl-attach-icon svg {
    width: 28px;
    height: 28px;
}

.sl-attach-name {
    font-size: 16px;
    font-weight: 600;
    color: #1D2026;
}

.sl-attach-size {
    font-size: 13px;
    color: #8a8a8a;
}

.sl-download-btn {
    border-radius: 30px;
    padding: 10px 24px;
    background: #C442B1;
    border: none;
    color: #fff;
}

.sl-download-btn:hover {
    background: #a03590;
    color: #fff;
    text-decoration: none;
}

.ld-tabs-navigation {
    display: none !important;
}

.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content,
.learndash-wrapper .ld-tabs {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.sl-headings {
    margin-bottom: 30px;
}

.sl-headings .sl-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
}