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

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

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    background: rgb(227,226,224);
    width: 100%;
    padding: 0;
    position: relative;
}

.contact_panel0::before {
    top: 0;
    left: 0;
    background-size: 60px 60px;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    height: 100%;
    z-index: 0;
    width: 100%;
    content: "";
}

.contact_panel0 .feedback_support5::before {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(190,185,175), rgb(165,152,133));
    content: "";
    height: 5px;
}

.contact_panel0 .message_query1::before {
    content: "";
    background: rgb(227,226,224);
    position: absolute;
    width: 10px;
    top: 0;
    left: 0;
    height: 100%;
}

.contact_panel0 h3::after {
    width: 100%;
    bottom: 0;
    height: 2px;
    position: absolute;
    left: 0;
    background: rgb(190,185,175,0.5);
    content: "";
}

.contact_panel0 input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}

.contact_panel0 .inquiry_request6 input[type="checkbox"]:checked {
    border-color: rgb(190,185,175);
    background: rgb(190,185,175);
}

.contact_panel0 .inquiry_request6 label {
    line-height: 1.5;
    font-size: 12px;
    color: #000000;
}

.contact_panel0 .inquiry_request6 a {
    text-decoration: none;
    color: rgb(190,185,175);
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact_panel0 .feedback_help7::before {
    top: 0;
    left: -100%;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    transition: all 0.6s ease;
}

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

.tyCard7 {
    background: linear-gradient(135deg, rgb(190,185,175,0.5), rgb(165,152,133), rgb(190,185,175));
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    isolation: isolate;
}

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

.tyCard7 .pro_classes9 {
    transform-origin: center bottom;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
}

.tyCard7 h5 {
    color: #000000;
    transform: translateY(20px);
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    opacity: 0;
    font-size: 24px;
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.tyCard7 a {
    color: inherit;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}

header::before {
    top: 0;
    opacity: 0.6;
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(190,185,175,0.5) 0%, 
        transparent 60%, 
        rgb(165,152,133,0.5) 100%);
    z-index: 0;
    height: 100%;
    left: 0;
}

header .first_pagebar0::after {
    transition: transform 0.3s ease;
    height: 2px;
    width: 100%;
    transform: scaleX(0.7);
    background: linear-gradient(to right, rgb(190,185,175), rgb(165,152,133));
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
}

header .head_pro5::after {
    transition: transform 0.3s ease;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgb(190,185,175), rgb(165,152,133));
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    content: '';
    position: absolute;
}

.contacts5::after {
    content: "";
    bottom: -5%;
    filter: blur(20px);
    height: 60%;
    z-index: 1;
    position: absolute;
    transform: rotate(10deg) skewY(5deg);
    left: -5%;
    width: 25%;
    background: linear-gradient(220deg, rgb(165,152,133,0.5), rgb(190,185,175,0.5));
    border-radius: 30px;
}

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

.contacts5 .message_panel2:hover {
    transform: translateY(-5px);
}

.contacts5 .message_panel2 > div:first-child {
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(250, 252, 255, 0.5), rgba(240, 245, 255, 0.8));
}

.contacts5 h6 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.contacts5 span {
    font-size: 18px;
    color: #000000;
    margin-left: 1.8rem;
}

.contacts5 .connect_experts8 > div:hover {
    transform: translateX(5px);
}

.contacts5 .query_form9:hover {
    color: rgb(190,185,175);
}

.contacts5 .query_form9:hover svg {
    transform: scale(1.1);
}

.contacts5 .query_form9:hover svg {
    animation: pulse 1s ease infinite;
}

.contacts5 .message_panel2:hover > div:first-child {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.our_mission9::after {
    left: -25%;
    content: "";
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
    position: absolute;
    background: rgb(190,185,175);
    height: 150px;
    top: -75px;
    width: 150%;
    transform: rotate(-2deg);
    opacity: 0.05;
    z-index: -1;
}

.our_mission9 .text_body9 {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    border-left: 5px solid rgb(190,185,175);
    overflow: hidden;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    transform-origin: center left;
}

.our_mission9 .text_body9 h6 {
    font-weight: 700;
    margin-bottom: 25px;
    transition: transform 0.4s ease;
    position: relative;
    color: rgb(190,185,175);
    transform: translateX(0);
    font-size: calc(23px * 1.2);
}

.our_mission9 .text_body9 span {
    color: #000000;
    position: relative;
    line-height: 1.8;
    display: block;
    font-family: Arial, sans-serif;
    column-count: 1;
    column-gap: 40px;
    font-size: 15px;
}

.developer_experience7 .img_box5 {
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 27px;
    transform: rotateY(10deg) translateZ(50px);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 400px;
    filter: saturate(0.8);
    width: 40%;
}

.developer_experience7 .img_box5:hover {
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    filter: saturate(1.2);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
}



.developer_experience7 .img_box5:hover {
    animation: pulse 1.5s infinite;
}

.developer_experience7 .exp_details0:hover {
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(50px);
}

.developer_experience7 .name {
    font-weight: 700;
    color: rgb(190,185,175);
    font-size: 33px;
    display: inline-block;
    position: relative;
    margin-bottom: 0.5rem;
}

.developer_experience7 .exp_details0 > div:nth-child(2) {
    margin-bottom: 2rem;
    opacity: 0.9;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgb(165,152,133);
}

.cookieSettingsWindow6 {
    bottom: 0;
    position: fixed;
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(190,185,175);
    background: rgb(227,226,224);
}

#popupPrivacyNotice4 {
    display: none;
}

.accept_cookies7 {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookie_none0 {
    text-align: center;
    border-bottom: 2px solid rgb(190,185,175);
    white-space: nowrap;
    color: rgb(190,185,175);
    font-size: 24px;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 10px;
    text-decoration: none;
    min-width: 120px;
    line-height: 35px;
}

.plan_card8 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}

.plan_card8 .container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
}

.plan_card8 .qtr_cost9 {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.plan_card8 .fee_board1 {
    max-width: 700px;
    letter-spacing: 0.3px;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
    font-size: calc(15px + 2px);
    margin: 0 auto 50px;
    font-weight: 400;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.plan_card8 .learning_fee2 li:hover {
    transform: translateY(-8px);
}

.plan_card8 .access_plans2 {
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    position: relative;
    box-sizing: border-box;
}

.plan_card8 .access_plans2::after {
    z-index: -1;
    background: linear-gradient(225deg, rgb(190,185,175,0.5) 10%, transparent 70%);
    width: 180px;
    border-radius: 0 0 0 180px;
    top: 0;
    right: 0;
    transition: all 0.5s ease;
    content: "";
    height: 180px;
    opacity: 0.1;
    transform: translate(50%, -50%);
    position: absolute;
}

.plan_card8 .cost_matrix3 h4::after {
    left: 0;
    content: "";
    width: 40px;
    background: rgb(190,185,175);
    height: 3px;
    position: absolute;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    bottom: -8px;
}

.statistical_summary4 {
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.statistical_summary4::before {
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    z-index: 1;
    position: absolute;
    opacity: 0.9;
}

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

.statistical_summary4 .expert_statistics0 {
    border-radius: 10px;
    display: flex;
    width: 60px;
    align-items: center;
    background: linear-gradient(135deg, rgb(190,185,175) 0%, rgb(165,152,133) 100%);
    padding: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    height: 60px;
    margin-right: 20px;
    justify-content: center;
    flex-shrink: 0;
}

.statistical_summary4 .extra_statistics7::after {
    position: absolute;
    bottom: 0;
    content: "";
    right: 10px;
    height: 1px;
    left: 10px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.1) 20%, 
        rgba(255, 255, 255, 0.1) 80%, 
        transparent 100%);
}

.statistical_summary4 .knowledge_statistics6:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}

.statistical_summary4 .expert_upgrade1::after {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 48px;
    height: 48px;
    transition: all 0.3s ease;
    content: "";
    top: 50%;
    border-radius: 50%;
    z-index: -1;
}

.statistical_summary4 .knowledge_statistics6:hover .expert_upgrade1 svg path {
    fill: rgb(190,185,175);
}

.statistical_summary4 .knowledge_statistics6:nth-child(3) span {
    animation-delay: 0.4s;
}



.statistical_summary4 .knowledge_statistics6 p {
    line-height: 1.4;
    font-size: 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

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

.teaching_process3::before {
    position: absolute;
    background: 
        radial-gradient(circle at 10% 30%, rgba(rgb(190,185,175,0.5), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 90% 70%, rgba(rgb(165,152,133,0.5), 0.05) 0%, transparent 40%);
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    left: 0;
}

.teaching_process3 .container.pro_classes9 > div:hover {
    box-shadow: 
        0 30px 60px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateZ(20px) rotateX(0);
}

.teaching_process3 .container.pro_classes9 > div:hover h3::after {
    width: 120px;
}

.teaching_process3 p {
    margin-bottom: 0;
    color: #000000;
    position: relative;
    transform: translateZ(5px);
    line-height: 1.7;
    font-size: 17px;
}

.teaching_process3 p span::before {
    transform: scale(0);
    right: -20px;
    content: "";
    height: 60px;
    position: absolute;
    width: 60px;
    border-radius: 50%;
    background: rgba(rgb(190,185,175,0.5), 0.05);
    top: -20px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                opacity 0.6s ease;
    opacity: 0;
}

.privacy_safeguard7 {
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px;
    color: #000000;
    font-family: Arial, sans-serif;
    background: rgb(190,185,175,0.5);
    width: 100%;
}

.privacy_safeguard7 ul, .privacy_safeguard7 ol {
    padding-left: 20px;
    padding-top: 10px;
    list-style-type: disc;
    margin-bottom: 20px;
}

.privacy_safeguard7 div {
    padding: 20px;
    background: #ffffff;
    line-height: 1.8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin-bottom: 20px;
}

.privacy_safeguard7 a:hover {
    color: rgb(190,185,175);
    text-decoration: underline;
}

.privacy_safeguard7 button:hover {
    background: rgb(190,185,175);
}

.newsletter5::before {
    transform: rotate(30deg);
    content: "";
    opacity: 0.4;
    width: 80%;
    height: 200%;
    top: -30%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    z-index: 1;
    background: rgb(165,152,133,0.5);
    animation: wave 15s infinite alternate;
    left: -10%;
    position: absolute;
}

.newsletter5 p::after {
    background: rgb(165,152,133);
    transform: translateX(-50%);
    border-radius: 3px;
    bottom: -1.5rem;
    position: absolute;
    width: 3rem;
    content: "";
    left: 50%;
    height: 3px;
}

.newsletter5 .access_lessons6:focus {
    outline: none;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.newsletter5 .updates_header8 {
    border-radius: 23px;
    position: relative;
    background: linear-gradient(90deg, rgb(190,185,175) 0%, rgb(165,152,133) 100%);
    border: none;
    cursor: pointer;
    font-size: 20px;
    transform: rotate(2deg) translateY(0);
    align-self: flex-end;
    color: #ffffff;
    z-index: 2;
    padding: 1.2rem 3rem;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.welcome_page1 .start_first4::before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(165,152,133,0.5), rgba(0, 0, 0, 0.5) 60%);
    left: 0;
    width: 100%;
}

.welcome_page1 .virtual_study5 > div {
    overflow: hidden;
    margin-bottom: 2.5rem;
    position: relative;
}

.welcome_page1 .virtual_study5 > div:nth-child(2) {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInRight 0.8s ease-out 0.6s forwards;
}

.welcome_page1 p {
    line-height: 1.6;
    max-width: 90%;
    font-weight: 400;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(165,152,133), transparent);
    position: relative;
    border-left: 4px solid rgb(190,185,175);
    font-size: calc(16px * 1.1);
    margin: 0;
    padding: 0.8rem 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
    transition: all 0.4s ease;
}

.welcome_page1 .title_style_header:hover {
    transform: perspective(1000px) rotateY(1deg);
}

.welcome_page1:hover .start_first4::after {
    animation: patternMove 20s linear infinite alternate;
}

.client_comments2 {
    background: rgb(227,226,224);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.client_comments2::after {
    position: absolute;
    transform: rotate(-3deg);
    height: 1px;
    top: 30%;
    width: 120%;
    left: -10%;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(190,185,175,0.5), transparent);
    content: "";
}

.client_comments2 h4::before {
    width: 5px;
    left: 0;
    content: "";
    background: rgb(190,185,175);
    position: absolute;
    top: 0;
    height: 100%;
}

.client_comments2 .student_ratings3::before {
    position: absolute;
    border-radius: 50%;
    background: rgb(165,152,133,0.5);
    height: 200px;
    z-index: -1;
    top: -100px;
    content: "";
    right: 10%;
    width: 200px;
    filter: blur(80px);
    opacity: 0.2;
}

.client_comments2 .student_feedback9::after {
    background: linear-gradient(225deg, rgb(190,185,175,0.5) 0%, rgb(165,152,133,0.5) 100%);
    filter: blur(10px);
    inset: -10px;
}

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

.client_comments2 .img_box5::before,
.client_comments2 .img_box5::after {
    content: "";
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1;
    border-radius: inherit;
    position: absolute;
    inset: 0;
}

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

.client_comments2 .student_feedback9 span::after {
    position: absolute;
    left: 50%;
    width: 50px;
    bottom: -8px;
    background: rgb(190,185,175);
    transform: translateX(-50%);
    content: "";
    height: 2px;
}

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

.client_comments2 .student_feedback9:nth-child(3n+1):hover,
.client_comments2 .student_feedback9:nth-child(3n+2):hover {
    transform: translateX(-5px) translateY(-5px) rotate(0);
}

.twitter_cta6::before {
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        90deg,
        rgb(190,185,175) 0px,
        rgb(190,185,175) 40px,
        rgb(165,152,133) 40px,
        rgb(165,152,133) 80px
    );
    left: 0;
    width: 100%;
    content: "";
    height: 20px;
}

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

.twitter_cta6 .company_holder h3::before {
    left: -10px;
    width: 30px;
    border-top: 3px solid #ffffff;
    position: absolute;
    content: "";
    height: 30px;
    top: -10px;
    border-left: 3px solid #ffffff;
}

.twitter_cta6 .intern_opp2 {
    font-size: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    line-height: 1.6;
    padding: 1.5rem;
    transform: translateZ(10px);
    color: #ffffff;
}

.twitter_cta6 .nav_base1 h5 {
    font-size: 22px;
    transform: translateZ(15px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    position: relative;
    color: #ffffff;
    background: rgb(165,152,133,0.5);
    display: inline-block;
    margin: 0 0 1.5rem;
    padding: 1rem 1.5rem;
    min-width: 200px;
}

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

.story_spot2::before {
    content: "";
    height: 20px;
    position: absolute;
    width: 100%;
    top: -20px;
    background: rgb(165,152,133);
    left: 0;
    transform-origin: bottom;
    transform: rotateX(45deg);
}

.course_structure1 .program_map0 {
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
}




.course_structure1 .program_map0 {
    z-index: 0;
}

.course_structure1 .coding_class3 {
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1.1);
    width: 100%;
    height: 100%;
    animation: slide-fade 25s infinite cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    opacity: 0;
}

.course_structure1 .coding_class3 img {
    filter: grayscale(0.3) contrast(1.1);
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.course_structure1 .program_guide0 {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    grid-row: 2 / 12;
    display: flex;
    justify-content: center;
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.04);
    z-index: 3;
    backdrop-filter: blur(20px);
    box-sizing: border-box;
    grid-column: 6 / 13;
    flex-direction: column;
    padding: 4rem;
}

.course_structure1 .program_guide0 p {
    word-wrap: break-word;
    font-size: 13px;
    line-height: 1.8;
    overflow-wrap: break-word;
    max-width: 100%;
    margin-bottom: 2.5rem;
    color: #000000;
}

.course_structure1 .feedback_help7::before {
    height: 100%;
    z-index: -1;
    transition: left 0.3s ease;
    content: "";
    left: -100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: rgb(190,185,175);
}




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

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

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

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


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



@media (max-width: 576px) {.contact_panel0 {
    padding: 50px 0;
}.contact_panel0 .container {
    padding: 0 15px;
}.contact_panel0 h2 {
    font-size: calc(36px - 6px);
    margin-bottom: 30px;
}.contact_panel0 .message_query1 {
    padding: 35px 25px;
}.contact_panel0 #contact {
    gap: 20px;
}.contact_panel0 input[type="text"] {
    padding: 15px;
}.contact_panel0 .feedback_help7 {
    width: 100%;
    padding: 15px 25px;
}.contact_panel0 .img_box5 {
    min-height: 250px;
}}



@media screen and (max-width: 768px) {.tyCard7 {
    padding: 4rem 1.5rem;
}.tyCard7 .pro_classes9 {
    transform: none;
    padding: 2rem;
}.tyCard7 .pro_classes9::before {
    height: 4px;
}.tyCard7 h5 {
    font-size: calc(24px * 0.85);
}.tyCard7 p {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 767px) {header .site_header0 {
    padding: 0.7rem 2%;
    justify-content: center;
}header .first_pagebar0 {
    margin: 0 0 0.6rem 0;
}header .first_pagebar0 svg {
    width: 120px;
}header .nav_base1 {
    width: 100%;
    justify-content: center;
}header .head_pro5 {
    padding: 0.3rem 0.5rem;
    font-size: calc(14px - 2px);
}
}



@media (min-width: 992px) {.contacts5 {
    padding: 8rem 0;
}.contacts5 .message_panel2 {
    grid-template-columns: 2fr 1fr 1.5fr;
}.contacts5 .message_panel2 > div:last-child {
    grid-column: auto;
}.contacts5 .connect_experts8 {
    flex-direction: column;
}.contacts5 h1 {
    font-size: calc(46px * 1.1);
    margin-bottom: 4rem;
}.contacts5 .message_panel2 > div:first-child {
    padding: 2rem;
}
}



@media (max-width: 767px) {.our_mission9 {
    padding: 100px 0 60px;
}.our_mission9 h4 {
    font-size: calc(30px * 0.8);
    margin-bottom: 40px;
}.our_mission9 .text_body9 {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px;
}.our_mission9 .text_body9 h6 {
    font-size: calc(23px * 1.1);
    margin-bottom: 20px;
}
}



@media (max-width: 992px) {.developer_experience7 .student_feedback9 {
    flex-direction: column;
}.developer_experience7 .img_box5,
    .developer_experience7 .exp_details0 {
    transform: none;
    width: 100%;
}.developer_experience7 .img_box5 {
    margin-bottom: 2rem;
    height: 300px;
}.developer_experience7 .img_box5:hover,
    .developer_experience7 .exp_details0:hover {
    transform: translateY(-10px);
}}



@media (max-width: 768px) {.plan_card8 {
    padding: 60px 0;
}.plan_card8 .learning_fee2 {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.plan_card8 h2 {
    font-size: calc(33px - 4px);
}.plan_card8 .cost_matrix3 h4 {
    font-size: 18px;
}.plan_card8 .cost_matrix3 p {
    font-size: calc(15px - 1px);
}
}



@media screen and (max-width: 767px) {.statistical_summary4 {
    padding: 80px 0;
}.statistical_summary4 .statistics_advantage3 {
    padding: 25px;
}.statistical_summary4 .expert_statistics0 {
    margin-bottom: 15px;
    margin-right: 0;
}.statistical_summary4 .knowledge_gains3 {
    font-size: calc(36px - 4px);
    margin-bottom: 8px;
}.statistical_summary4 .growth_statistics5 {
    font-size: calc(14px - 1px);
}.statistical_summary4 .knowledge_statistics6 {
    padding: 15px 10px;
    min-width: calc(50% - 20px);
}.statistical_summary4 .expert_upgrade1 {
    width: 32px;
    margin-bottom: 10px;
    height: 32px;
}.statistical_summary4 .expert_upgrade1::after {
    width: 38px;
    height: 38px;
}.statistical_summary4 .knowledge_statistics6 span {
    font-size: calc(24px);
}.statistical_summary4 .knowledge_statistics6 p {
    font-size: calc(14px - 1px);
}

}



@media (max-width: 767px) {.teaching_process3 {
    padding: 60px 0;
}.teaching_process3 .container.pro_classes9 {
    padding: 0 15px;
}.teaching_process3 .container.pro_classes9 > div {
    transform: translateZ(0) rotateX(0);
    padding: 25px;
}.teaching_process3 h3 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.8);
}.teaching_process3 h3::after {
    width: 60px;
    height: 3px;
}.teaching_process3 p {
    font-size: calc(17px * 0.95);
}.teaching_process3 .container.pro_classes9::before,
    .teaching_process3 .container.pro_classes9::after {
    height: 80px;
    width: 80px;
}
}



@media (max-width: 992px) {.welcome_page1 .virtual_study5 {
    padding: 1.5rem;
    width: 95%;
}.welcome_page1 .title_style_header {
    font-size: calc(39px * 1.1);
}.welcome_page1 p {
    max-width: 100%;
    font-size: 16px;
}.welcome_page1 h3 {
    font-size: 24px;
    max-width: 100%;
}.welcome_page1 .virtual_study5 > div {
    margin-bottom: 2rem;
}
}



@media (max-width: 767px) {.client_comments2 {
    padding: 70px 0;
}.client_comments2 h4 {
    display: block;
    text-align: center;
    transform: none;
    margin-bottom: 50px;
    font-size: calc(38px * 0.8);
    padding-left: 0;
}.client_comments2 h4::before {
    left: 50%;
    bottom: -15px;
    top: auto;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
}.client_comments2 h4::after {
    display: none;
}.client_comments2 .student_ratings3 {
    grid-template-columns: 1fr;
    gap: 40px;
}.client_comments2 .student_feedback9 {
    padding: 25px 20px;
}.client_comments2 .student_feedback9:nth-child(3n+1),
    .client_comments2 .student_feedback9:nth-child(3n+2) {
    transform: none;
}.client_comments2 .img_box5 {
    width: 80px;
    height: 80px;
}.client_comments2 .student_feedback9 span {
    font-size: calc(16px * 0.9);
}.client_comments2 .student_feedback9 p {
    font-size: calc(18px * 0.9);
}}




@media screen and (max-width: 1200px) {.course_structure1 .pro_classes9 {
    width: 90%;
    height: 85vh;
}.course_structure1 .program_guide0 {
    padding: 3rem;
}
}



@media screen and (max-width: 992px) {.course_structure1 .pro_classes9 {
    height: auto;
    grid-template-rows: auto 1fr;
    gap: 2rem;
    grid-template-columns: repeat(8, 1fr);
}.course_structure1 .pro_classes9::before {
    display: none;
}.course_structure1 .pro_classes9::after {
    display: none;
}.course_structure1 .program_guide0 {
    grid-column: 1 / 9;
    padding: 2.5rem;
    grid-row: 2;
}.course_structure1 .container {
    height: auto;
    padding: 5rem 0;
}
}



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



@keyframes shimmer {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 100px 100px, -100px -100px;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(190,185,175,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

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



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



@keyframes slide-fade {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

