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

.framework-wrap3 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

.head_primary3 {
    flex: 1 0 auto;
}


.contact_panel0 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #ffffff 50%, rgb(227,226,224) 50%);
}

.contact_panel0 h2 {
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    font-size: 36px;
    color: rgb(190,185,175);
}

.contact_panel0 .feedback_support5 {
    background: #ffffff;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
}

.contact_panel0 .img_box5::after {
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgb(190,185,175,0.5), transparent);
    height: 100%;
    width: 100%;
    content: "";
}

.contact_panel0 #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}

.contact_panel0 input[type="text"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    padding: 18px 20px;
    font-size: 12px;
    border: 2px solid rgb(227,226,224);
    color: #000000;
    background: #ffffff;
}

.contact_panel0 .inquiry_request6 {
    gap: 12px;
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}

.contact_panel0 .inquiry_request6 input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    height: 10px;
    content: "";
    width: 6px;
    border-bottom: 2px solid #ffffff;
    top: 5px;
    border-right: 2px solid #ffffff;
}

.contact_panel0 .feedback_help7:hover {
    background: rgb(165,152,133);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(165,152,133,0.5);
}

.contact_panel0 .feedback_help7:hover::before {
    left: 100%;
}

.contact_panel0 svg {
    height: 22px;
    fill: rgb(190,185,175);
    transition: all 0.3s ease;
    width: 22px;
}

.contact_panel0 svg:hover {
    transform: translateY(-2px);
    fill: rgb(165,152,133);
}

.tyCard7::after {
    z-index: -1;
    top: -10%;
    background: linear-gradient(160deg, rgb(165,152,133,0.5), transparent);
    right: -5%;
    height: 70%;
    position: absolute;
    filter: blur(40px);
    content: "";
    transform: rotate(-15deg) skew(20deg);
    width: 40%;
}

.tyCard7 .pro_classes9::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(190,185,175), rgb(165,152,133), rgb(190,185,175));
    transform-origin: left center;
    opacity: 0.9;
    animation: shimmerBorder 3s infinite linear;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
}

.tyCard7 .pro_classes9 > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.tyCard7 p {
    line-height: 1.8;
    font-size: 12px;
    opacity: 0;
    font-family: Arial, sans-serif;
    margin: 0;
    transform: translateY(20px);
    color: #000000;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.tyCard7 a::before {
    height: 2px;
    position: absolute;
    right: 0;
    bottom: -10px;
    background: rgb(190,185,175,0.5);
    transform-origin: right center;
    width: 30%;
    transform: scaleX(0);
    content: "";
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

header .first_pagebar0 {
    padding: 0.6rem;
    position: relative;
    margin-right: 1rem;
    text-decoration: none;
    align-items: center;
    display: flex;
}

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

header .nav_base1 {
    padding: 0.5rem;
    border-radius: 10px;
    flex-wrap: wrap;
    display: flex;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.5);
}

header .head_pro5:hover {
    color: rgb(190,185,175);
    background: rgba(255, 255, 255, 0.7);
}

header .head_pro5:hover::after {
    transform: scaleX(1);
}

.contacts5::before {
    border-radius: 100px;
    width: 30%;
    right: -5%;
    position: absolute;
    background: linear-gradient(120deg, rgb(190,185,175,0.5), rgb(165,152,133,0.5));
    content: "";
    filter: blur(25px);
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    z-index: 1;
    top: -10%;
}

.contacts5 h1::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(190,185,175), rgb(165,152,133));
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    height: 4px;
    width: 80px;
    border-radius: 10px;
}

.contacts5 .message_panel2 > div {
    z-index: 2;
    position: relative;
}

.contacts5 .message_panel2 > div:first-child > div {
    line-height: 1.7;
    font-size: calc(18px * 1.05);
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.contacts5 .message_panel2 > div:nth-child(2):hover {
    border-left: 3px solid rgb(165,152,133);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.contacts5 h6 svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.contacts5 h6:hover svg {
    transform: translateY(-2px);
}

.contacts5 .connect_experts8 {
    flex-direction: column;
    margin-top: 0.5rem;
    gap: 1.2rem;
    display: flex;
}

.contacts5 .query_form9 {
    display: flex;
    font-size: 18px;
    align-items: center;
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 400;
}

.contacts5 .query_form9:hover svg path {
    fill: rgb(165,152,133);
}

.contacts5 h1:hover {
    transform: translateY(-3px);
}

.our_mission9::before {
    top: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    opacity: 0.85;
    right: 0;
    left: 0;
    background: #000000;
    position: absolute;
}

.our_mission9 h4::after {
    content: "";
    width: 80px;
    left: 50%;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(190,185,175);
    bottom: -15px;
}

.our_mission9 .text_body9:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_mission9 .text_body9:hover::before {
    opacity: 0.05;
}

.our_mission9 .text_body9::after {
    transform: rotate(45deg);
    top: -10px;
    height: 20px;
    width: 20px;
    content: "";
    position: absolute;
    left: -10px;
    background: rgb(190,185,175);
}

.our_mission9 .text_body9 h6::before {
    width: 40px;
    transform: scaleX(1);
    height: 2px;
    content: "";
    transform-origin: left;
    background: rgb(190,185,175);
    position: absolute;
    bottom: -10px;
    transition: transform 0.4s ease;
    left: 0;
}

.developer_experience7::before {
    position: absolute;
    top: 0;
    filter: blur(60px);
    content: "";
    left: 0;
    z-index: 1;
    height: 100%;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(165,152,133,0.5) 0deg,
        rgb(190,185,175,0.5) 90deg,
        rgb(227,226,224) 180deg,
        rgb(190,185,175,0.5) 270deg,
        rgb(165,152,133,0.5) 360deg
    );
    width: 100%;
    opacity: 0.4;
}

.developer_experience7 .img_box5:hover::after {
    opacity: 0;
}

.developer_experience7 .exp_details0 {
    position: relative;
    width: 60%;
    border-radius: 27px;
    background: #ffffff;
    overflow: hidden;
    padding: 2.5rem;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(-5deg) translateZ(30px);
}

.developer_experience7 .exp_details0:hover::before {
    transform: scale(1);
}

.developer_experience7 .name::after {
    bottom: -5px;
    width: 0;
    content: "";
    left: 0;
    transition: width 0.4s ease-in-out;
    background: rgb(165,152,133);
    height: 3px;
    position: absolute;
}

.developer_experience7 .work_list1::before {
    opacity: 0.3;
    left: -10px;
    color: rgb(165,152,133,0.5);
    top: -20px;
    position: absolute;
    font-size: 5rem;
    font-family: serif;
    content: "";
}

.cookieSettingsWindow6 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

#popupPrivacyNotice4:checked ~ .cookieSettingsWindow6 {
    visibility: hidden;
    opacity: 0;
}

.cookieSettingsWindow6 p a {
    color: rgb(190,185,175);
    text-decoration: none;
}



.framework-wrap3 .cookieSettingsWindow6 {
    background: rgb(165,152,133);
    padding: 40px 0;
    box-shadow: rgb(165,152,133,0.5) 0px 0px 40px 39px;
    border: none;
}

.framework-wrap3 .user_default6 h5, .framework-wrap3 .user_default6 p {
    color: #ffffff;
}

.plan_card8::after {
    background: linear-gradient(225deg, rgb(165,152,133,0.5) 10%, transparent 65%);
    width: 45%;
    z-index: -1;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
}

.plan_card8 h2::after {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(2px);
    width: 80px;
    height: 4px;
    content: "";
    margin: 16px auto 0;
    border-radius: 2px;
    display: block;
    background: rgb(190,185,175);
}

.plan_card8 .learning_fee2 li {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.plan_card8 .learning_cost4 {
    text-decoration: none;
    height: 100%;
    display: flex;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 12px;
}

.plan_card8 .learning_cost4:hover .access_plans2::after {
    transform: translate(40%, -40%) scale(1.1);
    opacity: 0.2;
}

.plan_card8 .cost_matrix3::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 40%;
    background: linear-gradient(to top, rgba(rgb(190,185,175), 0.03), transparent);
    bottom: 0;
    z-index: -1;
    left: 0;
}

.plan_card8 .cost_matrix3 p {
    line-height: 1.6;
    font-size: 15px;
    overflow-wrap: break-word;
    color: #000000;
    hyphens: auto;
    margin: 0 0 30px;
    word-break: break-word;
    flex-grow: 1;
}

.plan_card8 .learning_cost4:hover .lesson_fees3 {
    transform: scale(1.05);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
}

.statistical_summary4::after {
    position: absolute;
    z-index: 2;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    background: radial-gradient(ellipse at center, rgb(190,185,175,0.5) 0%, transparent 70%);
    opacity: 0.1;
}

.statistical_summary4 .expert_statistics0 svg {
    height: 100%;
    width: 100%;
    fill: #ffffff;
}

.statistical_summary4 .expert_statistics0 svg path {
    fill: #ffffff;
}

.statistical_summary4 .growth_statistics5 {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    margin: 0;
    line-height: 1.7;
}

.statistical_summary4 .knowledge_statistics6 {
    display: flex;
    text-align: center;
    transition: all 0.3s ease;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
    position: relative;
    margin: 0 10px;
    min-width: calc(25% - 20px);
    border-radius: 8px;
    padding: 20px 15px;
    overflow: hidden;
}

.statistical_summary4 .knowledge_statistics6:hover::before {
    opacity: 1;
}

.statistical_summary4 .knowledge_statistics6:hover .expert_upgrade1::after {
    border-color: rgba(rgb(190,185,175), 0.3);
    width: 52px;
    height: 52px;
}

.statistical_summary4 .expert_upgrade1 svg {
    width: 100%;
    transition: all 0.3s ease;
    height: 100%;
    fill: rgb(165,152,133);
}

.statistical_summary4 .knowledge_statistics6 span {
    display: block;
    position: relative;
    transform: translateY(10px);
    margin-bottom: 8px;
    color: #ffffff;
    font-weight: 700;
    font-size: calc(24px + 4px);
    opacity: 0;
    animation: numberFadeUp 0.5s forwards 0.2s;
}

.statistical_summary4 .knowledge_statistics6:nth-child(2) {
    animation: fadeInSlide 0.4s ease forwards 0.1s;
}

.teaching_process3 {
    background: linear-gradient(135deg, rgb(227,226,224) 0%, rgba(rgb(190,185,175,0.5), 0.08) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.teaching_process3 .container.pro_classes9 {
    transform-style: preserve-3d;
    padding: 0 25px;
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.teaching_process3 h3 {
    margin-bottom: 30px;
    transform: translateZ(10px);
    position: relative;
    font-weight: 700;
    font-size: 38px;
    color: #000000;
}

.teaching_process3 h3::after {
    transform-origin: left center;
    bottom: -12px;
    left: 0;
    content: "";
    position: absolute;
    transition: width 0.4s ease-out;
    background: linear-gradient(90deg, rgb(190,185,175), rgba(rgb(190,185,175,0.5), 0.5));
    height: 4px;
    width: 80px;
}

.teaching_process3 .container.pro_classes9 > div:hover p span::before {
    opacity: 1;
    transform: scale(1);
}

.teaching_process3 .container.pro_classes9::after {
    right: 40px;
    transform: rotate(-10deg) translateZ(-20px);
    position: absolute;
    background: linear-gradient(45deg, rgb(165,152,133) 0%, rgba(rgb(165,152,133,0.5), 0.6) 100%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
    bottom: -40px;
    opacity: 0.08;
    width: 120px;
    height: 120px;
    content: "";
}

.privacy_safeguard7 h2 {
    padding-bottom: 5px;
    color: rgb(165,152,133);
    margin-top: 25px;
    font-size: 30px;
    border-bottom: 2px solid rgb(165,152,133,0.5);
    font-weight: 600;
    margin-bottom: 15px;
}



.privacy_safeguard7 h3, .privacy_safeguard7 h4, .privacy_safeguard7 h5, .privacy_safeguard7 h6 {
    margin-bottom: 10px;
    font-weight: 600;
    color: rgb(190,185,175);
    font-size: 1.2em;
    margin-top: 20px;
}

.privacy_safeguard7 button {
    padding: 10px 20px;
    border-radius: 10px;
    background: rgb(165,152,133);
    font-size: 17px;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
    color: #ffffff;
}

.newsletter5::after {
    background: rgb(190,185,175,0.5);
    bottom: -10%;
    right: -10%;
    opacity: 0.3;
    filter: blur(8px);
    position: absolute;
    transform: rotate(-15deg);
    width: 80%;
    content: "";
    z-index: 1;
    animation: float 12s infinite alternate;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    height: 60%;
}

.newsletter5 .input_holder {
    position: relative;
    transform: rotate(-2deg);
    display: flex;
    width: 100%;
    max-width: 600px;
    gap: 1.5rem;
    flex-direction: column;
}

.newsletter5 .access_lessons6::placeholder {
    color: #000000;
    opacity: 0.6;
}

.newsletter5 .updates_header8::before {
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, rgb(165,152,133) 0%, rgb(190,185,175) 100%);
    content: "";
    z-index: -1;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}

.welcome_page1 {
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
    display: flex;
    width: 100%;
    font-family: Arial, sans-serif;
    position: relative;
}

.welcome_page1 .start_first4::after {
    content: "";
    top: 0;
    background-size: 20px 20px;
    left: 0;
    opacity: 0.4;
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    z-index: 2;
    position: absolute;
    width: 100%;
    background-image: 
    linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.05) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.05) 75%);
}

.welcome_page1 .title_style_header {
    transition: all 0.5s ease;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-size: calc(39px * 1.2);
    padding: 1rem 0;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    transform: perspective(1000px) rotateY(0deg);
    color: #ffffff;
}

.welcome_page1 h3 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
    max-width: 95%;
    padding: 0.8rem 1.5rem;
    transition: all 0.4s ease;
    font-size: calc(24px * 1.05);
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 0 10px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid rgb(165,152,133);
}

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

.client_comments2 h4::after {
    opacity: 0.3;
    content: "";
    width: 100%;
    background: rgb(190,185,175,0.5);
    top: 8px;
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 8px;
}

.client_comments2 .student_feedback9 {
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(0) translateY(0);
    padding: 35px 30px;
    position: relative;
    z-index: 1;
}

.client_comments2 .student_feedback9:hover {
    transform: translateX(-5px) translateY(-5px);
}

.client_comments2 .student_feedback9:hover::before,
.client_comments2 .student_feedback9:hover::after {
    opacity: 1;
}

.client_comments2 .student_feedback9:nth-child(even) {
    border-radius: 20px 0 20px 0;
}

.client_comments2 .img_box5::after {
    transform: translate(-5px, -5px);
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(190,185,175,0.5) 0%, rgb(165,152,133,0.5) 100%);
}

.client_comments2 .student_feedback9:hover .img_box5::after {
    transform: translate(-8px, -8px);
}

.client_comments2 .student_feedback9:nth-child(even) .img_box5 {
    border-radius: 30px 0 30px 0;
}

.client_comments2 .student_feedback9 p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: center;
    position: relative;
}

.client_comments2 .student_feedback9:nth-child(3n+2) {
    transform: rotate(2deg);
}

footer::before {
    left: 0;
    background: linear-gradient(135deg, rgb(165,152,133,0.5) 0%, rgb(190,185,175,0.5) 100%);
    right: 0;
    position: absolute;
    content: "";
    opacity: 0.9;
    z-index: -2;
    top: 0;
    bottom: 0;
}

.twitter_cta6 .container {
    position: relative;
    gap: 4rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.twitter_cta6 .company_holder {
    background: rgb(190,185,175,0.5);
    position: relative;
    transform: rotateX(5deg);
    border-bottom: 6px solid rgb(190,185,175);
    border-radius: 0;
    padding: 2rem;
    flex: 1 1 380px;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}

.twitter_cta6 .company_holder h3::after {
    right: -10px;
    height: 30px;
    border-bottom: 3px solid #ffffff;
    bottom: -10px;
    border-right: 3px solid #ffffff;
    width: 30px;
    position: absolute;
    content: "";
}

.twitter_cta6 .nav_base1:hover {
    transform: rotateX(0deg);
}

.twitter_cta6 .nav_base1 h5::after {
    position: absolute;
    height: 5px;
    bottom: -5px;
    content: "";
    left: 0;
    background: rgb(165,152,133);
    right: 0;
}

.twitter_cta6 .nav_base1 .main_learn6 a {
    overflow: hidden;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    font-size: 15px;
    transform: translateZ(10px);
    text-decoration: none;
    border-radius: 10px;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.7rem 1rem;
}

.story_spot2 {
    background: rgb(165,152,133,0.5);
    margin-top: 3rem;
    perspective: 1000px;
    padding: 2rem 0;
    position: relative;
    transform-style: preserve-3d;
}

.course_structure1 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: rgb(227,226,224);
    position: relative;
    overflow: hidden;
}

.course_structure1 .program_map0::before {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    left: 0;
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    background: #000000;
}

.course_structure1 .program_map0:hover .coding_class3 {
    animation-play-state: paused;
}

.course_structure1 .coding_class3:nth-child(3) {
    animation-delay: -10s;
}

.course_structure1 .coding_class3:nth-child(5) {
    animation-delay: -20s;
}

.course_structure1 .pro_classes9 {
    grid-template-rows: repeat(12, 1fr);
    margin: 0 auto;
    height: 80vh;
    display: grid;
    width: 85%;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}

.course_structure1 .program_guide0::after {
    height: 70%;
    background: rgb(165,152,133,0.5);
    bottom: -30px;
    z-index: -1;
    position: absolute;
    right: -30px;
    width: 70%;
    opacity: 0.3;
    content: "";
    border-radius: 50%;
    filter: blur(70px);
}

.course_structure1 .program_guide0 h3::before {
    position: absolute;
    border: 2px solid rgb(190,185,175,0.5);
    content: "";
    width: 50px;
    border-radius: 10px;
    left: -15px;
    height: 50px;
    z-index: -1;
    opacity: 0.5;
    top: -15px;
}

.course_structure1 .feedback_help7:hover {
    color: #ffffff;
}

.course_structure1 .feedback_help7:hover::before {
    left: 0;
}

.course_structure1 .pro_classes9::after {
    border-radius: 21px;
    width: 100%;
    z-index: 2;
    content: "";
    border: 1px solid rgb(165,152,133,0.5);
    position: absolute;
    grid-column: 3 / 9;
    grid-row: 4 / 10;
    height: 100%;
}

.course_structure1 .knowledge_track5:has(.coding_class3:nth-child(3):last-child) .coding_class3:nth-child(2) {
    animation-delay: -8.33s;
}

.course_structure1 .knowledge_track5:has(.coding_class3:nth-child(4):last-child) .coding_class3:nth-child(2) {
    animation-delay: -6.25s;
}

.statistical_summary4 .extra_statistics7::-webkit-scrollbar {
    display: none;
}



@media (max-width: 1200px) {.contact_panel0 {
    background: #ffffff;
}
}



@media (max-width: 768px) {.contact_panel0 {
    padding: 60px 0;
}.contact_panel0 h2 {
    font-size: calc(36px - 4px);
    margin-bottom: 40px;
}.contact_panel0 .message_query1 {
    padding: 40px 30px;
}.contact_panel0 #contact {
    gap: 25px;
}.contact_panel0 .img_box5 {
    min-height: 300px;
}
}



@media (hover: hover) {.tyCard7 .pro_classes9:hover {
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}
}



@media screen and (max-width: 576px) {.tyCard7 {
    padding: 3rem 1rem;
}.tyCard7 .pro_classes9 {
    padding: 1.75rem;
}.tyCard7 .pro_classes9::before {
    height: 3px;
}.tyCard7 h5 {
    font-size: calc(24px * 0.8);
}.tyCard7 p {
    line-height: 1.7;
    font-size: calc(12px * 0.9);
}.tyCard7 .pro_classes9 > div:first-child {
    margin-bottom: 1.5rem;
}}



@media (min-width: 768px) {.contacts5 .message_panel2 {
    grid-template-columns: 1fr 1fr;
}.contacts5 .message_panel2 > div:last-child {
    grid-column: span 2;
}.contacts5 .connect_experts8 {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}.contacts5 .connect_experts8 > div {
    flex: 0 0 auto;
}
}



@media (max-width: 767px) {.contacts5 {
    padding: 4rem 0;
}.contacts5 h1 {
    font-size: calc(46px * 0.9);
    margin-bottom: 2rem;
}.contacts5 .message_panel2 {
    padding: 1.5rem;
}.contacts5 .message_panel2 > div:first-child {
    padding: 1.2rem;
}.contacts5 svg {
    width: 18px;
    height: 18px;
}
}



@media (max-width: 480px) {.our_mission9 {
    padding: 80px 0 40px;
}.our_mission9 h4 {
    font-size: calc(30px * 0.7);
}.our_mission9 .text_body9 {
    padding: 25px 20px;
    transform: none;
}.our_mission9 .text_body9 span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}


@media only screen and (max-width: 1200px) {.cookieSettingsWindow6 {
    padding: 20px;
}}



@media (max-width: 1200px) {.plan_card8 {
    padding: 100px 0;
}.plan_card8 .learning_fee2 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.plan_card8 h2 {
    font-size: calc(33px - 2px);
}.plan_card8 .fee_board1 {
    font-size: 15px;
    margin-bottom: 40px;
}
}



@media (max-width: 992px) {.plan_card8 {
    padding: 80px 0;
}.plan_card8 .learning_fee2 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.plan_card8 .cost_matrix3 {
    padding: 30px 20px;
}.plan_card8 .lesson_fees3 {
    padding: 8px 16px;
    font-size: calc(18px + 2px);
}
}


@media screen and (max-width: 991px) {.statistical_summary4 {
    padding: 100px 0;
}.statistical_summary4 .statistics_advantage3 {
    padding: 30px;
}.statistical_summary4 .expert_statistics0 {
    padding: 12px;
    height: 50px;
    width: 50px;
    margin-right: 15px;
}.statistical_summary4 .knowledge_gains3 {
    font-size: calc(36px - 2px);
}.statistical_summary4 .growth_statistics5 {
    font-size: calc(14px - 1px);
}.statistical_summary4 .knowledge_statistics6 {
    padding: 15px 12px;
    min-width: calc(33.33% - 20px);
}.statistical_summary4 .expert_upgrade1 {
    margin-bottom: 12px;
    height: 36px;
    width: 36px;
}.statistical_summary4 .expert_upgrade1::after {
    width: 42px;
    height: 42px;
}.statistical_summary4 .knowledge_statistics6 span {
    font-size: calc(24px + 2px);
}
}



@media (max-width: 991px) {.teaching_process3 {
    padding: 80px 0;
}.teaching_process3 .container.pro_classes9 > div {
    padding: 30px;
}.teaching_process3 h3 {
    font-size: calc(38px * 0.9);
}
}



@media (hover: none) {.teaching_process3 .container.pro_classes9 > div,
    .teaching_process3 .container.pro_classes9 > div:hover {
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: none;
}.teaching_process3 h3::after,
    .teaching_process3 .container.pro_classes9 > div:hover h3::after {
    width: 70px;
}.teaching_process3 p span::before {
    display: none;
}}



@media only screen and (max-width: 800px) {.privacy_safeguard7 {
    box-shadow: none;
    padding: 20px;
}.privacy_safeguard7 h1 {
    font-size: calc(24px - 10px);
}.privacy_safeguard7 h2 {
    font-size: calc(24px - 5px);
}}



@media (max-width: 768px) {.welcome_page1 {
    min-height: 80vh;
}.welcome_page1 .start_first4 {
    height: 80vh;
}.welcome_page1 .virtual_study5 {
    padding: 1.2rem;
}.welcome_page1 .title_style_header {
    padding: 0.8rem 0;
    font-size: 39px;
}.welcome_page1 p {
    padding: 0.6rem 1rem;
    background: linear-gradient(90deg, rgb(165,152,133), transparent 90%);
}.welcome_page1 h3 {
    padding: 0.6rem 1rem;
}.welcome_page1 .virtual_study5 > div {
    margin-bottom: 1.5rem;
}
}



@media (max-width: 1200px) {.twitter_cta6 .container {
    gap: 3rem;
}.twitter_cta6 .company_holder {
    flex: 1 1 350px;
}.twitter_cta6 .program_foot6 {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.twitter_cta6 .main_learn6 {
    gap: 2rem;
}
}



@media (max-width: 768px) {.twitter_cta6 {
    padding: 3.5rem 0 1.5rem;
}.twitter_cta6 .main_learn6 {
    gap: 1.5rem;
}.twitter_cta6 .company_holder h3 {
    font-size: calc(34px - 2px);
}.twitter_cta6 .company_holder h3::before,
    .twitter_cta6 .company_holder h3::after {
    width: 20px;
    height: 20px;
}.story_spot2 {
    margin-top: 2rem;
}.story_spot2::before {
    height: 15px;
    top: -15px;
}
}



@media (max-width: 420px) {.twitter_cta6::before {
    height: 10px;
}.twitter_cta6 .company_holder h3::before,
    .twitter_cta6 .company_holder h3::after {
    display: none;
}.twitter_cta6 .nav_base1 h5 {
    min-width: auto;
    width: 100%;
}.story_spot2 .equity_info1 {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}



@media screen and (max-width: 576px) {.course_structure1 .pro_classes9 {
    width: 92%;
    gap: 1rem;
}.course_structure1 .program_guide0 {
    padding: 1.5rem;
}.course_structure1 .program_guide0 h3 {
    margin-bottom: 1rem;
    font-size: calc(32px * 0.8);
}.course_structure1 .program_guide0 h3::before {
    display: none;
}.course_structure1 .program_guide0 p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.course_structure1 .feedback_help7 {
    font-size: calc(14px * 0.9);
    padding: 0.8rem 1.8rem;
}.course_structure1 .container {
    padding: 3rem 0;
}}



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

@keyframes numberFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes wave {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}



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



@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes feature-photo {
    0%, 16% {
        opacity: 1;
    }
    20%, 96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

