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

header,footer {
    width: 100%;
}


header {
    z-index: 100;
    position: relative;
    padding: 0;
    background: linear-gradient(135deg, rgb(165,160,164,0.5) 0%, rgb(122,115,125,0.5) 100%);
    margin-top: 0;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
}

header .meta_nav_begin {
    display: block;
    transition: all 0.3s ease;
}

header .meta_nav_begin img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

header .meta_top_pro a {
    padding: 0.8rem 1.2rem;
    z-index: 1;
    font-weight: 600;
    text-decoration: none;
    -webkit-backdrop-filter: blur(5px);
    font-size: 15px;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    border-radius: 24px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    position: relative;
    transition: all 0.3s ease;
}

header .meta_main_train {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    background: rgb(194,193,182);
}

.meta_contact_information {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(194,193,182) 0%, 
        rgb(122,115,125,0.5) 100%
    );
    overflow: hidden;
}

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

.meta_contact_information .meta_help_inquiry h3 {
    font-weight: 600;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 35px;
    position: relative;
    color: #ffffff;
}

.meta_contact_information .meta_help_inquiry input:not([type="checkbox"]):not([type="submit"]) {
    border-radius: 10px;
    padding: 1rem 1.5rem;
    position: relative;
    outline: none;
    color: #ffffff;
    border: 1px solid rgb(165,160,164,0.5);
    background: rgb(122,115,125,0.5);
    font-size: 15px;
    transition: all 0.3s ease;
    width: 100%;
}

.meta_contact_information .meta_help_inquiry .meta_reach_widget label {
    align-items: center;
    font-size: 15px;
    color: #ffffff;
    display: flex;
}

.meta_contact_information .meta_help_inquiry .meta_reach_widget a:hover {
    text-decoration: underline;
}

.meta_contact_information .meta_help_inquiry .meta_support_support:hover::before {
    opacity: 1;
}

.meta_education_framework {
    isolation: isolate;
    background: rgb(194,193,182);
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
}

.meta_education_framework::after {
    bottom: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, 
        rgb(194,193,182), 
        transparent
    );
    height: 40%;
    content: "";
    position: absolute;
}

.meta_education_framework h3::before {
    right: 0;
    left: 0;
    background-size: 20px 20px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        ),
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        );
    opacity: 0.3;
    animation: moveGrid 20s linear infinite;
}

.meta_education_framework span::after {
    border-radius: 50%;
    height: 20px;
    background: rgb(165,160,164);
    box-shadow: 0 0 15px rgb(165,160,164,0.5);
    position: absolute;
    animation: pulse 3s infinite;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    content: "";
}

.meta_teaching_experience .name {
    color: #000000;
    font-weight: 700;
    position: relative;
    line-height: 1.1;
    margin-bottom: 1rem;
    font-size: calc(47px * 1.2);
}

.meta_teaching_experience .meta_career_explore::before {
    background-color: rgb(165,160,164);
    height: 3px;
    width: 60px;
    top: -1.5rem;
    left: 0;
    position: absolute;
    content: "";
}

.meta_sign_up .meta_virtual_academy {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    z-index: 2;
    justify-content: center;
}

.meta_sign_up h3 {
    margin-bottom: 2.5rem;
    text-align: center;
    width: 100%;
    color: #000000;
    font-size: 23px;
    font-weight: 700;
    position: relative;
}

.meta_sign_up .meta_feedback_block:hover h3::after {
    transform: translateX(-50%) scaleX(1);
}

.meta_sign_up .input_holder {
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
    display: flex;
}

.meta_sign_up input[type="email"]:focus {
    box-shadow: 0 5px 10px -5px rgb(165,160,164,0.5);
    outline: none;
    border-bottom-color: rgb(165,160,164);
}

.meta_sign_up input[type="submit"]:hover {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

.meta_pricing_frame::before {
    content: "";
    top: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
    left: 0;
}

.meta_pricing_frame .meta_cost_card {
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
    list-style: none;
}

.meta_pricing_frame .meta_promo_plans {
    flex-direction: column;
    border-radius: 4px;
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    padding: 35px 25px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.05);
}

.meta_pricing_frame .meta_promo_plans p {
    margin-bottom: 25px;
    font-size: calc(15px - 2px);
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
    flex-grow: 1;
}

.meta_pricing_frame .meta_offer_box:hover {
    transform: translateY(-10px) rotateX(5deg);
}

.meta_pricing_frame .meta_offer_box:hover .meta_learning_cost::before {
    opacity: 1;
}

.meta_pricing_frame .meta_offer_box:hover .meta_basic_rates::before {
    left: 100%;
}

.meta_appSection {
    background: linear-gradient(135deg, rgb(194,193,182) 25%, rgba(rgb(165,160,164,0.5), 0.05) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.meta_appSection .meta_virtual_academy {
    flex-direction: column;
    backdrop-filter: blur(10px);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    padding: 3.5rem;
    position: relative;
    gap: 2rem;
    transform: perspective(1000px) rotateY(1deg);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(122,115,125,0.5), 0.1) inset;
}

.meta_appSection p {
    color: #000000;
    line-height: 1.8;
    transition: color 0.3s ease;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
}

.meta_title_welcome {
    display: flex;
    perspective: 1000px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(194,193,182) 0%, rgb(165,160,164,0.5) 100%);
    padding: 4rem 2rem;
    min-height: 100vh;
}

.meta_title_welcome h1.meta_page_open {
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    animation: titleFadeIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 46px);
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    transform: translateZ(50px);
}

.meta_title_welcome .meta_founder_vision {
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    width: 100%;
    align-items: flex-end;
    height: 100%;
}

#meta_consentAlertWindow {
    display: none;
}

#meta_consentAlertWindow:checked ~ .meta_trackingPolicyPanel {
    opacity: 0;
    visibility: hidden;
}

.meta_visitor_controls {
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    border: 2px dashed rgb(165,160,164);
    justify-content: space-between;
    padding: 20px 5%;
    align-items: center;
    gap: 20px;
    border-radius: 28px;
}

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

.meta_grant_cta .meta_contact_help {
    justify-content: space-between;
    position: relative;
    display: flex;
    gap: 1.5rem;
    transform: translateY(-3.5rem);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 10;
    background-color: #ffffff;
    margin-bottom: 2rem;
    padding: 1.25rem 2rem;
    flex-wrap: wrap;
    border-radius: 10px;
}

.meta_grant_cta .info_item:hover {
    transform: translateY(-5px);
}

.meta_grant_cta .info_item svg {
    height: 22px;
    transition: transform 0.3s ease;
    fill: rgb(165,160,164);
    width: 22px;
}

.meta_grant_cta .meta_head_page svg {
    filter: brightness(0) invert(1);
    max-width: 180px;
    transition: filter 0.3s ease, transform 0.3s ease;
    height: auto;
}

.meta_grant_cta .meta_header_page::before {
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(122,115,125,0.5) 30%, rgb(122,115,125,0.5) 70%, transparent);
    bottom: 0;
    content: '';
    position: absolute;
    left: -2rem;
    top: 0;
}

.meta_grant_cta .meta_nav_primary:first-child {
    margin-bottom: 2rem;
}

.meta_grant_cta .meta_nav_primary a:hover::before {
    width: 20px;
}

.meta_grant_cta .subscribe_holder {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.05);
    gap: 1.5rem;
    position: relative;
    flex-direction: column;
    padding: 2rem;
}

.meta_grant_cta .subscribe_holder p {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    font-size: 17px;
    opacity: 0.9;
}



.meta_grant_cta .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 1.125rem 1.5rem;
    font-size: 17px;
    color: #ffffff;
}

.meta_grant_cta .meta_newsletter_wrap::after {
    width: 100%;
    background: rgb(122,115,125);
    top: 0;
    opacity: 0;
    height: 100%;
    z-index: -2;
    content: '';
    position: absolute;
    transition: opacity 0.3s ease;
    left: 0;
}

.meta_grant_cta .meta_footer_milestones {
    padding-top: 2rem;
    margin-top: 4rem;
    position: relative;
    text-align: center;
}

.meta_about_this::before {
    top: 0;
    height: 5px;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(165,160,164), rgb(122,115,125));
}

.meta_about_this .meta_mission_why::before {
    width: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    background: #ffffff;
    height: 50px;
    border-radius: 50%;
    border: 3px solid rgb(165,160,164);
    content: "";
    z-index: 3;
    transform: translate(-50%, -50%);
}

.meta_about_this .meta_mentor_team:last-child {
    border-bottom: 3px solid rgb(122,115,125);
}

.meta_about_this .meta_mentor_team:first-child::before {
    color: rgb(165,160,164,0.5);
    opacity: 0.2;
    font-weight: 700;
    right: 20px;
    top: 20px;
    line-height: 1;
    content: "01";
    position: absolute;
    font-size: 70px;
}

.meta_privacy_compartment {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.meta_privacy_compartment ul {
    margin: 20px 0;
    color: #000000;
    list-style-type: square;
}

.meta_course_overview {
    background-color: rgb(194,193,182);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.meta_course_overview .meta_text_pill {
    margin: 0 auto 60px;
    position: relative;
    width: 80%;
}

.meta_course_overview .meta_text_pill h2 {
    background-image: repeating-linear-gradient(45deg, rgb(165,160,164,0.5) 0px, rgb(165,160,164,0.5) 2px, transparent 2px, transparent 8px);
    font-weight: 700;
    padding: 15px;
    font-size: 30px;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
    transition: transform 0.5s ease;
    border-radius: 10px;
    transform: translateX(0);
}

.meta_course_overview .meta_full_width_image::before {
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(165,160,164,0.5) 0%, transparent 80%);
    content: "";
    left: 0;
    position: absolute;
}



.meta_course_overview .meta_text_pill::after {
    right: -60px;
    position: absolute;
    animation: rotateAnimation 30s infinite linear reverse;
    top: -40px;
    z-index: -1;
    height: 100px;
    border: 2px dashed rgb(165,160,164,0.5);
    width: 100px;
    border-radius: 50%;
    content: "";
}



.meta_course_overview .meta_learn_coding .meta_text_pill .description strong {
    font-weight: 600;
    color: rgb(122,115,125);
}

::-webkit-scrollbar {
    background: #ffffff;
    height: 3px;
    padding: 3px;
    width: 1rem;
}

::-webkit-scrollbar-button {
    height: 10px;
    background: rgb(194,193,182);
}

::-webkit-scrollbar-track {
    border-radius: 4rem;
    background: rgb(194,193,182);
    margin: 2px 0;
    box-shadow: inset 4px -4px 10px 0px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
    min-height: 34px;
    border: 1px ridge rgb(122,115,125,0.5);
    background: rgb(165,160,164,0.5);
    border-radius: 18%;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(165,160,164,0.5);
    border-color: rgb(122,115,125);
}

::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}



@media screen and (max-width: 768px) {.meta_contact_information {
    padding: 3rem 0;
}.meta_contact_information h2 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    font-size: calc(42px * 0.8);
}.meta_contact_information h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.meta_contact_information .meta_help_inquiry h3 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.9);
}.meta_contact_information .meta_help_inquiry input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}



@media (max-width: 576px) {.meta_teaching_experience {
    padding: 4rem 1rem;
}.meta_teaching_experience .meta_full_width_image {
    height: 320px;
}.meta_teaching_experience .name {
    font-size: 28px;
}.meta_teaching_experience .meta_job_view > div:nth-child(2) {
    font-size: 13px;
}.meta_teaching_experience .meta_career_explore {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 1200px) {.meta_pricing_frame {
    padding: 100px 0;
}.meta_pricing_frame .meta_cost_card {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.meta_pricing_frame .meta_promo_plans {
    padding: 30px 20px;
}
}



@media (hover: none) {.meta_pricing_frame .meta_offer_box:hover {
    transform: none;
}.meta_pricing_frame .meta_learning_cost {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.meta_pricing_frame .meta_offer_box:active {
    transform: scale(0.98);
}}



@media (max-width: 768px) {.meta_appSection {
    padding: 3rem 0;
}.meta_appSection .meta_virtual_academy {
    padding: 2rem;
    gap: 1.5rem;
    transform: perspective(1000px) rotateY(0deg);
}.meta_appSection .meta_virtual_academy:hover {
    transform: perspective(1000px) rotateY(0deg);
}.meta_appSection h5 {
    font-size: calc(19px * 0.85);
    transform: translateX(0);
}.meta_appSection p {
    font-size: calc(17px * 0.95);
}.meta_appSection::before {
    width: 60%;
    right: -30%;
    top: -10%;
    height: 50%;
}
}


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



@media screen and (max-width: 991px) {.meta_about_this {
    padding: 70px 0;
}.meta_about_this h2 {
    margin-bottom: 40px;
}.meta_about_this .meta_mission_why {
    gap: 25px;
    grid-template-columns: 1fr;
}.meta_about_this .meta_mission_why::before,
    .meta_about_this .meta_mission_why::after {
    display: none;
}.meta_about_this .meta_mentor_team {
    padding: 30px;
}
}



@media screen and (max-width: 575px) {.meta_about_this {
    padding: 50px 0;
}.meta_about_this h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.meta_about_this .meta_mentor_team {
    padding: 20px;
}.meta_about_this .meta_mentor_team h3 {
    padding-bottom: 10px;
    font-size: calc(18px * 0.85);
    margin-bottom: 12px;
}.meta_about_this .meta_mentor_team p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.meta_about_this .meta_mentor_team:first-child::before,
    .meta_about_this .meta_mentor_team:last-child::before {
    font-size: 50px;
    right: 10px;
    top: 10px;
}.meta_about_this .container::before,
    .meta_about_this .container::after {
    height: 100px;
    width: 100px;
    border-width: 20px;
}}



@keyframes shiftPattern {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-30px);
    }
    100% {
        transform: rotate(15deg) translateY(0);
    }
}



@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.8;
    }
}



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

@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

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

