@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=SVN-Bebas Neue:wght@400;500;600;700&display=swap");
@import "../../fonts/font.css";

/* ========== 10X BUSINESS PAGE ========== */

.\31 0xbusiness-page {
    background-color: #021636;
}

/* Banner Section */
.banner-section {
    width: 100%;
}

.banner-section img {
    display: block;
    width: 100%;
    height: auto;
}

/* Banner IDP 04 */
.banner-idp04 {
    margin-top: -240px;
    position: relative;
    z-index: 1;
}

/* Banner IDP 05 */
.banner-idp05 {
    margin-top: -160px;
    position: relative;
    z-index: 1;
}

/* Content Section */
.content-section {
    position: relative;
    overflow: visible;
    background-color: #021636;
}

.content-section .content-wrapper {
    position: relative;
    min-height: 600px;
}

.content-section .bg-left {
    position: absolute;
    top: -400px;
    z-index: 4;
}

.content-section .bg-center {
    position: absolute;
    left: 50%;
    top: -200px;
    transform: translateX(-50%);
    z-index: 4;
}

/* Content Section Mobile */
.content-section-mb .content-wrapper {
    min-height: auto;
    text-align: center;
}

.content-section-mb .center-group {
    position: relative;
    display: inline-block;
    margin-top: -95px;
    z-index: 1;
}

.content-section-mb .bg-nentang {
    display: block;
    width: 107%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-left: -13px;
    margin-top: 11px;
}

.content-section-mb .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.content-section-mb .vector-nentang {
    width: 100%;
    height: auto;
}

/* Learn Section Mobile */
.content-section-mb .learn-section-mb {
    position: absolute;
    top: 24px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    padding: 24px 24px;
}

.content-section-mb .learn-title {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 5px;
    color: #00285A;
    text-align: center;
    margin-bottom: 10px;
}

.content-section-mb .learn-content {
    display: flex;
    gap: 9px;
}

.content-section-mb .learn-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content-section-mb .learn-col-right {
    height: 161px;
    gap: 8px;
    margin-top: 20px;
}

/* Left column - single white box with items */
.content-section-mb .learn-box-white {
    background: linear-gradient(180deg, #F0F8FF 0%, #D9EEFF 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 10px 21.6px rgba(20, 149, 255, 0.17);
    border-radius: 6px;
    padding: 0;
    overflow: hidden;
}

.content-section-mb .learn-text-item {
    padding: 6px 16px;
    border-bottom: 1px solid #E0E0E0;
}

.content-section-mb .learn-text-item:last-child {
    border-bottom: none;
}

.content-section-mb .learn-text-item p {
    font-family: 'Barlow', sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #00285A;
    margin: 0;
}

/* Right column - items with check icons (no background) */
.content-section-mb .learn-item-icon {
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
}

.content-section-mb .learn-item-icon .check-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 2;
}

.content-section-mb .learn-item-icon .check-icon img {
    width: 100%;
    height: auto;
    margin-top: 5px;
}

/* Timeline line between check icons */
.content-section-mb .learn-item-icon::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 79%;
    width: 1px;
    height: 27px;
    border-left: 1px dashed #9A9A9A;
    z-index: 1;
}

.content-section-mb .learn-item-icon:last-child::after {
    display: none;
}

.content-section-mb .learn-item-icon p {
    font-family: 'Barlow', sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #00285A;
    margin: 0;
    background: #E5EFF5;
    border-radius: 3px;
    padding: 3px 7px;
    text-align: left;
    width: 153px;
}

.content-section-mb .learn-bottom {
    display: flex;
    justify-content: space-between;
    padding: 0 48px;
    margin-bottom: 8px;
    gap: 40px;
}

.content-section-mb .learn-bottom-item {
    display: flex;
    gap: 5px;
}

.content-section-mb .learn-bottom-item .x-icon,
.content-section-mb .learn-bottom-item .check-icon {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
}

.content-section-mb .learn-bottom-item .x-icon img,
.content-section-mb .learn-bottom-item .check-icon img {
    width: 100%;
    height: auto;
}

.content-section-mb .learn-bottom-item p {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #00285A;
    margin: 0;
    text-align: left;
}

/* Banner IDP 06 */
.banner-idp06 {
    position: relative;
    margin-top: -200px;
    z-index: 3;
}

/* Content Section 2 */
.content-section-2 {
    position: relative;
    overflow: visible;
    background-color: #021636;
    margin-top: -70px;
    z-index: 4;
}

.content-section-2 .content-wrapper {
    position: relative;
    min-height: 400px;
    text-align: center;
}

.content-section-2 .bg-right {
    position: absolute;
    right: 0;
    top: 200px;
}

.content-section-2 .timeline-wrapper {
    position: relative;
    text-align: left;
}

.content-section-2 .day-block {
    position: relative;
    padding-left: 0;
    margin-bottom: 40px;
}

.content-section-2 .timeline-dot {
    position: absolute;
    left: 125px;
    top: 15px;
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, 0.23);
    box-shadow: 0px 0px 9.6px #FF9D00;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-section-2 .timeline-dot::after {
    content: "";
    width: 7px;
    height: 7px;
    background: #EBAD3D;
    border-radius: 50%;
}

.content-section-2 .timeline-line {
    position: absolute;
    left: 132px;
    top: 32px;
    width: 2px;
    height: calc(100% + 20px);
    border-left: 2px dashed #9A9A9A;
    z-index: 1;
}

.content-section-2 .day-block:last-child .timeline-line {
    display: none;
}

.content-section-2 .day-content {
    padding-left: 0;
}

.content-section-2 .title-box {
    width: 100%;
    max-width: 892px;
    height: 50px;
    background: linear-gradient(360deg, #FFE68E -4.61%, #EBAD3D 27.08%, #FCFCDA 111.36%);
    box-shadow: 0px 3px 0px rgba(130, 80, 0, 0.57);
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 28px 160px;
}

.content-section-2 .title-box .day-number {
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0;
    color: #021636;
    text-transform: uppercase;
    margin-right: 8px;
}

.content-section-2 .title-box .day-title {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0;
    color: #021636;
    text-transform: uppercase;
}

.content-section-2 .sessions-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-left: 35px;
}

.content-section-2 .session-col {
    flex: 0 0 auto;
}

.content-section-2 .session-title {
    text-align: center;
    color: #00285A;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 33px;
    gap: 10px;
}

.content-section-2 .session-title .dot {
    width: 5.13px;
    height: 5.13px;
    background: linear-gradient(180deg, #1495FF 0%, #0D64B5 100%);
    transform: rotate(45deg);
    display: inline-block;
}

.content-section-2 .session-card {
    width: 592px;
    height: 301px;
    background-image: url('../../images/courses/10xbusiness/session-card.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 25px 30px;
}

.content-section-2 .session-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.content-section-2 .session-card ul li {
    color: #FFFFFF;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    line-height: 31px;
    letter-spacing: 0;
    margin-bottom: 6px;
    padding-left: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(221, 223, 242, 0.26);
    position: relative;
}

.content-section-2 .session-card ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.content-section-2 .session-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='22' viewBox='0 0 19 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_4012_320)'%3E%3Cpath d='M14.0118 8.39422L5.31398 2.33017C4.79618 1.96928 4.08728 2.41299 4.21673 3.01052L5.49891 8.79652C5.5174 8.89118 5.5174 8.98583 5.49891 9.07458L4.21673 14.8606C4.08112 15.464 4.79618 15.9077 5.31398 15.5409L14.0118 9.48279C14.394 9.21657 14.394 8.66636 14.0118 8.39422Z' fill='url(%23paint0_linear_4012_320)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_4012_320' x='-4.86374e-05' y='0.000195503' width='18.4985' height='21.8736' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='2.1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.519231 0 0 0 0 0.815705 0 0 0 0 1 0 0 0 0.51 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4012_320'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4012_320' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_4012_320' x1='9.2492' y1='2.2002' x2='9.2492' y2='15.6742' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EEF8FF'/%3E%3Cstop offset='1' stop-color='%237ED4FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.content-section-2 .center-group {
    position: relative;
    display: inline-block;
    text-align: center;
}

.content-section-2 .center-group::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 300px;
    background: radial-gradient(56% 30% at 50% 50%, #259DFF 15.87%, #00AAFF 15.88%, rgba(0, 58, 131, 0) 100%);
    opacity: 0.53;
    pointer-events: none;
    z-index: 0;
}

.content-section-2 .bg-section2 {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.content-section-2 .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.content-section-2 .vector-section2 {
    width: 100%;
    height: auto;
}

.content-section-2 .days-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    padding: 40px 20px;
    width: 100%;
}

/* Content Section 2 Mobile */
.content-section-2-mb {
    margin-top: -45px;
}

.content-section-2-mb .content-wrapper {
    min-height: auto;
    margin-top: 30px;
}

.content-section-2-mb .center-group {
    position: relative;
    display: inline-block;
}

.content-section-2-mb .bg-section2 {
    width: 106%;
    height: auto;
    display: block;
    margin-left: -2.4%;
}

.content-section-2-mb .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: -2px;
    bottom: 10px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.content-section-2-mb .vector-section2 {
    width: 100%;
    height: auto;
}

.content-section-2-mb .days-content {
    position: absolute;
    top: 30px;
    left: 4px;
    right: 15px;
    bottom: 20px;
    transform: none;
    padding: 0;
}

.content-section-2-mb .day-block-mb {
    position: relative;
}

.content-section-2-mb .timeline-dot-mb {
    position: absolute;
    left: 12px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.23);
    box-shadow: 0px 0px 6px #FF9D00;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-section-2-mb .timeline-dot-mb::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #EBAD3D;
    border-radius: 50%;
}

/* Line between timeline dots */
.content-section-2-mb .timeline-dot-mb::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 224px;
    border-left: 1px dashed #9A9A9A;
    z-index: -1;
}

.content-section-2-mb .day-block-mb:last-child .timeline-dot-mb::before {
    display: none;
}

.content-section-2-mb .title-box-mb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 316px;
    height: 16px;
    background: linear-gradient(360deg, #FFE68E -4.61%, #EBAD3D 27.08%, #FCFCDA 111.36%);
    box-shadow: 0px 2px 0px rgba(130, 80, 0, 0.57);
    border-radius: 48px;
    margin: 0 0 10px 28px;
}

.content-section-2-mb .title-box-mb .day-number {
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #021636;
    text-transform: uppercase;
}

.content-section-2-mb .title-box-mb .day-title {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #021636;
    text-transform: uppercase;
}

.content-section-2-mb .sessions-row-mb {
    display: flex;
    justify-content: center;
}


.content-section-2-mb .session-title-mb {
    text-align: center;
    color: #00285A;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 10px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.content-section-2-mb .session-title-mb .dot {
    width: 3px;
    height: 3px;
    background: linear-gradient(180deg, #1495FF 0%, #0D64B5 100%);
    transform: rotate(45deg);
    display: inline-block;
}

.content-section-2-mb .session-card-mb {
    background-image: url('../../images/courses/10xbusiness/session-card-mb.png');
    width: 178px;
    height: 189px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 15px 10px;
}

.content-section-2-mb .session-card-mb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-section-2-mb .session-card-mb ul li {
    color: #FFFFFF;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 8px;
    padding-left: 15px;
    padding-bottom: 8px;
    position: relative;
    text-align: left;
}

.content-section-2-mb .session-card-mb ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
    height: 0;
    border-bottom: 0.5px solid rgba(221, 223, 242, 0.26);
}

.content-section-2-mb .session-card-mb ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.content-section-2-mb .session-card-mb ul li:last-child::after {
    display: none;
}

.content-section-2-mb .session-card-mb ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 8px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='22' viewBox='0 0 19 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_4012_320)'%3E%3Cpath d='M14.0118 8.39422L5.31398 2.33017C4.79618 1.96928 4.08728 2.41299 4.21673 3.01052L5.49891 8.79652C5.5174 8.89118 5.5174 8.98583 5.49891 9.07458L4.21673 14.8606C4.08112 15.464 4.79618 15.9077 5.31398 15.5409L14.0118 9.48279C14.394 9.21657 14.394 8.66636 14.0118 8.39422Z' fill='url(%23paint0_linear_4012_320)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_4012_320' x='-4.86374e-05' y='0.000195503' width='18.4985' height='21.8736' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='2.1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.519231 0 0 0 0 0.815705 0 0 0 0 1 0 0 0 0.51 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4012_320'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4012_320' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_4012_320' x1='9.2492' y1='2.2002' x2='9.2492' y2='15.6742' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EEF8FF'/%3E%3Cstop offset='1' stop-color='%237ED4FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Banner IDP 07 */
.banner-idp07 {
    position: relative;
    z-index: 2;
}

/* See Section */
.see-section {
    position: relative;
    background-color: #021636;
    overflow: visible;
    z-index: 5;
    padding-top: 240px;
}

.see-section .bg-see {
    width: 100%;
    height: auto;
    display: block;
}

/* See Header with 3 cards */
.see-section .see-header {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 80px;
    z-index: 5;
}

.see-section .see-header-title {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 30px;
    text-align: center;
}

.see-section .see-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.see-section .see-card {
    position: relative;
    width: 414px;
    height: 378px;
    background: #FFFFFF;
    box-shadow: 0px 6px 27.1px rgba(20, 149, 255, 0.51);
    border-radius: 14px;
    padding-top: 5px;
    text-align: center;
}

.see-section .see-card::before {
    content: "";
    position: absolute;
    top: -18px;
    left: -15px;
    right: -14px;
    bottom: -26px;
    background-image: url('../../images/courses/10xbusiness/svg/border-see.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

.see-section .see-card-img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

.see-section .see-card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.see-section .see-card p {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    color: #00285A;
    margin: 0;
}

.see-section .see-content {
    position: absolute;
    top: 450px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 40px 0px 40px;
}

.see-section .see-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 52px;
    line-height: 113.71%;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 70px;
    margin-left: 510px;
    background: linear-gradient(270.23deg, #FFD896 -7.28%, #FFECB9 34.11%, #FFD896 94.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0px 4px 10.7px rgba(0, 0, 0, 0.51));
    position: relative;
}

.see-section .see-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 576px;
    height: 5px;
    background: radial-gradient(50% 50% at 50% 50%, #FFE18E 0%, rgba(255, 225, 142, 0) 100%);
    pointer-events: none;
    z-index: -1;
    opacity: 1;
}

.see-section .see-grid {
    display: flex;
    gap: 99px;
}

.see-section .see-grid-left,
.see-section .see-grid-right {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.see-section .see-grid-left {
    justify-content: flex-end;
}

.see-section .see-item {
    display: flex;
    align-items: center;
    gap: 15px;
    box-sizing: border-box;
    background: linear-gradient(328.14deg, #B4D7FF -30.38%, #FFFFFF 97.8%);
    box-shadow: 0px 9px 16.1px rgba(0, 140, 255, 0.35);
    border-radius: 14px;
    padding: 25px 0px 22px 20px;
    width: 600px;
}

.see-section .see-icon {
    flex-shrink: 0;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.see-section .see-icon .see-icon-bg {
    max-width: 85px;
    height: auto;
}

.see-section .see-icon .see-icon-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 46px;
    height: auto;
}

.see-section .see-item p {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: #00285A;
    margin: 0;
}

/* Why Section */
.why-section {
    position: relative;
    background-color: #021636;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 80px;
    z-index: 6;
}

.why-section .bg-why {
    width: calc(100% + 160px);
    height: auto;
    display: block;
    margin-top: -300px;
    margin-left: -80px;
    margin-right: -80px;
}

.why-section .why-content {
    position: relative;
    z-index: 2;
}

.why-section .why-content h2 {
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 114%;
    text-align: center;
    background: linear-gradient(270.23deg, #FFD896 -7.28%, #FFECB9 34.11%, #FFD896 94.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0px 4px 10.7px rgba(0, 0, 0, 0.51));
    position: relative;
}
.why-section .why-content h2::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 678px;
    height: 6px;
    background: radial-gradient(
        50% 50% at 50% 50%,
        #FFE18E 0%,
        rgba(255, 225, 142, 0) 100%
    );
    pointer-events: none;
    z-index: -1;
    opacity: 1;
}
.why-section .why-content p{
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 75px;
    margin-bottom: 60px;
}

.why-section .why-banner {
    width: calc(100% + 160px);
    height: 106px;
    margin-left: -80px;
    margin-right: -80px;
    margin-top: -250px;
    background: linear-gradient(90deg, #021636 0%, #0043BF 52.88%, #021636 98.56%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.why-section .why-banner p {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

/* Info Section */
.info-section {
    position: relative;
    margin-top: 0px;
    z-index: 7;
}

.info-section .bg-info {
    width: 100%;
    height: auto;
    display: block;
}

.info-section .info-name {
    position: absolute;
    left: 224px;
    bottom: 191px;
}

.info-section .info-box {
    position: absolute;
    right: 212px;
    bottom: 229px;
}

.info-section .info-box .vector-info {
    position: absolute;
    top: -6px;
    left: -2px;
    width: 914px;
    height: 604px;
    z-index: 1;
}

.info-section .info-box .vector-info-mb {
    display: none;
}

.info-section .info-title-mb {
    display: none;
}

.info-section .info-box .bg-vector-info {
    position: relative;
    width: 910px;
    height: 600px;
    z-index: 2;
}

.info-section .info-box .info-list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 760px;
    z-index: 3;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.info-section .info-box .info-list li {
    color: #FFFFFF;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 6px;
    padding-left: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(221, 223, 242, 0.26);
    position: relative;
}

.info-section .info-box .info-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.info-section .info-box .info-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 15px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='22' viewBox='0 0 19 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_4012_320)'%3E%3Cpath d='M14.0118 8.39422L5.31398 2.33017C4.79618 1.96928 4.08728 2.41299 4.21673 3.01052L5.49891 8.79652C5.5174 8.89118 5.5174 8.98583 5.49891 9.07458L4.21673 14.8606C4.08112 15.464 4.79618 15.9077 5.31398 15.5409L14.0118 9.48279C14.394 9.21657 14.394 8.66636 14.0118 8.39422Z' fill='url(%23paint0_linear_4012_320)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_4012_320' x='-4.86374e-05' y='0.000195503' width='18.4985' height='21.8736' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='2.1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.519231 0 0 0 0 0.815705 0 0 0 0 1 0 0 0 0.51 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4012_320'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4012_320' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_4012_320' x1='9.2492' y1='2.2002' x2='9.2492' y2='15.6742' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EEF8FF'/%3E%3Cstop offset='1' stop-color='%237ED4FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Banner IDP 08 */
.banner-idp08 {
    position: relative;
    background-color: #021636;
}

.banner-idp08 .slide-container {
    position: absolute;
    top: 290px;
    left: 90px;
    right: 90px;
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0;
    z-index: 5;
}

.banner-idp08 .slide-prev,
.banner-idp08 .slide-next {
    cursor: pointer;
    flex-shrink: 0;
    z-index: 10;
}

.banner-idp08 .slide-prev img,
.banner-idp08 .slide-next img {
    width: 23px;
    height: 23px;
}

.banner-idp08 .slide-wrapper {
    flex: 1;
    overflow: hidden;
}

.banner-idp08 .slide-wrapper .slick-list {
    overflow: visible;
}

.banner-idp08 .slide-wrapper .slick-track {
    display: flex;
    align-items: center;
}

.banner-idp08 .slide-item {
    padding: 20px 10px;
}

.banner-idp08 .slide-item img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0px 0px 18px 0px #1495FF;
}

.banner-idp08 .slide-container-2 {
    top: calc(290px + 310px + 60px);
}

.banner-idp08 .slide-container-3 {
    top: calc(290px + 310px + 60px + 310px + 240px);
}

.banner-idp08 .ytb-container {
    position: absolute;
    top: calc(290px + 310px + 60px + 310px + 240px + 310px + 239px);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 47px;
    z-index: 5;
}

/* Register Study Section */
.register-study-section {
    position: relative;
    padding: 109px 0;
    text-align: center;
    overflow: hidden;
}

.register-study-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #021636 8.59%, rgba(0, 24, 68, 0.3) 46.33%, #021636 96.66%);
    z-index: 2;
}

.register-study-section .bg-register-study {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.register-study-section .register-study-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.register-study-section .register-study-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 113%;
    text-transform: uppercase;
    background: linear-gradient(270.23deg, #FFD896 -7.28%, #FFECB9 34.11%, #FFD896 94.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    position: relative;
}

.register-study-section .register-study-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 318px;
    height: 5px;
    background: radial-gradient(
        50% 50% at 50% 50%,
        #FFE18E 0%,
        rgba(255, 225, 142, 0) 100%
    );
    pointer-events: none;
    z-index: 1;
    opacity: 1;
}

.register-study-section .register-study-subtitle {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(344.95deg, #007DE3 -14.04%, #FFFFFF 71.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0px 4px 9.2px rgba(36, 171, 255, 0.42));
    margin-bottom: 30px;
    margin-top: 30px;
}

.register-study-section .benefit-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 10.4px #1495FF, inset 0px 0px 39.8px rgba(20, 149, 255, 0.21);
    border-radius: 14px;
    padding: 30px;
    width: 523px;
    max-width: 100%;
    margin: 0 auto 30px;
}

.register-study-section .benefit-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
}

.register-study-section .benefit-list li {
    font-family: 'Barlow', sans-serif;
    font-size: 28px;
    line-height: 37px;
    color: #333;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #C8C8C8;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.register-study-section .benefit-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.register-study-section .benefit-list .check-icon {
    color: #1495FF;
    font-weight: bold;
    flex-shrink: 0;
}

.register-study-section .original-price-btn {
    background: linear-gradient(14.58deg, #00285A -52.37%, #1495FF 115.79%);
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    width: 483px;
    max-width: 100%;
    line-height: 27px;
    height: 88px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.register-study-section .promo-text {
    font-family: 'Barlow', sans-serif;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-weight: 700;
}

.register-study-section .price-compare {
    margin-bottom: 40px;
}

.register-study-section .old-price {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 27px;
    text-align: center;
    text-decoration: line-through !important;
    color: #FFFFFF;
    margin-right: 20px;
}

.register-study-section .new-price {
    font-family: 'SVN-Bebas Neue', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 101.44%;
    text-align: center;
    background: linear-gradient(360deg, #FFE68E 21.37%, #EBAD3D 41.65%, #FCFCDA 111.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.register-study-section .register-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.register-study-section .countdown-box {
    background: rgba(20, 149, 255, 0.17);
    border-radius: 14px;
    padding: 20px 30px;
}

.register-study-section .countdown-label {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 0 10px 0;
    line-height: 27px;
}

.register-study-section .countdown-timer {
    display: flex;
    align-items: center;
    gap: 5px;
}

.register-study-section .countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.register-study-section .countdown-value {
    background: linear-gradient(180deg, #84D0FF 0%, #1495FF 100%);
    border-radius: 9px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 32px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-study-section .countdown-unit {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.register-study-section .countdown-separator {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1495FF;
    margin-bottom: 20px;
}

.register-study-section .register-btn {
    background: linear-gradient(5.9deg, #FFFFFF -41.03%, #9E0000 -31.11%, #FF3030 117.64%);
    filter: drop-shadow(0px 4px 15px rgba(215, 0, 0, 0.65));
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 27px;
    padding: 20px 40px;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease, filter 0.3s ease;
    clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}

.register-study-section .register-btn:hover {
    transform: scale(1.05);
    filter: drop-shadow(0px 10px 30px rgba(255, 77, 77, 0.4));
    color: #fff;
}

/* Pay Section */
.pay-section {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.pay-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(2, 22, 54, 0.7) 0%, rgba(2, 22, 54, 0.6) 50%, rgba(2, 22, 54, 0.7) 100%);
    z-index: 1;
    pointer-events: none;
}

.pay-section .bg-pay {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -330px;
}

.pay-section .pay-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 173px 20px 0 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
}

.pay-section .pay-title {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 113%;
    text-transform: uppercase;
    background: linear-gradient(270.23deg, #FFD896 -7.28%, #FFECB9 34.11%, #FFD896 94.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    white-space: nowrap;
}

.pay-section .pay-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 318px;
    height: 5px;
    background: radial-gradient(
        50% 50% at 50% 50%,
        #FFE18E 0%,
        rgba(255, 225, 142, 0) 100%
    );
    pointer-events: none;
    z-index: 1;
    opacity: 1;
}

.pay-section .pay-info {
    text-align: left;
}

.pay-section .pay-details {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.pay-section .bank-info .account-number {
    font-family: 'Barlow', sans-serif;
    font-size: 32px;
    color: #FFFFFF;
    margin: 0 0 15px 0;
    line-height: 27px;
}

.pay-section .bank-info .account-number strong {
    font-size: 28px;
    font-weight: 700;
}

.pay-section .bank-info .branch {
    font-family: 'Barlow', sans-serif;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 27px;
    margin: 0;
    font-style: italic;
}

.pay-section .bank-logo {
    background: #FFFFFF;
    border-radius: 8px;
    width: 251px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay-section .bank-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.pay-section .account-holder {
    margin-bottom: 20px;
}

.pay-section .account-holder p {
    font-family: 'Barlow', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    margin-top: 5px;
    line-height: 1.5;
    display: block;
}

.pay-section .transfer-note {
    background: rgba(0, 18, 26, 0.63);
    box-shadow: 0px 6px 17.1px rgba(20, 149, 255, 0.32);
    width: 614px;
    height: 141px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
}

.pay-section .transfer-note p {
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 32px;
    margin: 0;
}

.pay-section .transfer-note p:first-child {
    margin-bottom: 5px;
}

.pay-section .qr-code {
    flex-shrink: 0;
    position: relative;
    padding-left: 60px;
}

.pay-section .qr-code::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 370px;
    background: linear-gradient(180deg,
        transparent 0%,
        #99C4E8 10%,
        #99C4E8 42%,
        transparent 45%,
        transparent 55%,
        #99C4E8 58%,
        #99C4E8 90%,
        transparent 100%
    );
}

.pay-section .qr-code::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 11px;
    height: 11px;
    background: linear-gradient(142.02deg, #1495FF -6.51%, #00285A 123.1%);
}

.pay-section .qr-code img {
    width: 372px;
    height: 372px;
    border-radius: 12px;
}

/* Testimonial Section */
.testimonial-section {
    background-color: #021636;
    padding: 80px 0 40px 0;
    text-align: center;
}

.testimonial-section .testimonial-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 52px;
    line-height: 113.71%;
    text-transform: uppercase;
    background: linear-gradient(270.23deg, #FFD896 -7.28%, #FFECB9 34.11%, #FFD896 94.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0px 4px 10.7px rgba(0, 0, 0, 0.51));
    margin-bottom: 60px;
    position: relative;
}

.testimonial-section .testimonial-title::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 678px;
    height: 6px;
    background: radial-gradient(
        50% 50% at 50% 50%,
        #FFE18E 0%,
        rgba(255, 225, 142, 0) 100%
    );
    pointer-events: none;
    z-index: 1;
    opacity: 1;
}

.testimonial-section .testimonial-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 40px;
}

.testimonial-section .testimonial-prev,
.testimonial-section .testimonial-next {
    cursor: pointer;
    flex-shrink: 0;
    z-index: 10;
}

.testimonial-section .testimonial-prev img,
.testimonial-section .testimonial-next img {
    width: 23px;
    height: 23px;
}

.testimonial-section .testimonial-wrapper {
    flex: 1;
    max-width: 1200px;
    overflow: hidden;
}

.testimonial-section .testimonial-wrapper .slick-track {
    display: flex !important;
    align-items: stretch;
}

.testimonial-section .testimonial-wrapper .slick-slide {
    height: auto;
    float: none !important;
}

.testimonial-section .testimonial-wrapper .slick-slide > div {
    height: 100%;
}

.testimonial-section .testimonial-item {
    padding: 0 15px;
    height: 100%;
    box-sizing: border-box;
}

/* Fallback when slick not initialized */
.testimonial-section .testimonial-wrapper:not(.slick-initialized) {
    display: flex;
    overflow-x: auto;
    gap: 15px;
}

.testimonial-section .testimonial-wrapper:not(.slick-initialized) .testimonial-item {
    flex: 0 0 calc(33.333% - 10px);
    min-width: 300px;
}

.testimonial-section .testimonial-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-section .card-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.testimonial-section .card-header .fb-icon {
    width: 36px;
    height: 36px;
}

.testimonial-section .card-image {
    margin-bottom: 15px;
}

.testimonial-section .card-image .testimonial-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.testimonial-section .card-body {
    flex: 1;
    text-align: center;
}

.testimonial-section .card-name {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    color: #875700;
    margin: 0 0 15px 0;
}

.testimonial-section .card-quote {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    color: #333333;
    margin: 0;
}

/* Video Testimonial Slider */
.testimonial-section .video-testimonial-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 40px;
    margin-top: 40px;
}

.testimonial-section .video-testimonial-prev,
.testimonial-section .video-testimonial-next {
    cursor: pointer;
    flex-shrink: 0;
    z-index: 10;
}

.testimonial-section .video-testimonial-prev img,
.testimonial-section .video-testimonial-next img {
    width: 23px;
    height: 23px;
}

.testimonial-section .video-testimonial-wrapper {
    flex: 1;
    max-width: 1200px;
    overflow: hidden;
}

.testimonial-section .video-testimonial-wrapper .slick-track {
    display: flex !important;
    align-items: center;
}

.testimonial-section .video-testimonial-item {
    padding: 0 10px;
}

.testimonial-section .video-thumb {
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    width: 380px;
    height: 213px;
}

.testimonial-section .video-thumb .video-img {
    width: 380px;
    height: 213px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.testimonial-section .video-thumb iframe {
    width: 380px;
    height: 213px;
    border-radius: 12px;
}

.testimonial-section .video-thumb .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-section .video-thumb .play-icon img {
    width: 100%;
    height: auto;
}

.testimonial-section .video-thumb:hover .play-icon {
    transform: translate(-50%, -50%) scale(1.1);
    transition: transform 0.3s ease;
}

/* Form Section */
.form-section {
    background-color: #f5f5f5;
}

/* Responsive */

/* Laptop 15.6 inch and below (1440px and below) */
@media screen and (max-width: 1440px) {
    .content-section .bg-center {
        left: -5%;
        transform: scale(0.85);
    }

    .content-section-2 .center-group {
        transform: scale(0.9);
    }

    .why-section .why-banner {
        margin-top: -189px;
    }

    .info-section .info-box {
        right: 21px;
        bottom: 81px;
        transform: scale(0.85);
    }

    .info-section .info-name {
        left: 176px;
        bottom: 125px;
        transform: scale(0.8);
    }

    .banner-idp08 .slide-container-2 {
        top: calc(115px + 310px + 60px);
    }

    .banner-idp08 .slide-container-3 {
        top: calc(220px + 150px + 60px + 310px + 240px);
    }

    .banner-idp08 .ytb-container {
        top: calc(150px + 80px + 60px + 310px + 240px + 310px + 239px);
    }
}

/* Large Tablet - iPad Pro (1199px and below) */
@media screen and (max-width: 1199px) {
    /* Content Section Tablet Scale */
    .content-section {
        transform: scale(0.6);
        transform-origin: center top;
        margin-top: 100px;
    }

    .content-section .bg-left {
        display: none;
    }

    .content-section-2 {
        transform: scale(0.6);
        transform-origin: center top;
        margin-top: 0px;
        margin-left: -208px;
    }

    .content-section-2 .bg-right {
        display: none;
    }

    /* Banner IDP Tablet */
    .banner-idp04 {
        margin-top: -150px;
    }

    .banner-idp06 {
        margin-top: -328px;
    }

    .banner-idp07 {
        margin-top: -410px;
    }

    /* Content Section Mobile Tablet */
    .content-section-mb .learn-section-mb {
        top: 50px;
        padding: 50px 50px;
    }

    .content-section-mb .learn-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .content-section-mb .learn-text-item p {
        font-size: 18px;
        line-height: 22px;
    }

    .content-section-mb .learn-item-icon p {
        font-size: 18px;
        line-height: 22px;
        width: auto;
    }

    .content-section-mb .learn-bottom-item p {
        font-size: 18px;
        line-height: 22px;
    }

    /* Pay Section - Tablet */
    .pay-section .bg-pay {
        margin-top: 0px;
    }

    .pay-section .pay-content {
        padding: 140px 20px 0 20px;
        gap: 40px;
    }

    .pay-section .pay-title {
        font-size: 36px;
    }

    .pay-section .bank-info .account-number {
        font-size: 24px;
    }

    .pay-section .bank-info .account-number strong {
        font-size: 22px;
    }

    .pay-section .bank-info .branch {
        font-size: 22px;
    }

    .pay-section .bank-logo {
        width: 180px;
        height: 65px;
    }

    .pay-section .account-holder p {
        font-size: 22px;
    }

    .pay-section .transfer-note {
        width: 450px;
        height: auto;
        padding: 20px;
    }

    .pay-section .transfer-note p {
        font-size: 22px;
        line-height: 28px;
    }

    .pay-section .qr-code {
        padding-left: 40px;
    }

    .pay-section .qr-code::before {
        height: 280px;
    }

    .pay-section .qr-code img {
        width: 280px;
        height: 280px;
    }

    /* Video Testimonial - Large Tablet */
    .testimonial-section .video-testimonial-container {
        padding: 0 30px;
        gap: 20px;
    }

    .testimonial-section .video-testimonial-wrapper {
        max-width: 100%;
    }

    .testimonial-section .video-thumb {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16/9;
    }

    .testimonial-section .video-thumb .video-img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .testimonial-section .video-thumb iframe {
        width: 100% !important;
        height: 100% !important;
    }

    /* See Section Tablet - iPad Pro */
    .see-section .see-content {
        order: 1;
        position: relative;
        top: auto;
        padding: 30px;
        align-items: flex-end;
        margin-top: -610px;
    }

    .see-section .see-grid {
        flex-direction: column;
        gap: 15px;
    }

    .see-section .see-grid-left,
    .see-section .see-grid-right {
        gap: 15px;
    }

    .see-section .bg-see {
        margin-top: 130px;
    }

    .see-section .see-title {
        font-size: 28px;
    }

    .why-section .bg-why {
        margin-top: -150px;
    }

    .see-section .see-card p {
        font-size: 17px;
    }

    .see-section .see-header-title {
        font-size: 28px;
    }

    .why-section .why-banner {
        margin-top: -120px;
    }

    /* Info Section Tablet */
    .info-section .info-box {
        position: absolute;
        right: 52px;
        bottom: -550px;
    }

    .info-section .info-name {
        position: absolute;
        left: 447px;
        bottom: 112px;
        width: 410px;
    }

    .banner-idp08 {
        margin-top: 620px;
    }

    /* Slide Section Tablet */
    .banner-idp08 .slide-container {
        left: 30px;
        right: 30px;
    }

    .banner-idp08 .slide-container-1 {
        top: 60px;
    }

    .banner-idp08 .slide-container-2 {
        top: calc(230px + 0px + 40px);
    }

    .banner-idp08 .slide-container-3 {
        top: calc(230px + 275px + 80px);
    }

    /* YouTube Container Tablet */
    .banner-idp08 .ytb-container {
        top: calc(230px + 120px + 80px + 310px + 200px);
    }

    .banner-idp08 .ytb-container img {
        width: 400px;
        height: auto;
    }

    .see-section .see-card {
        height: 257px;
    }

    .see-section .see-card-img {
        margin-bottom: 0px;
    }
}

/* iPad Air (991px and below) */
@media screen and (max-width: 991px) {
    /* Content Section iPad Air Scale */
    .content-section {
        transform: scale(0.6);
        margin-top: 50px;
    }

    .content-section-2 {
        transform: scale(0.6);
        margin-top: -100px;
    }

    /* Reset banner margins for tablet */
    .banner-idp04 {
        margin-top: -50px;
    }

    .banner-idp05 {
        margin-top: -80px;
    }

    /* Info Section iPad Air */
    .info-section .info-name {
        left: 390px;
    }

    /* Slide Section iPad Air */
    .banner-idp08 .slide-container-1 {
        top: 13px;
    }

    .banner-idp08 .slide-container-2 {
        top: calc(157px + 0px + 40px);
    }

    .banner-idp08 .slide-container-3 {
        top: calc(200px + 145px + 80px);
    }

    .banner-idp08 .ytb-container {
        top: calc(239px + 120px + 80px + 100px + 200px);
    }

    .banner-idp08 .ytb-container img {
        width: 350px;
        height: auto;
    }

    /* Info Section iPad Air */
    .info-section .info-box {
        right: 36px;
    }

    /* Pay Section iPad Air */
    .pay-section .pay-content {
        gap: 14px;
    }

    /* Video Testimonial Tablet - only properties different from 1199px */
    .testimonial-section .video-testimonial-container {
        padding: 0 20px;
        gap: 15px;
        margin-top: 30px;
    }

    .testimonial-section .video-testimonial-item {
        padding: 0 8px;
    }

    .testimonial-section .video-thumb .play-icon {
        width: 40px;
        height: 40px;
    }

    .testimonial-section .video-testimonial-prev img,
    .testimonial-section .video-testimonial-next img {
        width: 15px;
        height: 15px;
    }
}

/* iPad Air & Mini Shared (768px - 834px) */
@media screen and (min-width: 768px) and (max-width: 834px) {
    /* Content Section Shared */
    .content-section .bg-center {
        top: -94px;
    }

    .content-section-2 {
        margin-top: 40px;
    }

    /* See Section Shared */
    .see-section .see-item {
        width: 500px;
    }

    .see-section .see-item p {
        font-size: 20px;
    }

    .see-section .see-title {
        margin-left: 240px;
        font-size: 24px;
    }

    .see-section .see-title::after {
        width: 320px;
    }

    .see-section .see-content {
        margin-top: -400px;
    }

    /* Pay Section Shared */
    .pay-section .qr-code {
        padding-left: 16px;
    }

    /* Info Section Shared */
    .info-section .info-box {
        right: 10px;
        bottom: -543px;
        transform-origin: right bottom;
    }
}

/* iPad Air (810px - 834px) */
@media screen and (min-width: 810px) and (max-width: 834px) {
    .content-section {
        transform: scale(0.5);
    }

    .content-section-2 {
        transform: scale(0.45);
    }

    .info-section .info-name {
        left: 380px;
    }

    .info-section .info-box {
        transform: scale(0.85);
    }
}

/* iPad Mini (768px - 809px) */
@media screen and (min-width: 768px) and (max-width: 809px) {
    .content-section {
        transform: scale(0.45);
    }

    .content-section-2 {
        transform: scale(0.4);
    }

    /* Slide Section iPad Mini */
    .banner-idp08 .slide-container-2 {
        top: calc(135px + 0px + 40px);
    }

    .banner-idp08 .slide-container-3 {
        top: calc(170px + 145px + 80px);
    }

    .banner-idp08 .ytb-container {
        top: calc(190px + 120px + 80px + 100px + 200px);
    }

    .info-section .info-name {
        left: 340px;
    }

    .info-section .info-box {
        transform: scale(0.82);
    }
}

@media screen and (max-width: 767px) {
    /* Prevent horizontal scroll on mobile */
    .\31 0xbusiness-page {
        overflow-x: hidden;
    }

    /* Reset tablet CSS for mobile */
    .content-section {
        transform: none;
        margin-top: 0;
    }

    .content-section-2 {
        transform: none;
        margin-top: -40px;
        margin-left: 0;
    }

    /* Reset banner margins for mobile */
    .banner-idp04,
    .banner-idp05 {
        margin-top: -50px;
    }

    .banner-idp06 {
        margin-top: -45px;
    }

    .banner-idp07 {
        margin-top: 0;
    }

    /* Reset content-section-mb for mobile */
    .content-section-mb .learn-section-mb {
        top: 24px;
        padding: 24px 24px;
    }

    .content-section-mb .learn-title {
        font-size: 10px;
        line-height: 5px;
        margin-bottom: 10px;
    }

    .content-section-mb .learn-text-item p {
        font-size: 10px;
        line-height: 12px;
    }

    .content-section-mb .learn-item-icon p {
        font-size: 10px;
        line-height: 12px;
        width: 153px;
    }

    .content-section-mb .learn-bottom-item p {
        font-size: 10px;
        line-height: 12px;
    }

    /* See Section Mobile */
    .see-section {
        padding-top: 100px;
        padding-bottom: 150px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .see-section .bg-see {
        order: 1;
        margin-top: 80px;
        transform: scale(2.0);
        transform-origin: center top;
    }

    .see-section .see-header {
        padding: 0 20px;
        top: 0px;
    }

    .see-section .see-header-title {
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 15px;
        font-weight: 600;

    }

    .see-section .see-cards {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .see-section .see-card {
        position: relative;
        width: 289px;
        height: 78px;
        padding: 0px 4px;
        display: flex;
        align-items: center;
        gap: 8px;
        flex-direction: row;
        background: #FFFFFF;
        border-radius: 4px;
        box-shadow: 0px 6px 27.1px 0px rgba(20, 149, 255, 0.51);
    }

    .see-section .see-card:nth-child(2) {
        flex-direction: row-reverse;
    }

    .see-section .see-card::before {
        content: "";
        position: absolute;
        width: 9.04px;
        height: 8.77px;
        left: -5px;
        top: -5px;
        border-top: 1px solid #FFFFFF;
        border-left: 1px solid #FFFFFF;
        border-top-left-radius: 5px;
        box-shadow: -2px -2px 5px #1495FF;
    }

    .see-section .see-card::after {
        content: "";
        position: absolute;
        width: 9.04px;
        height: 8.77px;
        right: -5px;
        bottom: -5px;
        border-bottom: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
        border-bottom-right-radius: 5px;
        box-shadow: 2px 2px 5px #1495FF;
    }

    .see-section .see-card-img {
        width: 108px;
        height: 67px;
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .see-section .see-card-img img {
        width: 108px;
        height: 67px;
        object-fit: cover;
        border-radius: 6px;
    }

    .see-section .see-card p {
        font-size: 10px;
        line-height: 12px;
        text-align: left;
    }

    .see-section .see-card:nth-child(2) p {
        text-align: center;
    }

    .see-section .see-content {
        order: 1;
        position: relative;
        top: auto;
        padding: 30px;
        align-items: flex-end;
        margin-top: -120px;
    }

    .see-section .see-title {
        font-size: 14px;
        margin-left: 0;
        margin-bottom: 20px;
        text-align: right;
        line-height: 113%;
    }

    .see-section .see-title::after {
        width: 200px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        height: 2px;
    }

    .see-section .see-grid {
        flex-direction: column;
        gap: 15px;
    }

    .see-section .see-grid-left,
    .see-section .see-grid-right {
        gap: 15px;
    }

    .see-section .see-item {
        width: 212px;
        height: 43px;
        padding: 0 0px;
        gap: 10px;
        border-radius: 5px;
    }

    .see-section .see-icon::after {
        content: "";
        position: absolute;
        right: -5px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        border-left: 1px solid rgba(0, 40, 90, 0.3);
    }

    .see-section .see-icon {
        position: relative;
        width: 50px;
        height: 40px;
    }

    .see-section .see-icon .see-icon-bg {
        max-width: 38px;
    }

    .see-section .see-icon .see-icon-img {
        max-width: 17px;
    }

    .see-section .see-item p {
        font-size: 10px;
        line-height: 18px;
    }

    /* Why Section Mobile */
    .why-section {
        padding: 0 20px;
        margin-top: -78px;
        position: relative;
        z-index: 5;
    }

    .why-section .bg-why {
        width: calc(100% + 40px);
        margin-top: -60px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .why-section .why-content h2 {
        font-size: 14px;
        line-height: 114%;
    }

    .why-section .why-content h2::after {
        width: 200px;
        height: 2px;
        bottom: -10px;
    }

    .why-section .why-content p {
        font-size: 10px;
        line-height: 12px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .why-section .why-banner {
        width: calc(100% + 40px);
        height: 50px;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -55px;
    }

    .why-section .why-banner p {
        font-size: 10px;
        line-height: 12px;
    }

    /* Info Section Mobile */
    .info-section {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .info-section .bg-info {
        order: 1;
        margin-left: 390px;
        transform: scale(2.0);
        transform-origin: right top;
        margin-top: -43px;
    }

    .info-section .info-name {
        position: relative;
        left: auto;
        bottom: auto;
        order: 2;
        width: 233px;
        margin: 90px 0 0 120px;
    }

    .info-section .info-name img {
        width: 233px;
        height: auto;
    }

    .info-section .info-box {
        position: relative;
        right: auto;
        bottom: auto;
        order: 3;
        padding: 20px;
    }

    .info-section .info-box .vector-info {
        display: none;
    }

    .info-section .info-box .vector-info-mb {
        display: block;
        position: absolute;
        top: 12px;
        left: 20px;
        width: 400px;
        height: auto;
        z-index: 1;
    }

    .info-section .info-box .bg-vector-info {
        width: 400px;
        height: 425px;
        margin-top: -14px;
    }

    .info-section .info-box .info-list {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-47%, -48%);
        width: 90%;
        padding: 15px;
        z-index: 2;
    }

    .info-section .info-box .info-list li {
        font-size: 10px;
        line-height: 14px;
        padding-left: 20px;
        padding-bottom: 8px;
        margin-bottom: 4px;
    }

    .info-section .info-box .info-list li::before {
        width: 10px;
        height: 12px;
        top: 2px;
    }

    .info-section .info-title-mb {
        display: block;
        order: 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 14px;
        line-height: 113%;
        text-transform: uppercase;
        background: linear-gradient(270.23deg, #FFD896 -7.28%, #FFECB9 34.11%, #FFD896 94.02%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        filter: drop-shadow(0px 4px 10.7px rgba(0, 0, 0, 0.51));
        text-align: center;
        padding: 30px 15px 0;
        position: relative;
        z-index: 10;
    }

    .info-section .info-title-mb::after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 50%;
        transform: translateX(-50%);
        width: 147px;
        height: 2px;
        background: radial-gradient(50% 50% at 50% 50%, #FFE18E 0%, rgba(255, 225, 142, 0) 100%);
        pointer-events: none;
        z-index: -1;
        opacity: 1;
    }

    /* Banner IDP 08 Mobile */
    .banner-idp08 {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding-bottom: 50px;
        margin-top: 0px;
    }

    .banner-idp08 > .img-fluid {
        order: 0;
        transform: scale(1.2);
        transform-origin: center top;
    }

    .banner-idp08 .slide-container {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        height: auto;
        padding: 0 20px;
        gap: 10px;
    }

    .banner-idp08 .slide-container-1 {
        order: 1;
        margin-top: -695px;
    }

    .banner-idp08 .slide-container-2 {
        order: 2;
    }

    .banner-idp08 .slide-container-3 {
        order: 3;
        margin-top: 65px;
    }

    .banner-idp08 .ytb-container {
        order: 4;
        position: relative;
        top: auto;
        gap: 12px;
        padding: 20px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 695px;
    }

    .banner-idp08 .ytb-container img {
        width: 45%;
        height: auto;
    }

    .banner-idp08 .slide-item {
        padding: 10px 5px;
    }
    .banner-idp08 .slide-item img{
        box-shadow: 0px 0px 6px 0px #1495FF;
    }
    .banner-idp08 .slide-prev img, .banner-idp08 .slide-next img {
        width: 7px;
        height: 7px;
    }
    .testimonial-section {
        margin-top: -400px;
        padding: 40px 0 20px 0;
    }

    .testimonial-section .testimonial-title {
        font-size: 14px;
        padding: 20px 0;
    }

    .testimonial-section .testimonial-title::after {
        width: 165px;
        height: 3px;
        bottom: -10px;
    }

    .testimonial-section .testimonial-container {
        padding: 0 15px;
        gap: 10px;
    }

    .testimonial-section .testimonial-item {
        padding: 0 5px;
    }

    .testimonial-section .testimonial-card {
        padding: 10px;
        border-radius: 4px;
    }

    .testimonial-section .card-header {
        margin-bottom: 5px;
    }

    .testimonial-section .card-header .fb-icon {
        width: 20px;
        height: 20px;
    }

    .testimonial-section .card-image {
        margin-bottom: 8px;
    }

    .testimonial-section .card-name {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }

    .testimonial-section .card-quote {
        font-size: 10px;
        line-height: 12px;
    }

    .testimonial-section .testimonial-prev img,
    .testimonial-section .testimonial-next img {
        width: 10px;
        height: 10px;
    }

    /* Video Testimonial Mobile */
    .testimonial-section .video-testimonial-container {
        padding: 0 15px;
        gap: 10px;
        margin-top: 20px;
    }

    .testimonial-section .video-testimonial-item {
        padding: 0 5px;
    }

    .testimonial-section .video-thumb {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    .testimonial-section .video-thumb .video-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .testimonial-section .video-thumb .play-icon {
        width: 30px;
        height: 30px;
    }

    .testimonial-section .video-testimonial-prev img,
    .testimonial-section .video-testimonial-next img {
        width: 10px;
        height: 10px;
    }

    /* Register Study Section Mobile */
    .register-study-section {
        padding: 50px 0;
    }

    .register-study-section .bg-register-study {
        transform: scale(1.5);
        transform-origin: center center;
    }

    .register-study-section .register-study-title {
        font-size: 14px;
    }

    .register-study-section .register-study-title::after {
        width: 150px;
        height: 2px;
        bottom: -8px;
    }

    .register-study-section .register-study-subtitle {
        font-size: 12px;
        line-height: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .register-study-section .benefit-box {
        padding: 15px;
        border-radius: 8px;
        margin-bottom: 15px;
        width: 235px;
    }

    .register-study-section .benefit-list li {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
        padding-bottom: 8px;
        gap: 5px;
    }

    .register-study-section .original-price-btn {
        font-size: 12px;
        height: 40px;
        border-radius: 8px;
    }

    .register-study-section .promo-text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .register-study-section .price-compare {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    .register-study-section .old-price {
        font-size: 12px;
        margin-right: 0;
    }

    .register-study-section .new-price {
        font-size: 25px;
    }

    .register-study-section .register-action {
        flex-direction: column;
        gap: 20px;
    }

    .register-study-section .countdown-box {
        padding: 10px 15px;
        border-radius: 8px;
    }

    .register-study-section .countdown-label {
        font-size: 10px;
        line-height: 14px;
    }

    .register-study-section .countdown-value {
        font-size: 16px;
        width: 30px;
        height: 30px;
        border-radius: 5px;
    }

    .register-study-section .countdown-unit {
        font-size: 8px;
    }

    .register-study-section .countdown-separator {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .register-study-section .register-btn {
        font-size: 15px;
        padding: 12px 25px;
    }

    /* Pay Section Mobile */
    .pay-section .bg-pay {
        transform: scale(1.0);
        transform-origin: center top;
        margin-top: 0;
    }

    .pay-section .pay-title {
        font-size: 14px;
        white-space: normal;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-bottom: 20px;
        padding: 20px;
    }

    .pay-section .pay-title::after {
        width: 150px;
        height: 2px;
        bottom: -8px;
    }

    .pay-section .pay-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        padding: 0px 15px 20px 15px;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .pay-section .pay-info {
        text-align: left;
    }

    .pay-section .pay-details {
        gap: 5px;
        margin-bottom: 10px;
    }
    .pay-section .bank-info .account-number {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .pay-section .bank-logo img {
        width: 55px;
        height: 19px;
    }
    .pay-section .bank-info .branch {
        font-size: 12px;
        line-height: 12px;
        font-weight: 300;
    }

    .pay-section .bank-logo {
        width: 76px;
        height: 28px;
        border-radius: 4px;
    }

    .pay-section .account-holder {
        margin-bottom: 10px;
    }

    .pay-section .account-holder p {
        font-size: 12px;
        line-height: 12px;
    }

    .pay-section .transfer-note {
        width: 150px;
        height: auto;
        padding: 8px;
    }

    .pay-section .transfer-note p {
        font-size: 10px;
        line-height: 12px;
    }

    .pay-section .qr-code {
        padding-left: 20px;
    }

    .pay-section .qr-code::before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0.5px;
        height: 120px;
        background: linear-gradient(180deg,
            transparent 0%,
            #99C4E8 10%,
            #99C4E8 42%,
            transparent 45%,
            transparent 55%,
            #99C4E8 58%,
            #99C4E8 90%,
            transparent 100%
        );
    }

    .pay-section .qr-code::after {
        display: block;
        content: "";
        position: absolute;
        left: -2px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 4px;
        height: 4px;
        background: linear-gradient(142.02deg, #1495FF -6.51%, #00285A 123.1%);
    }

    .pay-section .qr-code img {
        width: 112px;
        height: 112px;
        border-radius: 6px;
    }
}

/* iPhone XR (414px) */
@media screen and (min-width: 413px) and (max-width: 420px) {
    .banner-idp08 .slide-container-1 {
        margin-top: -670px;
    }

    .info-section .info-box {
        right: 10px;
    }
}

/* S20 Ultra (412px) */
@media screen and (min-width: 410px) and (max-width: 412px) {
    .banner-idp08 .slide-container-1 {
        margin-top: -668px;
    }

    .info-section .info-box {
        right: 14px;
    }
}

/* iPhone 12 Pro (390px) */
@media screen and (min-width: 385px) and (max-width: 409px) {
    .banner-idp08 .slide-container-1 {
        margin-top: -630px;
    }

    .info-section .info-box {
        right: 20px;
        transform: scale(0.9);
    }
}

/* iPhone SE (375px) */
@media screen and (max-width: 384px) {
    .banner-idp08 .slide-container-1 {
        margin-top: -605px;
    }

    .pay-section .qr-code {
        padding-left: 0;
    }

    .pay-section .qr-code::before,
    .pay-section .qr-code::after {
        display: none;
    }

    .info-section .bg-info {
        margin-left: 369px;
    }

    .info-section .info-box {
        transform: scale(0.9);
        right: 30px;
    }

    .testimonial-section {
        margin-top: -500px;
    }
}

/* ========== ENROLLMENT MODAL ========== */
#enrollmentModal .modal-content {
    background-color: #f6f8ff;
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

#enrollmentModal .modal-header {
    border-bottom: none;
    padding: 1rem 1rem 0.5rem;
}

#enrollmentModal .modal-title {
    color: #00285a;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

#enrollmentModal .btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    opacity: 0.5;
}

#enrollmentModal .btn-close:hover {
    opacity: 1;
}

#enrollmentModal .modal-body {
    padding: 0.75rem 1rem 1rem;
}

#enrollmentModal .form-field {
    margin-bottom: 0.6rem;
}

#enrollmentModal .form-field .form-group {
    margin-bottom: 0;
}

#enrollmentModal .form-label {
    display: block;
    color: #00285a;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 4px;
    padding-left: 4px;
}

#enrollmentModal .form-group {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 0 0.5rem;
}

#enrollmentModal .form-control {
    background: transparent;
    border: none !important;
    border-radius: 20px;
    color: #333;
    padding: 10px;
    font-size: 13px;
    flex: 1;
}

#enrollmentModal .form-control::placeholder {
    color: #999;
}

#enrollmentModal .form-control:focus {
    background: transparent;
    border: none !important;
    box-shadow: none;
    outline: none;
}

#enrollmentModal select.form-control {
    cursor: pointer;
}

#enrollmentModal .form-group .form-icon {
    color: #1495FF;
    font-size: 16px;
    min-width: 24px;
    text-align: center;
}

#enrollmentModal .row {
    margin: 0 -4px;
}

#enrollmentModal .row > .col-6 {
    padding: 0 4px;
}

#enrollmentModal .form-group.has-error {
    border: 1px solid #dc3545;
}

#enrollmentModal .form-group.has-error .form-icon {
    color: #dc3545;
}

#enrollmentModal .alert {
    font-size: 13px;
    border-radius: 10px;
    padding: 8px 12px;
}

/* Button Submit */
.btn-register-10x {
    background: linear-gradient(0deg, rgba(217, 77, 82, 1) 0%, rgba(166, 26, 31, 1) 100%);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 0.75rem;
}

.btn-register-10x:hover {
    background: linear-gradient(0deg, rgba(166, 26, 31, 1) 0%, rgba(217, 77, 82, 1) 100%);
    color: #fff;
}

.btn-register-10x:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

