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

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

.review_block_8Zz::before {
    height: 120px;
    background: 
        linear-gradient(135deg, rgb(212,217,239) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(212,217,239) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(212,217,239) 25%, transparent 25%),
        linear-gradient(45deg, rgb(212,217,239) 25%, transparent 25%);
    left: 0;
    width: 100%;
    content: "";
    background-color: rgb(170,181,218,0.5);
    background-size: 100px 100px;
    top: 0;
    position: absolute;
}

footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
}

footer .story_spot_LzF {
    line-height: 1.6;
    max-width: 330px;
    font-size: 12px;
    color: #000000;
}

footer .nav_skill_vaS h5 {
    position: relative;
    font-size: 18px;
    color: #000000;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .header_page_lz1 a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 14px;
    padding: 8px 0;
    display: inline-block;
}

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

footer .input_holder {
    position: relative;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

footer .subscribe_access_CGg {
    background-color: #000000;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    padding: 14px 20px;
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
}

.teaching_process_CQ9::after {
    content: "";
    height: 300px;
    right: -10px;
    opacity: 0.07;
    filter: blur(60px);
    width: 300px;
    transform: translateZ(-30px) rotate(-15deg);
    bottom: -10px;
    background: linear-gradient(225deg, rgb(170,181,218) 0%, transparent 70%);
    pointer-events: none;
    position: absolute;
}

.teaching_process_CQ9 h2::after {
    height: 3px;
    width: 80px;
    background: rgb(170,181,218);
    bottom: -15px;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    left: 0;
    position: absolute;
    transform-origin: left;
}

.teaching_process_CQ9:hover .phrase_holder_wiA::before {
    transform: rotate(0deg);
}

.teaching_process_CQ9 p {
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
    line-height: 1.7;
    font-size: 15px;
    z-index: 2;
}



.test_drive_8XR .skill_sessions_xOR {
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 100px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    text-align: center;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    max-width: 950px;
    border-radius: 20px;
    padding: 4rem 3rem;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    display: flex;
    z-index: 5;
    margin: 0 auto;
}



.test_drive_8XR .skill_sessions_xOR::after {
    background: linear-gradient(
        125deg,
        rgb(170,181,218,0.5),
        rgba(255, 255, 255, 0.4),
        rgb(128,145,197,0.5)
    );
    position: absolute;
    content: '';
    opacity: 0.4;
    z-index: -2;
    filter: blur(15px);
    inset: -10px;
    border-radius: 30px;
    animation: spectrumPulse 8s ease-in-out infinite;
}

.test_drive_8XR h3::after {
    content: '';
    width: 60%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    height: 2px;
    animation: lineGlow 3s ease-in-out infinite;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -12px;
}



.test_drive_8XR .request_info_6wd {
    border-radius: 50px;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    background: linear-gradient(125deg, rgb(170,181,218), rgb(128,145,197));
    font-weight: 600;
    letter-spacing: 1.5px;
    display: inline-flex;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    color: #ffffff;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    justify-content: center;
    padding: 1.2rem 3.5rem;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: none;
}

.test_drive_8XR .request_info_6wd::after {
    position: absolute;
    filter: blur(10px);
    opacity: 0;
    z-index: -1;
    content: '';
    inset: -5px;
    transition: opacity 0.4s ease;
    background: linear-gradient(
        125deg,
        rgb(170,181,218),
        rgb(128,145,197)
    );
    border-radius: 55px;
}

.title_board_JnL::after {
    content: "";
    top: -10%;
    transform: rotate(25deg);
    right: -10%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: rotateSlow 30s linear infinite;
    height: 40%;
    opacity: 0.1;
    width: 40%;
    position: absolute;
    background: linear-gradient(225deg, rgb(128,145,197) 0%, transparent 70%);
    z-index: 1;
}

.title_board_JnL h3::after {
    height: 3px;
    left: 0;
    transform: scaleX(0.7);
    content: "";
    transition: transform 0.4s ease-out;
    position: absolute;
    transform-origin: left;
    width: 60px;
    background: rgb(170,181,218);
    bottom: -10px;
}

.title_board_JnL h1::before {
    transform: scaleX(1);
    transform-origin: left;
    position: absolute;
    width: 30px;
    content: "";
    top: -15px;
    background: rgb(170,181,218);
    transition: transform 0.4s ease, width 0.4s ease;
    left: 0;
    height: 5px;
}

.title_board_JnL p {
    transition: transform 0.3s ease;
    z-index: 2;
    transform: translateY(0);
    margin: 0;
    position: relative;
    line-height: 1.6;
    font-size: calc(13px * 1.1);
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

header .main_know_des::after {
    bottom: 0;
    position: absolute;
    left: 50%;
    height: 2px;
    width: 50%;
    content: '';
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(170,181,218), 
        rgb(128,145,197), 
        rgb(170,181,218), 
        transparent);
}

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

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

.instructor_history_Xkv .feedback_track_X1C:hover .name {
    transform: translateX(10px);
}

.instructor_history_Xkv .feedback_track_X1C:hover span:not(.name) {
    transform: translateX(10px);
    color: rgb(170,181,218);
}

.instructor_history_Xkv .career_table_prt::before {
    left: -40px;
    position: absolute;
    height: 2px;
    transform: scaleX(0);
    top: 15px;
    background: rgb(170,181,218);
    transform-origin: right;
    content: "";
    width: 30px;
    transition: transform 0.5s ease;
}

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

.connect_form_mU1 .contact_query_naG {
    flex: 2;
    padding: 60px 50px;
    position: relative;
}

.connect_form_mU1 input[type="text"],
.connect_form_mU1 textarea {
    padding: 15px 0;
    border-radius: 0;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border-bottom: 2px solid rgb(128,145,197,0.5);
    margin-bottom: 30px;
    background: #ffffff;
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
}

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

.connect_form_mU1 .support_map_gPy::before {
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    left: 0;
    content: '';
    width: 100%;
    position: absolute;
}

.connect_form_mU1 .message_widget_oU1 {
    padding: 0;
    list-style: none;
    margin: 0;
}

.connect_form_mU1 .message_widget_oU1 svg {
    flex-shrink: 0;
    width: 24px;
    margin-right: 20px;
    transition: transform 0.3s ease;
    height: 24px;
}

.confidential_armory_PoT {
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(212,217,239) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    color: #000000;
}

.confidential_armory_PoT h1::after {
    bottom: 0;
    height: 4px;
    left: 0;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(170,181,218), rgb(128,145,197));
    content: "";
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.confidential_armory_PoT p {
    font-size: 13px;
    color: #000000;
    max-width: 95%;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.confidential_armory_PoT li {
    line-height: 1.6;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
}

.cookieNotificationBar_oxD {
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    background: rgb(128,145,197);
    position: fixed;
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(128,145,197);
    animation: slideUp 0.5s forwards;
    z-index: 90;
}

.data_approval_Tum {
    color: #000000;
    box-shadow: 0 0 15px rgb(170,181,218);
    background: linear-gradient(90deg, rgb(170,181,218), rgb(128,145,197));
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 18px;
    margin-left: 10px;
    padding: 10px 20px;
    min-width: 140px;
    font-size: 19px;
    white-space: nowrap;
    line-height: 40px;
    text-decoration: none;
    cursor: pointer;
    flex-shrink: 0;
    text-align: center;
}

.appCard_Dfq h2 {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    color: rgb(170,181,218);
    transform: translateZ(10px);
    text-shadow: 0 2px 15px rgba(#000000, 0.05);
    max-width: 90%;
    letter-spacing: -0.02em;
}

.appCard_Dfq .skill_sessions_xOR::after {
    opacity: 0.5;
    width: 40%;
    background-size: 12px 12px;
    background-image: 
        linear-gradient(45deg, rgba(rgb(170,181,218), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(170,181,218), 0.03) 25%, transparent 25%);
    z-index: -1;
    right: 0;
    position: absolute;
    height: 30%;
    bottom: 0;
    content: "";
}

.course_offering_bs4 .lesson_route_vUX:hover .knowledge_path_7nJ {
    animation-play-state: paused;
}

.course_offering_bs4 .program_plan_62f {
    transform: scale(1.1);
    height: 25%;
    transition: transform 0.5s ease;
    position: relative;
    width: 100%;
}

.course_offering_bs4 .program_plan_62f {
    height: 100%;
    width: 25%;
}

.course_offering_bs4 .program_plan_62f {
    width: 33.333%;
}

.course_offering_bs4 .program_plan_62f:hover img {
    filter: saturate(1.2) contrast(1.3);
}

.course_offering_bs4 .skill_sessions_xOR {
    padding-right: 10%;
    width: 100%;
    padding-left: 10%;
}

.course_offering_bs4 .skill_sessions_xOR {
    padding: 0 5%;
}

.course_offering_bs4 .career_classes_t9x:hover::before {
    width: 100%;
}

.course_offering_bs4 .career_classes_t9x h3 {
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 41px;
}

.course_offering_bs4 .career_classes_t9x h3 {
    font-size: calc(38px * 0.9);
    letter-spacing: 1px;
}

.course_offering_bs4 .career_classes_t9x .reach_box_2Zq:hover {
    color: #000000;
}

.our_team_qKv {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

.our_team_qKv::after {
    position: absolute;
    transform: rotate(15deg);
    width: 70%;
    z-index: 2;
    top: -50%;
    height: 200%;
    background: linear-gradient(135deg, rgb(170,181,218,0.5) 0%, transparent 65%);
    content: "";
    right: -25%;
}

.our_team_qKv h1::after {
    transform-origin: left center;
    left: 0;
    width: 80px;
    bottom: -15px;
    background: linear-gradient(to right, rgb(170,181,218), rgb(128,145,197));
    transform: scaleX(0.8);
    position: absolute;
    height: 3px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    content: "";
}

.our_team_qKv span {
    text-align: justify;
    line-height: 1.8;
    hyphens: auto;
    opacity: 0.9;
    padding-left: 2rem;
    font-size: 13px;
    display: block;
    transition: opacity 0.3s ease;
    max-width: 90%;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.price_card_deck_r0P .package_pricing_RSc {
    position: relative;
}

.price_card_deck_r0P h2 {
    color: #ffffff;
    font-size: calc(33px * 1.2);
    opacity: 0;
    text-align: center;
    transform: translateY(10px);
    animation: fadeInUp 0.8s forwards 0.3s;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.price_card_deck_r0P .study_costs_QTz li:nth-child(2) {
    --i: 2;
}

.price_card_deck_r0P .study_sub_LXC {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: inherit;
    height: 100%;
    display: block;
}

.price_card_deck_r0P .study_sub_LXC:hover .study_rates_FBK::before {
    transform: scaleX(1);
}

.price_card_deck_r0P .pricing_block_KRJ h4 {
    position: relative;
    font-size: calc(21px * 1.1);
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 700;
    margin: 0 0 20px;
}

.price_card_deck_r0P .skill_pricing_19N {
    font-weight: 700;
    position: relative;
    font-size: calc(21px * 1.2);
    color: rgb(128,145,197);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 15px;
    display: block;
    margin-top: auto;
    transition: color 0.3s ease;
}



@media (max-width: 576px) {footer .review_block_8Zz {
    padding: 60px 0 20px;
}footer .connect_section_orK {
    margin-bottom: 40px;
    padding: 15px;
    transform: translateY(-20px);
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .nav_mentor_K9N {
    padding: 0 20px;
}footer .nav_mentor_K9N::after {
    right: 20px;
    left: 20px;
}footer .nav_skill_vaS h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .header_page_lz1 a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .subscribe_access_CGg {
    padding: 12px 15px;
}}



@media screen and (max-width: 991px) {.test_drive_8XR {
    padding: 5rem 1.5rem;
}.test_drive_8XR .skill_sessions_xOR {
    padding: 3.5rem 2.5rem;
}.test_drive_8XR h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2.2rem;
}.test_drive_8XR .request_info_6wd {
    padding: 1.1rem 3rem;
}
}



@media (min-width: 992px) {.title_board_JnL {
    padding: 4rem;
}.learn_expressfast_84L {
    gap: 4rem;
}.title_board_JnL h3 {
    font-size: calc(18px * 1.1);
}.title_board_JnL .skills_center_9mt {
    padding: 3rem;
}.learn_expressfast_84L > div:first-child {
    transform: translateZ(40px) translateX(-20px);
}.learn_expressfast_84L > div:first-child:hover {
    transform: translateZ(60px) translateX(-20px) translateY(-5px);
}
}



@media (max-width: 768px) {.instructor_history_Xkv {
    padding: 80px 0;
}.instructor_history_Xkv .feedback_track_X1C {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.instructor_history_Xkv .img_center_5sI {
    height: 100px;
    left: 25px;
    width: 100px;
}.instructor_history_Xkv .name {
    font-size: 18px;
}.instructor_history_Xkv .career_table_prt {
    font-size: calc(15px * 0.95);
}.instructor_history_Xkv .career_table_prt::before {
    left: -25px;
    width: 20px;
}}



@media screen and (max-width: 991px) {.confidential_armory_PoT {
    padding: 4rem 1.5rem;
}.confidential_armory_PoT h1 {
    font-size: calc(46px * 0.9);
}.confidential_armory_PoT h2 {
    font-size: calc(28px * 0.9);
}.confidential_armory_PoT::before {
    width: 50%;
}
}



@media screen and (max-width: 480px) {.confidential_armory_PoT {
    padding: 2.5rem 1rem;
}.confidential_armory_PoT h1::after {
    width: 60px;
}.confidential_armory_PoT h2::before {
    width: 3px;
}.confidential_armory_PoT li {
    padding-left: 1.25rem;
}.confidential_armory_PoT p,
    .confidential_armory_PoT span,
    .confidential_armory_PoT li {
    max-width: 100%;
}}



@media (hover: hover) {.appCard_Dfq .skill_sessions_xOR:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
            0 20px 45px rgba(#000000, 0.07),
            0 5px 20px rgba(#000000, 0.05);
}
}



@media (max-width: 576px) {.appCard_Dfq {
    padding: 3rem 0;
}.appCard_Dfq .container {
    padding: 0 1.5rem;
}.appCard_Dfq h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.7);
}.appCard_Dfq .skill_sessions_xOR {
    padding: 1.5rem;
}.appCard_Dfq li::before {
    left: -1.2rem;
    height: 6px;
    width: 6px;
}}



@media (max-width: 768px) {.our_team_qKv {
    padding: 4rem 0;
}.our_team_qKv .phrase_holder_wiA {
    transform: none;
    padding: 2rem;
}.our_team_qKv h1 {
    margin-bottom: 2rem;
    font-size: calc(47px * 0.9);
}.our_team_qKv span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
    padding-left: 1.5rem;
    max-width: 100%;
}.our_team_qKv h4 {
    padding-left: 1.5rem;
}.our_team_qKv h1::after {
    width: 60px;
    height: 3px;
}
}



@media (max-width: 480px) {.price_card_deck_r0P {
    padding: 50px 0;
}.price_card_deck_r0P h2 {
    font-size: calc(33px * 0.9);
}.price_card_deck_r0P .study_fees_eAD {
    font-size: calc(14px * 0.9);
}.price_card_deck_r0P .study_rates_FBK {
    padding: 20px;
}
}

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

@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        width: 60%;
    }
    50% {
        opacity: 1;
        width: 80%;
    }
}

@keyframes spectrumHorizontal {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}



@keyframes pulseGradient {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
}



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



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

