body {
    background: #ffffff;
}

.role-img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #FFF;
    margin-right: -10px;
}


.avatar-badge {
    background: #6c3ccd;
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #FFF;
    margin-left: -10px;
    margin-right: 0;
}


.left-img-bg {
    /*background: url('/frontend/assets/images/sections/register.png') center center/cover no-repeat;*/
    /*background: url('/frontend/assets/images/sections/dashboard.png') center center/cover no-repeat;*/
    /*height: 100%;*/
    color: #fff;
    display: flex;
    align-items: end;
    border-radius: 18px;
    height: 100vh;
    overflow: hidden;
}

.left-img-bg img {
    object-fit: fill !important;
}

.carousel-indicators [data-bs-target] {
    background-color: #ffffff; /* inactive color */
    opacity: 1;
    height: 4px;
    width: 40px;
    border-radius: 3px;
}

/* active indicator */
.carousel-indicators .active {
    background-color: #5D29A6; /* MentorPark purple */
}

.step-indicator {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 24px;
}

.step-indicator div {
    text-align: center;
}

.step-indicator .active {
    color: #8d5cf6;
    font-weight: bold;
}

.section-title {
    text-align: center;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 2rem;
}

.section-desc {
    text-align: center;
    margin-bottom: 32px;
    color: #8C8C8C;
}

.about-form {
    max-width: 1000px;
    margin: 0 auto;
    /*background: #fff;*/
    /*border-radius: 12px;*/
    padding: 32px 24px;
    /*box-shadow: 0 8px 24px rgba(141, 92, 246, 0.03);*/
}

.about-form .form-label {
    font-weight: 500;
    color: #393939;
}

.about-form .form-select,
.about-form .form-control {
    border-radius: 6px;
}

.about-form .required {
    color: #ff0000;
}

.about-form .btn-primary {
    background: #8d5cf6;
    border: none;
}

.step-indicator {
    gap: 0;
    align-items: center;
}

.step-circle {
    width: 40px;
    height: 40px;
    border: 2px solid #8d5cf6;
    border-radius: 50%;
    background: #fff;
    color: #8d5cf6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.2rem;
    transition: background 0.2s, color 0.2s;
}

.step-circle.active,
.step-circle.completed {
    background: #8d5cf6;
    color: #fff;
}

.step-line {
    flex: 0 0 48px;
    height: 2px;
    background: #e8dbfc;
    margin: 0 4px;
}

.step-circle.completed ~ .step-line {
    background: #8d5cf6;
}

.top-right-menu {
    background: #ffffff;
    width: 100%;
    display: flex;
    justify-content: flex-end; /* This pushes content to the right */
}

.menu-div {
    width: 250px;
    padding: 20px;
    display: flex;
    justify-content: flex-end; /* Ensures image is at right edge within the div */
}


.skill-checkbox-grid {
    max-width: 700px;
    margin: 0 auto;
}

.leadership-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* spacing between items */
    max-width: 900px; /* or whatever max width you want */
    margin: 0 auto;
    justify-content: flex-start;
}

.skill-check-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    border: 2px solid #e7e4fb;
    border-radius: 50px;
    padding: 0px 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: border 0.2s, box-shadow 0.2s, background 0.18s;
    position: relative;
    user-select: none;
    min-height: 40px;
}

.skill-check-btn .btn-label {
    flex: 1;
    color: #393939;
}

.skill-check-btn .tick-mark {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #8d5cf6;
    background: #f8f6fd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    transition: background 0.2s, border 0.2s;
    font-size: 1rem;
    position: relative;
}

.skill-check-btn input[type="checkbox"] {
    display: none;
}

.skill-check-btn.selected,
.skill-check-btn input[type="checkbox"]:checked + .btn-label + .tick-mark {
    border-color: #8d5cf6;
    background: #f6f0fa;
}

.skill-check-btn input[type="checkbox"]:checked + .btn-label + .tick-mark {
    background: #8d5cf6;
    border-color: #8d5cf6;
    color: #fff;
}

.skill-check-btn input[type="checkbox"]:checked + .btn-label + .tick-mark::after {
    content: '✔';
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    display: block;
}

.skill-check-btn .tick-mark::after {
    content: '';
    display: block;
}

.step-field-form {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    /* optional: background, padding, animation... */
}

.about-section-center {
    padding: 40px 32px 32px 32px;
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}


.skill-checkbox-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* spacing between items */
    max-width: 900px; /* or whatever max width you want */
    margin: 0 auto;
    justify-content: flex-start;
}

.leadership-skill-checkbox-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* spacing between items */
    max-width: 900px; /* or whatever max width you want */
    margin: 0 auto;
    justify-content: flex-start;
}


/* The label text */
.skill-check-btn .btn-label {
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #393939;
}

/* Tick mark style */
.skill-check-btn .tick-mark {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #e7e4fb;
    background: #f8f6fd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    transition: background 0.2s, border 0.2s;
    font-size: 1.1rem;
    color: transparent;
    user-select: none;
}

.skill-check-btn input[type="checkbox"] {
    display: none;
}

/* When checked */
.skill-check-btn input[type="checkbox"]:checked + .btn-label + .tick-mark {
    background: #8d5cf6;
    border-color: #8d5cf6;
    color: #fff;
}

.skill-check-btn input[type="checkbox"]:checked + .btn-label + .tick-mark::after {
    content: '✔';
    font-weight: 700;
    display: block;
}

/* Optional hover effect */
.skill-check-btn:hover {
    border-color: #8d5cf6;
    box-shadow: 0 0 6px rgba(141, 92, 246, 0.3);
}

.mentoring-textarea {
    min-height: 120px;
    border-radius: 12px;
    border: 1.5px solid #eae8f6;
    /*background: #f7f0fe;*/
    font-size: 14px;
    padding: 16px 18px;
    resize: vertical;
    transition: border-color 0.2s;
    box-shadow: 0 2px 20px 0 rgba(141, 92, 246, 0.05);
}

.mentoring-textarea:focus {
    border-color: #8d5cf6;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 2px #eae8f6;
}

.form-label {
    font-weight: 500;
    color: #393939;
    margin-bottom: 6px;
}

.logo{
    padding: 0px !important;
}

.page-header-bar {
    display: flex;
    padding: 0 30px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 18px;
}

.page-title {
    color: #5d29a6;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -1px;
}

.page-desc {
    display: block;
    margin-top: 2px;
    font-size: 1rem;
    color: #222;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.page-edit-btn {
    display: flex;
    width: fit-content !important;
    align-items: center;
    gap: 5px;
    background: #5d29a6;
    color: #fff;
    border: none;
    padding: 8px 26px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s;
}

.page-edit-btn svg {
    margin-left: 6px;
    color: #fff;
}

.page-edit-btn:hover {
    background: #552a99;
}

.profile-image {
    border-radius: 100px;
    width: 110px;
    height: 110px;
}

.text-bg-brand {
    background: #5D29A6;
    color: #ffffff;
}

.heading-title {
    font-weight: 800;
}

.profile-box {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    background: #ffffff;
}


.side-nav .side-nav-item.active .menu-icon svg path {
    fill: #5d29a6;
}

.published-card {
    border: 2px solid #f1f1f1;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.published-card:hover {
    border: 2px solid #5d29a6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.published-card .card-content {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 12px;
}

.published-card .icon-area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    min-width: 48px;
    background: #5d29a6;
    border-radius: 50%;
}

.published-card .icon-area svg {
    width: 20px;
    height: 20px;
}

.published-card .text-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.published-card .card-title {
    color: #959BA0;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 1.3;
}

.published-card .card-number {
    color: #232323;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 0;
}

@media (max-width: 1199.98px) {
    .published-card {
        padding: 14px;
    }
    .published-card .card-content {
        gap: 10px;
    }
}

@media (max-width: 767.98px) {
    .published-card {
        padding: 14px 16px;
    }
    .published-card .card-title {
        font-size: 0.8125rem;
    }
    .published-card .card-number {
        font-size: 1.125rem;
    }
}


.banner-upload-card {
    width: 100%;
    /*max-width: 600px;*/
    min-height: 140px;
    background: #f7f8fa;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto 24px auto;
    transition: box-shadow 0.2s;
    border: none;
}

.banner-upload-card:hover {
    box-shadow: 0 0 0 3px #e2e6ee;
}

.banner-upload-content {
    text-align: center;
    color: #bfc5d2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-upload-content svg {
    margin-bottom: 8px;
}

.banner-upload-text {
    font-size: 18px;
    color: #bfc5d2;
}

#banner_preview img {
    display: block;
    /*margin: 24px auto 0 auto;*/
    max-width: 150px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 2px 8px #ececec;
}


.toggle-btn-group {
    display: flex;
    background: #f6f7fa;
    border-radius: 10px;
    padding: 6px;
    width: fit-content;
}

.toggle-btn-group input[type="radio"] {
    display: none;
}

.toggle-btn-group label {
    padding: 3px 30px;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    /* font-size: 16px; */
    color: #888;
    cursor: pointer;
    transition: all 0.2s;
    margin: 0 1px;
}

.toggle-btn-group input[type="radio"]:checked + label {
    background: #5D29A6;
    color: #ffffff;
    box-shadow: 0px 1px 7px 0px #00000029;

}


/*.classes-content {
    margin: auto;
    padding: 30px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}*/

.mentors-card {
    padding: 10px;
}

.masterclass-card {
    border: 1px solid #E4EBEB;
    padding: 10px;
}

.edit-btn {
    background: #5D29A6;
    color: #fff;
}

.edit-btn:hover {
    background: #5D29A6;
    color: #fff;
}

.repetitive_box {
    padding: 40px 0px;
    border-top: 1px solid #c1c1c1;
}

.feedback_box {
    padding: 20px;
    border: 1px solid black;
}


.session-heading {
    cursor: pointer;
    background-color: #f8f9fa;
    padding: 10px 15px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    user-select: none;
}

.slick-poster-image {
    width: 100%;
    /* aspect-ratio: 4 / 3; */
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}

input.form-control, select.form-control, textarea.form-control {
    background-color: #F8FAFB;
    /*border: none;*/
    border: 1;
}

.tab-form-details {
    padding: 35px;
    border: 1px solid #E4EBEB;
    border-radius: 25px;
}

.error {
    color: #ff0000;
    font-weight: 600;
    font-size: 14px;
}

.card-tab-panel {
    margin-top: 120px;
}


.stepper {
    display: flex;
    gap: 10px;
    max-width: 600px;
}

.stepper .step {
    flex: 1;
    height: 4px;
    background-color: #e5e7eb; /* inactive */
    border-radius: 999px;
}

.stepper .step.active {
    background-color: #5d29a6; /* active purple */
}


.btn-back {
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #6b7280;
    border-radius: 12px;
    padding: 14px 0;
    font-weight: 500;
}

.btn-back:hover {
    background: #f9fafb;
}

.btn-next {
    background: #5b3b9d; /* purple */
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 14px 0;
    font-weight: 500;
}

.btn-next:hover {
    background: #4c2f85;
}


.highlight-text {
    position: relative;
    display: inline-block;
    color: #6a499c;
    font-weight: 600;
}

.highlight-text::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px; /* controls distance from text */
    transform: translateX(-50%);
    width: 110%;
    height: 16px;
    background: url('/frontend/assets/images/span-brushpng.png') no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.btn-black {
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 14px 0;
    font-weight: 500;
}

.form-control {
    border-radius: 12px !important;
}

.eye-btn:hover {
    color: #5D29A6 !important;
    background: none !important;
}

.social-icon{
    border-radius: 12px !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border: 1px solid #f36270;
}

/*.banner-upload-card {
    border: none;
}*/
.banner-upload-card.is-invalid {
    border: 1px solid #f36270;
}


.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ddd;
}

.separator span {
    padding: 0 10px;
    color: #777;
    font-size: 14px;
    font-weight: 500;
}

input[type="radio"] {
    accent-color: #5d29a6 !important; /* purple */
}

.inactive-card {
    position: relative;
}

.inactive-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 8%);
    backdrop-filter: blur(1px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    color: #666;
    border-radius: 8px;
}

.inactive-card * {
    pointer-events: none;
}


.side-nav-item.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.side-nav-item.disabled .side-nav-link {
    pointer-events: none;
}


.elite_tag {
    position: absolute;
    padding: 10px;
    background: linear-gradient(0deg, rgba(242, 176, 50, 1) 0%, rgba(255, 255, 255, 1) 92%);
    color: #000000;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 32px;
    margin-top: 10px;
}

.elite_tag h6 {
    font-size: 14px;
    padding: 0;
}


.text-muted {
    font-size: 16px !important;
}


.nav-link.disabled, .nav-link:disabled {
    color: #999898 !important;
    pointer-events: none;
    cursor: default;
}


/*mentor card css*/
.experience_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F8FAFB;
    padding: 10px 20px;
    border-radius: 20px;
    max-width: 100%;
}

.exp_item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.label {
    color: #777;
    font-weight: 700;
}

.value {
    font-size: 18px;
    color: #222;
}

.value strong {
    font-weight: 700;
}

.mentor-card {
    position: relative;
    background: #f1f1f1;
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
}

/* .mentor-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(93, 41, 166, 0.5) 0%,
        rgba(93, 41, 166, 0.08) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
} */

/* hover effect */
.mentor-card:hover::before {
    opacity: 1;
}

.mentor-card .card {
    background: none !important;
    padding: 10px 0;
    margin-bottom: 0 !important;
    box-shadow: none !important;
}

.mentors-card .card-body {
    padding: 20px 0px 10px 0px !important;
}

.card-img-top img {
    width: 100% !important;
    border-radius: 10px !important;
        height: 300px;
    /* aspect-ratio: 4 / 3; */
    object-fit: fill;
    object-position: top;
}

.slick-poster-image {
    object-fit: fill !important;
    object-position: top !important;
}

.expert-name {
    font-size: 18px;
    color: black;
    font-weight: 600;
}

/*Mentor card css*/


.custom-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.custom-pagination .pagination {
    gap: 8px;
}

.custom-pagination .page-item {
    list-style: none;
}

.custom-pagination .page-link {
    border: none;
    padding: 8px 14px;
    border-radius: 10px;
    background: #f1f1f1;
    color: #333;
    font-weight: 500;
    transition: all 0.25s ease;
}

/* hover */
.custom-pagination .page-link:hover {
    background: #5D29A6;
    color: #fff;
}

/* active */
.custom-pagination .page-item.active .page-link {
    background: #5D29A6;
    color: #fff;
}

/* disabled */
.custom-pagination .page-item.disabled .page-link {
    background: #ddd;
    color: #999;
    cursor: not-allowed;
}

/* remove ugly arrows box */
.custom-pagination .page-link svg {
    display: none;
}


.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active{
    border: none !important;
}

.btn-purple:hover {
    color: #fff !important;
}

/* Default (mobile first) */
.nav-tabs-custom {
    width: 50%;
}

.coming-soon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}

.coming-soon-icon {
    margin-bottom: 24px;
}

.coming-soon-text {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.coming-soon-highlight {
    background: linear-gradient(90deg, #F2A735, #5D29A6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.slick-poster-image{
    margin: auto !important;
}

@media (min-width: 1400px) {
    .card-img-top img {
        height: 500px !important;
    }
}