/* ==============================
   Global Styles
   ============================== */

body {
    font-family: 'DBHeaventRounded', sans-serif;
    background-color: #fff;
    color: #121212;
    line-height: 1.4;
    font-weight: 400;
    font-size: 1.7rem;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DBHeavent', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

p {
    margin: 0;
    padding: 0;
}

.t_inline {
    display: inline-block;
}


/* Layout Wrapper */

#body-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-y: auto;
}


/* Main Content */

#content {
    width: 100vw;
    /* max-width: 100vw; */
    max-height: 100vh;
    overflow-y: auto;
    padding-left: 0%;
    padding-right: 0%;
    overflow-x: hidden;
    /* flex: 1; */
    /* padding-top: 100px; */
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #00ccff;
}

.pad_section {
    padding: 50px 16px;
}

#hero {
    background-image: url("/assets/images/hero/bg-desktop.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
    position: relative;
}

#hero .hero_partner .title img {
    width: 100%;
    margin-left: -20px;
}

#hero .hero_partner h2 {
    font-size: 34px;
    font-weight: 500;
    color: #0047AD;
}

.btn-trans {
    background: transparent;
    color: #FF41BC;
    font-weight: 500;
    border: 2px solid #FF41BC;
    box-shadow: 0 4px 16px 0 rgba(139, 0, 90, 0.20);
}

.btn-trans:hover {
    color: #FF41BC;
    border: 2px solid #FF41BC;
    box-shadow: 0 4px 16px 0 rgba(139, 0, 90, 0.20);
}

#hero .hero_partner .tutor img {
    width: 125%;
    margin: -6% 0 0 -18%;
}

.cloud {
    background-image: url("/assets/images/cloud/cloud.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 232px;
    position: relative;
    z-index: 999;
}

.cloud-small {
    background-image: url("/assets/images/cloud/Cloud-small.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 185px;
    position: relative;
    margin-top: -9%;
    z-index: 999;
}

.cloud-large {
    background-image: url("/assets/images/cloud/Cloud-large.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 335px;
    position: relative;
    z-index: 999;
}

.flip {
    transform: scale(-1, -1);
}

#number {
    background: #fff;
}

.stats-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px 0 115px 0;
    background: #fff;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-size: 72px;
    font-weight: 700;
    color: #FF2FB5;
}

.stat-number::after {
    content: '+';
}

.stat-item p {
    font-size: 26px;
    color: #121212;
}

#support {
    background: #C7F0FE;
    background: linear-gradient(0deg, rgba(199, 240, 254, 1) 0%, rgba(242, 253, 255, 1) 50%, rgba(199, 240, 254, 1) 100%);
    margin-top: -130px;
    position: relative;
    overflow: hidden;
}

#support .container {
    position: relative;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15% 0;
    z-index: 2;
}

#support .img-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
    z-index: 1;
}

#support .img-content img {
    max-width: 100%;
    height: auto;
    transition: transform 1.5s ease;
}

#support.active .img-content {
    opacity: 0.15;
    transform: scale(1.5);
    z-index: 0;
}

#support.active .img-content img {
    transform: scale(1.3);
}

#support .txt-content {
    position: absolute;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
    z-index: 4;
    padding: 40px;
}

#support.active .txt-content {
    opacity: 1;
    transform: translateY(0);
}

.txt-content h2 {
    font-size: 50px;
    font-weight: 500;
    color: #076DFF;
}

.txt-content p {
    font-size: 26px;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.txt-content .txt-in-content img {
    width: 85%;
    margin: 0 auto;
}

#provide {
    background: #fff;
    /* background: linear-gradient(0deg, rgba(222, 246, 254, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); */
}

#provide .container {
    text-align: center;
}

#provide .button-head img {
    max-width: 200px;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

#provide .txt-head h2 {
    font-size: 65px;
    font-weight: 500;
    color: #121212;
}

#provide .txt-head h2 span,
#testimonials .txt-head h2 span {
    background-image: linear-gradient(to right, #187DF9, #A270DD, #FF6FC4, #F18500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

#provide .row {
    --bs-gutter-y: 3rem;
}

.provide-partner {
    display: flex;
    flex-direction: column;
}

.provide-partner .img-partner img {
    width: 80%;
}

.provide-partner h2 {
    font-size: 26px;
    font-weight: 400;
    color: #121212;
}

.provide-partner p {
    font-size: 18px;
    font-weight: 400;
    color: #646464;
    padding-top: 7px;
}

.provide-partner a {
    color: #FF2FB5;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    padding-top: 10px;
}

.provide-partner a:hover {
    color: #BB0E7D;
}

.provide-partner a i {
    font-size: 18px;
}

.custom-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.popup-content {
    position: relative;
    background: white;
    border-radius: 20px;
    text-align: center;
    padding: 0 30px 30px;
    max-width: 400px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: popupSlideIn 0.3s ease;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border: none;
    background: #f0f0f0;
    border-radius: 50%;
    font-size: 30px;
    line-height: 1;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
}

.popup-close:hover {
    background: #FF2FB5;
    color: white;
    transform: rotate(90deg);
}

.popup-content h2 {
    font-size: 32px;
    color: #121212;
    margin-bottom: 15px;
    font-weight: 400;
}

img.popup-image {
    width: 100%;
}

.popup-body {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

a.popup-btn {
    color: #000;
}

.custom-popup .popup-close-btn {
    display: block;
    margin: 20px auto 0;
    width: 50%;
    border: 1px solid #CCCCCC;
    background: #fff;
    border-radius: 100px;
    font-size: 22px;
    color: #FF2FB5;
}

.custom-popup .popup-close-btn:hover {
    border: 1px solid #FF2FB5;
}

.custom-popup .popup-body p,
.custom-popup .popup-body ul {
    text-align: left;
    font-size: 22px;
    line-height: 1.2;
    color: #646464;
    font-weight: 400;
}

.custom-popup p.remark {
    padding-top: 30px;
}

#activities {
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(222, 246, 254, 1) 100%);
    margin-top: -12%;
    position: relative;
}

#activities .container {
    padding-top: 12%;
}

#activities .button-head img {
    max-width: 120px;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

#activities .txt-head h2,
#faq .txt-head h2 {
    background-image: linear-gradient(to right, #187DF9, #A270DD, #FF6FC4, #F18500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 65px;
    font-weight: 700;
    display: inline-block;
}

#activities .txt-head p {
    color: #646464;
    font-size: 26px;
}

#activities .img-activities img {
    width: 100%;
}

#activities .element {
    position: absolute;
    right: 0;
    top: 150px;
    width: 25%;
    height: 25%;
    background-image: url(/assets/images/activities/element-rainbow.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

#activities .content-activities h3 {
    color: #0047AD;
    font-size: 26px;
    font-weight: 400;
}

#activities .content-activities h2 {
    color: #121212;
    font-size: 40px;
    font-weight: 400;
    padding: 15px 0;
}

#activities .content-activities p {
    color: #646464;
    font-size: 20px;
    font-weight: 400;
}

#activities .banner-join {
    padding-bottom: 50px;
}

#activities .banner-join {
    background-image: url('/assets/images/activities/bg-join-banner-desktop.webp');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    min-height: 400px;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 60px 0;
    text-align: center;
    border-radius: 24px;
    margin-top: 36px;
}

#faq .banner-future {
    background-image: url('/assets/images/faq/bg-banner-desktop.webp');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    min-height: 400px;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 60px 0;
    text-align: center;
    border-radius: 24px;
    margin-top: 100px;
}

#faq .button-head img {
    max-width: 100px;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

#activities .banner-join .img-head img {
    width: 50%;
    margin: 0 auto;
}

#faq .banner-future .img-head img {
    width: 60%;
    margin: 0 auto;
}

#activities .banner-join .txt-content-join p,
#faq .banner-future .txt-content-future p {
    font-size: 25px;
    font-weight: 400;
    color: #0047AD;
    line-height: 1.2;
    padding-top: 10px;
}

#activities .banner-join .buttons,
#faq .banner-future .buttons {
    display: inline-flex;
    margin-top: 25px;
}

#testimonials {
    background: RGB(195 240 254);
    background: linear-gradient(0deg, rgba(195, 240, 254, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 65%, rgba(195, 240, 254, 1) 100%);
    text-align: center;
}

#testimonials .button-head img {
    max-width: 160px;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

#testimonials .txt-head h2 {
    font-size: 65px;
    font-weight: 400;
    color: #121212;
}

#testimonials .txt-head p {
    color: #00265C;
    font-size: 28px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 1.2;
}

#testimonials .cloud-small {
    margin-top: 0%;
}

#testimonials .school-partner {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 72px 0;
}

#testimonials .school-partner::before,
#testimonials .school-partner::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

#testimonials .school-partner::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#testimonials .school-partner::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#testimonials .school-partner-track {
    display: flex;
    width: max-content;
    animation: scroll-loop 40s linear infinite;
}

#testimonials .school-partner-track img {
    width: 150vw;
    height: auto;
    flex-shrink: 0;
}

@keyframes scroll-loop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* Testimonials Swiper */

#testimonials .testimonials-swiper {
    padding: 60px 0 15px 0;
    position: relative;
    overflow: hidden;
}

#testimonials .swiper {
    overflow: visible;
}

#testimonials .swiper-slide {
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

#testimonials .testimonial-card {
    width: 100%;
    transition: all 0.5s ease;
}

#testimonials .testimonial-card img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.5s ease;
}

#testimonials .swiper-slide {
    transform: scale(0.75);
    opacity: 0.4;
    pointer-events: none;
}

#testimonials .swiper-slide-prev+.swiper-slide-prev,
#testimonials .swiper-slide-next+.swiper-slide-next {
    transform: scale(0.75);
    opacity: 0.5;
}

#testimonials .swiper-slide-prev,
#testimonials .swiper-slide-next {
    transform: scale(0.85);
    opacity: 0.7;
}

#testimonials .swiper-slide-active {
    transform: scale(1.20) !important;
    opacity: 1 !important;
    z-index: 10;
    pointer-events: auto;
}

#testimonials .testimonials-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

#testimonials .swiper-button-prev-custom,
#testimonials .swiper-button-next-custom {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #FF2FB5;
    position: relative;
    color: #FF2FB5;
}

#testimonials .swiper-button-prev-custom::before,
#testimonials .swiper-button-next-custom::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 2px solid #FF2FB5;
    border-right: 2px solid #FF2FB5;
    transition: all 0.3s ease;
}

#testimonials .swiper-button-prev-custom::before {
    transform: rotate(-135deg);
    left: 18px;
}

#testimonials .swiper-button-next-custom::before {
    transform: rotate(45deg);
    right: 18px;
}

#testimonials .swiper-button-prev-custom:hover,
#testimonials .swiper-button-next-custom:hover,
#testimonials .swiper-button-prev-custom:active,
#testimonials .swiper-button-next-custom:active {
    transform: scale(1.1);
    background: linear-gradient(180deg, #FF8CD6 0%, #FF2FB5 100%);
    box-shadow: 0 4px 16px 0 rgba(255, 21, 172, 0.25), -4px -4px 4px 0 #FF00A4 inset, 2px 1px 4px 0 #F926AF inset, 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset;
    color: #fff;
}

#testimonials .swiper-button-prev-custom:hover::before,
#testimonials .swiper-button-next-custom:hover::before,
#testimonials .swiper-button-prev-custom:active::before,
#testimonials .swiper-button-next-custom:active::before {
    border-top-color: #fff;
    border-right-color: #fff;
}

#testimonials .swiper-button-prev-custom.swiper-button-disabled,
#testimonials .swiper-button-next-custom.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#faq .txt-head p {
    color: #646464;
    font-size: 22px;
}

#faq .txt-head a {
    color: #646464;
    font-size: 22px;
}

#faq .accordion {
    max-width: 900px;
    margin: 0 auto;
}

#faq .accordion-item {
    border: none;
    border-bottom: 2px solid #D2F5FF;
    background: transparent;
    margin-bottom: 0;
}

#faq .accordion-item:last-child {
    border-bottom: 2px solid #D2F5FF;
}

#faq .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 16px 60px 16px 16px;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    position: relative;
}

#faq .accordion-button:not(.collapsed) {
    background: transparent;
    color: #333;
    box-shadow: none;
}

#faq .accordion-button:focus {
    box-shadow: none;
    border: none;
}


/* Custom Plus/Minus Icon */

#faq .accordion-button::after {
    content: '';
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    background-image: none;
    background-color: #B5B5B5;
    flex-shrink: 0;
    padding-right: 40px;
}


/* Horizontal line */

#faq .accordion-button::after {
    background: linear-gradient(#B5B5B5, #B5B5B5) no-repeat center/16px 2px;
}


/* Vertical line - hidden when expanded */

#faq .accordion-button.collapsed::after {
    background: linear-gradient(#B5B5B5, #B5B5B5) no-repeat center/16px 2px, linear-gradient(#B5B5B5, #B5B5B5) no-repeat center/2px 16px;
}

#faq .accordion-body {
    padding: 0 40px 16px 17px;
    font-size: 20px;
    color: #666;
}

#faq .bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
    vertical-align: -0.300em;
}

#testimonials .swiper-pagination {
    display: none;
}