/* ==============================================
   0. GLOBAL OVERRIDES
   ============================================== */
.page-wrapper * {
    box-sizing: border-box;
}

.quick-connect-links-wrap {
    display: none;
}

.zw-product-header {
    position: relative;
    z-index: 11;
}

h1,
h2,
h3,
h4 {
    font-family: var(--zf-secondary-bold);
}

h2 {
    font-size: 46px;
    margin-bottom: 20px;
}

.sprite-icons {
    background-image: url(/sites/zweb/images/analytics/training-sprite-new.png);
    background-size: 189px auto;
    background-repeat: no-repeat;
    display: inline-block;
}

.center-section h2 {
    font-size: 40px;
    text-align: center;
    font-family: var(--zf-secondary-bold);
}

.one-col {
    max-width: 840px;
    margin: auto;
    text-align: center;
}

.one-col.training-desc {
    max-width: 800px;
    margin: auto;
}

span.sep {
    margin: 0 10px;
}

.cta-btn {
    display: inline-block;
    margin-top: 20px;
}

/* ==============================================
   1. BANNER  (Figma 2367:5386)
   ============================================== */

/* Slick overrides */
.banner .slick-dots {
    display: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-initialized .slick-slide {
    outline: none;
    outline-style: none;
}

/* New banner layout */
.banner.bnr-new {
    background: linear-gradient(156.51deg, #fdf0e8 0%, #fde8d4 60%, #fdf5ee 100%);
    padding: 150px 0 90px;
    position: relative;
    margin-top: -68px;
}

.banner.bnr-new::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 384px;
    height: 384px;
    border-radius: 16777200px;
    background: rgba(232, 87, 30, 0.08);
    filter: blur(60px);
}

.bnr-new .content-wrap {
    padding: 0;
}

.bnr-inner {
    display: flex;
    align-items: center;
    gap: 40px;
}

.bnr-content {
    flex: 1 0 0;
    min-width: 0;
}

.bnr-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(232, 87, 30, 0.08);
    border: 1.5px solid rgba(232, 87, 30, 0.25);
    border-radius: 999px;
    padding: 7px 22px;
    font-size: 15px;
    font-family: var(--zf-primary-semibold);
    color: #e8571e;
    white-space: nowrap;
}

.bnr-badge__dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #e8571e;
    border-radius: 50%;
    flex-shrink: 0;
}

.bnr-new h1 {
    font-size: 52px;
    margin: 20px 0 0;
}

.bnr-highlight {
    color: #e8571e;
}

.bnr-desc {
    font-size: 20px;
    margin: 20px 0 0;
}

.bnr-new .bnr-img {
    flex-shrink: 0;
    width: 44%;
    max-width: 520px;
    text-align: center;
}

.bnr-new .bnr-img img {
    max-height: 400px;
    width: auto;
    max-width: 100%;
    display: inline-block;
}

/* Legacy banner single-col (kept for existing content) */

.banner .singlecol {
    max-width: 750px;
    margin: 40px auto 40px;
    text-align: center;
}

.banner .singlecol p {
    font-family: var(--primaryfont-regular);
    font-size: 20px;
    line-height: 1.9;
}

.banner .singlecol p.customer-name {
    font-size: 16px;
    font-family: var(--zf-primary-regular);
}

.banner .singlecol p.customer-name span {
    font-family: var(--zf-primary-semibold);
    font-size: 18px;
}

.banner .singlecol p:after {
    content: '';
    width: 240px;
    height: 240px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    margin-top: -130px;
    background: url(/sites/zweb/images/analytics/banner-quote.png) no-repeat;
    background-size: 100%;
    opacity: .2;
}

/* ==============================================
   2. TRAINING INTRO  (Figma 2367:5386)
   ============================================== */
.training-section {
    background: #fff;
    padding: 90px 0;
    text-align: center;
}

.training-section .one-col.training-desc {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.training-section h2 {
    font-size: 44px;
    margin: 0 0 20px;
    line-height: normal;
    font-family: var(--zf-primary-bold);
}

.training-em {
    color: #e8571e;
    font-style: italic;
}

.training-section p {
    font-size: 20px;
    margin: 0;
}

/* ==============================================
   3. COURSES OFFERED  (Figma 2367:5392)
   ============================================== */
.courses-section {
    background: #fcfcfd;
    padding: 90px 0;
}

.courses-section .content-wrap {
    padding: 0;
}

.courses-section h2 {
    text-align: center;
    font-size: 44px;
    margin: 0 0 20px;
    line-height: normal;
    font-family: var(--zf-primary-bold);
}

.courses-grid {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.course-card {
    flex: 1;
    display: flex;
    border: 1px solid rgba(147, 162, 182, 0.2);
    border-radius: 15px;
    overflow: hidden;
    min-width: 0;
}

.course-card__img-panel {
    width: 38%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.course-card--beginner .course-card__img-panel {
    background: rgba(16, 143, 77, 0.05);
}

.course-card--expert .course-card__img-panel {
    background: rgba(44, 102, 221, 0.05);
}

.course-card--beginner .course-card__img-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-card--expert .course-card__img-panel img {
    max-width: 80%;
    height: auto;
    display: block;
}

.course-card__content {
    flex: 1;
    padding: 24px;
}

.course-badge {
    display: inline-block;
    border-radius: 999px;
    padding: 5px 16px;
    font-size: 14px;
    font-family: var(--zf-primary-semibold);
}

.course-badge--beginner {
    background: rgba(16, 143, 77, 0.08);
    border: 1px solid rgba(16, 143, 77, 0.2);
    color: #108f4d;
}

.course-badge--expert {
    background: rgba(44, 102, 221, 0.08);
    border: 1px solid rgba(44, 102, 221, 0.2);
    color: #2c66dd;
}

.course-card h3 {
    font-size: 24px;
    margin: 14px 0 10px;
    line-height: 1.3;
}

/* ==============================================
   4. VIRTUAL CLASSROOM SCHEDULE  (Figma 2367:5422)
   ============================================== */
.online-training {
    background: linear-gradient(180deg, #fff 32%, rgba(232, 87, 30, 0.05) 100%);
    padding: 90px 0;
}

.sched-header {
    text-align: center;
    margin-bottom: 50px;
}

.sched-header h2 {
    font-size: 40px;
    margin: 0 0 16px;
    font-family: var(--zf-primary-bold);
}

.sched-header p {
    font-size: 20px;
    color: #555;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

.sched-columns {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    border-radius: 50px;
}

.sched-col {
    width: 100%;
}

.sched-divider {
    width: 1px;
    background: #c6ced9;
    align-self: stretch;
    flex-shrink: 0;
}

/* Column header */
.sched-col__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    position: sticky;
    top: 65px;
    background: #fff;
    padding: 12px 0;
}

.sched-col__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 2px 16px;
    border-radius: 10px;
    font-family: var(--zf-primary-bold);
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}

.sched-col__label--beginner {
    background: #cce1ff;
}

.sched-col__label--expert {
    background: rgba(232, 87, 30, 0.25);
}

.sched-col__dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.sched-col__label--beginner .sched-col__dot {
    background: #2c66dd;
}

.sched-col__label--expert .sched-col__dot {
    background: #e8571e;
}

/* Free badge */
.sched-free {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #108f4d;
    border-radius: 5px;
    padding-inline-end: 8px;
}

.sched-free__tag {
    background: #108f4d;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    font-family: var(--zf-primary-bold);
    font-size: 13px;
}

.sched-free__text {
    color: #108f4d;
    font-family: var(--zf-primary-semibold);
    font-size: 14px;
}

/* Schedule item — new flex layout */
.online-training .schedule-item.sched-hidden {
    display: none !important;
}

.online-training .schedule-item {
    display: flex !important;
    align-items: stretch;
    background: #fff;
    border: 1px solid #93a2b6;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    table-layout: unset;
}

/* Date panel */
.online-training .sched-date {
    width: 97px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 6px;
    gap: 1px;
    border-radius: 10px 0 0 10px;
}

.sched-col--beginner .sched-date {
    background: #cce1ff;
}

.sched-col--expert .sched-date {
    background: #f9d5c7;
}

.sched-date span:nth-child(1) {
    font-family: var(--zf-primary-semibold);
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: block;
}

.sched-date span:nth-child(2) {
    font-family: var(--zf-primary-bold);
    font-size: 38px;
    line-height: 1;
    display: block;
}

.sched-date span:nth-child(3) {
    font-family: var(--zf-primary-semibold);
    font-size: 13px;
    letter-spacing: 0.5px;
    display: block;
}

/* Info area */
.sched-info {
    flex: 1;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    min-height: 80px;
}

.sched-time-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.sched-clock-icon {
    flex-shrink: 0;
    display: block;
}

.sched-time-range {
    font-family: var(--zf-primary-bold);
    font-size: 20px;
}

.sched-local-tag {
     display: inline-flex;
    align-items: center;
        background-color: #7de8a4;
      color: #000000;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 11px;
    font-family: var(--zf-primary-bold);
    white-space: nowrap;
    letter-spacing: .03em;
}

.sched-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.sched-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid #c6ced9;
    border-radius: 999px;
    padding: 0 14px;
    font-size: 15px;
    white-space: nowrap;
}

/* CTA column */
.sched-cta {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.sched-cta .cta-btn {
    margin: 0;
    margin-inline-end: 24px;
}

/* ==============================================
   5. ONLINE TRAINING OFFERS  (Figma 2367:5557)
   ============================================== */
.online-offers {
    background: #fff;
    border-top: 1px solid #c6ced9;
    padding: 90px 0;
}

.online-offers h2 {
    font-size: 44px;
    margin: 0 0 20px;
    line-height: normal;
    font-family: var(--zf-primary-bold);
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #c6ced9;
    border-left: 1px solid #c6ced9;
    margin-top: 30px;
}

.offers-grid__cell {
    border-right: 1px solid #c6ced9;
    border-bottom: 1px solid #c6ced9;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.offers-grid__cell .sprite-icons {
    width: 40px;
    height: 40px;
}

.offers-grid__cell:nth-child(1) .sprite-icons {
    background-position: 0 0px;
}


.offers-grid__cell:nth-child(2) .sprite-icons {
    background-position: -57px 0px;
}


.offers-grid__cell:nth-child(3) .sprite-icons {
    background-position: -107px 0px;
}


.offers-grid__cell:nth-child(4) .sprite-icons {
    background-position: -154px 0px;
}

.offers-grid__cell p {
    font-size: 18px;
    line-height: 1.6;
    color: #0c0e11;
    margin: 0;
}

.offers-register {
    border-left: 4px solid #2c66dd;
    padding-left: 24px;
    margin: 50px auto 0;
    max-width: 700px;
}

.offers-register p {
    font-size: 18px;
    line-height: 1.67;
    color: #555;
    margin: 0;
}

.offers-register a {
    color: #2c66dd;
    text-decoration: underline;
    font-family: var(--zf-primary-medium);
}

/* ==============================================
   6. TESTIMONIAL & CONTACT  (Figma 2367:5609)
   ============================================== */
.testimonial-section {
    background: #fde9d6;
    border-top: 1px solid #c6ced9;
    padding: 90px 0 80px;
    text-align: center;
    position: relative;
}

.testimonial-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 430px;
    height: 430px;
    border-radius: 16777200px;
    background: rgba(232, 87, 30, 0.10);
    filter: blur(60px);
}

.testimonial-quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.testimonial-quote .sprite-icons {
    width: 40px;
    height: 40px;
    background-position: 0px -53px;
}

.testimonial-quote p {
    font-size: 28px;
    line-height: 1.46;
    color: #0c0e11;
    max-width: 700px;
    margin: 0;
}

.testimonial-attribution {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.testimonial-attribution::before {
    content: '';
    display: block;
    width: 59px;
    height: 2px;
    background: #e8571e;
    border-radius: 100px;
    margin-bottom: 10px;
}

.testimonial-name {
    display: block;
    font-family: var(--zf-primary-semibold);
    font-size: 24px;
    color: #0c0e11;
    letter-spacing: -0.18px;
}

.testimonial-location {
    display: block;
    font-size: 16px;
    color: #444;
}

.reachus {
    border-top: 1px solid #555;
    padding-top: 30px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.reachus p {
    font-size: 18px;
    color: #444;
    margin: 0;
}

.reachus a {
    font-family: var(--zf-primary-semibold);
    font-size: 18px;
    color: #0c0e11;
    text-decoration: underline;
    letter-spacing: -0.18px;
}

/* ==============================================
   7. LEGACY / OTHER SECTIONS
   ============================================== */

/* Two-column layout (other sections) */
.two-col-wrap {
    text-align: center;
    margin: 120px auto 0 auto;
}

.two-col {
    display: flex;
    align-items: center;
}

.two-col>div {
    width: 50%;
    text-align: left;
    padding: 60px 30px;
}

.two-col>div.col1 {
    padding: 40px 80px 40px;
}

.two-col>div img {
    max-height: 280px;
    margin: 0 auto;
    display: block;
}

.first-col.two-col>div img {
    max-height: initial;
    max-width: 430px;
}

/* Date/icon utilities */
p.date-time {
    font-size: 20px;
}

span.icon.icon-location,
.icon.icon-date {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(/sites/zweb/images/analytics/training-sprite.png) no-repeat;
    background-size: auto 70px;
    background-position: -2px -34px;
    margin-right: 5px;
}

span.icon.icon-date {
    background-position: 0 -1px;
    background-size: auto 60px;
}

/* Old schedule-item (table layout, used outside revamped sections) */
.schedule-item {
    display: table;
    border: 1px solid #daeefb;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
}

.schedule-item:last-child {
    margin-bottom: 0;
}

.schedules {
    margin: 40px 0 0 0;
}

.schedule-item .title h3 {
    font-size: 24px;
    margin: 0 0 5px 0;
}

.schedule-item .date {
    width: 12%;
    background: #ececec;
    text-align: center;
}

.schedule-item .title {
    width: 65%;
    padding: 10px 10px 10px 20px;
    text-align: left;
}

.title p {
    margin: 0;
}

.schedule-item .book-cta {
    width: 22%;
    text-align: center;
    padding: 10px;
}

.date span:first-child {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: var(--zf-primary-semibold);
}

.date span:nth-child(2) {
    display: block;
    font-size: 22px;
    font-family: var(--zf-primary-bold);
}

.book-cta a,
.bottom-cta a {
    color: #fff;
    background: #f0483e;
    font-family: var(--zf-primary-semibold);
    font-size: 16px;
    padding: 10px 20px;
    line-height: 25px;
    text-transform: uppercase;
}

/* Classroom training section */
.classroom-training {
    background: url(/sites/zweb/images/analytics/analytics-trainig-advance-course.png) no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    color: #fff;
}

.classroom-training:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .8;
    content: '';
    z-index: -1;
}

.classroom-training .schedule-item {
    color: #000;
}

.classroom-training .black-cta {
    background: none;
    border: 1px solid #fff;
    padding: 14px 50px;
    margin: 60px 0 0 0;
}

/* Bottom CTA */
.bottom-cta {
    text-align: center;
    background: #eff8fe;
}

.bottom-cta a {
    display: inline-block;
    margin: 0 0 30px;
}

.bottom-cta span {
    display: block;
    font-size: 16px;
}

.black-cta {
    color: #fff;
    background: #000;
    padding: 12px 50px;
    margin: 50px 0 60px 0;
    display: inline-block;
    font-size: 14px;
    font-family: var(--zf-primary-semibold);
    text-transform: uppercase;
}

/* Dev/virtual tag */
.ct_dev_virtual {
    font: 12px/20px var(--zf-primary-semibold);
    padding: 1px 10px;
    background: #ffe9ad;
    margin: 0 10px 11px 0;
    display: inline-block;
    border-radius: 4px;
}

.ct_dev_virtual.beginners {
    background: #c0d1f5;
}

/* ==============================================
   RESPONSIVE — ≤ 1200px
   ============================================== */
@media (max-width: 1200px) {
    .bnr-new h1 {
        font-size: 44px;
    }

    .bnr-new .bnr-img {
        width: 42%;
    }
}

/* ==============================================
   RESPONSIVE — ≤ 1024px
   ============================================== */
@media (max-width: 1024px) {
    .bnr-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        padding-bottom: 50px;
    }

    .bnr-new .bnr-img {
        width: 100%;
        max-width: 460px;
        margin: 0 auto;
    }

    .bnr-desc {
        max-width: 100%;
    }

    /* Courses */
    .courses-grid {
        gap: 20px;
    }

    .course-card__img-panel {
        width: 34%;
    }

    .course-card__content {
        padding: 20px;
    }

    /* Schedule — tighten at this breakpoint */
    .sched-columns {
        gap: 30px;
    }

    .sched-info {
        padding: 12px 14px;
        gap: 10px;
    }

    .sched-cta .cta-btn {
        margin-inline-end: 14px;
    }

    .online-training .sched-date {
        width: 82px;
    }

    .sched-date span:nth-child(2) {
        font-size: 30px;
    }

    .sched-time-range {
        font-size: 16px;
    }

    /* Offers */
    .offers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .online-training .schedule-item{
        align-items: center;
    }
}

/* ==============================================
   RESPONSIVE — ≤ 991px
   ============================================== */
@media (max-width: 991px) {

    /* Global */
    h2 {
        font-size: 36px;
    }

    .center-section h2 {
        font-size: 32px;
    }

    /* Banner */
    .bnr-new h1 {
        font-size: 36px;
    }

    .bnr-desc {
        font-size: 17px;
    }

    /* Training intro */
    .training-section h2 {
        font-size: 32px;
    }

    .training-section p {
        font-size: 18px;
    }

    /* Courses */
    .courses-section h2 {
        font-size: 32px;
    }

    .course-card h3 {
        font-size: 20px;
    }

    .course-card p {
        font-size: 16px;
    }

    /* Schedule */
    .sched-header h2 {
        font-size: 32px;
    }

    .sched-header p {
        font-size: 17px;
    }

    .sched-col__head {
        top: 50px;
    }

    /* Online offers */
    .online-offers h2 {
        font-size: 34px;
    }

    .offers-grid__cell p {
        font-size: 16px;
    }

    /* Testimonial */
    .testimonial-quote p {
        font-size: 22px;
    }

    .testimonial-name {
        font-size: 20px;
    }

    /* Legacy */
    .schedule-item .title h3 {
        font-size: 20px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .act-btn {
        margin: 0 0 30px 0;
    }

    .two-col-wrap {
        margin: 60px auto 0 auto;
    }

    .two-col>div.col1 {
        padding: 40px 50px 40px;
    }

    .two-col>div {
        padding: 30px;
    }

    .bottom-cta {
        margin: 60px 0 0 0;
    }

    .black-cta {
        margin: 30px 0 90px 0;
    }

    .banner .singlecol {
        margin: 0;
    }

    .sched-columns {
        flex-direction: column;
        gap: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
    }
}

/* ==============================================
   RESPONSIVE — ≤ 768px
   ============================================== */
@media (max-width: 768px) {

    /* Global */
    h2 {
        font-size: 28px;
    }

    h1 {
        font-size: 32px;
    }

    .center-section h2 {
        font-size: 26px;
    }

    /* Banner */
    .banner.bnr-new {
        padding: 70px 0 50px;
    }

    .banner .content-wrap {
        padding: 40px 0;
    }

    .bnr-new h1 {
        font-size: 28px;
    }

    .bnr-inner {
        padding: 40px 0;
    }

    .bnr-badge {
        font-size: 13px;
        padding: 6px 14px;
    }

    .banner .singlecol p {
        font-size: 16px;
    }

    .act-btn {
        margin-bottom: 10px;
    }

    /* Training intro */
    .training-section {
        padding: 60px 0;
    }

    .training-section h2 {
        font-size: 24px;
    }

    .training-section p {
        font-size: 16px;
    }

    /* Courses */
    .courses-grid {
        flex-direction: column;
    }

    .course-card {
        flex-direction: column;
    }

    .course-card__img-panel {
        width: 100%;
        height: 200px;
    }

    .course-card--beginner .course-card__img-panel img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .course-card--expert .course-card__img-panel img {
        max-height: 160px;
        width: auto;
    }

    .course-card__content {
        padding: 24px;
    }

    /* Schedule — columns stack vertically */
    .online-training {
        padding: 60px 0;
    }

    .sched-header {
        margin-bottom: 30px;
    }

    .sched-header h2 {
        font-size: 26px;
    }



    .sched-divider {
        display: none;
    }

    /* Each column becomes a full-width section */
    .sched-col {
        background: #fff;
        border-radius: 16px;
        padding: 20px;
        border: 1px solid #e2e8f0;
        margin-bottom: 24px;
    }

    .sched-col:last-child {
        margin-bottom: 0;
    }

    /* Column head — remove sticky on stacked layout */
    .sched-col__head {
        position: static;
        top: auto;
        background: transparent;
        padding: 0 0 16px;
        margin-bottom: 0;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .sched-free {
        flex-shrink: 0;
    }

    /* Schedule items — keep horizontal layout but tighter */
    .online-training .sched-date {
        width: 76px;
    }

    .sched-date span:nth-child(2) {
        font-size: 28px;
    }

    .sched-info {
        padding: 12px 12px;
        gap: 8px;
    }

    .sched-time-range {
        font-size: 15px;
    }

    .sched-local-tag {
        font-size: 12px;
    }

    .sched-pills {
        gap: 6px;
    }

    .sched-pill {
        font-size: 13px;
        padding: 0 10px;
    }

    .sched-cta .cta-btn {
        margin-inline-end: 12px;
        font-size: 13px;
        padding: 8px 14px;
    }

    .schedules {
        margin: 0;
    }

    /* Online offers */
    .online-offers {
        padding: 60px 0;
    }

    .online-offers h2 {
        font-size: 26px;
    }

    .offers-grid__cell {
        padding: 20px;
    }

    .offers-register {
        max-width: 100%;
    }

    /* Testimonial */
    .testimonial-section {
        padding: 60px 0 50px;
    }

    .testimonial-quote p {
        font-size: 18px;
    }

    .reachus {
        margin-top: 40px;
    }

    /* Legacy two-col */
    .two-col {
        flex-flow: column;
        text-align: center;
    }

    .two-col>div.col1,
    .two-col>div {
        padding: 20px 0;
        width: 100%;
        text-align: center;
    }

    /* Legacy schedule table */
    .schedule-item>div {
        display: block;
    }

    .schedule-item .date,
    .schedule-item .title,
    .schedule-item .book-cta {
        width: 100%;
        text-align: center;
    }

    .date span:nth-child(2) {
        display: inline-block;
        margin: 0 10px;
        padding: 0 10px;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        font-size: 20px;
    }

    .schedule-item .book-cta {
        margin-bottom: 20px;
    }

    .schedule-item .title {
        padding-top: 20px;
    }

    .schedules h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

/* ==============================================
   RESPONSIVE — ≤ 567px
   ============================================== */
@media (max-width: 567px) {

    /* Banner */
    .banner.bnr-new {
        padding: 50px 0 40px;
    }

    .bnr-new h1 {
        font-size: 24px;
    }

    /* Training intro */
    .training-section {
        padding: 40px 16px;
    }

    .training-section h2 {
        font-size: 22px;
    }

    /* Courses */
    .courses-section {
        padding: 40px 0;
    }

    .course-card__content {
        padding: 20px;
    }

    /* Schedule — fully stacked card layout */
    .online-training {
        padding: 40px 0;
    }

    .sched-col {
        padding: 16px;
        border-radius: 12px;
    }

    /* Stack each schedule item: date bar → info → full-width button */
    .online-training .schedule-item {
        flex-direction: column;
        border-radius: 12px;
        align-items: center;
    }

    .online-training .sched-date {
        width: 100%;
        flex-direction: row;
        border-radius: 10px 10px 0 0;
        padding: 10px 16px;
        gap: 6px;
        align-items: center;
        justify-content: center;
    }

    .sched-date span:nth-child(1) {
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .sched-date span:nth-child(2) {
        font-size: 22px;
        line-height: 1;
    }

    .sched-date span:nth-child(3) {
        font-size: 14px;
        margin-left: 2px;
    }

    .sched-info {
        padding: 14px 16px;
        gap: 10px;
        min-height: auto;
    }

    .sched-time-range {
        font-size: 16px;
    }

    /* Button becomes a full-width bottom strip */
    .sched-cta {
        width: 100%;
        border-top: 1px solid #e2e8f0;
        padding: 0;
    }

    .sched-cta .cta-btn {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
        border-radius: 0 0 12px 12px;
        padding: 13px 16px;
        font-size: 14px;
    }

    /* Column head — compact */
    .sched-col__head {
        flex-wrap: wrap;
        gap: 8px;
    }

    /* Online offers */
    .online-offers {
        padding: 40px 0;
    }

    .online-offers h2 {
        font-size: 22px;
    }

    .offers-grid {
        grid-template-columns: 1fr;
    }

    .offers-grid__cell {
        padding: 16px;
    }

    /* Testimonial */
    .testimonial-section {
        padding: 40px 0 35px;
    }

    .testimonial-quote p {
        font-size: 16px;
    }

    .testimonial-name {
        font-size: 18px;
    }
}

/* ==============================================
   RESPONSIVE — ≤ 435px
   ============================================== */
@media (max-width: 435px) {
    .bnr-badge {
        font-size: 12px;
        padding: 5px 12px;
    }

    .bnr-new h1 {
        font-size: 22px;
    }

    .sched-col__label {
        font-size: 13px;
        padding: 2px 12px;
    }

    .sched-free__text {
        font-size: 12px;
    }

    .sched-time-range {
        font-size: 15px;
    }

    .sched-local-tag {
        font-size: 11px;
        padding: 2px 6px;
    }

    .sched-pill {
        font-size: 12px;
        padding: 0 8px;
    }

    .testimonial-quote p {
        font-size: 15px;
    }
}