/* ===== INNER PAGE STYLES ===== */
.ibvte-page-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff;
    padding: 45px 0 30px;
}
.ibvte-page-hero h1 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 8px;
}
.ibvte-page-hero p {
    font-size: 1rem;
    opacity: 0.85;
    margin: 0;
}
.ibvte-breadcrumb .breadcrumb-item a { color: #ffe082; text-decoration: none; }
.ibvte-breadcrumb .breadcrumb-item.active { color: #fff; }
.ibvte-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.5); }

/* Content Sections */
.ibvte-section {
    padding: 50px 0;
}
.ibvte-section-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(59,11,124,0.08);
    padding: 35px;
    margin-bottom: 28px;
    border-left: 4px solid var(--primary-color);
    transition: transform 0.2s, box-shadow 0.2s;
}
.ibvte-section-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(59,11,124,0.15);
}
.ibvte-section-card h2 {
    color: var(--primary-color);
    font-size: 1.45rem;
    font-weight: 800;
    margin-bottom: 16px;
}
.ibvte-section-card h3 {
    color: var(--primary-color);
    font-size: 1.15rem;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}
.ibvte-section-card p { color: #444; line-height: 1.8; }
.ibvte-section-card ul { color: #444; line-height: 2; padding-left: 20px; }
.ibvte-section-card ul li { margin-bottom: 4px; }

/* Values Grid */
.ibvte-value-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(59,11,124,0.1);
    padding: 25px;
    text-align: center;
    height: 100%;
    transition: transform 0.25s, box-shadow 0.25s;
    border-top: 4px solid var(--primary-color);
}
.ibvte-value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(59,11,124,0.18);
}
.ibvte-value-icon {
    width: 60px; height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.5rem; color: #fff;
}
.ibvte-value-card h5 { color: var(--primary-color); font-weight: 700; }
.ibvte-value-card p { font-size: 0.9rem; color: #555; }

/* Highlights Grid */
.ibvte-highlight-card {
    background: linear-gradient(135deg, #f8f3ff 0%, #fff 100%);
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    border: 1px solid #e8d8ff;
    transition: all 0.25s;
}
.ibvte-highlight-card:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    transform: translateY(-5px);
    border-color: transparent;
    box-shadow: 0 10px 30px rgba(59,11,124,0.25);
}
.ibvte-highlight-card:hover h5, .ibvte-highlight-card:hover p { color: #fff; }
.ibvte-highlight-card .hi-icon {
    font-size: 2rem; color: var(--primary-color); margin-bottom: 12px;
    transition: color 0.25s;
}
.ibvte-highlight-card:hover .hi-icon { color: #ffe082; }
.ibvte-highlight-card h5 { font-weight: 700; color: var(--primary-color); font-size: 1rem; }
.ibvte-highlight-card p { font-size: 0.88rem; color: #555; margin: 0; }

/* Course Table */
.course-section-title {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    padding: 14px 22px;
    border-radius: 10px 10px 0 0;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ibvte-course-table-wrap {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(59,11,124,0.1);
    margin-bottom: 35px;
}
.ibvte-course-table {
    margin: 0;
    font-size: 0.83rem;
}
.ibvte-course-table thead th {
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 10px 12px;
    white-space: nowrap;
}
.ibvte-course-table tbody tr:nth-child(even) { background: #f8f3ff; }
.ibvte-course-table tbody tr:hover { background: #ede4ff; }
.ibvte-course-table td { padding: 9px 12px; vertical-align: middle; border-color: #e8d8ff; }
.course-type-cert { background: #e3f2fd; color: #1565c0; padding: 2px 8px; border-radius: 20px; font-size: 0.78rem; font-weight: 600; white-space: nowrap; }
.course-type-dip { background: #e8f5e9; color: #2e7d32; padding: 2px 8px; border-radius: 20px; font-size: 0.78rem; font-weight: 600; white-space: nowrap; }
.course-type-adv { background: #fff3e0; color: #e65100; padding: 2px 8px; border-radius: 20px; font-size: 0.78rem; font-weight: 600; white-space: nowrap; }

/* PDF Viewer */
.ibvte-pdf-viewer {
    width: 100%;
    height: 80vh;
    min-height: 500px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Sidebar Nav */
.ibvte-inner-sidebar .list-group-item {
    border: none;
    border-left: 3px solid transparent;
    color: #444;
    font-weight: 500;
    transition: all 0.2s;
}
.ibvte-inner-sidebar .list-group-item:hover,
.ibvte-inner-sidebar .list-group-item.active {
    background: #f3ebff;
    border-left-color: var(--primary-color);
    color: var(--primary-color);
    font-weight: 700;
}
