html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
}

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

header .meta_top_start {
    align-items: center;
    display: flex;
    padding: 1.2rem 2.5rem;
    position: relative;
    z-index: 5;
    justify-content: space-between;
}

header .meta_head_page:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
}

header .meta_top_pro {
    margin: 0 0.3rem;
    position: relative;
}

header .meta_top_pro a:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

header .meta_top_pro:hover::after {
    width: 70%;
}

header .meta_top_start::before {
    top: -20px;
    height: 100px;
    position: absolute;
    background: rgb(165,160,164,0.5);
    filter: blur(40px);
    content: '';
    opacity: 0.5;
    border-radius: 50%;
    right: -20px;
    width: 100px;
    z-index: -1;
}

header .meta_head_page:hover::after {
    transform: scaleX(0.9);
    opacity: 0.7;
}

.meta_contact_information .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 1rem;
}

.meta_contact_information .meta_full_width_image {
    transform: skew(-10deg);
    z-index: 2;
    position: relative;
    min-height: 600px;
    margin-left: -5%;
    flex: 0 0 45%;
}

.meta_contact_information h2::before {
    left: 0;
    top: 50%;
    height: 1rem;
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgb(165,160,164);
    box-shadow: 0 0 15px rgb(165,160,164,0.5);
    transform: translateY(-50%);
    width: 1rem;
}

.meta_contact_information .meta_help_inquiry input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(165,160,164);
    box-shadow: 0 0 15px rgb(165,160,164,0.5);
}

.meta_contact_information .meta_help_inquiry .meta_reach_widget {
    gap: 1rem;
    display: flex;
    align-items: center;
}

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

.meta_contact_information .meta_help_inquiry .meta_support_support::before {
    top: -50%;
    position: absolute;
    left: -50%;
    width: 200%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(165,160,164,0.5), 
        transparent
    );
    content: '';
    height: 200%;
    opacity: 0;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}

.meta_education_framework h3 {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(165,160,164), rgb(122,115,125));
    position: relative;
    font-size: 33px;
    font-weight: 700;
    padding: 2.5rem;
    margin: 0;
    width: 100%;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 75%, 
        50% 100%, 
        0 75%
    );
    padding-bottom: 4rem;
    text-align: center;
}

.meta_education_framework span::before {
    content: "";
    border-radius: 50%;
    background: #ffffff;
    z-index: -1;
    top: -35px;
    position: absolute;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
    width: 70px;
    height: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.meta_teaching_experience .meta_feedback_views {
    display: flex;
    box-shadow: none;
    border-radius: 0;
    z-index: 2;
    background: transparent;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.meta_teaching_experience .meta_job_view::before {
    top: 0;
    left: 2.5rem;
    height: 100%;
    background: linear-gradient(to bottom, rgb(122,115,125,0.5), transparent);
    width: 1px;
    content: "";
    position: absolute;
}

.meta_teaching_experience .meta_feedback_views:hover .meta_full_width_image {
    box-shadow: 10px 10px 0 rgb(122,115,125);
    transform: rotate(0deg);
}

.meta_sign_up::before {
    left: 0;
    z-index: 1;
    opacity: 0.4;
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(122,115,125,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(165,160,164,0.5) 0%, transparent 40%);
    height: 100%;
    position: absolute;
    width: 100%;
}

.meta_sign_up h3::after {
    content: "";
    transform: translateX(-50%) scaleX(0.5);
    background: rgb(165,160,164);
    position: absolute;
    left: 50%;
    bottom: -0.8rem;
    width: 40px;
    transition: transform 0.3s ease;
    height: 3px;
}

.meta_sign_up input[type="submit"]::before {
    width: 100%;
    background: rgb(122,115,125);
    z-index: -1;
    height: 100%;
    transform: translateY(100%);
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    content: "";
    top: 0;
}

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

.meta_pricing_frame .meta_tuition_grid {
    line-height: 1.6;
    max-width: 800px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    margin: 0 auto 60px;
    opacity: 0.9;
}

.meta_pricing_frame .meta_offer_box {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    height: 100%;
    transform-style: preserve-3d;
    will-change: transform;
    text-decoration: none;
}

.meta_pricing_frame .meta_promo_plans h4 {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
}

.meta_pricing_frame .meta_promo_plans h4::after {
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
    bottom: 0;
    background: rgb(165,160,164);
    position: absolute;
    width: 40px;
    content: "";
}

.meta_pricing_frame .meta_offer_box:hover .meta_learning_cost {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}

.meta_appSection::before {
    width: 40%;
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate;
    height: 70%;
    right: -10%;
    top: -15%;
    filter: blur(80px);
    opacity: 0.1;
    background: linear-gradient(120deg, rgb(122,115,125), rgba(rgb(122,115,125,0.5), 0.2));
    transform: rotate(35deg) skew(15deg);
    content: "";
    position: absolute;
}

.meta_appSection .meta_virtual_academy > div:first-child::after {
    position: absolute;
    height: 3px;
    background: rgb(165,160,164);
    bottom: 0;
    content: "";
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform-origin: left;
    width: 60px;
}

.meta_appSection a:hover {
    transform: translateY(-3px);
}

.meta_appSection a::before {
    bottom: -10px;
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.7;
    width: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, 
        rgb(165,160,164), 
        rgb(122,115,125));
}

.meta_title_welcome::after {
    position: absolute;
    transform: skewY(-5deg) scale(1.2);
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
    content: "";
    background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 10px,
    rgb(122,115,125,0.5) 10px,
    rgb(122,115,125,0.5) 11px
  );
    width: 100%;
}

.meta_title_welcome .meta_learn_skillspro {
    width: 100%;
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    animation: floatIn 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s both;
    overflow: hidden;
    transform: translateZ(20px) rotateX(5deg);
    aspect-ratio: 16 / 9;
}

.meta_title_welcome .meta_founder_vision h3 {
    font-size: clamp(1.1rem, 2.5vw, 21px);
    text-shadow: 0 2px 4px #000000;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 600;
}

.meta_trackingPolicyPanel h5 {
    color: rgb(165,160,164);
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.meta_learn_consent {
    padding: 10px;
    margin-right: 20px;
    justify-content: center;
    flex-shrink: 0;
    background: rgb(165,160,164,0.5);
    display: flex;
    border-radius: 28px;
    align-items: center;
}

.meta_trackingPolicyPanel p a {
    border-bottom: 1px dashed rgb(165,160,164);
    color: rgb(165,160,164);
    text-decoration: none;
    transition: color 0.3s ease;
}

.meta_grant_cta .container {
    position: relative;
    z-index: 3;
}

.meta_grant_cta .meta_about_learn {
    position: relative;
    display: flex;
    flex-direction: column;
}

.meta_grant_cta .meta_contact_help::before {
    position: absolute;
    opacity: 0.08;
    left: 0;
    border-radius: 10px;
    height: 100%;
    background: linear-gradient(135deg, transparent 20%, rgb(165,160,164,0.5) 140%);
    z-index: -1;
    content: '';
    top: 0;
    width: 100%;
}

.meta_grant_cta .info_item:hover p,
.meta_grant_cta .info_item:hover a {
    color: rgb(165,160,164);
}

.meta_grant_cta .info_item:hover svg {
    transform: scale(1.15);
}

.meta_grant_cta .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 4rem;
    position: relative;
    display: grid;
}

.meta_grant_cta .meta_header_page {
    display: flex;
    flex-direction: column;
    position: relative;
}

.meta_grant_cta .meta_header_page h5::after {
    height: 2px;
    left: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(to right, rgb(165,160,164), transparent);
    position: absolute;
    width: 60px;
}

.meta_grant_cta .meta_nav_primary a {
    font-size: 17px;
    transform-origin: left;
    opacity: 0.85;
    padding: 0.25rem 0;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    position: relative;
}



.meta_grant_cta .subscribe_holder h5 {
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 0.875rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.meta_grant_cta .subscribe_holder h5::after {
    position: absolute;
    width: 40px;
    left: 0;
    bottom: 0;
    background: rgb(165,160,164);
    content: '';
    height: 2px;
}

.meta_grant_cta .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(165,160,164,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
    border-color: rgb(165,160,164,0.5);
}

.meta_grant_cta .meta_newsletter_wrap::before {
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    z-index: -1;
}

.meta_grant_cta .meta_newsletter_wrap:hover::before {
    left: 100%;
}

.meta_grant_cta .meta_footer_milestones::before {
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(122,115,125,0.5), transparent);
    width: 60%;
    left: 20%;
    top: 0;
    content: '';
}

.meta_about_this .meta_mission_why {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.meta_about_this .meta_mentor_team {
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 11px;
    padding: 35px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.meta_about_this .meta_mentor_team h3::after {
    width: 60px;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    background: rgb(122,115,125);
    left: 0;
}

.meta_about_this .container::before {
    left: -100px;
    content: "";
    border-radius: 50%;
    height: 200px;
    top: -100px;
    width: 200px;
    opacity: 0.1;
    position: absolute;
    border: 30px solid rgb(165,160,164,0.5);
    z-index: -1;
}

.meta_privacy_compartment h2 {
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #000000;
    margin: 10px 0;
}

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

.meta_course_overview .meta_text_pill h2:hover {
    transform: translateX(10px);
}

.meta_course_overview .meta_text_pill .description {
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 13px;
    position: relative;
    border-left: 2px solid rgb(165,160,164);
    padding-left: 20px;
    color: #000000;
}

.meta_course_overview .meta_learn_coding:hover .meta_full_width_image {
    opacity: 0.3;
    transform: scale(1.05);
}



.meta_course_overview .meta_learn_coding::before {
    width: 200px;
    content: "";
    bottom: -100px;
    border-radius: 50%;
    background-color: rgb(122,115,125,0.5);
    filter: blur(100px);
    left: -50px;
    z-index: -1;
    animation: pulseAnimation 10s infinite ease-in-out;
    height: 200px;
    position: absolute;
}

.meta_course_overview .meta_text_pill .description:last-child::before {
    content: "";
    background-position: center;
    border-radius: 27px;
    z-index: -1;
    filter: brightness(0.5) contrast(1.2);
    background-size: cover;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
}



@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


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



@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .meta_top_start {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .meta_head_page {
    padding: 0.6rem 1rem;
    margin-bottom: 0;
    border-radius: 10px;
}header .meta_header_page {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .meta_top_pro a {
    border-radius: 10px;
    padding: 0.6rem 1rem;
    font-size: calc(15px - 1px);
}header .meta_top_start::before,
    header .meta_top_start::after {
    display: none;
}
}



@media screen and (max-width: 480px) {.meta_contact_information .meta_reach_info {
    border-radius: 0;
}.meta_contact_information .meta_help_inquiry {
    padding: 2rem 1.5rem;
}}



@media (max-width: 992px) {.meta_education_framework {
    padding: 5rem 1.5rem;
}.meta_education_framework::before {
    background-position: 0 0, 25px 25px;
    background-size: 50px 50px;
}.meta_education_framework h3 {
    padding-bottom: 3.5rem;
    font-size: calc(33px * 0.9);
    padding: 2rem;
}.meta_education_framework span {
    padding: 2.5rem 2rem 2rem;
}
}



@media (max-width: 768px) {.meta_sign_up {
    padding: 4rem 1.5rem;
}.meta_sign_up .meta_feedback_block {
    padding: 2.5rem 1.5rem;
    animation: none;
    max-width: 100%;
}
}



@media (max-width: 480px) {.meta_sign_up {
    padding: 3rem 1rem;
}.meta_sign_up .meta_feedback_block {
    padding: 2rem 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
}.meta_sign_up h3 {
    font-size: calc(23px * 0.9);
}.meta_sign_up input[type="email"],
    .meta_sign_up input[type="submit"] {
    padding: 0.8rem;
}.meta_sign_up input[type="submit"] {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
}}



@media (max-width: 992px) {.meta_appSection {
    padding: 4rem 0;
}.meta_appSection .meta_virtual_academy {
    padding: 2.5rem;
}.meta_appSection h5 {
    font-size: calc(19px * 0.9);
}
}



@media (min-width: 768px) {.meta_title_welcome {
    padding: 6rem 3rem;
}.meta_title_welcome > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.meta_title_welcome h1.meta_page_open::after {
    width: 120px;
}.meta_title_welcome .meta_learn_skillspro {
    transform: translateZ(30px) rotateX(5deg) rotateY(-2deg);
}.meta_title_welcome .meta_founder_vision span {
    width: 80%;
    padding: 3rem;
}
}



@media (max-width: 767px) {.meta_title_welcome {
    padding: 3rem 1.5rem;
}.meta_title_welcome h1.meta_page_open {
    transform: translateZ(20px);
}.meta_title_welcome p {
    transform: translateZ(10px);
    max-width: 100%;
}.meta_title_welcome .meta_learn_skillspro {
    aspect-ratio: 4 / 3;
    margin-top: 2rem;
    transform: translateZ(10px) rotateX(3deg);
}.meta_title_welcome .meta_founder_vision span {
    width: 100%;
    padding: 1.5rem;
}}



@media (max-width: 768px) {.meta_grant_cta {
    padding: 4rem 0 2rem;
}.meta_grant_cta .meta_contact_help {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.meta_grant_cta .info_item {
    width: 100%;
    max-width: none;
}.meta_grant_cta .meta_nav_primary {
    grid-template-columns: repeat(2, 1fr);
}.meta_grant_cta .meta_footer_milestones {
    margin-top: 3rem;
}
}



@media screen and (max-width: 767px) {.meta_about_this {
    padding: 60px 0;
}.meta_about_this h2 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.9);
}.meta_about_this .meta_mentor_team {
    padding: 25px;
}.meta_about_this .meta_mentor_team h3 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.meta_about_this .meta_mentor_team p {
    font-size: calc(14px * 0.95);
}.meta_about_this .meta_mentor_team:first-child::before,
    .meta_about_this .meta_mentor_team:last-child::before {
    right: 15px;
    top: 15px;
    font-size: 60px;
}
}



@media (max-width: 576px) {.meta_course_overview {
    padding: 40px 0;
}.meta_course_overview .meta_text_pill h2 {
    font-size: calc(30px * 0.8);
}.meta_course_overview .meta_text_pill .description {
    font-size: calc(13px * 0.95);
}.meta_course_overview .meta_text_pill .description:last-child {
    padding: 20px;
}.meta_course_overview::after,
    .meta_course_overview .meta_learn_coding::before,
    .meta_course_overview .meta_text_pill::after {
    display: none;
}.meta_course_overview .meta_text_pill::before {
    width: 60px;
}}



@keyframes float {
    0% {
        transform: rotate(35deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(38deg) skew(12deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(32deg) skew(18deg) translate(20px, -10px);
    }
}



@keyframes ambientLight {
  0%, 100% {
    opacity: 0.6;
    background-position: 0% 0%, 100% 100%;
  }
  50% {
    opacity: 0.8;
    background-position: 10% 20%, 90% 80%;
  }
}



@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

