.navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* height: 100px; */

}

.custom-my-nav {
    margin-left: 140px !important;
}

.forget-pass-txt {
    color: #7b9bbf;
    font-size: 13px;
    text-decoration: none;
}

.gradient-button-custom a {
    padding: 4px 10px;
}

.success-icon {
    font-size: 45px;
    color: #28a745;
    animation: pop 0.4s ease;
}

@keyframes pop {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.navbar-light .navbar-nav .nav-link {
    /* max-height: 100px; */
}

.navbar .navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #fff;
    z-index: -1;
    transition: height 0.35s ease;
    /* border: 1px solid #f37a20; */
}

.login-btn-img {
    height: 20px !important;
    width: 20px !important;
    margin-right: 6px;
}

.webinar-scroll-body {
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
    /* 🚀 Stop X scroll */
    padding: 20px;
}

.webinar-detail-content {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.webinar-detail-content img {
    max-width: 100%;
    height: auto;
}

/* Make tables responsive */
.webinar-detail-content table {
    width: 100% !important;
    display: block;
    overflow-x: auto;
}

/* Optional: Smooth scrollbar */
.webinar-scroll-body::-webkit-scrollbar {
    width: 6px;
}

.webinar-scroll-body::-webkit-scrollbar-thumb {
    background: #6f42c1;
    border-radius: 10px;
}

.text-purple {
    color: #3f1f80;
}

.navbar .navbar-nav .nav-item .nav-link:hover::before,
.navbar .navbar-nav .nav-item .nav-link.active::before {
    height: 100%;
}

.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link.active {
    /* font-weight: 700; */
    color: #114c8c !important;
}

#scrollToggleBtn {
    position: fixed;
    right: 90px;
    bottom: 30px;
    /* test  */
    width: 40px;
    height: 64px;
    background: #ffffff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    color: #5f4bb6 !important;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */
    border: 1px solid #115580;
    transition: all 0.3s ease;
    font-size: large;
    display: none;

}

#scrollToggleBtn img {
    height: 30px;
}

#scrollToggleBtn:hover {
    transform: translateY(-5px);
}

#scrollIcon {
    font-size: 22px;
    color: #6f42c1;
    /* Purple */
}

.webinar-Modal {
    background: url("../../user/images/bg1.png");
    border-radius: 15px;
    overflow: hidden;
}

.webinar-Modal .btn-close:focus,
.webinar-Modal .btn-close:active {
    outline: none !important;
    box-shadow: none !important;
}

/* login button hover  */
.gradient-button a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #114c8c;
    text-decoration: none;
    border-radius: 25px;
    overflow: hidden;
    z-index: 1;
    font-weight: 600;

    transition: color 0.3s ease;
    border: 1px solid #fff;
}

.navbar .dropdown-toggle::after {
    display: none !important;
}

.dropdown-arrow {
    width: 15px !important;
    height: 12px !important;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.nav-link[aria-expanded="true"] .dropdown-arrow {
    transform: rotate(180deg);
}

/* hover color */
.nav-link:hover .dropdown-arrow {
    filter: brightness(0) saturate(100%) invert(59%) sepia(69%) saturate(563%) hue-rotate(343deg) brightness(97%) contrast(93%);
}

.my-gradient-main-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #f37a20;
    text-decoration: none;
    border-radius: 25px;
    overflow: hidden;
    z-index: 1;

    transition: color 0.3s ease;
    border: 1px solid #fff;
}

/* single hover overlay */
.gradient-button a::before {
    content: "";
    position: absolute;
    inset: 0;

    background: #114c8c;
    transform: scaleX(0);
    transform-origin: center;

    transition: transform 0.35s ease;
    z-index: -1;
}

.my-gradient-main-button::before {
    content: "";
    position: absolute;
    inset: 0;

    background: #f37a20;
    transform: scaleX(0);
    transform-origin: center;

    transition: transform 0.35s ease;
    z-index: -1;
}

/* hover */
.gradient-button a:hover::before {
    transform: scaleX(1);
}

.my-gradient-main-button:hover::before {
    transform: scaleX(1);
}

.gradient-button a:hover {
    color: #fff;
}

.my-gradient-main-button:hover {
    color: #fff;
}

.gradient-button a img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(94%) saturate(747%) hue-rotate(187deg) brightness(92%) contrast(92%);
    transition: 0.3s;
}

.gradient-button a:hover img {
    filter: brightness(0) invert(1);
}

.custom-navbar-dropdown-menu {
    background: #ffffff;
    border-radius: 14px;
    padding: 8px 0;
    border: none;
    min-width: 180px;
    color: #000 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.custom-navbar-dropdown-menu .dropdown-item {
    padding: 10px 18px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #000 !important;
}

.custom-navbar-dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.navbar .navbar-nav .dropdown-menu .custom-dropdown-item {
    color: #000 !important;
    padding: 0.4rem 0rem !important;
}

.custom-navbar-dropdown-menu .dropdown-item:hover {
    color: #000;
    border-radius: 6px;
}

/* Default State */
.BG-event .gradient-button a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    /* White background */
    color: #0a2d60;
    /* Blue text */
    text-decoration: none;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;

    transition: color 0.3s ease;
}

/* Hover Overlay */
.BG-event .gradient-button a::before {
    content: "";
    position: absolute;
    inset: 0;

    background: #0a2d60;
    /* Blue overlay */
    transform: scaleX(0);
    transform-origin: center;

    transition: transform 0.35s ease;
    z-index: -1;
}

/* Hover Animation */
.BG-event .gradient-button a:hover::before {
    transform: scaleX(1);
}

/* Text color change on hover */
.BG-event .gradient-button a:hover {
    color: #ffffff;
}

/* Optional: Image color invert */
.BG-event .gradient-button a:hover img {
    filter: brightness(0) invert(1);
}



/* model cross icons */
/* base close button */
.custom-close {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;

    color: #fff;
    font-size: 22px;
    font-weight: 600;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    transition: background-color 0.25s ease, transform 0.2s ease;
}

/* hover effect */
.custom-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

/* remove focus ring completely */
.custom-close:focus,
.custom-close:active {
    box-shadow: none !important;
    outline: none !important;
}

#warningBackdrop .modal-content {
    animation: fadeInUp 0.4s ease;
}

/* Modal size */
.rules-modal .modal-dialog {
    max-width: 700px;
}

/* Modal body scroll */
.rules-modal-body {
    /* max-height: 60vh;        */
    overflow-y: auto;
    /* enables scroll */
    padding: 0;
    /* remove spacing */
}

/* Image styling */
.rules-modal-body img {
    width: 100%;
    height: auto;
    display: block;
}

/* Optional smooth scroll */
.rules-modal-body {
    scroll-behavior: smooth;
}

/* Optional: custom scrollbar */
.rules-modal-body::-webkit-scrollbar {
    width: 6px;
}

.rules-modal-body::-webkit-scrollbar-thumb {
    background: #114c8c;
    border-radius: 10px;
}

.rules-modal-body {
    position: relative;
}

.otp-txt {
    font-size: 13px;
}

.otp-time-txt {
    font-weight: 600;
    color: #09469a;
}

.rules-modal-body .rules-program-custom-close {
    position: absolute;
    top: 10px;
    right: 10px;

    background-color: #fff;
    border-radius: 50%;
    padding: 8px;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);

    z-index: 10;

    opacity: 1;
    /* override bootstrap fade */
}

/* Optional: increase size */
.rules-modal-body .rules-program-custom-close::before {
    font-size: 16px;
}

/* OUTER WRAPPER (BORDER) */
.submit-btn-wrap {
    padding: 2px;
    /* space for border */
    border-radius: 12px;
    background: #114c8c;
    display: inline-block;
}


/* .register-btn-login-model {
    font-size: 16px !important;
} */

.media-wrapper {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.media-img {
    max-height: 350px;
    object-fit: contain;
}

.video-box {
    border-radius: 10px;
    overflow: hidden;
}


.rules-modal .modal-content {
    height: 90vh;
    /* 🔥 increase height */
}

.rules-modal .modal-body {
    height: 100%;
    overflow-y: auto;
    /* scroll if content is big */
    padding: 0;
}

.register-btn-login-model-txt {
    font-size: 14px;
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    /* background-color: #f3812c; */
}

.profile-avatar-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
}

.profile-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #f3812c;
    cursor: pointer;
    transition: .3s;
}

.avatar-upload-label {
    position: relative;
    cursor: pointer;
}

.avatar-overlay {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #f3812c;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

/* BUTTON */
.submit-btn {
    position: relative;
    background: #114c8c;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;

    padding: 10px 70px;
    border: none;
    border-radius: 10px;

    cursor: pointer;
    overflow: hidden;
    z-index: 1;

    transition: color 0.3s ease;
}

/* SINGLE HOVER LAYER (NO CUT ISSUE) */
.submit-btn::before {
    content: "";
    position: absolute;
    inset: 0;

    background: #ffffff;
    transform: scaleX(0);
    transform-origin: center;

    transition: transform 0.35s ease;
    border-radius: 10px;
    z-index: -1;
}

/* HOVER EFFECT */
.submit-btn:hover::before {
    transform: scaleX(1);
}

.submit-btn:hover {
    color: #0a2d60;
}

#closeLoginModal {
    transition: transform 0.5s ease;
    transform-origin: center;
}

#closeLoginModal:hover {
    transform: rotate(360deg) translateX(6px);
}

#closeForgetPasswordModal {
    transition: transform 0.5s ease;
    transform-origin: center;
}

#closeForgetPasswordModal:hover {
    transform: rotate(360deg) translateX(6px);
}

#closeOtpModal {
    transition: transform 0.5s ease;
    transform-origin: center;
}

#closeOtpModal:hover {
    transform: rotate(360deg) translateX(6px);
}

#closeResetPasswordModal {
    transition: transform 0.5s ease;
    transform-origin: center;
}

#closeResetPasswordModal:hover {
    transform: rotate(360deg) translateX(6px);
}

#closeRegisterModal {
    transition: transform 0.5s ease;
    transform-origin: center;
}

#closeRegisterModal:hover {
    transform: rotate(360deg) translateX(6px);
}

/* Mobile sidebar arrow animation */
.sidebar-arrow {
    transition: transform 0.3s ease;
}

/* When sidebar is OPEN */
.sidebar-toggle-btn[aria-expanded="true"] .sidebar-arrow {
    transform: rotate(180deg);
}

/* When sidebar is CLOSED */
.sidebar-toggle-btn[aria-expanded="false"] .sidebar-arrow {
    transform: rotate(0deg);
}


/* disabled wrapper */
.gradient-button.btn-disabled {
    opacity: 0.5;
    pointer-events: none;
    /* fully blocked */
}

/* disabled link */
.gradient-button .disabled-link {
    cursor: not-allowed;
}

/* stop hover animation when disabled */
.gradient-button.btn-disabled a::before {
    display: none;
}

.gradient-button-inactive {
    background-color: white !important;
    color: #0a2d60 !important;
    font-weight: 400 !important;
}

.scorm-container {
    background: #000;
    /* match player bg */
    padding: 0;
}

.scorm-container iframe {
    width: 100%;
    height: 70vh;
    /* responsive height */
    min-height: 500px;
    border: none;
    display: block;
}

/* arrow btn code  */
/* ================= DOWN ARROW ================= */

/* ================= COMMON ARROW STYLE ================= */
.home-banner,
.event-section {
    position: relative;
}

.scroll-down-btn,
.scroll-up-btn {
    position: absolute;
    width: 40px;
    height: 64px;
    background: #ffffff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    color: #5f4bb6 !important;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);  */
    border: 1px solid #115580;
    transition: all 0.3s ease;
    font-size: large;
}


/* Icon style */
.scroll-down-btn img {
    height: 30px;
}

/* ================= DOWN ARROW (Banner) ================= */

.scroll-down-btn {
    right: 30px;
    bottom: -35px;
    /* slightly outside banner */
}

.scroll-down-btn:hover {
    transform: translateY(5px);
}

/* ================= UP ARROW (Event Section) ================= */

.scroll-up-btn {
    right: 30px;
    top: -35px;
    /* slightly above event section */
}

.scroll-up-btn:hover {
    transform: translateY(-5px);
}

/* webinar section  */


.webinar-content {
    position: relative;
    z-index: 2;
    padding-right: 60px;
}

/* ICON + TEXT ALIGNMENT */
.webinar-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.webinar-header img {
    display: block;
    /* IMPORTANT */
    margin: 0;
    /* Remove auto margins */
}

.webinar-header span {
    font-size: 17px;
    opacity: 0.9;
}

.webinar-content h2 {
    font-size: 2.6rem;
    font-weight: 600;
    margin: 30px 0;
    line-height: 1.25;
}

.bg-correct-answer {
    background-color: #28a745 !important;
}

.bg-correct-answer .option-label span {
    color: #fff;
}

.option-red {
    background-color: #ff3434e1;
}

.option-red {
    color: #fff;
}

/* ================= DATE SECTION ================= */

.webinar-date-wrapper {
    display: flex;
    /* align-items: center; */
    gap: 10px;
    margin-bottom: 40px;
}

.date-square {
    border: 2px solid #fff;
    border-radius: 14px;

    width: 66px;
    /* adjust size */
    height: 66px;

    display: flex;
    align-items: center;
    /* vertical center */
    justify-content: center;
    /* horizontal center */

    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    /* VERY IMPORTANT */
}

.date-info,
.time-info {
    display: flex;
    flex-direction: column;
}

.month {
    font-size: 25px;
    font-weight: 700;
}

.year {
    font-size: 25px;
    font-weight: 700;
}

.time-label {
    font-size: 25px;
    font-weight: 600;
}

.time-value {
    font-size: 25px;
    font-weight: 700;
}

/* ================= BUTTONS ================= */

.webinar-actions {
    display: flex;
    gap: 20px;
}

.btn-white,
.btn-outline-white {
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-white {
    background: #fff;
    color: #5130a4;
}

.btn-outline-white {
    background: #fff;
    color: #5130a4;
}

.btn-white:hover,
.btn-outline-white:hover {
    background: #3f1f80;
    color: #fff;
}

/* ================= RIGHT IMAGE ================= */

.webinar-image {
    position: absolute;
    right: 0;
    bottom: -14px;
    width: 61%;
    height: 100%;
}

.webinar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.border-divided {
    border: 1px solid white;
    height: 4.5rem;
}

/* ================= RESPONSIVE ================= */

.coming-soon-badge {
    display: inline-block;
    background: #ffffff;
    color: #6f42c1;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 25px;
    margin-top: 15px;
}

/* Webinar header text */
.webinar-header span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: #e0d6ff;
}

.about-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 28px;
    text-align: left;
}

.success-icon {
    width: 120px;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.home-webinar-card-icon {
    height: 55px;
}

.view-header-nav-div img {
    height: 30px;
}

.myQuestion {
    display: none;
}

.myQuestion.active {
    display: block;
}

@media (max-width: 1504px) {
    .home-banner .banner-img img {
        height: auto !important;
    }
}

@media (max-width: 1300px) {
    .home-banner .banner-img img {
        /* height: 50vh !important; */
        height: auto !important;
    }
}

@media (max-width: 1200px) {
    .nav-custom-container-lg {
        max-width: 1100px;
    }
}

@media (max-width: 1100px) {
    .home-banner .banner-img img {
        height: 50vh !important;
    }
}

@media (max-width: 1050px) {
    .home-banner .banner-img img {
        /* height: 30vh !important; */
        height: auto !important;
    }

    .home-slider .owl-prev {
        left: 35px;
    }

    .home-slider .owl-next {
        right: 35px;
    }
}

@media (max-width: 895px) {
    .q-submit-txt {
        font-size: 25px;
    }
}

@media (max-width: 850px) {
    .home-slider .owl-nav a {
        font-size: 20px !important;
    }
}

@media (max-width: 700px) {
    .about-img {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .home-slider .owl-prev {
        left: 20px;
    }

    .home-slider .owl-next {
        right: 20px;
    }
}

@media (max-width: 500px) {
    .home-slider .owl-nav a {
        font-size: 16px !important;
    }

    .home-webinar-card-icon {
        height: 45px;
    }

    .q-submit-txt {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .about-text {
        text-align: justify;
    }
}

@media (max-width: 992px) {

    .custom-my-nav {
        margin-left: 0px !important;
    }

    .webinar-content {
        padding: 0 25px;
        /* text-align: center; */
    }

    .view-btn {
        width: 108px !important;
    }

    .webinar-date-wrapper {
        /* justify-content: center; */
        flex-wrap: wrap;
        gap: 15px;
    }

    .webinar-actions {
        /* justify-content: center; */
        flex-wrap: wrap;
    }

    .webinar-image {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .webinar-image img {
        height: auto;
    }

    .webinar-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .scroll-down-btn {
        bottom: -25px !important;
    }

    .webinar-content h2 {
        font-size: 1.6rem;
    }

    .date-square {
        font-size: 20px;
        height: 52px;
        width: 52px;
    }

    .month,
    .year,
    .time-value {
        font-size: 14px;
    }

    .time-label {
        font-size: 14px;
    }

    .border-divided {
        height: 3.2rem
    }

    .coming-soon-badge {
        font-size: 18px !important;
    }
}


@media (max-width: 992px) {

    .webinar-content {
        padding: 25px 20px;
        /* text-align: center; */
    }

    .webinar-small {
        /* margin-top: -10px; */
    }

    .webinar-date-wrapper {
        /* justify-content: center; */
    }

    .webinar-actions {
        /* justify-content: center; */
        flex-wrap: wrap;
    }

    /* Image becomes normal block */
    .webinar-image {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .webinar-image img {
        height: auto;
    }

    .webinar-content h2 {
        font-size: 2rem;
    }
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1272px) {
    .webinar-image {
        width: 75%;
    }
}

@media (max-width: 992px) {

    .scroll-down-btn,
    .scroll-up-btn {
        width: 40px;
        height: 65px;
        right: 20px;
    }

    .webinar-image {
        width: 95% !important;
    }
}

@media (max-width: 768px) {

    .scroll-down-btn,
    .scroll-up-btn {
        width: 38px;
        height: 60px;
        right: 15px;
    }

    .scroll-down-btn i,
    .scroll-up-btn i {
        font-size: 15px;
    }
}

@media (max-width: 580px) {
    .section-title {
        font-size: 2rem !important;
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    .gradient-button-custom a {
        padding: 4px 5px !important;
    }

    .scroll-down-btn {
        right: 15px !important;
    }

    #scrollToggleBtn {
        right: 15px !important;
    }
}

.scroll-down-btn {
    right: 90px;
    /* bottom: 0px;  */
}



/* ============================
   LEARNING SECTION
============================ */

.learning-section {
    position: relative;
    padding: 4rem 0;
    /* background: linear-gradient(180deg, #f9f9ff 0%, #eef0f8 100%); */
    overflow: hidden;
}

/* Wider container for bigger cards */
.learning-section .container {
    max-width: 1250px;
}

/* Right dotted decoration */
.learning-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, 0.07) 1px,
            transparent 1px);
    background-size: 16px 16px;
    opacity: 0.7;
    pointer-events: none;
}

/* Section Title */
.section-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #5f4bb6;
    margin-bottom: 3rem;
}


/* ============================
   MODULE WRAPPER
============================ */

.module-wrapper {
    position: relative;
    text-align: center;
}

/* ============================
   DEFAULT CARD
============================ */

.module-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Gradient border effect */
.module-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, #7b4397, #4a429b);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

/* Image */
.module-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Dark overlay */
.module-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.2));
}

/* Title on image */
.module-content {
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    z-index: 2;
    color: #fff;
    text-align: left;
}

.module-content h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

/* ============================
   HOVER CARD (HIDDEN INITIALLY)
============================ */

.module-card-hover {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;

    background: linear-gradient(90deg, #7b4397 0%, #4a429b 100%);
    color: #ffffff;
    padding: 25px;
    display: flex;
    align-items: center;

    transform: translateY(100%);
    transition: transform 0.6s ease;
    z-index: 4;
}

/* Hover Content Styling */
.module-card-hover h5 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.module-card-hover p {
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
}

/* ============================
   BUTTON
============================ */

.module-btn {
    display: inline-block;
    bottom: 20px;
    background: #ffffff;
    color: #5f4bb6;
    padding: 10px 22px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #5f4bb6;
    transition: all 0.3s ease;
    position: relative;
    z-index: 5;
}

/* ============================
   HOVER EFFECT
============================ */

/* Slide up hover card */
.module-wrapper:hover .module-card-hover {
    transform: translateY(0%);
}

/* Optional slight lift effect */
.module-wrapper:hover .module-card {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Button hover */
.module-wrapper:hover .module-btn {
    background: linear-gradient(90deg, #7b4397, #4a429b);
    color: #ffffff;
}

/* banner css  */
.sidebar-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: .3rem 0 3rem;
    border: 1px solid #939393;
}

.sidebar-wrapper .sidebar-icon {
    width: .9rem;
}

/* profile */

.profile-box {
    padding: 18px 26px 10px;
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 5px;
}

.welcome-text {
    font-size: 14px;
    color: #555555;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.profile-name {
    color: #114c8c;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

/* menu */

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu li {
    padding: 1px 0;
    font-size: 15px;

}

.sidebar-menu li a {
    color: #444;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 26px;
    font-family: ROReg;
    font-size: 14px;
}

.accordion-button:not(.collapsed) {
    color: #ff6a00 !important;
}

.sidebar-menu li a:hover {
    border-left: 4px solid #114c8c;
    background-color: #f3f4f7;
    /* color: #114c8c; */
}

.otp-main-header {
    color: #09469a;
    font-weight: 600;
    text-align: center;
}

.sidebar-menu li a:hover .sidebar-icon {
    /* filter: brightness(0) saturate(100%) invert(52%) sepia(90%) saturate(1350%) hue-rotate(2deg) brightness(102%) contrast(103%); */
}

.sidebar-menu li a.active {
    /* border-left:4px solid #ff6a00; */
    background-color: #114c8c;
}

.sidebar-menu li a.active .sidebar-icon {
    filter: brightness(0) invert(1);
}

.sidebar-menu .active {
    color: #fff;
}

/* accordion */

.custom-accordion-item {
    border: none;
}

.sidebar-sublist li {
    padding: 8px 18px;
    /* border-bottom:1px solid #eee; */
}

.sidebar-sublist a {
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 6px;
    border-bottom: 1px solid #c5c5c5;
}

.sidebar-sublist a:hover {
    background: #f3f4f7;
}

.sidebar-sublist a.active {
    /* background:#f3f4f7; */
    color: #ff6a00;
    font-weight: 500;
}

.text-orange {
    color: #ff6a00;
}

.arrow-icon {
    transition: 0.3s;
}

.accordion-button {
    background: transparent;
    box-shadow: none !important;
    padding: 8px 15px;
    font-family: 'Poppins', sans-serif;
    color: #444;
    display: flex;
    align-items: center;
}

.accordion-button::after {
    display: none;
}

/* hover */
.accordion-button:hover {
    background-color: #f3f4f7;
    color: #ff6a00;
}

/* active (opened accordion) */
.accordion-button:not(.collapsed) {
    background-color: #f3f4f7 !important;
    color: #f3812c !important;
    border-left: 4px solid #ff6a00;
}

/* arrow rotate */
.arrow-icon {
    margin-left: auto;
    transition: 0.3s;
}

.accordion-button:not(.collapsed) .arrow-icon {
    transform: rotate(90deg);
}

.accordion-button:not(.collapsed) .arrow-icon {
    transform: rotate(90deg);
}

.live-banner {
    position: relative;
    width: 100%;
}

/* banner image */
.imgcsn {
    width: 100%;
    height: auto;
    display: block;
}

/* logo positioning */
.banner-logo {
    position: absolute;
    top: -25px;
    left: 80px;
    z-index: 10;
}

.banner-logo img {
    width: 220px;
}

.banner-logo {
    position: absolute;
    top: -25px;
    z-index: 99;
    left: calc((100% - 1140px)/2 + 20px);
}

.live-icon {
    width: 100px;
}

.live-text h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.live-text p {
    margin: 0;
    font-size: 16px;
}

.live-date {
    background: #fff;
    color: #f47a20;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
    margin-top: 6px;
}

.select-option-1-txt {
    color: #504d4d !important;
    font-size: 17px !important;
    margin-bottom: 0px !important;
    margin-top: 15px !important;
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif;
}

.edu-text {
    color: #504d4d !important;
    font-size: 11px !important;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px !important;
}

/* mobile */
@media(max-width:768px) {

    .live-banner {
        text-align: center;
    }

    .live-banner-content {
        flex-direction: column;
    }

    .live-icon {
        width: 70px;
    }

    .live-text h3 {
        font-size: 24px;
    }

    .sidebar-wrapper {
        padding: 0;
    }
}