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

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

header,footer {
    width: 100%;
}

header {
    position: relative;
    background: linear-gradient(to right, rgb(194,190,217,0.5), rgb(161,159,195,0.5));
    width: 100%;
    padding: 1.5rem 3%;
    z-index: 100;
}

.title_screenre .edu_leadkV {
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    animation: grid-shuffle 25s ease-in-out infinite;
    height: 100%;
}

.title_screenre .start_frontmL:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
    animation: scale-up 25s infinite ease-in-out;
    animation-delay: 12.5s;
}

.title_screenre .edu_leadkV:has(.start_frontmL:nth-child(2):nth-last-child(1)) {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
}

.title_screenre .edu_leadkV:has(.start_frontmL:nth-child(3):nth-last-child(1)) .start_frontmL:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.title_screenre .start_frontmL img {
    transition: all 0.5s ease;
    margin: -10px;
    filter: grayscale(30%) brightness(0.8);
    object-fit: cover;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
}

.title_screenre .text_stackdv::after {
    border-radius: 10px;
    background-position: 0% 0%;
    z-index: -2;
    filter: blur(8px);
    opacity: 0.5;
    content: "";
    background-image: 
        linear-gradient(90deg, transparent 30%, rgb(194,190,217) 50%, transparent 70%),
        linear-gradient(180deg, transparent 30%, rgb(161,159,195) 50%, transparent 70%);
    inset: -5px;
    position: absolute;
    background-size: 200% 200%;
    animation: border-light 5s linear infinite;
}

.title_screenre .text_stackdv .inquiry_requestvH::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgb(194,190,217),
        rgb(161,159,195),
        rgb(194,190,217)
    );
    left: 0;
    background-size: 200% 100%;
    top: 0;
    position: absolute;
    transition: all 0.5s ease;
    background-position: 0% 0%;
    z-index: -1;
    content: "";
}

.thxPanelez::after {
    transform: rotate(15deg);
    filter: blur(8px);
    content: "";
    background: linear-gradient(45deg, rgb(161,159,195) 0%, transparent 70%);
    z-index: 1;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 20rem;
    bottom: -5%;
    width: 20rem;
    position: absolute;
    left: -5%;
    opacity: 0.09;
}

.thxPanelez h5 {
    color: #000000;
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    transform: translateZ(0);
    font-size: 18px;
}

.thxPanelez a:hover {
    transform: translateY(-3px);
}

.thxPanelez a:hover::before {
    transform: translateY(0);
    opacity: 0.05;
}

.program_offeringsSs::before {
    position: absolute;
    top: 0;
    content: "";
    opacity: 0.4;
    width: 100%;
    left: 0;
    pointer-events: none;
    height: 100%;
    z-index: 2;
    background: 
        radial-gradient(circle at left bottom, rgb(194,190,217,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(161,159,195,0.5) 0%, transparent 30%);
}

.program_offeringsSs .training_pathGc img {
    width: 100%;
    transform: scale(1.1);
    filter: brightness(0.8) saturate(1.2);
    object-fit: cover;
    transition: transform 8s ease;
    height: 100%;
}

.program_offeringsSs .career_readyUd p {
    line-height: 1.6;
    grid-column: 3 / 4;
    font-size: 14px;
    margin: 0;
    opacity: 0.7;
    color: #ffffff;
}

.program_offeringsSs .career_readyUd .inquiry_requestvH:hover {
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.program_offeringsSs .training_pathGc::after {
    z-index: 3;
    box-shadow: 0 0 8px rgb(194,190,217);
    height: 1px;
    left: -100%;
    animation: moving-line 8s linear infinite;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(194,190,217) 50%, 
                transparent 100%);
    top: 30%;
    width: 100%;
}

.meet_uswv::before {
    background: radial-gradient(circle at 10% 20%, rgb(194,190,217,0.5) 0%, transparent 50%);
    animation: pulse 15s infinite alternate;
    z-index: 1;
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
}



.meet_uswv .study_guideEp {
    backdrop-filter: blur(8px);
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 13px;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
}



.meet_uswv .class_proSU {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

.meet_uswv .study_guideEp:hover .study_studioTv::after {
    width: 100px;
}

.meet_uswv .text_stackdv {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 13px;
    transition: transform 0.5s ease;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    transform: perspective(1000px) rotateY(-2deg);
}

.meet_uswv h2 {
    font-size: 31px;
    margin-bottom: 25px;
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
}

.learning_outcomesqz {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(224,222,238) 30%, rgba(rgb(194,190,217,0.5), 0.05) 100%);
}

.learning_outcomesqz .frameky {
    object-fit: cover;
    transform: perspective(1000px) rotateY(-8deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 20px 20px 0 rgba(rgb(194,190,217,0.5), 0.2),
                -15px -15px 0 rgba(rgb(161,159,195,0.5), 0.15);
    height: 100%;
    width: 100%;
}

.learning_outcomesqz ul {
    list-style: none;
    grid-template-columns: 1fr;
    display: grid;
    padding: 0;
    gap: 20px;
    margin: 0;
}

.learning_outcomesqz li:hover {
    transform: translateX(10px);
}

.learning_outcomesqz li:hover::before {
    transform: translateY(-50%) scale(1);
}

.learning_outcomesqz svg {
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
    transform: translateY(-1px);
    height: 24px;
}

.learning_outcomesqz li:hover svg path:first-child {
    transform: translateY(-2px);
}

.connect_with_usQg::after {
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    left: 0;
}

.connect_with_usQg h3 {
    font-weight: 700;
    font-size: 30px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}

.connect_with_usQg .support_reachED {
    padding: 50px;
    position: relative;
    width: 60%;
}

.connect_with_usQg input[type="text"],
.connect_with_usQg textarea {
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px 25px;
    background: rgba(245, 245, 245, 0.5);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    border-radius: 30px;
    width: 100%;
}

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

.connect_with_usQg .inquiry_requestvH:hover::before {
    transform: translateY(0);
}

.connect_with_usQg .feedback_sectionYl::before {
    left: 0;
    content: '';
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    border-radius: 70px 0 0 70px;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}

.connect_with_usQg .request_inquiryFY li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.connect_with_usQg .request_inquiryFY span {
    font-size: 18px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.metrics_summarySI::after {
    opacity: 0.2;
    content: "";
    left: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(194,190,217,0.5) 0%, transparent 12%),
        radial-gradient(circle at 80% 70%, rgb(161,159,195,0.5) 0%, transparent 15%),
        radial-gradient(circle at 60% 20%, rgb(194,190,217,0.5) 0%, transparent 8%);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

.metrics_summarySI .extra_studysa {
    opacity: 0.9;
    position: relative;
    max-width: 700px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    margin-bottom: 70px;
    padding-bottom: 25px;
    line-height: 1.6;
}

.metrics_summarySI .statistics_upgradeMj::after {
    right: -3px;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(194,190,217) 0%, transparent 50%, rgb(161,159,195) 100%);
    border-radius: calc(10px + 3px);
    z-index: -2;
    left: -3px;
    opacity: 0;
    bottom: -3px;
    top: -3px;
}

.metrics_summarySI .stat_item_decor::before,
.metrics_summarySI .stat_item_decor::after {
    content: "";
    position: absolute;
    width: 20px;
    background: rgb(194,190,217);
    height: 1px;
}

.metrics_summarySI .stat_item_decor::before {
    left: 20px;
    top: 20px;
}

.metrics_summarySI .statistics_extrasnq::after {
    border: 1px dashed rgb(161,159,195,0.5);
    position: absolute;
    height: 80px;
    opacity: 0;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 80px;
    top: 50%;
    transition: all 0.3s ease;
}

.give_it_a_tryRe {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(224,222,238);
    position: relative;
}

.give_it_a_tryRe .expert_trackro {
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    border-radius: 26px;
    position: relative;
    z-index: 10;
    padding: 60px;
    flex-direction: row-reverse;
    -webkit-backdrop-filter: blur(10px);
}

.give_it_a_tryRe .inquiry_requestvH:hover {
    transform: scale(1.05);
}

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

.cookie_button.user_trackernV {
    border-color: rgb(194,190,217);
    background-color: rgb(194,190,217);
    color: #ffffff;
}

.cookie_button.learn_agreejX:hover {
    border-color: rgb(194,190,217);
    background-color: rgb(194,190,217);
    color: #ffffff;
}


.confidential_cellIu {
    padding: 50px 20px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    color: #000000;
    background-color: rgb(224,222,238);
}

.confidential_cellIu ul li:before, .confidential_cellIu ol li:before {
    top: 0.5em;
    left: 0;
    background-color: rgb(161,159,195);
    width: 10px;
    content: '';
    position: absolute;
    border-radius: 50%;
    height: 10px;
}

header .top_pagewrapDF {
    flex-direction: column;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 1.5rem;
}

header .head_tutordf {
    position: relative;
    display: flex;
    padding: 0 0 1rem 0;
    justify-content: center;
    text-decoration: none;
}

header .nav_guideBQ {
    display: flex;
    gap: 0.7rem;
    width: 100%;
    max-width: 90%;
    justify-content: center;
    padding-top: 1rem;
    flex-wrap: wrap;
}

header .head_basedS:hover::before {
    width: 100%;
}

footer .discount_ctapF {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    color: #ffffff;
    background-color: rgb(161,159,195);
    position: relative;
    overflow: hidden;
}

footer .info_item {
    padding: 15px 20px 15px 25px;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    overflow: hidden;
    border-radius: 0 5px 5px 0;
    background-color: rgb(161,159,195,0.5);
    max-width: 300px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    vertical-align: middle;
    display: inline-block;
    color: #ffffff;
}

footer .fellow_progJO {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

footer .nav_guideBQ h5::before {
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    width: 3px;
    top: 0;
    background-color: rgb(194,190,217);
}

footer .site_primejZ a:hover::before {
    width: 5px;
}

footer .subscribe_holder {
    position: relative;
    background-color: rgb(161,159,195,0.5);
    padding: 30px;
    border-radius: 26px;
}

footer .subscribe_holder p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    line-height: 1.6;
}

footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 14px 16px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

footer .whatsapp_grpIL {
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.education_historyNf::before {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    top: 0;
    left: 0;
    width: 50%;
    background: rgb(194,190,217);
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
}

.education_historyNf:hover .frameky {
    filter: grayscale(0%) contrast(1.2);
    transform: translateX(0%);
}



.education_historyNf:hover .frameky {
    animation: parallax-shift 3s ease-in-out infinite alternate;
}

.education_historyNf .name {
    margin-bottom: 0.7rem;
    font-weight: 700;
    opacity: 0;
    transform: translateX(50px);
    font-size: 40px;
    position: relative;
    animation: slide-left 0.7s forwards 0.2s;
    color: #000000;
}



.education_historyNf .employee_detailsVa::before {
    position: absolute;
    background: linear-gradient(
        to bottom,
        rgb(194,190,217) 0%,
        rgb(161,159,195) 100%
    );
    top: 0;
    height: 100%;
    border-radius: 10px;
    content: "";
    left: 0;
    width: 5px;
}

.education_historyNf:hover .emp_overviewZA > div:nth-child(2) {
    transition-delay: 0.2s;
    transform: translateY(-3px);
}

.price_offeringIX .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 1;
}

.price_offeringIX .study_costsvR h2 {
    color: #000000;
    -webkit-background-clip: text !important;
    color: transparent;
    font-size: 29px;
    background: linear-gradient(90deg, #000000, rgb(194,190,217));
    background-clip: text !important;
    margin-bottom: 15px;
    font-weight: 700;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
}

.price_offeringIX .pricing_optionsQs:hover .learn_feesRx {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(194,190,217,0.5);
}

.price_offeringIX .pay_optionsBc {
    flex-grow: 1;
    z-index: 2;
    padding: 35px 30px;
    flex-direction: column;
    position: relative;
    display: flex;
    overflow: hidden;
}

.price_offeringIX .pay_optionsBc .bundle_priceWH {
    word-break: break-word;
    margin: 5px 0 20px;
    font-weight: 700;
    overflow-wrap: break-word;
    color: rgb(194,190,217);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    font-size: calc(21px + 6px);
}

.price_offeringIX .pricing_optionsQs .frameky::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    content: "";
    right: 0;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
}



@media (max-width: 767px) {.thxPanelez {
    padding: 3rem 0;
}.thxPanelez .expert_trackro {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.thxPanelez h5 {
    font-size: calc(18px * 0.9);
}.thxPanelez p {
    font-size: calc(12px * 0.95);
}.thxPanelez .expert_trackro > div:first-child::after {
    width: 3rem;
}.thxPanelez .expert_trackro:hover > div:first-child::after {
    width: 6rem;
}
}



@media (max-width: 992px) {.meet_uswv {
    padding: 80px 0;
}.meet_uswv .container {
    padding: 0 20px;
}.meet_uswv .expert_trackro {
    gap: 30px;
    grid-template-columns: 1fr;
}.meet_uswv .study_guideEp {
    margin: 0 auto;
    max-width: 400px;
}.meet_uswv .text_stackdv {
    padding: 30px;
    transform: none;
}.meet_uswv h2 {
    font-size: calc(31px * 0.9);
}
}



@media (max-width: 480px) {.meet_uswv {
    padding: 40px 0;
}.meet_uswv .frameky {
    margin-bottom: 15px;
    width: 120px;
    height: 120px;
}.meet_uswv .study_studioTv {
    font-size: calc(19px * 0.9);
}.meet_uswv .pro_classesjg {
    font-size: calc(13px * 0.9);
}.meet_uswv .fast_classesNi {
    font-size: calc(19px * 0.9);
}.meet_uswv h2 {
    font-size: calc(31px * 0.7);
    padding-bottom: 10px;
}.meet_uswv p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}



@media (max-width: 1200px) {.connect_with_usQg .reach_cardRb {
    width: 70%;
}.connect_with_usQg .feedback_sectionYl {
    width: 35%;
}
}



@media (max-width: 768px) {.connect_with_usQg {
    padding: 70px 0;
}.connect_with_usQg h3 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.connect_with_usQg .support_reachED,
    .connect_with_usQg .feedback_sectionYl {
    padding: 30px;
}
}



@media (max-width: 576px) {.connect_with_usQg {
    padding: 50px 0;
}.connect_with_usQg h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.connect_with_usQg .support_reachED,
    .connect_with_usQg .feedback_sectionYl {
    padding: 25px 20px;
}.connect_with_usQg input[type="text"],
    .connect_with_usQg textarea {
    margin-bottom: 15px;
    padding: 12px 20px;
}.connect_with_usQg .inquiry_requestvH {
    padding: 12px;
    width: 100%;
}}



@media (max-width: 767px) {.give_it_a_tryRe {
    padding: 70px 0;
}.give_it_a_tryRe .expert_trackro {
    padding: 30px;
    flex-direction: column;
    gap: 40px;
}.give_it_a_tryRe .container p {
    width: 100%;
    text-align: center;
    font-size: 18px;
}.give_it_a_tryRe .inquiry_requestvH {
    height: 140px;
    width: 140px;
}
}


@media (max-width: 800px) {.cookie_checkCU {
    flex-direction: column;
    align-items: center;
}.web_trackingXw {
    margin-bottom: 10px;
}.cookie_lockLI {
    text-align: center;
    margin-bottom: 15px;
}.privacy_ctrlns {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .top_pagewrapDF {
    padding: 0.8rem 0.8rem 1rem;
}header .head_tutordf {
    padding: 0 0 0.6rem 0;
}header .head_tutordf svg {
    width: 120px;
}header .nav_guideBQ {
    padding-top: 0.6rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.3rem;
    justify-content: flex-start;
}header .nav_guideBQ::-webkit-scrollbar {
    height: 3px;
}header .nav_guideBQ::-webkit-scrollbar-thumb {
    background: rgb(194,190,217);
    border-radius: 10px;
}header .head_basedS {
    flex-shrink: 0;
    margin-right: 3px;
    white-space: nowrap;
}}



@media (min-width: 1200px) {.price_offeringIX .cost_tablejo {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_offeringIX .study_costsvR h2 {
    font-size: calc(29px + 5px);
}
}



@media (max-width: 767px) {.price_offeringIX {
    padding: 60px 0;
}.price_offeringIX .cost_tablejo {
    grid-template-columns: 1fr;
}.price_offeringIX .pay_optionsBc {
    padding: 25px 20px;
}.price_offeringIX .pricing_optionsQs .frameky {
    height: 180px;
}.price_offeringIX .study_costsvR h2 {
    font-size: calc(29px - 2px);
}
}


    
    @keyframes grid-shuffle {
        0%, 20% {
            transform: rotate(0deg) scale(1.05);
        }
        25%, 45% {
            transform: rotate(3deg) scale(1.1);
        }
        50%, 70% {
            transform: rotate(0deg) scale(1.15);
        }
        75%, 95% {
            transform: rotate(-3deg) scale(1.1);
        }
        100% {
            transform: rotate(0deg) scale(1.05);
        }
    }

@keyframes borderPulse {
    0% {
        border-color: rgb(194,190,217,0.5);
    }
    50% {
        border-color: rgb(161,159,195,0.5);
    }
    100% {
        border-color: rgb(194,190,217,0.5);
    }
}



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

