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

.whatsapp_grpBgCr {
    flex: 0 0 auto;
}

.whatsapp_grpBgCr {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 70px 0 30px;
    color: #000000;
    background-color: #ffffff;
}

svg {
    width: 30px;
    height: 30px;
}

.head_top4ao9 {
    flex: 1 0 auto;
}

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


.academic_expertisecL4D {
    overflow: hidden;
    position: relative;
    background: rgb(221,217,227);
    padding: 100px 0;
}

.academic_expertisecL4D .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 800px;
}

.academic_expertisecL4D .user_ratingsarKt {
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 60px 40px 40px;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}

.academic_expertisecL4D .user_ratingsarKt:hover .img_center_alignCbwD {
    transform: rotate(-5deg);
}

.academic_expertisecL4D .name {
    margin-left: 0;
    font-size: calc(24px * 1.2);
    color: #000000;
    margin-top: 40px;
    transition: transform 0.5s ease;
    font-weight: 700;
    letter-spacing: -0.5px;
    transform: translateX(0);
}

.academic_expertisecL4D .user_ratingsarKt span:not(.name) {
    transition: transform 0.5s ease;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    transform: translateX(0);
    color: #000000;
    text-transform: uppercase;
    margin-top: 5px;
}

.academic_expertisecL4D .career_trajectorybKJY::before {
    height: 2px;
    left: -40px;
    transition: transform 0.5s ease;
    width: 30px;
    top: 15px;
    transform: scaleX(0);
    content: "";
    transform-origin: right;
    position: absolute;
    background: rgb(188,173,205);
}

.secure_enclosureWXzd {
    color: #000000;
    padding: 2rem;
    grid-template-columns: 1fr;
    font-family: Arial, sans-serif;
    display: grid;
    background-color: #ffffff;
    gap: 2rem;
}

.secure_enclosureWXzd h2 {
    font-weight: 600;
    font-size: 31px;
    border-bottom: 2px solid rgb(148,115,181);
}

.secure_enclosureWXzd h3, .secure_enclosureWXzd h4, .secure_enclosureWXzd h5, .secure_enclosureWXzd h6 {
    margin: 10px 0;
}

.secure_enclosureWXzd ul li {
    align-items: center;
    font-weight: 400;
    padding: 0.5rem 0;
    display: flex;
    border-bottom: 1px solid rgb(148,115,181,0.5);
    font-size: 12px;
}

.secure_enclosureWXzd p, .secure_enclosureWXzd span {
    font-size: 12px;
    margin: 0 0 1rem 0;
    line-height: 1.6;
    color: #000000;
}

.teaching_processWrf4 {
    overflow: hidden;
    padding: 6rem 0;
    align-items: center;
    display: flex;
    min-height: 80vh;
    position: relative;
    background: linear-gradient(215deg, #000000 0%, rgb(188,173,205) 100%);
}

.teaching_processWrf4::after {
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(45deg, rgb(188,173,205,0.5) 25%, transparent 25%, transparent 50%, rgb(188,173,205,0.5) 50%, rgb(188,173,205,0.5) 75%, transparent 75%, transparent);
    position: absolute;
    top: 0;
    opacity: 0.05;
    animation: moveBackground 20s linear infinite;
    height: 100%;
    background-size: 30px 30px;
}

.teaching_processWrf4 .text_regionGrqU {
    max-width: 900px;
    border-radius: 0 21px 21px 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    backdrop-filter: blur(5px);
    margin: 0 auto;
    width: 90%;
    border-left: 4px solid rgb(148,115,181);
    padding: 3rem;
    position: relative;
}



.teaching_processWrf4 .text_regionGrqU::after {
    position: absolute;
    z-index: -1;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    animation: glitch 3s ease-in-out infinite alternate;
}

.teaching_processWrf4 h2::before {
    color: rgb(148,115,181);
    animation: blink 1s step-end infinite;
    position: absolute;
    content: '>';
    left: 0;
}



.teaching_processWrf4 h2::after {
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(148,115,181), rgb(188,173,205));
    bottom: -10px;
    height: 2px;
    left: 0;
}

.teaching_processWrf4 .text_regionGrqU:hover h2 {
    transform: translateX(5px);
    text-shadow: 
        3px 3px 0 rgb(148,115,181,0.5),
        -3px -3px 0 rgb(188,173,205,0.5);
}

.teaching_processWrf4 .text_regionGrqU:hover::before {
    animation-duration: 1s;
}

.welcome_board9ihQ {
    overflow: hidden;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(221,217,227) 0%, rgba(94,170,168,0.1) 100%);
    position: relative;
    min-height: 100vh;
}

.welcome_board9ihQ::after {
    animation: float 15s infinite alternate ease-in-out;
    position: absolute;
    bottom: -5%;
    right: -5%;
    z-index: 0;
    border-radius: 50% 30% 70% 40%;
    height: 300px;
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(188,173,205) 0%, rgb(148,115,181) 100%);
    filter: blur(60px);
    width: 300px;
    content: "";
}

.welcome_board9ihQ h1 {
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.2;
    font-size: 41px;
    font-weight: 700;
    position: relative;
    transform: translateY(0);
}

.welcome_board9ihQ .learn_top1MSk {
    position: relative;
    transform: translateY(20px);
    animation: fadeUp 0.8s forwards ease-out 0.4s;
    margin-bottom: 2rem;
    opacity: 0;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.welcome_board9ihQ svg {
    transform: translateY(0) rotate(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 80px;
    width: 80px;
    margin-bottom: 1rem;
}

.welcome_board9ihQ svg path {
    fill: rgb(148,115,181);
    transition: fill 0.3s ease;
}

.welcome_board9ihQ svg:hover path {
    fill: rgb(188,173,205);
}

.welcome_board9ihQ ul {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s forwards ease-out 0.6s;
    margin: 2rem 0 0 0;
    list-style: none;
    padding: 0;
}

.welcome_board9ihQ .help_blockEn0G::before {
    transition: opacity 0.3s ease;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(148,115,181) 0%, rgb(188,173,205) 100%);
}

.welcome_board9ihQ .help_blockEn0G:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    transform: translateY(-3px);
}

.welcome_board9ihQ .img_center_alignCbwD {
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    display: none;
    position: relative;
    animation: fadeRotate 1s forwards ease-out 0.8s;
    transform: translateY(20px) rotate(0deg);
    min-height: 300px;
    height: 100%;
    overflow: hidden;
    border-radius: 10px 70px 10px 50px;
    opacity: 0;
}

.welcome_board9ihQ .img_center_alignCbwD:hover::before {
    opacity: 0.3;
}

.course_structureURpX::before {
    right: -5%;
    content: "";
    background: linear-gradient(225deg, rgb(188,173,205,0.5) 0%, rgb(148,115,181,0.5) 100%);
    position: absolute;
    width: 35%;
    transform: rotate(-15deg) translateZ(0);
    z-index: 1;
    filter: blur(20px);
    opacity: 0.5;
    height: 70%;
    top: -10%;
}

.course_structureURpX .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}

.course_structureURpX .career_classesoMsg {
    position: relative;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

.course_structureURpX .img_center_alignCbwD::after {
    top: 0;
    position: absolute;
    content: "";
    background: rgb(188,173,205);
    mix-blend-mode: overlay;
    opacity: 0.2;
    height: 100%;
    left: 0;
    width: 100%;
}

.course_structureURpX .text_regionGrqU h3 {
    font-size: calc(18px * 1.1);
    color: #000000;
    animation-delay: 0.3s;
    font-weight: 700;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    margin-bottom: 1.5rem;
    transform: translateY(0);
    line-height: 1.4;
    opacity: 0;
}

.course_structureURpX .text_regionGrqU p.description {
    animation-delay: 0.5s;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    opacity: 0;
    color: #000000;
    font-size: 13px;
}

header::before {
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(148,115,181,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(188,173,205,0.5) 0%, transparent 15%);
    animation: pulse-bg 8s infinite alternate;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.3;
}

header .container {
    padding: 0;
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 2;
}

header .header_pageEG3w {
    display: flex;
    z-index: 3;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 1.5rem;
    text-decoration: none;
    position: relative;
}

header .header_pageEG3w::after {
    height: 70px;
    width: 70px;
    filter: blur(20px);
    border-radius: 50%;
    position: absolute;
    animation: pulse-opacity 4s ease infinite alternate;
    opacity: 0.3;
    z-index: -2;
    content: "";
    background: rgb(148,115,181,0.5);
}

header .header_pageEG3w svg {
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 8px rgb(188,173,205,0.5));
    width: auto;
    height: 45px;
}

header .nav_trainQsJH {
    width: 100vw;
    border-bottom: 1px solid rgb(188,173,205,0.5);
    overflow-x: auto;
    border-top: 1px solid rgb(188,173,205,0.5);
    gap: 0.8rem;
    justify-content: center;
    display: flex;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    position: relative;
    padding: 1rem 0;
    scrollbar-width: none;
}

header .top_trainmznG::before {
    left: 0;
    transform: translateZ(-10px);
    top: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
    transition: all 0.3s ease;
}

header .top_trainmznG::after {
    left: 50%;
    position: absolute;
    transition: all 0.3s ease;
    bottom: 0;
    height: 2px;
    background: rgb(148,115,181);
    content: "";
    width: 0%;
    transform: translateX(-50%);
}

header .top_trainmznG:hover::after {
    width: 80%;
}

.cookieNotificationBannerUKg0 {
    width: 100%;
    border-top: 3px solid rgb(188,173,205);
    z-index: 1050;
    padding: 15px 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    position: fixed;
    background: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    bottom: 0;
}

.cookie_customizewrhZ {
    margin-right: 15px;
    flex-grow: 1;
}

.cookie_customizewrhZ p {
    color: #000000;
    margin-bottom: 0;
    font-size: 12px;
}

.cookie_button.cookie_lockeuZw {
    background-color: rgb(188,173,205);
    color: #ffffff;
    border-color: rgb(188,173,205);
}

#cookiePreferenceBoxVLk6 {
    display: none;
}

#cookiePreferenceBoxVLk6:checked ~ .cookieNotificationBannerUKg0 {
    visibility: hidden;
    opacity: 0;
}

.cookie_button.cookie_lockeuZw:hover {
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.cookie_button.privacy_opt9AE3 {
    background-color: rgb(148,115,181);
    border-color: rgb(148,115,181);
    color: #000000;
}

.cookieNotificationBannerUKg0 p a {
    color: rgb(188,173,205);
    text-decoration: underline;
}

.who_we_areQdyT::before {
    left: 0;
    width: 100%;
    z-index: 1;
    backdrop-filter: blur(5px);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(188,173,205,0.5), rgba(0, 0, 0, 0.5) 70%);
}

.who_we_areQdyT .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.who_we_areQdyT .text_regionGrqU:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.who_we_areQdyT h5 {
    display: inline-block;
    opacity: 0.9;
    transform: translateX(-10px);
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 1.5px;
    transition: all 0.4s ease;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.who_we_areQdyT h5::after {
    width: 40px;
    transform-origin: left;
    bottom: -8px;
    background: rgb(148,115,181);
    left: 0;
    transform: scaleX(0.7);
    position: absolute;
    height: 3px;
    content: "";
    transition: transform 0.5s ease;
}

.who_we_areQdyT p b {
    font-weight: 700;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-size: calc(17px * 1.5);
    position: relative;
    display: inline-block;
    color: rgb(148,115,181);
}

.who_we_areQdyT .text_regionGrqU:hover p b::before {
    transform: skewX(-15deg) translateY(3px);
    height: 15px;
}

.who_we_areQdyT ol {
    padding: 0;
    margin: 0;
    counter-reset: item;
}

.who_we_areQdyT ol li::before {
    position: absolute;
    font-weight: 700;
    top: 0;
    color: rgb(148,115,181);
    left: -35px;
    opacity: 0.7;
}

header .top_plank .elite_studyprowzsC div svg, header .top_plank .elite_studyprowzsC div svg path {
    fill: #ffffff;
}

header .top_plank .elite_studyprowzsC {
    font-size: 16px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    width: 100%;
    line-height: 21px;
    display: flex;
}

.contact_form_sectionMmRg {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: rgb(221,217,227);
}

.contact_form_sectionMmRg .img_center_alignCbwD {
    position: absolute;
    z-index: 1;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    left: 0;
    top: 0;
    width: 50%;
}

.contact_form_sectionMmRg .img_center_alignCbwD::before {
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    height: 100%;
    position: absolute;
}

.contact_form_sectionMmRg h3 {
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-family: Arial, sans-serif;
    color: #000000;
    backdrop-filter: blur(5px);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    padding: 15px;
    position: relative;
    font-size: 29px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
}

.contact_form_sectionMmRg .inquiry_listBtnQ::after {
    bottom: 0;
    left: 0;
    background: rgb(148,115,181,0.5);
    transform: translate(-50%, 50%);
    border-radius: 50%;
    opacity: 0.2;
    width: 100px;
    position: absolute;
    content: '';
    height: 100px;
}

.contact_form_sectionMmRg input[type="text"],
.contact_form_sectionMmRg textarea {
    font-size: 15px;
    width: 100%;
    background: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 23px;
    color: #000000;
    transition: all 0.3s ease;
    padding: 15px 20px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.contact_form_sectionMmRg .feedback_infoguVD input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_form_sectionMmRg .feedback_infoguVD label::before {
    border: 2px solid rgb(188,173,205,0.5);
    left: 0;
    width: 20px;
    height: 20px;
    top: 2px;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    border-radius: 10px;
}

.contact_form_sectionMmRg .feedback_infoguVD input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    content: '';
    position: absolute;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    top: 6px;
    height: 10px;
    left: 7px;
    width: 6px;
}

.contact_form_sectionMmRg .help_blockEn0G::before {
    position: absolute;
    transform: translateX(-100%);
    left: 0;
    top: 0;
    background: rgb(148,115,181);
    content: '';
    height: 100%;
    transition: transform 0.4s ease;
    width: 100%;
    z-index: -1;
}

.contact_form_sectionMmRg .help_blockEn0G:hover {
    box-shadow: 0 5px 15px rgb(188,173,205,0.5);
}

.contact_form_sectionMmRg .query_helpEIsu {
    width: 35%;
    background: linear-gradient(135deg, rgb(188,173,205), rgb(148,115,181));
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 50px;
}

.contact_form_sectionMmRg .query_helpEIsu h4 {
    font-family: Arial, sans-serif;
    font-size: 21px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact_form_sectionMmRg .query_helpEIsu h4::after {
    bottom: -10px;
    content: '';
    left: 0;
    position: absolute;
    width: 40px;
    border-radius: 3px;
    height: 3px;
    background: #ffffff;
}

.contact_form_sectionMmRg .feedback_card3Jzu li {
    align-items: flex-start;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
    padding-bottom: 15px;
    display: flex;
}

.contact_form_sectionMmRg .feedback_card3Jzu svg {
    width: 22px;
    flex-shrink: 0;
    margin-top: 3px;
    margin-right: 15px;
    height: 22px;
}

.contact_form_sectionMmRg .feedback_card3Jzu span {
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.5;
}

.contact_form_sectionMmRg .feedback_card3Jzu a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.whatsapp_grpBgCr::before {
    top: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(188,173,205), rgb(148,115,181));
    left: 0;
}

footer .info_item {
    margin-right: 30px;
    margin-bottom: 15px;
    position: relative;
}

footer .info_item svg {
    height: 18px;
    top: 3px;
    width: 18px;
    fill: rgb(188,173,205);
    margin-right: 10px;
    position: relative;
}

footer .info_item a:hover {
    color: rgb(188,173,205);
}

footer .main_learningTNuc {
    margin-bottom: 15px;
}

footer .main_learningTNuc svg {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
}

footer .nav_trainQsJH h5 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
}

footer .main_trainxX7W {
    margin-bottom: 30px;
}

footer .main_trainxX7W a {
    transition: transform 0.2s ease, color 0.2s ease;
    color: #000000;
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
}

footer .subscribe_holder h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
}

footer .input_holder {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(188,173,205);
}

footer .email_paneliguM {
    color: #ffffff;
    font-size: 15px;
    background-color: rgb(188,173,205);
    font-weight: 600;
    border-radius: 10px;
    padding: 14px 20px;
    border: none;
    transition: background-color 0.3s ease;
    text-align: center;
    cursor: pointer;
}

.get_updatesOb5L {
    position: relative;
    background: linear-gradient(135deg, rgb(148,115,181,0.5), rgb(188,173,205,0.5));
    padding: 4rem 2rem;
    overflow: hidden;
    z-index: 1;
}

.get_updatesOb5L::after {
    width: 30%;
    background: radial-gradient(
        circle at bottom right,
        rgb(188,173,205,0.5) 10%,
        transparent 70%
    );
    content: "";
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    height: 30%;
}

.get_updatesOb5L .student_voice9U2H {
    gap: 2rem;
    position: relative;
    backface-visibility: hidden;
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr;
    background: linear-gradient(
        to right bottom,
        #ffffff,
        rgba(255, 255, 255, 0.9)
    );
    padding: 3rem;
    transform: perspective(1000px) rotateX(1deg);
}

.get_updatesOb5L h4::before {
    position: absolute;
    background: rgb(188,173,205);
    width: 4px;
    content: "";
    height: calc(100% - 0.6em);
    left: 0;
    top: 0.3em;
    transform: scaleY(1.2);
}

.get_updatesOb5L .input_holder span {
    position: relative;
    min-width: 240px;
    flex: 1 1 auto;
}

.get_updatesOb5L .input_holder input[type="email"]:focus {
    border-color: rgb(148,115,181);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    outline: none;
    background-color: #ffffff;
}

.get_updatesOb5L .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}

.get_updatesOb5L .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.get_updatesOb5L .input_holder .email_paneliguM:hover {
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px) scale(1.01);
}

.get_updatesOb5L .input_holder .email_paneliguM::before {
    position: absolute;
    content: "";
    height: 100%;
    left: -100%;
    top: 0;
    transition: all 0.6s ease;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    width: 100%;
}

.thxContentEQ2p {
    padding: 120px 0 100px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,217,227) 0%, rgb(148,115,181,0.5) 100%);
    position: relative;
}

.thxContentEQ2p::after {
    height: 200px;
    top: -50px;
    position: absolute;
    content: "";
    right: -50px;
    width: 200px;
    transform: rotate(15deg);
    animation: float 18s infinite ease-in-out;
    border: 2px solid rgb(188,173,205,0.5);
    opacity: 0.2;
}

.thxContentEQ2p .student_voice9U2H {
    flex-direction: column;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    padding: 60px 50px;
    border-left: 5px solid rgb(188,173,205);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
}

.thxContentEQ2p .student_voice9U2H:hover::before {
    opacity: 0.3;
    transform: scale(1);
}

.thxContentEQ2p .student_voice9U2H > div:first-child {
    margin-bottom: 30px;
    position: relative;
}

.thxContentEQ2p .student_voice9U2H:hover > div:first-child::after {
    transform: scaleX(1);
}

.thxContentEQ2p h5 {
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin: 0;
    position: relative;
    display: inline-block;
    font-size: 22px;
}

.thxContentEQ2p p {
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-size: 14px;
    margin: 0;
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
}

.thxContentEQ2p a::after {
    height: 1px;
    background-color: rgb(188,173,205);
    position: absolute;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scaleX(0);
    bottom: 0;
    width: 100%;
    content: "";
    transform-origin: right center;
}

.pricing_suiteJ2ZM::before {
    top: -10%;
    position: absolute;
    height: 70%;
    width: 40%;
    opacity: 0.1;
    right: -5%;
    background: linear-gradient(120deg, rgb(188,173,205,0.5) 20%, rgb(148,115,181,0.5) 80%);
    transform: rotate(-15deg);
    z-index: 0;
    border-radius: 10px;
    content: "";
}

.pricing_suiteJ2ZM .container {
    z-index: 2;
    max-width: 1400px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}

.pricing_suiteJ2ZM .fee_structlnzS {
    text-align: center;
    position: relative;
    order: 1;
    margin-bottom: 3.5rem;
}

.pricing_suiteJ2ZM .fee_structlnzS h2::after {
    bottom: -0.75rem;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(188,173,205), transparent);
    transform: translateX(-50%);
    height: 3px;
    width: 70%;
    left: 50%;
    position: absolute;
}

.pricing_suiteJ2ZM .learning_packagesj1h2 {
    display: block;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
}

.pricing_suiteJ2ZM .learning_packagesj1h2:hover::before {
    transform: translateY(0);
}

.pricing_suiteJ2ZM .study_rateskmOe {
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
    height: 100%;
}

.pricing_suiteJ2ZM .plan_detailsJFS0 {
    padding: 2rem 1.75rem;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}

.pricing_suiteJ2ZM .plan_detailsJFS0 .value_feesC67l {
    font-size: calc(19px * 1.3);
    color: rgb(188,173,205);
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}

.pricing_suiteJ2ZM .plan_detailsJFS0 p {
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.65;
    margin-bottom: 1.5rem;
    color: #000000;
    flex-grow: 1;
    font-size: 18px;
    overflow-wrap: break-word;
}

.pricing_suiteJ2ZM .learning_packagesj1h2:hover .img_center_alignCbwD {
    transform: scale(1.05);
}

.pricing_suiteJ2ZM .learning_packagesj1h2:nth-child(odd) .plan_detailsJFS0::before {
    width: 2.5rem;
    content: "";
    border-radius: 50%;
    top: 1rem;
    background: rgb(188,173,205,0.5);
    opacity: 0.1;
    right: 1rem;
    height: 2.5rem;
    position: absolute;
    z-index: -1;
}

.statistics_informationwber {
    background-color: rgb(221,217,227);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.statistics_informationwber .container {
    z-index: 2;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.statistics_informationwber .gain_studyBnR3 {
    max-width: 600px;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.statistics_informationwber .gain_studyBnR3::before {
    bottom: -40px;
    position: absolute;
    height: 30px;
    transform: translateX(-50%);
    content: "";
    background-color: rgb(188,173,205);
    width: 2px;
    left: 50%;
}

.statistics_informationwber .statistics_upsidesEmeR {
    margin-bottom: 25px;
    color: #000000;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 30px;
}

.statistics_informationwber .statistics_winspycE {
    font-size: 13px;
    color: #000000;
    line-height: 1.7;
}

.statistics_informationwber .key_prosD318 {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
}

.statistics_informationwber .statistics_value9znt:nth-child(even) {
    margin-top: 60px;
}

.statistics_informationwber .statistics_value9znt::before {
    z-index: -1;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    position: absolute;
    height: 100%;
    top: 0;
    transform: translateZ(-10px);
    width: 100%;
    content: "";
    left: 0;
}

.statistics_informationwber .statistics_value9znt:hover h4 {
    transform: translate(-50%, -50%) scale(1.1);
    color: rgb(188,173,205);
}

.statistics_informationwber .statistics_value9znt span {
    font-weight: 600;
    text-align: center;
    left: 0;
    transition: all 0.3s ease;
    padding: 0 20px;
    color: #000000;
    font-size: 13px;
    z-index: 3;
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.statistics_informationwber svg path {
    fill: rgb(188,173,205);
}

.course_beneficiariesHeZK {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(45deg, rgb(221,217,227) 0%, rgb(148,115,181,0.5) 100%);
    overflow: hidden;
}

.course_beneficiariesHeZK::after {
    left: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(188,173,205,0.5) 0,
            rgb(188,173,205,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(148,115,181,0.5) 0,
            rgb(148,115,181,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.1;
    z-index: 0;
    height: 100%;
}

.course_beneficiariesHeZK .student_voice9U2H:hover {
    transform: translateY(-10px);
}

.course_beneficiariesHeZK h4 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    padding: 35px 30px;
    background: linear-gradient(120deg, rgb(188,173,205) 0%, rgb(148,115,181) 100%);
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0;
    position: relative;
}

.course_beneficiariesHeZK div {
    background: #ffffff;
    padding: 40px;
}

.course_beneficiariesHeZK div p {
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 400;
    align-items: center;
    line-height: 1.6;
    display: flex;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.course_beneficiariesHeZK div p:hover {
    border-color: rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.course_beneficiariesHeZK div p:hover::before {
    width: 8px;
}

.course_beneficiariesHeZK div p:hover::after {
    opacity: 1;
}

.course_beneficiariesHeZK div p svg {
    width: 28px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 28px;
    transition: all 0.3s ease;
    margin-right: 18px;
    min-width: 28px;
}

.course_beneficiariesHeZK div p:hover svg path {
    fill: rgb(148,115,181);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 768px) {.academic_expertisecL4D {
    padding: 80px 0;
}.academic_expertisecL4D .user_ratingsarKt {
    margin: 0 15px;
    padding: 80px 25px 30px;
}.academic_expertisecL4D .img_center_alignCbwD {
    width: 100px;
    height: 100px;
    left: 25px;
}.academic_expertisecL4D .name {
    font-size: 24px;
}.academic_expertisecL4D .career_trajectorybKJY {
    font-size: calc(13px * 0.95);
}.academic_expertisecL4D .career_trajectorybKJY::before {
    width: 20px;
    left: -25px;
}}



@media (max-width: 992px) {.teaching_processWrf4 {
    padding: 5rem 1.5rem;
    min-height: 70vh;
}.teaching_processWrf4 .text_regionGrqU {
    width: 90%;
    padding: 2.5rem;
}.teaching_processWrf4 h2 {
    margin-bottom: 1.8rem;
    font-size: calc(29px * 0.9);
}.teaching_processWrf4 p {
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 576px) {.teaching_processWrf4 {
    padding: 3rem 0.8rem;
}.teaching_processWrf4 .text_regionGrqU {
    padding: 1.5rem;
}.teaching_processWrf4 h2 {
    font-size: calc(29px * 0.7);
    padding-left: 1rem;
    margin-bottom: 1.2rem;
}.teaching_processWrf4 p {
    padding-left: 1rem;
    font-size: calc(14px * 0.9);
}.teaching_processWrf4::before,
    .teaching_processWrf4::after {
    opacity: 0.15;
}.teaching_processWrf4 .text_regionGrqU::before {
    animation-duration: 3s;
}}



@media (min-width: 992px) {.welcome_board9ihQ .student_voice9U2H {
    grid-template-columns: 55% 45%;
    gap: 3rem;
}.welcome_board9ihQ .text_regionGrqU {
    padding: 0 3rem 0 0;
}.welcome_board9ihQ h1 {
    font-size: calc(41px * 1.4);
    margin-bottom: 2rem;
}.welcome_board9ihQ h1::after {
    width: 100px;
}.welcome_board9ihQ .learn_top1MSk p {
    font-size: calc(13px * 1.2);
}.welcome_board9ihQ svg {
    height: 100px;
    width: 100px;
}.welcome_board9ihQ .img_center_alignCbwD {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 20px 100px 20px 80px;
    height: 500px;
    transform-origin: center;
}.welcome_board9ihQ .img_center_alignCbwD:hover {
    transform: scale(1.02) rotate(1deg);
}
}



@media (min-width: 768px) {.course_structureURpX {
    padding: 7rem 0;
}.course_structureURpX .career_classesoMsg {
    transform: perspective(1200px) rotateY(-2deg);
    gap: 0;
    grid-template-columns: 45% 55%;
    transition: transform 0.5s ease;
}.course_structureURpX .career_classesoMsg:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course_structureURpX .img_center_alignCbwD {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course_structureURpX .text_regionGrqU {
    padding: 3.5rem 3rem 3.5rem 4rem;
    transform: translateY(0) translateX(-50px);
    clip-path: none;
}.course_structureURpX .text_regionGrqU h3 {
    font-size: 29px;
    margin-bottom: 2rem;
}.course_structureURpX .text_regionGrqU div {
    max-height: 350px;
}
}



@media (min-width: 1200px) {.course_structureURpX .career_classesoMsg {
    grid-template-columns: 45% 55%;
}.course_structureURpX .text_regionGrqU {
    transform: translateX(-100px);
    padding: 5rem 6rem 5rem 7rem;
}
}



@media (max-width: 767px) {header .header_pageEG3w {
    margin: 0.6rem 0 1rem;
}header .header_pageEG3w svg {
    height: 35px;
}header .header_pageEG3w::before {
    width: 90px;
    height: 90px;
}header .header_pageEG3w::after {
    width: 50px;
    height: 50px;
}header .nav_trainQsJH {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .top_trainmznG {
    font-size: calc(16px - 2px);
    padding: 0.4rem 1rem;
}header .top_trainmznG:first-child {
    margin-left: 2rem;
}header .top_trainmznG:last-child {
    margin-right: 2rem;
}}



@media (max-width: 992px) {.who_we_areQdyT {
    padding: 90px 0;
}.who_we_areQdyT .text_regionGrqU {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 40px 30px;
}.who_we_areQdyT p {
    font-size: 17px;
}.who_we_areQdyT p b {
    font-size: calc(17px * 1.3);
}
}



@media (max-width: 576px) {.who_we_areQdyT {
    padding: 50px 0;
}.who_we_areQdyT .text_regionGrqU {
    padding: 25px 20px;
    border-left-width: 3px;
}.who_we_areQdyT h5 {
    margin-bottom: 10px;
    font-size: calc(18px * 0.85);
}.who_we_areQdyT h5::after {
    height: 2px;
    width: 30px;
}.who_we_areQdyT p {
    font-size: calc(17px * 0.95);
    margin-bottom: 15px;
}.who_we_areQdyT p b {
    font-size: calc(17px * 1.15);
}.who_we_areQdyT ol li {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.who_we_areQdyT::after {
    bottom: -30px;
    right: -30px;
    height: 200px;
    width: 200px;
}}



@media (max-width: 768px) {.contact_form_sectionMmRg {
    padding: 60px 0;
}.contact_form_sectionMmRg .img_center_alignCbwD {
    display: none;
}.contact_form_sectionMmRg h3 {
    font-size: calc(29px * 0.9);
}.contact_form_sectionMmRg .request_card4FzY,
    .contact_form_sectionMmRg .query_helpEIsu {
    padding: 40px 30px;
}.contact_form_sectionMmRg form h3,
    .contact_form_sectionMmRg .query_helpEIsu h4 {
    font-size: calc(21px * 0.9);
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .email_paneliguM {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .whatsapp_grpBgCr {
    padding: 40px 0 20px;
}footer .equity_infoPyg0 {
    gap: 40px;
}footer .nav_trainQsJH h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}



@media (min-width: 992px) {.get_updatesOb5L {
    padding: 6rem 2rem;
}.get_updatesOb5L .student_voice9U2H {
    transform: perspective(1500px) rotateX(1deg) translateZ(0);
    padding: 4rem 5rem;
}.get_updatesOb5L h4 {
    font-size: calc(19px * 1.2);
}.get_updatesOb5L .input_holder input[type="email"],
    .get_updatesOb5L .input_holder .email_paneliguM {
    padding: 1.1rem 1.75rem;
}
}



@media (hover: none) {.get_updatesOb5L .input_holder .email_paneliguM:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: none;
}.get_updatesOb5L .input_holder .email_paneliguM::before {
    display: none;
}
}



@media (prefers-reduced-motion) {.get_updatesOb5L .input_holder input[type="email"],
    .get_updatesOb5L .input_holder .email_paneliguM,
    .get_updatesOb5L .input_holder .email_paneliguM::before {
    transition: none;
}}



@media (max-width: 991px) {.thxContentEQ2p {
    padding: 90px 0 70px;
}.thxContentEQ2p .student_voice9U2H {
    padding: 50px 40px;
}
}



@media (max-width: 767px) {.thxContentEQ2p {
    padding: 70px 0 50px;
}.thxContentEQ2p .student_voice9U2H {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.thxContentEQ2p h5 {
    font-size: calc(22px * 0.95);
}.thxContentEQ2p p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}



@media (prefers-reduced-motion: reduce) {.thxContentEQ2p .student_voice9U2H,
    .thxContentEQ2p .student_voice9U2H::before,
    .thxContentEQ2p .student_voice9U2H > div:first-child::after,
    .thxContentEQ2p a::after {
    transition: none;
}.thxContentEQ2p::after {
    animation: none;
}}



@media (max-width: 991px) {.pricing_suiteJ2ZM {
    padding: 5rem 0;
}.pricing_suiteJ2ZM .learning_packagesj1h2 {
    margin-bottom: 1.5rem;
}.pricing_suiteJ2ZM .fee_structlnzS {
    padding: 0 1rem;
}
}



@media (max-width: 767px) {.pricing_suiteJ2ZM {
    padding: 4rem 0;
}.pricing_suiteJ2ZM .fee_structlnzS h2 {
    font-size: calc(29px * 0.9);
}.pricing_suiteJ2ZM .plan_detailsJFS0 h3 {
    font-size: 19px;
}.pricing_suiteJ2ZM .plan_detailsJFS0 .value_feesC67l {
    font-size: calc(19px * 1.15);
}.pricing_suiteJ2ZM .img_center_alignCbwD {
    height: 160px;
}
}



@media (max-width: 575px) {.pricing_suiteJ2ZM {
    padding: 3rem 0;
}.pricing_suiteJ2ZM .container {
    padding: 0 1.5rem;
}.pricing_suiteJ2ZM .price_panelvuM3 {
    gap: 1.5rem;
}.pricing_suiteJ2ZM .plan_detailsJFS0 {
    padding: 1.5rem;
}.pricing_suiteJ2ZM .img_center_alignCbwD {
    height: 140px;
}
}



@media (max-width: 992px) {.statistics_informationwber {
    padding: 90px 0;
}.statistics_informationwber .gain_studyBnR3 {
    margin-bottom: 60px;
}.statistics_informationwber .key_prosD318 {
    flex-wrap: wrap;
}.statistics_informationwber .statistics_value9znt {
    margin: 10px !important;
    height: 260px;
    width: calc(50% - 20px);
}.statistics_informationwber .statistics_value9znt h4 {
    font-size: 3rem;
}.statistics_informationwber .statistics_value9znt:nth-child(even) {
    margin-top: 0;
}
}



@media (max-width: 576px) {.statistics_informationwber {
    padding: 60px 0;
}.statistics_informationwber .gain_studyBnR3 {
    margin-bottom: 40px;
}.statistics_informationwber .key_prosD318 {
    align-items: center;
    flex-direction: column;
}.statistics_informationwber .statistics_value9znt {
    height: 200px;
    max-width: 300px;
    width: 90%;
    margin: 10px 0 !important;
}.statistics_informationwber .statistics_value9znt h4 {
    font-size: 2.5rem;
}.statistics_informationwber .statistics_value9znt span {
    bottom: 25px;
}}



@media (max-width: 767px) {.course_beneficiariesHeZK {
    padding: 60px 0;
}.course_beneficiariesHeZK h4 {
    padding: 25px 20px;
    font-size: calc(30px - 4px);
}.course_beneficiariesHeZK div {
    padding: 25px 20px;
}.course_beneficiariesHeZK div p {
    padding: 12px 15px;
    margin-bottom: 12px;
}.course_beneficiariesHeZK div p svg {
    height: 20px;
    width: 20px;
    margin-right: 12px;
    min-width: 20px;
}
}



@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}



@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes lineGrow {
    to {
        transform: scaleX(1);
    }
}



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



@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}



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



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



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

