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

ul {
    margin: 0;
    list-style: none;
}

.course-introduction__content a,
.about-course__content a {
    text-decoration: underline;
}

.course-introduction__content a:hover,
.about-course__content a:hover {
    color: var(--teflie-turquoise);
}

.section-header {
    font-size: 24px;
    line-height: 1.2;
    font-weight: var(--salmond-semibold);
    color: var(--teflie-text-primary-dark);
}

.hero-banner-summary.course-summary ul p {
    margin: 0;
}

.hero-section ul li,
.banner-summary-cta-mobile ul li,
.who-can-take-the-course ul li {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

section.feature-benefits-section {
    padding-top: var(--teflie-space-xl);
}

.hero-section ul li::before,
.banner-summary-cta-mobile ul li::before,
.who-can-take-the-course ul li::before {
    content: '';
    width: 20px;
    min-width: 20px;
    min-height: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/10/green-checkmark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-banner-overlay {
    background: linear-gradient(90deg, rgba(22, 40, 44, 0.8) 38.01%, rgba(35, 57, 62, 0) 76.02%);
    position: absolute;
    inset: 0;
}

.hero-section>.ast-container {
    display: block;
    position: relative;
    z-index: 2;
}

.hero-section {
    padding: var(--teflie-space-xl);
    position: relative;
    background-size: cover !important;
    background-position: center right !important;
}

.hero-banner-content {
    position: relative;
    display: flex;
    align-items: end;
    gap: var(--teflie-space-md);
}

.hero-banner-content .hero-banner-text {
    flex: 0 0 50%;
}

.hero-banner-content .hero-banner-accreditation {
    flex: 0 0 50%;
}

.course-label-and-type {
    display: inline-flex;
    align-items: center;
    gap: var(--teflie-space-sm);
    margin-bottom: var(--teflie-space-md);
}

.course-label {
    background: var(--teflie-red);
    color: var(--teflie-white);
    padding: var(--teflie-space-xs) var(--teflie-space-sm);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: var(--teflie-font-weight-semibold);
}

.course-type {
    display: inline-flex;
    align-content: center;
    gap: var(--teflie-space-xs);
    color: var(--teflie-yellow);
    font-size: 16px;
    font-weight: var(--teflie-font-weight-semibold);
}

.hero-banner-content .course-title {
    color: var(--teflie-white);
    font-weight: var(--teflie-font-weight-semibold);
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0.5px;
    margin-bottom: var(--teflie-space-sm);
}

.hero-banner-summary.course-summary {
    color: var(--teflie-white);
    margin-bottom: var(--teflie-space-md);
    font-size: 16px;
    font-weight: var(--teflie-font-weight-semibold);
    letter-spacing: 0px;
    line-height: 1.4;
}

.hero-banner-buttons {
    display: flex;
    align-items: center;
    gap: var(--teflie-space-sm);
}

.hero-banner-buttons>* {
    min-width: 240px;
}

.hero-banner-accreditation {
    text-align: right;
}

.accreditation-text {
    line-height: 1.5;
    font-size: 16px;
    color: var(--teflie-white);
    margin-bottom: var(--teflie-space-md);
    font-weight: var(--teflie-font-weight-regular);
}

.accreditation-logos {
    display: inline-flex;
    align-items: center;
    gap: var(--teflie-space-md);
}

.accred-partners-section .accred-logo img {
    height: 75px;
    object-fit: contain;
}

.accreditation-logo img {
    max-height: 36px;
    object-fit: contain;
}

.hero-banner-text__footer {
    margin-top: var(--teflie-space-md);
    display: flex;
    align-items: center;
    gap: var(--teflie-space-xs);
    color: var(--teflie-white);
}

.google-review {
    display: flex;
    color: var(--teflie-white);
    align-items: center;
    gap: var(--teflie-space-xs);
    line-height: 1.25;
    border-right: 1px solid;
    padding-right: 10px;
    font-size: 20px;
}

.google-review img {
    width: 32px;
}

.google-review:hover,
.google-review:active {
    color: var(--teflie-white);
}

span.google-review__count {
    position: relative;
    margin-left: var(--teflie-space-xs);
}

span.google-review__count::before {
    content: ".";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-70%);
}

.course-main-content-wrapper>.ast-container {
    display: block;
    position: relative;
    z-index: 2;
}

.course-main-content-row {
    display: flex;
    gap: var(--teflie-space-xl);
    padding: var(--teflie-space-sm) 0;
    align-items: flex-start;
}

.course-main-content__left {
    /* flex: 0 0 60%; */
    width: 65%;
}

.course-main-content__right {
    /* flex: auto; */
    width: 35%;
}

.course-content-header {
    display: flex;
    align-items: center;
    gap: var(--teflie-space-sm);
    padding: var(--teflie-space-md) 0;
    border-bottom: 2px solid #00000026;
    margin-bottom: var(--teflie-space-lg);
}

.section-header.course-introduction__header,
.section-header.course-benefits-header,
.section-header.about-course__header {
    margin-bottom: var(--teflie-space-md);
}

.read-more-btn {
    all: unset;
    color: var(--teflie-turquoise);
    font-weight: var(--teflie-font-weight-bold);
    display: inline-flex;
    align-items: center;
    gap: var(--teflie-space-xs);
    cursor: pointer;
}

.read-more-btn:hover,
.read-more-btn:active,
.read-more-btn:focus {
    background: none;
    color: var(--teflie-turquoise);
    /* text-decoration: underline; */
}

section.course-benefits {
    margin: var(--teflie-space-xl) auto;
    background: var(--teflie-white);
    padding: var(--teflie-space-md);
    border-radius: 10px;
}

.course-benefits-content__wrapper {
    display: flex;
    gap: var(--teflie-space-sm);
}

.course-benefits__free-gifts {
    background: #FDEBC599;
    padding: var(--teflie-space-sm) var(--teflie-space-md);
    border-radius: 1rem;
    height: max-content;
}

.course-benefits__free-gifts hr {
    margin-bottom: 14px !important;
}

.free-gifts__header {
    display: flex;
    gap: var(--teflie-space-sm);
    font-size: 16px;
    line-height: 1.25;
    font-weight: var(--teflie-font-weight-bold);
    margin-bottom: var(--teflie-space-sm);
    align-items: center;
}

.free-gifts__header img {
    width: 45px;
    border-radius: 5px;
}

ul.free-gifts-row {
    margin-bottom: 0;
}

ul.free-gifts-row li {
    display: flex;
    gap: 5px;
    align-items: baseline;
    font-size: 16px;
}

ul.free-gifts-row li:not(:last-of-type) {
    margin-bottom: 8px;
}

ul.free-gifts-row li.gift-item:nth-child(n+6) {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-bottom: 0;
    transition: max-height 0.4s ease-out, opacity 0.3s ease-out, margin-bottom 0.4s ease-out;
}

.gifts-toggle:checked~ul.free-gifts-row li.gift-item:nth-child(n+6) {
    max-height: 100px;
    opacity: 1;
    margin-bottom: 8px;
    transition: max-height 0.4s ease-in, opacity 0.3s ease-in 0.1s, margin-bottom 0.4s ease-in;
}

.read-more-toggle .show-less {
    display: none;
}

.read-more-toggle .show-more {
    display: inline;
}

.gifts-toggle:checked~.read-more-toggle .show-less {
    display: inline;
}

.gifts-toggle:checked~.read-more-toggle .show-more {
    display: none;
}

ul.free-gifts-row li.gift-item:nth-child(6)~.read-more-toggle,
ul.free-gifts-row:has(li.gift-item:nth-child(-n+5):last-child)~.read-more-toggle {
    display: none;
}

.course-benefits__row {
    display: flex;
    flex-direction: column;
    gap: var(--teflie-space-xs);
}

.course-benefit {
    display: flex;
    align-items: center;
    gap: var(--teflie-space-xs);
}

.course-benfit__icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

section.who-can-take-the-course {
    background: var(--teflie-white);
    padding: var(--teflie-space-md);
    border-radius: 1rem;
    margin: var(--teflie-space-lg) 0;
}

.who-can-take-the-course .section-header {
    margin-bottom: var(--teflie-space-sm);
}

@media screen and (min-width:769px) {
    .who-can-take-the-course__row ul {
        column-count: 2;
    }
}

hr {
    position: relative;
    background: none;
}

hr:after {
    background: #00000026;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    inset: 0;
}

section.what-youll-learn {
    padding: var(--teflie-space-md) 0;
}

.what-youll-learn .section-header,
.what-youll-learn .section-summary {
    margin-bottom: var(--teflie-space-sm);
}

.course-module-accordion {
    background: var(--teflie-white);
    padding: var(--teflie-space-md);
    border-radius: 1rem;
}

.module-accordion__item label {
    padding: var(--teflie-space-sm) 0;
    font-weight: var(--teflie-font-weight-regular);
}

.module-accordion__item label span {
    display: block;
    align-items: anchor-center;
    gap: 4px;
    position: relative;
}

.module-accordion__item label img {
    position: absolute;
    left: -12px;
    top: 25%;
}

.module-accordion__content {
    padding: 0;
    font-size: 16px;
}

.module-accordion__item label {
    font-weight: var(--teflie-font-weight-regular);
}

.what-youll-learn .teflie-btn,
.resources-guides-card__btn {
    margin-top: var(--teflie-space-md);
    font-weight: var(--teflie-font-weight-semibold);
    color: var(--teflie-text-primary);
    display: inline-flex;
    align-items: center;
    gap: var(--teflie-space-sm);
}

.what-youll-learn .teflie-btn img {
    filter: invert(1);
}

.module-accordion__item:last-of-type label {
    border: none;
}

section.course-certification {
    margin: var(--teflie-space-2xl) auto;
}

.course-certification__row {
    background: var(--teflie-background-vanilla);
    padding: var(--teflie-space-xl);
    border-radius: 1rem;
    display: flex;
    gap: var(--teflie-space-md);
    width: 100%;
}

.course-certification__row--left {
    flex: 0 0 70%;
}

.course-certification__row--left .section-header {
    margin-bottom: var(--teflie-space-lg);
}

.course-certification__row--right {
    flex: 0 0 30%;
    position: relative;
}

.course-certification__row--right img {
    position: absolute;
    width: 160px;
    bottom: -10px;
    right: 50px;
    /* filter: drop-shadow(3px 3px 13px #00000055); */
    border-radius: 5px;
}

section.accred-partners-section {
    padding: var(--teflie-space-lg) 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

section.accred-partners-section .section-header {
    margin-bottom: var(--teflie-space-lg);
}

.accred-partners-section .accred-logos-container {
    display: flex;
    gap: var(--teflie-space-2xl);
}

.accred-partners-section .accred-logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--teflie-space-sm);
}

.accred-partners-section .accred-logo span {
    display: block;
    text-align: center;
}

section.resources-guides-section {
    margin: var(--teflie-space-lg) auto;
}

.resources-guides-section .section-header {
    margin-bottom: var(--teflie-space-lg);
}

.resources-guides-card-container {
    display: flex;
    gap: var(--teflie-space-md);
}

.resources-guides-card {
    background: var(--teflie-white);
    padding: var(--teflie-space-sm);
    border-radius: 1rem;
    width: 100%;
    max-width: 520px;
}

body.postid-24443 .resources-card img.resources-guides-card__image {
    transform: rotate(3deg);
}

img.resources-guides-card__image {
    width: 300px;
    margin-bottom: var(--teflie-space-sm);
    height: 220px;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.guide-card.resources-guides-card .resources-guides-card__image{
    width:100%;
    object-fit: cover;
    border-radius: 1rem;
}

h4.resources-guides-card__title {
    color: var(--teflie-text-primary);
    font-size: 20px;
    line-height: 1.2;
    font-weight: var(--teflie-font-weight-bold);
    margin-bottom: var(--teflie-space-xs);
}

.resources-guides-card__summary {
    font-size: 16px;
    font-weight: var(--teflie-font-weight-regular);
    line-height: 1.4;
    letter-spacing: 0;
}

.resources-guides-card__btn img {
    filter: invert(1);
}

.section.cta-block-section {
    padding: 0  0 var(--teflie-space-md) 0;
    /* background: var(--teflie-background-vanilla); */
    margin-top: var(--teflie-space-xl);
}

.cta-block-section-row {
    display: flex;
    gap: var(--teflie-space-sm);
}

.cta-block-section-row .cta-block {
    border-radius: 24px;
    overflow: hidden;
    flex: 1;
}

.cta-block__header img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.cta-block__content {
    display: flex;
    align-items: center;
    background: var(--teflie-white);
    padding: var(--teflie-space-sm);
    gap: var(--teflie-space-sm);
    flex-direction: column;
}

.cta-block__content-right a {
    width: max-content;
    font-weight: var(--teflie-font-weight-semibold);
}

.cta-block-title {
    font-size: 20px;
    color: var(--teflie-text-primary);
    font-weight: var(--teflie-font-weight-medium);
    line-height: 1.4;
    letter-spacing: -.5px;
}

.cta-block-summary {
    font-size: 14px;
    font-weight: var(--teflie-font-weight-regular);
    line-height: 1.5;
    letter-spacing: 0;
}

.why-us-section {
    background: var(--teflie-background-light-blue);
    padding: var(--teflie-space-2xl) 0;
}

.why-us-section-row .section-header,
.student-reviews-section .section-header,
.gallery-section .section-header,
.faqs-section .section-header {
    text-align: center;
    font-size: 40px;
    font-weight: var(--teflie-font-weight-regular);
    line-height: 1.2;
    margin-bottom: var(--teflie-space-lg);
}

.why-us-section-row .section-header b,
.student-reviews-section .section-header b,
.gallery-section .section-header b,
.faqs-section .section-header {
    font-weight: var(--teflie-font-weight-semibold);
}

.why-us-features {
    display: flex;
    gap: var(--teflie-space-sm);
}

.feature-card {
    background: var(--teflie-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 6px 0px #0000000A;
    padding: var(--teflie-space-md);
    border-radius: 24px;
    text-align: center;
    flex: 1;
    gap: var(--teflie-space-sm);
}

.feature-card img {
    width: 65px;
}

.feature-card__text {
    font-size: 18px;
    font-weight: var(--teflie-font-weight-semibold);
    line-height: 1.4;
    letter-spacing: 0;
}

.student-reviews-section {
    padding: var(--teflie-space-2xl) 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 15.27%, #FFFFFF 84.73%, #F8F2E7 100%);
}

.student-reviews-wrapper {
    display: flex;
    gap: var(--teflie-space-sm);
}

.student-reviews-section__row .section-header {
    margin-bottom: var(--teflie-space-md);
}

.student-reviews-section__row .section-summary {
    font-size: 16px;
    text-align: center;
    margin-bottom: var(--teflie-space-lg);
    line-height: 1.5;
}

.review-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
}

img.review-card__thumbnail {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.review-card::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    inset: 20% 0 0 0;
    border-radius: 2rem;
}

.review-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 80%;
    display: flex;
    justify-content: space-between;
    padding: var(--teflie-space-sm) var(--teflie-space-md);
    color: var(--teflie-white);
    align-items: center;
    z-index: 2;
    /* border-radius: 0 0 2rem 2rem; */
}

.review-card__title {
    font-size: 18px;
    font-weight: var(--teflie-font-weight-semibold);
}

.review-play-btn {
    width: 45px;
}

.gallery-section {
    padding: var(--teflie-space-2xl) 0;
    background-size: cover !important;
}

.gallery-section .ast-container {
    display: block;
}

.gallery-section__gallery-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gallery-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.gallery-marquee__track {
    display: flex;
    gap: 30px;
    width: fit-content;
}

.gallery-marquee--right .gallery-marquee__track {
    animation: marquee-right 60s linear infinite;
}

.gallery-marquee--left .gallery-marquee__track {
    animation: marquee-left 60s linear infinite;
}

@keyframes marquee-right {
    0% {
        transform: translateX(0);
    }

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

@keyframes marquee-left {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* .gallery-marquee:hover .gallery-marquee__track {
    animation-play-state: paused;
} */

.gallery-item {
    flex-shrink: 0;
    width: 240px;
    background: var(--teflie-white);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 5px;
}

.gallery-item__photo {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.gallery-item__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

span.gallery-item__location {
    /* display: inline-flex; */
    /* align-items: anchor-center; */
    margin-left: 2px;
}

.gallery-item__caption {
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
}

.gallery-item__caption span {
    font-family: "Playwrite US Trad", cursive !important;
}


.gallery-item__flag {
    width: 20px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
}

.course-main-content__right {
    padding-top: var(--teflie-space-md);
}

.course-main-content__right .review-cta-icons {
    display: flex;
    gap: var(--teflie-space-sm);
    align-items: center;
}

.course-main-content__right .review-cta-icons .review-cta {
    display: flex;
    align-items: anchor-center;
    gap: 5px;
}

.review-cta span {
    font-weight: 700;
}

@media screen and (min-width:769px) {
    .course-main-content__right {
        position: sticky;
        top: 2rem;
    }
}

.course-sidebar {
    background: var(--teflie-white);
    margin-top: var(--teflie-space-md);
    border: 1px solid #0000001A;
    border-radius: 24px;
}

.course-price-wrapper {
    padding: var(--teflie-space-md);

}

.course-price-wrapper>span {
    font-size: 16px;
    font-weight: var(--teflie-font-weight-semibold);
    margin-bottom: var(--teflie-space-xs);
    display: inline-block;
    color: var(--teflie-text-primary);
}

.course-price {
    display: flex;
    align-items: center;
    gap: var(--teflie-space-xs);
    color: var(--teflie-text-primary);
}

.course-price .wcpbc-price {
    font-size: 24px;
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
}

.course-price .wcpbc-price ins {
    font-weight: var(--teflie-font-weight-bold);
}

.course-price .wcpbc-price del {
    font-weight: var(--teflie-font-weight-regular);
    color: #2B2D4280;
}

.course-price .course-discount {
    color: #1A9AA8;
}

.course-addons-wrapper__header {
    margin: 0;
    display: block;
    padding: var(--teflie-space-xs) var(--teflie-space-md);
    background: var(--teflie-border-1);
    font-weight: var(--teflie-font-weight-semibold);
    color: var(--teflie-text-primary);
}

.course-addons {
    padding: var(--teflie-space-md);
}

.course-addon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-addon:not(:last-of-type) {
    margin-bottom: var(--teflie-space-sm);
}

.course-addon-title {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-weight: var(--teflie-font-weight-semibold);
}

.course-addon-price {
    /* font-size: smaller; */
    margin-left: 12px;
}

.course-addon-price span {
    color: #1A9AA8;
}

.course-addon .teflie-btn {
    padding: 5px 10px;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.course-addon .teflie-btn i {
    font-weight: var(--teflie-font-weight-regular);
}

.enrol-btn-wrapper {
    margin-bottom: 1rem;
    padding: 0 var(--teflie-space-md);
    display: flex;
    flex-direction: column;
    /* gap: 1rem; */
}

.enrol-btn-wrapper .teflie-btn {
    width: 100%;
    /* border: none !important; */
    font-size: 18px;
    margin-bottom: 1rem;
}

.pay-with-klarna {
    font-weight: var(--teflie-font-weight-semibold);
}

.pay-with-klarna img {
    width: 60px;
    margin-left: 5px;
    vertical-align: middle;
}

.money-back-text {
    display: block;
    text-align: center;
}

.course-sidebar .countdown {
    background: var(--teflie-background-vanilla);
    padding: var(--teflie-space-xs) var(--teflie-space-sm);
    border-radius: 16px;
    margin-top: var(--teflie-space-sm);
    margin-bottom: var(--teflie-space-sm);
}

.countdown-text {
    font-size: 14px;
    text-align: center;
}

.course-sidebar .clock {
    display: flex;
    justify-content: space-between;
    margin-top: var(--teflie-space-xs);
}

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

.course-sidebar .clock .clock-inner {
    display: flex;
    font-weight: var(--teflie-font-weight-semibold);
    gap: 1px;
    font-size: 20px;
}

.course-sidebar .clock .digit-text {
    font-size: 12x;
}

.course-selection-trigger {
    margin-bottom: var(--teflie-space-sm);
}

.course-selection-trigger .trigger-btn {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid var(--teflie-turquoise, #07ADA5);
    border-radius: 8px;
    background: var(--teflie-white);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    gap: 12px;
}

.course-selection-trigger .trigger-btn.needs-selection {
    border-color: #f44336;
    background: #fff5f5;
    animation: pulse-attention 2s infinite;
}

.course-selection-trigger .trigger-btn.needs-selection .trigger-status {
    color: #f44336;
    font-size: 12px;
    font-weight: 600;
}

.course-selection-trigger .trigger-btn.needs-selection .trigger-btn-icon {
    background: #f44336;
}

@keyframes pulse-attention {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(244, 67, 54, 0.4);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(244, 67, 54, 0);
    }
}

.course-selection-trigger .trigger-btn.selection-complete {
    border-color: var(--teflie-turquoise, #07ADA5);
    background: rgba(7, 173, 165, 0.05);
}

.course-selection-trigger .trigger-btn.selection-complete .trigger-label {
    color: var(--teflie-turquoise, #07ADA5);
    font-weight: 700;
}

.course-selection-trigger .trigger-btn.selection-complete .trigger-status {
    color: #666;
    font-size: 12px;
}

.course-selection-trigger .trigger-btn.selection-complete .trigger-btn-icon {
    background: var(--teflie-turquoise, #07ADA5);
}

.course-selection-trigger .trigger-btn.selection-complete .trigger-btn-icon i::before {
    content: "\f00c"; /* checkmark */
}

/* Trigger button hover states */
.course-selection-trigger .trigger-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.course-selection-trigger .trigger-btn.needs-selection:hover {
    background: #ffebee;
    border-color: #c62828;
}

.course-selection-trigger .trigger-btn.selection-complete:hover {
    background: rgba(7, 173, 165, 0.1);
}

.course-selection-trigger .trigger-status {
    font-size: 12px;
    color: #666;
    margin-right: 8px;
}

.course-selection-trigger .trigger-btn-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--teflie-turquoise, #07ADA5);
    border-radius: 50%;
    color: white;
    font-size: 14px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .course-selection-trigger .trigger-btn {
        padding: 12px 14px;
    }

    .course-selection-trigger .trigger-label {
        font-size: 14px !important;
        line-height: 1;
    }
    
    .course-selection-trigger .trigger-status {
        font-size: 11px;
    }
}

.course-selection-trigger .trigger-btn:hover {
    background: rgba(7, 173, 165, 0.05);
    border-color: var(--teflie-turquoise, #07ADA5);
}

.course-selection-trigger .trigger-label {
    font-size: 15px;
    color: var(--teflie-text-primary);
    font-weight: var(--teflie-font-weight-semibold);
    flex: 1;
}

.course-selection-trigger .trigger-btn-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--teflie-turquoise, #07ADA5);
    border-radius: 50%;
    color: white;
    font-size: 14px;
    flex-shrink: 0;
}

/* Course Selection Modal */
.course-selection-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    animation: modalFadeIn 0.3s ease;
}

.course-selection-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.modal-content {
    position: relative;
    background: var(--teflie-white, #fff);
    border-radius: 16px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideUp 0.3s ease;
}

@keyframes modalSlideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
}

.modal-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: var(--teflie-font-weight-semibold);
    color: var(--teflie-text-primary);
}

.modal-header .selection-counter {
    font-size: 14px;
    color: #666;
    background: #f0f0f0;
    padding: 4px 12px;
    border-radius: 20px;
}

.modal-header .selection-counter.complete {
    background: var(--teflie-turquoise, #07ADA5);
    color: white;
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: none;
    background: #f0f0f0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
    transition: all 0.2s ease;
}

.modal-close:hover {
    background: #e0e0e0;
    color: #333;
}

.modal-body {
    padding: 24px;
    overflow-y: auto;
    max-height: calc(90vh - 180px);
}

.modal-instruction {
    margin-bottom: 20px;
    padding: 12px 16px;
    background: #fff8e1;
    border-radius: 8px;
    border-left: 4px solid #ffc107;
    font-size: 14px;
    color: #856404;
}

.course-option {
    padding: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 12px;
}

.course-option:hover {
    border-color: var(--teflie-turquoise, #07ADA5);
    background: rgba(7, 173, 165, 0.03);
}

.course-option.selected {
    border-color: var(--teflie-turquoise, #07ADA5);
    background: rgba(7, 173, 165, 0.08);
}

.course-option.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.course-option .checkbox-indicator {
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.course-option.selected .checkbox-indicator {
    background: var(--teflie-turquoise, #07ADA5);
    border-color: var(--teflie-turquoise, #07ADA5);
}

.course-option .checkbox-indicator::after {
    content: '';
    display: none;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-bottom: 2px;
}

.course-option.selected .checkbox-indicator::after {
    display: block;
}

.course-option .course-name {
    flex: 1;
    font-size: 15px;
    font-weight: var(--teflie-font-weight-medium);
    color: var(--teflie-text-primary);
    line-height: 1.4;
}

.modal-footer {
    padding: 16px 24px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 12px;
    background: #f8f9fa;
}

.modal-footer .btn-cancel {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #ccc;
    background: white;
    color: var(--teflie-text-primary);
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: var(--teflie-font-weight-medium);
    transition: all 0.2s ease;
}

.modal-footer .btn-cancel:hover {
    background: #f0f0f0;
}

.modal-footer .btn-confirm {
    flex: 2;
    padding: 12px 20px;
    border: none;
    background: var(--teflie-turquoise, #07ADA5);
    color: white;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: var(--teflie-font-weight-semibold);
    transition: all 0.2s ease;
}

.modal-footer .btn-confirm:hover:not(:disabled) {
    background: #069089;
}

.modal-footer .btn-confirm:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* Hide old select menu when using modal */
.select-menu.select-two-required {
    display: none !important;
}

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

.faqs-section {
    padding: var(--teflie-space-2xl) 0;
}

.faqs-section-row {
    text-align: center;
}

.faqs-wrapper {
    position: relative;
    margin: var(--teflie-space-xl) auto 0;
}

@media screen and (min-width:769px) {
    .faqs-section-row .section-summary {
        max-width: 40%;
        margin: auto;
    }

    .faqs-wrapper {
        max-width: 75%;
    }
}

@media screen and (max-width:768px) {

    .hero-banner-overlay {
        background: linear-gradient(90deg, rgba(22, 40, 44, 0.8) 38.01%, rgba(35, 57, 62, 0.5) 76.02%);
    }
    .course-main-content__left,
    .course-main-content__right {
        width: 100%;
        flex: auto;
    }

    .hero-section {
        padding: var(--teflie-space-md);
        background-position: 50% 50% !important;
    }

    .hero-banner-summary.course-summary {
        font-weight: var(--teflie-font-weight-medium);
        font-size: 14px;
    }

    .hero-banner-accreditation {
        display: none;
    }

    .hero-section>.ast-container {
        padding: 0 !important;
    }

    .hero-banner-content {
        flex-direction: column;
    }

    .hero-banner-content .course-title {
        font-size: 24px;
    }

    .hero-banner-buttons>* {
        min-width: auto;
        width: auto;
    }

    .hero-banner-text__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .google-review {
        border: none;
        padding-right: 0;
    }

    .banner-summary-cta-mobile,
    .course-main-content-row {
        padding: 1rem;
    }

    .course-main-content-row {
        flex-direction: column-reverse;
    }

    .banner-summary-cta-mobile .hero-banner-summary.course-summary {
        color: var(--teflie-navy-blue);
    }

    .banner-summary-cta-mobile .hero-banner-button {
        font-size: 12px;
    }

    .banner-summary-cta-mobile .hero-banner-button.btn-glass {
        color: var(--teflie-navy-blue) !important;
        background: none !important;
        box-shadow: 0 0 0 1px inset;
    }

    .course-certification__row {
        flex-direction: column;
        align-items: center;
        padding: var(--teflie-space-md) var(--teflie-space-md) 0 var(--teflie-space-md);
    }

    .certificate-section__buttons-row {
        display: flex;
        flex-direction: column;
        gap: var(--teflie-space-sm);
    }

    .certificate-section__buttons-row>a {
        width: 100%;
    }

    .module-accordion__item label span {
        display: block;
        font-size: smaller;
    }

    .module-accordion__item label {
        align-items: baseline;
    }

    .what-youll-learn .teflie-btn {
        width: 100%;
        justify-content: center;
    }

    .accred-partners-section .accred-logos-container,
    .resources-guides-card-container,
    .student-reviews-wrapper {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .resources-guides-card-container {
        gap: var(--teflie-space-sm);
    }

    .accred-partners-section .accred-logo,
    .resources-guides-card,
    .review-card {
        scroll-snap-stop: always;
    }

    .accred-partners-section .accred-logo {
        scroll-snap-align: start;
    }

    .resources-guides-card,
    .review-card {
        scroll-snap-align: center;
        flex-shrink: 0;
    }

    .resources-guides-card {
        flex: 0 0 85%;
    }

    .review-card img {
        height: 280px;
        object-position: top center;
    }

    .review-card img {
        height: 280px;
    }

    .accred-partners-section .accred-logo span {
        width: max-content;
    }

    img.resources-guides-card__image {
        width: 250px;
    }

    h4.resources-guides-card__title {
        font-size: 16px;
    }

    .resources-guides-card__summary {
        font-size: 14px;
    }

    .cta-block__header {
        display: none;
    }

    .section.cta-block-section {
        padding: 0 0 var(--teflie-space-md) 0;
    }

    .cta-block__content {
        flex-direction: column;
        background: var(--teflie-background-vanilla);
    }

    .cta-block__content a {
        width: 100%;
    }

    .cta-block__content,
    .cta-block-section-row {
        flex-direction: column;
        align-items: normal;
    }

    .cta-block__content {
        padding: var(--teflie-space-md);
    }

    .why-us-features {
        flex-wrap: wrap;
    }

    .feature-card {
        flex: calc(50% - var(--teflie-space-sm));
    }

    span.feature-card__text {
        font-size: 14px;
    }

    .why-us-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .feature-card {
        flex: calc(50% - var(--teflie-space-sm));
        padding: var(--teflie-space-sm);
    }

    /* Modal mobile adjustments */
    .modal-content {
        width: 100%;
        max-width: 100%;
        max-height: 100vh;
        height: 100%;
        margin: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column;
    }

    .modal-header {
        padding: 16px 20px;
        padding-right: 50px;
        flex-shrink: 0;
    }

    .modal-header h3 {
        font-size: 18px;
    }

    .modal-close {
        top: 12px;
        right: 12px;
    }

    .modal-body {
        padding: 16px;
        flex: 1;
        overflow-y: auto;
        max-height: none;
    }

    .modal-instruction {
        padding: 10px 14px;
        font-size: 13px;
        margin-bottom: 16px;
    }

    .course-option {
        padding: 14px 12px;
        margin-bottom: 10px;
    }

    .course-option .course-name {
        font-size: 14px;
    }

    .course-option .checkbox-indicator {
        width: 22px;
        height: 22px;
    }

    .modal-footer {
        flex-direction: column;
        padding: 16px;
        flex-shrink: 0;
        gap: 10px;
    }

    .modal-footer .btn-cancel,
    .modal-footer .btn-confirm {
        flex: none;
        width: 100%;
        padding: 14px 20px;
    }

    .modal-footer .btn-confirm {
        order: -1;
    }

    .course-selection-trigger .trigger-btn {
        padding: 12px 14px;
    }
}


/* Virtual course table */

.course_content_row {
    background: var(--teflie-background-vanilla);
    border-radius: 1.5rem;
    padding: 50px;
    margin: var(--teflie-space-xl) auto var(--teflie-space-2xl);
    width: 100%;
}

td.date .fa {
    display: none;
}

.table-outer-div table td {
    font-weight: 500;
    text-align: center;
}

.table-outer-div table th {
    text-transform: uppercase;
    font-weight: 700;
}

.instructor-info {
    /* opacity: 0; */
    display: none;
    position: absolute;
    background: var(--teflie-red);
    padding: 10px;
    z-index: -1;
    left: 5%;
    bottom: calc(100% - 10px);
    transition: all .4s ease-in-out;
    font-size: 12px;
    color: var(--teflie-white);
    border-radius: 5px;
}

.flexible-booking-btn-new {
    margin-bottom: var(--teflie-space-lg);
    gap: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.instructor-info:after {
    content: "";
    width: 16px;
    height: 16px;
    background: var(--teflie-red);
    position: absolute;
    bottom: -8px;
    transform: rotate(45deg) translate(-50%, 0);
    left: 50%;
    border-radius: 0 0 3px;
}

.instructor-info__title p {
    margin-bottom: 0;
}

.table-row:hover .instructor-info {
    /* opacity: 1; */
    display: flex;
    align-items: center;
    z-index: 99999;
    gap: 10px;
}

.instructor-info__image img {
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.instructor-info-container {
    width: 0 !important;
    height: 0;
    overflow: visible;
    padding: 0 !important;
}

.table-row {
    position: relative;
    cursor: pointer;
}

.what-youll-learn .teflie-btn.modules-show-all {
    display: none;
    margin-top: 16px;
}

/*anchor section*/
.anchor-points {
    display: flex;
    gap: 10px;
}

.anchor-point.active{
    border-color: #07ADA5;
    background-color: #07ADA51A;
    font-weight: 600;
}

.anchor-point {
    padding: 10px;
    border: 1px solid #ECE9E1;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
}

@media(max-width:545px){
    .anchor-points{
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 5px;
    }
}


@media (max-width: 768px) {
    .course-module-accordion .module-accordion__item {
        display: none;
    }

    .course-module-accordion .module-accordion__item:nth-child(-n+3) {
        display: block;
    }

    .course-module-accordion.expanded .module-accordion__item {
        display: block;
    }

    .what-youll-learn .teflie-btn.modules-show-all {
        display: inline-block;
        font-size: 14px;
        letter-spacing: 0;
    }

    .what-youll-learn .teflie-btn.modules-show-all:active,
    .what-youll-learn .teflie-btn.modules-show-all:hover,
    .what-youll-learn .teflie-btn.modules-show-all:focus,
    .what-youll-learn .teflie-btn.modules-show-all:visited {
        color:white;
        background: var(--teflie-text-primary);
    }

    .flexible-booking-btn-new {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 15px;
    }
    .course-benefits-content__wrapper {
        flex-direction: column;
    }

    .section.timetable-section > .ast-container {
        padding: 0 20px !important;
    }

    .course_content_row {
        padding: 20px 15px;
        overflow: hidden;
        /* margin-left: -10px;
        width: calc(100% + 20px) */
    }

    .flexible-booking-btn.flexible-booking-btn-new {
        margin-bottom: 1rem;
    }

    .flexible-booking-btn.flexible-booking-btn-new>a {
        padding: 0;
    }

    .table-outer-div {
        overflow-x: scroll;
        padding: 0 20px;
    }

    /* .table-outer-div table {
        width: 700px;
        table-layout: auto;
        font-size: 16px;
    } */

    .table-outer-div table td,
    .table-outer-div table th {
        padding: 10px 8px;
        text-align: center;
        font-size: 13px;
        line-height: 1.2;
    }

    .table-outer-div table td.date {
        min-width: 105px;
    }
    .table-outer-div table td:not(.enroll_btn) {
        width: 80px;
    }
    .table-outer-div table td.enroll_btn {
        max-width: 40px;
        width: 40px;
    }

    .table_btn {
        padding: 5px;
        font-size: small;
    }

    .instructor-info {
        left: 10px;
        bottom: 120%;
    }

    td.date {
        position: relative;
    }

    td.date .fa {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: -5px;
        background: var(--teflie-white);
        padding: 5px 8px;
        border-radius: 100%;
        font-size: small;
        transform: translate(-50%);
    }

    .gallery-item__photo {
        height: 120px;
    }

    .gallery-item {
        width: 160px;
    }

    .gallery-item__caption {
        font-size: 10px;
        line-height: 1;
        padding-bottom: 5px;
    }  
    
    .gallery-marquee__track {
        gap: 15px;
    }

    .course-price.product-price {
        flex-direction: column;
        align-items: flex-start;
    }

    .course-price .wcpbc-price del {
        font-size: 70%;
    }

    .course-price .wcpbc-price ins {
        font-size: 95%;
    }    

    .sticky-enrol-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        right: 0;
        z-index: 9999;
        border-radius: 0;
        margin-bottom: 0 !important;
    }

    .course-banner.sticky-active {
        width: auto;
    }
}

i.show-schedule-icon.fa.fa-info {
    display: none;
}


/* Guide Card Pop-out Overlay */

/* Overlay backdrop */
.guide-card-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    z-index: 998;
    transition: background 0.5s ease;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}

.guide-card-overlay.is-active {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.guide-card.trial-card-cta {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    opacity: 1;
}

.guide-card.trial-card-cta.is-focused {
    position: fixed !important;
    top: 30% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(1) !important;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3),
                0 10px 30px rgba(0, 0, 0, 0.2) !important;
    z-index: 9999 !important;
    max-width: 90%;
    width: 500px;
    pointer-events: auto !important;
    animation: popIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: translate(-50%, -40%) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.05);
    }
}

.guide-card.trial-card-cta.is-closing {
    animation: popOut 0.4s cubic-bezier(0.4, 0, 1, 1) forwards;
}

@keyframes popOut {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.05);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -40%) scale(0.9);
    }
}

@media (max-width: 768px) {
    .guide-card.trial-card-cta.is-focused {
        top: 25% !important;
        width: 90%;
    }
    
    @keyframes popIn {
        0% {
            opacity: 0;
            transform: translate(-50%, -35%) scale(0.95);
        }
        100% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
    }
    
    @keyframes popOut {
        0% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
        100% {
            opacity: 0;
            transform: translate(-50%, -35%) scale(0.95);
        }
    }
}

.postid-130391 #certification {
    display: none;
}

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

ul {
    margin: 0;
    list-style: none;
}

.course-introduction__content a,
.about-course__content a {
    text-decoration: underline;
}

.course-introduction__content a:hover,
.about-course__content a:hover {
    color: var(--teflie-turquoise);
}

.section-header {
    font-size: 24px;
    line-height: 1.2;
    font-weight: var(--salmond-semibold);
    color: var(--teflie-text-primary-dark);
}

.hero-banner-summary.course-summary ul p {
    margin: 0;
}

.hero-section ul li,
.banner-summary-cta-mobile ul li,
.who-can-take-the-course ul li {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

section.feature-benefits-section {
    padding-top: var(--teflie-space-xl);
}

.hero-section ul li::before,
.banner-summary-cta-mobile ul li::before,
.who-can-take-the-course ul li::before {
    content: '';
    width: 20px;
    min-width: 20px;
    min-height: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/10/green-checkmark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-banner-overlay {
    background: linear-gradient(90deg, rgba(22, 40, 44, 0.8) 38.01%, rgba(35, 57, 62, 0) 76.02%);
    position: absolute;
    inset: 0;
}

.hero-section>.ast-container {
    display: block;
    position: relative;
    z-index: 2;
}

.hero-section {
    padding: var(--teflie-space-xl);
    position: relative;
    background-size: cover !important;
    background-position: center right !important;
}

.hero-banner-content {
    position: relative;
    display: flex;
    align-items: end;
    gap: var(--teflie-space-md);
}

.hero-banner-content .hero-banner-text {
    flex: 0 0 50%;
}

.hero-banner-content .hero-banner-accreditation {
    flex: 0 0 50%;
}

.course-label-and-type {
    display: inline-flex;
    align-items: center;
    gap: var(--teflie-space-sm);
    margin-bottom: var(--teflie-space-md);
}

.course-label {
    background: var(--teflie-red);
    color: var(--teflie-white);
    padding: var(--teflie-space-xs) var(--teflie-space-sm);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: var(--teflie-font-weight-semibold);
}

.course-type {
    display: inline-flex;
    align-content: center;
    gap: var(--teflie-space-xs);
    color: var(--teflie-yellow);
    font-size: 16px;
    font-weight: var(--teflie-font-weight-semibold);
}

.hero-banner-content .course-title {
    color: var(--teflie-white);
    font-weight: var(--teflie-font-weight-semibold);
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0.5px;
    margin-bottom: var(--teflie-space-sm);
}

.hero-banner-summary.course-summary {
    color: var(--teflie-white);
    margin-bottom: var(--teflie-space-md);
    font-size: 16px;
    font-weight: var(--teflie-font-weight-semibold);
    letter-spacing: 0px;
    line-height: 1.4;
}

.hero-banner-buttons {
    display: flex;
    align-items: center;
    gap: var(--teflie-space-sm);
}

.hero-banner-buttons>* {
    min-width: 240px;
}

.hero-banner-accreditation {
    text-align: right;
}

.accreditation-text {
    line-height: 1.5;
    font-size: 16px;
    color: var(--teflie-white);
    margin-bottom: var(--teflie-space-md);
    font-weight: var(--teflie-font-weight-regular);
}

.accreditation-logos {
    display: inline-flex;
    align-items: center;
    gap: var(--teflie-space-md);
}

.accred-partners-section .accred-logo img {
    height: 75px;
    object-fit: contain;
}

.accreditation-logo img {
    max-height: 36px;
    object-fit: contain;
}

.hero-banner-text__footer {
    margin-top: var(--teflie-space-md);
    display: flex;
    align-items: center;
    gap: var(--teflie-space-xs);
    color: var(--teflie-white);
}

.google-review {
    display: flex;
    color: var(--teflie-white);
    align-items: center;
    gap: var(--teflie-space-xs);
    line-height: 1.25;
    border-right: 1px solid;
    padding-right: 10px;
    font-size: 20px;
}

.google-review img {
    width: 32px;
}

.google-review:hover,
.google-review:active {
    color: var(--teflie-white);
}

span.google-review__count {
    position: relative;
    margin-left: var(--teflie-space-xs);
}

span.google-review__count::before {
    content: ".";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-70%);
}

.course-main-content-wrapper>.ast-container {
    display: block;
    position: relative;
    z-index: 2;
}

.course-main-content-row {
    display: flex;
    gap: var(--teflie-space-xl);
    padding: var(--teflie-space-sm) 0;
    align-items: flex-start;
}

.course-main-content__left {
    /* flex: 0 0 60%; */
    width: 65%;
}

.course-main-content__right {
    /* flex: auto; */
    width: 35%;
}

.course-content-header {
    display: flex;
    align-items: center;
    gap: var(--teflie-space-sm);
    padding: var(--teflie-space-md) 0;
    border-bottom: 2px solid #00000026;
    margin-bottom: var(--teflie-space-lg);
}

.section-header.course-introduction__header,
.section-header.course-benefits-header,
.section-header.about-course__header {
    margin-bottom: var(--teflie-space-md);
}

.read-more-btn {
    all: unset;
    color: var(--teflie-turquoise);
    font-weight: var(--teflie-font-weight-bold);
    display: inline-flex;
    align-items: center;
    gap: var(--teflie-space-xs);
    cursor: pointer;
}

.read-more-btn:hover,
.read-more-btn:active,
.read-more-btn:focus {
    background: none;
    color: var(--teflie-turquoise);
    /* text-decoration: underline; */
}

section.course-benefits {
    margin: var(--teflie-space-xl) auto;
    background: var(--teflie-white);
    padding: var(--teflie-space-md);
    border-radius: 10px;
}

.course-benefits-content__wrapper {
    display: flex;
    gap: var(--teflie-space-sm);
}

.course-benefits__free-gifts {
    background: #FDEBC599;
    padding: var(--teflie-space-sm) var(--teflie-space-md);
    border-radius: 1rem;
    height: max-content;
}

.course-benefits__free-gifts hr {
    margin-bottom: 14px !important;
}

.free-gifts__header {
    display: flex;
    gap: var(--teflie-space-sm);
    font-size: 16px;
    line-height: 1.25;
    font-weight: var(--teflie-font-weight-bold);
    margin-bottom: var(--teflie-space-sm);
    align-items: center;
}

.free-gifts__header img {
    width: 45px;
    border-radius: 5px;
}

ul.free-gifts-row {
    margin-bottom: 0;
}

ul.free-gifts-row li {
    display: flex;
    gap: 5px;
    align-items: baseline;
    font-size: 16px;
}

ul.free-gifts-row li:not(:last-of-type) {
    margin-bottom: 8px;
}

ul.free-gifts-row li.gift-item:nth-child(n+6) {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-bottom: 0;
    transition: max-height 0.4s ease-out, opacity 0.3s ease-out, margin-bottom 0.4s ease-out;
}

.gifts-toggle:checked~ul.free-gifts-row li.gift-item:nth-child(n+6) {
    max-height: 100px;
    opacity: 1;
    margin-bottom: 8px;
    transition: max-height 0.4s ease-in, opacity 0.3s ease-in 0.1s, margin-bottom 0.4s ease-in;
}

.read-more-toggle .show-less {
    display: none;
}

.read-more-toggle .show-more {
    display: inline;
}

.gifts-toggle:checked~.read-more-toggle .show-less {
    display: inline;
}

.gifts-toggle:checked~.read-more-toggle .show-more {
    display: none;
}

ul.free-gifts-row li.gift-item:nth-child(6)~.read-more-toggle,
ul.free-gifts-row:has(li.gift-item:nth-child(-n+5):last-child)~.read-more-toggle {
    display: none;
}

.course-benefits__row {
    display: flex;
    flex-direction: column;
    gap: var(--teflie-space-xs);
}

.course-benefit {
    display: flex;
    align-items: center;
    gap: var(--teflie-space-xs);
}

.course-benfit__icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

section.who-can-take-the-course {
    background: var(--teflie-white);
    padding: var(--teflie-space-md);
    border-radius: 1rem;
    margin: var(--teflie-space-lg) 0;
}

.who-can-take-the-course .section-header {
    margin-bottom: var(--teflie-space-sm);
}

@media screen and (min-width:769px) {
    .who-can-take-the-course__row ul {
        column-count: 2;
    }
}

hr {
    position: relative;
    background: none;
}

hr:after {
    background: #00000026;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    inset: 0;
}

section.what-youll-learn {
    padding: var(--teflie-space-md) 0;
}

.what-youll-learn .section-header,
.what-youll-learn .section-summary {
    margin-bottom: var(--teflie-space-sm);
}

.course-module-accordion {
    background: var(--teflie-white);
    padding: var(--teflie-space-md);
    border-radius: 1rem;
}

.module-accordion__item label {
    padding: var(--teflie-space-sm) 0;
    font-weight: var(--teflie-font-weight-regular);
}

.module-accordion__item label span {
    display: block;
    align-items: anchor-center;
    gap: 4px;
    position: relative;
}

.module-accordion__item label img {
    position: absolute;
    left: -12px;
    top: 25%;
}

.module-accordion__content {
    padding: 0;
    font-size: 16px;
}

.module-accordion__item label {
    font-weight: var(--teflie-font-weight-regular);
}

.what-youll-learn .teflie-btn,
.resources-guides-card__btn {
    margin-top: var(--teflie-space-md);
    font-weight: var(--teflie-font-weight-semibold);
    color: var(--teflie-text-primary);
    display: inline-flex;
    align-items: center;
    gap: var(--teflie-space-sm);
}

.what-youll-learn .teflie-btn img {
    filter: invert(1);
}

.module-accordion__item:last-of-type label {
    border: none;
}

section.course-certification {
    margin: var(--teflie-space-2xl) auto;
}

.course-certification__row {
    background: var(--teflie-background-vanilla);
    padding: var(--teflie-space-xl);
    border-radius: 1rem;
    display: flex;
    gap: var(--teflie-space-md);
    width: 100%;
}

.course-certification__row--left {
    flex: 0 0 70%;
}

.course-certification__row--left .section-header {
    margin-bottom: var(--teflie-space-lg);
}

.course-certification__row--right {
    flex: 0 0 30%;
    position: relative;
}

.course-certification__row--right img {
    position: absolute;
    width: 160px;
    bottom: -10px;
    right: 50px;
    /* filter: drop-shadow(3px 3px 13px #00000055); */
    border-radius: 5px;
}

section.accred-partners-section {
    padding: var(--teflie-space-lg) 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

section.accred-partners-section .section-header {
    margin-bottom: var(--teflie-space-lg);
}

.accred-partners-section .accred-logos-container {
    display: flex;
    gap: var(--teflie-space-2xl);
}

.accred-partners-section .accred-logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--teflie-space-sm);
}

.accred-partners-section .accred-logo span {
    display: block;
    text-align: center;
}

section.resources-guides-section {
    margin: var(--teflie-space-lg) auto;
}

.resources-guides-section .section-header {
    margin-bottom: var(--teflie-space-lg);
}

.resources-guides-card-container {
    display: flex;
    gap: var(--teflie-space-md);
}

.resources-guides-card {
    background: var(--teflie-white);
    padding: var(--teflie-space-sm);
    border-radius: 1rem;
    width: 100%;
    max-width: 520px;
}

body.postid-24443 .resources-card img.resources-guides-card__image {
    transform: rotate(3deg);
}

img.resources-guides-card__image {
    width: 300px;
    margin-bottom: var(--teflie-space-sm);
    height: 220px;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.guide-card.resources-guides-card .resources-guides-card__image{
    width:100%;
    object-fit: cover;
    border-radius: 1rem;
}

h4.resources-guides-card__title {
    color: var(--teflie-text-primary);
    font-size: 20px;
    line-height: 1.2;
    font-weight: var(--teflie-font-weight-bold);
    margin-bottom: var(--teflie-space-xs);
}

.resources-guides-card__summary {
    font-size: 16px;
    font-weight: var(--teflie-font-weight-regular);
    line-height: 1.4;
    letter-spacing: 0;
}

.resources-guides-card__btn img {
    filter: invert(1);
}

.section.cta-block-section {
    padding: 0  0 var(--teflie-space-md) 0;
    /* background: var(--teflie-background-vanilla); */
    margin-top: var(--teflie-space-xl);
}

.cta-block-section-row {
    display: flex;
    gap: var(--teflie-space-sm);
}

.cta-block-section-row .cta-block {
    border-radius: 24px;
    overflow: hidden;
    flex: 1;
}

.cta-block__header img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.cta-block__content {
    display: flex;
    align-items: center;
    background: var(--teflie-white);
    padding: var(--teflie-space-sm);
    gap: var(--teflie-space-sm);
    flex-direction: column;
}

.cta-block__content-right a {
    width: max-content;
    font-weight: var(--teflie-font-weight-semibold);
}

.cta-block-title {
    font-size: 20px;
    color: var(--teflie-text-primary);
    font-weight: var(--teflie-font-weight-medium);
    line-height: 1.4;
    letter-spacing: -.5px;
}

.cta-block-summary {
    font-size: 14px;
    font-weight: var(--teflie-font-weight-regular);
    line-height: 1.5;
    letter-spacing: 0;
}

.why-us-section {
    background: var(--teflie-background-light-blue);
    padding: var(--teflie-space-2xl) 0;
}

.why-us-section-row .section-header,
.student-reviews-section .section-header,
.gallery-section .section-header,
.faqs-section .section-header {
    text-align: center;
    font-size: 40px;
    font-weight: var(--teflie-font-weight-regular);
    line-height: 1.2;
    margin-bottom: var(--teflie-space-lg);
}

.why-us-section-row .section-header b,
.student-reviews-section .section-header b,
.gallery-section .section-header b,
.faqs-section .section-header {
    font-weight: var(--teflie-font-weight-semibold);
}

.why-us-features {
    display: flex;
    gap: var(--teflie-space-sm);
}

.feature-card {
    background: var(--teflie-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 6px 0px #0000000A;
    padding: var(--teflie-space-md);
    border-radius: 24px;
    text-align: center;
    flex: 1;
    gap: var(--teflie-space-sm);
}

.feature-card img {
    width: 65px;
}

.feature-card__text {
    font-size: 18px;
    font-weight: var(--teflie-font-weight-semibold);
    line-height: 1.4;
    letter-spacing: 0;
}

.student-reviews-section {
    padding: var(--teflie-space-2xl) 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 15.27%, #FFFFFF 84.73%, #F8F2E7 100%);
}

.student-reviews-wrapper {
    display: flex;
    gap: var(--teflie-space-sm);
}

.student-reviews-section__row .section-header {
    margin-bottom: var(--teflie-space-md);
}

.student-reviews-section__row .section-summary {
    font-size: 16px;
    text-align: center;
    margin-bottom: var(--teflie-space-lg);
    line-height: 1.5;
}

.review-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
}

img.review-card__thumbnail {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.review-card::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    inset: 20% 0 0 0;
    border-radius: 2rem;
}

.review-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 80%;
    display: flex;
    justify-content: space-between;
    padding: var(--teflie-space-sm) var(--teflie-space-md);
    color: var(--teflie-white);
    align-items: center;
    z-index: 2;
    /* border-radius: 0 0 2rem 2rem; */
}

.review-card__title {
    font-size: 18px;
    font-weight: var(--teflie-font-weight-semibold);
}

.review-play-btn {
    width: 45px;
}

.gallery-section {
    padding: var(--teflie-space-2xl) 0;
    background-size: cover !important;
}

.gallery-section .ast-container {
    display: block;
}

.gallery-section__gallery-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gallery-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.gallery-marquee__track {
    display: flex;
    gap: 30px;
    width: fit-content;
}

.gallery-marquee--right .gallery-marquee__track {
    animation: marquee-right 60s linear infinite;
}

.gallery-marquee--left .gallery-marquee__track {
    animation: marquee-left 60s linear infinite;
}

@keyframes marquee-right {
    0% {
        transform: translateX(0);
    }

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

@keyframes marquee-left {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* .gallery-marquee:hover .gallery-marquee__track {
    animation-play-state: paused;
} */

.gallery-item {
    flex-shrink: 0;
    width: 240px;
    background: var(--teflie-white);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 5px;
}

.gallery-item__photo {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.gallery-item__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

span.gallery-item__location {
    /* display: inline-flex; */
    /* align-items: anchor-center; */
    margin-left: 2px;
}

.gallery-item__caption {
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
}

.gallery-item__caption span {
    font-family: "Playwrite US Trad", cursive !important;
}


.gallery-item__flag {
    width: 20px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
}

.course-main-content__right {
    padding-top: var(--teflie-space-md);
}

.course-main-content__right .review-cta-icons {
    display: flex;
    gap: var(--teflie-space-sm);
    align-items: center;
}

.course-main-content__right .review-cta-icons .review-cta {
    display: flex;
    align-items: anchor-center;
    gap: 5px;
}

.review-cta span {
    font-weight: 700;
}

@media screen and (min-width:769px) {
    .course-main-content__right {
        position: sticky;
        top: 2rem;
    }
}

.course-sidebar {
    background: var(--teflie-white);
    margin-top: var(--teflie-space-md);
    border: 1px solid #0000001A;
    border-radius: 24px;
}

.course-price-wrapper {
    padding: var(--teflie-space-md);

}

.course-price-wrapper>span {
    font-size: 16px;
    font-weight: var(--teflie-font-weight-semibold);
    margin-bottom: var(--teflie-space-xs);
    display: inline-block;
    color: var(--teflie-text-primary);
}

.course-price {
    display: flex;
    align-items: center;
    gap: var(--teflie-space-xs);
    color: var(--teflie-text-primary);
}

.course-price .wcpbc-price {
    font-size: 24px;
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
}

.course-price .wcpbc-price ins {
    font-weight: var(--teflie-font-weight-bold);
}

.course-price .wcpbc-price del {
    font-weight: var(--teflie-font-weight-regular);
    color: #2B2D4280;
}

.course-price .course-discount {
    color: #1A9AA8;
}

.course-addons-wrapper__header {
    margin: 0;
    display: block;
    padding: var(--teflie-space-xs) var(--teflie-space-md);
    background: var(--teflie-border-1);
    font-weight: var(--teflie-font-weight-semibold);
    color: var(--teflie-text-primary);
}

.course-addons {
    padding: var(--teflie-space-md);
}

.course-addon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-addon:not(:last-of-type) {
    margin-bottom: var(--teflie-space-sm);
}

.course-addon-title {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-weight: var(--teflie-font-weight-semibold);
}

.course-addon-price {
    /* font-size: smaller; */
    margin-left: 12px;
}

.course-addon-price span {
    color: #1A9AA8;
}

.course-addon .teflie-btn {
    padding: 5px 10px;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.course-addon .teflie-btn i {
    font-weight: var(--teflie-font-weight-regular);
}

.enrol-btn-wrapper {
    margin-bottom: 1rem;
    padding: 0 var(--teflie-space-md);
    display: flex;
    flex-direction: column;
    /* gap: 1rem; */
}

.enrol-btn-wrapper .teflie-btn {
    width: 100%;
    /* border: none !important; */
    font-size: 18px;
    margin-bottom: 1rem;
}

.pay-with-klarna {
    font-weight: var(--teflie-font-weight-semibold);
}

.pay-with-klarna img {
    width: 60px;
    margin-left: 5px;
    vertical-align: middle;
}

.money-back-text {
    display: block;
    text-align: center;
}

.course-sidebar .countdown {
    background: var(--teflie-background-vanilla);
    padding: var(--teflie-space-xs) var(--teflie-space-sm);
    border-radius: 16px;
    margin-top: var(--teflie-space-sm);
    margin-bottom: var(--teflie-space-sm);
}

.countdown-text {
    font-size: 14px;
    text-align: center;
}

.course-sidebar .clock {
    display: flex;
    justify-content: space-between;
    margin-top: var(--teflie-space-xs);
}

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

.course-sidebar .clock .clock-inner {
    display: flex;
    font-weight: var(--teflie-font-weight-semibold);
    gap: 1px;
    font-size: 20px;
}

.course-sidebar .clock .digit-text {
    font-size: 12x;
}

.course-selection-trigger {
    margin-bottom: var(--teflie-space-sm);
}

.course-selection-trigger .trigger-btn {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid var(--teflie-turquoise, #07ADA5);
    border-radius: 8px;
    background: var(--teflie-white);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    gap: 12px;
}

.course-selection-trigger .trigger-btn.needs-selection {
    border-color: #f44336;
    background: #fff5f5;
    animation: pulse-attention 2s infinite;
}

.course-selection-trigger .trigger-btn.needs-selection .trigger-status {
    color: #f44336;
    font-size: 12px;
    font-weight: 600;
}

.course-selection-trigger .trigger-btn.needs-selection .trigger-btn-icon {
    background: #f44336;
}

@keyframes pulse-attention {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(244, 67, 54, 0.4);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(244, 67, 54, 0);
    }
}

.course-selection-trigger .trigger-btn.selection-complete {
    border-color: var(--teflie-turquoise, #07ADA5);
    background: rgba(7, 173, 165, 0.05);
}

.course-selection-trigger .trigger-btn.selection-complete .trigger-label {
    color: var(--teflie-turquoise, #07ADA5);
    font-weight: 700;
}

.course-selection-trigger .trigger-btn.selection-complete .trigger-status {
    color: #666;
    font-size: 12px;
}

.course-selection-trigger .trigger-btn.selection-complete .trigger-btn-icon {
    background: var(--teflie-turquoise, #07ADA5);
}

.course-selection-trigger .trigger-btn.selection-complete .trigger-btn-icon i::before {
    content: "\f00c"; /* checkmark */
}

/* Trigger button hover states */
.course-selection-trigger .trigger-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.course-selection-trigger .trigger-btn.needs-selection:hover {
    background: #ffebee;
    border-color: #c62828;
}

.course-selection-trigger .trigger-btn.selection-complete:hover {
    background: rgba(7, 173, 165, 0.1);
}

.course-selection-trigger .trigger-status {
    font-size: 12px;
    color: #666;
    margin-right: 8px;
}

.course-selection-trigger .trigger-btn-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--teflie-turquoise, #07ADA5);
    border-radius: 50%;
    color: white;
    font-size: 14px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .course-selection-trigger .trigger-btn {
        padding: 12px 14px;
    }

    .course-selection-trigger .trigger-label {
        font-size: 14px !important;
        line-height: 1;
    }
    
    .course-selection-trigger .trigger-status {
        font-size: 11px;
    }
}

.course-selection-trigger .trigger-btn:hover {
    background: rgba(7, 173, 165, 0.05);
    border-color: var(--teflie-turquoise, #07ADA5);
}

.course-selection-trigger .trigger-label {
    font-size: 15px;
    color: var(--teflie-text-primary);
    font-weight: var(--teflie-font-weight-semibold);
    flex: 1;
}

.course-selection-trigger .trigger-btn-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--teflie-turquoise, #07ADA5);
    border-radius: 50%;
    color: white;
    font-size: 14px;
    flex-shrink: 0;
}

/* Course Selection Modal */
.course-selection-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    animation: modalFadeIn 0.3s ease;
}

.course-selection-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.modal-content {
    position: relative;
    background: var(--teflie-white, #fff);
    border-radius: 16px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideUp 0.3s ease;
}

@keyframes modalSlideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
}

.modal-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: var(--teflie-font-weight-semibold);
    color: var(--teflie-text-primary);
}

.modal-header .selection-counter {
    font-size: 14px;
    color: #666;
    background: #f0f0f0;
    padding: 4px 12px;
    border-radius: 20px;
}

.modal-header .selection-counter.complete {
    background: var(--teflie-turquoise, #07ADA5);
    color: white;
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: none;
    background: #f0f0f0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
    transition: all 0.2s ease;
}

.modal-close:hover {
    background: #e0e0e0;
    color: #333;
}

.modal-body {
    padding: 24px;
    overflow-y: auto;
    max-height: calc(90vh - 180px);
}

.modal-instruction {
    margin-bottom: 20px;
    padding: 12px 16px;
    background: #fff8e1;
    border-radius: 8px;
    border-left: 4px solid #ffc107;
    font-size: 14px;
    color: #856404;
}

.course-option {
    padding: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 12px;
}

.course-option:hover {
    border-color: var(--teflie-turquoise, #07ADA5);
    background: rgba(7, 173, 165, 0.03);
}

.course-option.selected {
    border-color: var(--teflie-turquoise, #07ADA5);
    background: rgba(7, 173, 165, 0.08);
}

.course-option.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.course-option .checkbox-indicator {
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.course-option.selected .checkbox-indicator {
    background: var(--teflie-turquoise, #07ADA5);
    border-color: var(--teflie-turquoise, #07ADA5);
}

.course-option .checkbox-indicator::after {
    content: '';
    display: none;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-bottom: 2px;
}

.course-option.selected .checkbox-indicator::after {
    display: block;
}

.course-option .course-name {
    flex: 1;
    font-size: 15px;
    font-weight: var(--teflie-font-weight-medium);
    color: var(--teflie-text-primary);
    line-height: 1.4;
}

.modal-footer {
    padding: 16px 24px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 12px;
    background: #f8f9fa;
}

.modal-footer .btn-cancel {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #ccc;
    background: white;
    color: var(--teflie-text-primary);
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: var(--teflie-font-weight-medium);
    transition: all 0.2s ease;
}

.modal-footer .btn-cancel:hover {
    background: #f0f0f0;
}

.modal-footer .btn-confirm {
    flex: 2;
    padding: 12px 20px;
    border: none;
    background: var(--teflie-turquoise, #07ADA5);
    color: white;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: var(--teflie-font-weight-semibold);
    transition: all 0.2s ease;
}

.modal-footer .btn-confirm:hover:not(:disabled) {
    background: #069089;
}

.modal-footer .btn-confirm:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* Hide old select menu when using modal */
.select-menu.select-two-required {
    display: none !important;
}

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

.faqs-section {
    padding: var(--teflie-space-2xl) 0;
}

.faqs-section-row {
    text-align: center;
}

.faqs-wrapper {
    position: relative;
    margin: var(--teflie-space-xl) auto 0;
}

@media screen and (min-width:769px) {
    .faqs-section-row .section-summary {
        max-width: 40%;
        margin: auto;
    }

    .faqs-wrapper {
        max-width: 75%;
    }
}

@media screen and (max-width:768px) {

    .hero-banner-overlay {
        background: linear-gradient(90deg, rgba(22, 40, 44, 0.8) 38.01%, rgba(35, 57, 62, 0.5) 76.02%);
    }
    .course-main-content__left,
    .course-main-content__right {
        width: 100%;
        flex: auto;
    }

    .hero-section {
        padding: var(--teflie-space-md);
        background-position: 50% 50% !important;
    }

    .hero-banner-summary.course-summary {
        font-weight: var(--teflie-font-weight-medium);
        font-size: 14px;
    }

    .hero-banner-accreditation {
        display: none;
    }

    .hero-section>.ast-container {
        padding: 0 !important;
    }

    .hero-banner-content {
        flex-direction: column;
    }

    .hero-banner-content .course-title {
        font-size: 24px;
    }

    .hero-banner-buttons>* {
        min-width: auto;
        width: auto;
    }

    .hero-banner-text__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .google-review {
        border: none;
        padding-right: 0;
    }

    .banner-summary-cta-mobile,
    .course-main-content-row {
        padding: 1rem;
    }

    .course-main-content-row {
        flex-direction: column-reverse;
    }

    .banner-summary-cta-mobile .hero-banner-summary.course-summary {
        color: var(--teflie-navy-blue);
    }

    .banner-summary-cta-mobile .hero-banner-button {
        font-size: 12px;
    }

    .banner-summary-cta-mobile .hero-banner-button.btn-glass {
        color: var(--teflie-navy-blue) !important;
        background: none !important;
        box-shadow: 0 0 0 1px inset;
    }

    .course-certification__row {
        flex-direction: column;
        align-items: center;
        padding: var(--teflie-space-md) var(--teflie-space-md) 0 var(--teflie-space-md);
    }

    .certificate-section__buttons-row {
        display: flex;
        flex-direction: column;
        gap: var(--teflie-space-sm);
    }

    .certificate-section__buttons-row>a {
        width: 100%;
    }

    .module-accordion__item label span {
        display: block;
        font-size: smaller;
    }

    .module-accordion__item label {
        align-items: baseline;
    }

    .what-youll-learn .teflie-btn {
        width: 100%;
        justify-content: center;
    }

    .accred-partners-section .accred-logos-container,
    .resources-guides-card-container,
    .student-reviews-wrapper {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .resources-guides-card-container {
        gap: var(--teflie-space-sm);
    }

    .accred-partners-section .accred-logo,
    .resources-guides-card,
    .review-card {
        scroll-snap-stop: always;
    }

    .accred-partners-section .accred-logo {
        scroll-snap-align: start;
    }

    .resources-guides-card,
    .review-card {
        scroll-snap-align: center;
        flex-shrink: 0;
    }

    .resources-guides-card {
        flex: 0 0 85%;
    }

    .review-card img {
        height: 280px;
        object-position: top center;
    }

    .review-card img {
        height: 280px;
    }

    .accred-partners-section .accred-logo span {
        width: max-content;
    }

    img.resources-guides-card__image {
        width: 250px;
    }

    h4.resources-guides-card__title {
        font-size: 16px;
    }

    .resources-guides-card__summary {
        font-size: 14px;
    }

    .cta-block__header {
        display: none;
    }

    .section.cta-block-section {
        padding: 0 0 var(--teflie-space-md) 0;
    }

    .cta-block__content {
        flex-direction: column;
        background: var(--teflie-background-vanilla);
    }

    .cta-block__content a {
        width: 100%;
    }

    .cta-block__content,
    .cta-block-section-row {
        flex-direction: column;
        align-items: normal;
    }

    .cta-block__content {
        padding: var(--teflie-space-md);
    }

    .why-us-features {
        flex-wrap: wrap;
    }

    .feature-card {
        flex: calc(50% - var(--teflie-space-sm));
    }

    span.feature-card__text {
        font-size: 14px;
    }

    .why-us-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .feature-card {
        flex: calc(50% - var(--teflie-space-sm));
        padding: var(--teflie-space-sm);
    }

    /* Modal mobile adjustments */
    .modal-content {
        width: 100%;
        max-width: 100%;
        max-height: 100vh;
        height: 100%;
        margin: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column;
    }

    .modal-header {
        padding: 16px 20px;
        padding-right: 50px;
        flex-shrink: 0;
    }

    .modal-header h3 {
        font-size: 18px;
    }

    .modal-close {
        top: 12px;
        right: 12px;
    }

    .modal-body {
        padding: 16px;
        flex: 1;
        overflow-y: auto;
        max-height: none;
    }

    .modal-instruction {
        padding: 10px 14px;
        font-size: 13px;
        margin-bottom: 16px;
    }

    .course-option {
        padding: 14px 12px;
        margin-bottom: 10px;
    }

    .course-option .course-name {
        font-size: 14px;
    }

    .course-option .checkbox-indicator {
        width: 22px;
        height: 22px;
    }

    .modal-footer {
        flex-direction: column;
        padding: 16px;
        flex-shrink: 0;
        gap: 10px;
    }

    .modal-footer .btn-cancel,
    .modal-footer .btn-confirm {
        flex: none;
        width: 100%;
        padding: 14px 20px;
    }

    .modal-footer .btn-confirm {
        order: -1;
    }

    .course-selection-trigger .trigger-btn {
        padding: 12px 14px;
    }
}


/* Virtual course table */

.course_content_row {
    background: var(--teflie-background-vanilla);
    border-radius: 1.5rem;
    padding: 50px;
    margin: var(--teflie-space-xl) auto var(--teflie-space-2xl);
    width: 100%;
}

td.date .fa {
    display: none;
}

.table-outer-div table td {
    font-weight: 500;
    text-align: center;
}

.table-outer-div table th {
    text-transform: uppercase;
    font-weight: 700;
}

.instructor-info {
    /* opacity: 0; */
    display: none;
    position: absolute;
    background: var(--teflie-red);
    padding: 10px;
    z-index: -1;
    left: 5%;
    bottom: calc(100% - 10px);
    transition: all .4s ease-in-out;
    font-size: 12px;
    color: var(--teflie-white);
    border-radius: 5px;
}

.flexible-booking-btn-new {
    margin-bottom: var(--teflie-space-lg);
    gap: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.instructor-info:after {
    content: "";
    width: 16px;
    height: 16px;
    background: var(--teflie-red);
    position: absolute;
    bottom: -8px;
    transform: rotate(45deg) translate(-50%, 0);
    left: 50%;
    border-radius: 0 0 3px;
}

.instructor-info__title p {
    margin-bottom: 0;
}

.table-row:hover .instructor-info {
    /* opacity: 1; */
    display: flex;
    align-items: center;
    z-index: 99999;
    gap: 10px;
}

.instructor-info__image img {
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.instructor-info-container {
    width: 0 !important;
    height: 0;
    overflow: visible;
    padding: 0 !important;
}

.table-row {
    position: relative;
    cursor: pointer;
}

.what-youll-learn .teflie-btn.modules-show-all {
    display: none;
    margin-top: 16px;
}

/*anchor section*/
.anchor-points {
    display: flex;
    gap: 10px;
}

.anchor-point.active{
    border-color: #07ADA5;
    background-color: #07ADA51A;
    font-weight: 600;
}

.anchor-point {
    padding: 10px;
    border: 1px solid #ECE9E1;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
}

@media(max-width:545px){
    .anchor-points{
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 5px;
    }
}


@media (max-width: 768px) {
    .course-module-accordion .module-accordion__item {
        display: none;
    }

    .course-module-accordion .module-accordion__item:nth-child(-n+3) {
        display: block;
    }

    .course-module-accordion.expanded .module-accordion__item {
        display: block;
    }

    .what-youll-learn .teflie-btn.modules-show-all {
        display: inline-block;
        font-size: 14px;
        letter-spacing: 0;
    }

    .what-youll-learn .teflie-btn.modules-show-all:active,
    .what-youll-learn .teflie-btn.modules-show-all:hover,
    .what-youll-learn .teflie-btn.modules-show-all:focus,
    .what-youll-learn .teflie-btn.modules-show-all:visited {
        color:white;
        background: var(--teflie-text-primary);
    }

    .flexible-booking-btn-new {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 15px;
    }
    .course-benefits-content__wrapper {
        flex-direction: column;
    }

    .section.timetable-section > .ast-container {
        padding: 0 20px !important;
    }

    .course_content_row {
        padding: 20px 15px;
        overflow: hidden;
        /* margin-left: -10px;
        width: calc(100% + 20px) */
    }

    .flexible-booking-btn.flexible-booking-btn-new {
        margin-bottom: 1rem;
    }

    .flexible-booking-btn.flexible-booking-btn-new>a {
        padding: 0;
    }

    .table-outer-div {
        overflow-x: scroll;
        padding: 0 20px;
    }

    /* .table-outer-div table {
        width: 700px;
        table-layout: auto;
        font-size: 16px;
    } */

    .table-outer-div table td,
    .table-outer-div table th {
        padding: 10px 8px;
        text-align: center;
        font-size: 13px;
        line-height: 1.2;
    }

    .table-outer-div table td.date {
        min-width: 105px;
    }
    .table-outer-div table td:not(.enroll_btn) {
        width: 80px;
    }
    .table-outer-div table td.enroll_btn {
        max-width: 40px;
        width: 40px;
    }

    .table_btn {
        padding: 5px;
        font-size: small;
    }

    .instructor-info {
        left: 10px;
        bottom: 120%;
    }

    td.date {
        position: relative;
    }

    td.date .fa {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: -5px;
        background: var(--teflie-white);
        padding: 5px 8px;
        border-radius: 100%;
        font-size: small;
        transform: translate(-50%);
    }

    .gallery-item__photo {
        height: 120px;
    }

    .gallery-item {
        width: 160px;
    }

    .gallery-item__caption {
        font-size: 10px;
        line-height: 1;
        padding-bottom: 5px;
    }  
    
    .gallery-marquee__track {
        gap: 15px;
    }

    .course-price.product-price {
        flex-direction: column;
        align-items: flex-start;
    }

    .course-price .wcpbc-price del {
        font-size: 70%;
    }

    .course-price .wcpbc-price ins {
        font-size: 95%;
    }    

    .sticky-enrol-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        right: 0;
        z-index: 9999;
        border-radius: 0;
        margin-bottom: 0 !important;
    }

    .course-banner.sticky-active {
        width: auto;
    }
}

i.show-schedule-icon.fa.fa-info {
    display: none;
}


/* Guide Card Pop-out Overlay */

/* Overlay backdrop */
.guide-card-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    z-index: 998;
    transition: background 0.5s ease;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}

.guide-card-overlay.is-active {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.guide-card.trial-card-cta {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    opacity: 1;
}

.guide-card.trial-card-cta.is-focused {
    position: fixed !important;
    top: 30% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(1) !important;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3),
                0 10px 30px rgba(0, 0, 0, 0.2) !important;
    z-index: 9999 !important;
    max-width: 90%;
    width: 500px;
    pointer-events: auto !important;
    animation: popIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: translate(-50%, -40%) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.05);
    }
}

.guide-card.trial-card-cta.is-closing {
    animation: popOut 0.4s cubic-bezier(0.4, 0, 1, 1) forwards;
}

@keyframes popOut {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.05);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -40%) scale(0.9);
    }
}

@media (max-width: 768px) {
    .guide-card.trial-card-cta.is-focused {
        top: 25% !important;
        width: 90%;
    }
    
    @keyframes popIn {
        0% {
            opacity: 0;
            transform: translate(-50%, -35%) scale(0.95);
        }
        100% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
    }
    
    @keyframes popOut {
        0% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
        100% {
            opacity: 0;
            transform: translate(-50%, -35%) scale(0.95);
        }
    }
}

.postid-130391 #certification {
    display: none;
}

.wellness-guide-section {
    padding: 5rem 0 2rem;
    background: transparent;
}

.wellness-guide-card {
    max-width: 1420px;
    margin: 0 auto;
    background: #FCE9C6;
    border-radius: 20px;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    overflow: visible;
}

.wellness-guide-image {
    flex: 0 0 300px;
    margin-bottom: -114px;
    margin-top: -200px;
}

.wellness-guide-image img {
    display: block;
    width: 100%;
    height: auto;
    transform: rotate(-3.8deg);
    transform-origin: center center;
    filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.18));
}

.wellness-guide-content {
    flex: 1;
    max-width: 760px;
    padding-top: 2px;
}

.wellness-guide-content h2 {
    font-size: 18px;
    font-weight: 600;
}

.wellness-guide-content p {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: revert-layer;
    max-width: 760px;
}

.wellness-guide-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    height: 40px;
    padding: 0 30px;
    border: 1.5px solid #31434a;
    border-radius: 999px;
    background: transparent;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    transition: all 0.2s ease;
}

.wellness-guide-button:hover {
    background: #31434a;
    color: #ffffff;
}

.wellness-guide-button::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2331434a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E");
}

.wellness-guide-button:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E");
}

@media (max-width: 1199px) {
    .wellness-guide-card {
        padding: 24px 32px;
        gap: 34px;
    }

    .wellness-guide-image {
        flex: 0 0 360px;
        margin-top: -86px;
    }

    .wellness-guide-content h2 {
        font-size: 28px;
    }

    .wellness-guide-content p {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .wellness-guide-card {
        flex-direction: column;
        text-align: center;
        padding: 34px 24px 28px;
        gap: 18px;
    }

    .wellness-guide-image {
        flex: none;
        width: 100%;
        max-width: 340px;
        margin: -88px auto 0;
    }

    .wellness-guide-content {
        max-width: 100%;
    }

    .wellness-guide-content h2 {
        font-size: 26px;
    }

    .wellness-guide-content p {
        font-size: 20px;
        max-width: 100%;
    }
}