/* ============================================
   Scoped CSS for Single Course Header v4
   – No conflicts with other pages –
   ============================================ */

/* Only target this exact header block */
.velzatechsolutions .apus-breadscrumb {
    margin-bottom: 0px !important;
}

.course-header.velzatechsolutions {
    padding-bottom: 10px !important;
}

.course-header.v4.velzatechsolutions .header-inner-v4 {
    background-color: #F8FAFC;
    position: relative;
    overflow: hidden;
}

/* ---------- Left Column ---------- */
.course-header.v4.velzatechsolutions .course-header-left .course-category {
    margin-bottom: 12px;
}

.course-header.v4.velzatechsolutions .course-header-left .course-category-item {
    display: inline-block;
    background-color: rgba(46, 78, 162, 0.08);
    color: #2E4EA2;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.course-header.v4.velzatechsolutions .course-header-left .course-category-item:hover {
    color: #ffffff;
    text-decoration: none;
}

.course-header.v4.velzatechsolutions .course-header-left .title {
    font-size: 36px;
    font-weight: 700;
    color: #101828;
    line-height: 1.25;
    margin: 10px 0 12px;
}

@media (max-width: 767px) {
    .course-header.v4.velzatechsolutions .course-header-left .title {
        font-size: 26px;
    }
}

.course-header.v4.velzatechsolutions .course-header-left .excerpt {
    font-size: 16px;
    color: #475467;
    margin-bottom: 18px;
    line-height: 1.6;
}

/* Meta row */
.course-header.v4.velzatechsolutions .course-header-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.course-header.v4.velzatechsolutions .course-meta-field {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #475467;
}

.course-header.v4.velzatechsolutions .course-meta-field i {
    color: #2E4EA2;
    font-size: 16px;
}

.course-header.v4.velzatechsolutions .course-meta-field span {
    color: #475467;
}

/* Rating specific */
.course-header.v4.velzatechsolutions .wrapper_rating_avg .rating_avg {
    font-weight: 700;
    color: #101828;
    margin-right: 4px;
}

.course-header.v4.velzatechsolutions .course-header-meta .rating .review-stars-rated .review-stars {
    color: #2E4EA2;
}

/* Author section */
.course-header.v4.velzatechsolutions .course-header-bottom {
    margin-top: 8px;
}

.course-header.v4.velzatechsolutions .lp-course-author {
    gap: 12px;
}

/* .course-header.v4.velzatechsolutions .lp-course-author .course-author__pull-left img {
    border-radius: 50%;
    border: 2px solid #2E4EA2;
    width: 48px;
    height: 48px;
    object-fit: cover;
} */

.course-header.v4.velzatechsolutions .author-title {
    font-size: 15px;
    font-weight: 600;
    color: #101828;
}

.course-header.v4.velzatechsolutions .author-title a {
    color: #2E4EA2;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.course-header.v4.velzatechsolutions .author-title a:hover {
    color: #223C85;
}

/* ---------- Right Column: Highlights Box ---------- */
.course-header.v4.velzatechsolutions .course-highlights-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #E5E7EB;
    transition: transform 0.2s;
}

.course-header.v4.velzatechsolutions .course-highlights-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.course-header.v4.velzatechsolutions .highlights-title {
    font-size: 18px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #E5E7EB;
    margin-top: 0;
}

.course-header.v4.velzatechsolutions .highlights-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-header.v4.velzatechsolutions .highlights-list li {
    display: flex;
    align-items: start;
    padding: 8px 0;
    border-bottom: 1px solid #F3F4F6;
    gap: 12px;
}

.course-header.v4.velzatechsolutions .highlights-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.course-header.v4.velzatechsolutions .highlights-list li i {
    color: #2E4EA2;
    font-size: 20px;
    margin-bottom: 5px;
}

.course-header.v4.velzatechsolutions .highlights-list li strong {
    font-size: 14px;
    font-weight: 600;
    color: #101828;
    display: block;
    margin-bottom: 2px;
}

.course-header.v4.velzatechsolutions .highlights-list li span {
    font-size: 13px;
    color: #475467;
    line-height: 1.4;
}

.course-header.v4.velzatechsolutions .highlights-footer {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #E5E7EB;
}

.course-header.v4.velzatechsolutions .static-note {
    font-size: 13px;
    color: #475467;
    margin: 0;
    font-style: italic;
}

/* Responsive adjustments inside this header only */
@media (max-width: 991px) {

    .course-header.v4.velzatechsolutions .course-highlights-box {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

/* ===== Trust Section: Key Points & Logos ===== */
.course-header.v4.velzatechsolutions .course-trust-section {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.course-header.v4.velzatechsolutions .trust-title {
    font-size: 16px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 6px;
}

.course-header.v4.velzatechsolutions .trust-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #2E4EA2;
}

/* Key Points grid */
.course-header.v4.velzatechsolutions .key-points-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
}

.course-header.v4.velzatechsolutions .key-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #ffffff;
    padding: 14px 12px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    transition: all 0.3s;
}

.course-header.v4.velzatechsolutions .key-point:hover {
    border-color: #2E4EA2;
    box-shadow: 0 4px 12px rgba(46, 78, 162, 0.08);
    transform: translateY(-1px);
}

.course-header.v4.velzatechsolutions .kp-icon {
    font-size: 22px;
    color: #2E4EA2;
    line-height: 1;
    min-width: 28px;
    text-align: center;
}

.course-header.v4.velzatechsolutions .kp-content {
    display: flex;
    flex-direction: column;
}

.course-header.v4.velzatechsolutions .kp-number {
    font-size: 18px;
    font-weight: 800;
    color: #101828;
    line-height: 1.2;
}

.course-header.v4.velzatechsolutions .kp-label {
    font-size: 13px;
    color: #475467;
    line-height: 1.3;
    margin-top: 2px;
}

/* Logos grid */
.course-header.v4.velzatechsolutions .trust-logos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
    align-items: center;
}

.course-header.v4.velzatechsolutions .logo-item {
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.course-header.v4.velzatechsolutions .logo-item:hover {
    border-color: #2E4EA2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.course-header.v4.velzatechsolutions .logo-item img {
    max-width: 100%;
    height: auto;
    max-height: 45px;
    object-fit: contain;
    filter: grayscale(20%);
    transition: filter 0.3s;
}

.course-header.v4.velzatechsolutions .logo-item:hover img {
    filter: grayscale(0%);
}

/* Responsive */
@media (max-width: 767px) {
    .course-header.v4.velzatechsolutions .key-points-grid {
        grid-template-columns: 1fr 1fr;
    }

    .course-header.v4.velzatechsolutions .trust-logos-grid {
        grid-template-columns: 1fr 1fr;
    }

    .course-header.v4.velzatechsolutions .course-trust-section .row>div:first-child {
        margin-bottom: 25px;
    }
}

/* ===== Scoped Course Partner Slider ===== */
.vz-course-partner-section {
    padding: 30px 0 20px;
    margin-bottom: 50px;
}

.vz-course-partner-section .vz-course-partner__subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 8px;
}

.vz-course-partner-section .vz-course-partner__subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #2E4EA2;
}

.vz-course-partner-section .vz-course-partner__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.vz-course-partner-section .vz-course-partner__desc {
    font-size: 15px;
    margin-bottom: 16px;
}

.vz-course-partner-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.vz-course-partner-slider__track {
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    padding: 6px 0 12px;
    animation: vzCoursePartnerScroll 45s linear infinite;
}

.vz-course-partner-slider:hover .vz-course-partner-slider__track {
    animation-play-state: paused;
}

.vz-course-partner-card {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 80px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.vz-course-partner-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.vz-course-partner-card img {
    max-width: 100%;
    max-height: 44px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

@keyframes vzCoursePartnerScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .vz-course-partner-slider__track {
        gap: 8px;
        animation-duration: 35s;
    }

    .vz-course-partner-card {
        width: 110px;
        height: 65px;
        padding: 10px;
    }

    .vz-course-partner-card img {
        max-height: 34px;
    }
}

/* certificate css */
/* ===== Scoped Certificates Section ===== */
.vz-cert-section {
    padding: 70px 0 60px;
    background: linear-gradient(135deg, #F8FAFC 0%, #EEF2FF 100%);
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

/* Subtle background pattern */
.vz-cert-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(46, 78, 162, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.vz-cert-section__header {
    text-align: center;
    margin-bottom: 50px;
}

.vz-cert-title {
    font-size: 32px;
    font-weight: 800;
    color: #101828;
    margin: 0 0 8px;
    letter-spacing: -0.5px;
}

.vz-cert-subtitle {
    font-size: 16px;
    color: #475467;
    margin: 0;
}

/* Grid */
.vz-cert-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* Card */
/* .vz-cert-card {
    perspective: 800px;
    height: 220px;
} */

.vz-cert-card__inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s;
    overflow: hidden;
    transform-style: preserve-3d;
}

.vz-cert-card__inner:hover {
    transform: translateY(-8px) rotateX(5deg) rotateY(3deg);
    box-shadow: 0 25px 40px rgba(46, 78, 162, 0.15);
    border-color: rgba(46, 78, 162, 0.4);
}

/* Glow effect */
.vz-cert-card__glow {
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: conic-gradient(from 0deg, #2E4EA2, #223C85, #2E4EA2);
    opacity: 0;
    transition: opacity 0.4s;
    filter: blur(40px);
    z-index: 0;
}

.vz-cert-card__inner:hover .vz-cert-card__glow {
    opacity: 0.15;
}

.vz-cert-card__img-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 12px;
    transition: transform 0.3s;
}

/* .vz-cert-card__inner:hover .vz-cert-card__img-wrap {
    transform: scale(1.08);
} */

.vz-cert-card__img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.vz-cert-card__label {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    color: #101828;
    text-align: center;
    line-height: 1.2;
}

/* Responsive */
@media (max-width: 992px) {
    .vz-cert-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .vz-cert-section {
        padding: 50px 0 40px;
    }

    .vz-cert-title {
        font-size: 26px;
    }

    .vz-cert-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 280px;
        margin: 0 auto;
    }

    /* .vz-cert-card {
        height: 180px;
    } */
}

/* ===== About Company Section ===== */
.vz-about-company {
    padding: 80px 0;
    background: #ffffff;
}

.vz-about-company__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Image block */
.vz-about-company__img-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.vz-about-company__img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
    object-fit: cover;
}

.vz-about-company__experience {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #2E4EA2;
    color: #fff;
    padding: 16px 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(46, 78, 162, 0.3);
}

.vz-exp-years {
    display: block;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.vz-exp-text {
    font-size: 13px;
    opacity: 0.9;
    margin-top: 4px;
}

/* Content block */
.vz-about-company__content {
    padding-right: 20px;
}

.vz-about-badge {
    display: inline-block;
    background: rgba(46, 78, 162, 0.08);
    color: #2E4EA2;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.vz-about-title {
    font-size: 32px;
    font-weight: 800;
    color: #101828;
    line-height: 1.3;
    margin: 0 0 18px;
}

.vz-about-desc {
    font-size: 16px;
    color: #475467;
    line-height: 1.7;
    margin-bottom: 20px;
}

.vz-about-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.vz-about-list li {
    font-size: 14px;
    color: #101828;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vz-icon-check {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #2E4EA2;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.vz-icon-check::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Stats row */
.vz-about-stats {
    display: flex;
    gap: 30px;
    border-top: 1px solid #E5E7EB;
    padding-top: 24px;
}

.vz-stat-number {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #2E4EA2;
}

.vz-stat-label {
    font-size: 13px;
    color: #475467;
    margin-top: 2px;
    display: block;
}

/* Responsive */
@media (max-width: 992px) {
    .vz-about-company__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vz-about-company__content {
        padding-right: 0;
    }

    .vz-about-list {
        grid-template-columns: 1fr;
    }

    .vz-about-stats {
        flex-wrap: wrap;
        gap: 20px;
    }
}

/* ===== FAQ Section ===== */
.vz-faq-section {
    padding: 70px 0;
    background: #F8FAFC;
}

.vz-faq-section__header {
    text-align: center;
    margin-bottom: 50px;
}

.vz-faq-badge {
    font-size: 36px;
    display: block;
    margin-bottom: 12px;
}

.vz-faq-title {
    font-size: 32px;
    font-weight: 800;
    color: #101828;
    margin: 0;
}

/* FAQ List */
.vz-faq-list {
    max-width: 780px;
    margin: 0 auto;
}

.vz-faq-item {
    border-bottom: 1px solid #E5E7EB;
}

.vz-faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 0;
    font-size: 18px;
    font-weight: 600;
    color: #101828;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.2s;
}

.vz-faq-question:hover {
    color: #2E4EA2;
}

/* Custom icon */
.vz-faq-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: 16px;
}

.vz-faq-icon::before,
.vz-faq-icon::after {
    content: '';
    position: absolute;
    background: #2E4EA2;
    transition: transform 0.35s ease;
}

.vz-faq-icon::before {
    top: 11px;
    left: 0;
    width: 24px;
    height: 2px;
}

.vz-faq-icon::after {
    top: 0;
    left: 11px;
    width: 2px;
    height: 24px;
}

/* Open state */
.vz-faq-item.active .vz-faq-icon::after {
    transform: rotate(90deg);
}

.vz-faq-item.active .vz-faq-icon::before {
    transform: rotate(180deg);
}

.vz-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.vz-faq-item.active .vz-faq-answer {
    max-height: 300px;
    /* large enough */
    padding-bottom: 20px;
}

.vz-faq-answer p {
    margin: 0;
    font-size: 16px;
    color: #475467;
    line-height: 1.7;
}

/* Accessibility */
.vz-faq-question:focus-visible {
    outline: 2px solid #2E4EA2;
    outline-offset: 2px;
}

/* ===== Placement Section (Dark - Improved Initials) ===== */
.vz-placement-section {
    background: #0F1635;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.vz-placement-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(46, 78, 162, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.vz-placement-header {
    text-align: center;
    margin-bottom: 50px;
}

.vz-placement-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 16px;
    backdrop-filter: blur(10px);
}

.vz-placement-title {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px;
    letter-spacing: -0.5px;
}

.vz-placement-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 auto !important;
    max-width: 500px;
}

/* Slider container */
.vz-placement-slider {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 60px;
}

.vz-placement-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 28px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
    position: relative;
    overflow: hidden;
}

.vz-placement-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(46, 78, 162, 0.15) 0%, rgba(34, 60, 133, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.35s;
}

.vz-placement-card:hover {
    /* transform: translateY(-8px); */
    border-color: #2E4EA2;
    box-shadow: 0 25px 45px rgba(46, 78, 162, 0.3);
}

.vz-placement-card:hover::after {
    opacity: 1;
}

/* Avatar with initial letter */
.vz-placement-avatar {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2E4EA2, #4F6DC9);
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15), 0 10px 20px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* Info */
.vz-placement-info {
    z-index: 1;
    color: #ffffff;
}

.vz-placement-name {
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
}

.vz-placement-role {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2px;
}

.vz-placement-company {
    font-weight: 600;
    color: #6B8AFF;
    font-size: 15px;
    display: block;
}

/* Navigation arrows */
.vz-placement-prev,
.vz-placement-next {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    backdrop-filter: blur(5px);
    transition: background 0.3s, transform 0.3s;
}

.vz-placement-prev:hover,
.vz-placement-next:hover {
    background: #2E4EA2;
    transform: scale(1.1);
}

.vz-placement-prev::after,
.vz-placement-next::after {
    font-size: 20px;
}

@media (max-width: 768px) {
    .vz-placement-slider {
        padding: 0 30px;
    }

    .vz-placement-card {
        flex-direction: column;
        text-align: center;
    }

    .vz-placement-avatar {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }
}

/* ===== Reviews Section (Initials Avatars) ===== */
.vz-reviews-section {
    padding: 80px 0;
    background: #F9FAFB;
}

.vz-reviews-header {
    text-align: center;
    margin-bottom: 50px;
}

.vz-reviews-badge {
    display: inline-block;
    background: rgba(46, 78, 162, 0.1);
    color: #2E4EA2;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 12px;
}

.vz-reviews-title {
    font-size: 32px;
    font-weight: 800;
    color: #101828;
    margin: 0;
}

/* Slider */
.vz-reviews-slider {
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.vz-review-card {
    background: #ffffff;
    padding: 40px 32px;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    border: 1px solid #E5E7EB;
    transition: transform 0.3s, box-shadow 0.3s;
}

.vz-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.vz-review-stars {
    color: #FFB800;
    font-size: 22px;
    margin-bottom: 20px;
}

.vz-review-text {
    font-size: 16px;
    color: #475467;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 28px;
    quotes: none;
}

.vz-review-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.vz-review-avatar {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2E4EA2, #6B8AFF);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(46, 78, 162, 0.2);
}

.vz-review-info {
    text-align: left;
}

.vz-review-name {
    font-size: 16px;
    color: #101828;
    display: block;
    margin-bottom: 2px;
}

.vz-review-role {
    font-size: 13px;
    color: #475467;
    display: block;
}

/* Pagination bullets */
.vz-reviews-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #2E4EA2;
    opacity: 0.3;
}

.vz-reviews-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 600px) {
    .vz-review-card {
        padding: 28px 20px;
    }
}

.lp_course-template-default .sidebar-course-single {
    position: sticky;
    top: 170px;
    height: fit-content;
}

.widget-nav-menu .btn-url {
    font-weight: 800 !important;
}

li.course-nav-tab-materials {
    display: none;
}

.course-download_broucher {
    margin-top: 15px;
}

.course-download_broucher .btn {
    width: 100%;
}

.brochure-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s ease;
}

.brochure-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.brochure-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
    backdrop-filter: blur(6px);
}

.brochure-content {
    position: relative;
    width: 100%;
    max-width: 480px;
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .2);
    animation: popup .35s ease;
    z-index: 2;
    transform: translateY(30px) scale(.95);
    transition: .35s ease;
}

.brochure-popup.active .brochure-content {
    transform: translateY(0) scale(1);
}

@keyframes popup {
    from {
        opacity: 0;
        transform: translateY(40px) scale(.95);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.brochure-close {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
}

.brochure-content h2 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #111844;
    margin-top: 0;
}

.brochure-content p {
    margin-bottom: 25px;
    color: #666;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}

.form-group input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0 15px;
    transition: .3s;
}

#brochureForm input {
    border: 1px solid #ddd;
}

.form-group input:focus {
    border-color: #111844;
    outline: none;
}

.download-btn {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 10px;
    background: #111844;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
}

.download-btn:hover {
    background: #29377f;
}

@media(max-width:576px) {
    .brochure-content {
        margin: 20px;
        padding: 25px;
    }
}