.dashboard-body {
    box-shadow: none;
    padding: 0px;
    border-radius: 8px;
    height: 100%;
}

.dashboard-inner {
    padding: 30px;
}

.btn-primary,
.home-btn {
    font-family: 'Segoe UI';
    font-weight: 600;
    line-height: 150%;
    vertical-align: middle;
    border: 1px solid #07641D;
    /* padding: 4px 12px; */
    border-width: 1px;
    background-color: #07641D;
    color: #ffffff;
    font-size: 13px;
    border-radius: 4px;
}

.home-btn {
    padding: 4px 12px;
}

.btn-primary:hover {
    color: #07641D !important;
    background-color: white !important;
    border-color: #07641D !important;
}

.btn-primary:focus {
    color: #fff !important;
    background-color: #07641D !important;
    border-color: #07641D !important;
}

.btn-dark,
.btn-border-black {
    font-family: 'Segoe UI';
    font-weight: 600;
    line-height: 150%;
    vertical-align: middle;
    border: 1px solid #07641D;
    /* padding: 4px 12px; */
    border-width: 1px;
    background-color: white;
    color: #07641D;
    font-size: 13px;
    border-radius: 4px;
}

.btn-dark:hover,
.btn-border-black:hover {
    background: #07641D !important;
    color: white;
}

.alert {
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    /* margin-top: 14px; */
    padding: 10px 5px 0px 0px !important;
    font-size: large;
}

.dash-grid-box .grid-box-inner {
    position: relative;
    display: flex;
    padding: 30px;
    /* border-radius: 10px; */
    min-height: 132px;
    /* background: #fff; */
    /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12); */
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

a {
    text-decoration: none;
    outline: 0 !important;
}

.error {
    color: #e00000 !important;
}

.breadcrumb-item+.breadcrumb-item {
    /* padding-left: 1.3rem; */
}

.breadcrumb-item+.breadcrumb-item::before {
    top: -4px;
}

.select2-container--default .select2-selection--multiple {
    box-shadow: 0px 1px 0px 0px #616161 !important;
    border: 1px solid #DEDEDE !important;
    outline: 0;
    padding: .375rem 2.25rem .375rem .75rem !important;
    font-family: 'Segoe UI';
}

.select2-container .select2-search--inline .select2-search__field {
    margin-left: 0px !important;
    font-family: 'Segoe UI';
}

.select2-search__field {
    padding-left: 0px !important;
}

.setup-content button {
    float: right;
    font-size: 16px;
    margin-right: 1rem;
    min-width: 5vw;
}

.setup-content .form-group {
    margin: 20px 0 !important;
}

.setup-content .form-group label {
    padding-top: 1px;
    margin-bottom: 0px;
    /* padding-left: 24px !important; */
    font-size: 16px;
    line-height: 20px !important;
    color: #717171;
    font-family: 'Segoe UI';
    font-weight: 400;
    text-align: left;
}

.setup-content h4.q-text {
    font-size: 16px;
    line-height: 22px;
    color: #252526;
    font-family: 'Segoe UI';
    font-weight: 400;
    margin: 0px 0px 10px !important;
    text-align: left;
}

.setup-content .desc-qus {
    text-align: left;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2f4248;
    border-color: #2f4248;
}

button.close {
    /* box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000; */
    /* background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center / 1em auto no-repeat; */
    /* border: 0;
    border-radius: .25rem;
    opacity: .5; */
}

.modal-header .close {
    border: none;
    background-color: transparent;
}

.modal-title {
    font-family: 'Segoe UI';
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background-color: transparent !important;
    background: transparent !important;
    border: none;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
    border: #fff !important;
    /* border: none; */
    /* padding: 0px !important; */
}

.form-title {
    font-size: 20px;
    line-height: 22px;
    color: #252526;
    font-family: 'Segoe UI';
    font-weight: 400;
    margin-bottom: 20px;
}


.dash-grid-box .grid-box-inner.my-course {
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.dash-grid-box .grid-box-inner {
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px #8787871A;
    border: 1px solid rgba(0, 0, 0, .125);
    width: 100%;
    margin-top: 10px;
}

.dash-grid-box .grid-box-inner {
    flex-direction: column !important;
}

.dash-grid-box .grid-box-inner {
    align-items: flex-start;
}


.grid-card-row {
    display: grid !important;
    grid-auto-flow: row dense;
    gap: 40px;
    /* grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important; */
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 30px;
}

.dash-grid-box .grid-box-inner .box-inner-bottom h3 {
    font-size: 18px;
    line-height: 20px;
    color: #07641D;
    font-family: 'Segoe UI';
    font-weight: 300;
    padding-top: 8px;
}

/* .dash-grid-box .grid-box-inner .box-inner-top h2,h3 { */
.box-inner-top h2 {
    background: #07641D;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    font-family: 'Segoe UI';
}

.box-inner-top h3 {
    background: #07641D;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    font-family: 'Segoe UI';
}

.select-row-div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.project-dropdown .form-select {
    border-radius: 8px;
    padding: 8px 20px;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #717171;
    font-family: 'Segoe UI';
    max-width: 299px;
    color: #091F2C !important;
    border: 1px solid #DEDEDE !important;
    box-shadow: 0px 1px 0px 0px #616161 !important;
    margin-bottom: 20px;
}

.select-row-div .form-group {
    margin-right: 15px;
}

.feedback-report .btn-border-black {
    display: flex;
    align-items: center;
    gap: 10px;
}

table.table-bordered.dataTable tbody td .blue-link {
    color: #07641D;
}

.btn-graph {
    background-color: #fff;
    border: 2px solid #252526;
    color: #07641D;
    margin-left: 6px;
    border-radius: 30px !important;
    font-size: 16px;
    padding: 12px 24px !important;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    width: max-content;
}

.btn-graph:hover {
    /* background-color: #252526; */
    color: #07641D;
}

.table-students a.active-a {
    text-decoration: underline !important;
    color: #07641D !important;
}

.reporting-dashboard .right-section-btn {
    display: flex;
    float: right;
    margin: 0px 9px 0px 0px;
}

.banner-student-enroll .tab-btn-group .btn-status {
    /* border-right: 1px solid #ced4da; */
    background-color: white;
}

.tab-btn-group {
    display: inline-flex;
    border: 1px solid rgba(0, 120, 212, 0.2);
    background: rgba(0, 120, 212, 0.1);
    color: #fff !important;
}

.tab-btn-group .btn-status.default-btn {
    background: #07641D;
    font-weight: 600;
    color: #fff;
}

.tab-btn-group .btn-status {
    padding: 8px 8px;
    background-color: transparent;
    border: 0px;
    border-right: 1px solid rgba(0, 120, 212, 0.2);
}

.banner-student-enroll .tab-btn-group {
    border: 1px solid #ced4da;
}

.banner-student-enroll .tab-btn-group .btn-status {
    border-right: 1px solid #ced4da;
    /* background-color: white; */
}

.banner-sorting-section {
    align-items: center;
    /* margin-bottom: 30px; */
}

input[type="checkbox"] {
    accent-color: #194449;
}

.btn-status {
    font-family: 'Segoe UI';
}

.btn-link {
    color: #07641D;
}

select[multiple]:focus option:checked {
    background: red linear-gradient(0deg, red 0%, red 100%);
}

.data-table thead {
    white-space: nowrap;
}

.loder-section,
.loder-section2 {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 99999999;
}

a.thm-blk-btn {
    background-color: #07641D;
    border: 2px solid #07641D;
    color: #ffffff;
    margin-left: 6px;
    border-radius: 30px !important;
    font-size: 16px;
    padding: 12px 24px !important;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    width: max-content;
}

.feedback-report a img {
    margin-left: auto;
    filter: invert(30%) sepia(16%) saturate(2990%) hue-rotate(82deg) brightness(64%) contrast(102%);
}

.btn-graph {
    background-color: #fff;
    border: 2px solid #07641D;
    color: #07641D;
    margin-left: 6px;
    border-radius: 30px !important;
    font-size: 16px;
    padding: 10px 24px !important;
    font-weight: 600;
}

.select-row-div .multiselect-container li.active>a {
    background-color: #ffffff !important;
}

.smb-home-banner {
    position: relative;
    display: block;
    background-color: #CAE3DD;
    padding: 40px 0px;
    font-family: 'Segoe UI Web (West European)';
    background-image: url(../../new-design/images/banner-bg-smb.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(25, 68, 72, 0.1);
}

.smb-home-banner h6 {
    color: #194449;
    border: 1px solid #194449;
    background-color: #D4EC8E;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    width: max-content;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 15px;
}

.smb-home-banner h3 {
    color: #194449;
    font-size: 30px;
    font-weight: 400;
}

.smb-home-banner h3 span {
    color: #07641D;
    font-size: 30px;
    font-weight: 800;
}

.smb-home-banner p {
    color: #191F37;
    font-weight: 600;
    line-height: 1.5;
    margin: 10px 0px 15px 0px;
    font-family: 'Segoe UI Web (West European)';
    max-width: 90%;
    font-size: 15px;
}

.smb-home-banner .time-bx {
    margin-bottom: 20px;
    color: #194449;
    font-size: 18px;
}

.smb-home-banner .btn-green {
    color: #fff;
    background-color: #07641D;
    font-size: 13px;
    padding: 9px 22px;
    font-weight: 700;
}

.smb-home-banner .btn-green:hover {
    background-color: #025415;
}

.certification-banner .btn-green:hover {
    background-color: #025415;
}

.deal-ready-banner-hm .btn-green:hover {
    background-color: #b4c979 !important;
    font-weight: 600;
}

.certification-banner.titan-bnr-hmpg .btn-ttn:hover {
    background-color: #b4c979 !important;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .certification-banner .list-sc {
        margin-top: 20px;
    }

    .deal-ready-banner-hm .list-dtls ul li {
        width: 100%;
    }
}

/* new-theme-added-css */
.home2-hero-content {
    flex-direction: column;
    gap: 2.5rem;
    display: flex;

}



.home2-hero-text {
    flex-direction: column;
    gap: 1.5rem;
    display: flex
}

.home2-animate-fade-in-up {
    opacity: 0;
    animation: .7s ease-out forwards home2-fadeInUp
}

.home2-hero-badge {
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #d4ec8e;
    background-color: #d4ec8e1a;
    border: 1px solid #d4ec8e33;
    border-radius: 9999px;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1rem;
    display: inline-flex
}

.home2-hero-badge-dot {
    background-color: #d4ec8e;
    border-radius: 9999px;
    width: .5rem;
    height: .5rem;
    animation: 2s cubic-bezier(.4, 0, .6, 1) infinite home2-pulse
}

.home2-hero-heading {
    opacity: 0;
    letter-spacing: -.025em;
    color: #fafaf9;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.08;
    animation: .7s ease-out .1s forwards home2-fadeInUp
}

.home2-hero-heading {
    opacity: 0;
    letter-spacing: -.025em;
    color: #fafaf9;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.08;
    animation: .7s ease-out .1s forwards home2-fadeInUp;
}

.home2-text-highlight {
    color: #D4EC8E;
}

/* =============================================
   HOME2 HERO CONTAINER & CERTIFICATION SECTION
   CSS sourced from lvlupdevsrv.eastus2.cloudapp.azure.com
   ============================================= */

/* --- Keyframe Animations --- */
@keyframes home2-fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes home2-scaleIn {
    0% {
        opacity: 0;
        transform: scale(.92);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes home2-pulse {

    0%,
    to {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }
}

@keyframes home2-countUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes home2-pulseGlow {

    0%,
    to {
        box-shadow: 0 0 20px #d4ec8e26;
    }

    50% {
        box-shadow: 0 0 40px #d4ec8e4d;
    }
}

@keyframes home2-floatSlow {

    0%,
    to {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* --- Hero Section Container --- */
/* Acts as full-width dark section (no home2-hero-section wrapper in blade) */
.home2-hero-container {
    width: 100%;
    max-width: 100%;
    background-color: #091f2c;
    background-image:
        radial-gradient(ellipse at 30% 50%, rgba(212, 236, 142, 0.12) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 80%, rgba(25, 68, 73, 0.4) 0%, transparent 50%),
        linear-gradient(rgba(9, 31, 44, 0.93), rgba(9, 31, 44, 0.93)),
        url(/levelup-fy26/images/photo-1760112783563-514867b4c2ed.jpeg);
    background-position: center;
    background-size: auto, auto, auto, cover;
    position: relative;
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Absolute overlay element for the bg texture (also styled via .home2-hero-bg-img in blade) */
.home2-hero-bg-img {
    opacity: .07;
    background-image: url(https://images.unsplash.com/photo-1760112783563-514867b4c2ed?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4NjA1MDZ8MHwxfHNlYXJjaHwxfHxhYnN0cmFjdCUyMHRlY2hub2xvZ3klMjBuZXR3b3JrJTIwYmx1ZSUyMGdyZWVuJTIwZGFya3xlbnwwfHx8fDE3NzExNzA5Mjh8MA&ixlib=rb-4.1.0&q=85);
    background-position: 50%;
    background-size: cover;
    position: absolute;
    inset: 0;
}



.home2-hero-grid {
    align-items: center;
    gap: 4rem;
    display: grid;
    width: 90%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) {
    .home2-hero-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5rem;
    }
}

/* --- Hero Content --- */
.home2-hero-content {
    flex-direction: column;
    gap: 2.5rem;
    display: flex;
}

.home2-hero-text {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}

.home2-animate-fade-in-up {
    opacity: 0;
    animation: .7s ease-out forwards home2-fadeInUp;
}

.home2-hero-badge {
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #d4ec8e;
    background-color: #d4ec8e1a;
    border: 1px solid #d4ec8e33;
    border-radius: 9999px;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1rem;
    display: inline-flex;
}

.home2-hero-badge-dot {
    background-color: #d4ec8e;
    border-radius: 9999px;
    width: .5rem;
    height: .5rem;
    animation: 2s cubic-bezier(.4, 0, .6, 1) infinite home2-pulse;
}

.home2-hero-heading {
    opacity: 0;
    letter-spacing: -.025em;
    color: #fafaf9;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.08;
    animation: .7s ease-out .1s forwards home2-fadeInUp;
}

@media (min-width: 640px) {
    .home2-hero-heading {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .home2-hero-heading {
        font-size: 3.75rem;
    }
}

.home2-text-highlight {
    color: #D4EC8E;
}

.home2-hero-desc {
    opacity: 0;
    color: #94a3b8;
    max-width: 32rem;
    font-size: 1rem;
    line-height: 1.625;
    animation: .7s ease-out .2s forwards home2-fadeInUp;
}

@media (min-width: 768px) {
    .home2-hero-desc {
        font-size: 1.125rem;
    }
}

/* --- CTA Buttons --- */
.home2-hero-cta-group {
    opacity: 0;
    flex-wrap: wrap;
    gap: 1rem;
    animation: .7s ease-out .3s forwards home2-fadeInUp;
    display: flex;
}

.home2-btn-primary {
    color: #091f2c;
    background-color: #d4ec8e;
    border-radius: 9999px;
    align-items: center;
    gap: .5rem;
    padding: 1rem 2rem;
    font-size: .875rem;
    font-weight: 700;
    transition: transform .15s, background-color .2s;
    display: inline-flex;
    text-decoration: none;
}

.home2-btn-primary:hover {
    transform: scale(1.03);
    color: #091f2c;
    text-decoration: none;
}

.home2-btn-secondary {
    color: #d4ec8e;
    border: 1px solid #d4ec8e4d;
    border-radius: 9999px;
    align-items: center;
    gap: .5rem;
    padding: 1rem 2rem;
    font-size: .875rem;
    font-weight: 500;
    transition: background-color .2s, color .2s;
    display: inline-flex;
    text-decoration: none;
}

.home2-btn-secondary:hover {
    background-color: #d4ec8e1a;
    color: #d4ec8e;
    text-decoration: none;
}

.home2-btn-link {
    color: #cbd5e1;
    align-items: center;
    gap: .5rem;
    padding: 1rem;
    font-size: .875rem;
    font-weight: 500;
    transition: color .2s;
    display: inline-flex;
    text-decoration: none;
}

.home2-btn-link:hover {
    color: #fafaf9;
    text-decoration: none;
}

.home2-icon-sm {
    width: 1rem;
    height: 1rem;
}

/* --- Hero Stats --- */
.home2-hero-stats {
    opacity: 0;
    gap: 2.5rem;
    padding-top: 1rem;
    animation: .7s ease-out .4s forwards home2-fadeInUp;
    display: flex;
}

.home2-stat-item {
    opacity: 0;
    animation: .8s ease-out forwards home2-countUp;
    position: relative;
}

.home2-stat-item::after {
    content: "";
    background: #d4ec8e;
    border-radius: 2px;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.home2-delay-200 {
    animation-delay: .2s;
}

.home2-delay-300 {
    animation-delay: .3s;
}

.home2-delay-400 {
    animation-delay: .4s;
}

.home2-stat-value-group {
    align-items: center;
    gap: .5rem;
    margin-bottom: .25rem;
    display: flex;
}

.home2-stat-icon {
    color: #d4ec8e;
    width: 1rem;
    height: 1rem;
}

.home2-stat-value {
    letter-spacing: -.025em;
    color: #fafaf9;
    font-size: 1.5rem;
    font-weight: 700;
}

@media (min-width: 640px) {
    .home2-stat-value {
        font-size: 1.875rem;
    }
}

.home2-stat-label {
    letter-spacing: .025em;
    color: #94a3b8;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 500;
}

/* --- Hero Visual / Video --- */
.home2-hero-visual {
    opacity: 0;
    animation: .6s ease-out .3s forwards home2-scaleIn;
    display: none;
    position: relative;
}

@media (min-width: 1024px) {
    .home2-hero-visual {
        display: block;
    }
}

.home2-visual-relative {
    position: relative;
}

.home2-video-card {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: #19444959;
    border: 1px solid #ffffff14;
    border-radius: 1rem;
    animation: 3s ease-in-out infinite home2-pulseGlow;
    overflow: hidden;
}

.home2-video-aspect {
    aspect-ratio: 16 / 9;
    width: 100%;
    position: relative;
}

.home2-video-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home2-video-overlay {
    background: linear-gradient(#0000, #091f2cb3);
    position: absolute;
    inset: 0;
}

.home2-play-btn-wrapper {
    cursor: pointer;
    background: none;
    border: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0;
}

.home2-play-btn {
    background-color: #d4ec8ee6;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    transition: transform .2s;
    display: flex;
}

.home2-play-btn-wrapper:hover .home2-play-btn {
    transform: scale(1.1);
}

.home2-play-icon {
    color: #091f2c;
    width: 2rem;
    height: 2rem;
    margin-left: .25rem;
}

.home2-video-text-group {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
}

.home2-video-title {
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #d4ec8e;
    margin-bottom: .25rem;
    font-size: .75rem;
    font-weight: 600;
}

.home2-video-desc {
    color: #cbd5e1;
    font-size: .875rem;
}

.home2-hero-visual .home2-video-title {
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #d4ec8e;
    margin-bottom: .25rem;
    font-size: .75rem;
    font-weight: 600;
}

.home2-hero-visual .home2-video-desc {
    color: #cbd5e1;
    font-size: .875rem;
    margin: 0;
}

/* --- Floating Badge --- */
.home2-floating-badge {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: #19444959;
    border: 1px solid #ffffff14;
    border-radius: .75rem;
    padding: .75rem 1rem;
    animation: 4s ease-in-out infinite home2-floatSlow;
    position: absolute;
    top: -1rem;
    right: -1rem;
}

.home2-floating-content {
    align-items: center;
    gap: .5rem;
    display: flex;
}

.home2-floating-icon-wrapper {
    background-color: #d4ec8e;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
}

.home2-floating-title {
    color: #fafaf9;
    margin-bottom: 4px;
    font-size: .75rem;
    font-weight: 700;
}

.home2-floating-desc {
    color: #fff;
    margin-bottom: 0;
    font-size: .625rem;
}

/* =============================================
   HOME2 CERTIFICATION SECTION
   ============================================= */
.home2-cert-section {
    background-color: #0d2832;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
}

/* Shimmer top line */
.home2-cert-bg {
    pointer-events: none;
    /* background: radial-gradient(circle at 70% 50%, #d4ec8e0a 0%, transparent 60%); */
    position: absolute;
    inset: 0;
}

.home2-cert-shimmer {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .06), transparent);
    height: 1px;
    animation: 2s linear infinite home2-certShimmer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@keyframes home2-certShimmer {
    0% {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

/* Container */
.home2-container {
    z-index: 10;
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/* Grid */
.home2-cert-grid {
    align-items: center;
    gap: 4rem;
    display: grid;
}

@media (min-width: 1024px) {
    .home2-cert-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Content column */
.home2-cert-content {
    flex-direction: column;
    gap: 2rem;
    display: flex;
}

/* Badge */
.home2-cert-badge {
    letter-spacing: .1em;
    color: #d4ec8e;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    text-transform: uppercase;
}

.home2-cert-badge-line {
    background-color: #d4ec8e;
    width: 24px;
    height: 2px;
}

/* Heading */
.home2-cert-heading {
    letter-spacing: -.02em;
    color: #fff;
    margin: 0 0 24px;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
}

@media (max-width: 768px) {
    .home2-cert-heading {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .home2-cert-heading {
        margin-bottom: 0;
        font-size: 3rem;
        line-height: 1.1;
    }
}

/* Description */
.home2-cert-desc {
    color: #94A3B8;
    max-width: 480px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .home2-cert-desc {
        font-size: 1.125rem;
    }
}

/* Features List */
.home2-cert-features {
    flex-direction: column;
    gap: 20px;
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    display: flex;
}

.home2-cert-feat-item {
    align-items: center;
    gap: 16px;
    display: flex;
}

.home2-cert-feat-icon-wrapper {
    background-color: #ffffff0d;
    border-radius: 8px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    transition: background-color .2s;
    display: flex;
}

.home2-cert-feat-item:hover .home2-cert-feat-icon-wrapper {
    background-color: #d4ec8e33;
}

.home2-cert-feat-icon {
    color: #d4ec8e;
    opacity: .85;
    width: 18px;
    height: 18px;
}

.home2-cert-feat-text {
    color: #cbd5e1;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

/* CTA Group */
.home2-cert-cta-group {
    align-items: center;
    gap: 32px;
    display: flex;
}

@media (max-width: 480px) {
    .home2-cert-cta-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}

.home2-cert-btn-primary {
    color: #0d2832;
    background-color: #d4ec8e;
    border-radius: 100px;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    transition: all .2s;
    display: inline-flex;
    box-shadow: 0 8px 16px #d4ec8e33;
    text-decoration: none;
}

.home2-cert-btn-primary:hover {
    background-color: #e1f5a9;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px #d4ec8e4d;
    color: #0d2832;
    text-decoration: none;
}

.home2-cert-terms-link {
    color: #4b6a78;
    font-size: 14px;
    font-weight: 500;
    transition: color .2s;
}

.home2-cert-terms-link:hover {
    color: #D4EC8E !important;
}

/* Visual Column */
.home2-cert-visual {
    justify-content: flex-end;
    display: flex;
    position: relative;
}

@media (max-width: 1024px) {
    .home2-cert-visual {
        margin-top: 3rem;
        padding-left: 0;
    }
}

.home2-cert-img-card {
    border: 1px solid #ffffff0d;
    border-radius: 24px;
    width: 100%;
    max-width: 580px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 32px 64px #0006;
}

.home2-cert-img {
    aspect-ratio: 1.4;
    object-fit: cover;
    width: 100%;
    display: block;
}

.home2-cert-img-overlay {
    background: linear-gradient(#0000, #0d283266);
    position: absolute;
    inset: 0;
}

/* Floating Card */
.home2-cert-floating-card {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 10;
    cursor: pointer;
    background: #0d191ebf;
    border: 1px solid #ffffff14;
    border-radius: 1rem;
    width: fit-content;
    min-width: 240px;
    padding: 1rem 1.25rem;
    transition: transform .3s, background .3s;
    animation: 4s ease-in-out infinite home2-floatSlow;
    position: absolute;
    bottom: 2rem;
    left: -3rem;
    box-shadow: 0 12px 40px #0006;
}

.home2-cert-floating-card:hover {
    background: #0d1315f2;
    border-color: #d4ec8e66;
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 40px 70px #000000b3, 0 0 20px #d4ec8e33;
}

@media (max-width: 1200px) {
    .home2-cert-floating-card {
        left: -20px;
    }
}

.home2-cert-floating-header {
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    display: flex;
}

.home2-cert-floating-icon-wrapper {
    background-color: #d4ec8e;
    border-radius: 50%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    box-shadow: 0 0 10px #d4ec8e4d;
}

.home2-cert-floating-icon {
    color: #0d2832;
    width: 18px;
    height: 18px;
}

.home2-cert-floating-title {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.home2-cert-floating-subtitle {
    color: #d4ec8e;
    margin: 2px 0 0;
    font-size: 12px;
    font-weight: 500;
}

/* Progress Bar */
.home2-cert-progress-bg {
    background-color: #ffffff1a;
    border-radius: 100px;
    width: 100%;
    height: 6px;
    margin-bottom: 12px;
    overflow: hidden;
}

.home2-cert-progress-bar {
    background-color: #d4ec8e;
    border-radius: 100px;
    height: 100%;
    box-shadow: 0 0 10px #d4ec8e80;
}

.home2-cert-progress-text {
    color: #7a9aaa;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
}

/* ==============================================
   CERTIFICATION SECTION — LIGHT MODE OVERRIDE
   "AI Business Solutions" section styled light
   to break the all-dark page theme
   ============================================== */

/* Section background — clean white with subtle green-tinted gradient */
.new-cert-badge {
    color: #D4EC8E !important;
    background-color: rgba(10, 37, 48, 0.07) !important;
    border-radius: 4px;
    padding: 2px 10px 2px 0;
}

.home2-cert-section {
    background-color: rgb(13 40 50) !important;
    /* background-image:
        radial-gradient(ellipse at 5% 50%, rgba(212, 236, 142, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 95% 20%, rgba(10, 37, 48, 0.04) 0%, transparent 50%) !important; */
}

/* Remove the animated shimmer line — not needed on light bg */
.home2-cert-bg {
    /* background: radial-gradient(circle at 70% 50%, rgba(212, 236, 142, 0.12) 0%, transparent 60%) !important; */
}

.home2-cert-shimmer {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.04), transparent) !important;
}

/* Badge */
.home2-cert-badge {
    /* color: #0d2832 !important; */
    background-color: rgba(10, 37, 48, 0.07) !important;
    border-radius: 4px;
    padding: 2px 10px 2px 0;
}

.home2-cert-badge-line {
    background-color: #D4EC8E !important;
}

/* Heading */
.home2-cert-heading {
    color: #0d2832 !important;
}

.home2-cert-heading .home2-text-highlight {
    color: #D4EC8E !important;
}

/* Description */
/* .home2-cert-desc {
    color: #475569 !important;
} */

/* Features list */
.home2-cert-feat-icon-wrapper {
    background-color: rgba(25, 68, 73, 0.35) !important;
    border: 1px solid rgba(7, 100, 29, 0.15) !important;
}

.home2-cert-feat-icon-wrapper.first-wrapper {
    background-color: rgb(212 236 142 / 0.2) !important;
}

.home2-cert-feat-item:hover .home2-cert-feat-icon-wrapper {
    background-color: rgb(212 236 142 / 0.2) !important;
}

.home2-cert-feat-icon {
    color: #07641D !important;
    opacity: 1 !important;
}

.home2-cert-feat-text {
    color: #CBD5E1 !important;
}

.home2-cert-feat-first-text {
    color: #FAFAF9 !important;
}

.home2-cert-feat-text strong {
    color: #0d2832 !important;
}

/* CTA button */
.home2-cert-btn-primary {
    color: #fff !important;
    background-color: #0d2832 !important;
    box-shadow: 0 8px 24px rgba(13, 40, 50, 0.25) !important;
}

.home2-cert-btn-primary:hover {
    background-color: #194449 !important;
    color: #fff !important;
    box-shadow: 0 12px 30px rgba(13, 40, 50, 0.35) !important;
    transform: translateY(-2px) !important;
}

/* Terms link */
.home2-cert-terms-link {
    color: #64748b !important;
}

/* 
.home2-cert-terms-link:hover {
    color: #107E2A !important;
} */

/* Image card — lighter border */
.home2-cert-img-card {
    border-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12) !important;
}

/* Floating voucher card — white glass */
.home2-cert-floating-card {
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12) !important;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.home2-cert-floating-card:hover {
    background: rgba(255, 255, 255, 0.98) !important;
    border-color: rgba(7, 100, 29, 0.3) !important;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(7, 100, 29, 0.15) !important;
}

/* Floating card icon */
.home2-cert-floating-icon-wrapper {
    background-color: #0d2832 !important;
    box-shadow: 0 0 12px rgba(13, 40, 50, 0.3) !important;
}

.home2-cert-floating-icon {
    color: #d4ec8e !important;
}

/* Floating card text */
.home2-cert-floating-title {
    color: #0d2832 !important;
}

.home2-cert-floating-subtitle {
    color: #07641D !important;
}

/* Progress bar */
.home2-cert-progress-bg {
    background-color: rgba(0, 0, 0, 0.08) !important;
}

.home2-cert-progress-bar {
    background-color: #07641D !important;
    box-shadow: 0 0 8px rgba(7, 100, 29, 0.4) !important;
}

.home2-cert-progress-text {
    color: #64748b !important;
}

/* =============================================
   MICROSOFT AI TOUR FOR PARTNERS BANNER
   CSS sourced from lvlupdevsrv.eastus2.cloudapp.azure.com
   ============================================= */

.home2-aitour-section {
    background-color: #0d2832;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.home2-aitour-deco {
    filter: blur(150px);
    background-color: #1944494d;
    border-radius: 9999px;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.home2-aitour-card {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: #19444959;
    border: 1px solid #ffffff14;
    border-radius: 1.5rem;
    overflow: hidden;
}

.home2-aitour-grid {
    display: grid;
    gap: 0;
}

@media (min-width: 1024px) {
    .home2-aitour-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.home2-aitour-img-col {
    position: relative;
    grid-column: span 2 / span 2;
}

.home2-aitour-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 320px;
    display: block;
}

.home2-aitour-img-overlay {
    background: linear-gradient(90deg, transparent, #19444999);
    position: absolute;
    inset: 0;
    display: block;
}

.home2-aitour-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    padding: 2.5rem;
    grid-column: span 3 / span 3;
}

@media (min-width: 768px) {
    .home2-aitour-content {
        padding: 3.5rem;
    }
}

.home2-aitour-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.home2-aitour-icon-bg {
    background-color: #d4ec8e26;
    border-radius: 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.home2-aitour-icon {
    color: #d4ec8e;
    width: 1.25rem;
    height: 1.25rem;
}

.home2-aitour-badge {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #d4ec8e;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
}

.home2-aitour-heading {
    color: #fafaf9;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.025em;
}

.home2-aitour-desc {
    color: #94a3b8;
    max-width: 32rem;
    margin: 0;
    font-size: 1rem;
    line-height: 1.625;
}

/* Shared button — also used in certification section */
.home2-cert-btn-primary {
    color: #0d2832;
    background-color: #d4ec8e;
    border-radius: 100px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 16px #d4ec8e33;
    text-decoration: none;
    line-height: 1;
}

.home2-cert-btn-primary:hover {
    background-color: #e1f5a9;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px #d4ec8e4d;
    color: #0d2832;
    text-decoration: none;
}

.home2-cert-btn-primary2 {
    color: #fff;
    background-color: #07641D;
    border-radius: 100px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 16px #d4ec8e33;
    text-decoration: none;
    line-height: 1;
}

.home2-cert-btn-primary2:hover {
    color: #fff !important;
    background-color: #0d2832 !important;
    box-shadow: 0 8px 24px rgba(13, 40, 50, 0.25) !important;
    text-decoration: none;
}

.home2-w-fit {
    width: fit-content;
}

/* Responsive: stack on mobile */
@media (max-width: 1023px) {
    .home2-aitour-grid {
        grid-template-columns: 1fr;
    }

    .home2-aitour-img-col {
        grid-column: span 1;
    }

    .home2-aitour-img {
        min-height: 240px;
    }

    .home2-aitour-img-overlay {
        background: linear-gradient(180deg, transparent 50%, #19444999 100%);
    }

    .home2-aitour-content {
        grid-column: span 1;
        padding: 2rem;
        gap: 1.25rem;
    }

    .home2-aitour-heading {
        font-size: 1.75rem;
    }
}

@media (max-width: 575px) {
    .home2-aitour-section {
        padding: 2.5rem 0;
    }

    .home2-aitour-content {
        padding: 1.5rem;
    }

    .home2-aitour-heading {
        font-size: 1.5rem;
    }

    .home2-cert-btn-primary {
        padding: 13px 24px;
        font-size: 14px;
    }

}

/* =============================================
   COURSE LIBRARY & QUESTIONS CTA SECTION
   CSS sourced from lvlupdevsrv.eastus2.cloudapp.azure.com
   ============================================= */

.home2-cta-section {
    background-color: #0d2832;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
}

.home2-cta-shimmer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(600px circle at 50% 50%, rgba(212, 236, 142, 0.05), transparent 40%);
}

/* Grid Layout */
.home2-cta-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
}

@media (min-width: 768px) {
    .home2-cta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Card — glassmorphism */
.home2-cta-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.5rem;
    background: #19444959;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid #ffffff14;
    border-radius: 1.5rem;
    gap: 2rem;
    transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.home2-cta-card:hover {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(25, 68, 73, 0.5);
    transform: translateY(-4px);
}

/* Card content wrapper */
.home2-cta-card-content {
    flex: 1;
}

/* Icon wrapper */
.home2-cta-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(212, 236, 142, 0.1);
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
}

.home2-cta-card:hover .home2-cta-icon-wrapper {
    background-color: rgba(212, 236, 142, 0.2);
}

.home2-cta-icon {
    color: #d4ec8e;
    width: 1.5rem;
    height: 1.5rem;
}

/* Typography */
.home2-cta-heading {
    color: #fafaf9;
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home2-cta-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.625;
    margin: 0;
}

/* Button: Outline (Contact Us) */
.home2-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    color: #d4ec8e;
    font-weight: 700;
    font-size: 0.875rem;
    border: 2px solid rgba(212, 236, 142, 0.4);
    border-radius: 9999px;
    padding: 0.875rem 1.75rem;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
    line-height: 1;
}

.home2-cta-btn-outline:hover {
    border-color: #d4ec8e;
    background-color: rgba(212, 236, 142, 0.1);
    color: #d4ec8e;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 767px) {
    .home2-cta-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .home2-cta-card {
        padding: 1.75rem;
    }

    .home2-cta-heading {
        font-size: 1.5rem;
    }

    .home2-cta-desc {
        font-size: 0.9375rem;
    }
}

/* =============================================
   SOLUTION AREA SECTION
   CSS sourced from lvlupdevsrv.eastus2.cloudapp.azure.com
   ============================================= */

.home2-solutions-section {
    background-color: #0d2832;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .home2-solutions-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.home2-solutions-header {
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: 42rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.home2-solutions-badge {
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #d4ec8e;
    align-items: center;
    gap: .5rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1rem;
    display: inline-flex;
}

.home2-solutions-badge-line {
    background-color: #d4ec8e;
    width: 2rem;
    height: 1px;
}

.home2-solutions-desc {
    color: #94a3b8;
    font-size: 1rem;
    line-height: 1.625;
    margin: 0;
}

.home2-solutions-heading {
    letter-spacing: -.025em;
    color: #fafaf9;
    margin: 0;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 640px) {
    .home2-solutions-heading {
        font-size: 3.125rem;
    }
}

.home2-solutions-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.25rem;
    display: grid;
}

@media (min-width: 640px) {
    .home2-solutions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .home2-solutions-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.home2-col-span-2-lg {
    display: block;
}

@media (min-width: 1024px) {
    .home2-col-span-2-lg {
        grid-column: span 2 / span 2;
    }
}

.home2-solutions-card {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    cursor: pointer;
    background: #19444959;
    border: 1px solid #ffffff14;
    border-radius: 1rem;
    padding: 2rem;
    text-decoration: none;
    transition: transform .3s, box-shadow .3s, border-color .3s;
    display: block;
}

.home2-solutions-card:hover {
    border-color: #d4ec8e66;
    transform: translateY(-4px);
    box-shadow: 0 12px 40px #0000004d;
    text-decoration: none;
}

.home2-solutions-card-header {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    display: flex;
}

.home2-solutions-icon-bg {
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
}

.home2-solutions-arrow {
    color: #64748b;
    width: 1.25rem;
    height: 1.25rem;
    transition: all .2s;
}

.home2-solutions-card:hover .home2-solutions-arrow {
    color: #d4ec8e;
    transform: translate(.125rem, -.125rem);
}

.home2-solutions-card-content {
    flex-direction: column;
    gap: .75rem;
    display: flex;
    text-align: left;
}

.home2-solutions-card-title {
    color: #fafaf9;
    letter-spacing: -.025em;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
}

.home2-solutions-card-desc {
    color: #94a3b8;
    margin: 0;
    font-size: .875rem;
    line-height: 1.625;
}

.home2-solutions-card-footer {
    align-items: center;
    gap: .5rem;
    margin-top: 1.25rem;
    display: flex;
}

.home2-solutions-course-count {
    border-radius: 9999px;
    padding: .25rem .75rem;
    font-size: .75rem;
    font-weight: 700;
}

.home2-solutions-tag {
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #64748b;
    font-size: .75rem;
    font-weight: 600;
}

.home2-text-highlight {
    color: #d4ec8e;
}

.sponsored-label {
    color: #9ca3af;
    font-weight: 400;
    font-size: 11px;
}

.badge-btn {
    color: #d4ec8e;
    border: 1px solid #d4ec8e;
    padding: 2px 9px;
    background-color: rgba(212, 236, 142, 0.07);
    border-radius: 20px;
    font-size: 11px;
    letter-spacing: 0;
}

.highlight-first-cert-feat {
    background-color: rgb(212 236 142 / 0.05);
    border: 1px solid rgb(212 236 142 / 0.2);
    border-radius: 0.75rem;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    position: relative;
    left: -12px;
}

.home2-cert-feat-icon-wrapper svg {
    color: #D4EC8E;
}

.custom-banner {
    background: rgb(25 68 73 / 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 18px 24px;
    color: #fff;
}

/* Icon container */
.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Title */
.banner-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #FAFAF9;
}

/* Subtext */
.banner-subtext {
    font-size: 12.5px;
    color: #94A3B8;
}

/* CTA */
.banner-cta {
    color: #D4EC8E;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
}

.banner-cta:hover {
    color: #D4EC8E;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-banner {
        gap: 10px;
    }

    .banner-cta {
        margin-top: 10px;
    }
}

.hero-wrapper {
    position: relative;
}

.hero-img {
    border-radius: 20px;
}

.floating-box {
    position: absolute;
    background: rgba(25, 68, 73, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 14px 18px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    animation: floatY 3s ease-in-out infinite;
}

.top-box {
    top: -20px;
    right: -20px;
}

.bottom-box {
    bottom: -20px;
    left: -20px;
    max-width: 280px;
}

@keyframes floatY {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.clock-icon {
    font-size: 18px;
    color: #D4EC8E;
}

.badge-icon svg {
    position: relative;
    top: -2px;
}

.bottom-box .first-line {
    font-size: 14px;
}

.bottom-box .last-line {
    font-size: 12px;
    color: #D4EC8E;
}

.top-box .first-line {
    color: #94A3B8;
    font-size: 12px;
}

.top-box .last-line {
    color: #D4EC8E;
    font-size: 13px;
    font-weight: 600;
}

.tag2 {
    background: rgb(9 31 44 / 0.6);
    padding: 0.125rem 0.5rem;
    border-radius: 20px;
    font-size: 12px;
    color: #CBD5E1;
}

.tag2.muted {
    color: #94A3B8;
    background: #194449;
    opacity: 0.7;
}

.tag3 {
    padding: 0.25rem 0.75rem;
    background: #194449;
    border: 1px solid #94A3B8;
    border-radius: 20px;
    font-size: 13px;
    color: #94A3B8;
    font-weight: 600;
}

@media (max-width: 768px) {
    .top-box {
        top: 10px;
        right: 10px;
        font-size: 12px;
    }

    .bottom-box {
        bottom: 10px;
        left: 10px;
        max-width: 90%;
        padding: 12px;
    }
}

.custom-modal {
    background: linear-gradient(135deg, #0D2832, #194449);
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-close {
    position: absolute;
    right: 15px;
    top: 15px;
    filter: invert(1);
}

.campaign-badge {
    display: inline-flex;
    align-items: center;
    background-color: rgb(212, 236, 142);
    color: rgb(9, 31, 44);
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 16px;
}

.modal-title-text {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #FAFAF9;
    line-height: 1.25;
}

.modal-title-accent {
    color: #D4EC8E;
}

.modal-stats-row {
    display: flex;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    margin-bottom: 20px;
    overflow: hidden;
}

.modal-stat-box {
    flex: 1;
    padding: 16px 10px;
    text-align: center;
    position: relative;
}

.modal-stat-box+.modal-stat-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.modal-stat-num {
    font-size: 22px;
    font-weight: 800;
    color: #D4EC8E;
    line-height: 1;
    margin-bottom: 6px;
}

.modal-stat-lbl {
    font-size: 10px;
    font-weight: 600;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.modal-feat-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.modal-feat-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #CBD5E1;
    margin-bottom: 12px;
    line-height: 1.5;
}

.modal-feat-list li svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.highlight-box {
    background: #D4EC8E;
    color: #091F2C;
    font-size: 17px;
    padding: 8px 16px;
    border-radius: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}

.highlight-box:hover {
    color: #091F2C;
    text-decoration: none;
}

.points-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.points-list li {
    margin-bottom: 10px;
    padding-left: 12px;
    position: relative;
    color: #CBD5E1;
}

.points-list li svg {
    color: #D4EC8E;
    position: relative;
    top: -2px;
}

.enroll-btn {
    background: #D4EC8E;
    color: rgb(9, 31, 44);
    font-size: 17px;
    font-weight: bold;
    border-radius: 40px;
    padding: 14px;
}

.eligibility,
.eligibility a {
    color: #64748B;
    font-size: 12px;
    text-decoration: none;
}

.divider {
    border-color: rgba(255, 255, 255, 0.1);
}

.footer-link2 {
    color: #94A3B8;
    font-size: 13px;
}

.footer-link2 strong {
    font-weight: bold;
    color: #fff;
}

.footer-link2 a {
    color: #D4EC8E;
    text-decoration: none;
    font-weight: bold;
    margin-left: 8px;
}

.modal-voucher {
    z-index: 999999 !important;
}

.floating-trigger {
    position: fixed;
    bottom: 85px;
    right: 20px;
    width: 64px;
    height: 64px;
    background: #D4EC8E;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    animation: slideUp 0.6s ease-out 2s;
    box-shadow: 0 4px 16px rgba(212, 236, 142, 0.3);
}

@keyframes slideUp {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

.voucher-popup {
    position: fixed;
    bottom: 170px;
    right: 20px;
    width: 270px;
    background: #102535;
    border: 1px solid rgba(212, 236, 142, 0.18);
    border-radius: 18px;
    padding: 16px 16px 16px;
    display: none;
    z-index: 1000;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
}

.close-btn2 {
    position: absolute;
    background: #1c3d50;
    color: rgba(255, 255, 255, 0.8);
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    right: 14px;
    top: 14px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 0;
}

.badge-title {
    font-weight: 600;
    margin-bottom: 12px;
    color: #D4EC8E;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-right: 28px;
}

.lj-title-card {
    background-color: rgba(212, 236, 142, 0.1);
    border: 1px solid rgba(212, 236, 142, 0.2);
    color: rgb(212, 236, 142);
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding: 14px 12px;
    border-radius: 12px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.lj-meta {
    background-color: rgba(255, 255, 255, 0.05);
    color: rgb(148, 163, 184);
    text-align: center;
    margin-bottom: 14px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 13px;
    line-height: 1rem;

}

.cta-btn {
    width: 100%;
    background: #D4EC8E;
    color: #0a1f2c;
    border: none;
    padding: 11px 16px;
    display: block;
    text-align: center;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
}

.cta-btn:hover {
    color: #0a1f2c;
    background: #c8e07a;
    text-decoration: none;
}

@media (max-width: 576px) {
    .voucher-popup {
        right: 10px;
        width: 90%;
    }

    .floating-trigger {
        right: 10px;
        bottom: 10px;
    }
}

.alert.announcement {
    transition: transform 0.3s ease;
    background-color: #0D2030;
    font-size: 15px;
    padding: 10px !important;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    font-weight: 400;
    color: #fff;
    border-radius: 0;
    z-index: 99;
}

.announcement-dot {
    color: #D4EC8E;
    font-size: 16px;
    margin-right: 4px;
    vertical-align: middle;
    line-height: 1;
}

.alert.announcement b {
    font-weight: 700;
    color: #D4EC8E;
}

.alert.announcement a {
    background-color: rgb(212, 236, 142);
    color: rgb(9, 31, 44);
    padding: 2px 10px 3px 10px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.alert.announcement a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
}

.alert.announcement .btn-close {
    color: #fff;
}

.alert.announcement .tc {
    background-color: #0D2030;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 0;
}

.alert.announcement .tc:hover {
    background-color: #0D2030;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.voucher-offer-container {
    border: 1px solid rgba(212, 236, 142, 0.3);
    border-radius: 20px;
    padding: 30px 25px;
    background: linear-gradient(278.4deg, #0B1617 10.18%, #244349 93.57%), url(ebrahim_56338_A_shiny_green_abstract_background_with_three_inte_6cb43c24-3ea5-4bd5-8770-d3ccb3a388d3.png);
}

.badge-btn-course {
    color: rgb(9 31 44);
    border: 1px solid #d4ec8e;
    padding: 2px 9px;
    background-color: #d4ec8e;
    border-radius: 20px;
    font-size: 13px;
    letter-spacing: 0;
}

.text-yellow-standard,
.text-yellow-standard:hover {
    color: #d4ec8e;
}

.hover-underline:hover {
    text-decoration: underline;
}

.course-card-ribbon {
    position: absolute;
    top: 27px;
    right: -31px;
    background: #D4EC8E;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 50px;
    transform: rotate(43deg);
    text-align: center;
    z-index: 9;
}

.voucher-badge-btn {
    color: #d4ec8e;
    border: 1px solid #d4ec8e;
    padding: 3px 15px;
    background-color: #0d2832;
    border-radius: 5px;
    font-size: 12px;
    line-height: 22px;
    margin-top: 5px;
}

.Learning-details-banner-titan {
    background: linear-gradient(90deg, #194348 0%, #0A222D 100%);
    padding: 30px 0;
    color: #ffffff;
}

.Learning-details-banner-titan .back-link {
    color: #C2E4CB;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.det {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.det img {
    width: 65px;
    height: 65px;
}

.Learning-details-banner-titan .back-link:hover {
    color: #d1ef74;
}

.Learning-details-banner-titan .green-badge-tag {
    background: #054E16;
    color: #C2E4CB;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 12.5px 3px 13.5px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.Learning-details-banner-titan h1.titan-banner-title {
    color: var(--Grey-100, #FFF);
    font-family: "Segoe UI";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.Learning-details-banner-titan h1.titan-banner-title .banner-title-mid-yellow {
    color: #D4EC8E;
    font-family: "Segoe UI";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.Learning-details-banner-titan .key-outcomes-title {
    font-size: 14px;
    color: #D4EC8E;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.Learning-details-banner-titan .key-outcomes-desc {
    color: #C2E4CB;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Learning-details-banner-titan .banner-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 15px;
    align-items: center;
}

.Learning-details-banner-titan .meta-pill {
    display: flex;
    padding: 2.734px 15px 6.004px 11px;
    align-items: flex-end;
    gap: 5.004px;
    border-radius: 24982900px;
    background: #033810;
    color: var(--Green-200, #C2E4CB);
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Learning-details-banner-titan .mb-4 {
    margin-bottom: 40px;
}

.Learning-details-banner-titan .completion-badge-box {
    background-color: #162c38;
    border-radius: 35px;
    display: inline-flex;
    align-items: center;
    padding: 10px 30px 10px 10px;
    margin-bottom: 25px;
}

.Learning-details-banner-titan .badge-icon {
    width: 45px;
    height: 45px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}

.Learning-details-banner-titan .badge-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.Learning-details-banner-titan .badge-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Learning-details-banner-titan .badge-subtitle {
    color: #D4EC8E;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
}

.Learning-details-banner-titan .badge-name {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.Learning-details-banner-titan .btn-learn-more {
    background-color: #112D3A;
    color: #D4EC8E;
    text-decoration: none;
    padding: 8px 15px 10px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: 1px solid #1a3c42;
}

.Learning-details-banner-titan .btn-learn-more:hover {
    background-color: #1a3c42;
    color: #ffffff;
}

.Learning-details-banner-titan .badge-img {
    max-width: 180px;
}

.titan-container .titan-overview {
    padding: 30px;
    justify-content: space-between;
    border-radius: 6px;
    border: 1px solid var(--Color-30, #E0E0E0);
}

.titan-container .titan-overview h1 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.titan-container .titan-overview p {
    color: #5f5e5e;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.titan-full-width-badge {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #B4B4B4;
    margin-top: 25px;
}

.titan-full-width-badge h2 {
    color: #FFF;
    font-family: "Segoe UI";
    font-size: 18px;
    letter-spacing: 0.4px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.titan-full-width-badge>div>p {
    color: #FAFCFA;
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.learning-journey-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 4px;
    background-color: #ffffff;
}

.learning-journey-header {
    padding: 12px 30px;
    border-radius: 6px 6px 0 0;
    border: 1px solid var(--Grey-500, #E0E0E0);
    background: var(--Green-100, #FAFCFA);
}

.learning-journey-header:hover {
    background: rgba(21, 122, 47, 0.06);
}

.learning-journey-title-main {
    color: var(--Green-1000, #02220A);
    /* 20 Bold */
    font-family: "Segoe UI";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 8px 0;
}

.learning-journey-title-sub {
    margin: 0 0 10px 0;
    color: var(--Green-600, #157A2F);
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.learning-journey-description {
    color: var(--Green-1000, #02220A);
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.learning-journey-timeline {
    padding: 20px 50px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0 0 6px 6px;
    border-right: 1px solid var(--Grey-500, #E0E0E0);
    border-bottom: 1px solid var(--Grey-500, #E0E0E0);
    border-left: 1px solid var(--Grey-500, #E0E0E0);
}

.learning-journey-item {
    display: flex;
    position: relative;
    min-height: 70px;
}

.learning-journey-item:last-child .learning-journey-content {
    padding-bottom: 0;
}

.learning-journey-marker-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
}

.learning-journey-circle {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    border-radius: 100px 100px 99px 100px;
    border: 3px solid var(--Grey-700, #B4B4B4);
    background: var(--Green-150, #EFFFF3);
    z-index: 2;
}

.learning-journey-line {
    width: 3px;
    background-color: #c8d1c8;
    flex-grow: 1;
    margin-top: -2px;
    margin-bottom: -2px;
}

.learning-journey-content {
    padding-bottom: 40px;
    display: block !important;
    width: 100%;
}

.learning-journey-content-heading {
    color: #091F2C;
    font-family: "Segoe UI";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: transform 0.2s ease;
}

.learning-journey-content-heading:hover {
    color: #091F2C;
    transform: translateX(5px);
}

.learning-journey-meta {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding-top: 5px;
}

.learning-journey-duration {
    color: var(--Grey-700, #B4B4B4);
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
}

.learning-journey-separator {
    margin: 0 10px;
    color: #e0e0e0;
}

.learning-journey-badge {
    color: var(--Green-600, #157A2F);
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.lj-explore-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #D4EC8E;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.lj-explore-link:hover {
    gap: 12px;
    color: #D4EC8E;
    text-decoration: none;
}