body.story-writing-competition .topBanner::after {
    content: none;
}

.topBanner.noContent::after {
    content: none !important
}

.story-writing-competition .banner-container {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow: hidden;
}

.banner-container .banner-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 66px;
    display: flex;
    align-items: center;
    color: var(--bs-gray-900);
    font-weight: 900;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0;
    text-shadow: 0 0 5px var(--color-white-01);
}

.story-writing-competition .tab-button {
    border-bottom: none;
}

    .story-writing-competition .tab-button > button {
        color: var(--bs-gray-900) !important;
        min-width: 260px;
        min-height: 66px;
        font-weight: 700;
        font-size: 19px;
        line-height: 32px;
        letter-spacing: 0;
        text-align: center;
        border-radius: 50px !important;
        border: 3px solid var(--color-yellow-01) !important;
        background-color: #fff !important;
        position: relative;
        flex-grow: 1;
    }

        .story-writing-competition .tab-button > button.active {
            color: var(--bs-gray-900) !important;
            background-color: #fabe00 !important;
        }

            .story-writing-competition .tab-button > button.active::after {
                content: "";
                position: absolute;
                left: 50%;
                bottom: -15px;
                transform: translateX(-50%);
                width: 0;
                height: 0;
                border-left: 15px solid transparent;
                border-right: 15px solid transparent;
                border-top: 15px solid var(--color-yellow-01);
            }

.tab-content {
    border-radius: 30px;
    padding: 50px;
    background-color: var(--color-white-03);
}

    .tab-content .tab-block {
        margin-bottom: 1.5rem;
    }

@media (max-width: 767px) {
    .tab-content {
        overflow: hidden;
    }

        .tab-content .tab-block {
            overflow: visible;
        }
}

.tab-content .mobile {
    position: relative;
    padding-bottom: 1.5rem;
}

    .tab-content .mobile::after {
        content: "";
        position: absolute;
        bottom: 0;
        display: block;
        width: 200vw;
        height: 1px;
        background-color: black;
        margin-left: -50vw;
    }

.tab-content .tab-block.mobile p {
    margin-bottom: 0.5rem;
}

.tab-content .tab-block:last-child {
    margin-bottom: 0;
}

.tab-content .tab-block,
.tab-content .tab-block p {
    color: var(--bs-gray-900);
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0;
}

    .tab-content .tab-block p {
        margin-bottom: 0;
    }

.story-writing-competition .tab-content .tab-block h5 {
    color: var(--color-red-01);
    font-weight: 700;
    margin-bottom: 0 !important;
}


 .tab-content .tab-block table {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 0 !important;
    padding: 21px 18px;
    border: 1px solid var(--color-yellow-05);
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

    .tab-content .tab-block table,
    .tab-content .tab-block table tr,
    .tab-content .tab-block table td {
        background-color: var(--color-white-01);
    }

        .tab-content .tab-block table thead tr,
        .tab-content .tab-block table thead td {
            color: var(--bs-gray-900) !important;
            font-weight: 700;
            font-size: 19px;
            line-height: 32px;
            letter-spacing: 0;
            text-transform: capitalize;
        }

        .tab-content .tab-block table th,
        .tab-content .tab-block table td {
            padding: 1rem !important;
            border-top: none !important;
            border-bottom: 1px solid #ccc !important;
        }

.event-gallery .filter-bar .filter-btn {
    color: #fff;
    background-color: #bf165e;
    font-weight: 500;
    font-size: 18px;
    border: none;
    outline-color: #bf165e;
    min-width: 94px;
    min-height: 37px;
    gap: 10px;
    border-radius: 5px;
    padding-top: 5px;
    padding-right: 14px;
    padding-bottom: 5px;
    padding-left: 14px;
}

.event-gallery .gallery-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

    .event-gallery .gallery-content .event-card:hover .card-body {
        border-bottom: 3px solid #FF9F41;
    }

    .event-gallery .gallery-content .event-card .card-body {
        padding: .75rem 1.25rem;
    }

    .event-gallery .gallery-content .event-card img {
        width: 100%;
        height: 226px;
        object-fit: cover;
        border-radius: 15px;
    }

    .event-gallery .gallery-content .event-info {
        padding: 1rem;
    }

        .event-gallery .gallery-content .event-info .event-date {
            color: #444;
            font-weight: 400;
            font-size: 14px;
            line-height: 27px;
            margin: 0;
        }

        .event-gallery .gallery-content .event-info .event-title {
            color: #bf165e;
            font-weight: 700;
            font-size: 18px;
            margin: 0.5rem 0 0 0;
        }

.event-gallery .load-more {
    text-align: center;
    margin: 2rem 0;
}

    .event-gallery .load-more button {
        background-color: #bf165e;
        color: #fff;
        border: none;
        padding: 0.75rem 1.5rem;
        border-radius: 5px;
        font-size: 1rem;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .event-gallery .load-more button:hover {
            background-color: #ad1457;
        }

.workshop-item img {
    border-radius: 20px !important;
}

.workshop-item .workshop-info {
    border-radius: 5px;
}

.workshop-info .workshop-head {
    border-radius: 5px;
    padding: 1rem 1rem;
    background: linear-gradient(90deg, #EE9936 0%, #F2BD28 100%);
}

.workshop-head h1 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0;
}

.workshop-item .workshop-content {
    border-radius: 5px;
    background-color: #FAFAFA;
    padding: 30px 20px 10px;
}

.workshop-info .workshop-title h1,
.workshop-info .workshop-title {
    color: #BF165E;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0;
}

.workshop-info .workshop-session p {
    margin-bottom: .5rem !important;
}

.workshop-item .workshop-content ul,
.workshop-item .workshop-content ol {
    list-style-position: outside;
    margin-left: 10px;
    padding-left: 0;
}

.workshop-item .workshop-content ul {
    list-style-type: disc;
}

.workshop-item .workshop-content ol {
    list-style-type: decimal;
}

    .workshop-item .workshop-content ul li,
    .workshop-item .workshop-content ol li {
        margin-left: 12px;
        list-style-type: inherit;
    }

    .workshop-item .workshop-content ol > li {
        padding-left: 4px;
    }

.workshop-session .details-btn {
    padding: 5px 14px;
    border-radius: 5px;
    background-color: var(--lonnred);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    color: var(--bs-white);
}

.workshops-section .workshop-item:not(:last-child) {
    border-bottom: 3px solid var(--color-white-04);
}

.workshops-section .workshop-header {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 0 !important;
    background: linear-gradient(0deg, #DE6A30 24.07%, #D12A36 73.15%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.workshops-section .intro-text *,
.workshops-section .intro-text {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--color-black-01);
}

    .workshops-section .intro-text p {
        margin-bottom: 0 !important;
    }

.workshop-detail .social-icons-container i {
    width: 20px;
    height: 21px;
}

.workshop-detail .workshop-title h1,
.workshop-detail .workshop-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--color-black-03);
}

.workshop-detail .share-label,
.workshop-detail .date-display {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.78;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--color-grey-03);
}

.workshop-detail .social-share-bar a {
    color: var(--color-orange-02);
}

.workshop-detail {
    border-bottom: 1px solid var(--color-white-04);
}

.workshop-content .label-icon:not(:last-child) {
    margin-bottom: .5rem !important;
}

.enquiry-section .enquiry-title {
    font-weight: 700;
    font-size: 19px;
    line-height: 1.68;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: capitalize;
    color: var(--color-black-04);
}

.workshop-apply {
    min-height: 37px;
    padding: 5px 14px;
    border-radius: 5px;
    background-color: var(--color-red-01);
}

    .workshop-apply .apply-button {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0;
        text-align: center;
        color: var(--white);
    }

.gallery-carousel .gallery-content {
    margin: 0 auto;
}

.gallery-carousel .gallery-thumbnail {
    position: relative !important;
    bottom: 0 !important;
    display: flex;
    justify-content: flex-start;
    width: 85%;
    margin: 0 auto;
}

.gallery-thumbnail {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    max-width: 100%;
    scroll-behavior: smooth
}

    .gallery-thumbnail::-webkit-scrollbar {
        height: 6px;
    }

    .gallery-thumbnail::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 3px;
    }

    .gallery-thumbnail button {
        width: 153px !important;
        height: auto !important;
        margin: 0 5px;
        border: none;
        padding: 0;
        flex: 0 0 auto !important;
    }

.gallery-content .carousel-item img {
    height: 666px;
}

.gallery-carousel .carousel-control-next,
.gallery-carousel .carousel-control-prev {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    z-index: 2;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-gray);
}

    .gallery-carousel .carousel-control-next:hover,
    .gallery-carousel .carousel-control-prev:hover {
        background-color: var(--bs-orange);
    }

.gradient-workshop::after {
    background: linear-gradient(90deg, var(--color-orange-09) 0%, var( --color-gold-01) 100%);
}

.application-form .groupsize div,
.application-form .childsname div,
.application-form .parentsname div {
    max-width: 100%;
}


.application-form .groupsize > label,
.application-form .childsname > label,
.application-form .parentsname > label {
    max-width: 100%;
}

.docent-item img {
    border-radius: 20px !important;
}

.docent-info .docent-title,
.docent-info .docent-title * {
    color: var(--color-red-01);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0;
}

.doctent-meta p,
.docent-session p {
    margin-bottom: .5rem;
}

.docent-session p,
.docent-session p *:not(i) {
    color: var(--color-black-04);
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0;
    vertical-align: middle;
}

    .doctent-meta p,
    .doctent-meta p *:not(i) {
        color: var(--color-black-01);
        font-weight: 400;
        font-size: 19px;
        line-height: 1.5;
        letter-spacing: 0;
    }

.doctent-link a {
    color: var(--color-white-01);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    padding: 5px 14px;
    gap: 10px;
    border-radius: 5px;
    background-color: var(--color-red-01);
}

.docents-section .intro-text {
    color: var(--color-black-01);
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0;
}

.docents-section .docent-header {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    background: linear-gradient(0deg, var(--color-orange-01) 24.07%, var(--color-red-02) 73.15%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-color: var(--color-orange-01);
}

.docents-section .docent-item:not(:last-child) {
    border-bottom: 3px solid var(--color-white-04);
}

@media (max-width: 768px) {
    .banner-container .banner-title {
        left: 0;
        right: 0;
        font-size: 26px;
        text-align: left;
        justify-content: center;
    }

    .tab-button > button {
        margin: 1.5rem 0;
    }

    .zh-Hant .banner-container .banner-title {
        left: -10px;
    }

    #galleryRow {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
