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


.title_screenre {
    width: 100%;
    background-color: rgb(194,190,217);
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.title_screenre .learn_firstHQ::before {
    pointer-events: none;
    background: linear-gradient(
        0deg,
        rgb(194,190,217,0.5) 0%,
        transparent 50%,
        rgb(194,190,217,0.5) 100%
    );
    position: absolute;
    content: "";
    inset: 0;
    z-index: 2;
}

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

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

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

.title_screenre .start_frontmL::before {
    z-index: 1;
    opacity: 0;
    content: "";
    transition: opacity 0.5s ease;
    background: linear-gradient(
        rgb(194,190,217,0.5),
        transparent
    );
    inset: 0;
    mix-blend-mode: overlay;
    position: absolute;
}

.title_screenre .text_stackdv h1 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    font-size: 41px;
}

.title_screenre .text_stackdv h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 1.2rem;
}

.title_screenre .text_stackdv h1 {
    font-size: calc(41px * 0.6);
    margin-bottom: 1rem;
}

.title_screenre .text_stackdv .inquiry_requestvH {
    font-weight: 600;
    display: inline-block;
    background-color: rgb(194,190,217);
    transition: all 0.5s ease;
    padding: 1rem 2.5rem;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    font-size: 19px;
    color: #ffffff;
    border-radius: 50px;
    z-index: 1;
    position: relative;
    text-decoration: none;
}

.title_screenre .text_stackdv .inquiry_requestvH {
    padding: 0.8rem 2rem;
}

.title_screenre .text_stackdv .inquiry_requestvH {
    padding: 0.7rem 1.7rem;
    font-size: calc(19px * 0.9);
}

.thxPanelez .expert_trackro {
    transform-origin: center bottom;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    display: flex;
    border-left: 4px solid rgb(194,190,217);
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    flex-direction: column;
}

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

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

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

.program_offeringsSs .career_readyUd .inquiry_requestvH::before {
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    transition: width 0.4s ease;
    background: rgb(194,190,217);
    z-index: -1;
}

.program_offeringsSs .training_pathGc:nth-child(2)::after {
    animation-delay: 1s;
    top: 60%;
}

.program_offeringsSs .training_pathGc:nth-child(3)::after {
    top: 45%;
    animation-delay: 2s;
}

.program_offeringsSs .training_pathGc:nth-child(4)::after {
    animation-delay: 3s;
    top: 75%;
}




.program_offeringsSs .expert_trackro::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    opacity: 0.3;
    left: 0;
}

.meet_uswv .expert_trackro {
    grid-template-columns: 1fr 2fr;
    position: relative;
    gap: 40px;
    display: grid;
    align-items: center;
}

.meet_uswv .study_guideEp:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.meet_uswv .frameky::before {
    top: -10px;
    left: -10px;
    right: -10px;
    border: 1px solid rgb(194,190,217,0.5);
    bottom: -10px;
    position: absolute;
    border-radius: 50%;
    content: '';
    animation: rotate 15s linear infinite;
}

.meet_uswv .study_studioTv::after {
    width: 50px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    content: '';
    background: rgb(194,190,217);
    height: 2px;
    bottom: -8px;
}

.meet_uswv .text_stackdv::after {
    border-right: 2px solid rgb(161,159,195);
    content: '';
    right: 20px;
    width: 40px;
    height: 40px;
    position: absolute;
    opacity: 0.5;
    border-bottom: 2px solid rgb(161,159,195);
    bottom: 20px;
}

.meet_uswv h2::after {
    content: '';
    background: linear-gradient(90deg, rgb(194,190,217) 0%, rgb(161,159,195) 100%);
    height: 3px;
    position: absolute;
    transition: width 0.5s ease;
    left: 0;
    width: 80px;
    bottom: 0;
}

.learning_outcomesqz .container {
    position: relative;
    max-width: 1280px;
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    margin: 0 auto;
    padding: 0 20px;
    gap: 60px;
}

.learning_outcomesqz .expert_trackro {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.learning_outcomesqz .text_stackdv::before {
    position: absolute;
    z-index: -1;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    width: calc(100% + 30px);
    border-left: 3px solid rgb(194,190,217);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    height: calc(100% + 30px);
    top: -15px;
    backdrop-filter: blur(10px);
    content: "";
    left: -15px;
}

.learning_outcomesqz svg path {
    transition: fill 0.3s ease, transform 0.3s ease;
    fill: rgb(194,190,217);
}

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

.connect_with_usQg .frameky {
    position: absolute;
    right: 0;
    border-radius: 100px 0 0 100px;
    top: 2.5%;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    width: 45%;
    z-index: 1;
    height: 95%;
}

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

.connect_with_usQg .reach_cardRb::after {
    bottom: -75px;
    position: absolute;
    height: 150px;
    right: -75px;
    background: rgb(161,159,195,0.5);
    width: 150px;
    border-radius: 50%;
    content: '';
    opacity: 0.05;
}

.connect_with_usQg input[type="text"]:focus,
.connect_with_usQg textarea:focus {
    background: rgba(255, 255, 255, 1);
    outline: none;
    border-color: rgb(194,190,217,0.5);
    box-shadow: 0 0 15px rgb(194,190,217,0.5);
}

.connect_with_usQg .help_helpiW label::before {
    border-radius: 50%;
    height: 22px;
    background: #ffffff;
    transition: all 0.3s ease;
    border: 2px solid rgb(194,190,217,0.5);
    content: '';
    left: 0;
    width: 22px;
    position: absolute;
    top: 2px;
}

.connect_with_usQg .inquiry_requestvH:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(194,190,217,0.5);
}

.connect_with_usQg .feedback_sectionYl {
    background: linear-gradient(135deg, rgb(194,190,217), rgb(161,159,195));
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    justify-content: center;
    padding: 50px;
    z-index: 3;
    top: 50%;
    right: 0;
    position: absolute;
    border-radius: 70px 0 0 70px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    width: 40%;
}

.connect_with_usQg .request_inquiryFY svg {
    height: 24px;
    margin-right: 15px;
    transition: transform 0.3s ease;
    margin-top: 3px;
    width: 24px;
    flex-shrink: 0;
}

.metrics_summarySI {
    overflow: hidden;
    padding: 120px 0;
    isolation: isolate;
    position: relative;
}

.metrics_summarySI .knowledge_gainsnC {
    z-index: 4;
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
}

.metrics_summarySI .study_elevationZz::before {
    top: -10px;
    border-radius: 50%;
    position: absolute;
    content: "";
    bottom: -10px;
    left: -10px;
    right: -10px;
    border: 1px dashed rgb(194,190,217,0.5);
    animation: pulse 3s ease-in-out infinite alternate;
}

.metrics_summarySI .extra_studysa::after {
    bottom: 0;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, rgb(194,190,217), rgb(161,159,195));
    left: 50%;
    position: absolute;
    content: "";
    width: 40px;
}

.metrics_summarySI .statistics_upgradeMj:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}

.metrics_summarySI .statistics_upgradeMj:hover::after {
    opacity: 0.3;
}

.metrics_summarySI .stat_item_decor {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0.4;
    width: 100%;
}

.metrics_summarySI .statistics_extrasnq {
    z-index: 1;
    width: 60px;
    position: relative;
    margin-bottom: 25px;
    height: 60px;
    transition: all 0.3s ease;
}

.metrics_summarySI .statistics_extrasnq svg {
    fill: rgb(161,159,195);
    filter: drop-shadow(0 0 5px rgb(161,159,195,0.5));
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
}

.metrics_summarySI .statistics_upgradeMj p {
    position: relative;
    opacity: 0.8;
    color: #555555;
    line-height: 1.4;
    font-size: 12px;
    z-index: 1;
}

.give_it_a_tryRe::after {
    opacity: 0.05;
    z-index: 1;
    top: -50%;
    position: absolute;
    height: 200%;
    background: repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 20px);
    left: -50%;
    content: '';
    width: 200%;
    animation: rotate-bg 120s linear infinite;
}

.give_it_a_tryRe .inquiry_requestvH::after {
    content: '';
    background: rgb(161,159,195);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    inset: 3px;
}

.give_it_a_tryRe .inquiry_requestvH:hover::after {
    background: linear-gradient(135deg, rgb(161,159,195) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.web_trackingXw svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(194,190,217);
    height: 50px;
    width: 50px;
}

.privacy_ctrlns {
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    line-height: 1.5;
    text-decoration: none;
    user-select: none;
    border-radius: 10px;
    border: 1px solid transparent;
    margin-left: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 15px;
    padding: 0.375rem 0.75rem;
}

.confidential_cellIu ul, .confidential_cellIu ol {
    margin-bottom: 20px;
    list-style: none;
    padding-left: 20px;
}

.confidential_cellIu p, .confidential_cellIu span {
    font-size: 17px;
    margin-bottom: 20px;
}

.confidential_cellIu p {
    text-align: justify;
}

header .container {
    position: relative;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
    z-index: 1;
}

header .top_pagewrapDF::before {
    width: 5px;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(194,190,217), rgb(161,159,195));
    top: 0;
    content: '';
    left: 0;
}

header .head_tutordf svg {
    width: 170px;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    transition: all 0.3s ease;
}

header .head_basedS {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0.7rem 1.3rem;
    font-size: 16px;
    text-decoration: none;
    z-index: 1;
    background: rgb(224,222,238);
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-weight: 600;
}

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

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}

footer .info_item a:hover {
    color: rgb(194,190,217);
}

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

footer .nav_guideBQ {
    position: relative;
}

footer .nav_guideBQ h5 {
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    padding-left: 15px;
}

footer .site_primejZ a:hover {
    transform: translateX(5px);
    background-color: rgb(194,190,217,0.5);
    color: #ffffff;
}

footer .subscribe_holder::before {
    pointer-events: none;
    content: "";
    top: 15px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-radius: calc(26px - 8px);
    border: 1px dashed rgba(255, 255, 255, 0.1);
    left: 15px;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(194,190,217);
    background-color: rgba(255, 255, 255, 0.1);
}

footer .email_joinrO:hover {
    background-color: rgb(161,159,195);
}

footer .email_joinrO:hover::after {
    left: 100%;
}

footer .whatsapp_grpIL::before {
    transform: translateX(-50%);
    left: 50%;
    content: "";
    top: -25px;
    height: 1px;
    position: absolute;
    width: 50px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.education_historyNf .frameky {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    width: 45%;
    top: -15%;
    height: 130%;
    border-radius: 0;
    transform: translateX(-5%);
    left: 0;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    filter: grayscale(30%) contrast(1.1);
    position: absolute;
    z-index: 2;
}

.education_historyNf:hover .name::before {
    transform: scaleX(1);
}

.education_historyNf .emp_overviewZA > div:nth-child(2) {
    transform: translateX(50px);
    margin-bottom: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    animation: slide-left 0.7s forwards 0.4s;
    font-size: 22px;
    opacity: 0;
    color: rgb(161,159,195);
}

.education_historyNf:hover .name {
    transition-delay: 0.1s;
    transform: translateY(-5px);
}

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

.price_offeringIX .price_gridMg {
    gap: 60px;
    display: flex;
    flex-direction: column;
}

.price_offeringIX .study_costsvR {
    z-index: 2;
    position: relative;
    transform: translateX(5%);
    order: -1;
    margin-bottom: 20px;
}

.price_offeringIX .study_costsvR:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}

.price_offeringIX .cost_tablejo {
    display: grid;
    perspective: 1000px;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.price_offeringIX .learn_feesRx {
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    transition: box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
}

.price_offeringIX .pricing_optionsQs:hover .pay_optionsBc h3 {
    color: rgb(194,190,217);
    transform: translateY(-2px);
}

.price_offeringIX .pay_optionsBc .bundle_priceWH::after {
    content: "";
    left: 0;
    bottom: -10px;
    height: 2px;
    transition: width 0.4s ease;
    width: 50px;
    position: absolute;
    background: rgb(161,159,195,0.5);
}

.price_offeringIX .pricing_optionsQs .frameky {
    width: 100%;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    height: 220px;
}


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



@media (min-width: 768px) {.thxPanelez {
    padding: 6rem 0;
}.thxPanelez .expert_trackro {
    border-left: 6px solid rgb(194,190,217);
    padding: 4rem;
}.thxPanelez .expert_trackro > div:first-child {
    margin-bottom: 2rem;
}.thxPanelez .expert_trackro > div:first-child::after {
    height: 4px;
    width: 6rem;
}.thxPanelez .expert_trackro:hover > div:first-child::after {
    width: 12rem;
}
}




@media (max-width: 768px) {.program_offeringsSs {
    min-height: 100vh;
}.program_offeringsSs .online_learnHD::after {
    background: linear-gradient(to bottom, 
                    transparent 0%, 
                    #000000 50%);
}.program_offeringsSs .expert_trackro {
    margin-bottom: 0;
}.program_offeringsSs .career_readyUd {
    grid-gap: 1rem;
    padding: 0 1.5rem;
}.program_offeringsSs .career_readyUd h3 {
    font-size: calc(32px * 0.9);
}.program_offeringsSs .career_readyUd span,
    .program_offeringsSs .career_readyUd p {
    font-size: calc(14px * 0.9);
}.program_offeringsSs .career_readyUd .inquiry_requestvH {
    margin-top: 1.5rem;
    width: 100%;
}}



@media (max-width: 768px) {.learning_outcomesqz {
    padding: 60px 0;
}.learning_outcomesqz .container {
    gap: 30px;
}.learning_outcomesqz .frameky {
    transform: none;
    box-shadow: 10px 10px 0 rgba(rgb(194,190,217,0.5), 0.2),
                    -8px -8px 0 rgba(rgb(161,159,195,0.5), 0.15);
    width: 100%;
}.learning_outcomesqz .text_stackdv {
    padding: 20px;
}.learning_outcomesqz .text_stackdv::before {
    top: -10px;
    height: calc(100% + 20px);
    left: -10px;
    width: calc(100% + 20px);
}.learning_outcomesqz h1 {
    font-size: calc(38px * 0.8);
    margin-bottom: 25px;
}.learning_outcomesqz ul {
    gap: 15px;
}
}



@media screen and (max-width: 992px) {.metrics_summarySI {
    padding: 90px 0;
}.metrics_summarySI .extra_studysa {
    margin-bottom: 60px;
}.metrics_summarySI .statistics_upgradeMj {
    min-width: 180px;
}
}



@media screen and (max-width: 576px) {.metrics_summarySI {
    padding: 70px 0;
}.metrics_summarySI .success_factorsjH {
    font-size: calc(28px * 0.9);
}.metrics_summarySI .extra_studysa {
    padding-bottom: 20px;
    margin-bottom: 50px;
    font-size: calc(12px * 0.95);
}.metrics_summarySI .edu_statisticsGm {
    align-items: center;
    flex-direction: column;
}.metrics_summarySI .statistics_upgradeMj {
    min-width: 100%;
    max-width: 100%;
}.metrics_summarySI .statistics_extrasnq {
    height: 50px;
    margin-bottom: 20px;
    width: 50px;
}.metrics_summarySI .statistics_upgradeMj span {
    font-size: 2.2rem;
}.metrics_summarySI .statistics_upgradeMj p {
    font-size: calc(12px * 0.9);
}}



@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .top_pagewrapDF {
    padding: 1rem;
}header .head_tutordf {
    padding: 0 0 0.7rem 0;
}header .head_tutordf svg {
    width: 130px;
}header .nav_guideBQ {
    max-width: 95%;
    padding-top: 0.7rem;
    gap: 0.5rem;
}header .head_basedS {
    padding: 0.5rem 1rem;
    font-size: calc(16px - 1px);
}
}



@media (max-width: 576px) {footer .discount_ctapF {
    padding: 50px 0 20px;
}footer .nav_guideBQ h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
    margin-bottom: 20px;
}footer .header_navbarXv::before, footer .subscribe_holder::before {
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
}footer .input_holder input[type="email"],
    footer .email_joinrO {
    padding: 12px;
}}



@media (max-width: 991px) {.price_offeringIX {
    padding: 80px 0;
}.price_offeringIX .study_costsvR {
    transform: translateX(0);
    text-align: center;
}.price_offeringIX .study_costsvR .cost_planYc {
    margin: 0 auto;
}
}



@keyframes scale-up {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 0.4;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 1;
    }
}



@keyframes scale-down {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 1;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 0.4;
    }
}

@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 rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes slow-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

