/* Hero Banner */

.hero-wrappper {
    background: #026b6c;
}

body {
    background: var(--teflie-background-warm) !important;
    color: var(--teflie-text-primary);
}

.hero-banner {
    background-size: contain;
    background-position: 100% 50%;
    padding: 50px 0;
    background-repeat: no-repeat;
    border-radius: 0 0 1rem 1rem;
}

.hero-banner-title {
    font-size: 48px;
    line-height: 130%;
    color: var(--teflie-text-primary);
    font-weight: var(--teflie-font-weight-semibold);
}

@media screen and (min-width:769px) {
    .hero-banner-content {
        max-width: 45%;
    }
}

.hero-banner-accreditation {
    margin: 2rem auto;
}

.hero-banner-summary {
    margin: 0;
}

.hero-banner-buttons {
    margin-top: 2rem;
}

.accreditation-logo img {
    width: 150px;
    object-fit: contain;
    filter: invert(1);
    margin-right: 10px;
}

.accreditation-text {
    margin-bottom: 10px;
}

.accreditation-text,
.accreditation-text-bottom {
    font-size: 18px;
    font-weight: 500;
    color: var(--teflie-text);
}

.hero-offer-bar {
    display: flex;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--teflie-text-primary-dark);
    align-items: center;
    /* justify-content: center; */
}

.hero-banner .banner-clock-container {
    flex: 0 0 calc(30% - var(--banner-gap));
    max-width: calc(30% - var(--banner-gap));
    display: flex;
    justify-content: center;
}

.hero-banner .clock {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    line-height: 1;
    color: var(--teflie-white);
    width: fit-content;
    background: #FF6B6B;
    padding: 1.125rem 1rem;
    border-radius: 1rem;
}

.hero-banner .clock>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-banner .clock .clock-inner {
    display: flex;
    font-weight: var(--teflie-font-weight-semibold);
    gap: 1px;
    font-size: 24px;
}

.hero-banner .clock .digit-text {
    font-size: 14px;
    line-height: 1;
}

.hero-offer-text>p {
    margin-bottom: 0;
    font-size: 16px;
}

.hero-offer-text .offer-deadline {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 35px;
}

.banner-footer {
    background: var(--teflie-turquoise);
    padding: 20px 0;
}

.banner-footer-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.banner-footer-content__icon img {
    width: 150px;
}

.banner-footer-content__title h2 {
    color: var(--teflie-white);
    font-size: 32px;
    font-weight: var(--teflie-font-regular);
}

@media screen and (max-width:768px) {
    .hero-offer-bar {
        flex-direction: column;
    }

    h1.hero-banner-title {
        font-size: 32px;
        margin-bottom: 1rem;
    }

    .hero-banner-content {
        margin-top: 100%;
    }

    .hero-banner {
        background-position: top;
        padding: 24px 0;
    }

    .hero-offer-text .offer-deadline {
        margin-bottom: 0;
        font-size: 20px;
    }

    .accreditation-logo img {
        width: 100px;
    }

    .accreditation-text,
    .accreditation-text-bottom {
        font-size: 16px;
    }

    .hero-banner-container>.ast-container,
    .banner-footer>.ast-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .banner-footer-content__icon {
        display: none;
    }
}

.banner-footer {
    background: #026b6c;
    padding: 20px 0;
}

.banner-footer-content {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.banner-footer-content__icon {
    flex-shrink: 0;
    line-height: 0;
}

.banner-footer-content__icon img {
    width: 72px;
    height: auto;
    display: block;
}

.banner-footer-content__title {
    flex-shrink: 0;
}

.banner-footer-content__title h2 {
    margin: 0;
    color: var(--teflie-white);
    font-size: 32px;
    line-height: 1.2;
    font-weight: var(--teflie-font-regular);
    white-space: nowrap;
}

.banner-footer-content__subtitle {
    flex: 1 1 auto;
    color: var(--teflie-white);
    font-size: 20px;
    line-height: 1.5;
}

.banner-footer-content__subtitle b {
    color: #fdebc5;
}

.banner-footer-content__subtitle p {
    margin: 0;
}

.banner-footer-content__link {
    flex-shrink: 0;
    margin-left: auto;
}

.banner-footer-content__link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--teflie-white);
    font-size: 30px;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.banner-footer-content__link img {
    width: 64px;
}

.banner-footer-content__link a:hover {
    transform: translateX(4px);
}

@media screen and (max-width: 768px) {
    .banner-footer-content {
        flex-wrap: wrap;
        gap: 0.75rem 1rem;
    }

    .banner-footer-content__icon img {
        width: 56px;
    }

    .banner-footer-content__title h2 {
        font-size: 24px;
        white-space: normal;
    }

    .banner-footer-content__subtitle {
        flex-basis: 100%;
        font-size: 15px;
    }

    .banner-footer-content__link {
        position: absolute;
        right: 16px;
        top: 50%;
    }

    .banner-footer-content__link img {
        width: 32px;
    }
}

.hero-gift-cta {
    display: flex;
    align-items: stretch;
    margin-top: 1.5rem;
    border: 2px solid #FF6B6B;
    border-radius: 1rem;
    overflow: hidden;
}

.hero-gift-cta__content {
    flex: 0 0 66.666%;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1.25rem;
    background: #98d2cc;
}

.hero-gift-cta__link {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.9rem 1.25rem;
    background: #92cbc5;
    font-size: 22px;
    font-weight: 600;
    color: var(--teflie-text-primary);
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.hero-gift-cta__link:hover {
    background: #ff6b6b;
    color: #fff;
}

.hero-gift-cta__icon img {
    width: 56px;
    height: auto;
    display: block;
}

.hero-gift-cta__divider {
    width: 2px;
    align-self: stretch;
    background: rgba(2, 107, 108, 0.35);
}

.hero-gift-cta__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hero-gift-cta__label {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--teflie-text-primary);
}

.hero-gift-cta__label span {
    font-size: 20px;
    font-weight: 800;
}

.hero-gift-cta__value {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: var(--teflie-text-primary);
}

@media screen and (max-width: 768px) {
    .hero-gift-cta {
        flex-direction: column;
    }

    .hero-gift-cta__content,
    .hero-gift-cta__link {
        flex-basis: auto;
        width: 100%;
    }

    .hero-gift-cta__value {
        font-size: 22px;
    }
}

/* =========================================================
   Top TEFL Courses — Course Card 
   ========================================================= */

.section-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.5px;
    margin-bottom: var(--teflie-space-md);
}

#coursesOverview .section-title {
    text-align: center;
}

section#coursesOverview {
    padding: 50px 0;
}

section#coursesOverview>.ast-container {
    display: block;
}

.courses-cta-section__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--teflie-space-md);
    align-items: start;
}

.course-card {
    --c-bg: #FF6B6B;
    --c-text: #ffffff;
    --c-muted: rgba(255, 255, 255, 0.85);
    --c-accent: #e04848;
    --c-badge: #FF6B6B;
    --c-badge-text: #ffffff;
    --c-feature-bg: rgba(255, 255, 255, 0.16);
    --c-border: rgba(255, 255, 255, 0.35);

    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: visible;
    background: var(--c-bg);
}

.course-card.course-card--coral .btn-secondary {
    color: var(--teflie-white);
    box-shadow: 0 0 0 1px inset #fff;
}

.course-card.course-card--coral .btn-secondary:hover {
    box-shadow: none;
}

.course-card:not(.course-card--coral) .btn-secondary img {
    filter: invert(1);
}

.course-card:not(.course-card--coral) .btn-secondary:hover img {
    filter: none;
}

.course-card--cream {
    --c-bg: #fdebc5;
    --c-text: #2d3f40;
    --c-muted: #4a554f;
    --c-accent: #ead1a4;
    --c-badge: #fdebc5;
    --c-badge-text: #2c3b38;
    --c-feature-bg: #ddd2b4;
    --c-border: rgba(44, 59, 56, 0.25);
}

.course-card--teal {
    --c-bg: #b5e3e2;
    --c-text: #2d3f40;
    --c-muted: #2f4f47;
    --c-accent: #93d1cc;
    --c-badge: #b5e3e2;
    --c-badge-text: #2d3f40;
    --c-feature-bg: #95c9ba;
    --c-border: rgba(22, 58, 51, 0.22);
}

.course-card__main {
    position: relative;
    min-height: 250px;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    border-radius: 24px 24px 0 0;
}

.course-discount-badge {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 80px;
    height: 80px;
    color: var(--c-badge);
    z-index: 2;
}

.course-discount-badge__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.22));
}

.course-discount-badge__text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--c-badge-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.course-discount-badge__text small {
    font-size: 11px;
    font-weight: 600;
    margin-top: 2px;
}

.course-employer-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0e9c94;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.course-employer-badge img {
    width: 14px;
    height: 14px;
}

.course-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 22px 22px 24px;
    color: var(--c-text);
}

.course-card__body .course-title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--c-text);
}

.course-card .course-summary {
    margin: 0;
    height: 65px;
    overflow: hidden;
    transition: height 0.35s ease;
    font-size: 16px;
    line-height: 1.5;
    color: var(--c-muted);
}

.course-card .course-summary.expanded {
    height: 200px;
    overflow-y: auto;
    padding-right: 6px;
}

.course-card .course-summary.expanded ul li {
    list-style: disc;
    margin-left: 18px;
}

.course-card .read-more {
    display: inline-block;
    /* margin: 6px 0 13px; */
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: var(--c-text);
    text-decoration: underline;
}

/* themed scrollbar for the expanded summary */
.course-card .course-summary.expanded::-webkit-scrollbar {
    width: 6px;
}

.course-card .course-summary.expanded::-webkit-scrollbar-thumb {
    background: var(--c-border);
    border-radius: 10px;
}

/* Best For */
.course-best-for {
    margin: 0 0 16px;
    font-size: 13px;
    line-height: 1.6;
    color: var(--c-text);
}

.course-best-for__label {
    display: inline-block;
    background: #16201e;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 6px;
    margin-right: 7px;
}

/* Price */
.course-price-row {
    padding-top: 4px;
    margin-bottom: 4px;
}

.course-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--c-text);
    line-height: 1.2;
    background: var(--c-accent);
    width: fit-content;
    padding: 8px 16px;
    border-radius: 8px;
    margin: 1rem 0 .25rem;
}

.course-price del,
.course-price del .wcpbc-price {
    /* font-size: 15px; */
    font-weight: 400;
    /* opacity: 0.7; */
    margin-right: 8px;
}

.course-price ins {
    text-decoration: none;
}

.course-klarna {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 6px 0 18px;
    font-size: 18px;
    color: var(--c-text);
    font-weight: var(--teflie-font-weight-bold);
}

a.view-all-courses-btn.teflie-btn.btn-primary {
    border-radius: 10px;
}

.course-klarna img {
    height: 16px;
    width: auto;
}

/* Buttons */
.course-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.course-buttons>a {
    justify-content: space-between;
}

.course-features {
    background: var(--c-feature-bg);
    border-radius: 14px;
    padding: 16px 16px 14px;
    margin-bottom: 14px;
}

.course-features ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.course-features li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--c-text);
}

.course-features li:last-child {
    margin-bottom: 0;
}

.course-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: var(--c-text);
}

.course-readmore-link {
    display: inline-block;
    margin-top: auto;
    font-weight: 700;
    text-decoration: underline;
    color: var(--c-text);
    font-size: 14px;
}

.course-readmore-link:hover {
    color: var(--c-text);
    opacity: 0.85;
}

.courses-cta-section .pt-40 {
    padding-top: 40px;
    text-align: center;
}

.courses-cta-section .cta-container {
    width: max-content;
    margin: 0 auto;
    display: flex;
    gap: 0.75rem;
}

@media (max-width: 768px) {
    .course-card__body {
        padding: 18px 18px 20px;
    }

    .course-price {
        font-size: 24px;
    }

    .course-discount-badge {
        top: -16px;
        right: -16px;
    }

    .courses-cta-section .slider-container {
        padding-top: 18px;
    }
}

/* =========================================================
   Free Bundle Section
   ========================================================= */

.course-bundle-section {
    --bundle-orange: #ef711d;
    --bundle-teal: #026f71;
    background: url('/wp-content/uploads/2026/06/green-background.png') no-repeat center / cover;
    padding: 100px 0;
}

.bundle-inner {
    display: flex;
    align-items: self-end;
    /* gap: 30px; */
    justify-content: center;
    width: 100%;
}

.bundle-gift {
    flex: 0 0 auto;
}

.bundle-gift img {
    width: 150px;
    height: auto;
    display: block;
}

.bundle-main {
    flex: 1 1 auto;
    min-width: 0;
}

.bundle-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.bundle-pill {
    background: #fdf7ee;
    color: var(--bundle-orange);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 34px;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
    white-space: nowrap;
    outline: 2px dashed;
}

.bundle-seal-wrap {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
}

.bundle-arrow {
    width: 100px;
    height: auto;
    margin-top: -16px;
    margin-right: -6px;
}

.bundle-seal {
    position: relative;
    display: inline-block;
    width: 92px;
    height: 92px;
    color: var(--bundle-orange);
    /* drives the SVG fill */
}

.bundle-seal__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.18));
}

.bundle-seal__text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    line-height: 1.05;
    font-weight: 700;
    font-size: 24px;
}

.bundle-seal__text small {
    font-size: 14px;
    font-weight: 600;
}

.bundle-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bundle-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 18px;
}

.bundle-item {
    display: inline-flex;
    align-items: center;
    color: var(--bundle-teal);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}

.bundle-item::before {
    content: "+";
    color: var(--bundle-orange);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    margin-right: 18px;
}

.bundle-row .bundle-item:first-child::before {
    content: none;
}

.bundle-plus {
    color: var(--bundle-orange);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 768px) {
    .bundle-seal {
        width: 80px;
        height: 80px;
    }

    .bundle-inner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .bundle-gift img {
        width: 50px;
    }

    .bundle-top {
        flex-direction: column;
        gap: 14px;
    }

    .bundle-pill {
        font-size: 18px;
        padding: 11px 22px;
        white-space: normal;
    }

    .bundle-item {
        font-size: 15px;
    }
}

/* =========================================================
   Why Us Section
   ========================================================= */

.why-us-section {
    --why-teal: #026f71;
    --why-mint: #cce7e2;
    --why-orange: #ef711d;
    padding: 60px 0;
}

.why-us-inner {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    align-items: center;
}

.why-us-media {
    position: relative;
}

.why-us-image {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
}

.why-us-image img {
    display: block;
    width: 100%;
    height: auto;
}

.why-us-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--why-mint);
    border-radius: 24px;
    transform: translate(-6px, -6px);
    z-index: 1;
}

.why-us-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--why-orange);
    border-radius: 24px;
    transform: translate(6px, 6px);
    z-index: 1;
}

.why-us-shape {
    position: absolute;
    z-index: 3;
}

.why-us-shape img {
    display: block;
    width: 100%;
    height: auto;
}

.why-us-shape--top {
    top: -20px;
    right: -20px;
    width: 250px;
}

.why-us-shape--bottom {
    left: -40px;
    bottom: -30px;
    width: 150px;
}

.why-us-title {
    margin: 0 0 16px;
    font-size: 40px;
    font-weight: 700;
    color: var(--teflie-text-primary);
}

.why-us-summary {
    color: var(--teflie-text-primary);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 440px;
}

.why-us-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.why-us-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid var(--teflie-text-primary);
}

.why-us-feature__icon {
    flex: 0 0 auto;
    line-height: 0;
}

.why-us-feature__icon img {
    width: 34px;
    height: 34px;
    display: block;
}

.why-us-feature__title {
    flex: 1 1 auto;
    font-size: 22px;
    font-weight: 600;
    color: var(--teflie-text-primary);
    padding: 16px 0;
}

@media (max-width: 768px) {
    .why-us-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .why-us-title {
        font-size: 30px;
    }

    .why-us-feature__title {
        font-size: 17px;
    }
}

/* =========================================================
   CTA Cards Section
   ========================================================= */

.cta-cards-section {
    padding: 60px 0;
}

.cta-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding-top: 8px;
}

@media (max-width: 768px) {
    .cta-cards-grid {
        grid-template-columns: 1fr;
    }
}

.cta-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: visible;
    /* keep visible so the scallop label can stick up */
}

.cta-card--teal {
    --cta-bg: #9ed9d3;
    --cta-text: #1f4e4c;
    --cta-badge-bg: #8fd0ca;
    --cta-badge-text: #1f4e4c;
    background: var(--cta-bg);
}

.cta-card--cream {
    --cta-bg: #fbe7bf;
    --cta-text: #574a30;
    --cta-badge-bg: #f4e3b0;
    --cta-badge-text: #574a30;
    background: var(--cta-bg);
}

.cta-card--mint {
    --cta-bg: linear-gradient(120deg, #f6f3ea 0%, #e4f1ec 55%, #bfe3df 100%);
    --cta-text: #2f4f4c;
    --cta-badge-bg: #f4e3b0;
    --cta-badge-text: #3f5a55;
    background: var(--teflie-white);
}

.cta-card__label {
    position: absolute;
    top: 0;
    right: -10px;
    transform: translate(0, -50%);
    z-index: 4;
    height: 100px;
    width: auto;
    max-width: 88%;
    display: block;
}

.cta-card__image {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.cta-card--mint .cta-card__image {
    background: var(--cta-bg);
}

.cta-card__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.cta-card--mint .cta-card__image img {
    object-fit: contain;
}

.cta-card__body {
    display: flex;
    flex-direction: column;
    padding: 18px 20px 22px;
}

.cta-card__desc {
    margin: 0 0 4px;
    color: var(--cta-text);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

.cta-card__btn {
    align-self: center;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 16px;
    padding: 14px 26px;
    background: linear-gradient(180deg, #2ba79b, #1a8d83);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(26, 141, 131, 0.3);
}

.cta-card__btn:hover {
    color: #fff;
    filter: brightness(1.05);
}

.cta-card__btn svg {
    width: 18px;
    height: 18px;
}

/* Reviews Section */

/* =========================================================
   Reviews — "Students Love Us Worldwide"
   ========================================================= */

#verified_reviews_section {
    background-color: var(--teflie-background-vanilla);
    padding-bottom: 90px;
}

.reviews-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.4fr;
    gap: 48px;
    align-items: start;
    text-align: left;
}

.reviews-intro .section-title {
    font-size: 40px;
    line-height: 1.15;
    margin: 0 0 14px;
}

.reviews-intro .section-summary {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 26px;
}

.rating-row {
    max-width: 300px;
    margin-bottom: 18px;
}

.rating-row__main {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-row__star {
    color: #1f3a37;
    font-size: 24px;
    line-height: 1;
}

.rating-row__score {
    font-size: 24px;
    font-weight: 800;
    color: #1f3a37;
}

.rating-row__brand {
    font-size: 20px;
    font-weight: 700;
    color: #1f3a37;
}

.rating-row__logo {
    height: 22px;
    width: auto;
}

.rating-row__sub {
    font-size: 16px;
    color: #3f5755;
    padding: 6px 0 12px;
    border-bottom: 1px solid rgba(14, 93, 92, 0.25);
}

.rating-row__sub a {
    color: #1f3a37;
    font-weight: 600;
    text-decoration: underline;
}

.trustpilot-widget-wrapper {
    max-width: 300px;
    margin-top: 6px;
}

#verified_reviews_section .trustpilot-widget iframe {
    height: 120px !important;
}

.trustpilot-widget-wrapper iframe #profile-link {
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
}

body #tp-widget-wrapper {
    margin-left: 0 !important;
}

.review-btn-link {
    display: block;
    margin-top: 8px;
    color: var(--teflie-text-primary-dark);
    font-weight: 600;
    text-decoration: underline;
}

.reviews-collage .rplg,
.reviews-collage .rplg-list {
    display: block;
    background: transparent !important;
}

.reviews-collage .rplg-reviews {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: start;
}

.reviews-collage .rplg-list-review:nth-child(even) {
    transform: translateY(56px);
}

.reviews-collage .rplg-list-review {
    height: 240px;
    display: flex;
    padding: 22px 24px !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12) !important;
    overflow: hidden;
}

.reviews-collage .rplg-row {
    display: flex !important;
    width: 100%;
}

.reviews-collage .rplg-row-left {
    display: none !important;
}

.reviews-collage .rplg-row-right {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.reviews-collage .rplg-stars {
    position: static !important;
    order: 1;
    flex: 0 0 auto;
    margin: 0 0 12px !important;
    line-height: 1;
}

.reviews-collage .rplg-review-text {
    order: 2;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto !important;
    margin: 0 !important;
    padding-right: 6px;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.reviews-collage .rplg-review-name {
    order: 3;
    flex: 0 0 auto;
    margin-top: 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.reviews-collage .rplg-review-time {
    display: none !important;
}

.reviews-collage .rplg-more-toggle {
    display: none !important;
}

.reviews-collage .rplg-more {
    display: inline !important;
}

.reviews-collage .rplg-review-text>span:not(.rplg-more):not(.rplg-more-toggle) {
    display: none !important;
}

.reviews-collage .rplg-list-review:nth-child(4n+1) {
    background: #1f3a37 !important;
    transform: translate(20px, 45px);
    z-index: 1;
}

.reviews-collage .rplg-list-review:nth-child(4n+2) {
    background: #e8772e !important;
    transform: translate(-2px, 90px);
    z-index: 1;
}

.reviews-collage .rplg-list-review:nth-child(4n+3) {
    background: #2c8a82 !important;
    z-index: 2;
    transform: translateX(-13px);
}

.reviews-collage .rplg-list-review:nth-child(4n+4) {
    background: #cdeae3 !important;
    transform: translate(-35px, 45px);
    z-index: 2;
}

.reviews-collage .rplg-list-review .rplg-review-text,
.reviews-collage .rplg-list-review .rplg-review-text *,
.reviews-collage .rplg-list-review .rplg-review-name {
    color: #fff !important;
}

.reviews-collage .rplg-list-review:nth-child(4n+4) .rplg-review-text,
.reviews-collage .rplg-list-review:nth-child(4n+4) .rplg-review-text *,
.reviews-collage .rplg-list-review:nth-child(4n+4) .rplg-review-name {
    color: #244c47 !important;
}

.reviews-collage .rplg-stars svg use {
    fill: #ffffff !important;
}

.reviews-collage .rplg-list-review:nth-child(4n+4) .rplg-stars svg use {
    fill: #1f7a70 !important;
}

.reviews-collage .rplg-review-text::-webkit-scrollbar {
    width: 5px;
}

.reviews-collage .rplg-review-text::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .35);
    border-radius: 10px;
}

.reviews-collage .rplg-list-review:nth-child(4n+4) .rplg-review-text::-webkit-scrollbar-thumb {
    background: rgba(31, 122, 112, .4);
}

@media (max-width: 768px) {
    .reviews-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    #verified_reviews_section .section-inner.text-center {
        text-align: left;
    }

    .reviews-intro .section-title {
        font-size: 26px;
    }

    .reviews-intro .section-summary {
        font-size: 16px;
    }

    .rating-row,
    .trustpilot-widget-wrapper {
        max-width: 100%;
    }

    .reviews-collage .rplg-reviews {
        grid-template-columns: 1fr;
    }

    .reviews-collage .rplg-list-review {
        transform: none !important;
    }

    section#ctaCards {
        padding-top: 0;
    }

}

/* Feature and benefits section */

section.feature-benefits-section>.ast-container {
    display: block;
}

section.feature-benefits-section {
    padding-bottom: var(--teflie-space-xl);
    margin: calc(40px + 1.5rem) 0;
}

.feature-benefits-section__row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.feature-benefit-card__title {
    font-size: 18px;
    font-weight: var(--teflie-font-weight-semibold);
    line-height: 1.2;
    margin-top: 10px;
}

.feature-benefit-card {
    position: relative;
}

.feature-benefit-card__icon img {
    width: 100px;
}

.feature-benefit-card:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #00000014;
    position: absolute;
    right: -75%;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    section.feature-benefits-section {
        padding-bottom: 50px;
    }

    .feature-benefits-section__row {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .feature-benefit-card:not(:last-of-type)::after {
        display: none;
    }

    .feature-benefit-card {
        width: calc(33.33% - 15px);
    }

}

/* Reels Section */
.star_image {
    position: relative;
    left: 70px;
}

.social-reels-container {
    position: relative;
}

.reels-ribbon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18%;
    width: 100%;
    height: auto;
    z-index: 5;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .reels-ribbon {
        display: none;
    }
}

@media(max-width: 545px) {
    .star_image {
        left: 0px;
    }
}

.instagram-subtitle {
    font-size: var(--teflie-font-subheading);
    color: var(--teflie-text-primary);
    margin: 0;
}

.instagram-reels-slider {
    margin: 0 auto;
    padding: 20px 0;
}

.instagram-reels-slider .splide__slide {
    display: flex;
    justify-content: center;
}

.splide__list {
    display: flex;
}

.reel-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}


.reel-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.reel-play-link {
    position: absolute;
    bottom: 5px;
    left: 20px;
    text-decoration: underline;
    color: white;
    opacity: 0.9;
    font-size: 14px;
}

.reel-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.reel-play-overlay::after {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/uploads/2025/11/play-btn-lilac.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.view-instagram-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 69px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-instagram-btn img {
    width: 12px;
    height: auto;
    object-fit: contain;
}


/*Splide style */

.splide__pagination.reels-slider__pagination.splide__pagination--ltr {
    justify-content: flex-start;
    bottom: revert;
    margin: 1rem 0 0 4rem;
}

.splide__pagination.reels-slider__pagination .splide__pagination__page.is-active {
    background: var(--teflie-turquoise);
    transform: none;
    z-index: 1;
}

.splide__pagination.reels-slider__pagination .splide__pagination__page {
    background: #00000026;
}

.splide__arrows.reels-slider__arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--teflie-space-sm);
    margin-top: var(--teflie-space-xl);
}

.splide__arrows.reels-slider__arrows button {
    background: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    position: relative;
    left: auto;
    right: auto;
    opacity: 1;
    width: 40px;
    /* height: 40px; */
}

.splide__arrows.reels-slider__arrows button img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.splide__arrows.reels-slider__arrows button.splide__arrow--prev img {
    transform: rotate(180deg);
}

.splide__arrows.reels-slider__arrows button.disabled,
.splide__arrows.reels-slider__arrows button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    border-color: #ccc;
}

/* =========================================================
   Journey CTA Section
   ========================================================= */

section#journeyCta>.ast-container {
    display: block;
}

.journey-cta-section {
    padding: 40px 0 60px;
}

.journey-cta-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 40px 48px;
    border-radius: 20px;
    background: linear-gradient(100deg, #b5e3e2 0%, #d8ecdf 45%, #f3ecd6 100%);
}

.journey-cta-banner__title {
    margin: 0;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--teflie-text-primary);
}

.journey-cta-banner__btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    min-width: 240px;
    padding: 16px 28px;
    background: linear-gradient(180deg, #2ba79b, #1a8d83);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(26, 141, 131, 0.3);
    transition: filter 0.2s ease;
}

.journey-cta-banner__btn:hover {
    color: #fff;
    filter: brightness(1.05);
}

.journey-cta-banner__btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.journey-cta-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 24px;
}

.journey-cta-link {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 28px;
    border-radius: 16px;
    background: #fbe7bf;
    color: var(--teflie-text-primary);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.journey-cta-link:hover {
    color: var(--teflie-text-primary);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.journey-cta-link__icon {
    flex-shrink: 0;
    line-height: 0;
}

.journey-cta-link__icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.journey-cta-link__title {
    font-size: 18px;
    font-weight: 700;
}

.journey-cta-link__arrow {
    margin-left: auto;
    flex-shrink: 0;
    line-height: 0;
    color: var(--teflie-text-primary);
}

.journey-cta-link__arrow svg {
    width: 22px;
    height: 22px;
}

@media (max-width: 768px) {
    .journey-cta-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 28px 24px;
    }

    .journey-cta-banner__title {
        font-size: 26px;
    }

    .journey-cta-banner__btn {
        width: 100%;
    }

    .journey-cta-links {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

/* Course Slider on mobile */

@media screen and (max-width:768px) {
    div#primary>section>.ast-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .custom-slider,
    .reviews-collage.business-reviews-slider {
        position: relative;
        overflow: hidden;
    }

    .slider-container,
    .reviews-collage .rplg-reviews {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 10px;
    }

    .slider-container::-webkit-scrollbar {
        display: none;
    }

    .slider-item,
    .reviews-collage .rplg-list-review {
        flex: 0 0 90%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        flex-shrink: 0;
    }

    .reviews-collage .rplg-list-review {
        flex: 0 0 85%;
    }

    .slider-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin-top: 24px;
        margin-bottom: 0;
    }

    .slider-nav-btn {
        background: var(--teflie-background-warm);
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 0;
        border: none;
        border-radius: 100%;
    }

    .slider-nav-btn img {
        width: 40px;
        height: 40px;
        transition: transform 0.3s ease;
    }

    .slider-prev img {
        transform: rotate(180deg);
    }

    .slider-nav-btn:hover:not(.disabled),
    .slider-nav-btn:focus:not(.disabled) {
        background: #000;
        transform: scale(1.05);
    }

    .slider-nav-btn:hover:not(.disabled) img,
    .slider-nav-btn:focus:not(.disabled) img {
        filter: brightness(0) invert(1);
    }

    .slider-nav-btn.disabled,
    .slider-nav-btn:disabled {
        opacity: 0.3;
        cursor: not-allowed;
        border-color: #ccc;
    }

    .slider-nav-btn.disabled:hover,
    .slider-nav-btn:disabled:hover {
        background: #fff;
        transform: none;
    }

    .slider-nav-btn:active:not(.disabled) {
        transform: scale(0.95);
    }

    .section-title,
    h2.intro-header {
        font-size: 24px;
    }

    .bundle-arrow {
        display: none;
    }

    .bundle-row {
        flex-direction: column;
        align-items: start;
        text-align: left;
    }

    .bundle-item::before {
        content: "+";
        color: var(--bundle-orange);
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        margin-right: 10px;
    }

    .bundle-row .bundle-item:first-child::before {
        content: "+";
    }

    span.bundle-item br {
        display: none;
    }

    .why-us-shape--top {
        width: 100px;
    }

    .why-us-shape--bottom {
        width: 75px;
    }

    .cta-card__label {
        transform: none;
        height: 50px;
    }

    .bundle-inner {
        align-items: center;
    }

    #verified_reviews_section {
        padding-bottom: 20px;
        padding-top: 40px;
    }

    .course-bundle-section {
        background: linear-gradient(100deg, #b5e3e2 0%, #d8ecdf 45%, #f3ecd6 100%);
        padding: 50px 0;
    }
}

/* =========================================================
   Special Bundle — "Ultimate Birthday Bundle"
   ========================================================= */

.special-bundle-section {
    padding: 40px 0;
}

.special-bundle__buttons {
    display: flex;
    gap: 14px;
}

.special-bundle__content .teflie-btn {
    min-width: 300px;
    justify-content: space-between;
}

a.teflie-btn.btn-secondary.special-bundle__btn img {
    filter: invert(1)
}

a.teflie-btn.btn-secondary.special-bundle__btn:hover img {
    filter: none;
}

.special-bundle {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    align-items: center;
    gap: 40px;
    padding: 80px 70px 60px 80px;
    background: url('/wp-content/uploads/2026/07/green_background.png') no-repeat center / 100% 100%;
}

.special-bundle__content .teflie-btn {
    min-width: 300px;
    justify-content: space-between;
}

.special-bundle__media {
    position: relative;
}

.special-bundle__content {
    padding-right: 130px;
}

.special-bundle__image {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 18px;
    /* box-shadow: 8px 8px 0 #ef711d; */
}

.special-bundle__badge {
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    line-height: 0;
}

.special-bundle__badge img {
    width: 200px;
    height: auto;
    display: block;
}

.special-bundle__title {
    margin: 0 0 16px;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    color: #026b6c;
}

.special-bundle__subtitle {
    display: inline-block;
    background: rgba(2, 107, 108, 0.10);
    color: #1f4e4c;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.special-bundle__details {
    color: #1f4e4c;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 26px;
}

.special-bundle__details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.special-bundle__details ul li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 5px;
    font-size: 16px;
}

.special-bundle__details ul li:last-child {
    margin-bottom: 0;
}

.special-bundle__details ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background: url('/wp-content/uploads/2026/07/tick_icon.png') no-repeat center / contain;
}

.special-bundle__details ul li b,
.special-bundle__details ul li strong {
    font-weight: 700;
    color: #144f4d;
}


.special-bundle__btn svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.special-bundle__seal {
    position: absolute;
    top: 24px;
    right: 34px;
    z-index: 4;
    width: 220px;
    height: 220px;
    color: #ef711d;
}

.special-bundle__seal-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.18));
}

.special-bundle__seal-text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    line-height: 1.05;
}

.special-bundle__seal-was {
    font-size: 18px;
    font-weight: 700;
    color: #aa4b22;
}

.special-bundle__seal-was .woocommerce-Price-amount.amount {
    text-decoration: line-through;
}

.special-bundle__seal-now {
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px;
}

.special-bundle__seal-price {
    font-size: 28px;
    font-weight: 800;
}

.special-bundle__seal-save {
    font-size: 14px;
    font-weight: 700;
    margin-top: 3px;
    color: lightgray;
}

@media (max-width: 768px) {
    .special-bundle {
        background: #92cbc5;
        border-radius: 1rem;
        gap: 28px;
        padding: 44px 22px 40px;
        /* overflow: hidden; */
        grid-template-columns: 1fr;
    }

    .special-bundle__seal-was {
        font-size: 12px;
        font-weight: 700;
        text-decoration-line: line-through;
    }

    .special-bundle__buttons {
        flex-direction: column;
    }

    .special-bundle__image {
        max-width: 100%;
        /* box-shadow: 4px 4px 0 #ef711d; */
    }

    .special-bundle__badge {
        left: 8px;
        top: 12px;
        transform: none;
    }

    .special-bundle__content {
        padding-right: 0;
    }

    .special-bundle__badge {
        left: 8px;
        top: -50px;
        transform: none;
    }

    .special-bundle__badge img {
        width: 96px;
        transform: rotate(90deg);
    }

    .special-bundle__title {
        font-size: 28px;
    }

    .special-bundle__seal {
        top: -14px;
        right: 8px;
        width: 118px;
        height: 118px;
    }

    .special-bundle__seal-price {
        font-size: 18px;
    }

    .special-bundle__btn {
        width: 100%;
    }


}