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

.content-wrapper_20 {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

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


.get_in_touch_27 {
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(233,237,211) 0%, 
        rgb(166,182,110,0.5) 100%
    );
    padding: 6rem 0;
    overflow: hidden;
}

.get_in_touch_27 .img_cover_87::before {
    position: absolute;
    top: 0;
    width: 120%;
    content: '';
    background: linear-gradient(
        135deg, 
        rgb(199,210,156,0.5) 0%, 
        rgb(166,182,110,0.5) 100%
    );
    opacity: 0.7;
    z-index: 1;
    left: 0;
    transform: skew(10deg);
    height: 100%;
}

.get_in_touch_27 .feedback_map_54 h3::after {
    bottom: 0;
    background: rgb(199,210,156);
    width: 50px;
    height: 3px;
    left: 0;
    content: '';
    position: absolute;
}

.get_in_touch_27 .feedback_map_54 input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    position: relative;
    font-size: 16px;
    background: rgb(166,182,110,0.5);
    outline: none;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgb(199,210,156,0.5);
    padding: 1rem 1.5rem;
}

.get_in_touch_27 .feedback_map_54 .request_request_09 input[type="checkbox"]:checked {
    background: rgb(199,210,156);
    border-color: rgb(199,210,156);
}

.get_in_touch_27 .feedback_map_54 .request_request_09 label {
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    display: flex;
}

.get_in_touch_27 .feedback_map_54 .feedback_form_16 {
    color: #ffffff;
    width: 100%;
    background: rgb(199,210,156);
    transition: all 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 1rem;
    border: none;
}

.training_benefits_26 {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(110deg, rgb(233,237,211) 0%, #ffffff 100%);
    font-family: Arial, sans-serif;
}



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

.training_benefits_26 .creds_sect_54 {
    position: relative;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 30px;
    display: grid;
}

.training_benefits_26 .section_content_23 {
    border-radius: 15px;
    position: relative;
    z-index: 2;
    background: #ffffff;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.08),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    transform: translateY(10px);
    padding: 30px 25px;
}

.training_benefits_26 h3::after {
    border-radius: 50%;
    top: -15px;
    position: absolute;
    right: -15px;
    opacity: 0.3;
    background: rgb(166,182,110,0.5);
    z-index: -1;
    content: "";
    height: 30px;
    width: 30px;
}

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

.training_benefits_26 li:hover {
    transform: translateX(8px);
}

.training_benefits_26 li p {
    transition: all 0.3s ease;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    margin: 0;
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 13px;
    padding: 10px 12px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
    color: #000000;
}

.secure_retreat_34 {
    padding: 40px;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
}

.secure_retreat_34 h3, .secure_retreat_34 h4, .secure_retreat_34 h5, .secure_retreat_34 h6 {
    color: #000000;
    font-size: 19px;
    font-family: Arial, sans-serif;
    margin-top: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 5px;
}

.instructor_history_94 {
    padding: 8rem 0;
    background: linear-gradient(150deg, rgb(233,237,211) 0%, #000000 100%);
    overflow: hidden;
    position: relative;
    min-height: 700px;
}

.instructor_history_94 .success_reviews_04 {
    background: transparent;
    gap: 20px 30px;
    position: relative;
    display: grid;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    grid-template-columns: 45% 1fr;
    min-height: 580px;
    grid-template-rows: auto auto 1fr;
}

.instructor_history_94 .img_cover_87 {
    position: relative;
    z-index: 2;
    height: 100%;
    transform: scale(1);
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 24px 0 0 24px;
    grid-area: photo;
    filter: contrast(1.1) brightness(1.05);
}

.instructor_history_94 .img_cover_87::before {
    content: "";
    position: absolute;
    z-index: 3;
    background: rgb(199,210,156);
    top: 0;
    animation: pulseOpacity 3s ease-in-out infinite;
    height: 100%;
    left: 0;
    width: 10px;
    opacity: 0.7;
}

.instructor_history_94 .success_reviews_04:hover .name::after {
    width: 60%;
}

.instructor_history_94 .success_reviews_04 span:not(.name) {
    font-weight: 600;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    position: relative;
    z-index: 3;
    backdrop-filter: blur(5px);
    font-size: 18px;
    transform: translateX(0);
    align-self: start;
    background: rgba(0, 0, 0, 0.2);
    color: rgb(166,182,110);
    grid-area: job;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
}

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

.user_testimonials_68::after {
    right: -5%;
    opacity: 0.07;
    height: 300px;
    z-index: 0;
    top: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    background: rgb(199,210,156);
    animation: floating 15s infinite ease-in-out;
    width: 300px;
    content: "";
    position: absolute;
}

.user_testimonials_68 h2::after {
    transform-origin: left center;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(199,210,156) 0%, rgb(166,182,110) 100%);
    height: 4px;
    animation: expandWidth 1s ease-out forwards;
    bottom: -15px;
    width: 120px;
    position: absolute;
}

.user_testimonials_68 .success_reviews_04:nth-child(even) {
    transform: translateY(20px);
}

.user_testimonials_68 .success_reviews_04::before {
    opacity: 0.15;
    right: 20px;
    line-height: 1;
    position: absolute;
    font-weight: 700;
    z-index: 0;
    font-family: Georgia, serif;
    content: "";
    color: rgb(166,182,110,0.5);
    font-size: 150px;
    top: -20px;
}

.user_testimonials_68 .success_reviews_04 img {
    object-fit: cover;
    width: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    transition: transform 0.3s ease;
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin-right: 15px;
}

.user_testimonials_68 .success_reviews_04:hover h4::after {
    width: 50px;
}

.user_testimonials_68 a {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 50px;
    font-weight: 600;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(199,210,156) 0%, rgb(166,182,110) 100%);
    color: #ffffff;
    z-index: 2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

header .head_teach_61 .nav_pro_93 {
    position: relative;
    transform: translateY(-5px);
    z-index: 2;
    margin-left: calc((100vw - 100%) / 2);
    transition: all 0.4s ease;
}

header .head_teach_61 .nav_pro_93 .nav_skill_62::before {
    left: -20px;
    content: "";
    top: -10px;
    width: calc(100% + 40px);
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: calc(100% + 20px);
}

header .head_teach_61 .head_master_57 .top_primary_89 {
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    margin: 0;
}

header .head_teach_61 .head_master_57 .top_primary_89 a {
    position: relative;
    font-weight: 600;
    transform-origin: center;
    color: #ffffff;
    text-decoration: none;
    padding: 1.2rem 1.5rem;
    display: block;
    transition: all 0.3s ease;
    font-size: 16px;
}

.trackingSettingsPopup_65 {
    padding: 20px 0;
    border-top: 3px solid rgb(199,210,156);
    bottom: 0;
    background: rgb(166,182,110);
    font-family: Arial, sans-serif;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    z-index: 90;
    position: fixed;
    width: 100%;
}

.cookie_protect_80 svg {
    width: 60px;
    fill: rgb(199,210,156);
    height: 60px;
}

.privacy_opt_71 {
    color: #000000;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 10px;
    min-width: 140px;
    flex-shrink: 0;
    border: 2px solid rgb(199,210,156);
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 40px;
    background: rgb(199,210,156);
    white-space: nowrap;
}

.appDiv_03::after {
    right: -10%;
    z-index: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.05;
    top: -10%;
    content: "";
    background: rgb(199,210,156,0.5);
    position: absolute;
    transform: rotate(-15deg) translateZ(-10px);
    width: 50%;
    height: 50%;
    filter: blur(30px);
    animation: floatElement 20s infinite alternate ease-in-out;
}

.appDiv_03 .creds_sect_54 {
    position: relative;
    animation: fadeInUp 1s 0.3s backwards;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 45px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(10px) rotateX(2deg);
}

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

.appDiv_03 li::before {
    top: 8px;
    position: absolute;
    animation: dotAppear 0.5s 1.2s forwards;
    transform: scale(0);
    height: 12px;
    left: -30px;
    opacity: 0;
    width: 12px;
    border-radius: 50%;
    background: rgb(199,210,156);
    content: "";
}

.future_students_70::before {
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
    background-size: 40px 40px;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    position: absolute;
    height: 100%;
}

.future_students_70 li {
    padding: 1.5rem;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    border-radius: 10px;
    position: relative;
    align-items: flex-start;
    border: 1px solid rgba(#ffffff, 0.1);
}

.future_students_70 li {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
}

.future_students_70 li:hover::before,
.future_students_70 li:hover::after {
    opacity: 1;
}

.future_students_70 li svg {
    height: 32px;
    margin-right: 1.2rem;
    transition: all 0.3s ease;
    width: 32px;
    flex-shrink: 0;
    position: relative;
    top: 2px;
    fill: rgb(166,182,110);
}

.learning_system_76::after {
    top: 50%;
    content: "";
    animation: pulseRings 6s ease-in-out infinite;
    height: 800px;
    background: 
        repeating-radial-gradient(
            circle at center,
            rgba(255, 255, 255, 0.03) 0px,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 30px
        );
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
    width: 800px;
    left: 50%;
    border-radius: 50%;
}

.learning_system_76 .creds_sect_54::after {
    left: 10%;
    height: 80%;
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgb(166,182,110,0.5);
    opacity: 0.4;
    width: 80%;
    content: "";
    top: 10%;
    animation: rotateCircle 30s linear infinite reverse;
}

.learning_system_76 h3::after {
    left: 50%;
    background: #ffffff;
    animation: rotateElement 10s linear infinite;
    width: 30px;
    border: 2px solid rgb(199,210,156,0.5);
    border-radius: 5px;
    transform: translate(-50%, 50%) rotate(45deg);
    height: 30px;
    bottom: -20%;
    z-index: 2;
    position: absolute;
    content: "";
}

.learning_system_76 span::after {
    left: 50%;
    top: -10px;
    z-index: 3;
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    transform: translateX(-50%) rotate(45deg);
    border: 2px solid rgb(166,182,110,0.5);
    background: #ffffff;
}

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

.course_summary_53 .coding_expert_45:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.9);
    transform: translateY(-10px);
}

.course_summary_53 .img_cover_87::after {
    opacity: 0.7;
    background: linear-gradient(
        135deg,
        rgb(199,210,156,0.5) 0%,
        transparent 100%
    );
    position: absolute;
    content: "";
    inset: 0;
    transition: opacity 0.5s ease;
}

.course_summary_53 .section_content_23 h3 {
    margin-bottom: 25px;
    line-height: 1.4;
    animation: slideIn 0.7s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    transform: translateX(-10px);
    opacity: 0;
    position: relative;
    font-size: calc(20px * 1.05);
}

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

footer::before {
    z-index: -2;
    opacity: 0.95;
    left: 0;
    right: 0;
    background: rgb(199,210,156);
    top: 0;
    position: absolute;
    content: "";
    bottom: 0;
}

.desktop_app_52::after {
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.5;
    height: 8px;
    background-image: 
        linear-gradient(90deg, 
            rgb(166,182,110) 0px, rgb(166,182,110) 10px,
            transparent 10px, transparent 15px,
            rgb(166,182,110) 15px, rgb(166,182,110) 30px,
            transparent 30px, transparent 35px,
            rgb(166,182,110) 35px, rgb(166,182,110) 40px,
            transparent 40px, transparent 60px,
            rgb(166,182,110) 60px, rgb(166,182,110) 70px,
            transparent 70px, transparent 80px,
            rgb(166,182,110) 80px, rgb(166,182,110) 90px,
            transparent 90px, transparent 110px,
            rgb(166,182,110) 110px, rgb(166,182,110) 120px,
            transparent 120px, transparent 140px
        );
    top: 3px;
    background-repeat: repeat-x;
}

.desktop_app_52 .discuss_cta_82::before {
    width: 20px;
    border-radius: 50%;
    opacity: 0.6;
    background: rgb(166,182,110);
    left: -10px;
    height: 20px;
    top: 2rem;
    content: "";
    position: absolute;
}

.desktop_app_52 .top_navbar_07 {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}

.desktop_app_52 .head_master_57::before {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    right: 0;
    border-radius: 27px;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    z-index: -1;
    bottom: 0;
}

.desktop_app_52 .head_master_57 .top_navbar_07 {
    display: flex;
    flex-direction: column;
    gap: 2px;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
}

.desktop_app_52 .head_master_57 .top_navbar_07 a::before {
    left: 0.7rem;
    height: 6px;
    top: 50%;
    transition: all 0.3s ease;
    width: 6px;
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
    background: rgb(166,182,110);
    position: absolute;
}

.gift_card_61 .container::before,
.gift_card_61 .container::after {
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    content: "";
    border-radius: 50%;
    background: rgb(199,210,156);
}

.gift_card_61 .container::before {
    left: 15%;
}

.gift_card_61 .converter_17::before,
.gift_card_61 .converter_17::after {
    top: 50%;
    width: 50px;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    background: rgb(199,210,156);
    height: 1px;
}

.gift_card_61 .converter_17::before {
    right: 100%;
    margin-right: 15px;
}

.offer_list_35 .learning_pricing_27 {
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
    z-index: 2;
    display: flex;
}

.offer_list_35 .cost_fee_42 {
    font-size: calc(15px * 1.05);
    letter-spacing: 0.2px;
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
    font-weight: 400;
    max-width: 80%;
    text-align: center;
    line-height: 1.6;
}

.offer_list_35 .price_panel_93::before {
    position: absolute;
    transform: translateY(-5px);
    height: 5px;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(199,210,156), rgb(166,182,110));
}

.offer_list_35 .payment_scheme_48 {
    flex-direction: column;
    padding: 35px 30px;
    height: 100%;
    position: relative;
    display: flex;
}

.offer_list_35 .price_panel_93 h4 {
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
    padding-bottom: 15px;
    color: #ffffff;
    position: relative;
    font-size: calc(21px * 1.1);
    font-weight: 600;
    margin: 0 0 20px;
}

.offer_list_35 .study_packages_90 {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: calc(21px * 1.15);
    letter-spacing: 0.5px;
    transition: transform 0.3s ease, color 0.3s ease;
    margin-top: auto;
    padding: 15px 0 0;
    color: rgb(199,210,156);
}

.offer_list_35 .price_panel_93:hover .study_packages_90::before {
    opacity: 1;
    width: 40px;
}

.help_center_04::before {
    z-index: 0;
    top: -10%;
    position: absolute;
    width: 60%;
    background: linear-gradient(45deg, rgb(199,210,156) 0%, transparent 60%);
    opacity: 0.05;
    transform: rotate(-15deg);
    content: '';
    height: 120%;
    left: -10%;
}

.help_center_04 .online_questions_40 {
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.help_center_04 .online_questions_40:nth-child(2) {
    grid-row: 1 / 3;
    min-height: 400px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(0);
    grid-column: 3 / 4;
    border-radius: 17px;
    overflow: hidden;
}

.help_center_04 .contact_feedback_03 {
    font-size: calc(16px * 1.2);
    border-bottom: 1px solid rgb(166,182,110,0.5);
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(166,182,110);
    padding-bottom: 10px;
}

.help_center_04 .online_questions_40 > p svg {
    height: 22px;
    left: 0;
    width: 22px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.help_center_04 .talk_contact_84 h3 {
    padding-left: 20px;
    margin-bottom: 20px;
    color: rgb(199,210,156);
    font-size: 23px;
    position: relative;
    font-weight: 600;
}

.help_center_04 .ask_questions_74 span {
    background: #ffffff;
    font-weight: 400;
    border-radius: 10px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    font-size: 16px;
    color: #000000;
    padding: 12px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.help_center_04 .get_help_56 a:hover {
    transform: translateX(10px);
}

.help_center_04 .get_help_56 a:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.help_center_04 .get_help_56 svg path {
    fill: #ffffff;
}

.help_center_04 .get_help_56 a p::after {
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    bottom: -5px;
    height: 2px;
    content: '';
    left: 0;
    background: #ffffff;
}

.primary_page_70 .start_head_23 {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
}

.primary_page_70 .learn_zone_34 > div:first-child {
    overflow: hidden;
    position: relative;
}

.primary_page_70 .learn_zone_34 > div:first-child::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 4px;
    background: rgb(166,182,110);
    animation: line-grow 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 60px;
    transform-origin: left center;
}

.primary_page_70 h3::before {
    animation: scale-y 1s cubic-bezier(0.23, 1, 0.32, 1) 0.8s forwards;
    transform: scaleY(0);
    background: rgb(166,182,110);
    content: "";
    width: 3px;
    position: absolute;
    top: 0.5rem;
    transform-origin: top center;
    left: 0;
    bottom: 0.5rem;
}

.our_mission_92::before {
    opacity: 0.05;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(199,210,156,0.5) 25%, transparent 25%, transparent 75%, rgb(199,210,156,0.5) 75%),
                linear-gradient(45deg, rgb(199,210,156,0.5) 25%, transparent 25%, transparent 75%, rgb(199,210,156,0.5) 75%);
    width: 100%;
    background-position: 0 0, 30px 30px;
    position: absolute;
    content: '';
    background-size: 60px 60px;
    left: 0;
}

.our_mission_92 .img_cover_87 {
    height: 280px;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.our_mission_92 .learn_history_42 {
    position: relative;
    text-align: center;
    padding: 10px 0;
}

.our_mission_92 .section_content_23 {
    flex: 1;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 0 12px 12px 0;
    padding: 40px;
    background: #ffffff;
    transform: perspective(1000px) rotateY(-5deg);
}

.our_mission_92 .expert_guides_12 svg path {
    fill: rgb(199,210,156);
}

.our_mission_92 h2::after {
    width: 60px;
    background: linear-gradient(to right, rgb(199,210,156), rgb(166,182,110));
    left: 0;
    bottom: 0;
    position: absolute;
    height: 3px;
    content: '';
}

.join_list_94::after {
    background: rgb(166,182,110);
    height: 120%;
    content: "";
    z-index: -1;
    width: 30%;
    transform: rotate(-12deg) skewX(-15deg);
    top: -10%;
    position: absolute;
    opacity: 0.07;
    right: -5%;
}

.join_list_94 h4 {
    padding-left: 1.5rem;
    line-height: 1.4;
    animation: fadeUp 0.6s ease-out 0.2s forwards;
    transform: translateY(5px);
    color: #000000;
    opacity: 0;
    position: relative;
    font-size: 23px;
    margin: 0;
    font-weight: 600;
}

.join_list_94 .input_holder span {
    display: block;
    position: relative;
}

.join_list_94 input[type="email"]:focus {
    outline: none;
    border-color: rgb(166,182,110);
    box-shadow: 0 5px 20px rgba(var(--secondary-color-rgb), 0.15);
    transform: translateY(-2px);
}

.join_list_94 .sub_grids_49 {
    position: relative;
    border: none;
    box-shadow: 0 5px 15px rgba(var(--secondary-color-rgb), 0.2);
    padding: 1rem 2rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    color: #ffffff;
    width: 100%;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    background: rgb(166,182,110);
}

::-webkit-scrollbar {
    width: auto;
    background: #ffffff;
}

::-webkit-scrollbar-button {
    background: rgb(166,182,110,0.5);
    height: 6px;
    width: 13px;
    border-radius: 7px;
}

::-webkit-scrollbar-thumb {
    border: 1px groove rgb(233,237,211);
    transition: background 2.5s ease-in;
    background: rgb(166,182,110);
    border-radius: 1.2em;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: -1px -5px 2px -1px rgba(0, 0, 0, 0.6);
    background: rgb(166,182,110,0.5);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset 2px 0px 8px -2px rgba(0, 0, 0, 0.7);
    background: rgb(199,210,156);
}

.course_summary_53 .section_content_23 p.description::-webkit-scrollbar {
    width: 4px;
}

.course_summary_53 .section_content_23 p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.course_summary_53 .section_content_23 p.description::-webkit-scrollbar-thumb {
    background: rgb(199,210,156,0.5);
    transition: background 0.3s ease;
}

.course_summary_53 .section_content_23 p.description::-webkit-scrollbar-thumb:hover {
    background: rgb(199,210,156);
}



@media (max-width: 992px) {.instructor_history_94 .success_reviews_04 {
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
            "img_cover_87"
            "name"
            "past_career_27"
            "career_tasks_70";
    gap: 20px;
    grid-template-columns: 1fr;
}.instructor_history_94 .img_cover_87 {
    border-radius: 24px 24px 0 0;
    height: 350px;
}.instructor_history_94 .img_cover_87::before {
    width: 100%;
    height: 10px;
}.instructor_history_94 .name {
    text-align: center;
    margin-top: 0;
}.instructor_history_94 .name::after {
    left: 50%;
    transform: translateX(-50%);
}.instructor_history_94 .success_reviews_04:hover .name {
    transform: translateY(-5px);
}.instructor_history_94 .success_reviews_04 span:not(.name) {
    margin: 0 auto;
}.instructor_history_94 .success_reviews_04:hover span:not(.name) {
    transform: translateY(-5px);
}.instructor_history_94 .career_tasks_70 {
    border-left: none;
    width: 90%;
    border-top: 4px solid rgb(166,182,110);
    margin: 0 auto;
}.instructor_history_94 .success_reviews_04:hover .career_tasks_70 {
    transform: translateY(-5px);
}
}



@media screen and (max-width: 767px) {header .head_teach_61 .head_master_57 {
    padding: 0.5rem 0;
}header .head_teach_61 .head_master_57 .top_primary_89 {
    width: 50%;
}header .head_teach_61 .head_master_57 .top_primary_89 a {
    font-size: calc(16px - 2px);
    padding: 0.6rem 0.8rem;
    text-align: center;
}header .head_teach_61 .head_master_57 .top_primary_89 a::after {
    display: none;
}}


@media only screen and (max-width: 1200px) {.trackingSettingsPopup_65 {
    padding: 15px 0;
}.track_settings_86 {
    padding: 15px 5%;
}.cookie_protect_80 {
    display: none;
}.track_settings_86 {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.trackingSettingsPopup_65 h5 {
    margin-bottom: 10px;
    font-size: 22px;
}.cookie_user_86 {
    margin-bottom: 15px;
}.privacy_opt_71 {
    min-width: 100%;
    margin: 10px 0;
}}



@media (min-width: 992px) {.future_students_70 ul {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 1fr);
}.future_students_70 li:first-child {
    grid-row: 1;
    grid-column: 1;
}.future_students_70 li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.future_students_70 li:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}.future_students_70 li:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}.future_students_70 li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}.future_students_70 li:nth-child(6) {
    grid-row: 2;
    grid-column: 3;
}
}



@media (max-width: 992px) {.learning_system_76 .container {
    padding: 4rem 1.5rem;
}.learning_system_76 .creds_sect_54 {
    aspect-ratio: auto;
    gap: 4rem;
    height: auto;
}.learning_system_76 h3 {
    padding: 1.8rem 2.5rem;
    font-size: calc(29px * 0.9);
    margin: 0;
    width: 80%;
}.learning_system_76 span {
    width: 80%;
    padding: 1.8rem 2.5rem;
    font-size: calc(17px * 0.95);
}.learning_system_76 h3::before,
    .learning_system_76 h3::after {
    display: none;
}.learning_system_76 span::after {
    display: none;
}.learning_system_76 .creds_sect_54::before,
    .learning_system_76 .creds_sect_54::after {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 15px;
}
}



@media (min-width: 1200px) {.course_summary_53 {
    padding: 150px 0;
}.course_summary_53 .coding_expert_45 {
    max-height: 480px;
}.course_summary_53 .img_cover_87 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course_summary_53 .section_content_23 {
    padding: 60px;
}.course_summary_53 .section_content_23 h3 {
    margin-bottom: 35px;
    font-size: calc(20px * 1.2);
}.course_summary_53 .section_content_23 p.description {
    max-height: 280px;
}
}



@media (max-width: 1200px) {.desktop_app_52 .container {
    gap: 2rem;
}.desktop_app_52 .company_holder {
    flex: 1 1 350px;
}.desktop_app_52 .contest_info_80 {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.desktop_app_52 .top_navbar_07 {
    gap: 2rem;
}.gift_card_61 .container::before {
    left: 5%;
}.gift_card_61 .container::after {
    right: 5%;
}
}



@media (max-width: 576px) {.desktop_app_52 {
    padding: 2.5rem 0 0.8rem;
}.desktop_app_52 .head_master_57 {
    min-width: 100%;
    flex: 1 1 100%;
}.desktop_app_52 .top_navbar_07 {
    gap: 1rem;
}.desktop_app_52 .head_master_57 .top_navbar_07 a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.desktop_app_52 .head_master_57 .top_navbar_07 a::before {
    left: 0.6rem;
}.gift_card_61 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.gift_card_61 .converter_17::before,
    .gift_card_61 .converter_17::after {
    display: none;
}
}



@media (max-width: 992px) {.offer_list_35 h2 {
    font-size: 31px;
}.offer_list_35 .payment_scheme_48 {
    padding: 30px 25px;
}.offer_list_35 .price_panel_93 h4 {
    font-size: 21px;
}
}



@media (max-width: 1200px) {.help_center_04 {
    padding: 100px 0;
}.help_center_04 .online_questions_40:nth-child(1) {
    padding: 40px;
}.help_center_04 .online_questions_40:nth-child(3) {
    padding: 30px;
}
}



@media (max-width: 992px) {.help_center_04 {
    padding: 80px 0;
}.help_center_04 .message_page_41 {
    grid-template-columns: 1fr;
}.help_center_04 .online_questions_40:nth-child(1) {
    transform: translateY(0);
    grid-row: 2 / 3;
    grid-column: 1 / -1;
}.help_center_04 .online_questions_40:nth-child(2) {
    height: 300px;
    grid-column: 1 / -1;
    transform: translateY(0);
    grid-row: 1 / 2;
}.help_center_04 .online_questions_40:nth-child(3) {
    grid-row: 3 / 4;
    grid-column: 1 / -1;
    transform: translateY(0);
}.help_center_04 .course_ask_54 {
    max-width: 100%;
}
}



@media (min-width: 1200px) {.primary_page_70 .learn_zone_34 {
    width: 75%;
    margin-left: 15%;
    padding: 3rem;
}.primary_page_70 .title_style_header {
    padding: 2rem 0;
}.primary_page_70 .learn_zone_34 > div:first-child::before {
    width: 100px;
    height: 5px;
}.primary_page_70 h3::before {
    width: 4px;
}.primary_page_70 p {
    padding: 1.5rem 2rem;
    border-left: 4px solid rgb(199,210,156);
}
}



@media (max-width: 768px) {.our_mission_92 {
    padding: 60px 0;
}.our_mission_92 .img_cover_87 {
    height: 240px;
}.our_mission_92 .pro_track_45 {
    padding: 25px;
}.our_mission_92 .section_content_23 {
    padding: 30px;
}.our_mission_92 h2 {
    font-size: calc(37px * 0.9);
}
}




@media (min-width: 768px) {.join_list_94 {
    padding: 5rem 3rem;
}.join_list_94 .creds_sect_54 {
    gap: 3rem;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
}.join_list_94 h4 {
    padding-left: 2rem;
    font-size: calc(23px * 1.1);
}.join_list_94 h4::before {
    width: 6px;
}.join_list_94 .input_holder {
    gap: 0;
    flex-direction: row;
}.join_list_94 input[type="email"] {
    border-right: none;
}.join_list_94 .sub_grids_49 {
    width: auto;
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
}



@media (max-width: 767px) {.join_list_94 {
    padding: 3rem 1.5rem;
}.join_list_94 h4 {
    padding-left: 1.2rem;
    font-size: calc(23px * 0.9);
}.join_list_94 .sub_grids_49 {
    margin-top: 0.5rem;
}
}



@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}



@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}



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



@keyframes floatElement {
    0% { transform: rotate(-15deg) translateZ(-10px) translate(0, 0); }
    50% { transform: rotate(-10deg) translateZ(-10px) translate(20px, -10px); }
    100% { transform: rotate(-15deg) translateZ(-10px) translate(0, 0); }
}



@keyframes dotAppear {
    0% { opacity: 0; transform: scale(0); }
    70% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}



@keyframes pulseRings {
    0%, 100% {
        opacity: 0.1;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: translate(-50%, -50%) scale(1.05);
    }
}



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(40px, 40px);
    }
}



@keyframes scale-y {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}



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

