/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.3.6.1763023004
Updated: 2025-11-13 10:36:44
*/

/* =============================================
   ISCAR LMS - Course Page Styles
   ============================================= */

:root {
    --ld-navy: #223463;
    --ld-light-navy: #2d4a8a;
    --ld-yellow: #FFE000;
    --ld-gold: #FFC700;
    --ld-text-dark: #1F2937;
    --ld-text-gray: #6B7280;
    --ld-border: #E5E7EB;
}

* { box-sizing: border-box; }

.iscar-course-wrap { background: #f5f7fa; }

.iscar-course-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.iscar-course-hero {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    margin-bottom: 40px;
    align-items: stretch;
}

.iscar-course-left {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.iscar-badge {
    display: inline-block;
    background: #223463;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.iscar-course-title {
    font-size: 32px;
    color: #223463;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
}

.iscar-course-subtitle {
    font-size: 17px;
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 24px;
}

.iscar-stats {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 2px solid #E5E7EB;
}

.iscar-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #374151;
}

.iscar-what-learn h3 {
    font-size: 20px;
    color: #223463;
    font-weight: 700;
    margin-bottom: 16px;
}

.iscar-learn-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.iscar-learn-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    color: #1F2937;
}

.iscar-check {
    color: #FFE000;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}

.iscar-enrollment-card {
    background: linear-gradient(180deg, #223463 0%, #1a2a50 100%);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(34,52,99,0.25);
    display: flex;
    flex-direction: column;
}

.iscar-card-body {
    flex: 1;
    padding: 30px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.iscar-card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.iscar-price {
    font-size: 48px;
    font-weight: 700;
    color: #FFE000;
    line-height: 1;
}

.iscar-card-sub {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin: 0;
}

.iscar-completed-msg {
    font-size: 18px;
    font-weight: 700;
    color: #4ade80;
    margin: 0;
}

.iscar-btn-primary {
    display: block;
    background: linear-gradient(135deg, #FFE000 0%, #FFC700 100%);
    color: #223463;
    text-align: center;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255,224,0,0.3);
    transition: all 0.2s ease;
}

.iscar-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255,224,0,0.4);
    color: #223463;
}

.iscar-btn-cert {
    display: block;
    width: 100%;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: not-allowed;
    border: none;
    text-align: center;
}

.iscar-btn-cert.disabled {
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.4);
    border: 1px dashed rgba(255,255,255,0.2);
}

.iscar-progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}

.iscar-percent {
    font-size: 18px;
    font-weight: 700;
    color: #FFE000;
}

.iscar-progress-bar {
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.2);
    border-radius: 20px;
    overflow: hidden;
}

.iscar-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #FFE000 0%, #FFC700 100%);
    border-radius: 20px;
    transition: width 0.5s ease;
}

.iscar-progress-fill.complete {
    background: linear-gradient(90deg, #4ade80 0%, #22c55e 100%);
}

.iscar-includes {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 16px;
}

.iscar-includes li {
    padding: 7px 0;
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    display: flex;
    align-items: center;
    gap: 8px;
}

.iscar-course-content {
    background: white;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

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

.iscar-content-header h2 {
    font-size: 22px;
    color: #223463;
    font-weight: 700;
    margin: 0;
}

.iscar-expand-all {
    background: #223463;
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.iscar-expand-all:hover {
    background: #FFE000;
    color: #223463;
}

.iscar-last-activity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.iscar-last-activity-icon {
    font-size: 18px;
    flex-shrink: 0;
    opacity: 0.8;
}

.iscar-last-activity-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 2px;
}

.iscar-last-activity-value {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
}

@media (max-width: 768px) {
    .iscar-course-hero { grid-template-columns: 1fr; }
    .iscar-enrollment-card { position: static; }
    .iscar-learn-grid { grid-template-columns: 1fr; }
}

/* =============================================
   ISCAR Focus Mode Styling
   ============================================= */

.learndash-focus-mode .ld-focus-header {
    background: #ffffff !important;
    border-bottom: 2px solid #E5E7EB !important;
}
.learndash-focus-mode .ld-focus-header .ld-progress .ld-progress__bar {
    background: #FFE000 !important;
}
.learndash-focus-mode .ld-focus-header .ld-progress {
    background: rgba(34,52,99,0.15) !important;
}
.learndash-focus-mode .ld-focus-header .ld-progress__stats {
    color: #223463 !important;
    font-weight: 700 !important;
}
.learndash-focus-mode .ld-focus-header__next .ld-focus-header__next-link,
.learndash-focus-mode .ld-focus-header__next a {
    color: #223463 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    background: #FFE000 !important;
    padding: 8px 18px !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
}
.learndash-focus-mode .ld-focus-header__next .ld-focus-header__next-link:hover,
.learndash-focus-mode .ld-focus-header__next a:hover {
    background: #FFC700 !important;
}
.learndash-focus-mode .ld-focus-sidebar {
    background: #223463 !important;
}
.learndash-focus-mode .ld-focus-sidebar__header {
    background: #223463 !important;
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}
.learndash-focus-mode .ld-focus-sidebar__header .ld-course-step-back,
.learndash-focus-mode .ld-focus-sidebar__header a,
.learndash-focus-mode .ld-focus-sidebar__header span {
    color: #ffffff !important;
}
.learndash-focus-mode .ld-focus-sidebar__header .ld-icon {
    color: #FFE000 !important;
    fill: #FFE000 !important;
}
.learndash-focus-mode .ld-focus-sidebar__body {
    background: #223463 !important;
}
.learndash-focus-mode .ld-lesson-navigation {
    background: #223463 !important;
}
.learndash-focus-mode .ld-lesson-navigation .ld-lesson-navigation-list__item {
    background: #223463 !important;
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
    transition: background 0.15s !important;
}
.learndash-focus-mode .ld-lesson-navigation .ld-lesson-navigation-list__item .ld-lesson-navigation-list__item__content {
    color: rgba(255,255,255,0.85) !important;
    font-size: 14px !important;
}
.learndash-focus-mode .ld-lesson-navigation .ld-lesson-navigation-list__item:hover {
    background: rgba(255,255,255,0.05) !important;
}
.learndash-focus-mode .ld-lesson-navigation .ld-lesson-navigation-list__item.is-current,
.learndash-focus-mode .ld-lesson-navigation .ld-lesson-navigation-list__item--current {
    background: rgba(255,224,0,0.12) !important;
    border-left: 3px solid #FFE000 !important;
}
.learndash-focus-mode .ld-lesson-navigation .ld-lesson-navigation-list__item.is-current .ld-lesson-navigation-list__item__content,
.learndash-focus-mode .ld-lesson-navigation .ld-lesson-navigation-list__item--current .ld-lesson-navigation-list__item__content {
    color: #FFE000 !important;
    font-weight: 600 !important;
}
.learndash-focus-mode .ld-lesson-navigation .ld-status-complete .ld-icon,
.learndash-focus-mode .ld-lesson-navigation .ld-status-complete svg {
    color: #4ade80 !important;
    fill: #4ade80 !important;
}
.learndash-focus-mode .ld-lesson-navigation .ld-status-incomplete .ld-icon,
.learndash-focus-mode .ld-lesson-navigation .ld-status-incomplete svg {
    color: rgba(255,255,255,0.3) !important;
    fill: rgba(255,255,255,0.3) !important;
}
.learndash-focus-mode .ld-lesson-navigation .ld-item-list-item-quiz .ld-icon {
    color: rgba(255,255,255,0.6) !important;
    fill: rgba(255,255,255,0.6) !important;
}
.learndash-focus-mode .ld-focus-content h1,
.learndash-focus-mode .ld-focus-content h2,
.learndash-focus-mode .ld-focus-content h3 {
    color: #223463 !important;
}
form.sfwd-mark-complete {
    display: none !important;
}
#iscar-mark-complete-wrapper form.sfwd-mark-complete {
    display: block !important;
}