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

.desktop_app_52 {
    flex: 0 0 auto;
}

.desktop_app_52 {
    padding: 4rem 0 2rem;
    color: #ffffff;
    position: relative;
}

.top_learning_51 {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

.get_in_touch_27 .query_box_82 {
    overflow: hidden;
    background: rgb(166,182,110,0.5);
    align-items: stretch;
    box-shadow: 0 25px 50px rgb(199,210,156,0.5);
    border-radius: 23px;
    display: flex;
    position: relative;
}

.get_in_touch_27 .feedback_map_54 {
    padding: 4rem 3rem 4rem 10%;
    justify-content: center;
    z-index: 3;
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.get_in_touch_27 .feedback_map_54 h3 {
    position: relative;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #ffffff;
    font-size: 37px;
    padding-bottom: 1rem;
}

.get_in_touch_27 .feedback_map_54 form {
    display: grid;
    gap: 1.5rem;
}

.get_in_touch_27 .feedback_map_54 input:not([type="checkbox"]):not([type="submit"])::after {
    left: 0;
    transition: width 0.3s ease;
    content: '';
    width: 0;
    bottom: -2px;
    height: 2px;
    background: rgb(199,210,156);
    position: absolute;
}

.get_in_touch_27 .feedback_map_54 .request_request_09 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.get_in_touch_27 .feedback_map_54 .request_request_09 input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    content: '✔';
    left: 50%;
    color: #ffffff;
    font-size: 0.8rem;
}

.get_in_touch_27 .feedback_map_54 .request_request_09 a:hover {
    text-decoration: underline;
}

.get_in_touch_27 .feedback_map_54 .feedback_form_16::before {
    width: 200%;
    left: -50%;
    position: absolute;
    opacity: 0;
    content: '';
    top: -50%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(199,210,156,0.5), 
        transparent
    );
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    height: 200%;
}

.training_benefits_26::after {
    position: absolute;
    width: 400px;
    height: 400px;
    bottom: 0;
    opacity: 0.4;
    left: 0;
    filter: blur(60px);
    transform: translate(-30%, 30%);
    animation: float 20s ease-in-out infinite alternate-reverse;
    background: radial-gradient(circle, rgb(166,182,110,0.5) 0%, transparent 70%);
    content: "";
}

.training_benefits_26 .img_cover_87:hover {
    transform: rotate(0) scale(1.02);
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.15),
    -8px -8px 25px rgba(255, 255, 255, 0.8);
}

.training_benefits_26 .section_content_23::before {
    content: "";
    top: -5px;
    right: -5px;
    filter: blur(10px);
    background: linear-gradient(135deg, rgb(199,210,156,0.5), rgb(166,182,110,0.5));
    opacity: 0.3;
    position: absolute;
    left: -5px;
    z-index: -1;
    border-radius: 20px;
    bottom: -5px;
}

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

.training_benefits_26 li::before {
    height: 0;
    width: 3px;
    transition: height 0.3s ease;
    content: "";
    border-radius: 3px;
    left: -10px;
    background: linear-gradient(to bottom, rgb(199,210,156), rgb(166,182,110));
    position: absolute;
    top: 0;
}

.training_benefits_26 svg path {
    fill: rgb(199,210,156);
    transition: fill 0.3s ease;
}

.training_benefits_26 li:hover svg {
    background: linear-gradient(135deg, rgb(199,210,156), rgb(166,182,110));
    border-color: transparent;
    transform: rotate(10deg);
}

.secure_retreat_34 h2 {
    margin-top: 30px;
    color: rgb(166,182,110);
    font-weight: 600;
    padding-bottom: 8px;
    font-family: Arial, sans-serif;
    font-size: 34px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(166,182,110);
}

.secure_retreat_34 ul, .secure_retreat_34 ol {
    list-style-position: inside;
    padding-left: 0;
    margin: 0;
    padding: 10px 0;
}

.secure_retreat_34 section {
    background: #ffffff;
}

.secure_retreat_34 p, .secure_retreat_34 span, .secure_retreat_34 div {
    margin-bottom: 10px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
}

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

.instructor_history_94 .success_reviews_04::before {
    z-index: -1;
    filter: blur(40px);
    position: absolute;
    left: 0;
    border-radius: 24px;
    right: 0;
    content: "";
    transform: translateY(-50%);
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    opacity: 0.3;
    top: 50%;
    height: 90%;
    background: linear-gradient(90deg, rgb(199,210,156,0.5) 0%, transparent 50%);
}

.instructor_history_94 .success_reviews_04:hover .img_cover_87 {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}

.instructor_history_94 .name {
    color: #ffffff;
    transform: translateX(0);
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 80px;
    font-weight: 700;
    grid-area: name;
    align-self: end;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-size: 37px;
    z-index: 3;
    padding-bottom: 10px;
}

.instructor_history_94 .success_reviews_04:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}

.instructor_history_94 .success_reviews_04:hover .career_tasks_70 {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}

.instructor_history_94 .container::after {
    position: absolute;
    content: "";
    height: 300px;
    bottom: -150px;
    z-index: -1;
    filter: blur(70px);
    animation: pulseGlow 10s ease-in-out infinite alternate;
    right: -150px;
    background: radial-gradient(circle, rgb(166,182,110,0.5) 0%, transparent 70%);
    opacity: 0.3;
    width: 300px;
}

.user_testimonials_68 .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1400px;
}

.user_testimonials_68 h2 {
    font-weight: 700;
    color: #000000;
    font-size: 30px;
    max-width: 80%;
    transform: translateX(5%);
    text-align: left;
    margin-bottom: 60px;
    position: relative;
}

.user_testimonials_68 .success_reviews_04 {
    transform: translateY(30px);
    opacity: 0;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    padding: 30px 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    display: flex;
    overflow: hidden;
    animation-delay: calc(0.15s * var(--i, 0));
    justify-content: space-between;
    animation: fadeUpIn 0.6s forwards;
    position: relative;
    flex-direction: column;
    border-radius: 2px;
}

.user_testimonials_68 .success_reviews_04:hover::after {
    transform: scaleX(1);
}

.user_testimonials_68 .success_reviews_04 div {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.user_testimonials_68 .success_reviews_04 h4 {
    position: relative;
    color: #000000;
    font-weight: 600;
    margin: 0;
    font-size: 21px;
}

.user_testimonials_68 .success_reviews_04 .description {
    position: relative;
    font-size: calc(16px - 1px);
    color: #000000;
    z-index: 2;
    margin: 0;
    font-style: italic;
    line-height: 1.6;
}

.user_testimonials_68 a::before {
    transition: left 0.7s ease;
    position: absolute;
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    content: "";
}

header .head_teach_61::before {
    width: 100%;
    z-index: -1;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(166,182,110,0.5) 0%, transparent 60%);
}

header .head_teach_61 .nav_pro_93 .nav_skill_62 svg {
    filter: drop-shadow(0 0 8px #ffffff);
    height: 2.8rem;
    width: auto;
}

header .head_teach_61 .head_master_57::before {
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
}

header .head_teach_61 .head_master_57 .top_primary_89 a::after {
    left: 1.5rem;
    transition: width 0.3s ease;
    width: 0;
    background: rgb(166,182,110);
    height: 2px;
    position: absolute;
    content: "";
    bottom: 0.8rem;
}

#cookieMessageAlert_83 {
    display: none;
}

.track_settings_86 {
    padding: 20px 5%;
    display: flex;
    border: 2px dashed rgb(199,210,156);
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    border-radius: 27px;
    justify-content: space-between;
    gap: 20px;
}

.trackingSettingsPopup_65 p {
    position: relative;
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    color: #ffffff;
}

.privacy_opt_71:hover {
    background-color: rgb(166,182,110);
    box-shadow: 0 0 10px rgb(166,182,110);
}

.cookie_button.consent_comply_92:hover {
    box-shadow: 0 0 10px rgb(166,182,110);
}

.trackingSettingsPopup_65 p a {
    border-bottom: 1px dashed rgb(199,210,156);
    color: rgb(199,210,156);
    transition: color 0.3s ease;
    text-decoration: none;
}

.appDiv_03::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(199,210,156,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(166,182,110,0.5) 0%, transparent 60%);
    left: 0;
    width: 100%;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    z-index: 0;
    top: 0;
    height: 100%;
    content: "";
    pointer-events: none;
    opacity: 0.15;
    position: absolute;
}

.appDiv_03 h2::after {
    transform-origin: left;
    background: rgb(199,210,156);
    content: "";
    left: 0;
    transform: scaleX(0);
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -15px;
}

.appDiv_03 .creds_sect_54:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(15px) rotateX(0deg);
}

.appDiv_03 li span {
    line-height: 1.8;
    opacity: 0;
    font-size: 15px;
    animation: textFadeIn 0.8s 1s forwards ease-out;
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    position: relative;
    transform: translateX(0);
}

.future_students_70::after {
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(199,210,156,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(166,182,110,0.5), 0.2) 0%, transparent 50%);
}

.future_students_70 h3::before {
    right: 0;
    background: rgb(199,210,156);
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width: 10px;
}

.future_students_70 h3::after {
    bottom: -10px;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to left,
        rgb(199,210,156),
        transparent
    );
    right: 0;
}

.future_students_70 li::before {
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(199,210,156,0.5),
        rgb(166,182,110,0.5)
    );
    height: 4px;
    transition: opacity 0.3s ease;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0;
    width: 100%;
}

.future_students_70 li::before {
    left: 0;
    opacity: 0.5;
    top: 0;
    height: 2px;
    position: absolute;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(166,182,110),
        transparent
    );
    transition: opacity 0.3s ease;
    width: 100%;
}

.future_students_70 li svg path {
    fill: rgb(166,182,110);
    transition: fill 0.3s ease;
}

.future_students_70 li:hover svg path {
    fill: rgb(199,210,156);
}

.learning_system_76::before {
    opacity: 0.6;
    content: "";
    z-index: 1;
    background: 
        radial-gradient(circle at 30% 30%, rgb(199,210,156,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(166,182,110,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

.learning_system_76 .creds_sect_54 {
    width: 100%;
    display: flex;
    aspect-ratio: 1 / 1;
    align-items: center;
    max-width: 1000px;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.learning_system_76 h3 {
    background: #ffffff;
    max-width: 600px;
    color: rgb(199,210,156);
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 29px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin: 0 0 20%;
    width: 70%;
    z-index: 3;
    padding: 2rem 3rem;
}

.learning_system_76 span::before {
    background: linear-gradient(135deg, rgb(199,210,156,0.5), rgb(166,182,110,0.5));
    position: absolute;
    filter: blur(5px);
    animation: glowPulse 4s ease-in-out infinite alternate;
    border-radius: inherit;
    content: "";
    z-index: -1;
    opacity: 0.3;
    inset: -5px;
}

.course_summary_53::before {
    content: "";
    background: rgb(199,210,156,0.5);
    filter: blur(120px);
    position: absolute;
    opacity: 0.4;
    left: -100px;
    top: -100px;
    z-index: 0;
    height: 300px;
    animation: floatEffect 15s infinite alternate ease-in-out;
    width: 300px;
}

.course_summary_53 .coding_expert_45 {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.course_summary_53 .section_content_23 {
    margin: 0 15px;
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    transform: translateY(-30px);
    position: relative;
    background: #ffffff;
}

.course_summary_53 .section_content_23 p.description {
    font-weight: 400;
    color: #000000;
    overflow-y: auto;
    opacity: 0;
    padding-right: 15px;
    font-size: 15px;
    animation: fadeUp 0.7s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    max-height: 200px;
    line-height: 1.7;
    position: relative;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
}

.desktop_app_52::before {
    width: 100%;
    left: 0;
    background: rgb(166,182,110);
    height: 3px;
    content: "";
    top: 0;
    position: absolute;
}

.desktop_app_52 .container {
    position: relative;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.desktop_app_52 .company_holder {
    position: relative;
    flex: 1 1 400px;
    padding: 0;
    border-radius: 27px;
}

.desktop_app_52 .company_holder::before {
    height: 100%;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(166,182,110) 25px, rgb(166,182,110) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(166,182,110) 25px, rgb(166,182,110) 26px, transparent 27px, transparent 49px);
    top: 0;
    left: 0;
    border-radius: 27px;
    background-size: 50px 50px;
    opacity: 0.1;
    content: "";
    position: absolute;
    width: 100%;
}

.desktop_app_52 .discuss_cta_82 {
    line-height: 1.6;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 2rem;
    position: relative;
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
}

.desktop_app_52 .contest_info_80 {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.desktop_app_52 .head_master_57 {
    overflow: hidden;
    min-width: 200px;
    position: relative;
    border-radius: 27px;
    flex: 1 1 calc(50% - 1.5rem);
}

.desktop_app_52 .head_master_57 h5::before {
    background: #ffffff;
    border-radius: 50%;
    width: 8px;
    content: "";
    height: 8px;
    display: inline-block;
    margin-right: 10px;
}

.desktop_app_52 .head_master_57 .top_navbar_07 a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    padding: 0.8rem 1rem 0.8rem 2rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    display: block;
}

.desktop_app_52 .head_master_57 .top_navbar_07 a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}

.gift_card_61 .container {
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

.gift_card_61 .container::after {
    right: 15%;
}

.gift_card_61 .converter_17 {
    color: #ffffff;
    border-radius: 30px;
    padding: 0.5rem 2rem;
    position: relative;
    text-align: center;
    display: inline-block;
    background: rgb(199,210,156);
    font-size: 13px;
}

.gift_card_61 .converter_17::after {
    margin-left: 15px;
    left: 100%;
}

.offer_list_35 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    z-index: 1;
}

.offer_list_35 .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.offer_list_35 h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-size: calc(31px * 1.1);
    transform: translateY(0);
}

.offer_list_35 .payment_pricing_67 {
    width: 100%;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    gap: 30px;
}

.offer_list_35 .price_panel_93:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px) scale(1.02);
}

.offer_list_35 .price_panel_93:hover::before {
    transform: translateY(0);
}

.offer_list_35 .trial_pricing_63 {
    height: 100%;
    flex-direction: column;
    display: flex;
}

.offer_list_35 .price_panel_93:hover h4 {
    color: rgb(199,210,156);
}

.offer_list_35 .price_panel_93 h4::after {
    width: 40px;
    left: 0;
    transition: width 0.4s ease, background-color 0.4s ease;
    position: absolute;
    content: "";
    height: 2px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

.offer_list_35 .study_packages_90::before {
    transition: width 0.4s ease, opacity 0.3s ease;
    top: 0;
    height: 2px;
    content: "";
    background-color: rgb(199,210,156);
    left: 0;
    width: 25px;
    position: absolute;
    opacity: 0.6;
}

.help_center_04 {
    position: relative;
    background: linear-gradient(135deg, rgb(233,237,211) 0%, rgb(199,210,156,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.help_center_04 .container {
    position: relative;
    z-index: 1;
}

.help_center_04 .message_page_41 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-rows: auto;
    display: grid;
    gap: 40px;
}

.help_center_04 .online_questions_40:nth-child(1)::before {
    position: absolute;
    height: 8px;
    content: '';
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(199,210,156) 0%, rgb(166,182,110) 100%);
    left: 0;
}

.help_center_04 .online_questions_40 h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgb(199,210,156);
    font-size: 31px;
}

.help_center_04 .course_ask_54 {
    margin-bottom: 30px;
    line-height: 1.7;
    max-width: 90%;
    color: #000000;
}

.help_center_04 .online_questions_40 > p svg path {
    fill: rgb(199,210,156);
}

.help_center_04 .online_questions_40 > p span {
    margin-left: 5px;
    font-weight: 600;
    color: rgb(199,210,156);
}

.help_center_04 .talk_contact_84 h3::before {
    height: 10px;
    position: absolute;
    background: rgb(166,182,110);
    left: 0;
    content: '';
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}

.help_center_04 .online_questions_40 .img_cover_87 {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
}

.help_center_04 .get_help_56 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    gap: 30px;
}

.help_center_04 .get_help_56 svg {
    height: 28px;
    left: 0;
    transition: all 0.3s ease;
    top: 0px;
    position: absolute;
    width: 28px;
}

.help_center_04 .get_help_56 a p {
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.help_center_04 .get_help_56 a:hover p::after {
    width: 100%;
}

.primary_page_70 .start_head_23::before {
    z-index: 1;
    background: linear-gradient(
    135deg,
    rgb(199,210,156,0.5) 0%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.8) 100%
  );
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
}

.primary_page_70 .title_style_header {
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    font-size: clamp(2.5rem, 5vw, 39px);
    opacity: 0;
    animation: slide-in 0.8s cubic-bezier(0.17, 0.67, 0.3, 1.33) 0.2s forwards;
    padding: 1.5rem 0;
    color: #ffffff;
    transform: translateX(-5px);
}

.primary_page_70 p {
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.3, 1.33);
    padding-left: 20px;
    border-left: 3px solid rgb(199,210,156);
    backdrop-filter: blur(4px);
    position: relative;
    transform: translateX(0) translateY(0);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin: 0;
    font-size: clamp(1rem, 2vw, 17px);
    line-height: 1.6;
    padding: 1rem 1.5rem;
    max-width: 600px;
}

.our_mission_92 .creds_sect_54 {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 2;
    gap: 50px;
}

.our_mission_92 .pro_track_45::before {
    z-index: -1;
    position: absolute;
    right: -5px;
    background: linear-gradient(45deg, rgb(199,210,156), rgb(166,182,110));
    bottom: -5px;
    opacity: 0.5;
    left: -5px;
    content: '';
    border-radius: calc(12px + 5px);
    transform: perspective(1000px) rotateY(5deg);
    top: -5px;
}

.our_mission_92 .skill_spot_19 {
    font-weight: 700;
    margin-bottom: 8px;
    color: #000000;
    font-size: 21px;
}

.our_mission_92 .section_content_23::before {
    height: 100%;
    position: absolute;
    border-radius: 10px 0 0 10px;
    content: '';
    top: 0;
    background: linear-gradient(to bottom, rgb(199,210,156), rgb(166,182,110));
    width: 5px;
    left: 0;
}

.our_mission_92 h2 {
    font-size: 37px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
}

.join_list_94 {
    background: linear-gradient(135deg, rgb(233,237,211) 0%, rgb(166,182,110,0.5) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    isolation: isolate;
}

.join_list_94 .container {
    margin: 0 auto;
    max-width: 1200px;
}

.join_list_94 .creds_sect_54 {
    transform: translateX(-5px);
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.join_list_94 .input_holder {
    position: relative;
    transform: translateY(10px);
    display: flex;
    flex-direction: column;
    opacity: 0;
    animation: fadeUp 0.6s ease-out 0.4s forwards;
    gap: 1rem;
}

.join_list_94 input[type="email"]::placeholder {
    color: rgba(var(--dark-color-rgb), 0.5);
    transition: all 0.3s ease;
}

.join_list_94 input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}

.join_list_94 .sub_grids_49:hover {
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
    background: rgb(199,210,156);
    transform: translateY(-3px);
}

.join_list_94 .sub_grids_49:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.join_list_94 .sub_grids_49:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(var(--primary-color-rgb), 0.2);
}


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



@media screen and (max-width: 1024px) {.get_in_touch_27 .query_box_82 {
    flex-direction: column;
}.get_in_touch_27 .img_cover_87 {
    flex: 0 0 100%;
    margin-left: 0;
    min-height: 300px;
    transform: none;
}.get_in_touch_27 .img_cover_87::before {
    transform: none;
    width: 100%;
}.get_in_touch_27 .feedback_map_54 {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}



@media screen and (max-width: 480px) {.get_in_touch_27 .query_box_82 {
    border-radius: 0;
}.get_in_touch_27 .feedback_map_54 {
    padding: 2rem 1.5rem;
}}



@media (max-width: 992px) {.training_benefits_26 {
    padding: 60px 0;
}.training_benefits_26 .creds_sect_54 {
    grid-template-columns: 1fr;
    gap: 20px;
}.training_benefits_26 .img_cover_87 {
    object-fit: cover;
    width: 100%;
    transform: rotate(0);
    max-height: 350px;
}.training_benefits_26 .section_content_23 {
    transform: translateY(0);
}
}



@media only screen and (max-width: 800px) {.secure_retreat_34 {
    box-shadow: none;
    padding: 20px;
}.secure_retreat_34 h1, .secure_retreat_34 h2 {
    font-size: calc(19px - 5px);
    border-bottom-width: 1px;
    text-align: left;
}.secure_retreat_34 ul, .secure_retreat_34 ol {
    padding: 10px 0;
}.secure_retreat_34 li {
    padding: 5px 0;
}.secure_retreat_34 p, .secure_retreat_34 span, .secure_retreat_34 div {
    padding-bottom: 5px;
}}



@media (max-width: 1200px) {.user_testimonials_68 {
    padding: 100px 0 60px;
}.user_testimonials_68 h2 {
    margin-bottom: 50px;
    font-size: calc(30px - 4px);
    max-width: 90%;
}.user_testimonials_68 .review_glow_68 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 992px) {.user_testimonials_68 {
    padding: 80px 20px 50px;
}.user_testimonials_68 h2 {
    transform: translateX(0);
    max-width: 100%;
    text-align: center;
}.user_testimonials_68 h2::after {
    transform: translateX(-50%);
    left: 50%;
}.user_testimonials_68 .review_glow_68 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.user_testimonials_68 .success_reviews_04 {
    padding: 25px 20px;
}
}



@media screen and (max-width: 991px) {header .head_teach_61 {
    align-items: center;
    padding: 1rem 0;
    flex-direction: column;
}header .head_teach_61 .nav_pro_93 {
    margin-left: 0;
    margin-bottom: 1rem;
}header .head_teach_61 .head_master_57 {
    flex-wrap: wrap;
    padding-right: 0;
    background: rgb(199,210,156,0.5);
    width: 100%;
    justify-content: center;
    clip-path: none;
}header .head_teach_61 .head_master_57 .top_primary_89 a {
    padding: 0.8rem 1rem;
}header .head_teach_61 .head_master_57 .top_primary_89 a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .head_teach_61 .head_master_57 .top_primary_89 a:hover::after {
    width: calc(100% - 2rem);
}
}



@media (max-width: 480px) {.appDiv_03 {
    padding: 40px 0;
}.appDiv_03 h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 20px;
}.appDiv_03 .creds_sect_54 {
    padding: 25px 20px;
}.appDiv_03 h2::after {
    width: 60px;
    height: 2px;
}.appDiv_03 li span {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 991px) {.future_students_70 {
    padding: 4rem 0;
}.future_students_70 h3 {
    padding: 0.7rem 1.5rem;
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.future_students_70 ul {
    gap: 1.2rem;
}
}



@media (max-width: 480px) {.future_students_70 {
    padding: 3rem 0;
}.future_students_70 .creds_sect_54 {
    padding: 0 1rem;
}.future_students_70 h3 {
    padding: 0.5rem 1.2rem;
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
}.future_students_70 li {
    padding: 1.2rem;
}.future_students_70 li svg {
    height: 28px;
    width: 28px;
    margin-right: 0.8rem;
}}



@media (max-width: 768px) {.learning_system_76 {
    padding: 3rem 0;
    min-height: auto;
}.learning_system_76 .container {
    padding: 0 1.2rem;
}.learning_system_76 .creds_sect_54 {
    gap: 2rem;
}.learning_system_76 h3 {
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: calc(29px * 0.8);
}.learning_system_76 span {
    width: 100%;
    font-size: calc(17px * 0.9);
    padding: 1.5rem 2rem;
}
}



@media (min-width: 768px) {.course_summary_53 .coding_expert_45 {
    flex-direction: row;
    align-items: stretch;
    max-height: 500px;
}.course_summary_53 .img_cover_87 {
    height: auto;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    flex: 0 0 45%;
}.course_summary_53 .section_content_23 {
    display: flex;
    justify-content: center;
    margin: 30px 30px 30px 0;
    transform: translateY(0) translateX(-30px);
    flex-direction: column;
    flex: 0 0 55%;
}.course_summary_53 .section_content_23::before {
    width: 4px;
    height: 40px;
    left: -8px;
    top: 20px;
}.course_summary_53 .section_content_23 h3 {
    font-size: 20px;
}.course_summary_53 .section_content_23 p.description {
    max-height: 330px;
}
}



@media (max-width: 992px) {.desktop_app_52 {
    padding: 3.5rem 0 1.5rem;
}.desktop_app_52 .container {
    flex-direction: column;
    gap: 2.5rem;
}.desktop_app_52 .company_holder,
    .desktop_app_52 .contest_info_80 {
    min-width: 100%;
    flex: 1 1 100%;
}.desktop_app_52 .head_master_57 {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
}.gift_card_61 .container::before,
    .gift_card_61 .container::after {
    display: none;
}
}



@media (max-width: 420px) {.desktop_app_52::after {
    height: 5px;
    background-size: 100px 5px;
}.desktop_app_52 .company_holder h3::after,
    .desktop_app_52 .head_master_57 h5::before,
    .desktop_app_52 .head_master_57 h5::after {
    display: none;
}.desktop_app_52 .head_master_57 h5 {
    padding: 0.8rem 1rem;
}.desktop_app_52 .head_master_57 .top_navbar_07 {
    padding: 1rem;
}.gift_card_61 .converter_17 {
    padding: 0.4rem 1.5rem;
    width: 90%;
}}



@media (max-width: 768px) {.offer_list_35 {
    padding: 60px 0;
}.offer_list_35 h2 {
    font-size: calc(31px * 0.9);
}.offer_list_35 .cost_fee_42 {
    margin-bottom: 40px;
    font-size: 15px;
    max-width: 100%;
}.offer_list_35 .payment_pricing_67 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.offer_list_35 .price_panel_93 {
    max-height: none;
}.offer_list_35 .price_panel_93 p {
    font-size: calc(15px * 0.95);
    margin-bottom: 25px;
}
}



@media (max-width: 576px) {.help_center_04 {
    padding: 40px 0;
}.help_center_04 .online_questions_40:nth-child(1) {
    padding: 25px;
}.help_center_04 .online_questions_40 h2 {
    font-size: calc(31px * 0.9);
}.help_center_04 .talk_contact_84 {
    padding: 20px;
}.help_center_04 .ask_questions_74 {
    flex-direction: column;
}.help_center_04 .ask_questions_74 span {
    width: 100%;
}.help_center_04 .get_help_56 a {
    padding-left: 40px;
}.help_center_04 .get_help_56 svg {
    height: 24px;
    width: 24px;
}}



@media (max-width: 767px) {.primary_page_70 .start_head_23 {
    align-items: flex-start;
    min-height: 100vh;
    padding-top: 15vh;
}.primary_page_70 .learn_zone_34 {
    gap: 1.5rem;
    padding: 1.5rem;
}.primary_page_70 h3 {
    padding-left: 15px;
}.primary_page_70 p {
    padding: 0.8rem 1.2rem;
}}



@media (max-width: 480px) {.our_mission_92 {
    padding: 40px 0;
}.our_mission_92 .img_cover_87 {
    height: 200px;
}.our_mission_92 .pro_track_45 {
    padding: 20px;
}.our_mission_92 .section_content_23 {
    padding: 25px 20px;
}.our_mission_92 .skill_spot_19 {
    font-size: calc(21px * 0.9);
}.our_mission_92 .master_classes_53 {
    font-size: calc(18px * 0.9);
}.our_mission_92 h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(37px * 0.8);
}.our_mission_92 p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.our_mission_92 .expert_guides_12 {
    font-size: calc(21px * 0.9);
}}



@media (min-width: 1200px) {.join_list_94::before {
    background-image: 
            repeating-linear-gradient(
                -45deg, 
                transparent, 
                transparent 20px, 
                rgba(255, 255, 255, 0.04) 20px, 
                rgba(255, 255, 255, 0.04) 40px
            );
}.join_list_94 .creds_sect_54 {
    grid-template-columns: 1.8fr 1.2fr;
}.join_list_94 h4 {
    font-size: calc(23px * 1.3);
}.join_list_94 input[type="email"] {
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}.join_list_94 input[type="email"]:focus {
    transform: translateY(-3px);
}
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}



@keyframes backgroundPulse {
    0%, 100% { 
        opacity: 0.15;
        transform: scale(1);
    }
    50% { 
        opacity: 0.25;
        transform: scale(1.05);
    }
}



@keyframes slideInFromTop {
    0% { 
        opacity: 0;
        transform: translateY(-40px) translateZ(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}



@keyframes heightGrow {
    0% { height: 0; }
    100% { height: 100%; }
}



@keyframes textFadeIn {
    0% { opacity: 0; transform: translateX(20px); }
    100% { opacity: 1; transform: translateX(0); }
}



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



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(5px);
    }
    50% {
        opacity: 0.5;
        filter: blur(10px);
    }
}



@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



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

