* {
    padding: 0;
    margin: 0;
}

@import url(fontawesome.min.css);
a {
    color: #2B3089;
    text-decoration: none !important;
}

body {
    background: #f7f7fc;
    font: 400 15px/24px 'Inter', sans-serif;
    color: #000;
    overflow-x: hidden;
}

html[dir='rtl'] body {
    text-align: right;
    direction: rtl;
}

html[dir='ltr'] body {
    text-align: left;
    direction: ltr;
}

#navigation button,
.mobile-parent-nav-menu-item,
.main-menu-more {
    display: none;
}

a {
    color: #00a1e4;
    display: inline-block;
    text-decoration: none;
    transition: all 300ms ease-out 0s;
}

ul {
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
}

video {
    max-width: 100%;
    height: auto;
}

.white-text {
    color: #fff;
}

.white-bg {
    background-color: #fff;
}


/* Unified Section Styling */

.section-spacing {
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 15px;
}


/* Alternating Section Backgrounds */

.section-blue {
    background: linear-gradient(135deg, #dbeafe 0%, #e0f2fe 100%) !important;
}

.section-white {
    background-color: #ffffff !important;
}


/* Override for bg-2 - preserve original background image */

.bg-2.section-white {
    background-color: transparent !important;
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: scroll;
}

.black-bg {
    background-color: #292a2e;
}

.black-text {
    color: #000 !important;
}

.red-text {
    color: #fa0300 !important;
}

.blue-text {
    color: #5193CF;
}

.nblue-text {
    color: #2A318B;
}

.bg-nblue {
    background: #2A318B;
}

.light-text {
    font-weight: 300 !important;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.full-height {
    height: 100%
}

.small-icon {
    font-size: 50%;
}

.td-n {
    text-decoration: none;
}

.list-doted {
    list-style-type: disc;
}

.btn-primary {
    background: #2B3089;
    border-color: #2B3089;
}

.btn-primary:hover {
    color: #2B3089;
    background-color: #fff;
    border-color: #2B3089;
}

.btn-outline-primary {
    border-color: #2B3089;
    color: #2B3089;
}

.btn-outline-primary:hover {
    background-color: #2B3089;
    border-color: #2B3089;
}

.btn-secondary {
    background: #5193CF;
    border-color: #5193CF;
}

.btn-outline-gray {
    color: #171F4A;
    border-color: rgba(0, 0, 0, 0.15);
}

.btn-outline-gray:hover {
    color: #171F4A;
    border-color: rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 0, 0, 0.15);
}

.gray-bg {
    background: #F5F5F5;
}

.bg-2 {
    background: url(../images/bg2.jpg) no-repeat 0 0 #181f4b;
}

html[dir="rtl"] .dropdown-toggle:after {
    margin-right: .255em;
    margin-left: 0
}

#accordionExample .card-header {
    padding: 0;
}

#accordionExample .card {
    border: 0;
    margin-top: 5px;
}

#accordionExample .card>.card-header {
    margin-bottom: 0;
    border: 0;
}

.border-bottom-3 {
    border-bottom: 3px solid;
}

.border-nblue {
    border-color: #2A318B;
}

header {
    padding: 10px 0;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

header.scroll-active {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}


/* ========== SMOOTH SCROLL ========== */

html {
    scroll-behavior: smooth;
}


/* ========== PREVENT PARENT OVERFLOW FROM BLOCKING STICKY ========== */

body,
html {
    overflow-x: visible;
}

#logo {
    text-align: center;
}

#options button {
    border: 0;
    font: 400 16px/48px 'Rubik', sans-serif;
    padding: 0 5px;
}


/* ========== HEADER: Bootstrap Navbar layout ========== */

#sticky-header .navbar {
    padding: 0;
    min-height: 72px;
    align-items: center;
}

#sticky-header #logo {
    flex: 0 0 auto;
    padding: 0;
    margin-right: 16px;
}

html[dir="rtl"] #sticky-header #logo {
    margin-right: 0;
    margin-left: 16px;
}

#sticky-header .navbar-collapse {
    align-items: center;
}

#sticky-header .header-middle {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
}

#sticky-header .header-right {
    flex: 0 0 auto;
}


/* Hamburger toggler */

.header-toggler {
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    padding: 6px 10px;
    color: #374151;
    background: transparent;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
}

.header-toggler:hover,
.header-toggler:focus {
    border-color: #2563eb;
    color: #2563eb;
    outline: none;
    box-shadow: none;
}


/* RTL: push toggler before the collapse */

html[dir="rtl"] .header-toggler {
    margin-left: 0;
    margin-right: auto;
}


/* Mobile controls group (search + hamburger) */

.header-mobile-controls {
    gap: 6px;
}


/* Mobile search icon button */

.header-mobile-search-btn {
    background: none;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    padding: 6px 10px;
    color: #374151;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
}

.header-mobile-search-btn:hover,
.header-mobile-search-btn:focus {
    border-color: #2563eb;
    color: #2563eb;
    outline: none;
}


/* Mobile inline search form (hidden by default, spans full navbar width) */

.header-mobile-search-form {
    display: none;
    align-items: center;
    flex: 1;
    background: #f9fafb;
    border: 1.5px solid #d1d5db;
    border-radius: 50px;
    padding: 4px 8px 4px 18px;
    margin: 0 4px;
}

.header-mobile-search-form.mobile-search-open {
    display: flex;
}

.header-middle {
    font: 400 16px/18px 'Inter', sans-serif;
}

.header-middle>div {
    border: 1.5px solid #e5e7eb;
    border-radius: 50px;
    background: #f9fafb;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.header-middle>div.header-nav-wrap {
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Hide duplicate navbar since nav items are in the header */

#main-nav {
    display: none !important;
}


/* .header-middle>div:focus-within {
            border-color: #5193cf;
            box-shadow: 0 0 0 3px rgba(81, 147, 207, 0.12);
            background: #fff;
        } */

.header-middle input[type="search"] {
    background: transparent;
    font: 400 14px/18px 'Inter', sans-serif;
    height: 44px;
    border: 0;
    border-radius: 50px 0 0 50px;
    padding: 0 12px 0 20px;
    text-indent: 0;
    width: 100%;
    color: #374151;
    outline: none;
}

.header-middle input[type="search"]::placeholder {
    color: #9ca3af;
}

.header-middle input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

html[dir="rtl"] .header-middle input[type="search"] {
    border-radius: 0 50px 50px 0;
    padding: 0 20px 0 12px;
}

.header-search-btn {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #2563eb;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    cursor: pointer;
    margin: 0 4px;
    transition: background 0.2s, transform 0.15s;
}

.header-search-btn:hover {
    background: #1d4ed8;
    transform: scale(1.07);
}

.header-middle ul {
    margin: 0;
}

.header-middle ul:after {
    clear: both;
    content: "";
    display: table;
}

.header-middle ul li {
    float: left;
}

.header-middle ul li a {
    color: #000;
    font: 700 14px/18px 'Inter', sans-serif;
    padding: 13px 14px;
    text-decoration: none;
    white-space: nowrap;
}

.header-middle ul li a:hover {
    color: #2563eb;
}

.header-middle ul li ul li {
    float: none;
}


/* Nav links replacing search in header */

.header-nav-links {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2px;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-nav-links.header-nav-hidden {
    display: none !important;
}

.header-nav-links>li>a {
    display: block;
    color: #374151;
    font: 700 14px/1 'Inter', sans-serif;
    padding: 8px 14px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 8px;
    letter-spacing: 0.01em;
    transition: color 0.18s, background 0.18s;
    position: relative;
}

.header-nav-links>li>a:hover,
.header-nav-links>li>a.active {
    color: #1d4ed8;
    background: rgba(29, 78, 216, 0.07);
}


/* Active page underline indicator */

.header-nav-links>li>a.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 14px;
    right: 14px;
    height: 2px;
    background: #1d4ed8;
    border-radius: 2px;
}


/* Header search toggle icon */

.header-search-toggle-btn {
    background: none;
    border: none;
    padding: 8px 10px;
    color: #4b5563;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 6px;
    transition: color 0.2s, background 0.2s;
    display: flex;
    align-items: center;
}

.header-search-toggle-btn:hover {
    color: #2563eb;
    background: rgba(37, 99, 235, 0.06);
}


/* Inline search form */

.header-inline-search {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f9fafb;
    border: 1.5px solid #d1d5db;
    border-radius: 50px;
    padding: 4px 8px 4px 18px;
    box-shadow: none;
    outline: none;
    animation: headerSearchIn 0.18s ease-out;
}

.header-inline-search:focus-within {
    border-color: #d1d5db;
    box-shadow: none;
    outline: none;
}

@keyframes headerSearchIn {
    from {
        opacity: 0;
        transform: scaleX(0.95);
    }
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

.header-inline-search-icon {
    color: #9ca3af;
    font-size: 0.9rem;
    flex-shrink: 0;
    margin-right: 8px;
}

.header-inline-search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font: 400 14px/18px 'Inter', sans-serif;
    color: #111;
    min-width: 0;
}

.header-inline-search-input::placeholder {
    color: #9ca3af;
}

.header-inline-search-close {
    background: none;
    border: none;
    padding: 6px 8px;
    color: #9ca3af;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 50%;
    transition: color 0.2s, background 0.2s;
    flex-shrink: 0;
}

.header-inline-search-close:hover {
    color: #ef4444;
    background: rgba(239, 68, 68, 0.08);
}

.header-right {
    font: 700 16px/18px 'Inter', sans-serif;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-right>ul {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-right>ul:after {
    clear: both;
    content: "";
    display: table;
}

.header-right ul li {
    float: left;
    position: relative;
}

.header-right ul li ul li {
    float: none;
    padding-top: 0;
}

.header-right ul li+li {
    margin-left: 0;
}

.header-right ul li button {
    padding: 8px 20px;
    height: 40px;
    border-radius: 50px;
    font: 500 14px/1 'Inter', sans-serif;
}

.lang-toggle-btn {
    background: none;
    border: 1.5px solid #1a73e8;
    border-radius: 50px;
    color: #1a73e8;
    font: 600 13px/1 'Inter', sans-serif;
    padding: 6px 14px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.lang-toggle-btn:hover {
    background: #1a73e8;
    color: #fff;
}


/* ── Logged-in user nav ─────────────────── */

.header-user-nav {
    gap: 8px;
    flex-wrap: nowrap;
}

.header-user-btn {
    padding: 7px 16px;
    height: 38px;
    border-radius: 50px;
    font: 500 13px/1 'Inter', sans-serif;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}


/* Icon buttons (bell, cart) */

.header-icon-btn-wrap {
    position: relative;
}

.header-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #4b5563;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background 0.18s, color 0.18s;
}

.header-icon-btn:hover {
    background: rgba(29, 78, 216, 0.08);
    color: #1d4ed8;
}

.header-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #ef4444;
    color: #fff;
    font: 700 10px/1 'Inter', sans-serif;
    min-width: 16px;
    height: 16px;
    border-radius: 50px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Profile dropdown trigger */

.header-profile-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #111827;
    padding: 4px 6px;
    border-radius: 50px;
    transition: background 0.18s;
}

.header-profile-btn:hover {
    background: rgba(29, 78, 216, 0.06);
    color: #1d4ed8;
    text-decoration: none;
}

.header-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e5e7eb;
}

.header-avatar-placeholder {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 0.95rem;
}

.header-username {
    font: 600 13px/1 'Inter', sans-serif;
    color: #111827;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-chevron {
    font-size: 0.65rem;
    color: #6b7280;
}


/* Profile dropdown menu */

.header-profile-dropdown {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
    padding: 6px 0;
    min-width: 180px;
}

.header-profile-dropdown .dropdown-item {
    font: 500 13px/1 'Inter', sans-serif;
    padding: 9px 16px;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 0;
    transition: background 0.15s;
}

.header-profile-dropdown .dropdown-item:hover {
    background: rgba(29, 78, 216, 0.06);
    color: #1d4ed8;
}

.header-profile-dropdown .dropdown-item.text-danger:hover {
    background: rgba(239, 68, 68, 0.06);
    color: #dc2626 !important;
}


/* ========== HEADER: Mobile Responsive (< lg = 992px) ========== */

@media (max-width: 991.98px) {
    #sticky-header .navbar {
        min-height: 64px;
        flex-wrap: wrap;
    }
    /* Navbar collapse panel */
    #sticky-header #mainNavCollapse {
        width: 100%;
        background: #fff;
        border-top: 1px solid #e5e7eb;
        padding: 12px 0 16px;
        flex-direction: column;
        align-items: stretch;
    }
    /* Middle nav: full width */
    #sticky-header .header-middle {
        width: 100%;
        margin: 0 !important;
    }
    #sticky-header .header-middle .header-nav-wrap {
        width: 100%;
    }
    /* Fix nav-wrap so items start from left, not centered */
    .header-middle>div.header-nav-wrap {
        justify-content: flex-start;
    }
    /* Nav links: stack vertically, left-aligned */
    .header-nav-links {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 2px !important;
    }
    .header-nav-links>li {
        width: 100%;
    }
    .header-nav-links>li>a {
        width: 100%;
        border-radius: 8px;
        padding: 10px 14px;
        text-align: left;
    }
    html[dir="rtl"] .header-nav-links>li>a {
        text-align: right;
    }
    /* Hide the desktop search toggle li on mobile */
    .header-nav-links>li:last-child {
        display: none;
    }
    /* Hide cart from collapsed sections — it lives in the header bar on mobile */
    .header-nav-cart-item {
        display: none !important;
    }
    /* About Us dropdown in mobile */
    .header-nav-links .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        box-shadow: none;
        border: none;
        background: #f9fafb;
        border-radius: 8px;
        padding: 4px 0;
        margin: 2px 0 0 12px;
    }
    /* Inline search form (desktop): full width when open on collapse */
    .header-inline-search {
        width: 100%;
        margin-top: 8px;
    }
    /* Right side: full width */
    #sticky-header .header-right {
        width: 100%;
        border-top: 1px solid #f3f4f6;
        padding-top: 12px;
        margin-top: 4px;
        justify-content: flex-start;
    }
    /* User nav + guest view: allow wrapping on very small screens */
    .header-user-nav,
    .guest__view {
        flex-wrap: wrap !important;
        gap: 8px !important;
    }
}


/* ========== END HEADER mobile ========== */

.btn-xlg {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

.log-right>div,
.log-left>div {
    width: 540px;
    max-width: 100%;
    margin: 0 auto;
}

#login-content>div>div {
    min-height: calc(100vh - 130px);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    background: url(../images/logbg.jpg) no-repeat 0% 50% #fff;
    background-size: 50% 100%;
    position: relative;
    padding: 30px 0;
}

html[dir="rtl"] #login-content>div>div {
    flex-direction: row-reverse;
}

#login-content>div>div:before {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 50%;
    content: "";
    background: #fff;
}

.log-right {
    color: #484848;
    background: #fff;
}

.log-left {
    color: #fff;
}

h1 {
    font-size: 40px;
    font-weight: 600;
}

h2 {
    font-size: 36px;
    font-weight: 600;
}

h3 {
    font-size: 32px;
    font-weight: 600;
}

h4 {
    font-size: 28px;
    font-weight: 600;
}

h5 {
    font-size: 24px;
    font-weight: 400;
}

h6 {
    font-size: 20px;
    font-weight: 400;
}

p {
    font-size: 16px;
}

#login-content input[type="email"],
#login-content input[type="text"],
#login-content input[type="password"] {
    height: 64px;
    line-height: 46px;
    font-size: 20px;
    width: 100%;
    border-radius: 4px;
    text-indent: 15px;
    border: 1px solid #878B8F;
}

#login-content .form-control,
#login-content input.form-control {
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    border-color: #ced4da;
    text-indent: 0;
    color: #5c6064
}

#login-content .form-group img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

#login-content .with-icon input {
    text-indent: 34px;
}

#login-content .form-group {
    position: relative;
}

#login-content button[type="submit"],
#login-content input[type="submit"] {
    background: #2B3089;
    color: #fff;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    height: 64px;
    line-height: 64px;
    border: 1px solid #2B3089;
    padding: 0 20px;
}

#login-content button[type="submit"],
#login-content input[type="submit"]:hover {
    background: #fff;
    color: #2B3089;
}

#login-content p {
    margin: 0 0 10px;
}

.block {
    display: block;
    width: 100%;
}

#options ul li {
    font: 400 16px/24px 'Rubik', sans-serif;
    padding: 0 10px;
    cursor: pointer;
    margin: 0;
}

#options ul li .flagstrap-icon {
    margin-left: 10px;
}

#options ul li:hover {
    background: #ccc;
}

#options ul li:nth-child(1) {
    display: none;
    margin-left: 5px !important;
}

.blue-tex {
    color: #2B3089;
}

.otp-sec {
    width: 280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#login-content .otp-sec input {
    width: 46px;
    height: 46px;
}

.input-group-addon.fa-eye-slash svg.fa-eye-slash {
    display: block;
}

.input-group-addon.fa-eye svg.fa-eye {
    display: block;
}

.input-group-addon svg.fa-eye,
.input-group-addon.fa-eye svg.fa-eye-slash {
    display: none;
}

.input-group-addon svg.fa-eye-slash {
    display: block;
}

.input-group-addon {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translate(0, -50%);
}

html[dir="rtl"] .input-group-addon {
    position: absolute;
    right: auto;
    left: 9px;
}

label {
    font-size: 14px;
    color: #666;
}

.profile-pic {
    width: 120px;
    height: 120px;
    border-radius: 200px;
    display: block;
    position: relative;
    border: 3px solid #5193CF;
}

.profile-pic>a {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 44px;
    height: 44px;
    background: url(../images/profile-icon.png) no-repeat 50% 50%;
    background-size: cover;
}

.profile-pic img {
    width: 100%;
    height: auto;
    border-radius: 200px;
}

.profile-pic:hover {
    box-shadow: 0 0 4px #333;
}

label.full-box {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    margin-top: 15px;
    display: block;
}

.form-check label {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-top: 0;
}

.profile-on #options {
    display: block;
    float: right;
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 160px;
}

.header-right .nav-link {
    padding: 0;
}

.navbar-nav {
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.nav-bg {
    background: #56A7CF;
    color: #fff;
}

.nav-bg .nav-link {
    font: 500 16px/28px 'Inter', sans-serif;
    color: #fff;
}

.nav-bg {
    color: #fff;
}

.nav-bg svg {
    color: #fff;
}


/* ========== MODERN NAVIGATION DROPDOWNS ========== */

.nav-dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    min-width: 220px;
}

.nav-dropdown-menu .dropdown-item {
    padding: 10px 16px;
    transition: all 0.2s ease;
    color: #333;
    font-size: 14px;
}

.nav-dropdown-menu .dropdown-item:hover {
    background-color: #f0f5ff;
    color: #2B3089;
    padding-left: 20px;
}

.nav-dropdown-menu .dropdown-item i {
    margin-right: 8px;
    width: 16px;
    text-align: center;
    color: #5471B7;
}

.nav-dropdown-menu .dropdown-divider {
    margin: 4px 0;
    border-color: #e0e0e0;
}


/* Dropdown animations */

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav-dropdown-menu {
    animation: slideDown 0.2s ease-out;
}


/* Main nav link styling */

#main-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color 0.2s ease;
}

#main-nav .nav-link:hover {
    color: #e0e0e0 !important;
}

#main-nav .dropdown-toggle::after {
    display: none;
}

#main-nav .dropdown-toggle::before {
    content: ' \f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 6px;
    font-size: 12px;
}

#main-nav .dropdown-toggle[aria-expanded="true"]::before {
    content: ' \f077';
}

.profile-bg {
    background: url(../images/profile-bg.jpg) no-repeat 50% 0 #fff;
    padding: 100px 0 0;
}

#profile-left {
    width: 320px;
    background: #fff;
    border-radius: 6px 0 0 6px;
    float: left;
    border: 1px solid #E7E7E7;
    border-right: 0;
}

#profile-left ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#profile-left ul li a {
    font: 400 20px/24px 'Inter', sans-serif;
    padding: 15px;
    display: block;
    color: #23262F;
    background: #fff;
}

#profile-left ul li a:hover,
#profile-left ul li.active a {
    color: #5193CF;
    background: #E2F1FF;
}

#profile-left ul li+li {
    border-top: 1px solid #E7E7E7;
}

#profile-left ul li a img {
    float: left;
    margin: 0 10px 0 0;
    filter: brightness(50%);
}

html[dir="rtl"] #profile-left ul li a img {
    float: right;
    margin: 0 0 0 10px;
}

#profile-left ul li a:hover img,
#profile-left ul li.active img {
    filter: brightness(100%);
}

#profile-left ul li.zoom a {
    scale: 1.05;
}

#profile-left ul li.zoom {
    display: block;
    overflow: hidden;
}

#profile-right {
    width: calc(100% - 320px);
    background: #fff;
    border-radius: 0 6px 6px 6px;
    float: right;
    padding: 25px;
    box-shadow: 0 4px 5px #ccc;
}

.heading-1 {
    position: relative;
}

.heading-1 span {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.heading-1:after {
    content: "";
    border-bottom: 1px solid #E7E7E7;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.upload-sec {
    position: relative;
    margin: 0 150px 0 0;
}

.upload-sec input[type=file] {
    -webkit-appearance: none;
    appearance: none;
}

.upload-sec button {
    position: absolute;
    left: 0;
    top: 0;
}

.upload-sec button.more-right {
    right: -150px;
    left: auto;
}

footer {
    background: #23212D;
    padding: 40px 0 30px;
    font-family: 'Inter', sans-serif;
    color: #fff;
}

footer a {
    color: #fff;
}

footer h6 {
    border-bottom: 2px solid #fff;
    display: inline-block;
}

footer ul {
    padding: 5px 0 0;
}

footer ul li {
    padding-top: 6px;
    ;
}

.social-sec {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.social-sec a {
    font-size: 16px;
    display: inline-block;
    margin: 0 20px;
}

.social-sec2 {
    text-align: center;
}

.social-sec2 a {
    font-size: 18px;
    display: inline-block;
    margin: 0 20px;
    color: #fff;
}

#banner {
    position: relative;
    display: block;
    overflow: hidden;
}

#banner .banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#banner img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.btn-new {
    background: #fff;
    color: #5193CF;
    border-color: #5193CF;
}

.btn-new:hover {
    background-color: #5193CF;
    color: #fff;
}

#banner-inner {
    background: url(../images/banner-inner.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    padding-bottom: 50px;
    margin-bottom: -40px;
}

#banner-inner h1 {
    display: inline-block;
    border-bottom: 3px solid #5193CF;
}

.blue-sec {
    background: url(../images/s-bg1.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slider-sec1 {
    position: relative;
    padding-top: 15px;
}

.slider-sec1 .jcarousel {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
}

.slider-sec1 .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider-sec1 .jcarousel li {
    width: 400px;
    float: left;
    padding: 0 7px
}

html[dir='rtl'] .slider-sec1 .jcarousel li {
    float: right
}

.slider-sec1 .jcarousel li>div,
.boxes {
    padding: 10px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #D6D6D680;
}

.slider-sec1 .jcarousel li img,
.boxes img {
    border: 1px solid #B1B1B1;
    border-radius: 6px;
    width: 100%;
    height: auto;
}

.slider-sec1 .jcarousel-pagination {
    margin: 25px 0 0;
    width: 100%;
    text-align: center;
}

.slider-sec1 .jcarousel-pagination>a {
    width: 14px;
    height: 14px;
    border-radius: 16px;
    font-size: 0;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    margin: 0 3px;
}

.slider-sec1 .jcarousel-pagination>a:hover,
.bannerslider-pagination>a.active {
    background: rgba(255, 255, 255, 0.6);
}

.faculty-section {
    padding: 50px 15px;
}

.faculty-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}


/* =========================================
   WHY CHOOSE MEWB — Stats Section
   ========================================= */

.stats-section {
    padding: 70px 0;
}

.stats-heading {
    text-align: center;
    margin-bottom: 50px;
}

.stats-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0c4a6e;
    margin-bottom: 12px;
}

.stats-subtitle {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.stat-card {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 20px;
    padding: 32px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(59, 130, 246, 0.12);
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(37, 99, 235, 0.15);
}

.stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.stat-icon i {
    font-size: 2.6rem;
    line-height: 1;
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1e40af;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.stat-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* =========================================
   Faculty Section Title (existing)
   ========================================= */

.faculty-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0c4a6e;
    margin: 0;
    position: relative;
    padding-bottom: 20px;
}

.faculty-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 2px;
}

.faculty-carousel {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 10px 0;
}


/* Wrapping grid for dedicated /faculty page (no horizontal scroll) */

.faculty-page-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    padding: 10px 0;
}

.faculty-page-grid .faculty-card {
    min-width: 0;
}

@media (max-width: 1199px) {
    .faculty-page-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .faculty-page-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .faculty-page-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

.faculty-carousel::-webkit-scrollbar {
    display: none;
}

.faculty-carousel .faculty-card {
    flex: 0 0 calc(20% - 24px);
    min-width: 200px;
}

.faculty-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.faculty-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.faculty-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3/4;
}

.faculty-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.faculty-card:hover .faculty-image img {
    transform: scale(1.05);
}

.faculty-details {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.faculty-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.4;
}

.faculty-details a {
    margin-top: auto;
}

html[dir='rtl'] .slider-sec2 .bannerslider li {
    float: right
}

.slider-sec3 {
    position: relative;
    padding-top: 15px;
}

.slider-sec3>div {
    position: relative;
}

.slider-sec3 .jcarousel {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
}

.slider-sec3 .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider-sec3 .jcarousel li {
    width: 400px;
    float: left;
}

.slider-sec3 .jcarousel li>div {
    padding: 0 10px;
    text-align: center;
}

.slider-sec3 .jcarousel li img {}

.slider-sec3 .jcarousel-control-prev,
.slider-sec3 .jcarousel-control-next {
    font-size: 20px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 34px;
    text-align: center;
    color: #000;
    border: 2px solid #000;
}

.slider-sec3 .jcarousel-control-prev:hover,
.slider-sec3 .jcarousel-control-next:hover {
    background: #000;
    color: #fff;
    border: 3px solid #000;
}

.slider-sec3 .jcarousel-control-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
}

.slider-sec3 .jcarousel-control-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
}

html[dir='rtl'] .slider-sec3 .jcarousel li {
    float: right
}


/* ====== Advertisement Section ====== */

.advertisement-section {
    padding: 50px 15px;
}

.advertisement-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.advertisement-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0c4a6e;
    margin: 0;
    position: relative;
    padding-bottom: 20px;
}

.advertisement-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 2px;
}

.faq-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0c4a6e;
    margin: 0;
    position: relative;
    padding-bottom: 20px;
}

.faq-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 2px;
}

.speaker-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e0f2fe;
    margin: 0;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}

.speaker-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #93c5fd 0%, #60a5fa 100%);
    border-radius: 2px;
}

.speaker-header {
    margin-bottom: 40px;
}

.advertisement-carousel {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 10px 0;
}

.advertisement-carousel::-webkit-scrollbar {
    display: none;
}

.advertisement-carousel .advertisement-card {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 300px;
}

.advertisement-card {
    background: #f9fafb;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7eb;
}

.advertisement-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    border-color: #2B3089;
}

.advertisement-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4/3;
}

.advertisement-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: transform 0.3s ease;
}

.advertisement-card:hover .advertisement-image img {
    transform: scale(1.05);
}

.advertisement-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.advertisement-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
    line-height: 1.4;
}

.advertisement-description {
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 16px;
    line-height: 1.5;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.advertisement-description.expanded {
    -webkit-line-clamp: unset;
    display: block;
}

.advertisement-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.read-more-btn {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background: #e5e7eb;
    border-color: #9ca3af;
    color: #1f2937;
}

.btn-sm {
    padding: 8px 12px;
    font-size: 0.85rem;
}

.slider-sec4 .jcarouselnew-control-prev:hover,
.slider-sec4 .jcarouselnew-control-next:hover {
    background: #000;
    color: #fff;
    border: 3px solid #000;
}

.slider-sec4 .jcarouselnew-control-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
}

.slider-sec4 .jcarouselnew-control-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
}

html[dir='rtl'] .slider-sec4 .jcarouselnew li {
    float: right
}

.button-sec {
    text-align: center;
    clear: both;
    position: relative;
}

html[dir='rtl'] .form-check-inline .form-check-input {
    margin-right: 0;
    margin-left: .3125rem;
}

html[dir='rtl'] .form-check-input {
    margin-right: -1.25rem;
    margin-left: 0;
}

html[dir='rtl'] .form-check {
    padding-right: 1.25rem;
    padding-left: 0;
}

.about-sec>li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0 0;
    color: #484848;
}

.about-sec>li:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.about-sec>li>div {
    width: 48%;
}

.about-sec h2 {
    display: inline-block;
    border-bottom: 3px solid #58A7CE;
    margin-bottom: 20px;
    color: #2B3089;
}

.items {
    border: 1px solid #5193CF;
    text-align: center;
    margin-bottom: 15px;
    background: #fff;
}

.items img {
    width: 100%;
}

.items .h5 {
    background: #5193CF;
    color: #fff;
    margin-bottom: 0;
    min-height: 70px;
}

.items .heading-after {
    background: #87BEF0;
}

.social li {
    display: inline-block;
}

.social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 22px;
    border-radius: 50px;
    text-align: center;
}

.social li a.link1 {
    color: #0025A7;
}

.profile-info img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    float: left;
    border: 2px solid #5193CF;
    margin-right: 15px;
}

.profile-info:hover img {
    box-shadow: 0 0 3px #5193CF;
}

html[dir='rtl'] .profile-info img {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

.tab-list {
    display: flex;
    justify-content: end;
}

.tab-list li a {
    background: #D8ECFF;
    color: #5193CF;
    border-radius: 8px 8px 0 0;
    font-size: 20px;
    padding: 15px 50px;
}

.tab-list li a:hover,
.tab-list li a.active {
    background: #5193CF;
    color: #fff;
}

.tab-pane {
    padding: 10px;
}

.tab-holder {
    position: absolute;
    left: 20px;
    bottom: 100%;
}

.tab-list2 {
    display: flex;
    justify-content: start;
}

.tab-list2 li a {
    background: none;
    color: #fff;
    border-radius: 8px 8px 0 0;
    font-size: 20px;
    padding: 15px 50px;
}

.tab-list2 li a:hover,
.tab-list2 li a.active {
    background: #5193CF;
    color: #fff;
}

.tab-pane2 {
    padding: 10px;
}

.button-sec-right .jcarousel-control-prev,
.button-sec-right .jcarousel-control-next {
    font-size: 20px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 34px;
    text-align: center;
    color: #000;
    border: 2px solid #000;
    margin: 0 5px;
}

.button-sec-right .jcarousel-control-prev:hover,
.button-sec-right .jcarousel-control-next:hover {
    background: #000;
    color: #fff;
    border: 3px solid #000;
    margin: 0 5px;
}

html[dir='rtl'] .button-sec-right .jcarousel li {
    float: right
}

.button-sec-right {
    text-align: right;
}

html[dir='rtl'] .button-sec-right {
    text-align: left;
}

.mobile-view .slider-sec1 {
    padding-top: 5px;
}

html[dir='rtl'] #calendar .alert {
    left: auto;
    right: 2px;
}

#calendar .alert {
    padding: 2px;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    left: 2px;
    bottom: 2px;
    box-sizing: border-box;
    width: calc(100% - 4px);
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: left;
}

html[dir='rtl'] .fc-ltr .fc-basic-view .fc-day-number {
    text-align: right;
}

#calendar .alert.two-day {
    width: calc(200% - 2px);
    z-index: 1;
}

#calendar .alert.three-day {
    width: calc(300% - 2px);
    z-index: 1;
}

#calendar .alert.fore-day {
    width: calc(400% - 2px);
    z-index: 1;
}

#calendar .fc-basic-view td.fc-week-number span,
#calendar .fc-basic-view td.fc-day-number {
    color: #969696;
    font-size: 20px;
    padding: 5px;
}

#calendar .fc-widget-content.fc-thu.fc-today {
    box-shadow: -1px -1px 1px #969696;
    background: #fcf8e3;
}

#calendar .fc-day {
    position: relative;
    background: #fff;
    box-shadow: 0 0 1px #969696;
}

#calendar .fc-day-header {
    padding: 5px !important;
    color: #969696;
}

.calendar-left {
    border: 1px solid #5193CF;
    float: left;
    border-radius: 6px;
    margin-bottom: 15px;
}

.calendar-left>ul>li a.dropdown-toggle {
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
}

.calendar-left>ul>li {
    float: left;
}

.calendar-left>ul>li+li {
    border-left: 1px solid #A9A9A9;
}

.calendar-right {
    border: 1px solid #5193CF;
    float: right;
    border-radius: 6px;
    margin-bottom: 15px;
}

.calendar-right ul li {
    float: left;
    line-height: 48px;
    padding: 0 15px;
    color: #5193CF;
}

.calendar-right form {
    padding: 15px 0;
}

.blue-box {
    text-align: center;
}

.blue-box * {
    margin: 0;
}

.blue-box .box-headning {
    background: #5471B7;
    color: #fff;
    border-radius: 4px 4px 0 0;
    padding: 10px 0;
}

.blue-box .box-headning h6 {
    padding-bottom: 5px;
}

.blue-box .box-contect {
    border-bottom: 1px solid #B1B1B1;
    border-left: 1px solid #B1B1B1;
    border-right: 1px solid #B1B1B1;
    background: #fff;
}

.blue-box .box-contect ul {
    padding: 0 10px;
}

.blue-box .box-contect ul li:after {
    content: "";
    display: table;
    clear: both;
}

.blue-box .box-contect ul li {
    padding: 10px 0;
}

.blue-box .box-contect ul li+li {
    border-top: 1px solid #E3DDDD;
}

.blue-box .box-contect ul li>div {
    width: 26%;
    float: left;
    padding-right: 4%;
    text-align: left;
}

.blue-box .box-contect ul li>div+div {
    width: 70%;
    float: right;
    padding-right: 0;
}

.blue-box .box-footer {
    background: #EEEEEE;
    border-radius: 0 0 4px 4px;
    padding: 15px 0 20px;
}

.blue-box .box-footer .d-flex {
    align-items: center;
}

.blue-box .box-footer .d-flex>div {
    padding: 0 5px;
}

.blue-box .box-footer h5 {
    color: #2B3089;
}

.blue-box .box-footer h6 {
    color: #BEBEBF;
    text-decoration: line-through;
}

.blue-contact {
    background: url(../images/bg3.jpg) no-repeat 0 100% #002046;
    color: #fff;
    border-radius: 6px;
    padding: 15px 5px;
    border-radius: 8px;
}

.contact-info {
    margin: 0;
    padding: 20px;
}

.contact-info li {
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
}

.contact-info li svg {
    float: left;
    margin-right: 10px;
    font-size: 20px;
    line-height: 20px;
}

html[dir='rtl'] .contact-info li svg {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

html[dir='rtl'] .fc-row table {
    direction: rtl;
}

.left-sec {
    border: 1px solid #BBBBBB;
    border-radius: 8px;
    margin-bottom: 20px;
}

.left-sec h6 {
    font-weight: 700;
}

.left-sec ul li p {
    color: #5471B7;
    font-weight: 600;
    margin: 0 0 5px;
}

.left-sec ul li a {
    display: block;
}

.left-sec .left-menu>li {
    border-bottom: 1px solid #ABAAAA;
    position: relative;
    margin: 6px 0;
    padding: 5px 0;
}

.left-sec .left-menu>li a {
    display: block;
    font-size: 14px;
    color: #242A31;
    line-height: 20px;
    padding: 8px;
}

.left-sec .left-menu>li a:hover {
    background: #193659;
    color: #fff;
    border-radius: 3px;
}

.left-sec .left-menu>li p:after {
    float: right;
    margin-top: 9px;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

html[dir='rtl'] .left-sec .left-menu>li p:after {
    float: left;
}

.left-sec2 {
    border-radius: 8px;
    background: #BEE1F2;
    padding: 1px;
    margin-bottom: 20px;
}

.left-sec2 ul {
    margin: 0;
}

.left-sec2 ul li input[type="checkbox"] {
    display: none;
}

.left-sec2 ul li label {
    font-size: 18px;
    font-weight: 500;
    color: #363636;
    display: block;
    padding-left: 30px;
    position: relative;
    background: url(../images/check1.svg) no-repeat 2px 2px;
    background-size: 20px;
}

.left-sec2 ul li input:checked+label {
    background: url(../images/check2.svg) no-repeat 2px 2px;
}

.left-sec2 ul li label span {
    background: url(../images/arrow.svg) no-repeat 0 50%;
    font-size: 14px;
    display: block;
    clear: both;
    padding: 0 0 0 25px;
    color: #404040;
}

html[dir='rtl'] .left-sec2 ul li label {
    padding-left: 0;
    padding-right: 30px;
    background: url(../images/check1.svg) no-repeat 100% 2px;
}

html[dir='rtl'] .left-sec2 ul li input:checked+label {
    background: url(../images/check2.svg) no-repeat 100% 2px;
}

html[dir='rtl'] .left-sec2 ul li label span {
    background: url(../images/arrow.svg) no-repeat 100% 50%;
    padding: 0 25px 0 0;
}

html[dir='rtl'] .left-sec2 ul ul li.lock {
    background: url(../images/lock.svg) no-repeat 0 10px;
}

.left-sec2.mylearning-course ul li p {
    color: #333
}

.left-sec2 ul li p {
    color: #5471B7;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0 10px 10px;
}

.left-sec2 ul li a {
    display: block;
    margin: 0 0 0 30px;
}

.left-sec2 ul li ul {
    background: #fff;
    padding: 9px 5px 9px 15px;
    display: none;
}

.left-sec2 ul li.active ul {
    display: block;
}

.left-sec2 ul ul li {
    padding: 5px 0;
    margin: 0;
}

.left-sec2 ul ul li+li {
    border-top: 0
}

.left-sec2 ul>li {
    position: relative;
    padding: 10px 0 0;
}

.left-sec2 ul>li+li {
    border-top: 1px solid #84b5cd;
}

.left-sec2 ul>li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 3px;
}

.left-sec2 .menuarrow:after {
    float: right;
    margin-right: 10px;
    width: 18px;
    height: 12px;
    display: inline-block;
    content: "";
    background: url(../images/up-down.svg) no-repeat 0 0;
    margin-top: 10px
}

html[dir='rtl'] .left-sec2 .menuarrow:after {
    float: left;
    margin-left: 10px;
    margin-right: 0;
}

html[dir='rtl'] .left-sec2 ul li ul {
    padding: 9px 15px 9px 5px;
}

.left-sec2 ul li.active .menuarrow:after,
.left-sec2 .menuarrow.active:after {
    transform: rotate(180deg);
}

.left-sec2 ul ul li.lock {
    background: url(../images/lock.svg) no-repeat 100% 10px;
}

.left-sec2 ul ul li.date {
    background: url(../images/date.png) no-repeat 100% 10px;
}

html[dir='rtl'] .left-sec2 ul ul li.date {
    background-position: 0 10px;
}

.left-sec2 .menuarrow {
    position: absolute;
    right: 0;
    top: 10px;
    left: 0;
    height: 30px;
    cursor: pointer;
}

.banner-right {
    background: url(../images/banner-inner.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    padding: 50px 20px;
    border-radius: 10px;
}

.right-sec {
    padding-left: 0;
}

.top-banner {
    color: #fff;
    background: url(../images/banner.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.top-banner2 {
    color: #fff;
    background: url(../images/banner-f.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.table-sm th {
    font-weight: 400;
    color: #2B3089;
}

.menuarrow {
    position: absolute;
    right: 0;
    top: 5px;
    left: 0;
    height: 30px;
    cursor: pointer;
}

#my-slider {
    border-radius: 6px;
}

#my-slider .carousel-item {
    padding-left: 15%;
    padding-right: 15%;
}

#my-slider .carousel-control-prev span,
#my-slider .carousel-control-next span {
    filter: brightness(0%);
}

table {
    line-height: 20px;
}

.imagebox {
    text-align: left;
}

html[dir='rtl'] .imagebox {
    text-align: right;
}

.cart-box {
    position: relative;
    background: #fff;
    padding: 8px;
    max-width: 340px;
    margin: 0 auto;
}

.cart-box .img-sec {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    border: 1px solid #fff;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    display: block
}

.cart-box .img-sec img {
    width: 100%;
}

.cart-box .img-sec p {
    background: #38673e;
    color: #fff;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 8px;
    margin: 0;
}

.table-payment {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}

.table-payment tr:first-child th,
.table-payment tr:first-child td {
    border-top: 0;
}

.table-payment tr:last-child th,
.table-payment tr:last-child td {
    border-top: 1px dashed #D1D5DB;
}

.table-payment th,
.table-payment td {
    border-top: 1px solid #dee2e6;
    padding: 8px;
    vertical-align: top;
}

.table-payment td {
    text-align: right;
    font-weight: 400;
}

.form-check input+label {
    width: 100%;
    display: block;
}

.form-check input+label .payment-options {
    display: none;
    background-color: #F5F5F5;
    border-radius: 6px;
    width: 100%;
    padding: 6px;
}

.form-check input:checked+label .payment-options {
    display: block;
}

.payment-options.card-op {
    background-image: url(../images/payment.png);
    background-position: calc(100% - 10px) 10px;
    background-repeat: no-repeat;
    padding-top: 25px !important;
}

html[dir='rtl'] .payment-options.card-op {
    background-position: 10px 10px;
}

.custom-file-input input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.active .notice-box {
    display: block;
}

.notice-box {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #F1F1F1;
    border-radius: 6px;
    margin-top: 8px;
    width: 400px;
    padding: 0 0 10px;
    z-index: 9;
    color: #B9B9B9;
    box-shadow: 0 3px 5px #999;
}

html[dir='rtl'] .notice-box {
    right: auto;
    left: 0;
}

html[dir='rtl'] .notice-box ul li {
    padding-right: 56px;
    padding-left: 0;
    background-position: 100% 50%;
}

html[dir='rtl'] .notice-box ul li:before,
html[dir='rtl'] .notice-box ul li:before {
    left: 10px;
    right: auto;
}

.notice-box:before {
    position: absolute;
    display: inline-block;
    right: 15px;
    bottom: 100%;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-bottom: .5em solid #F1F1F1;
    border-right: .5em solid transparent;
    border-top: 0;
    border-left: .5em solid transparent;
}

html[dir='rtl'] .notice-box:before {
    left: 15px;
    right: auto;
}

.notice-box ul {
    float: none;
    width: 100%;
}

.notice-box ul li {
    padding: 3px 0;
    padding-left: 56px;
    float: none;
    margin: 0 10px;
    background-image: url(../images/img-29.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.notice-box ul li+li {
    margin: 12px 10px 0;
}

.notice-box h6 {
    margin: 0;
}

.notice-box p {
    margin: 6px 0 0;
    font-weight: 400;
}

.notice-box ul li.active,
.notice-box ul li:hover {
    color: #2A318B;
    background-image: url(../images/img-28.png);
}

.notice-box ul li.active:before,
.notice-box ul li:hover:before {
    position: absolute;
    right: 10px;
    background: url(../images/copy.png) no-repeat 0 0 #F1F1F1;
    content: "";
    top: 5px;
    width: 15px;
    height: 20px;
}

.notice-box ul li h6 {
    font-size: 18px;
}

.notice-box>p a {
    background: none !important;
    margin: 5px 15px;
}

html[dir='rtl'] .custom-file-label {
    text-align: left;
}

.white-optionbox {
    padding: 15px;
    background: #fff;
    border-radius: 4px;
}

.right-info-hold {
    position: relative;
    padding-right: 60px;
}

.right-info-hold .right-info {
    position: absolute;
    right: 0;
    top: -15px;
    bottom: -15px;
    width: 40px;
    padding: 5px 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.297) 100%);
}

html[dir='rtl'] .right-info-hold .right-info {
    right: auto;
    left: 0;
}

.right-info-hold .right-info:hover {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(10, 192, 255, 0.29733891847754723) 100%);
}

html[dir='rtl'] .right-info-hold .right-info:hover {
    background: rgb(10, 192, 255);
    background: linear-gradient(90deg, rgba(10, 192, 255, 0.29733891847754723) 0%, rgba(255, 255, 255, 0) 100%);
}

.modal-content .close {
    text-align: right;
    padding: 0 5px;
}

html[dir='rtl'] .modal-content .close {
    text-align: left;
}

.right-info-hold .btn-outline-dark {
    border: 0;
}

.right-info-hold .progress {
    height: 6px;
}

.progress-bar {
    background: #2B3089;
}

.btn-green {
    border: 0;
    color: #4BB78A;
}

.btn-green img {
    width: 30px;
    border: 2px solid #4BB78A;
    border-radius: 100px;
    margin: -5px 0 -5px -5px;
    padding: 5px;
    height: 30px;
}

.btn-green:hover img {
    color: #000;
    border-color: #000;
    filter: brightness(0%);
}

.view-one {
    max-width: 830px;
    margin: 0 auto;
}

.pagination-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #484848;
    font-size: 15px;
    line-height: 24px;
    width: 800px;
    max-width: 100%;
    margin: 20px auto 30px;
    padding-top: 20px;
}

.pagination-sec>div:nth-child(2) {
    color: #2B3089;
}

.pagination-sec a {
    color: #484848;
}

.pagination-sec a:hover {
    color: #2B3089;
}

.view-two {
    border: 30px solid #313639;
    border-top-width: 40px;
    position: relative;
    background: #fff;
    padding: 30px 15px;
}

.view-two:before {
    position: absolute;
    content: "";
    width: 140px;
    height: 18px;
    background: url(../images/zoom.png) no-repeat 50% 50%;
    left: 50%;
    top: -28px;
    transform: translate(-50%, 0);
}

.view-two>.title {
    position: absolute;
    left: -20px;
    top: -30px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.view-two>.title svg {
    margin-right: 5px;
}

html[dir='rtl'] .view-two>.title {
    left: auto;
    right: -20px;
}

html[dir='rtl'] .view-two>.title svg {
    margin-left: 5px;
    margin-right: auto;
}

.view-three {
    max-width: 830px;
    margin: 15px auto;
}

.star-opt {
    position: relative;
    width: 200px;
    font-size: 26px;
}

.star-opt>div {
    float: left;
    color: #F89521;
}

html[dir='rtl'] .star-opt>div {
    float: right;
}

.comment-sec {
    width: 600px;
    max-width: 100%;
}

.profile-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0 30px;
}

.profile-box img {
    margin-right: 10px;
    width: 70px;
    border-radius: 100px;
}

.border-dis {
    border: 2px solid #979797;
    border-radius: 4px;
}

.logo-sec {
    background: #D9F2FF;
    padding: 15px 2%;
}


/* .bg-banner{ background: url(../images/banner.jpg) no-repeat 50% 50%; padding: 30px; color: #fff;} */

.dates {
    background: url(../images/date.png) no-repeat 100% 9px;
}

.info-table {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

.info-table>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    padding: 14px 0 0;
}

.info-table>div:last-child {
    text-align: center;
    display: block;
    padding-top: 60px;
}

.rating {
    display: inline-block;
    position: relative;
    height: 34px;
    line-height: 34px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    font-size: 34px;
    margin: 0;
}

html[dir='rtl'] .rating label {
    left: auto;
    right: 0;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
}

.rating label:last-child .icon {
    color: #666;
}

.rating:not(:hover) label input:checked~.icon,
.rating:hover label:hover input~.icon {
    color: #F89521;
}

.rating label input:focus:not(:checked)~.icon:last-child {
    color: #666;
    text-shadow: 0 0 5px #09f;
}

.notice-sec {
    margin: 40px 0 0;
}

.notice-sec ul li {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 0;
    padding-left: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 54px;
    position: relative;
}

.notice-sec ul li img {
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1198px) {
    .header-middle .search-sec {
        width: 45%;
    }
    .header-right ul li+li {
        margin-left: 3px;
    }
    .header-right ul li button {
        /* padding: 10px 13px; */
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 6px;
        padding-right: 6px;
    }
    .calendar-right ul li {
        padding: 0 5px;
    }
    .imagebox,
    html[dir='rtl'] .imagebox {
        text-align: center;
    }
    .imagebox img,
    html[dir='rtl'] .imagebox img {
        display: block;
        margin: 0 auto 5px;
    }
}

@media only screen and (max-width: 990px) {
    .header-middle ul li a {
        padding: 15px 10px;
    }
    .header-middle,
    .header-right {
        padding-top: 10px;
    }
    .header-right {
        font: 700 14px/18px 'Inter', sans-serif;
    }
    .header-right>ul {
        margin: 0 -15px;
    }
    .header-right ul li button {
        /* padding: 10px 6px; */
    }
    #profile-left {
        width: 240px;
    }
    #profile-right {
        width: calc(100% - 240px);
        padding: 25px 15px;
    }
    #profile-left ul li a {
        font: 400 16px/20px 'Inter', sans-serif;
    }
    .nav-bg .nav-link {
        border-top: 1px solid #559EC1;
    }
    .slider-sec3 .jcarousel-control-prev,
    .slider-sec3 .jcarousel-control-next,
    .slider-sec4 .jcarouselnew-control-prev,
    .slider-sec4 .jcarouselnew-control-next {
        position: relative;
        left: auto;
        top: auto;
        transform: translate(0, 0);
        display: inline-block;
        margin: 5px;
    }
    .slider-sec3,
    .slider-sec4 {
        text-align: center;
    }
    .tab-list li a {
        padding: 10px 30px;
    }
    .calendar-right {
        float: left;
    }
    #my-slider .carousel-item {
        padding-left: 10%;
        padding-right: 10%;
    }
    .cart-box {
        margin: 15px auto 0;
        width: 320px;
        max-width: 100%;
    }
    .cart-box .img-sec {
        position: relative;
        bottom: auto;
        margin: 0 0 8px;
    }
    .cart-box .img-sec img {
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width: 1200px) {
    header {
        padding: 10px 0;
    }
    #options {
        position: relative;
    }
    #login-content>div>div {
        padding: 0;
        background-size: cover;
    }
    .log-left,
    .log-right {
        padding: 30px 40px;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    h5 {
        font-size: 22px;
    }
    h6 {
        font-size: 18px;
    }
    #login-content>div>div:before {
        background: none;
    }
    .header-right>ul {
        float: none;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .profile-on #options {
        display: block;
        float: none;
        position: relative;
        right: auto;
        bottom: auto;
    }
    #profile-left,
    #profile-right {
        width: auto;
        float: none;
    }
    #profile-left {
        border-radius: 6px;
        border: 1px solid #E7E7E7;
        display: block;
        overflow: hidden;
    }
    #profile-right {
        box-shadow: 0 1px 5px #ccc;
        border-radius: 6px;
        margin-top: 30px;
    }
    .about-sec>li {
        display: block;
        margin: 40px 0 0;
    }
    .about-sec>li>div {
        width: 100%;
        float: none;
    }
    .tab-list li {
        margin: 0 0 3px;
    }
    .tab-list li a {
        padding: 10px 20px;
        font-size: 16px;
    }
    .mobile-view {
        padding: 0 15px !important;
    }
    .calendar-left>ul>li a.dropdown-toggle {
        padding: 0 10px;
    }
    .right-sec {
        padding-left: 15px;
        margin-top: 15px;
    }
    #my-slider .carousel-item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .notice-box {
        left: 0;
        right: auto;
        max-width: 90vw;
    }
    .notice-box:before {
        left: 15px;
        right: auto;
    }
    html[dir='rtl'] .notice-box {
        left: auto;
        right: 0;
    }
    html[dir='rtl'] .notice-box:before {
        right: 15px;
        left: auto;
    }
    html[dir='rtl'] .header-right ul li+li {
        margin-left: 0;
        margin-right: 3px;
    }
    .right-info-hold {
        padding-top: 4px;
    }
    .right-info-hold {
        padding-right: 40px;
    }
    .right-info-hold .right-info {
        width: 40px;
    }
    .tab-list2 li a {
        padding: 15px 20px;
    }
    .view-two {
        border: 20px solid #313639;
        border-top-width: 40px;
    }
    .view-two>.title {
        left: -10px;
    }
    html[dir='rtl'] .view-two>.title {
        left: auto;
        right: -10px;
    }
    .view-two:before {
        position: absolute;
        content: "";
        width: 140px;
        height: 18px;
        background: url(../images/zoom.png) no-repeat 50% 50%;
        left: 50%;
        top: -28px;
        transform: translate(-50%, 0);
        right: 0;
    }
    .view-two:before {
        left: auto;
        right: 0;
        top: -28px;
        transform: translate(0, 0);
    }
    html[dir='rtl'] .view-two:before {
        left: 0;
        right: auto;
        top: -28px;
        transform: translate(0, 0);
    }
    .guest__view {
        width: auto;
        max-width: none;
    }
}

@media only screen and (max-width: 450px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    .log-left,
    .log-right {
        padding: 30px 0;
    }
    .log-right>div,
    .log-left>div {
        padding: 0 15px;
    }
    .upload-sec {
        margin: 0 120px 0 0;
    }
    .upload-sec button.more-right {
        right: -120px;
    }
    #banner img {
        width: 200%;
        max-width: 200%;
        margin: 0 -50%;
    }
    .slider-sec1 .jcarousel li {
        padding: 0;
    }
    .slider-sec4 .jcarouselnew li>div {
        padding: 0;
    }
    .accordion svg {
        display: none !important
    }
    .upload-sec {
        margin: 0;
    }
    .upload-sec button.more-right {
        right: auto;
        left: auto;
        margin: 15px 0 0;
        position: relative;
    }
    .tab-list {
        display: block;
    }
    .tab-list li a {
        display: block;
    }
    .items {
        width: 260px;
        margin: 0 auto;
    }
    .calendar-left>ul>li {
        width: 50%;
    }
    .calendar-left>ul>li+li+li {
        border-top: 1px solid #A9A9A9;
    }
    .calendar-left>ul>li:nth-child(2n+1) {
        border-left: 0;
    }
    #my-slider .carousel-item {
        padding-left: 0;
        padding-right: 0;
    }
    .header-right ul {
        position: relative;
    }
    .tab-list2 li a {
        padding: 10px;
        font-size: 18px;
    }
    .admin-button-guest {
        display: none;
    }
    .guest__view {
        width: auto !important;
    }
}

@media only screen and (max-width: 420px) {
    .header-right {
        padding-top: 5px;
    }
    .header-right ul li {
        padding-top: 5px;
    }
}

.filterData {
    cursor: pointer;
}

.price__slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.price__slider .progress {
    height: 100%;
    left: 5%;
    right: 80%;
    position: absolute;
    border-radius: 5px;
    background: #17A2B8;
}

.price__range-input {
    position: relative;
}

.price__range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.learning__list__image {
    width: 340px !important;
    height: 240px !important;
}

.learning__image__show {
    max-height: 240px;
}

.faculty__photo__image {
    height: 250px;
}

.faculty__image_size {
    width: 225px;
    height: 224px;
}

.mada_img {
    width: 80px;
    height: 40px
}

.number__field {
    -webkit-appearance: none;
    margin: 0;
    /* Firefox */
    -moz-appearance: textfield;
}

.payment__header {
    font-size: 2rem;
}

.claim__button {
    width: 280px;
}

.bundle__success__img {
    width: 200px;
    height: 100px;
}

.bundle__success__container {
    width: 60%;
    min-width: 350px;
}

.grid__type__2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
    gap: 5px 10px;
}

.grid__3__columns {
    display: grid;
    grid-template-columns: 1fr 1fr 120px;
    gap: 5px 10px;
    grid-template-areas: "a b c";
}

.grid-A {
    grid-area: a;
}

.grid-B {
    grid-area: b;
}

.grid-C {
    grid-area: c;
}

.grid__3__columns img {
    width: 100%;
    height: 100%;
    /* max-height: 115px; */
}

@media only screen and (max-width: 420px) {
    .grid__3__columns {
        grid-template-areas: "a a a a" "b b b c";
    }
    .grid__3__columns img {
        max-height: 150px;
    }
}

.checkout_btn {
    width: 200px;
    padding: 5px 20px;
}

.my__certificate__img {
    max-height: 200px;
    width: auto;
    height: auto;
}

.learning__img__container img {
    width: 100%;
    max-width: 200px;
    height: auto;
    max-height: 200px;
}

.bg-progress {
    background-color: #F2994A;
}

.text-completed {
    color: #4BB78A;
}

.text-expired {
    color: #D02F44;
}

.learning_activity__status_div {
    text-align: left;
    width: 200px;
}

.px-50 {
    padding-inline: 50px;
}

.pe-none {
    pointer-events: none;
}

.grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 200px);
    grid-gap: 10px;
}

.grid .grid__partner__img {
    width: 300px;
    height: 200px;
}

.saled__price {
    font-size: 1.50rem;
}

.is_saled_price {
    position: relative;
    font-size: 1rem;
}

.is_saled_price:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;
    color: rgb(219, 32, 32);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.checked__success::after {
    content: '✔';
    color: #3aa206;
    z-index: 10;
    font-size: 1.5rem;
    position: absolute;
    bottom: 0px;
    left: -2px;
}

#content {
    min-height: 500px;
    /* padding: 20px; */
    padding-bottom: 0;
    ;
}


/* ====== Modern Hero Section ====== */

#hero-section {
    position: relative;
    overflow: hidden;
}

.hero-wrapper {
    position: relative;
    height: 400px;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 0 0 0;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/banner.jpg) center/cover no-repeat;
    background-attachment: fixed;
}

.hero-background {
    display: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-main {
    margin-bottom: 40px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    animation: slideInUp 0.8s ease-out;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-title strong {
    color: #fbbf24;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #f3f4f6;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    animation: slideInUp 0.8s ease-out 0.1s backwards;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}


/* Hero Search */


/* On desktop the field wrapper is invisible to layout — icon+input appear inline */

.hero-search-field {
    display: contents;
}

.hero-search-wrapper {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    border-radius: 50px;
    padding: 6px 8px 6px 20px;
    max-width: 680px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    animation: slideInUp 0.8s ease-out 0.2s backwards;
    gap: 4px;
}

.hero-search-icon {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1rem;
    flex-shrink: 0;
}

.hero-search-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1rem;
    padding: 6px 0;
    min-width: 0;
}

.hero-search-input::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.hero-filter-sep {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    margin: 0 4px;
}

.hero-filter-select {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 4px 6px;
    cursor: pointer;
    flex-shrink: 0;
    max-width: 130px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='rgba(255,255,255,0.7)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 4px center;
    padding-right: 18px;
}

.hero-filter-select option {
    background: #1e3a5f;
    color: #fff;
}

.hero-search-btn {
    background: #fff;
    color: #1e3a5f;
    border: none;
    border-radius: 50px;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    flex-shrink: 0;
    margin-left: 4px;
}

.hero-search-btn:hover {
    background: #fbbf24;
    color: #1e3a5f;
}


/* Hero Quick Nav */

.hero-quick-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 4px;
    animation: slideInUp 0.8s ease-out 0.3s backwards;
}

.hero-quick-nav a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
}

.hero-quick-nav a:hover {
    color: #fbbf24;
}

.hero-nav-sep {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.85rem;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    animation: slideInUp 0.8s ease-out 0.2s backwards;
}

.hero-buttons .btn {
    padding: 12px 32px !important;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.hero-buttons .btn-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border: none;
    color: white;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.hero-buttons .btn-primary:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4);
    transform: translateY(-2px);
    color: white;
}

.hero-buttons .btn-outline-primary {
    border: 2px solid #3b82f6;
    color: #3b82f6;
    background: transparent;
}

.hero-buttons .btn-outline-primary:hover {
    background: #3b82f6;
    color: white;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
    transform: translateY(-2px);
}


/* Hero Credentials Section - DEPRECATED (moved to marquee-section) */

.hero-credentials {
    display: none;
}

.credentials-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    background: transparent;
    padding: 0;
    text-align: center;
}


/* Marquee Container */

.marquee-container {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    padding: 0;
    position: relative;
    width: 100%;
}

.marquee-content {
    display: flex;
    gap: 40px;
    gap: 1rem;
    animation: marquee 70s linear infinite;
    width: max-content;
    align-items: center;
    padding: 0 30px;
}

.marquee-content:hover {
    animation-play-state: paused;
}

.marquee-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    flex-shrink: 0;
}

.marquee-logo-link {
    display: inline-block;
    transition: all 0.3s ease;
    padding: 10px;
}

.marquee-logo-link:hover {
    transform: scale(1.1);
}

.marquee-logo-link img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 90px;
    transition: all 0.3s ease;
}

.marquee-logo-link:hover img {
    filter: drop-shadow(0 5px 15px rgba(59, 130, 246, 0.3));
}

.dummy-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 150px !important;
    width: 150px !important;
    height: 75px !important;
    flex-shrink: 0;
}

.logo-icon {
    width: 140px;
    height: 70px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.marquee-logo-link:hover .logo-icon {
    filter: drop-shadow(0 5px 15px rgba(59, 130, 246, 0.3)) brightness(1.1);
    transform: scale(1.05);
}

.marquee-logo-link:hover .dummy-logo {
    filter: drop-shadow(0 5px 15px rgba(59, 130, 246, 0.3));
}


/* Marquee Animation */

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 20px));
    }
}


/* Marquee Section */

.marquee-section {
    background: #f3f4f6;
    padding: 50px 0;
    width: 100%;
}

.marquee-section .credentials-label {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 28px;
    text-align: center;
}

.marquee-section .marquee-container {
    background: transparent;
    padding: 0;
    position: relative;
    width: 100%;
    border: none;
    overflow: hidden;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Responsive Design */

@media (max-width: 1024px) {
    .hero-title {
        font-size: 2.8rem;
    }
    .hero-subtitle {
        font-size: 1.1rem;
    }
    .hero-buttons {
        gap: 15px;
    }
    .hero-buttons .btn {
        padding: 10px 24px !important;
        font-size: 0.95rem;
    }
    .hero-search-wrapper {
        max-width: 540px;
    }
    .marquee-content {
        gap: 30px;
    }
    .marquee-item {
        min-width: 130px;
    }
    .marquee-logo-link img {
        max-height: 80px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }
    .hero-buttons .btn {
        width: 100%;
        padding: 12px 20px !important;
        font-size: 0.95rem;
        justify-content: center;
    }
    .hero-search-wrapper {
        border-radius: 20px;
        flex-wrap: wrap;
        padding: 10px 14px;
        max-width: 100%;
        gap: 8px;
    }
    /* Row 1: icon + input fill the full width */
    .hero-search-field {
        display: flex;
        align-items: center;
        flex: 1 0 100%;
        gap: 8px;
        background: transparent;
    }
    .hero-search-input {
        flex: 1;
        min-width: 0;
    }
    .hero-filter-sep {
        display: none;
    }
    /* Row 2: selects + button share the row */
    .hero-filter-select {
        flex: 1 1 120px;
        max-width: none;
        background-color: rgba(255, 255, 255, 0.12);
        border-radius: 8px;
        padding: 7px 24px 7px 10px;
    }
    .hero-search-btn {
        flex: 0 0 auto;
        border-radius: 8px;
        padding: 8px 20px;
        margin-left: 0;
    }
    .hero-quick-nav {
        gap: 4px 6px;
    }
    .hero-quick-nav a {
        font-size: 0.8rem;
    }
    .hero-nav-sep {
        display: none;
    }
    .credentials-label {
        font-size: 0.9rem;
        margin-bottom: 20px;
        padding: 0;
    }
    .marquee-container {
        padding: 20px 0;
    }
    .marquee-content {
        gap: 25px;
        animation: marquee 35s linear infinite;
    }
    .marquee-item {
        min-width: 110px;
    }
    .marquee-logo-link {
        padding: 8px;
    }
    .marquee-logo-link img {
        max-height: 70px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }
    .hero-buttons .btn {
        padding: 10px 16px !important;
        font-size: 0.9rem;
    }
    /* Full stack: selects and button each take their own row */
    .hero-filter-select {
        flex: 1 0 100%;
    }
    .hero-search-btn {
        width: 100%;
        padding: 10px;
    }
    .credentials-label {
        font-size: 0.85rem;
        margin-bottom: 20px;
        padding: 0;
    }
    .marquee-container {
        padding: 15px 0;
    }
    .marquee-content {
        gap: 20px;
        padding: 0 15px;
        animation: marquee 30s linear infinite;
    }
    .marquee-item {
        min-width: 100px;
    }
    .marquee-logo-link {
        padding: 5px;
    }
    .marquee-logo-link img {
        max-height: 60px;
    }
}


/* Marquee Section Responsive */

@media (max-width: 768px) {
    .marquee-section {
        padding: 40px 0;
    }
    .marquee-section .credentials-label {
        margin-bottom: 20px;
    }
    .marquee-section .marquee-container {
        padding: 20px 0;
    }
}

@media (max-width: 576px) {
    .marquee-section {
        padding: 30px 0;
    }
    .marquee-section .credentials-label {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }
    .marquee-section .marquee-container {
        padding: 15px 0;
    }
}


/* ====== Category Filter Section ====== */

.category-filter-section {
    padding: 50px 15px;
}

.filter-header {
    margin-bottom: 30px;
}

.category-search-wrapper {
    position: relative;
    max-width: 480px;
    margin: 20px auto 0;
}

.category-search-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 0.95rem;
    pointer-events: none;
    transition: color 0.3s ease;
}

.category-search-input {
    width: 100%;
    padding: 12px 44px 12px 46px;
    border: 2px solid #e5e7eb;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1f2937;
    background: #fff;
    outline: none;
    transition: all 0.3s ease;
}

.category-search-input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.category-search-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.category-search-input:focus+.category-search-icon,
.category-search-wrapper:focus-within .category-search-icon {
    color: #3b82f6;
}

.category-search-clear {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: #e5e7eb;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #6b7280;
    font-size: 0.75rem;
    transition: all 0.2s ease;
}

.category-search-clear:hover {
    background: #d1d5db;
    color: #374151;
}

.filter-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0c4a6e;
    text-align: center;
    margin: 0;
    position: relative;
    padding-bottom: 20px;
}

.filter-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 2px;
}

.category-pills-scroll-outer {
    position: relative;
}

.category-pills-wrapper {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px 15px;
    margin-bottom: 40px;
}

.category-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 5px 20px;
    border: 2px solid #e5e7eb;
    border-radius: 50px;
    background: #fff;
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    white-space: nowrap;
}

.category-pill:hover {
    border-color: #3b82f6;
    color: #3b82f6;
    background: #f0f9ff;
}

.category-pill.active {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.category-pill.active:hover {
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
    transform: translateY(-2px);
}

.category-pill span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.category-dropdown-wrapper {
    position: relative;
}

.category-dropdown {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 2px solid #e5e7eb;
    border-radius: 50px;
    background: #fff;
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    white-space: nowrap;
    font-family: inherit;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px;
}

.category-dropdown:hover {
    border-color: #3b82f6;
    color: #3b82f6;
    background-color: #f0f9ff;
}

.category-dropdown:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.category-dropdown option {
    background: #fff;
    color: #6b7280;
    padding: 8px 12px;
}

.category-dropdown option:hover {
    background: #f0f9ff;
    color: #3b82f6;
}


/* ====== Browse Carousel Arrows ====== */

.browse-carousel-wrapper {
    position: relative;
}

.browse-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #2B3089;
    font-size: 1.1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.browse-arrow:hover {
    background: #2B3089;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(43, 48, 137, 0.3);
}

.browse-arrow-prev {
    left: 8px;
}

.browse-arrow-next {
    right: 8px;
}


/* Browse Loading Spinner */

.browse-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 280px;
    gap: 16px;
}

.browse-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(43, 48, 137, 0.15);
    border-top-color: #2B3089;
    border-radius: 50%;
    animation: browse-spin 0.75s linear infinite;
}

@keyframes browse-spin {
    to {
        transform: rotate(360deg);
    }
}

.browse-loading-text {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0;
    font-weight: 500;
}


/* ====== Featured Learning Activities Section ====== */

.featured-section {
    background: linear-gradient(135deg, #dbeafe 0%, #e0f2fe 100%);
    padding: 80px 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.featured-section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #0c4a6e;
    /* margin-bottom: 50px; */
    position: relative;
    padding-bottom: 20px;
}

.featured-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 2px;
}

.featured-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.carousel-controls {
    display: flex;
    gap: 12px;
}

.carousel-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #2B3089;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.carousel-btn:hover {
    background: #1f2560;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(43, 48, 137, 0.3);
}


/* ====== Featured Courses Grid Layout ====== */

.courses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.courses-grid .course-card {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.courses-carousel {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 10px 0;
}

.courses-carousel::-webkit-scrollbar {
    display: none;
}

.courses-carousel .course-card {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 280px;
}


/* ── Activity Type Group Headings ── */

.activity-type-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e3a5f;
    display: flex;
    align-items: center;
}

.activity-type-heading i {
    color: #2B3089;
    font-size: 1.1rem;
}

.activity-type-heading .badge {
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 12px;
    vertical-align: middle;
}


/* ── Faculty Profile Page ── */

.fp-profile-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.fp-avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #e8eaf6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.fp-name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1e3a5f;
}

.fp-specialty {
    color: #2B3089;
    font-size: 1rem;
    font-weight: 500;
}

.fp-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.fp-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f2ff;
    color: #2B3089;
    font-size: 1rem;
    transition: all 0.25s ease;
    text-decoration: none;
}

.fp-social-icon:hover {
    background: #2B3089;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

.fp-qr {
    text-align: center;
}

.fp-tabs-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.fp-nav-pills {
    border-bottom: 2px solid #e8eaf6;
    padding-bottom: 0;
    gap: 4px;
    flex-wrap: wrap;
}

.fp-nav-pills .nav-link {
    border-radius: 8px 8px 0 0;
    color: #555;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 0.95rem;
    border: none;
    transition: all 0.2s ease;
}

.fp-nav-pills .nav-link:hover {
    background: #f0f2ff;
    color: #2B3089;
}

.fp-nav-pills .nav-link.active {
    background: #2B3089;
    color: #fff;
}

.fp-tab-body {
    padding: 1.5rem 0;
    line-height: 1.8;
    color: #444;
}

.fp-file-link {
    display: inline-block;
    padding: 6px 12px;
    background: #f0f2ff;
    border-radius: 8px;
    color: #2B3089;
    font-size: 0.9rem;
    transition: background 0.2s;
}

.fp-file-link:hover {
    background: #dde0f7;
    text-decoration: none;
    color: #1e2870;
}

.fp-section-heading h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e3a5f;
}

.fp-share-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 12px 18px;
    border-radius: 12px;
    text-decoration: none;
    color: #333;
    font-size: 0.8rem;
    transition: background 0.2s;
}

.fp-share-btn:hover {
    background: #f5f5f5;
    text-decoration: none;
    color: #333;
}

@media (max-width: 767px) {
    .fp-profile-card {
        text-align: center;
    }
    .fp-profile-card .col-md-auto,
    .fp-profile-card .col-md {
        margin-bottom: 1.2rem;
    }
    .fp-profile-card .col-md-auto:last-child {
        margin-bottom: 0;
    }
    .fp-name {
        margin-top: 0.5rem;
    }
    .fp-social {
        justify-content: center;
        margin-top: 0.5rem;
    }
    .fp-avatar {
        width: 100px;
        height: 100px;
    }
    .fp-qr {
        max-width: 160px;
        margin: 0 auto;
    }
    .fp-nav-pills .nav-link {
        padding: 8px 14px;
        font-size: 0.85rem;
    }
}

.course-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.course-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.course-image {
    position: relative;
    overflow: hidden;
    height: 250px;
    border-radius: 20px;
    clip-path: inset(0 round 20px);
}

.course-image>a {
    display: block;
    width: 100%;
    height: 100%;
}

.course-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover;
    transition: transform 0.3s ease; */
}

.course-card:hover .course-image img {
    transform: scale(1.05);
}

.course-badge {
    display: none;
}

.course-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 16px;
}

.course-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
    line-height: 1.5;
}

.course-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 0.9rem;
}

.course-level {
    color: #6b7280;
    font-weight: 500;
}

.course-level::after {
    display: none;
}

.course-duration {
    display: none;
}

.course-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    /* margin-top: auto; */
    padding: 16px 0 0 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: none;
}

.price-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
}

.original-price {
    font-size: 0.95rem;
    color: #ef4444;
    text-decoration: line-through;
}

.course-favorite {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #ef4444;
    font-size: 1.1rem;
}

.course-favorite:hover {
    background: #ef4444;
    color: white;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
    transform: scale(1.1);
}

.course-favorite.is-favorited {
    background: #ef4444;
    color: white;
}

.course-favorite.is-favorited:hover {
    background: white;
    color: #ef4444;
}

.course-footer {
    margin-top: 16px;
}

.course-footer a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    background: #2B3089;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.course-footer a:hover {
    background: #fff;
    color: #2B3089;
    border-color: #2B3089;
}


/* Featured Section Responsive */

@media (max-width: 1024px) {
    .category-filter-section {
        padding: 40px 0;
    }
    .filter-title {
        font-size: 1.5rem;
    }
    .featured-section {
        padding: 60px 0;
    }
    .featured-section-title {
        font-size: 2rem;
        margin-bottom: 0;
    }
    .featured-header {
        margin-bottom: 30px;
    }
    .courses-carousel .course-card {
        flex: 0 0 calc(50% - 15px);
        min-width: 250px;
    }
    .course-card {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        padding: 18px;
    }
    .course-image {
        height: 220px;
    }
    .faculty-section {
        padding: 60px 0;
    }
    .faculty-section-title {
        font-size: 2rem;
        margin-bottom: 0;
    }
    .faculty-header {
        margin-bottom: 30px;
    }
    .faculty-carousel .faculty-card {
        flex: 0 0 calc(50% - 15px);
        min-width: 250px;
    }
    .advertisement-section {
        padding: 60px 0;
    }
    .advertisement-section-title {
        font-size: 2rem;
        margin-bottom: 0;
    }
    .advertisement-header {
        margin-bottom: 30px;
    }
    .advertisement-carousel .advertisement-card {
        flex: 0 0 calc(50% - 15px);
        min-width: 250px;
    }
}

@media (max-width: 768px) {
    .category-filter-section {
        padding: 30px 0;
    }
    .filter-title {
        font-size: 1.3rem;
    }
    .featured-section {
        padding: 50px 0;
    }
    .featured-section-title {
        font-size: 1.75rem;
        margin-bottom: 0;
    }
    .featured-header {
        margin-bottom: 25px;
    }
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    .courses-carousel .course-card {
        flex: 0 0 calc(50% - 15px);
        min-width: 220px;
    }
    .course-content {
        padding: 0;
        margin-top: 14px;
    }
    .course-title {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .course-image {
        height: 180px;
    }
    .course-price {
        font-size: 0.9rem;
    }
    .price-text {
        font-size: 1.1rem;
    }
    .faculty-section {
        padding: 50px 0;
    }
    .faculty-section-title {
        font-size: 1.75rem;
        margin-bottom: 0;
    }
    .faculty-header {
        margin-bottom: 25px;
    }
    .faculty-carousel .faculty-card {
        flex: 0 0 calc(50% - 15px);
        min-width: 220px;
    }
    .advertisement-section {
        padding: 50px 0;
    }
    .advertisement-section-title {
        font-size: 1.75rem;
        margin-bottom: 0;
    }
    .advertisement-header {
        margin-bottom: 25px;
    }
    .advertisement-carousel .advertisement-card {
        flex: 0 0 calc(50% - 15px);
        min-width: 220px;
    }
    .advertisement-content {
        padding: 16px;
    }
    .advertisement-name {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .advertisement-description {
        font-size: 0.9rem;
        -webkit-line-clamp: 3;
    }
}


/* Horizontal scroll strip: all non-desktop sizes */

@media (max-width: 992px) {
    /* Left-align title to match scroll-strip UX */
    .filter-title {
        text-align: left;
    }
    .filter-title::after {
        left: 0;
        transform: none;
    }
    .filter-header {
        margin-bottom: 20px;
    }
    /* Scroll strip outer container */
    .category-pills-scroll-outer {
        overflow: hidden;
        margin: 0 -15px;
        padding: 0 15px;
    }
    .category-pills-scroll-outer::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 56px;
        height: calc(100% - 4px);
        background: linear-gradient(to right, transparent, #e0f2fe);
        pointer-events: none;
        z-index: 1;
    }
    .category-pills-wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 8px;
        margin-bottom: 28px;
        padding-right: 40px;
        padding-bottom: 4px;
    }
    .category-pills-wrapper::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 576px) {
    .category-filter-section {
        padding: 25px 0;
    }
    .filter-title {
        font-size: 1.1rem;
    }
    .category-pill {
        padding: 8px 14px;
        font-size: 0.82rem;
    }
    .featured-section {
        padding: 40px 0;
    }
    .featured-section-title {
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    .featured-header {
        margin-bottom: 20px;
        flex-direction: column;
        gap: 15px;
    }
    .carousel-controls {
        width: 100%;
        justify-content: flex-end;
    }
    .carousel-btn {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
    .courses-carousel .course-card {
        flex: 0 0 calc(100% - 0px);
        min-width: 280px;
    }
    .course-card {
        padding: 16px;
    }
    .course-content {
        padding: 0;
        margin-top: 12px;
    }
    .course-title {
        font-size: 0.95rem;
    }
    .course-image {
        height: 160px;
    }
    .course-meta {
        font-size: 0.85rem;
    }
    .course-price {
        font-size: 0.85rem;
        gap: 8px;
    }
    .price-text {
        font-size: 1rem;
    }
    .course-footer a {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
    .faculty-section {
        padding: 40px 0;
    }
    .faculty-section-title {
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    .faculty-header {
        margin-bottom: 20px;
        flex-direction: column;
        gap: 15px;
    }
    .faculty-carousel .faculty-card {
        flex: 0 0 calc(100% - 0px);
        min-width: 280px;
    }
    .faculty-details {
        padding: 16px;
    }
    .faculty-name {
        font-size: 1rem;
        margin-bottom: 12px;
    }
    .faculty-details a {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
    .advertisement-section {
        padding: 40px 0;
    }
    .advertisement-section-title {
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    .advertisement-header {
        margin-bottom: 20px;
        flex-direction: column;
        gap: 15px;
    }
    .advertisement-carousel .advertisement-card {
        flex: 0 0 calc(100% - 0px);
        min-width: 300px;
    }
    .advertisement-content {
        padding: 16px;
    }
    .advertisement-name {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .advertisement-description {
        font-size: 0.85rem;
        -webkit-line-clamp: 2;
    }
    .advertisement-actions {
        flex-wrap: wrap;
    }
    .read-more-btn {
        flex: 1 0 auto;
    }
}


/* ============================================
   Learning Activities – Modern Filter Panel
   ============================================ */

.filter-panel {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 16px rgba(43, 48, 137, .08);
    overflow: hidden;
    position: sticky;
    top: 80px;
    max-height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
}

.filter-panel-header {
    background: linear-gradient(135deg, #2B3089, #1e40af);
    color: #fff;
    padding: 14px 18px;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 9px;
    flex-shrink: 0;
}

.filter-panel-body {
    overflow-y: auto;
    flex: 1;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #c8ccee #f5f6ff;
}

.filter-panel-body::-webkit-scrollbar {
    width: 5px;
}

.filter-panel-body::-webkit-scrollbar-track {
    background: #f5f6ff;
}

.filter-panel-body::-webkit-scrollbar-thumb {
    background: #c8ccee;
    border-radius: 4px;
}

.filter-panel-header i {
    font-size: 1rem;
}


/* Group toggle button */

.filter-group {
    border-bottom: 1px solid #f0f2f8;
}

.filter-group:last-of-type {
    border-bottom: none;
}

.filter-group-toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 0.85rem;
    color: #2B3089;
    cursor: pointer;
    text-align: left;
    gap: 8px;
    transition: background .15s;
}

body[dir="rtl"] .filter-group-toggle {
    text-align: right;
}

.filter-group-toggle:hover {
    background: #f5f6ff;
}

.filter-group-toggle i {
    font-size: 0.75rem;
    color: #2B3089;
    transition: transform .25s ease;
    flex-shrink: 0;
}


/* Collapsible body */

.filter-group-body {
    display: none;
    padding: 4px 18px 14px;
    flex-direction: column;
    gap: 2px;
}

.filter-group-body.open {
    display: flex;
}


/* Filter option links */

.filter-option {
    display: block;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.875rem;
    color: #444;
    text-decoration: none;
    transition: background .15s, color .15s;
}

.filter-option:hover {
    background: #eef0ff;
    color: #2B3089;
    text-decoration: none;
}

.filter-option.active {
    background: #2B3089;
    color: #fff !important;
    font-weight: 600;
}


/* Specialty select */

.filter-select {
    font-size: 0.875rem;
    border-radius: 8px;
    border-color: #dde1f0;
    color: #444;
    height: 38px;
    padding: 4px 10px;
}

.filter-select:focus {
    border-color: #2B3089;
    box-shadow: 0 0 0 2px rgba(43, 48, 137, .15);
}


/* Price label */

.filter-price-label {
    font-size: 0.82rem;
    color: #555;
    margin: 8px 0 0;
}


/* Footer reset button */

.filter-panel-footer {
    padding: 12px 18px 16px;
    border-top: 1px solid #f0f2f8;
    flex-shrink: 0;
    background: #fff;
}

.filter-panel-footer .btn {
    font-size: 0.82rem;
    border-radius: 8px;
    font-weight: 600;
}

.filter-panel-footer .btn i {
    margin-inline-end: 4px;
}

@media (max-width: 767px) {
    .filter-panel {
        position: static;
        margin-bottom: 20px;
        max-height: none;
    }
}


/* =========================================
   Stats Section – Responsive
   ========================================= */

@media (max-width: 1199px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .stats-section {
        padding: 50px 0;
    }
    .stats-title {
        font-size: 1.7rem;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .stat-card {
        padding: 24px 16px;
    }
    .stat-number {
        font-size: 1.8rem;
    }
}

@media (max-width: 400px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .stat-icon {
        width: 48px;
        height: 48px;
    }
    .stat-icon i {
        font-size: 1.1rem;
    }
}


/* =========================================
   Course Detail Page – Modern Styles
   ========================================= */


/* --- Hero Banner --- */

.cd-hero {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: flex-start;
    background: linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)), url(../images/banner.jpg) center/cover no-repeat;
    background-attachment: fixed;
    color: #fff;
    padding: 0;
    overflow: hidden;
}

.cd-hero-content {
    position: relative;
    z-index: 1;
    padding: 48px 30px 36px;
    width: 100%;
}

.cd-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    padding: 4px 14px;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.cd-breadcrumb i {
    font-size: 0.75rem;
    opacity: 0.7;
}

.cd-hero-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    max-width: 800px;
}


/* --- Page body background --- */

.cd-page-body {
    background: #f4f7fb;
    padding-top: 32px;
    padding-bottom: 48px;
}


/* --- Cart sidebar: floating image above white card --- */


/* .img-sec stays position:absolute;bottom:100% – floats up into the hero */


/* margin-top on .cd-cart-box reserves space above the card for thumbnail */

.cd-cart-box {
    position: sticky;
    top: 80px;
    background: #fff;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 24px rgba(43, 48, 137, 0.10);
    overflow: visible;
    max-width: 380px;
    margin: 0 auto;
    padding: 12px 16px 20px;
}

.cd-cart-box .img-sec {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.cd-cart-box .img-sec img {
    width: 100%;
    /* height: 210px;
    object-fit: cover;
    display: block; */
}


/* --- Content area – rows become cards, hr hides --- */

.cd-content-area {
    padding-top: 0 !important;
}

.cd-content-area>hr {
    display: none !important;
}

.cd-content-area>.row {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(43, 48, 137, 0.07);
    padding: 24px 20px !important;
    margin: 0 0 20px 0 !important;
}


/* Section label h5 inside col-md-4 → styled pill */

.cd-content-area .col-md-4>h5,
.cd-content-area .col-md-4.mt-2>h5 {
    display: inline-flex;
    align-items: center;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
    background: linear-gradient(135deg, #2B3089, #1e40af);
    border-radius: 999px;
    padding: 6px 16px;
    margin-bottom: 14px;
    white-space: nowrap;
}


/* The col-md-4 .d-flex.align-items-center h5 (video section) */

.cd-content-area .col-md-4.d-flex>h5 {
    display: inline-flex;
    align-items: center;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
    background: linear-gradient(135deg, #2B3089, #1e40af);
    border-radius: 999px;
    padding: 6px 16px;
    white-space: nowrap;
}


/* col-md-4 no-heading content (spacer col) – hide empty cols */

.cd-content-area .col-md-4:empty {
    display: none;
}


/* Section body cols */

.cd-content-area .col-md-8 {
    color: #374151;
    line-height: 1.7;
    font-size: 0.95rem;
}


/* --- Persons grid (speakers / scientific committee) --- */

.cd-persons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 4px 0;
}

.cd-persons-grid>div {
    min-width: unset !important;
    max-width: unset;
    flex: 0 0 auto;
    margin: 0 !important;
}

.cd-cart-box .cd-cart-thumb {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.cd-cart-body {
    padding: 18px 20px 20px;
}

.cd-cart-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2B3089;
    margin-top: 12px;
    margin-bottom: 16px;
}

.cd-cart-price .cd-sale-original {
    font-size: 0.95rem;
    font-weight: 400;
    color: #ef4444;
    text-decoration: line-through;
    margin-inline-start: 6px;
}

.cd-cart-box .form-group,
.cd-cart-box .form-check {
    margin-bottom: 12px;
}

.cd-cart-box select.form-select,
.cd-cart-box select.form-control {
    border-radius: 8px;
    border-color: #dde1f0;
    font-size: 0.9rem;
}

.cd-cart-actions {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

.cd-cart-actions .btn-primary,
.cd-cart-actions .btn-outline-primary {
    flex: 1;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 10px 8px;
}

.cd-cart-actions .btn-outline-share {
    width: 42px;
    min-width: 42px;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 0.9rem;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
}

.cd-cart-actions .btn-outline-share:hover {
    background: #f3f4f6;
    color: #374151;
    text-decoration: none;
}

.cd-cart-actions .btn-outline-danger {
    width: 42px;
    min-width: 42px;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cd-cart-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 12px;
}

.cd-cart-meta i {
    color: #2B3089;
}


/* --- Content Area --- */

.cd-content-area {
    padding-top: 0 !important;
}


/* --- Vimeo block --- */

.cd-video-block {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(43, 48, 137, 0.07);
    padding: 24px;
    margin-bottom: 20px;
}

.cd-video-block iframe {
    border-radius: 10px;
    max-width: 100%;
}


/* --- Generic section card --- */

.cd-section-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(43, 48, 137, 0.07);
    padding: 28px 28px;
    margin-bottom: 20px;
}


/* Section title pill */

.cd-section-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2B3089;
    background: rgba(43, 48, 137, 0.07);
    border-radius: 999px;
    padding: 5px 14px;
    margin-bottom: 18px;
}

.cd-section-title i {
    font-size: 0.85rem;
}

.cd-section-body {
    color: #374151;
    line-height: 1.7;
    font-size: 0.95rem;
}

.cd-section-body ul,
.cd-section-body ol {
    padding-inline-start: 20px;
    margin-bottom: 0;
}


/* --- Details table --- */

.cd-details-table {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e9f5;
}

.cd-details-table .table {
    margin-bottom: 0;
}

.cd-details-table .table th {
    background: #f5f6ff;
    color: #2B3089;
    font-weight: 600;
    font-size: 0.875rem;
    border: none;
    border-bottom: 1px solid #e5e9f5;
    padding: 10px 16px;
    width: 44%;
}

.cd-details-table .table td {
    font-size: 0.875rem;
    border: none;
    border-bottom: 1px solid #e5e9f5;
    padding: 10px 16px;
    color: #374151;
}

.cd-details-table .table tr:last-child th,
.cd-details-table .table tr:last-child td {
    border-bottom: none;
}


/* --- Person cards (speakers / faculty) --- */

.cd-persons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cd-person-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8f9ff;
    border: 1px solid #e5e9f5;
    border-radius: 12px;
    padding: 12px 16px;
    min-width: 260px;
    max-width: 340px;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.cd-person-card:hover {
    box-shadow: 0 4px 16px rgba(43, 48, 137, 0.10);
    border-color: #c8ccee;
}

.cd-person-card img {
    width: 54px !important;
    height: 54px !important;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #e5e9f5;
}

.cd-person-card a {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2B3089;
    text-decoration: none;
    line-height: 1.4;
}

.cd-person-card a:hover {
    text-decoration: underline;
}


/* --- Date selection options --- */

.cd-dates-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.cd-date-option {
    background: #f8f9ff;
    border: 1.5px solid #dde1f0;
    border-radius: 10px;
    padding: 10px 16px;
    transition: border-color 0.2s, background 0.2s;
    cursor: pointer;
    min-width: 240px;
}

.cd-date-option:has(input:checked) {
    border-color: #2B3089;
    background: rgba(43, 48, 137, 0.05);
}

.cd-date-option--expired {
    background: #fafafa;
    border-color: #e5e7eb;
    opacity: 0.6;
}

.cd-date-option--expired label {
    color: #9ca3af;
    cursor: not-allowed;
}

.cd-date-option label {
    cursor: pointer;
    margin-bottom: 0;
    font-size: 0.9rem;
}


/* --- Partners / Sponsors logos --- */

.cd-logos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.cd-logos-grid a {
    display: block;
    border: 1px solid #e5e9f5;
    border-radius: 10px;
    padding: 8px;
    transition: box-shadow 0.2s;
}

.cd-logos-grid a:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.cd-logos-grid img {
    width: 120px;
    height: 90px;
    object-fit: contain;
    display: block;
}


/* --- Closed registrations banner --- */

.cd-closed-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fef2f2;
    color: #b91c1c;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 10px 16px;
    margin-top: 10px;
}


/* --- CME badge --- */

.cd-cme-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ecfdf5;
    color: #065f46;
    font-size: 0.82rem;
    font-weight: 600;
    border: 1px solid #a7f3d0;
    border-radius: 8px;
    padding: 5px 12px;
    margin-top: 10px;
}


/* --- Testimonials section --- */

.cd-testimonials-section {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 24px rgba(43, 48, 137, 0.07);
    padding: 40px 32px;
    margin: 24px 0 0;
}

.cd-testimonials-section h6 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #2B3089;
    margin-bottom: 6px;
}

.cd-testimonials-section h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

.cd-testimonials-section #my-slider {
    border-radius: 12px;
    background: #f8f9ff !important;
    box-shadow: none;
}

.cd-testimonials-section .carousel-item p {
    color: #374151;
    font-size: 0.95rem;
    line-height: 1.7;
}


/* --- Users registered tag --- */

.cd-enrolled-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    color: #1e40af;
    font-size: 0.82rem;
    font-weight: 600;
    border-radius: 8px;
    padding: 5px 12px;
    margin-top: 8px;
    border: 1px solid #bfdbfe;
}


/* --- Responsive --- */

@media (max-width: 991px) {
    .cd-hero-title {
        font-size: 1.6rem;
    }
    .cd-cart-box {
        position: static;
        max-width: 100%;
        margin: 0 0 24px 0;
        border-radius: 16px;
    }
    .cd-cart-box .img-sec {
        position: static;
        border-radius: 12px 12px 0 0;
    }
    .cd-person-card {
        min-width: 100%;
        max-width: 100%;
    }
    .cd-logos-grid img {
        width: 90px;
        height: 70px;
    }
}

@media (max-width: 576px) {
    .cd-hero-content {
        padding: 36px 20px 28px;
    }
    .cd-hero-title {
        font-size: 1.35rem;
    }
    .cd-section-card {
        padding: 20px 16px;
    }
    .cd-testimonials-section {
        padding: 28px 16px;
    }
    .cd-date-option {
        min-width: 100%;
    }
}


/* --- Target Audience list normalisation --- */

.cd-content-area .list-doted {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cd-content-area .list-doted>li {
    color: #1a202c !important;
    font-size: 0.92rem;
    font-weight: 600;
    padding: 6px 0 4px;
    border-bottom: 1px solid #f0f2f8;
    line-height: 1.5;
}

.cd-content-area .list-doted>li::before {
    content: "\f111";
    /* fa-circle */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.45rem;
    color: #2B3089;
    vertical-align: middle;
    margin-inline-end: 8px;
    position: relative;
    top: -2px;
}

.cd-content-area .list-doted>li:last-child {
    border-bottom: none;
}


/* All links inside list items — neutralise colour bleeding */

.cd-content-area .list-doted li a,
.cd-content-area .list-doted li ol li a {
    color: inherit;
    text-decoration: none;
}


/* Sub-items (ol) */

.cd-content-area .list-doted .pl-3 {
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
    margin-top: 6px;
}

.cd-content-area .list-doted ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    counter-reset: audience-item;
}

.cd-content-area .list-doted ol li {
    color: #2B3089 !important;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 3px 10px;
    background: rgba(43, 48, 137, 0.07);
    border: 1px solid rgba(43, 48, 137, 0.15);
    border-radius: 999px;
    counter-increment: audience-item;
    line-height: 1.6;
    white-space: nowrap;
}

.cd-content-area .list-doted ol li::before {
    content: counter(audience-item, decimal) ".";
    color: #2B3089;
    font-weight: 700;
    font-size: 0.75rem;
    margin-inline-end: 4px;
}


/* Custom target audience (plain text, no bullet) */

.cd-content-area .list-doted>li[style*="list-style: none"]::before,
.cd-content-area .list-doted>li.mt-2::before {
    display: none;
}

.cd-content-area .list-doted>li.mt-2 {
    font-weight: 400;
    font-size: 0.9rem;
    color: #374151 !important;
    border: none;
    padding-top: 8px;
}


/* =========================================================
   Course Bundles Page – New Theme
   ========================================================= */


/* Hero Banner */

.bundle-hero-section {
    background: linear-gradient(135deg, #1e3a5f 0%, #2B3089 50%, #1a237e 100%);
    padding: 60px 0 50px;
    position: relative;
    overflow: hidden;
}

.bundle-hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.bundle-hero-section .breadcrumb-item a {
    text-decoration: none;
    transition: color 0.2s;
}

.bundle-hero-section .breadcrumb-item a:hover {
    color: #fff !important;
}

.bundle-hero-section .breadcrumb-item.active {
    opacity: 0.9;
}

.bundle-hero-section .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

.bundle-hero-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.bundle-hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    max-width: 600px;
}


/* Bundle Card */

.bundle-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.bundle-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(43, 48, 137, 0.12);
}


/* Card Header */

.bundle-card-header {
    background: linear-gradient(135deg, #2B3089 0%, #3b50c9 100%);
    padding: 24px 20px;
    text-align: center;
}

.bundle-card-title {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.bundle-course-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
    background: rgba(255, 255, 255, 0.12);
    padding: 4px 14px;
    border-radius: 20px;
}

.bundle-course-count i {
    font-size: 0.85rem;
}


/* Course List */

.bundle-course-list {
    padding: 16px 20px;
    flex: 1;
}

.bundle-course-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
}

.bundle-course-item+.bundle-course-item {
    border-top: 1px solid #f1f5f9;
}

.bundle-course-img {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.bundle-course-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bundle-course-info {
    flex: 1;
    min-width: 0;
}

.bundle-course-name {
    font-size: 0.9rem;
    font-weight: 500;
    color: #1a202c;
    margin: 0 0 4px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bundle-course-price {
    font-size: 0.82rem;
    font-weight: 600;
    color: #2B3089;
    margin: 0;
}


/* Card Footer / Pricing */

.bundle-card-footer {
    padding: 20px;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
    text-align: center;
}

.bundle-pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.bundle-price-current {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2B3089;
}

.bundle-price-current span {
    vertical-align: middle;
}

.bundle-price-original {
    font-size: 1rem;
    color: #94a3b8;
    text-decoration: line-through;
}

.bundle-price-original span {
    vertical-align: middle;
}

.bundle-savings-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    color: #15803d;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
}

.bundle-buy-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #2B3089 0%, #3b50c9 100%);
    color: #fff;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 10px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    justify-content: center;
}

.bundle-buy-btn:hover {
    background: linear-gradient(135deg, #1e2570 0%, #2B3089 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(43, 48, 137, 0.3);
    text-decoration: none;
}

.bundle-buy-btn:active {
    transform: translateY(0);
}


/* =========================================================
   Vouchers Page – New Theme
   ========================================================= */


/* Intro Card */

.voucher-intro-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.voucher-intro-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #2B3089 0%, #3b50c9 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.voucher-intro-icon i {
    font-size: 1.4rem;
    color: #fff;
}

.voucher-intro-text p {
    margin: 0 0 6px;
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.6;
}

.voucher-intro-text p:last-child {
    margin-bottom: 0;
}


/* Voucher Card */

.voucher-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.voucher-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(43, 48, 137, 0.12);
}


/* Voucher Image */

.voucher-card-image {
    position: relative;
    overflow: hidden;
    height: 260px;
}

.voucher-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.voucher-card:hover .voucher-card-image img {
    transform: scale(1.05);
}

.voucher-discount-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #2B3089 0%, #3b50c9 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 8px 18px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(43, 48, 137, 0.3);
}

[dir="rtl"] .voucher-discount-badge {
    right: auto;
    left: 16px;
}


/* Voucher Body */

.voucher-card-body {
    padding: 20px 20px 12px;
    flex: 1;
}

.voucher-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #2B3089;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(43, 48, 137, 0.08);
    padding: 3px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.voucher-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a202c;
    margin: 0;
    line-height: 1.5;
}


/* Voucher Footer */

.voucher-card-footer {
    padding: 16px 20px 20px;
}


/* =========================================================
   Group Discounts Page – New Theme
   ========================================================= */

.group-discount-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}


/* Left Info Card */

.group-discount-info-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.group-discount-image {
    height: 240px;
    overflow: hidden;
}

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

.group-discount-perks {
    padding: 24px 20px;
    flex: 1;
}

.group-discount-perks-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0c4a6e;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 14px;
}

.group-discount-perks-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 2px;
}

[dir="rtl"] .group-discount-perks-title::after {
    left: auto;
    right: 0;
}

.group-discount-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.group-discount-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
}

.group-discount-benefits li+li {
    border-top: 1px solid #f1f5f9;
}

.benefit-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, rgba(43, 48, 137, 0.08) 0%, rgba(59, 80, 201, 0.12) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-icon i {
    font-size: 1rem;
    color: #2B3089;
}

.group-discount-benefits li strong {
    font-size: 0.9rem;
    color: #1a202c;
    display: block;
    margin-bottom: 2px;
}

.group-discount-benefits li p {
    font-size: 0.82rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}


/* Right Form Card */

.group-discount-form-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.group-form-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0c4a6e;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.group-form-title i {
    color: #2B3089;
    font-size: 1.1rem;
}

.group-form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.group-form-input {
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    background: #f8fafc;
    height: 44px;
}

.group-form-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
    background: #fff;
    outline: none;
}

textarea.group-form-input {
    resize: vertical;
    min-height: 100px;
    height: auto;
}

select.group-form-input {
    appearance: auto;
}


/* =========================================================
   About Us Page – New Theme
   ========================================================= */

.about-block-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.about-block-image img {
    width: 100%;
    height: auto;
    display: block;
}

.about-block-text {
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.8;
}

.about-block-text p {
    margin-bottom: 12px;
}


/* =========================================================
   Partners & Accreditation Logo Grid – New Theme
   ========================================================= */

.logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.logo-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    text-decoration: none;
}

.logo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(43, 48, 137, 0.1);
    text-decoration: none;
}

.logo-card img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.logo-card:hover img {
    transform: scale(1.05);
}


/* =========================================================
   FAQ Accordion – New Theme
   ========================================================= */

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    cursor: pointer;
    gap: 12px;
    transition: background 0.2s ease;
}

.faq-question:hover {
    background: #f8fafc;
}

.faq-question span {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a202c;
    flex: 1;
}

.faq-chevron {
    font-size: 0.85rem;
    color: #64748b;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-question[aria-expanded="true"] .faq-chevron {
    transform: rotate(180deg);
}

.faq-answer-inner {
    padding: 0 20px 18px;
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.7;
}

.faq-answer-inner p {
    margin-bottom: 8px;
}


/* RTL Support */

[dir="rtl"] .bundle-hero-subtitle {
    text-align: right;
}

[dir="rtl"] .bundle-course-item {
    flex-direction: row-reverse;
}

[dir="rtl"] .bundle-course-info {
    text-align: right;
}

[dir="rtl"] .voucher-intro-card {
    flex-direction: row-reverse;
    text-align: right;
}

[dir="rtl"] .group-discount-benefits li {
    flex-direction: row-reverse;
    text-align: right;
}

[dir="rtl"] .group-form-title {
    flex-direction: row-reverse;
}


/* Responsive */

@media (max-width: 991px) {
    .bundle-hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .bundle-hero-section {
        padding: 40px 0 35px;
    }
    .bundle-hero-title {
        font-size: 1.6rem;
    }
    .bundle-hero-subtitle {
        font-size: 0.95rem;
    }
    .bundle-card-header {
        padding: 18px 16px;
    }
    .bundle-course-list {
        padding: 12px 16px;
    }
    .bundle-card-footer {
        padding: 16px;
    }
    .bundle-price-current {
        font-size: 1.3rem;
    }
    .voucher-intro-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
    .voucher-card-image {
        height: 220px;
    }
    .group-discount-form-card {
        padding: 24px 20px;
    }
    .group-discount-image {
        height: 180px;
    }
    .logo-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 12px;
    }
    .logo-card {
        min-height: 120px;
        padding: 16px;
    }
    .faq-question {
        padding: 14px 16px;
    }
    .faq-question span {
        font-size: 0.88rem;
    }
    .faq-answer-inner {
        padding: 0 16px 14px;
        font-size: 0.85rem;
    }
}


/* =============================================
   CONTACT US PAGE
   ============================================= */

.contact-card {
    background: linear-gradient(145deg, #1e3a5f 0%, #2B3089 60%, #1a237e 100%);
    border-radius: 16px;
    padding: 32px 28px;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.contact-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.contact-card-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.contact-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.contact-details-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    position: relative;
    z-index: 1;
}

.contact-details-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-details-list li:last-child {
    border-bottom: none;
}

.contact-detail-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.contact-detail-text {
    display: flex;
    flex-direction: column;
}

.contact-detail-label {
    font-size: 0.78rem;
    opacity: 0.65;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.contact-detail-value {
    font-size: 1rem;
    font-weight: 500;
}

html[dir='rtl'] .contact-detail-icon {
    order: 0;
}

.contact-social-links {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.contact-social-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.25s ease;
    text-decoration: none;
}

.contact-social-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.contact-quick-support {
    display: flex;
    gap: 10px;
    margin-top: auto;
    position: relative;
    z-index: 1;
}

.contact-support-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
}

.contact-support-whatsapp {
    background: #25d366;
    color: #fff;
    font-size: 1rem;
}

.contact-support-whatsapp i {
    font-size: 1.4rem;
}

.contact-support-whatsapp:hover {
    background: #1ebe57;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.contact-support-livechat {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.contact-support-livechat:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

.contact-form-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    height: 100%;
}

.contact-form-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.contact-form-subtitle {
    font-size: 0.95rem;
}

.contact-form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 6px;
    display: block;
}

.contact-form-input {
    height: 46px;
    border-radius: 10px !important;
    border: 1.5px solid #e2e8f0 !important;
    font-size: 0.95rem;
    padding: 10px 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #f8fafc;
}

.contact-form-input:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
    background: #fff;
}

textarea.contact-form-input {
    height: auto !important;
    min-height: 120px;
    resize: vertical;
}

select.contact-form-input {
    appearance: auto;
}

.contact-submit-btn {
    padding: 12px 32px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    transition: all 0.25s ease;
}

.contact-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.contact-map-section {
    line-height: 0;
}

.contact-map-section iframe {
    width: 100%;
}


/* Contact Page Responsive */

@media (max-width: 768px) {
    .contact-card {
        padding: 24px 20px;
        margin-bottom: 20px;
    }
    .contact-form-card {
        padding: 24px 20px;
    }
    .contact-quick-support {
        flex-direction: column;
    }
    .contact-card-header {
        margin-bottom: 20px;
    }
}


/* =============================================
   LEARNING ACTIVITIES CALENDAR PAGE
   ============================================= */

.cal-filter-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    margin-bottom: 24px;
    overflow: hidden;
}

.cal-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid #f0f0f0;
    background: #f8fafc;
}

.cal-filter-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
}

.cal-filter-title i {
    color: #2B3089;
}

.cal-my-calendar-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin: 0;
    font-weight: 500;
    color: #475569;
    font-size: 0.9rem;
}

.cal-my-calendar-toggle input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #2B3089;
    cursor: pointer;
}

.cal-filter-body {
    padding: 20px 24px;
}

.cal-filter-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.cal-filter-select {
    height: 42px !important;
    border-radius: 10px !important;
    border: 1.5px solid #e2e8f0 !important;
    font-size: 0.9rem;
    padding: 6px 12px;
    background: #f8fafc;
    color: #334155;
    appearance: auto;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cal-filter-select:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
    background: #fff;
}

.cal-price-range-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 6px;
}

.cal-price-range-wrapper .price__range-input {
    width: 120px;
    background-color: #e2e8f0;
    height: 5px;
}

.cal-price-range-wrapper .price__range-input input {
    transform: translateY(4px);
}

.cal-price-values {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #2B3089;
    white-space: nowrap;
}

.cal-price-sep {
    color: #94a3b8;
}

.cal-calendar-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    padding: 24px;
}

.cal-calendar-card .fc-prev-button.fc-button.fc-button-primary,
.cal-calendar-card .fc-next-button.fc-button.fc-button-primary,
.cal-calendar-card .fc-today-button.fc-button.fc-button-primary {
    display: flex;
    align-items: center;
}

.cal-calendar-card .fc-today-button.fc-button.fc-button-primary,
.cal-calendar-card .fc--button.fc-button.fc-button-primary {
    display: none;
}

.cal-calendar-card .fc-button-primary {
    background-color: #2B3089;
    border-color: #2B3089;
}

.cal-calendar-card .fc-button-primary:hover {
    background-color: #1e2470;
    border-color: #1e2470;
}

.cal-calendar-card .fc-toolbar-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e293b;
}


/* Calendar Page Responsive */

@media (max-width: 768px) {
    .cal-filter-header {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
    .cal-filter-body {
        padding: 16px;
    }
    .cal-calendar-card {
        padding: 16px 12px;
    }
    .cal-price-range-wrapper {
        flex-wrap: wrap;
    }
}


/* ============================================
   PROFILE PAGES - Modern Design
   ============================================ */


/* Hero Banner */

.profile-section {
    background: #f4f7fb;
    min-height: 100vh;
}

.profile-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #2B3089 50%, #1a237e 100%);
    padding: 50px 0 40px;
    position: relative;
    overflow: hidden;
}

.profile-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.profile-hero-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.profile-hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

.profile-hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.profile-hero-breadcrumb a:hover {
    color: #fff;
}

.profile-hero-breadcrumb span {
    color: rgba(255, 255, 255, 0.5);
}

.profile-hero-breadcrumb span:last-child {
    color: #fff;
    font-weight: 500;
}


/* Container */

.profile-container {
    margin-top: -20px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}


/* Sidebar */

.profile-sidebar {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    position: sticky;
    top: 80px;
}

.profile-sidebar-avatar {
    padding: 28px 20px;
    text-align: center;
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border-bottom: 1px solid #e8eaf6;
}

.sidebar-avatar-wrapper {
    position: relative;
    display: inline-block;
}

.profile-sidebar-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    transition: border-color 0.3s;
    cursor: pointer;
}

.profile-sidebar-avatar img:hover {
    border-color: #3b82f6;
}

.sidebar-avatar-edit {
    position: absolute;
    bottom: 8px;
    right: -2px;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.7rem;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
    transition: transform 0.2s;
    cursor: pointer;
}

.sidebar-avatar-edit:hover {
    transform: scale(1.1);
    color: #fff;
    text-decoration: none;
}

.profile-sidebar-avatar h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #1e3a5f;
    margin: 0;
}

.profile-nav {
    padding: 8px 0;
}

.profile-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #374151;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

html[dir="rtl"] .profile-nav-item {
    border-left: none;
    border-right: 3px solid transparent;
}

.profile-nav-item:hover {
    background: #f0f9ff;
    color: #2B3089;
    text-decoration: none;
    border-left-color: #3b82f6;
}

html[dir="rtl"] .profile-nav-item:hover {
    border-left-color: transparent;
    border-right-color: #3b82f6;
}

.profile-nav-item.active {
    background: linear-gradient(135deg, #eff6ff, #e0f2fe);
    color: #2B3089;
    font-weight: 600;
    border-left-color: #2B3089;
}

html[dir="rtl"] .profile-nav-item.active {
    border-left-color: transparent;
    border-right-color: #2B3089;
}

.profile-nav-item i {
    width: 20px;
    text-align: center;
    font-size: 1rem;
    color: #6b7280;
    transition: color 0.2s;
}

.profile-nav-item:hover i,
.profile-nav-item.active i {
    color: #2B3089;
}


/* Content Card */

.profile-content-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    padding: 30px;
}

.profile-content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 2px solid #e8eaf6;
}

.profile-content-header h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1e3a5f;
    margin: 0;
}

.profile-view-btn {
    border-radius: 8px;
    font-weight: 600;
    padding: 8px 16px;
    font-size: 0.85rem;
}


/* Alerts */

.profile-alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.profile-alert i {
    font-size: 1.1rem;
    margin-top: 2px;
}

.profile-alert-danger {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

.profile-alert-success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}


/* Form Sections */

.profile-form-section {
    padding: 24px 0;
    border-bottom: 1px solid #f0f2ff;
}

.profile-form-section:last-of-type {
    border-bottom: none;
}

.profile-form-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 1.05rem;
    color: #1e3a5f;
    font-weight: 600;
}

.profile-form-section-title i {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #2B3089;
    border-radius: 10px;
    font-size: 0.9rem;
}

.profile-section .toggle-password .input-group-text {
    background: #f8f9ff;
    border-color: #e2e8f0;
    color: #64748b;
    transition: all 0.2s ease;
}

.profile-section .toggle-password:hover .input-group-text,
.profile-section .toggle-password:hover {
    color: #2B3089;
}

.profile-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.profile-section-title i {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #2B3089;
    border-radius: 10px;
    font-size: 0.9rem;
}

.profile-section-title h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e3a5f;
    margin: 0;
}


/* Profile Photo */

.profile-photo-upload {
    position: relative;
    display: inline-block;
}

.profile-photo-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #e8eaf6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: border-color 0.3s;
}

.profile-photo-img:hover {
    border-color: #3b82f6;
}

.profile-photo-edit {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 34px;
    height: 34px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.8rem;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
    transition: transform 0.2s;
}

.profile-photo-edit:hover {
    transform: scale(1.1);
    color: #fff;
    text-decoration: none;
}


/* Form Inputs */

.profile-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
    display: block;
}

.profile-label i {
    color: #6b7280;
    margin-right: 4px;
}

html[dir="rtl"] .profile-label i {
    margin-right: 0;
    margin-left: 4px;
}

.profile-input {
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 0.95rem;
    transition: all 0.2s;
    background: #fafbfc;
}

.profile-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    background: #fff;
}

textarea.profile-input {
    resize: vertical;
    min-height: 100px;
}


/* Upload & URL Groups */

.profile-upload-group {
    background: #f8f9ff;
    border: 1px dashed #d1d5db;
    border-radius: 12px;
    padding: 16px;
    margin-top: 12px;
}

.profile-add-more {
    color: #2B3089;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 4px 0;
    text-decoration: none;
}

.profile-add-more:hover {
    color: #1e40af;
    text-decoration: none;
}

.profile-add-more i {
    margin-right: 4px;
}

html[dir="rtl"] .profile-add-more i {
    margin-right: 0;
    margin-left: 4px;
}


/* Save Button */

.profile-form-actions {
    padding-top: 24px;
    text-align: right;
}

html[dir="rtl"] .profile-form-actions {
    text-align: left;
}

.profile-save-btn {
    background: linear-gradient(135deg, #2B3089, #1e40af);
    border: none;
    border-radius: 10px;
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 4px 15px rgba(43, 48, 137, 0.3);
    transition: all 0.3s;
}

.profile-save-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(43, 48, 137, 0.4);
    background: linear-gradient(135deg, #1e40af, #2B3089);
    color: #fff;
}

.profile-save-btn i {
    margin-right: 6px;
}

html[dir="rtl"] .profile-save-btn i {
    margin-right: 0;
    margin-left: 6px;
}


/* Responsive */

@media (max-width: 991px) {
    .profile-sidebar {
        position: static;
        margin-bottom: 24px;
    }
    .profile-sidebar-avatar {
        display: flex;
        align-items: center;
        gap: 14px;
        text-align: left;
        padding: 18px 20px;
    }
    html[dir="rtl"] .profile-sidebar-avatar {
        text-align: right;
    }
    .profile-sidebar-avatar img {
        width: 50px;
        height: 50px;
        margin-bottom: 0;
    }
    .profile-nav {
        display: flex;
        overflow-x: auto;
        padding: 0;
        gap: 0;
        -webkit-overflow-scrolling: touch;
    }
    .profile-nav-item {
        white-space: nowrap;
        padding: 12px 16px;
        border-left: none;
        border-bottom: 3px solid transparent;
        font-size: 0.85rem;
    }
    html[dir="rtl"] .profile-nav-item {
        border-right: none;
    }
    .profile-nav-item.active {
        border-bottom-color: #2B3089;
        border-left-color: transparent;
    }
    html[dir="rtl"] .profile-nav-item.active {
        border-right-color: transparent;
    }
    .profile-nav-item:hover {
        border-left-color: transparent;
        border-bottom-color: #3b82f6;
    }
    html[dir="rtl"] .profile-nav-item:hover {
        border-right-color: transparent;
    }
    .profile-content-card {
        padding: 20px 16px;
    }
    .profile-hero {
        padding: 30px 0 25px;
    }
    .profile-hero-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 575px) {
    .profile-content-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .profile-form-actions {
        text-align: center;
    }
    .profile-save-btn {
        width: 100%;
    }
}


/* ORDER HISTORY - Table Styles */

.profile-content-card .table-responsive {
    margin-top: 10px;
}

.profile-content-card .table {
    font-size: 0.9rem;
}

.profile-content-card .table thead th {
    background: #f8f9ff;
    color: #1e3a5f;
    font-weight: 600;
    border-bottom: 2px solid #e2e8f0;
    padding: 12px 14px;
    white-space: nowrap;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.profile-content-card .table tbody td {
    padding: 12px 14px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f2ff;
}

.profile-content-card .table tbody tr:hover {
    background: #f8f9ff;
}

.order-id-badge {
    font-weight: 600;
    color: #2B3089;
    font-size: 0.85rem;
}

.order-method-badge {
    display: inline-block;
    padding: 3px 10px;
    background: #eff6ff;
    color: #1e3a5f;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.order-actions {
    display: flex;
    gap: 6px;
}

.order-actions .btn {
    border-radius: 8px;
    padding: 4px 10px;
}

.profile-content-card .badge {
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 0.78rem;
}

.profile-content-card .badge-success {
    background: #dcfce7;
    color: #166534;
}

.profile-content-card .badge-warning {
    background: #fef9c3;
    color: #854d0e;
}

.profile-content-card .badge-danger {
    background: #fee2e2;
    color: #991b1b;
}

.profile-content-card .badge i {
    margin-right: 3px;
}

html[dir="rtl"] .profile-content-card .badge i {
    margin-right: 0;
    margin-left: 3px;
}

.profile-alert-info {
    background: #eff6ff;
    border-left: 4px solid #3b82f6;
    color: #1e3a5f;
}

html[dir="rtl"] .profile-alert-info {
    border-left: none;
    border-right: 4px solid #3b82f6;
}


/* OFFER PURCHASES */

.offer-voucher-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #2B3089;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.offer-voucher-badge i {
    font-size: 1rem;
}

.offer-purchases-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 10px;
}

.offer-purchase-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #f8f9ff;
    border-radius: 12px;
    border: 1px solid #e8eaf6;
    transition: all 0.2s ease;
}

.offer-purchase-item:hover {
    border-color: #c5cae9;
    box-shadow: 0 4px 12px rgba(43, 48, 137, 0.08);
}

.offer-purchase-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
}

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

.offer-purchase-details {
    flex-grow: 1;
}

.offer-purchase-details h5 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 600;
    color: #1e3a5f;
}

.offer-coupon-code {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: #fff;
    border: 1px dashed #2B3089;
    border-radius: 6px;
    font-size: 0.82rem;
    color: #2B3089;
    font-weight: 500;
    font-family: monospace;
}

.offer-purchase-action {
    flex-shrink: 0;
}

.offer-amount-badge {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(135deg, #1e3a5f, #2B3089);
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}


/* NOTIFICATIONS */

.notif-group {
    margin-bottom: 24px;
}

.notif-group:last-child {
    margin-bottom: 0;
}

.notif-group-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f2ff;
}

.notif-group-label {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1e3a5f;
}

.notif-group-date {
    font-size: 0.85rem;
    color: #94a3b8;
}

.notif-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 4px;
    text-decoration: none;
    color: #475569;
    transition: all 0.2s ease;
    position: relative;
}

.notif-item:hover {
    background: #f8f9ff;
    color: #1e3a5f;
    text-decoration: none;
}

.notif-item.notif-unread {
    background: #eff6ff;
    font-weight: 600;
    color: #1e3a5f;
}

.notif-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
    color: #2B3089;
    border-radius: 10px;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.notif-unread .notif-icon {
    background: linear-gradient(135deg, #2B3089, #1e3a5f);
    color: #fff;
}

.notif-text {
    flex-grow: 1;
    font-size: 0.9rem;
    line-height: 1.4;
}

.notif-message {
    font-size: 0.82rem;
    color: #6b7280;
    margin-top: 3px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notif-message.expanded {
    display: block;
    overflow: visible;
}

.notif-expand-hint {
    font-size: 0.75rem;
    color: #3b82f6;
    margin-top: 4px;
    display: inline-block;
    cursor: pointer;
}

.notif-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3b82f6;
    flex-shrink: 0;
}

.notif-empty {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    color: #94a3b8;
    font-size: 0.9rem;
}

.notif-empty i {
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    .offer-purchase-item {
        flex-direction: column;
        text-align: center;
    }
    .offer-purchase-image {
        width: 100px;
        height: 100px;
    }
    .offer-voucher-badge {
        margin-top: 8px;
    }
    .profile-content-header {
        flex-direction: column;
        gap: 8px;
    }
}


/* =============================================
   AUTH PAGES (Login, Sign Up, Reset Password)
   ============================================= */

.auth-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f0f2f5 0%, #e8eaf6 50%, #e3e6f0 100%);
    padding: 40px 16px;
    position: relative;
}

.auth-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(135deg, #1e3a5f, #2B3089, #1a237e);
    border-radius: 0 0 50% 50% / 0 0 30% 30%;
}

.auth-section .container {
    position: relative;
    z-index: 1;
}

.auth-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(43, 48, 137, 0.12), 0 2px 10px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    animation: authFadeIn 0.5s ease-out;
}

@keyframes authFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.auth-card-header {
    text-align: center;
    padding: 36px 36px 0;
}

.auth-logo {
    height: 50px;
    margin-bottom: 20px;
}

.auth-card-header h2 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #2B3089;
    margin-bottom: 6px;
    line-height: 1.3;
}

.auth-subtitle {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0;
    line-height: 1.4;
}

.auth-card-body {
    padding: 28px 36px;
}

.auth-card-footer {
    text-align: center;
    padding: 16px 36px 28px;
    border-top: 1px solid #f0f0f0;
}

.auth-card-footer p {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
}

.auth-card-footer a {
    color: #2B3089;
    font-weight: 600;
    text-decoration: none;
}

.auth-card-footer a:hover {
    text-decoration: underline;
    color: #1a237e;
}


/* Form Groups & Inputs */

.auth-form-group {
    margin-bottom: 18px;
}

.auth-label {
    display: block;
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: #333;
    margin-bottom: 6px;
}

.auth-input-wrapper {
    position: relative !important;
    display: block;
}

.auth-input-wrapper>i,
.auth-input-wrapper>.fa,
.auth-input-wrapper>.fa-solid,
.auth-input-wrapper>.fa-regular,
.auth-input-wrapper>.fas,
.auth-input-wrapper>.far,
.auth-input-wrapper>svg:first-of-type,
.auth-input-wrapper>svg.svg-inline--fa:first-of-type {
    position: absolute !important;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 1rem;
    z-index: 2;
    pointer-events: none;
    line-height: 1;
    display: inline-block !important;
    width: 1em !important;
    height: 1em;
    text-align: center;
}

.auth-input {
    display: block;
    width: 100%;
    padding: 12px 14px 12px 42px;
    border: 1.5px solid #e0e0e0;
    border-radius: 12px;
    font-size: 0.93rem;
    font-family: 'Inter', sans-serif;
    color: #333;
    background: #fafbfc;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
}

.auth-input:focus {
    border-color: #2B3089;
    box-shadow: 0 0 0 3px rgba(43, 48, 137, 0.1);
    background: #fff;
}

.auth-input::placeholder {
    color: #b0b7c3;
}


/* Select inputs */

.auth-select {
    cursor: pointer;
    padding-right: 36px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%239ca3af' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    line-height: normal;
}


/* Password field needs extra right padding for toggle button */

.auth-input-wrapper .auth-input[type="password"],
.auth-input-wrapper .auth-input.has-toggle {
    padding-right: 44px;
}


/* Toggle Password Button */

.auth-toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 4px 6px;
    font-size: 1rem;
    z-index: 1;
    transition: color 0.2s;
}

.auth-toggle-password:hover {
    color: #2B3089;
}


/* Primary Button */

.auth-btn-primary {
    width: 100%;
    padding: 13px;
    background: linear-gradient(135deg, #2B3089, #1a237e);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    text-align: center;
}

.auth-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(43, 48, 137, 0.35);
    background: linear-gradient(135deg, #1a237e, #2B3089);
    color: #fff;
}


/* Secondary Button */

.auth-btn-secondary {
    width: 100%;
    padding: 13px;
    background: #fff;
    color: #2B3089;
    border: 2px solid #2B3089;
    border-radius: 12px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.auth-btn-secondary:hover {
    background: #f0f1ff;
    transform: translateY(-1px);
}


/* Actions Row (Skip / Next) */

.auth-actions-row {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.auth-actions-row .auth-btn-primary,
.auth-actions-row .auth-btn-secondary {
    flex: 1;
}


/* Options Row (Remember + Forgot) */

.auth-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.auth-remember {
    display: flex;
    align-items: center;
    gap: 8px;
}

.auth-remember input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #2B3089;
    cursor: pointer;
}

.auth-remember label {
    font-size: 0.85rem;
    color: #555;
    cursor: pointer;
    margin: 0;
}

.auth-remember a {
    color: #2B3089;
    text-decoration: none;
    font-weight: 500;
}

.auth-remember a:hover {
    text-decoration: underline;
}

.auth-forgot-link {
    font-size: 0.85rem;
    color: #2B3089;
    text-decoration: none;
    font-weight: 500;
}

.auth-forgot-link:hover {
    text-decoration: underline;
    color: #1a237e;
}


/* Radio Groups */

.auth-radio-group {
    display: flex;
    gap: 16px;
    margin-top: 4px;
}

.auth-radio-option {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    margin: 0;
}

.auth-radio-option input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #2B3089;
    cursor: pointer;
}

.auth-radio-label {
    font-size: 0.9rem;
    color: #444;
}


/* Help Text */

.auth-help-text {
    display: block;
    font-size: 0.8rem;
    color: #888;
    margin-top: 6px;
}


/* Info Icon */

.auth-info-icon {
    color: #2B3089;
    cursor: pointer;
    font-size: 0.85rem;
}


/* OTP Inputs */

.auth-otp-group {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 24px 0 28px;
}

.auth-otp-input {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2B3089;
    border: 2px solid #e0e0e0;
    border-radius: 14px;
    background: #fafbfc;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    -webkit-appearance: none;
}

.auth-otp-input:focus {
    border-color: #2B3089;
    box-shadow: 0 0 0 3px rgba(43, 48, 137, 0.12);
    background: #fff;
}


/* Resend Section */

.auth-resend-section {
    text-align: center;
    margin-top: 16px;
}

.auth-countdown {
    color: #888;
    font-size: 0.85rem;
}

.auth-resend-btn {
    background: none;
    border: none;
    color: #2B3089;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: underline;
    padding: 4px 8px;
}

.auth-resend-btn:hover {
    color: #1a237e;
}


/* Photo Upload */

.auth-photo-upload {
    text-align: center;
    margin-bottom: 24px;
}

.auth-photo-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #e0e0e0;
    transition: border-color 0.2s;
}

.auth-photo-wrapper:hover {
    border-color: #2B3089;
}

.auth-photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auth-photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: rgba(43, 48, 137, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.9rem;
    opacity: 0;
    transition: opacity 0.2s;
}

.auth-photo-wrapper:hover .auth-photo-overlay {
    opacity: 1;
}


/* Lock / Key Icon */

.auth-lock-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, #e8eaf6, #c5cae9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #2B3089;
}


/* Success Icon */

.auth-success-icon {
    font-size: 4rem;
    color: #4caf50;
    margin-bottom: 20px;
}

.auth-success-title {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    color: #2B3089;
    margin-bottom: 10px;
}

.auth-success-message {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 28px;
}


/* Profile Icon (create profile page) */

.auth-profile-icon {
    text-align: center;
    font-size: 3rem;
    color: #2B3089;
    margin: 10px 0 28px;
    opacity: 0.6;
}


/* Account Type Selection Cards */

.auth-account-types {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.auth-type-card {
    flex: 1;
    padding: 28px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.25s, background 0.25s, transform 0.2s, box-shadow 0.2s;
    background: #fafbfc;
}

.auth-type-card:hover {
    border-color: #b0b5e8;
    background: #f5f6ff;
    transform: translateY(-2px);
}

.auth-type-card.active {
    border-color: #2B3089;
    background: linear-gradient(135deg, #f0f1ff, #e8eaf6);
    box-shadow: 0 4px 16px rgba(43, 48, 137, 0.15);
}

.auth-type-icon {
    font-size: 2.2rem;
    color: #2B3089;
    margin-bottom: 10px;
}

.auth-type-card h4 {
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    color: #333;
    margin: 0;
    font-size: 1rem;
}

.auth-type-card.active h4 {
    color: #2B3089;
}


/* RTL Support */

[dir="rtl"] .auth-input-wrapper>i,
[dir="rtl"] .auth-input-wrapper>.fa,
[dir="rtl"] .auth-input-wrapper>.fa-solid,
[dir="rtl"] .auth-input-wrapper>.fa-regular,
[dir="rtl"] .auth-input-wrapper>.fas,
[dir="rtl"] .auth-input-wrapper>.far,
[dir="rtl"] .auth-input-wrapper>svg:first-of-type,
[dir="rtl"] .auth-input-wrapper>svg.svg-inline--fa:first-of-type {
    left: auto;
    right: 14px;
    transform: translateY(-50%);
}

[dir="rtl"] .auth-input {
    padding: 12px 42px 12px 14px;
}

[dir="rtl"] .auth-toggle-password {
    right: auto;
    left: 12px;
    transform: translateY(-50%);
}

[dir="rtl"] .auth-select {
    background-position: left 14px center;
    padding-left: 36px;
    padding-right: 42px;
}


/* Responsive */

@media (max-width: 768px) {
    .auth-section {
        padding: 20px 10px;
    }
    .auth-section::before {
        height: 200px;
    }
    .auth-card-header {
        padding: 24px 20px 0;
    }
    .auth-card-body {
        padding: 20px;
    }
    .auth-card-footer {
        padding: 14px 20px 20px;
    }
    .auth-otp-input {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        border-radius: 10px;
    }
    .auth-account-types {
        flex-direction: column;
    }
    .auth-type-card {
        padding: 20px 16px;
    }
    .auth-actions-row {
        flex-direction: column;
    }
    .auth-options {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .auth-card-header h2 {
        font-size: 1.3rem;
    }
    .auth-otp-group {
        gap: 10px;
    }
    .auth-otp-input {
        width: 44px;
        height: 44px;
        font-size: 1rem;
        border-radius: 8px;
    }
}


/* ========================================
   MY LEARNING PAGE
   ======================================== */

.mylearning-section {
    background: #f4f7fb;
    min-height: 100vh;
}

.mylearning-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #2B3089 50%, #1a237e 100%);
    padding: 50px 0 60px;
    position: relative;
    overflow: hidden;
}

.mylearning-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.mylearning-hero-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.mylearning-hero-subtitle {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
    margin-bottom: 12px;
    font-weight: 400;
}

.mylearning-hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

.mylearning-hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.mylearning-hero-breadcrumb a:hover {
    color: #fff;
}

.mylearning-hero-breadcrumb span {
    color: rgba(255, 255, 255, 0.5);
}

.mylearning-hero-breadcrumb span:last-child {
    color: #fff;
    font-weight: 500;
}


/* Container */

.mylearning-container {
    padding-bottom: 60px;
}


/* Tabs */

.mylearning-tabs {
    display: flex;
    gap: 4px;
    background: #fff;
    border-radius: 16px;
    padding: 6px;
    margin-top: -28px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
}

.mylearning-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    border-radius: 12px;
    color: #6b7280;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    border: none;
    background: transparent;
}

.mylearning-tab:hover {
    color: #2B3089;
    background: rgba(43, 48, 137, 0.05);
    text-decoration: none;
}

.mylearning-tab.active {
    color: #fff;
    background: linear-gradient(135deg, #2B3089, #1e3a5f);
    box-shadow: 0 4px 12px rgba(43, 48, 137, 0.3);
}

.mylearning-tab.active:hover {
    color: #fff;
    text-decoration: none;
}

.mylearning-tab.nav-link {
    border: none;
    padding: 14px 20px;
}

.mylearning-tab i {
    font-size: 1rem;
}

.mylearning-tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 11px;
    font-size: 0.75rem;
    font-weight: 600;
    background: rgba(43, 48, 137, 0.1);
    color: #2B3089;
}

.mylearning-tab.active .mylearning-tab-count {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}


/* Announcements */

.mylearning-announcement {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: linear-gradient(135deg, #eef2ff, #e8f4fd);
    border: 1px solid rgba(43, 48, 137, 0.12);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 16px;
    position: relative;
    animation: fadeIn 0.3s ease;
}

.mylearning-announcement-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #2B3089, #3b5998);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.mylearning-announcement-content {
    flex: 1;
    min-width: 0;
}

.mylearning-announcement-content h6 {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 6px;
    font-size: 0.95rem;
}

.mylearning-announcement-body {
    font-size: 0.85rem;
    color: #4b5563;
    max-height: 80px;
    overflow-y: auto;
    margin-bottom: 8px;
    line-height: 1.5;
}

.mylearning-announcement-date {
    font-size: 0.8rem;
    color: #6b7280;
}

.mylearning-announcement-date i {
    margin-right: 4px;
}

.mylearning-announcement-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 1rem;
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    transition: all 0.2s;
    line-height: 1;
}

.mylearning-announcement-close:hover {
    color: #ef4444;
    background: rgba(239, 68, 68, 0.1);
}


/* Learning Cards */

.mylearning-card {
    display: flex;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.mylearning-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.mylearning-card-thumb {
    width: 240px;
    min-width: 240px;
    position: relative;
    overflow: hidden;
}

.mylearning-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.mylearning-card:hover .mylearning-card-thumb img {
    transform: scale(1.05);
}

.mylearning-badge-free {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
}

.mylearning-badge-locked {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
}

.mylearning-card-body {
    flex: 1;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.mylearning-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 8px;
}

.mylearning-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s;
}

.mylearning-card-title:hover {
    color: #2B3089;
    text-decoration: none;
}

.mylearning-card-actions {
    display: flex;
    gap: 6px;
    flex-shrink: 0;
}

.mylearning-action-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #6b7280;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}

.mylearning-action-btn:hover {
    border-color: #2B3089;
    color: #2B3089;
    background: rgba(43, 48, 137, 0.05);
    text-decoration: none;
}

.mylearning-go-btn {
    background: linear-gradient(135deg, #2B3089, #1e3a5f);
    color: #fff;
    border: none;
}

.mylearning-action-btn.mylearning-go-btn:hover {
    color: #fff;
    background: linear-gradient(135deg, #1e3a5f, #2B3089);
    transform: translateX(2px);
    box-shadow: 0 4px 12px rgba(43, 48, 137, 0.3);
}

.mylearning-card-desc {
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 10px;
}

.mylearning-card-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.mylearning-meta-item {
    font-size: 0.8rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 5px;
}

.mylearning-meta-item i {
    color: #2B3089;
    font-size: 0.75rem;
}


/* Progress & Status */

.mylearning-card-progress {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.mylearning-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 8px;
}

.mylearning-status-earned {
    background: rgba(99, 102, 241, 0.1);
    color: #4f46e5;
}

.mylearning-status-completed {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
}

.mylearning-status-progress {
    background: rgba(245, 158, 11, 0.1);
    color: #d97706;
}

.mylearning-progress-wrapper {
    flex: 1;
    min-width: 200px;
}

.mylearning-progress-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.mylearning-progress-pct {
    font-size: 0.8rem;
    font-weight: 600;
    color: #374151;
}

.mylearning-progress-bar {
    height: 6px;
    border-radius: 3px;
    background: #e5e7eb;
}

.mylearning-progress-bar .progress-bar {
    background: linear-gradient(90deg, #2B3089, #6366f1);
    border-radius: 3px;
}

.mylearning-deadline {
    font-size: 0.8rem;
    font-weight: 500;
    color: #d97706;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 8px;
    background: rgba(245, 158, 11, 0.08);
}

.mylearning-deadline-expired {
    color: #dc2626;
    background: rgba(220, 38, 38, 0.08);
}


/* Action Links */

.mylearning-card-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
}

.mylearning-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid #e5e7eb;
    color: #374151;
    background: #fff;
    cursor: pointer;
}

.mylearning-link-btn:hover {
    text-decoration: none;
    border-color: #2B3089;
    color: #2B3089;
}

.mylearning-link-primary {
    background: linear-gradient(135deg, #2B3089, #1e3a5f);
    color: #fff;
    border: none;
}

.mylearning-link-primary:hover {
    color: #fff;
    box-shadow: 0 4px 12px rgba(43, 48, 137, 0.3);
    transform: translateY(-1px);
}

.mylearning-link-whatsapp {
    border-color: #25D366;
    color: #128C7E;
}

.mylearning-link-whatsapp:hover {
    background: #25D366;
    color: #fff;
    border-color: #25D366;
}


/* Empty States */

.mylearning-empty {
    text-align: center;
    padding: 60px 20px;
}

.mylearning-empty-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(43, 48, 137, 0.08), rgba(99, 102, 241, 0.12));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: #2B3089;
}

.mylearning-empty h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.mylearning-empty p {
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.mylearning-empty-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #2B3089, #1e3a5f);
    color: #fff;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.mylearning-empty-btn:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(43, 48, 137, 0.3);
    transform: translateY(-2px);
}


/* Certificate Cards */

.mylearning-cert-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
    height: 100%;
}

.mylearning-cert-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.mylearning-cert-img {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.mylearning-cert-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.mylearning-cert-card:hover .mylearning-cert-img img {
    transform: scale(1.05);
}

.mylearning-cert-overlay {
    position: absolute;
    inset: 0;
    background: rgba(30, 27, 75, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mylearning-cert-card:hover .mylearning-cert-overlay {
    opacity: 1;
}

.mylearning-cert-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #2B3089;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.2s;
}

.mylearning-cert-view-btn:hover {
    text-decoration: none;
    color: #1e3a5f;
    transform: scale(1.05);
}

.mylearning-cert-body {
    padding: 16px 20px;
}

.mylearning-cert-body h6 {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
    font-size: 0.95rem;
    line-height: 1.4;
}

.mylearning-cert-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #059669;
    background: rgba(16, 185, 129, 0.08);
    padding: 4px 10px;
    border-radius: 6px;
}


/* Favorite Cards */

.mylearning-fav-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mylearning-fav-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.mylearning-fav-img {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.mylearning-fav-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.mylearning-fav-card:hover .mylearning-fav-img img {
    transform: scale(1.05);
}

.mylearning-fav-heart {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: #ef4444;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}

.mylearning-fav-body {
    padding: 16px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mylearning-fav-body h6 {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
    font-size: 0.95rem;
    line-height: 1.4;
}

.mylearning-fav-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.mylearning-fav-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2B3089;
}

.mylearning-fav-book-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #2B3089, #1e3a5f);
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s;
}

.mylearning-fav-book-btn:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(43, 48, 137, 0.3);
    transform: translateY(-1px);
}


/* Responsive */

@media (max-width: 768px) {
    .mylearning-hero {
        padding: 30px 0 50px;
    }
    .mylearning-hero-title {
        font-size: 1.6rem;
    }
    .mylearning-tabs {
        flex-direction: column;
        gap: 2px;
        margin-top: -24px;
    }
    .mylearning-tab {
        justify-content: flex-start;
        padding: 12px 16px;
    }
    .mylearning-card {
        flex-direction: column;
    }
    .mylearning-card-thumb {
        width: 100%;
        min-width: 100%;
        height: 180px;
    }
    .mylearning-card-body {
        padding: 16px;
    }
    .mylearning-card-header {
        flex-direction: column;
        gap: 8px;
    }
    .mylearning-card-actions {
        align-self: flex-end;
    }
    .mylearning-progress-wrapper {
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .mylearning-hero-title {
        font-size: 1.3rem;
    }
    .mylearning-card-meta {
        gap: 10px;
    }
    .mylearning-card-links {
        flex-direction: column;
    }
    .mylearning-link-btn {
        justify-content: center;
    }
}


/* RTL Support */

html[dir="rtl"] .mylearning-hero::before {
    right: auto;
    left: -80px;
}

html[dir="rtl"] .mylearning-announcement-close {
    right: auto;
    left: 12px;
}

html[dir="rtl"] .mylearning-announcement-date i {
    margin-right: 0;
    margin-left: 4px;
}

html[dir="rtl"] .mylearning-go-btn:hover {
    transform: translateX(-2px);
}

html[dir="rtl"] .mylearning-fav-heart {
    right: auto;
    left: 12px;
}

html[dir="rtl"] .mylearning-badge-free,
html[dir="rtl"] .mylearning-badge-locked {
    left: auto;
    right: 12px;
}


/* ========================================
   Skeleton Loading Cards
   ======================================== */


/* ── Professional Category pill selector ── */

.cd-entity-selector {
    background: #f7f9fc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
}

.cd-entity-label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #1a73e8;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
}


/* ── Workshop Add-ons ───────────────────────────────────── */

.cd-workshops-section {
    border-top: 1px solid #e8ecf2;
    padding-top: 10px;
}

.cd-workshop-card {
    border: 1.5px solid #dde3ef;
    border-radius: 8px;
    padding: 10px 14px 10px 12px;
    margin-bottom: 8px;
    background: #f8faff;
    transition: border-color .15s;
}

.cd-workshop-card:hover {
    border-color: hsla(237, 52%, 55%, .5);
}

.cd-workshop-card.ws-required {
    border-color: hsla(237, 52%, 35%, .35);
    background: #f0f3ff;
}

.cd-workshop-card .ws-inner {
    display: flex;
    align-items: flex-start;
}

.cd-workshop-card .ws-checkbox {
    flex-shrink: 0;
    margin-top: 3px;
    margin-right: 10px;
}

.cd-workshop-card .ws-label {
    flex: 1 1 auto;
    font-size: 0.88rem;
    cursor: pointer;
    margin-bottom: 0;
    min-width: 0;
}

.cd-workshop-card .ws-label small {
    line-height: 1.5;
}

.cd-workshop-card .ws-price {
    flex-shrink: 0;
    font-size: 0.82rem;
    font-weight: 700;
    color: hsla(237, 52%, 35%, 1);
    white-space: nowrap;
    margin-left: 12px;
}

.cd-entity-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cd-entity-pill {
    border: 2px solid #cbd5e1;
    background: #fff;
    color: #475569;
    border-radius: 50px;
    padding: 5px 16px;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.18s, background 0.18s, color 0.18s, box-shadow 0.18s;
    outline: none;
}

.cd-entity-pill:hover {
    border-color: #1a73e8;
    color: #1a73e8;
    background: #eff6ff;
}

.cd-entity-pill.active {
    border-color: #1a73e8;
    background: #1a73e8;
    color: #fff;
    box-shadow: 0 2px 8px rgba(26, 115, 232, 0.25);
}

@keyframes skeleton-shimmer {
    0% {
        background-position: -600px 0;
    }
    100% {
        background-position: 600px 0;
    }
}

.skeleton-box {
    display: inline-block;
    width: 100%;
    background: linear-gradient(90deg, #e8eaed 25%, #f4f5f7 50%, #e8eaed 75%);
    background-size: 600px 100%;
    animation: skeleton-shimmer 1.4s infinite linear;
    border-radius: 6px;
}