a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 100%;
    width: 1122px;
    margin: auto;
}

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    position: relative;
    padding: 1rem 0;
    background: rgb(212,217,239);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    width: 100%;
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    background-color: #ffffff;
}

footer .info_item::before {
    content: "";
    opacity: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    border-radius: 3px 0 0 3px;
    left: 0;
    background-color: rgb(170,181,218);
    width: 3px;
    top: 0;
    position: absolute;
}

footer .text_main_holder::before {
    height: calc(100% + 80px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    position: absolute;
    content: "";
    top: -40px;
    z-index: -1;
    border-radius: 24px;
    width: 100%;
    left: 0;
}

footer .nav_skill_vaS h5::after {
    background-color: rgb(170,181,218);
    height: 2px;
    bottom: -7px;
    width: 50px;
    content: "";
    position: absolute;
    left: 0;
}

footer .header_page_lz1 a:hover::after {
    width: 100%;
}

footer .subscribe_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-top: -10px;
    color: #ffffff;
    position: relative;
    margin-left: 40px;
    border-radius: 24px;
    background-color: rgb(170,181,218);
    z-index: 0;
    margin-right: 40px;
    padding: 30px;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

footer .subscribe_access_CGg:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(128,145,197);
}

.teaching_process_CQ9::before {
    position: absolute;
    transform: translateZ(-50px);
    width: 100%;
    pointer-events: none;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(rgb(128,145,197,0.5), 0.03) 60%, transparent 80%),
        radial-gradient(circle at 20% 30%, rgba(rgb(170,181,218,0.5), 0.05) 0%, transparent 60%);
    height: 100%;
    left: 0;
    content: "";
}

.teaching_process_CQ9:hover h2::after {
    transform: scaleX(1.5);
}

.teaching_process_CQ9 .phrase_holder_wiA::before {
    width: 40px;
    opacity: 0.1;
    height: 40px;
    background: linear-gradient(135deg, rgb(170,181,218) 0%, rgb(128,145,197) 100%);
    content: "";
    transform: rotate(-15deg);
    right: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    top: 20px;
}

.test_drive_8XR {
    overflow: hidden;
    margin: 0;
    background: linear-gradient(125deg, rgb(128,145,197,0.5) 0%, rgb(170,181,218,0.5) 100%);
    padding: 6rem 2rem;
    position: relative;
    box-shadow: inset 0 0 70px rgba(rgb(170,181,218), 0.3);
}

.test_drive_8XR .skill_sessions_xOR:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 120px rgba(255, 255, 255, 0.3);
    transform: translateY(-10px);
}

.test_drive_8XR .skill_sessions_xOR::before {
    opacity: 0.5;
    border-radius: 20px;
    inset: 0;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    content: '';
    animation: holoBorderShift 5s ease infinite;
    background-size: 200% 200%;
    position: absolute;
}



.test_drive_8XR h3 {
    z-index: 1;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 31px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    margin-bottom: 2.5rem;
}



.test_drive_8XR h3::before {
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    content: '';
    animation: titleHaloRotate 5s ease-in-out infinite;
    filter: blur(8px);
    border-radius: 50%;
    right: -30px;
    top: -20px;
    opacity: 0.5;
    position: absolute;
    bottom: -20px;
    left: -30px;
    z-index: -1;
}

.test_drive_8XR .request_info_6wd::before {
    animation: buttonSpark 5s ease-in-out infinite;
    left: -50%;
    height: 100%;
    content: '';
    transform: skewX(-25deg);
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    z-index: 0;
    width: 50%;
    top: 0;
}

.test_drive_8XR .request_info_6wd:hover::after {
    opacity: 0.5;
}

.title_board_JnL {
    padding: 2rem;
    display: flex;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    background: linear-gradient(135deg, rgb(170,181,218,0.5), rgb(212,217,239));
    align-items: center;
    min-height: 100vh;
}

.learn_expressfast_84L {
    position: relative;
    max-width: 1200px;
    transform: translateZ(0);
    z-index: 2;
    transform-style: preserve-3d;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.learn_expressfast_84L > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}

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

.learn_expressfast_84L > div:nth-child(2) {
    z-index: 3;
    position: relative;
}

.title_board_JnL .skills_center_9mt:hover {
    transform: translateY(-10px);
    box-shadow: 
    0 30px 60px rgba(0,0,0,0.1),
    0 0 0 1px rgba(0,0,0,0.03);
}

.title_board_JnL .skills_center_9mt:hover h1::before {
    transform: scaleX(1.2);
    width: 60px;
}

.title_board_JnL .skills_center_9mt > div::before {
    left: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    width: 100%;
}

header .main_site_Ntc {
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    grid-template-columns: 1fr 3fr 1fr;
    display: grid;
    align-items: center;
    gap: 1rem;
}

header .main_know_des svg {
    height: auto;
    transition: all 0.3s ease;
    width: 160px;
}

header .nav_page_fbN {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.4rem 0.8rem;
    font-size: 19px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #000000;
}

.instructor_history_Xkv .feedback_track_X1C:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.instructor_history_Xkv .feedback_track_X1C:hover .img_center_5sI {
    transform: rotate(-5deg);
}

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

.instructor_history_Xkv .feedback_track_X1C:hover .career_table_prt {
    padding-left: 20px;
}

.connect_form_mU1 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(212,217,239);
}

.connect_form_mU1 .img_center_5sI::after {
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(212,217,239) 100%);
}

.connect_form_mU1 form h3 {
    text-shadow: none;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: normal;
    color: #000000;
    text-transform: none;
    text-align: left;
}

.connect_form_mU1 textarea {
    resize: none;
    height: 120px;
}

.connect_form_mU1 .feedback_query_R5j label {
    position: relative;
    font-size: 12px;
    cursor: pointer;
    line-height: 1.5;
    padding-left: 35px;
    color: #000000;
}

.connect_form_mU1 .feedback_query_R5j a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(170,181,218);
    transition: all 0.3s ease;
}

.connect_form_mU1 .reach_box_2Zq:hover {
    transform: translateY(-3px);
    background: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.connect_form_mU1 .support_map_gPy h4 {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 23px;
    color: #ffffff;
    letter-spacing: 1px;
}

.connect_form_mU1 .message_widget_oU1 li:last-child {
    margin-bottom: 0;
}

.connect_form_mU1 .message_widget_oU1 svg path {
    fill: rgb(170,181,218);
}

.connect_form_mU1 .message_widget_oU1 a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

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

.confidential_armory_PoT h1 {
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #000000;
    position: relative;
    transform: translateX(-0.5rem);
    font-size: 46px;
    padding-bottom: 1rem;
}

.confidential_armory_PoT h3 {
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    padding-bottom: 0.75rem;
    margin: 2rem 0 1.2rem;
    font-size: calc(28px * 0.85);
}

.confidential_armory_PoT p strong {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.confidential_armory_PoT span {
    border-left: 2px solid rgb(128,145,197,0.5);
    padding-left: 1rem;
    display: block;
    line-height: 1.7;
    margin-bottom: 1.75rem;
    font-size: 13px;
    max-width: 95%;
}

.cookie_notice_W4F {
    gap: 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
}

.data_policy_frR {
    filter: drop-shadow(0 0 10px rgb(170,181,218));
    display: flex;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
    justify-content: center;
}

.cookieNotificationBar_oxD p a {
    color: rgb(170,181,218);
    transition: color 0.3s ease;
    text-decoration: none;
}

.appCard_Dfq::before {
    opacity: 0.8;
    content: "";
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(170,181,218), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(128,145,197), 0.05) 0%, transparent 60%);
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.appCard_Dfq .skill_sessions_xOR {
    position: relative;
    padding: 3rem;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 15px 35px rgba(#000000, 0.05),
        0 5px 15px rgba(#000000, 0.03);
    overflow: hidden;
    border-radius: 14px;
    background: #ffffff;
    transform: translateZ(5px);
}

.appCard_Dfq li::before {
    box-shadow: 0 0 0 3px rgba(rgb(128,145,197), 0.1);
    height: 8px;
    content: "";
    left: -1.5rem;
    background: rgb(128,145,197);
    width: 8px;
    position: absolute;
    top: 0.5rem;
    border-radius: 50%;
}

.course_offering_bs4 .knowledge_path_7nJ {
    animation: verticalScroll 25s ease-in-out infinite alternate;
    flex-direction: column;
    display: flex;
    width: 100%;
    height: 400%;
}

.course_offering_bs4 .knowledge_path_7nJ {
    width: 400%;
    flex-direction: row;
    animation: horizontalScroll 25s ease-in-out infinite alternate;
    height: 100%;
}

.course_offering_bs4 .knowledge_path_7nJ {
    animation-duration: 20s;
    width: 300%;
}



.course_offering_bs4 .container {
    grid-column: 1;
    display: flex;
    align-items: center;
    z-index: 5;
    position: relative;
    height: 100%;
}

.course_offering_bs4 .container {
    padding: 3rem 0;
    grid-row: 2;
    grid-column: auto;
}

.course_offering_bs4 .career_classes_t9x::after {
    content: "";
    position: absolute;
    background: rgb(170,181,218);
    transform: translateY(-50%) rotate(45deg);
    width: 40px;
    top: 50%;
    height: 40px;
    left: -20px;
}

.course_offering_bs4 .career_classes_t9x::after {
    height: 20px;
    width: 20px;
    left: -10px;
}

.course_offering_bs4 .career_classes_t9x .reach_box_2Zq::before {
    position: absolute;
    top: 0;
    z-index: -1;
    background: rgb(170,181,218);
    content: "";
    height: 100%;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
}

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

.our_team_qKv .phrase_holder_wiA:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_team_qKv .phrase_holder_wiA:hover h1 {
    transform: translateX(0);
}

.our_team_qKv .phrase_holder_wiA:hover h1::after {
    transform: scaleX(1);
}

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

.our_team_qKv h4 {
    font-family: Arial, sans-serif;
    padding-left: 2rem;
    color: rgb(128,145,197);
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: calc(18px * 1.1);
}

.our_team_qKv li:hover span {
    opacity: 1;
}

.our_team_qKv span::before {
    width: 1px;
    top: 0.7em;
    position: absolute;
    background: linear-gradient(to bottom, rgb(170,181,218,0.5), transparent);
    content: "";
    height: calc(100% - 1.4em);
    left: 0;
}

.price_card_deck_r0P .study_fees_eAD {
    animation: fadeInUp 0.8s forwards 0.5s;
    margin: 0 auto 40px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    font-size: calc(14px * 1.1);
    transform: translateY(10px);
    text-align: center;
    max-width: 700px;
    opacity: 0;
}

.price_card_deck_r0P .study_sub_LXC:hover {
    transform: translateY(-10px);
}

.price_card_deck_r0P .study_rates_FBK::before {
    transform: scaleX(0);
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(to right, 
        rgb(170,181,218), 
        rgb(128,145,197));
    height: 5px;
    top: 0;
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.price_card_deck_r0P .study_sub_LXC:hover .pricing_block_KRJ h4::after {
    width: 60px;
}

.price_card_deck_r0P .study_sub_LXC:hover .skill_pricing_19N {
    color: rgb(170,181,218);
}


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



@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}



@media (max-width: 767px) {footer .review_block_8Zz {
    padding: 80px 0 30px;
}footer .connect_section_orK {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .nav_skill_vaS, footer .subscribe_holder {
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px 20px;
}footer .degree_path_uZa {
    margin-top: 40px;
}
}



@media (max-width: 575px) {.teaching_process_CQ9 {
    padding: 50px 0;
}.teaching_process_CQ9 h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.7);
}.teaching_process_CQ9 h2::after {
    width: 60px;
    bottom: -10px;
}.teaching_process_CQ9 p {
    font-size: calc(15px * 0.95);
}.teaching_process_CQ9 .phrase_holder_wiA {
    padding: 25px 20px;
    border-left: 2px solid rgb(170,181,218);
}
}



@media screen and (max-width: 767px) {.test_drive_8XR {
    padding: 4rem 1.2rem;
}.test_drive_8XR .skill_sessions_xOR {
    padding: 3rem 2rem;
}.test_drive_8XR h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.test_drive_8XR .request_info_6wd {
    font-size: calc(18px * 0.95);
    padding: 1rem 2.5rem;
}
}



@media (max-width: 767px) {.title_board_JnL {
    padding: 1.5rem;
}.learn_expressfast_84L > div:first-child {
    padding: 1.5rem;
}.title_board_JnL h3 {
    font-size: calc(18px * 0.8);
}.title_board_JnL h1 {
    font-size: calc(40px * 0.7);
}.title_board_JnL .skills_center_9mt {
    padding: 1.5rem;
}.title_board_JnL p {
    font-size: 13px;
}}



@media (max-width: 992px) {.connect_form_mU1 .img_center_5sI {
    height: 30%;
}.connect_form_mU1 h3 {
    margin-bottom: 50px;
}.connect_form_mU1 .feedback_card_ec6 {
    max-width: 700px;
    flex-direction: column;
    margin: 0 auto;
}.connect_form_mU1 .contact_query_naG,
    .connect_form_mU1 .support_map_gPy {
    width: 100%;
    padding: 40px;
}
}



@media (max-width: 576px) {.connect_form_mU1 {
    padding: 60px 0;
}.connect_form_mU1 .img_center_5sI {
    height: 20%;
}.connect_form_mU1 h3 {
    margin-bottom: 30px;
    font-size: calc(40px * 0.7);
}.connect_form_mU1 .contact_query_naG,
    .connect_form_mU1 .support_map_gPy {
    padding: 25px 20px;
}.connect_form_mU1 input[type="text"],
    .connect_form_mU1 textarea {
    padding: 12px 0;
    margin-bottom: 20px;
}.connect_form_mU1 .reach_box_2Zq {
    padding: 14px 20px;
    width: 100%;
}.connect_form_mU1 .message_widget_oU1 li {
    margin-bottom: 20px;
}.connect_form_mU1 .message_widget_oU1 svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}}


@media only screen and (max-width: 800px) {.data_policy_frR {
    display: none;
}.cookie_notice_W4F {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookieNotificationBar_oxD h5 {
    margin-bottom: 5px;
    font-size: 19px;
}.consent_ack_gTc {
    margin-bottom: 15px;
}.data_approval_Tum {
    margin: 10px 0;
    min-width: 100%;
}}



@media screen and (max-width: 768px) {.course_offering_bs4 .career_classes_t9x {
    padding: 3rem 1.5rem;
}.course_offering_bs4 .career_classes_t9x h3 {
    font-size: 38px;
    margin-bottom: 1.5rem;
}.course_offering_bs4 .career_classes_t9x::after {
    height: 30px;
    width: 30px;
    left: -15px;
}
}



@media (hover: none) {.our_team_qKv .phrase_holder_wiA {
    transform: none !important;
}.our_team_qKv h1 {
    transform: none;
}.our_team_qKv h1::after {
    transform: scaleX(1);
}}



@media (max-width: 991px) {.price_card_deck_r0P {
    padding: 80px 0;
}.price_card_deck_r0P h2 {
    font-size: 33px;
}.price_card_deck_r0P .study_fees_eAD {
    margin-bottom: 30px;
    font-size: 14px;
}.price_card_deck_r0P .study_costs_QTz {
    gap: 20px;
}.price_card_deck_r0P .study_rates_FBK {
    padding: 25px;
}
}

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

@keyframes spectrumPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes titleHaloRotate {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}



@keyframes rotateSlow {
  0% {
    transform: rotate(25deg);
  }
  100% {
    transform: rotate(385deg);
  }
}



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

@keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        30%, 35% {
            transform: translateX(-33.333%);
        }
        60%, 65% {
            transform: translateX(-66.666%);
        }
        95%, 100% {
            transform: translateX(-66.666%);
        }
    }

