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

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


.test_drive2R {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(215,195,225) 0%, rgb(184,158,202) 100%);
}

.test_drive2R .pro_programZK::before {
    top: 0;
    z-index: 1;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #ffffff 50%, 
        transparent 100%);
    content: '';
    height: 2px;
    animation: scanLine 4s ease-in-out infinite;
    width: 100%;
    box-shadow: 0 0 10px #ffffff;
    position: absolute;
    left: -100%;
}

.test_drive2R h3::before {
    animation: glitchTop 3s infinite linear alternate;
    position: absolute;
    background: transparent;
    text-shadow: 2px 0 rgb(184,158,202);
    left: 2px;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
    content: attr(data-text);
    color: #ffffff;
    top: 0;
    opacity: 0.8;
}

.test_drive2R .form_edulK::after {
    z-index: 2;
    transition: all 0.7s ease;
    width: 8px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    transform: skewX(-20deg);
    left: -100px;
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
}

.user_reviews9i::before {
    width: 100%;
    z-index: 0;
    background: linear-gradient(135deg, transparent 49.5%, rgb(215,195,225,0.5) 49.5%, rgb(215,195,225,0.5) 50.5%, transparent 50.5%);
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
}

.user_reviews9i .alumni_feedbackcN {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
}

.user_reviews9i .success_opinionsv3:nth-child(even) {
    background: linear-gradient(135deg, #ffffff 0%, rgb(237,228,242) 100%);
    transform: translateX(0);
    border-left: 1px solid rgb(184,158,202,0.5);
}

.user_reviews9i .success_opinionsv3:hover .gallery_wrapperPj {
    transform: rotate(15deg);
}

.user_reviews9i .success_opinionsv3 .gallery_wrapperPj::before {
    opacity: 0;
    background: linear-gradient(45deg, rgb(215,195,225,0.5), transparent 70%);
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    position: absolute;
    content: "";
    transition: all 0.3s ease;
}

.user_reviews9i .success_opinionsv3 p {
    transition: all 0.4s ease;
    padding: 0 1rem;
    color: #000000;
    position: relative;
    line-height: 1.7;
    margin-top: 1rem;
    max-width: 100%;
    font-size: 13px;
    text-align: center;
}

.program_detailsRx::after {
    background: radial-gradient(circle, rgb(215,195,225) 0%, transparent 70%);
    top: -50px;
    position: absolute;
    filter: blur(30px);
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    right: -50px;
    opacity: 0.15;
    animation: float 15s infinite ease-in-out;
}

.program_detailsRx h2::after {
    content: "";
    bottom: -12px;
    width: 80px;
    height: 3px;
    animation: expand 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: linear-gradient(90deg, rgb(184,158,202) 0%, transparent 100%);
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
}

.program_detailsRx .description {
    margin-bottom: 1.5rem;
    color: #000000;
    padding-left: 1rem;
    font-size: 15px;
    position: relative;
    line-height: 1.7;
}

.privacy_unitHx {
    font-family: Arial, sans-serif;
    flex-direction: column;
    color: #ffffff;
    gap: 30px;
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, rgb(215,195,225), rgb(184,158,202));
    padding: 50px;
}

.privacy_unitHx ul li, .privacy_unitHx ol li {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 18px;
}

.contact_boxyD .gallery_wrapperPj {
    filter: grayscale(100%) contrast(120%);
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    opacity: 0.12;
}

.support_infoTB .message_support6y h3 {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 40px;
    color: #000000;
}

.support_infoTB .message_support6y input[type="text"],
.support_infoTB .message_support6y textarea {
    margin-bottom: 25px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    padding: 16px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
    background: rgba(245, 245, 245, 0.5);
    border: none;
}

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

.support_infoTB .message_support6y .feedback_inforj:hover::before {
    height: 100%;
}

.support_infoTB .connect_reachQV::before {
    position: absolute;
    z-index: -1;
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
}

.support_infoTB .connect_reachQV .reach_boxwD li svg path {
    fill: rgb(215,195,225);
    transition: all 0.3s ease;
}

.support_infoTB .connect_reachQV .reach_boxwD li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
}

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

.consentNotificationBoxw6 p a {
    text-decoration: none;
    color: rgb(215,195,225);
}

.inner-container5M .cookie_eductrltT {
    justify-content: space-between;
    padding: 40px 0;
}

.inner-container5M .track_optinLZ h5 {
    font-weight: 700;
}

.inner-container5M .track_optinLZ h5, .inner-container5M .track_optinLZ p {
    color: #ffffff;
}

footer .cookie_ctrlUO {
    z-index: 1;
    position: relative;
}

footer .info_item {
    border-radius: 10px;
    padding: 15px;
    align-items: center;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    display: flex;
    background-color: rgb(237,228,242);
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item a:hover {
    color: rgb(215,195,225);
}

footer .nav_beginqj, footer .header_tutoruy, footer .subscribe_holder {
    transition: all 0.5s ease;
    border-radius: 15px;
    padding: 30px;
    transform-origin: center center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform-style: preserve-3d;
    position: relative;
}

footer .nav_beginqj {
    z-index: 2;
    background-color: #ffffff;
    transform: translateZ(0) scale(1);
}

footer .header_tutoruy h5 {
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .top_trainsE a {
    text-decoration: none;
    padding: 5px 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

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

footer .footer_subscribe78 {
    margin-top: 60px;
    position: relative;
    text-align: center;
}

.course_rewardsp9 {
    background: linear-gradient(135deg, rgba(rgb(237,228,242), 0.95), rgba(rgb(215,195,225,0.5), 0.15));
    padding: 120px 0;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}

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

.course_rewardsp9 .pro_programZK {
    gap: 40px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: rotateX(2deg) rotateY(-2deg);
}

.course_rewardsp9 .gallery_wrapperPj {
    display: block;
    border-radius: 14px;
    height: auto;
    width: 100%;
    object-fit: cover;
    transition: filter 0.5s ease;
}

.course_rewardsp9 li:hover {
    transform: translateX(5px);
}

.course_rewardsp9 li:hover::before {
    height: 100%;
}

.course_rewardsp9 li svg {
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
    transform: translateY(-2px);
    margin-right: 16px;
    flex-shrink: 0;
}

.title_portalj7 > div {
    max-width: 1200px;
    gap: 2rem;
    width: 100%;
    grid-template-columns: 1fr;
    display: grid;
}

.title_portalj7 p {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: clamp(1rem, 2vw, 12px);
    max-width: 600px;
    animation: fade-in 1.4s ease-out;
}

.title_portalj7 .knowledge_studio4w {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 26px;
    min-height: 320px;
}

.title_portalj7 .knowledge_studio4w:hover span {
    transform: translateY(-5px);
}

.thanksPageA8 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgb(215,195,225,0.5) 100%);
    position: relative;
    padding: 120px 0;
}

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

.thanksPageA8 h2::after {
    border-radius: 10px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    height: 3px;
    background: rgb(215,195,225);
    left: 50%;
    width: 80px;
}

.thanksPageA8 .pro_programZK::after {
    width: 160px;
    position: absolute;
    right: 20px;
    opacity: 0.2;
    content: "";
    transform: translateY(-10px);
    top: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(215,195,225,0.5) 0%, transparent 70%);
    height: 160px;
}

.instructor_profiley7::before {
    position: absolute;
    z-index: 0;
    width: 200px;
    content: "";
    top: -50px;
    background: rgb(184,158,202,0.5);
    border-radius: 50%;
    height: 200px;
    animation: float 8s ease-in-out infinite;
    filter: blur(40px);
    right: -50px;
}

.instructor_profiley7 .success_opinionsv3:hover .gallery_wrapperPj {
    box-shadow: 20px 20px 0 rgb(184,158,202);
    transform: translateY(0);
}

.instructor_profiley7 .name {
    margin-bottom: 10px;
    color: rgb(215,195,225);
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 38px;
    position: relative;
}

.instructor_profiley7 .career_projectsm9 {
    line-height: 1.6;
    position: relative;
    font-size: calc(17px + 2px);
    color: #000000;
    border-left: 3px solid rgb(184,158,202,0.5);
    padding-left: 20px;
    font-style: italic;
}

.who_we_arefF::after {
    opacity: 0.8;
    filter: blur(50px);
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(215,195,225,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(184,158,202,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: 1;
    content: "";
}

.who_we_arefF .path_impactch::before {
    left: 50%;
    z-index: 1;
    content: "";
    position: absolute;
    width: 2px;
    background: linear-gradient(to bottom, 
        transparent 0%,
        rgb(215,195,225,0.5) 10%, 
        rgb(215,195,225) 50%,
        rgb(184,158,202) 50%,
        rgb(184,158,202,0.5) 90%,
        transparent 100%);
    height: 100%;
    top: 0;
}

.who_we_arefF .academy_learnings7a::before {
    background: rgb(215,195,225);
    height: 20px;
    width: 20px;
    content: "";
    z-index: 3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
}

.who_we_arefF .academy_learnings7a::after {
    height: 2px;
    content: "";
    width: 35px;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    top: 50%;
}

.who_we_arefF .academy_learnings7a:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: scale(1.03) translateY(-5px);
    z-index: 4;
}

.who_we_arefF .academy_learnings7a:nth-child(2) h3::after {
    background: linear-gradient(90deg, rgb(184,158,202), transparent);
}

.who_we_arefF .academy_learnings7a:hover h3::after {
    width: 70%;
}

.who_we_arefF .container::before,
.who_we_arefF .container::after {
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    filter: blur(60px);
    background: linear-gradient(45deg, rgb(215,195,225,0.5), transparent);
    content: "";
    opacity: 0.2;
    z-index: 0;
    width: 250px;
    height: 250px;
    animation: floatAnim 15s linear infinite alternate;
    position: absolute;
}

.who_we_arefF .container::before {
    left: -150px;
    top: 10%;
}

header .head_mainwrap5H {
    display: flex;
    align-items: center;
    padding: 1.3rem 3rem;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

header .nav_beginqj:hover {
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

header .header_tutoruy::before {
    transition: all 0.6s ease;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    background: linear-gradient(135deg, rgb(215,195,225,0.5) 0%, transparent 100%);
    left: -5%;
    opacity: 0.1;
    width: 110%;
    z-index: -1;
    top: -5%;
    content: '';
    position: absolute;
    height: 110%;
}

header .head_coreY6 a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .head_coreY6:hover::after {
    transform: translateX(-50%) scale(1);
}

header .head_mainwrap5H::after {
    height: 150px;
    width: 150px;
    content: '';
    position: absolute;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(184,158,202,0.5) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0.1;
    bottom: -75px;
    left: -75px;
}

.plan_cardSH .skill_pricingGH {
    display: flex;
    flex-direction: column;
}

.plan_cardSH .price_panelT1 {
    transform: translateY(20px);
    text-align: center;
    opacity: 0;
    margin-bottom: 3rem;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
}

.plan_cardSH .value_pricingdO {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin-top: 2rem;
    gap: 2rem;
}

.plan_cardSH .payment_plansef:nth-child(3) {
    animation-delay: 0.6s;
}

.plan_cardSH .study_subdq {
    transition: all 0.4s ease;
    overflow: hidden;
    height: 100%;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    position: relative;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    display: flex;
    border-radius: 4px;
}

.plan_cardSH .gallery_wrapperPj {
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
}

.program_detailsRx .text_area_wrapdk::-webkit-scrollbar {
    width: 6px;
}

.program_detailsRx .text_area_wrapdk::-webkit-scrollbar-track {
    background: rgba(rgb(215,195,225,0.5), 0.1);
    border-radius: 3px;
}

.program_detailsRx .text_area_wrapdk::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgb(215,195,225);
}



@media (max-width: 1200px) {.user_reviews9i .success_opinionsv3 {
    padding: 2.5rem;
}.user_reviews9i .success_opinionsv3 .gallery_wrapperPj {
    width: 100px;
    height: 100px;
}
}



@media (min-width: 992px) {.program_detailsRx {
    padding: 160px 0 120px;
}.program_detailsRx h2 {
    font-size: calc(30px * 1.2);
    max-width: 70%;
    margin-bottom: 4rem;
}.program_detailsRx .study_trackNH {
    gap: 5rem;
}.program_detailsRx .gallery_wrapperPj {
    height: 450px;
}.program_detailsRx .text_area_wrapdk {
    max-height: 450px;
    padding: 0 2rem 0 3rem;
}.program_detailsRx .description {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}.program_detailsRx h2::after {
    width: 150px;
}.program_detailsRx .gallery_wrapperPj::after {
    width: 50%;
    height: 50%;
}
}



@media screen and (max-width: 992px) {.contact_boxyD {
    padding: 80px 0;
}.support_infoTB {
    flex-direction: column;
}.support_infoTB .message_support6y {
    width: 100%;
    clip-path: none;
}.support_infoTB .connect_reachQV {
    clip-path: none;
    width: 100%;
    margin-left: 0;
}
}


@media only screen and (max-width: 800px) {.cookie_updates8r {
    display: none;
}.cookie_eductrltT {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.consentNotificationBoxw6 h5 {
    text-align: center;
}.consentNotificationBoxw6 p {
    text-align: center;
}.track_optinLZ {
    margin-bottom: 20px;
}body .inner-container5M .secure_cookieseb {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media screen and (min-width: 768px) {.course_rewardsp9 .pro_programZK {
    align-items: stretch;
    flex-direction: row;
}.course_rewardsp9 .pro_programZK > div:first-child {
    max-height: 480px;
    width: 45%;
}.course_rewardsp9 .gallery_wrapperPj {
    height: 100%;
}.course_rewardsp9 .text_area_wrapdk {
    align-items: center;
    width: 55%;
    display: flex;
}.course_rewardsp9 ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.title_portalj7 {
    padding: 4rem 1.5rem;
}.title_portalj7 h1.start_introqp {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
}.title_portalj7 .knowledge_studio4w span {
    padding: 1.5rem;
}.title_portalj7 .knowledge_studio4w h3 {
    font-size: 1.1rem;
}
}



@media (max-width: 480px) {.thanksPageA8 {
    padding: 40px 0;
}.thanksPageA8 h2 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.6);
}.thanksPageA8 .pro_programZK {
    padding: 25px 15px;
}.thanksPageA8 span {
    padding-left: 10px;
    border-left: 2px solid rgb(215,195,225,0.5);
}}



@media screen and (max-width: 1200px) {.who_we_arefF .academy_learnings7a:nth-child(1) {
    transform: translateX(-20px);
}.who_we_arefF .academy_learnings7a:nth-child(2) {
    transform: translateX(20px);
}.who_we_arefF .academy_learnings7a:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-20px);
}.who_we_arefF .academy_learnings7a:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(20px);
}
}



@media (min-width: 1400px) {header .head_mainwrap5H {
    max-width: 1320px;
    margin: 0 auto;
}header .head_coreY6 {
    margin: 0 0.7rem;
}header .head_coreY6 a {
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 991px) {header .head_mainwrap5H {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav_beginqj {
    padding: 0.7rem;
    margin-bottom: 0;
    margin-right: 0;
}header .header_tutoruy {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .head_coreY6 a {
    font-size: calc(13px - 1px);
    padding: 0.6rem 1rem;
}header .header_tutoruy::before {
    display: none;
}
}



@media (min-width: 992px) {.plan_cardSH .skill_pricingGH {
    flex-direction: row-reverse;
}.plan_cardSH .price_panelT1 {
    padding-right: 3rem;
    text-align: left;
    justify-content: center;
    width: 35%;
    flex-direction: column;
    display: flex;
}.plan_cardSH .price_panelT1 h2 {
    text-align: left;
}.plan_cardSH .price_panelT1 h2::after {
    left: 0;
    transform: none;
}.plan_cardSH .skill_offers59 {
    margin: 1.5rem 0 0;
}.plan_cardSH .value_pricingdO {
    width: 65%;
    margin-top: 0;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}



@keyframes pulseGlow {
    0% {
        opacity: 0.05;
        filter: blur(60px);
    }
    50% {
        opacity: 0.1;
        filter: blur(80px);
    }
    100% {
        opacity: 0.05;
        filter: blur(60px);
    }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(20px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(-10px, 20px) rotate(-3deg);
    }
    75% {
        transform: translate(-15px, -10px) rotate(2deg);
    }
}



@keyframes expand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes title-entry {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes underline-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}



@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

