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

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

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


.homepage_Oa {
    width: 100%;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.homepage_Oa .learn_front_Qo::after {
    position: absolute;
    left: 0;
    content: '';
    z-index: 2;
    bottom: 0;
    pointer-events: none;
    top: 0;
    right: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.05) 0px,
    rgba(255,255,255,0.05) 1px,
    transparent 1px,
    transparent 15px
  );
}

.homepage_Oa p {
    position: relative;
    margin: 0;
    font-size: calc(14px * 1.1);
    font-weight: 400;
    letter-spacing: 0.5px;
    padding-left: 2rem;
    line-height: 1.5;
}

.homepage_Oa h3 {
    padding-right: 4rem;
    font-weight: 600;
    font-size: calc(19px * 1.1);
    opacity: 0.9;
    position: relative;
    margin: 0;
    line-height: 1.4;
}

.who_we_are_y0 {
    z-index: 1;
    overflow: hidden;
    padding: 120px 0 160px;
    position: relative;
}

.who_we_are_y0 .container {
    perspective: 1000px;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
}

.who_we_are_y0 h2::after {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    bottom: -15px;
    content: "";
    transform-origin: left center;
    left: 0;
    height: 4px;
    position: absolute;
    background: rgb(163,190,190);
    transform: scaleX(1);
}

.who_we_are_y0 .text_content_box_6n > div {
    z-index: 2;
    position: relative;
}

.who_we_are_y0 .text_content_box_6n p {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: rgb(163,190,190);
    position: relative;
    display: inline-block;
}

.stay_updated_jf {
    background: linear-gradient(135deg, rgb(117,158,159,0.5) 0%, rgb(163,190,190,0.5) 100%);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
}

.stay_updated_jf {
    padding: 5rem 3rem;
}

.stay_updated_jf .teach_method_7z {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 3rem;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 97% 100%, 0 100%);
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    flex-direction: column;
}

.stay_updated_jf .teach_method_7z {
    align-items: center;
    padding: 4rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 97% 100%, 0 100%);
    justify-content: space-between;
    flex-direction: row;
}

.stay_updated_jf .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.stay_updated_jf .input_holder .sub_backdrop_QZ {
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    background: linear-gradient(to right, rgb(163,190,190), rgb(117,158,159));
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-size: 17px;
    flex: 0 0 auto;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
}

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

.course_structure_tZ h2::after {
    width: 6rem;
    bottom: -1rem;
    animation: expandWidth 4s ease-in-out infinite alternate;
    background: rgb(163,190,190);
    left: 0;
    height: 0.35rem;
    position: absolute;
    transform-origin: left center;
    content: "";
}

.course_structure_tZ .text_content_box_6n::before {
    top: 0;
    position: absolute;
    left: -2rem;
    content: "";
    opacity: 0.5;
    width: 0.3rem;
    height: 100%;
    background: rgb(117,158,159);
}

.teaching_experience_lS {
    background: linear-gradient(170deg, rgb(207,222,223), #ffffff);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.teaching_experience_lS .feedback_corner_T6 {
    max-width: 800px;
    position: relative;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    flex-direction: column;
    padding: 50px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 23px;
    margin: 0 auto;
}

.teaching_experience_lS .feedback_corner_T6:hover .hero_image_cB::before {
    opacity: 1;
}

.teaching_experience_lS .name {
    text-align: center;
    position: relative;
    color: #000000;
    display: block;
    padding-bottom: 10px;
    margin: 5px 0;
    font-weight: 700;
    font-size: 24px;
    order: 1;
}

.teaching_experience_lS span:not(.name) {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: calc(17px * 0.9);
    order: 2;
    font-weight: 600;
    color: rgb(117,158,159);
    text-align: center;
    letter-spacing: 1px;
}

header .container {
    padding: 16px 25px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

header .container:before {
    left: 0;
    opacity: 0.5;
    position: absolute;
    height: 1px;
    bottom: -1px;
    width: 100%;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
}

header .head_wrap_p9:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(163,190,190,0.5),
        transparent
    );
    z-index: -1;
    position: absolute;
    transition: all 0.3s ease;
    content: '';
    opacity: 0;
    transform: scaleY(0);
}

header .nav_train_0W:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}

header .nav_train_0W:hover:after {
    opacity: 0.7;
}

header .nav_train_0W svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    filter: drop-shadow(0 0 3px rgb(163,190,190,0.5));
    height: 45px;
}

.contact_form_section_JH::after {
    top: 0;
    content: "";
    animation: pulse 15s infinite alternate;
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgb(163,190,190,0.5) 0%, transparent 30%);
    height: 100%;
    z-index: 1;
    position: absolute;
}

.feedback_links_mF {
    position: relative;
    justify-content: space-between;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 23px;
    display: flex;
    z-index: 10;
    background: #ffffff;
}

.feedback_links_mF .message_inquiry_uY h3 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: left;
}

.feedback_links_mF .message_inquiry_uY textarea {
    min-height: 150px;
    resize: vertical;
}

.feedback_links_mF .message_inquiry_uY .inquiry_card_wH input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.feedback_links_mF .message_inquiry_uY .inquiry_card_wH input[type="checkbox"]:checked + label::before {
    background: rgb(163,190,190);
    border-color: rgb(163,190,190);
}

.feedback_links_mF .message_inquiry_uY .inquiry_card_wH a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(163,190,190);
}

.feedback_links_mF .message_inquiry_uY .support_block_fc:hover::before {
    left: 0;
}

.feedback_links_mF .query_help_9C {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(163,190,190,0.5) 0%, rgb(207,222,223) 100%);
    position: relative;
    padding: 50px;
    flex: 0 0 40%;
}

.feedback_links_mF .query_help_9C h4::after {
    left: 0;
    background: rgb(163,190,190);
    bottom: -15px;
    height: 3px;
    position: absolute;
    border-radius: 10px;
    content: "";
    width: 60px;
}

.feedback_links_mF .query_help_9C .request_reach_fd li svg path {
    transition: all 0.3s ease;
    fill: rgb(163,190,190);
}

.cookieUsageContainer_IG {
    position: fixed;
    z-index: 90;
    width: 100%;
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(163,190,190,0.5);
    border-top: 2px solid rgb(163,190,190);
    background: rgb(117,158,159);
    animation: slideIn 0.5s ease-in-out;
}

.data_comply_eP {
    min-width: 300px;
    color: #ffffff;
    flex: 1;
}

.cookie_layer_qR:hover {
    background: rgb(117,158,159);
    box-shadow: 0 0 20px rgb(117,158,159,0.5);
}

.cookieUsageContainer_IG p a:hover {
    color: rgb(117,158,159);
}


.privacy_quarters_AX {
    background: linear-gradient(140deg, rgb(207,222,223) 0%, rgb(207,222,223) 85%, rgba(rgb(163,190,190,0.5), 0.05) 100%);
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 5rem 1.5rem;
}

.privacy_quarters_AX {
    padding: 7rem 3rem;
}

.privacy_quarters_AX h2 {
    font-weight: 600;
    position: relative;
    margin-top: 2.5rem;
    padding-left: 1rem;
    color: #000000;
    margin-bottom: 1.25rem;
    font-size: 30px;
}

.privacy_quarters_AX h2 {
    padding-left: 1.5rem;
}

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

.privacy_quarters_AX span {
    line-height: 1.7;
    background: linear-gradient(to right, rgba(rgb(163,190,190,0.5), 0.03), transparent 80%);
    display: block;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 16px;
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: 2px solid rgba(rgb(163,190,190,0.5), 0.3);
}

.price_list_T0 .indv_cost_dE {
    display: flex;
    flex-direction: column;
}

.price_list_T0 .learning_packages_ne h2::after {
    left: 0;
    width: 80px;
    position: absolute;
    bottom: -10px;
    border-radius: 2px;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(117,158,159), rgb(163,190,190));
}

.price_list_T0 .learn_fees_fT:nth-child(3) {
    --i: 3;
}

.price_list_T0 .learn_fees_fT:hover .trial_offers_d8 {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(163,190,190,0.5), 0.1);
}

.price_list_T0 .learn_rates_wB {
    color: rgb(117,158,159);
    position: relative;
    font-weight: 700;
    transition: all 0.3s ease;
    display: block;
    font-size: calc(18px + 4px);
    margin: 20px 0;
}

.price_list_T0 .hero_image_cB::after {
    transition: opacity 0.4s ease;
    content: "";
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    top: 0;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    position: absolute;
    width: 100%;
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}

footer .info_item svg {
    flex-shrink: 0;
    margin-right: 15px;
    fill: #ffffff;
    width: 22px;
    height: 22px;
}

footer .text_main_holder::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    background-color: #ffffff;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    height: 100%;
}

footer .head_lesson_uD h5::after {
    height: 2px;
    content: "";
    background: linear-gradient(90deg, rgb(163,190,190), transparent);
    bottom: -8px;
    left: 0;
    width: 100%;
    position: absolute;
}

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

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

footer .input_holder input[type="email"] {
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    font-size: 15px;
}

footer .intern_opp_Ch {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.study_process_Go::before {
    opacity: 0.2;
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: 
        linear-gradient(90deg, rgb(117,158,159,0.5) 1px, transparent 1px) 0 0 / 20px 100%,
        linear-gradient(0deg, rgb(117,158,159,0.5) 1px, transparent 1px) 0 0 / 100% 20px;
    top: 0;
}

.study_process_Go::before {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        85% 100%,
        0 100%
    );
}



.study_process_Go h2 {
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 29px;
    text-shadow: 
        2px 2px 0 rgb(117,158,159,0.5),
        -2px -2px 0 rgb(163,190,190,0.5);
    position: relative;
    font-weight: 700;
    letter-spacing: 2px;
    padding-left: 1.5rem;
    color: #ffffff;
    display: inline-block;
}

.study_process_Go .text_content_box_6n:hover h2 {
    text-shadow: 
        3px 3px 0 rgb(117,158,159,0.5),
        -3px -3px 0 rgb(163,190,190,0.5);
    transform: translateX(5px);
}

.thanksBlock_hk::before {
    filter: blur(60px);
    content: "";
    top: -10%;
    position: absolute;
    height: 70%;
    animation: floatElement 15s ease-in-out infinite;
    right: -5%;
    z-index: 1;
    background: linear-gradient(220deg, rgb(117,158,159,0.5) 20%, transparent 80%);
    width: 40%;
    transform: rotate(-15deg) skewX(10deg);
}

.thanksBlock_hk .teach_method_7z {
    position: relative;
    opacity: 0;
    padding: 50px;
    overflow: hidden;
    transform: translateY(30px);
    border-radius: 14px;
    animation: slideUp 0.8s forwards 0.5s ease-out;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
}

.thanksBlock_hk span {
    padding-left: 15px;
    border-left: 3px solid rgb(163,190,190,0.5);
    font-family: Arial, sans-serif;
    text-align: left;
    position: relative;
    color: #000000;
    font-size: calc(16px * 1.1);
    line-height: 1.8;
}



@media (max-width: 768px) {.homepage_Oa .learn_front_Qo {
    min-height: 450px;
}.homepage_Oa .mentor_values_jp {
    padding: 1.5rem;
}.homepage_Oa .title_style_header {
    font-size: 37px;
}.homepage_Oa p {
    padding-left: 1.5rem;
}.homepage_Oa p::before {
    width: 8px;
}.homepage_Oa .title_style_header::after {
    height: 3px;
    width: 60px;
}
}



@media (max-width: 480px) {.who_we_are_y0 {
    padding: 60px 0 100px;
}.who_we_are_y0 .text_content_box_6n {
    padding: 25px 20px;
}.who_we_are_y0 h2 {
    margin-bottom: 30px;
    font-size: 2rem;
}.who_we_are_y0 h2::after {
    bottom: -8px;
    width: 50px;
}.who_we_are_y0 .text_content_box_6n p {
    font-size: 1.125rem;
}
}



@media (hover: none) {.stay_updated_jf .input_holder .sub_backdrop_QZ:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: none;
}.stay_updated_jf .input_holder .sub_backdrop_QZ:hover::before {
    left: -100%;
}.stay_updated_jf .input_holder input[type="email"]:focus {
    transform: none;
}
}



@media screen and (min-width: 1200px) {.course_structure_tZ h2 {
    transform: translateX(-1rem);
}.course_structure_tZ .tech_skills_40 {
    gap: 5rem;
}.course_structure_tZ .hero_image_cB {
    height: 550px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}.course_structure_tZ .description {
    max-height: 550px;
}
}



@media (max-width: 768px) {.teaching_experience_lS {
    padding: 70px 0;
}.teaching_experience_lS .feedback_corner_T6 {
    padding: 40px 30px;
}
}



@media (max-width: 576px) {.teaching_experience_lS {
    padding: 50px 0;
}.teaching_experience_lS .feedback_corner_T6 {
    padding: 30px 20px;
}.teaching_experience_lS .career_experience_A6 {
    margin-top: 20px;
    padding: 15px 20px;
}}



@media screen and (max-width: 992px) {.contact_form_section_JH {
    padding: 80px 0;
}.feedback_links_mF {
    flex-direction: column;
}.feedback_links_mF .message_inquiry_uY,
    .feedback_links_mF .query_help_9C {
    width: 100%;
    flex: 0 0 100%;
}.feedback_links_mF .message_inquiry_uY::before {
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(117,158,159,0.5), transparent);
    top: auto;
    right: 0;
}
}


@media only screen and (max-width: 1200px) {.cookieUsageContainer_IG {
    padding: 20px;
}.cookie_frame_SW {
    padding: 20px 2%;
}
}


@media only screen and (max-width: 800px) {.cookie_ack_7U {
    display: none;
}.cookie_frame_SW {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.data_comply_eP {
    margin-bottom: 20px;
    text-align: center;
}.cookieUsageContainer_IG h5, .cookieUsageContainer_IG p {
    text-align: center;
}.cookie_layer_qR {
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}}



@media (max-width: 767px) {.price_list_T0 {
    padding: 60px 0;
}.price_list_T0 .deal_opts_0h {
    grid-template-columns: 1fr;
    gap: 20px;
}.price_list_T0 .plan_rates_VL {
    padding: 25px 20px;
}.price_list_T0 .hero_image_cB {
    height: 180px;
}.price_list_T0 .learning_packages_ne h2 {
    font-size: calc(30px - 2px);
}.price_list_T0 .pay_plans_n6 {
    font-size: calc(12px - 1px);
}
}



@media (max-width: 767px) {footer .edu_asknow_QJ {
    padding: 30px 15px 50px;
}footer .head_lesson_uD, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .goal_footer_Po {
    margin-top: 40px;
}
}



@media (max-width: 576px) {.study_process_Go {
    padding: 3rem 0.8rem;
}.study_process_Go .text_content_box_6n {
    padding: 1.5rem;
}.study_process_Go h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.2rem;
    padding-left: 1rem;
}.study_process_Go p {
    padding-left: 1rem;
    font-size: calc(18px * 0.9);
}.study_process_Go::before,
    .study_process_Go::after {
    opacity: 0.15;
}.study_process_Go .text_content_box_6n::before {
    animation-duration: 3s;
}}



@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-15deg) scale(1.1);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}



@keyframes slideUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

