* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scrollbar-color: rgb(175,179,161,0.5) rgb(175,179,161);
}

html,body {
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}

.thankYouDiv-I2::before {
    opacity: 0.3;
    position: absolute;
    right: -10%;
    transform: rotate(-15deg) skew(15deg);
    z-index: 0;
    top: -20%;
    content: "";
    filter: blur(60px);
    height: 80%;
    background: rgb(210,212,198,0.5);
    width: 50%;
    animation: float 18s infinite ease-in-out;
}

.thankYouDiv-I2 h2::after {
    background: linear-gradient(90deg, rgb(210,212,198), rgb(175,179,161));
    left: 50%;
    width: 80px;
    position: absolute;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    height: 3px;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
}

.thankYouDiv-I2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.thankYouDiv-I2 li {
    padding-left: 25px;
    position: relative;
}

.thankYouDiv-I2 li::before {
    border-radius: 2px;
    background: linear-gradient(135deg, rgb(210,212,198) 0%, rgb(175,179,161) 100%);
    content: "";
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    top: 8px;
    width: 12px;
    position: absolute;
    transform: rotate(45deg);
    left: 0;
    height: 12px;
}

.access-now-49 .container p {
    z-index: 5;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    font-size: 34px;
    color: #000000;
    border-left: 4px solid rgb(210,212,198);
    margin: 0;
    padding: 0 30px;
    flex: 0 0 65%;
}

.access-now-49 .request-widget-xp::before,
.access-now-49 .request-widget-xp::after {
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    border: 2px solid rgb(210,212,198);
    transition: all 0.4s ease;
}

.access-now-49 .request-widget-xp::before {
    border-right: none;
    border-bottom: none;
    top: -8px;
    left: -8px;
}

.access-now-49 .learning-corner-C1::after {
    bottom: -100px;
    opacity: 0.2;
    width: 200px;
    right: -100px;
    border-radius: 50%;
    position: absolute;
    height: 200px;
    z-index: -1;
    filter: blur(40px);
    content: '';
    background: rgb(175,179,161,0.5);
}

.plan-shelf-QY::after {
    position: absolute;
    filter: blur(50px);
    left: -5%;
    height: 60%;
    width: 35%;
    transform: rotate(12deg) skewX(-10deg);
    content: "";
    opacity: 0.3;
    bottom: -10%;
    z-index: 0;
    background: linear-gradient(215deg, rgb(175,179,161,0.5), rgb(210,212,198,0.5));
}

.plan-shelf-QY .indv-cost-TW h2::after {
    width: 80px;
    height: 4px;
    position: absolute;
    border-radius: 10px;
    bottom: -12px;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(210,212,198), rgb(175,179,161));
    transform: translateX(-50%);
}

.plan-shelf-QY .lesson-fees-q0 {
    will-change: transform, box-shadow;
    overflow: hidden;
    height: 100%;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    background: #ffffff;
    border-radius: 8px;
    flex-direction: column;
}

.plan-shelf-QY .fee-deals-TD {
    position: relative;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: calc(23px + 4px);
    margin: 5px 0 20px;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    color: rgb(210,212,198);
    font-weight: 700;
    display: inline-block;
}

.plan-shelf-QY .img-gallery-item-l7::after {
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    bottom: 0;
    position: absolute;
}

.prospective-members-nP .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}

.prospective-members-nP .learning-corner-C1 {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateY(0);
    padding: 50px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.08);
}



.prospective-members-nP h4 {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 28px;
}

.prospective-members-nP h4::after {
    background: linear-gradient(90deg, rgb(210,212,198) 0%, rgb(175,179,161) 100%);
    height: 4px;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 10px;
    content: "";
    width: 80px;
    left: 50%;
}

.prospective-members-nP div p svg {
    transition: transform 0.3s ease;
    height: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    width: 24px;
    min-width: 24px;
    margin-right: 15px;
}

.learning-system-NA {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(238,239,234) 0%, rgba(245, 248, 252, 1) 100%);
    position: relative;
}

.learning-system-NA h2 {
    transform: translateZ(5px);
    font-weight: 700;
    color: #000000;
    font-size: 34px;
    position: relative;
    margin-bottom: 3rem;
    display: inline-block;
}

.learning-system-NA:hover h2::after {
    transform: scaleX(1);
}

.learning-system-NA .text-pill-wrap-KO {
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 2.5rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-left: 4px solid rgb(210,212,198);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
}

.learning-system-NA .text-pill-wrap-KO:hover::before {
    transform: translate(10%, -10%);
}

.learning-system-NA p {
    position: relative;
    margin: 0;
    color: #000000;
    font-size: 12px;
    line-height: 1.7;
    z-index: 2;
}

.course-rewards-mO::before {
    position: absolute;
    z-index: 1;
    content: "";
    top: -10%;
    filter: blur(60px);
    height: 70%;
    background: linear-gradient(225deg, rgb(210,212,198,0.5) 0%, transparent 70%);
    width: 35%;
    right: -5%;
    transform: rotate(-15deg) skewX(20deg);
}

.course-rewards-mO h5::after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: -15px;
    width: 80px;
    transform: translateX(-50%);
    z-index: 2;
    left: 50%;
    background: linear-gradient(90deg, rgb(210,212,198) 0%, rgb(175,179,161) 100%);
}

.course-rewards-mO .img-gallery-item-l7 {
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    transform: rotateY(0deg) perspective(1000px);
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
    height: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 500px;
}

.course-rewards-mO li {
    transform: translateX(0);
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    border-left: 3px solid rgb(210,212,198);
    padding: 20px 25px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.course-rewards-mO svg {
    margin-right: 15px;
    min-width: 24px;
    margin-top: 2px;
    transition: transform 0.3s ease;
    transform: scale(1);
}

.course-rewards-mO li:nth-child(odd) svg path {
    fill: rgb(175,179,161);
}

footer::before {
    left: 0;
    content: '';
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(45deg, rgb(175,179,161,0.5) 0%, rgb(210,212,198,0.5) 100%);
}

.design-res-Lc .tutor-match-Ww {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    margin-top: 25px;
    font-size: 13px;
    border-radius: 19px;
    padding: 20px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(210,212,198);
    transform: translateZ(0);
}

.design-res-Lc .head-tutor-Kx h5::before {
    top: 50%;
    left: -15px;
    border-radius: 50%;
    position: absolute;
    content: '';
    height: 8px;
    transform: translateY(-50%);
    width: 8px;
    background: rgb(210,212,198);
}

.design-res-Lc .head-tutor-Kx .header-master-Mj a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.design-res-Lc .head-tutor-Kx .header-master-Mj a:hover::before {
    width: 100%;
    background: rgb(210,212,198,0.5);
}

.footer-edu-JG .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-edu-JG .a11y-tools-ya {
    font-size: 14px;
    opacity: 0.8;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
}



.design-res-Lc::before {
    content: '';
    animation: gradientShift 5s infinite;
    width: 100%;
    background-size: 200% 200%;
    top: 0;
    left: 0;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(210,212,198), rgb(175,179,161), rgb(210,212,198));
}

.design-res-Lc .verify-cta-dn::after {
    height: 120px;
    background: rgb(210,212,198,0.5);
    content: '';
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    right: 100px;
    top: -20px;
    width: 120px;
    opacity: 0.2;
}

.course-program-NW {
    grid-template-columns: 1fr;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    background-color: #000000;
    display: grid;
    grid-template-rows: 1fr;
}

.course-program-NW .learn-development-Cu::after {
    background: linear-gradient(to bottom, 
                transparent 0%, 
                #000000 80%);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 3;
    content: "";
}

.course-program-NW .class-track-0z {
    height: 100%;
    overflow: hidden;
    width: 20%;
    position: relative;
}

.course-program-NW .container {
    padding: 0;
    margin: 0 auto;
    max-width: 1320px;
    align-items: center;
    height: 100%;
    z-index: 4;
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
}

.course-program-NW .education-plan-Gz p {
    line-height: 1.6;
    grid-column: 3 / 4;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.7;
    margin: 0;
}

.course-program-NW .education-plan-Gz .request-widget-xp:hover {
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.course-program-NW .education-plan-Gz .request-widget-xp:hover::before {
    width: 100%;
}

.course-program-NW .class-track-0z::after {
    content: "";
    left: -100%;
    animation: moving-line 8s linear infinite;
    width: 100%;
    height: 1px;
    z-index: 3;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(210,212,198) 50%, 
                transparent 100%);
    top: 30%;
    position: absolute;
    box-shadow: 0 0 8px rgb(210,212,198);
}

.course-program-NW .class-track-0z:nth-child(5)::after {
    top: 15%;
    animation-delay: 4s;
}

.data-statistics-34 {
    position: relative;
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 2rem;
    overflow: hidden;
}

.data-statistics-34::after {
    opacity: 0.3;
    left: -50px;
    transform: rotate(45deg);
    bottom: -50px;
    width: 200px;
    position: absolute;
    background: rgb(175,179,161,0.5);
    height: 200px;
    content: "";
    z-index: 1;
}

.data-statistics-34 .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.data-statistics-34 .boost-growth-5V::before {
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(210,212,198,0.5) 300%);
    top: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    content: "";
    opacity: 0;
    height: 100%;
}

.data-statistics-34 .boost-growth-5V:hover span {
    transform: translateX(5px);
}

.data-statistics-34 .boost-growth-5V:hover p {
    color: rgb(175,179,161);
    transform: scale(1.1);
}

.data-statistics-34 .boost-growth-5V:nth-child(2n) {
    border-left: 5px solid rgb(175,179,161);
}

.data-statistics-34 .boost-growth-5V:nth-child(3n) {
    border-left: 5px solid #000000;
}

.who-we-are-pD {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.who-we-are-pD {
    padding: 150px 0;
}

.who-we-are-pD .container {
    z-index: 2;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.who-we-are-pD h2 {
    color: #ffffff;
    transform: translateX(-5px);
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    margin-bottom: 40px;
}

.who-we-are-pD h2 {
    font-size: calc(33px * 1.2);
    margin-bottom: 60px;
}

.who-we-are-pD .text-pill-wrap-KO::before {
    top: 0;
    background: rgb(210,212,198);
    animation: growVertical 1s 0.3s ease-out forwards;
    left: 0;
    position: absolute;
    width: 6px;
    content: "";
    height: 0;
}

.who-we-are-pD .text-pill-wrap-KO p::before {
    background: rgb(175,179,161);
    width: 8px;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    content: "";
    height: 8px;
    position: absolute;
}

.who-we-are-pD .text-pill-wrap-KO:hover p {
    transform: translateX(5px);
}

header .head-sitebar-L2::before {
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(175,179,161,0.5) 10px,
        rgb(175,179,161,0.5) 11px
    );
    position: absolute;
    top: 0;
    animation: slidePattern 25s linear infinite;
    height: 100%;
    opacity: 0.1;
    width: 100%;
}

header .main-edu-dD:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 8px 8px 0 rgb(210,212,198);
}

header .main-edu-dD:hover::before {
    left: -8px;
    right: -8px;
    opacity: 1;
    top: -8px;
    bottom: -8px;
}

header .head-tutor-Kx::before {
    width: 85%;
    content: "";
    top: 0;
    position: absolute;
    transition: width 0.3s ease;
    opacity: 0.15;
    right: 0;
    border-radius: 0 29px 29px 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(175,179,161,0.5) 100%);
    z-index: -1;
}

header .first-pagebar-OZ a::after {
    background: linear-gradient(90deg, rgb(210,212,198) 0%, rgb(175,179,161) 100%);
    transform: scaleX(0);
    width: 100%;
    height: 2px;
    transition: transform 0.3s ease 0.1s;
    transform-origin: left;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

header .first-pagebar-OZ a:hover::before {
    transform: scaleY(1);
}

.help-desk-info-fA {
    background: rgb(175,179,161,0.5);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.help-desk-info-fA .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}

.help-desk-info-fA .send-query-Yo {
    display: flex;
    overflow: visible;
    flex-direction: column;
    position: relative;
}

.help-desk-info-fA .connect-block-xy svg {
    stroke: #ffffff;
    stroke-linejoin: round;
    margin-right: 15px;
    stroke-width: 2;
    fill: none;
    height: 35px;
    stroke-linecap: round;
    filter: drop-shadow(0 0 5px rgb(210,212,198)) 
           drop-shadow(0 0 10px rgb(210,212,198));
    width: 35px;
}

.help-desk-info-fA .content-wrapper::before {
    top: 0;
    width: 100%;
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(210,212,198), transparent);
    content: "";
    position: absolute;
}

.help-desk-info-fA .img-gallery-item-l7::after {
    top: 0;
    background: linear-gradient(to right, rgba(10, 10, 20, 0.9), transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
}

.help-desk-info-fA .course-info-qH p:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 0 15px rgba(0, 0, 0, 0.3),
        0 0 5px rgb(210,212,198,0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.2);
}

.help-desk-info-fA .course-info-qH p:hover svg {
    filter: drop-shadow(0 0 5px rgb(210,212,198));
    transform: translateY(-50%) scale(1.2);
}

.help-desk-info-fA .course-info-qH p:nth-child(even) svg {
    stroke: rgb(175,179,161);
    filter: drop-shadow(0 0 3px rgb(175,179,161));
}

.help-desk-info-fA .course-info-qH p a:hover {
    color: rgb(210,212,198);
    text-shadow: 0 0 8px rgb(210,212,198,0.5);
}

.help-desk-info-fA .course-info-qH p a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.help-desk-info-fA .course-info-qH p:nth-child(even) a:hover {
    text-shadow: 0 0 8px rgb(175,179,161,0.5);
    color: rgb(175,179,161);
}

.help-desk-info-fA .contact-map-Xu svg {
    width: 22px;
    stroke-width: 2;
    fill: none;
    height: 22px;
    filter: drop-shadow(0 0 5px rgb(210,212,198,0.5));
    stroke: rgb(210,212,198);
    stroke-linecap: round;
    margin-right: 12px;
    stroke-linejoin: round;
}

.help-desk-info-fA .msg-form-7G:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    border-color: rgb(210,212,198,0.5);
}

.help-desk-info-fA .msg-form-7G:hover svg {
    transform: rotate(30deg);
    filter: drop-shadow(0 0 5px rgb(210,212,198));
    opacity: 1;
}

.cookie-control-T1 {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

#cookie-popupbanner-6w:checked ~ .cookieWarningMessage-EA {
    opacity: 0;
    visibility: hidden;
}

.data-control-Nw {
    white-space: nowrap;
    border-bottom: 2px solid rgb(210,212,198);
    flex-shrink: 0;
    line-height: 35px;
    text-decoration: none;
    font-size: 24px;
    cursor: pointer;
    color: rgb(210,212,198);
    text-align: center;
    min-width: 120px;
    margin-left: 10px;
}

.wrapper-border-6K .digital-cookies-Cf svg, .wrapper-border-6K .digital-cookies-Cf svg path, .wrapper-border-6K .digital-cookies-Cf img {
    width: 40px;
    fill:#000000;
    height: 40px;
}

.contact-section-RX::after {
    content: "";
    opacity: 0.07;
    background-image: 
        linear-gradient(rgb(175,179,161,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(175,179,161,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
}

.contact-section-RX h2::after {
    height: 4px;
    left: calc(50% - 15px);
    position: absolute;
    content: "";
    background: rgb(175,179,161);
    bottom: 0;
    width: 30px;
}

.contact-section-RX .img-gallery-item-l7::before {
    background: linear-gradient(
        135deg, 
        rgba(rgb(210,212,198), 0.4), 
        rgba(rgb(175,179,161), 0.4)
    );
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
}

.contact-section-RX .support-message-Uq::after {
    width: 100px;
    transform: rotate(45deg);
    height: 100px;
    position: absolute;
    border-radius: 0;
    content: "";
    bottom: -50px;
    z-index: 0;
    left: -50px;
    background: rgb(175,179,161,0.5);
}

.contact-section-RX form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(210,212,198);
}

.contact-section-RX form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}

.contact-section-RX .help-info-j5 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-section-RX .help-info-j5 input[type="checkbox"]:checked + label::before {
    background: rgb(210,212,198);
    border-color: rgb(210,212,198);
}

.contact-section-RX .help-info-j5 label a {
    transition: all 0.3s ease;
    color: rgb(210,212,198);
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.contact-section-RX .help-info-j5 label a:hover {
    color: rgb(175,179,161);
}

.contact-section-RX .request-widget-xp {
    z-index: 1;
    border: none;
    font-size: 14px;
    background: rgb(210,212,198);
    cursor: pointer;
    padding: 18px 40px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    width: auto;
    position: relative;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    transition: all 0.3s ease;
    overflow: hidden;
}

.secure-haven-zD h2 {
    margin-top: 30px;
    border-left: 6px solid rgb(175,179,161);
    padding-left: 20px;
    font-weight: 600;
    font-size: 32px;
    color: rgb(175,179,161);
    margin-bottom: 20px;
}

.secure-haven-zD li {
    line-height: 1.8;
    padding-left: 10px;
    margin-bottom: 15px;
    border-left: 2px solid rgb(210,212,198,0.5);
    font-size: 16px;
}

.education-experience-PF {
    overflow: hidden;
    background: linear-gradient(160deg, rgb(238,239,234) 0%, #000000 100%);
    min-height: 700px;
    padding: 8rem 0;
    position: relative;
}

.education-experience-PF .container {
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.education-experience-PF .rating-reviews-tM::before {
    opacity: 0.2;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgb(210,212,198,0.5), transparent);
    animation: shimmerEffect 10s ease-in-out infinite;
    z-index: -1;
    position: absolute;
    background-size: 200% 200%;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
}

.education-experience-PF .rating-reviews-tM:hover .img-gallery-item-l7 {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}

.education-experience-PF .rating-reviews-tM:hover .name {
    transform: translateX(10px);
}

.education-experience-PF .name::after {
    bottom: -10px;
    height: 3px;
    width: 0;
    transition: width 0.6s ease;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(210,212,198), rgb(175,179,161));
}

.education-experience-PF .employee-info-1D {
    grid-row: 2;
    z-index: 2;
    padding: 2rem;
    border-radius: 23px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    font-size: 15px;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    transform: translateY(0);
    line-height: 1.8;
    grid-column: 1;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    border-left: 4px solid rgb(175,179,161);
    overflow: hidden;
    color: #ffffff;
    backdrop-filter: blur(10px);
    position: relative;
}

.title-opener-6a {
    font-family: Arial, sans-serif;
    overflow: hidden;
    height: 100vh;
    color: #ffffff;
    position: relative;
}

.title-opener-6a .page-hero-IC::before {
    top: 0;
    left: 0;
    content: "";
    background: radial-gradient(circle at 30% 40%, 
    rgba(0, 0, 0, 0.1) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.85) 100%);
    position: absolute;
    backdrop-filter: saturate(120%) contrast(110%);
    right: 0;
    z-index: -1;
    bottom: 0;
}

.title-opener-6a .knowledge-experts-57 > div {
    opacity: 0;
    animation: fade-in-up 1s forwards ease-out;
    position: relative;
    transform-style: preserve-3d;
}

.title-opener-6a .knowledge-experts-57::before {
    left: -75px;
    content: "";
    width: 150px;
    top: -75px;
    border-radius: 50%;
    position: absolute;
    border: 2px solid rgb(175,179,161,0.5);
    animation: pulse 5s infinite alternate ease-in-out;
    height: 150px;
}

.title-opener-6a h3 {
    color: #ffffff;
    padding-right: 10%;
    font-weight: 600;
    margin-bottom: 1.5rem;
    transform: translateZ(20px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    font-size: clamp(1.2rem, 2vw + 0.5rem, 24px);
    line-height: 1.4;
}

.title-opener-6a p::before {
    height: 15px;
    filter: blur(2px);
    position: absolute;
    top: 50%;
    left: -30px;
    animation: pulse-small 3s infinite alternate ease-in-out;
    border-radius: 50%;
    transform: translateY(-50%);
    width: 15px;
    background-color: rgb(210,212,198,0.5);
    content: "";
}



@media (max-width: 767px) {.thankYouDiv-I2 {
    padding: 70px 0;
}.thankYouDiv-I2 h2 {
    line-height: 1.4;
    font-size: calc(33px * 0.8);
}.thankYouDiv-I2 h2::after {
    bottom: -12px;
    width: 60px;
}.thankYouDiv-I2 .learning-corner-C1 {
    border-left: 4px solid rgb(210,212,198);
    padding: 25px 20px;
}.thankYouDiv-I2 li {
    padding-left: 20px;
}.thankYouDiv-I2 li::before {
    width: 10px;
    height: 10px;
    top: 7px;
}.thankYouDiv-I2 span {
    font-size: calc(14px - 1px);
    line-height: 1.7;
}
}



@media (max-width: 480px) {.access-now-49 {
    padding: 50px 0;
}.access-now-49 .container p {
    padding: 0 15px;
    font-size: calc(14px * 1.2);
}.access-now-49 .request-widget-xp {
    font-size: calc(15px * 0.9);
    width: 100%;
    height: 50px;
}.access-now-49 .request-widget-xp::before {
    left: -5px;
    top: -5px;
}.access-now-49 .request-widget-xp::after {
    bottom: -5px;
    right: -5px;
}}



@media (max-width: 767px) {.plan-shelf-QY {
    padding: 80px 0;
}.plan-shelf-QY .indv-cost-TW {
    margin-bottom: 20px;
}.plan-shelf-QY .lesson-fees-q0 {
    max-width: 100%;
}.plan-shelf-QY .rate-choice-D1 {
    padding: 30px 25px;
}.plan-shelf-QY .rate-choice-D1 h3 {
    font-size: calc(23px + 1px);
}.plan-shelf-QY .fee-deals-TD {
    margin: 0 0 15px;
    font-size: 23px;
}.plan-shelf-QY .img-gallery-item-l7 {
    height: 200px;
}
}



@media (max-width: 767px) {.prospective-members-nP {
    padding: 60px 0;
}.prospective-members-nP .learning-corner-C1 {
    padding: 30px 20px;
}.prospective-members-nP h4 {
    font-size: calc(28px - 4px);
    margin-bottom: 25px;
    padding-bottom: 12px;
}.prospective-members-nP h4::after {
    width: 60px;
    height: 3px;
}.prospective-members-nP div p {
    font-size: calc(14px - 1px);
    padding: 10px 12px;
    margin-bottom: 15px;
}.prospective-members-nP div p svg {
    min-width: 20px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.prospective-members-nP::before,
    .prospective-members-nP::after {
    opacity: 0.05;
}
}



@media (prefers-reduced-motion: reduce) {.learning-system-NA h2::after,
    .learning-system-NA .text-pill-wrap-KO,
    .learning-system-NA .text-pill-wrap-KO::before,
    .learning-system-NA .text-pill-wrap-KO::after {
    transition: none;
}
}



@media (min-width: 992px) {.course-rewards-mO .learning-corner-C1 {
    padding: 60px;
    flex-direction: row;
    align-items: stretch;
    gap: 50px;
}.course-rewards-mO .text-pill-wrap-KO {
    margin-top: 0;
}.course-rewards-mO .img-gallery-item-l7 {
    max-width: 45%;
}.course-rewards-mO li {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
}



@media (max-width: 992px) {.design-res-Lc .container {
    grid-template-columns: repeat(1, 1fr);
}.design-res-Lc .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.design-res-Lc .verify-cta-dn {
    grid-column: 1 / -1;
}.design-res-Lc .header-master-Mj {
    grid-template-columns: repeat(2, 1fr);
}
}




@media (max-width: 992px) {.course-program-NW .education-plan-Gz {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
    text-align: center;
}.course-program-NW .education-plan-Gz h3,
    .course-program-NW .education-plan-Gz span,
    .course-program-NW .education-plan-Gz p {
    grid-column: 1 / 2;
    border: none;
    padding: 0;
}.course-program-NW .education-plan-Gz h3 {
    padding-bottom: 1rem;
    width: fit-content;
    border-bottom: 2px solid rgb(210,212,198);
    margin: 0 auto;
}.course-program-NW .education-plan-Gz .request-widget-xp {
    grid-column: 1 / 2;
}.course-program-NW .learning-corner-C1 {
    margin-bottom: 0;
}
}



@media (max-width: 576px) {.data-statistics-34 {
    padding: 2.5rem 0.75rem;
}.data-statistics-34 ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.data-statistics-34 .boost-growth-5V {
    display: flex;
    padding: 1.25rem;
    align-items: center;
    justify-content: space-between;
}.data-statistics-34 .boost-growth-5V span {
    font-size: calc(14px * 0.9);
    max-width: 70%;
    margin-bottom: 0;
}.data-statistics-34 .boost-growth-5V p {
    font-size: 40px;
}.data-statistics-34 .boost-growth-5V:hover {
    transform: translateY(-5px);
}
}



@media (max-width: 767px) {.who-we-are-pD {
    padding: 80px 0;
}.who-we-are-pD h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.who-we-are-pD .text-pill-wrap-KO {
    padding: 30px 20px;
}.who-we-are-pD .text-pill-wrap-KO p {
    margin-bottom: 15px;
    font-size: calc(17px * 1.2);
}.who-we-are-pD .text-pill-wrap-KO div > div {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 480px) {header .main-edu-dD {
    transform: none;
    padding: 10px;
}header .main-edu-dD svg {
    height: 40px;
}header .main-edu-dD:hover {
    transform: translateY(-3px);
}}


@media (max-width: 767px) {.help-desk-info-fA {
    padding: 80px 0;
}.help-desk-info-fA .connect-block-xy {
    margin-bottom: 40px;
    font-size: calc(37px + 4px);
}.help-desk-info-fA .connect-block-xy svg {
    margin-right: 10px;
    height: 25px;
    width: 25px;
}.help-desk-info-fA .img-gallery-item-l7 {
    height: 250px;
}.help-desk-info-fA .course-info-qH {
    padding: 25px;
}.help-desk-info-fA .course-info-qH p {
    padding: 12px 20px 12px 45px;
}.help-desk-info-fA .course-info-qH p svg {
    left: 12px;
    width: 18px;
    height: 18px;
}.help-desk-info-fA .message-block-QK {
    padding: 25px;
}.help-desk-info-fA .contact-map-Xu svg {
    height: 18px;
    margin-right: 10px;
    width: 18px;
}.help-desk-info-fA .reach-team-96 {
    grid-template-columns: repeat(2, 1fr);
}.help-desk-info-fA .msg-form-7G svg {
    width: 12px;
    margin-right: 6px;
    height: 12px;
}}



@media only screen and (max-width: 800px) {.secure-haven-zD {
    padding: 30px;
}.secure-haven-zD h1 {
    font-size: calc(19px - 4px);
}.secure-haven-zD h2 {
    font-size: calc(19px - 3px);
}.secure-haven-zD h3, .secure-haven-zD h4, .secure-haven-zD h5, .secure-haven-zD h6 {
    font-size: calc(19px - 2px);
}.secure-haven-zD p, .secure-haven-zD span, .secure-haven-zD div, .secure-haven-zD li {
    font-size: calc(16px - 2px);
}}



@media (max-width: 992px) {.education-experience-PF .rating-reviews-tM {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 2rem;
    grid-template-rows: auto auto auto;
}.education-experience-PF .img-gallery-item-l7 {
    grid-column: 1;
    grid-row: 1;
    height: 350px;
}.education-experience-PF .name {
    grid-column: 1;
    margin: 0;
    grid-row: 2;
}.education-experience-PF .rating-reviews-tM span:not(.name) {
    grid-row: 2;
    margin-top: 3.5rem;
    grid-column: 1;
}.education-experience-PF .employee-info-1D {
    grid-column: 1;
    grid-row: 3;
}.education-experience-PF .rating-reviews-tM:hover .name,
    .education-experience-PF .rating-reviews-tM:hover span:not(.name) {
    transform: translateY(-5px);
}
}



@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-15deg) skew(15deg) translate(20px, 20px);
    }
}



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

@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}



@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}



@keyframes orbital-movement {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

