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

.meta-eng-center {
    flex: 0 0 auto;
}

.meta-eng-center {
    color: #ffffff;
    padding: 80px 0 40px;
    position: relative;
    z-index: 2;
    font-family: Arial, sans-serif;
}

.meta-course-instructor .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.meta-course-instructor .meta-edu-testimonials:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}

.meta-course-instructor .meta-edu-testimonials .meta-img-grid {
    transform: translateZ(30px);
    height: 180px;
    width: 180px;
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    border: 4px solid #ffffff;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                clip-path 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.meta-course-instructor .meta-edu-testimonials .meta-work-container::before,
.meta-course-instructor .meta-edu-testimonials .meta-work-container::after {
    font-family: serif;
    position: absolute;
    font-size: 4rem;
    color: rgb(217,177,189,0.5);
    content: "";
    line-height: 1;
}

.meta-course-instructor .meta-edu-testimonials .meta-work-container::before {
    left: -1rem;
    top: -1.5rem;
}

.meta-consent-learn {
    margin: auto;
    padding: 20px 30px;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.meta-cookie-verify:hover svg {
    transform: rotate(10deg);
}

.cookie_button.meta-data-accept {
    background: rgb(217,177,189);
}

.meta-track-switch:hover {
    box-shadow: rgb(217,177,189,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}

.meta-wrapper-structure .meta-track-switch {
    margin-left: 30px;
    border: none;
    border-radius: 10px;
    background: rgb(217,177,189);
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px;
}



.meta-operation-process .meta-fast-learn {
    max-width: 1200px;
    position: relative;
    z-index: 5;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 90%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.meta-operation-process .meta-fast-learn:hover h2 {
    transform: perspective(500px) translateZ(20px);
}

.meta-operation-process p {
    transform: perspective(500px) translateZ(0);
    position: relative;
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 1.8;
    color: #ffffff;
    font-size: 18px;
    transition: transform 0.3s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.meta-pricing-cluster .meta-learning-cost {
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

.meta-pricing-cluster .meta-fee-package {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 35px 25px;
    position: relative;
    z-index: 2;
}

.meta-pricing-cluster .meta-fee-package h4::after {
    width: 40px;
    bottom: -8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
    border-radius: 2px;
    background: rgb(217,177,189);
}

.meta-learning-impact::before {
    left: 0;
    width: 100%;
    top: 0;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff,
    #ffffff 10px,
    transparent 10px,
    transparent 20px
  );
    position: absolute;
    content: "";
    opacity: 0.05;
    height: 100%;
}

.meta-learning-impact .meta-fast-learn {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.3);
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    border-radius: 28px;
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.8));
    overflow: hidden;
}

.meta-learning-impact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.meta-learning-impact li::before {
    position: absolute;
    transition: height 0.3s ease;
    content: "";
    height: 0;
    width: 3px;
    left: -3px;
    top: 0;
    background: linear-gradient(to bottom, rgb(217,177,189), rgb(190,143,167));
}

.meta-learning-impact li:hover svg path {
    fill: #ffffff;
}

header .meta-head-mainwrap .meta-top-lesson {
    transform: skewX(5deg);
    position: relative;
    z-index: 2;
}

header .meta-head-mainwrap .meta-top-lesson svg {
    width: 80px;
    height: auto;
}

header .meta-head-mainwrap .meta-main-navbar::before {
    background: linear-gradient(45deg, transparent 0%, rgb(217,177,189,0.5) 100%);
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: calc(100% + 20px);
    width: calc(100% + 40px);
    top: -10px;
    z-index: -1;
    border-radius: 10px;
    left: -20px;
    position: absolute;
    opacity: 0;
}

footer::before {
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(45deg, rgb(190,143,167,0.5) 0%, rgb(217,177,189,0.5) 100%);
    bottom: 0;
    right: 0;
    z-index: 1;
    position: absolute;
}

.meta-eng-center .meta-edu-links {
    position: relative;
    grid-column: 5 / 13;
}

.meta-eng-center .meta-main-header {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 40px;
}

.meta-eng-center .meta-main-navbar h5::before {
    border-radius: 50%;
    position: absolute;
    width: 8px;
    transform: translateY(-50%);
    height: 8px;
    content: '';
    left: -15px;
    background: rgb(217,177,189);
    top: 50%;
}

.meta-eng-center .meta-main-navbar .meta-main-header a:hover::before {
    width: 100%;
    background: rgb(217,177,189,0.5);
}

.meta-honor-cta::before {
    height: 1px;
    left: 15%;
    content: '';
    right: 15%;
    position: absolute;
    opacity: 0.2;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.meta-eng-center .company_holder::after {
    position: absolute;
    filter: blur(60px);
    opacity: 0.4;
    border-radius: 50%;
    right: -50px;
    height: 150px;
    z-index: -1;
    top: 40px;
    width: 150px;
    content: '';
    background: rgb(217,177,189,0.5);
}

.meta-eng-center .meta-edu-links::before {
    z-index: -1;
    border-radius: 50%;
    content: '';
    position: absolute;
    height: 180px;
    opacity: 0.25;
    width: 180px;
    background: rgb(190,143,167,0.5);
    bottom: -50px;
    left: 80px;
    filter: blur(70px);
}

.meta-contact-box h2 {
    color: #000000;
    position: relative;
    font-size: 45px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

.meta-contact-box .meta-help-help {
    padding: 50px;
    position: relative;
    width: 100%;
}

.meta-contact-box form input[type="text"]:focus {
    outline: none;
    border-color: rgb(217,177,189);
}

.meta-contact-box form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}

.meta-contact-box .meta-reach-grid label {
    padding-left: 35px;
    line-height: 1.6;
    position: relative;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
}

.meta-contact-box .meta-reach-grid label a {
    color: rgb(217,177,189);
    transition: all 0.3s ease;
    text-decoration: none;
}

.meta-contact-box svg {
    height: 20px;
    fill: rgb(217,177,189);
    width: 20px;
}

.meta-thxCard::before {
    width: 40%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    z-index: 1;
    right: 0;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(230deg, rgb(190,143,167,0.5) 10%, transparent 80%);
}

.meta-thxCard h2::after {
    transform: scaleX(0);
    content: "";
    height: 0.3rem;
    background: linear-gradient(90deg, rgb(217,177,189) 0%, rgb(190,143,167) 100%);
    position: absolute;
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -1rem;
    width: 6rem;
    left: 0;
    transform-origin: left;
}

.meta-thxCard span {
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
}

.meta-confidential-zone h2 {
    border-bottom: 2px solid rgb(190,143,167);
    font-size: 30px;
    font-weight: 600;
}

.meta-confidential-zone ul {
    padding: 0;
    list-style: none;
    margin: 10px 0;
}

.meta-confidential-zone ul li:last-child {
    border-bottom: none;
}

.meta-confidential-zone div {
    margin: 1rem 0;
}

.meta-confidential-zone section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.meta-user-feedback h2.container {
    font-weight: 700;
    text-align: center;
    color: #000000;
    transition: transform 0.5s ease-out;
    margin-bottom: 3.5rem;
    font-size: calc(35px * 1.1);
    z-index: 2;
    transform: perspective(1000px) translateZ(0);
    position: relative;
}

.meta-user-feedback .meta-edu-testimonials {
    padding: 2rem;
    transform: translateY(0) scale(1) rotate(0);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    border: 1px solid rgba(rgb(255, 255, 255, 0.5), 0.2);
}

.meta-user-feedback .meta-edu-testimonials:nth-child(odd) {
    transform: translateY(0) rotate(-0.5deg);
}

.meta-user-feedback .meta-edu-testimonials:nth-child(even):hover {
    transform: translateY(-10px) rotate(0);
}

.meta-interested-learners::before,
.meta-interested-learners::after {
    animation: beamScan 8s infinite ease-out;
    z-index: -1;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(217,177,189) 50%, 
        transparent 80%);
    width: 1px;
    content: '';
    opacity: 0;
    height: 100%;
    top: 0;
    position: absolute;
}

.meta-interested-learners::before {
    left: 25%;
    animation-delay: 0s;
}

.meta-interested-learners ul {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 1.2rem;
    padding: 0;
    flex-direction: column;
}

.meta-interested-learners ul li::before {
    height: 100%;
    left: 0;
    transition: transform 0.4s ease;
    transform: scaleY(0);
    opacity: 0.5;
    width: 3px;
    position: absolute;
    background: linear-gradient(to bottom, 
        rgb(190,143,167,0.5), 
        rgb(217,177,189,0.5));
    transform-origin: top;
    content: '';
    top: 0;
}

.meta-interested-learners ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(217,177,189);
}

.meta-interested-learners::before :nth-child(3) {
    animation-delay: 5s;
}

.meta-data-exploration::before {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.meta-data-exploration ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.meta-data-exploration .meta-statistics-points:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateX(10px);
}

.meta-data-exploration .meta-statistics-points:hover {
    transform: translateY(-10px);
}

.meta-data-exploration .meta-statistics-points p::after {
    transform: translateY(-50%);
    height: 0;
    width: 0;
    z-index: 1;
    right: -15px;
    position: absolute;
    border-top: 15px solid transparent;
    content: "";
    border-left: 15px solid rgb(217,177,189);
    border-bottom: 15px solid transparent;
    top: 50%;
}

.meta-data-exploration .meta-statistics-points p::after {
    top: auto;
    right: auto;
    border-left: 15px solid transparent;
    transform: translateX(-50%);
    border-bottom: none;
    border-right: 15px solid transparent;
    border-top: 15px solid rgb(217,177,189);
    left: 50%;
    bottom: -15px;
}

.meta-data-exploration .meta-statistics-points:nth-child(3) {
    animation: slide-in 0.5s 0.3s both;
}

.meta-data-exploration .container::after {
    bottom: -150px;
    left: -150px;
}

.meta-data-exploration .meta-statistics-points:hover::before {
    opacity: 0.1;
}

.meta-meet-us::before {
    background: rgb(217,177,189,0.5);
    height: 300px;
    position: absolute;
    right: -50px;
    content: "";
    opacity: 0.1;
    transform: rotate(45deg);
    z-index: 1;
    width: 300px;
    top: -50px;
}

.meta-meet-us h1::after {
    height: 4px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(217,177,189) 0%, rgb(190,143,167) 100%);
    position: absolute;
    animation: expandLine 1s 0.4s ease-out forwards;
    transform-origin: left;
    bottom: -15px;
    width: 80px;
    transform: scaleX(0);
}

.meta-meet-us .meta-expert-guides:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.meta-meet-us .meta-expert-guides h4 {
    display: inline-block;
    font-weight: 700;
    font-size: calc(20px + 2px);
    margin-bottom: 20px;
    color: rgb(217,177,189);
    position: relative;
}

.meta-join-our-community::before {
    content: "";
    height: 100%;
    top: 0;
    z-index: 0;
    transform: translateZ(-50px);
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 15px,
        transparent 15px,
        transparent 30px
    );
    left: 0;
}

.meta-join-our-community h4::after {
    background: var(--newsletter-accent);
    width: 80px;
    transition: transform var(--animation-time) cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    transform-origin: left;
    content: "";
    height: 3px;
    bottom: -15px;
    transform: scaleX(0.8);
    position: absolute;
}

.meta-join-our-community .input_holder input {
    padding: 1.2rem 1.5rem;
    border-radius: 4px;
    width: 100%;
    color: #000000;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    border: none;
    outline: none;
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
}

.meta-course-offering {
    background: linear-gradient(120deg, #000000 20%, rgb(190,143,167,0.5) 100%);
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
}

.meta-course-offering::after {
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(190,143,167,0.5) 0%, transparent 40%);
    opacity: 0.8;
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
}

.meta-course-offering .meta-top-lesson {
    width: 90px;
    height: 90px;
    margin-bottom: 2rem;
    position: relative;
    transform: rotate(-5deg) skew(-5deg);
}

.meta-course-offering .meta-top-lesson::before {
    filter: blur(5px);
    inset: -5px;
    background: linear-gradient(
        135deg,
        rgb(217,177,189) 0%,
        rgb(190,143,167) 100%
    );
    content: "";
    z-index: -1;
    animation: pulseLogo 4s ease-in-out infinite alternate;
    position: absolute;
    transform: rotate(5deg);
    border-radius: 12px;
}

.meta-course-offering p {
    position: relative;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    margin-bottom: 2rem;
    line-height: 1.8;
    color: #ffffff;
}

.meta-course-offering .meta-fast-learn:hover .meta-img-grid {
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
}

.meta-experience-trial {
    background-color: rgb(242,211,221);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.meta-experience-trial .meta-fast-learn:hover {
    box-shadow: 
        15px 15px 50px rgba(0, 0, 0, 0.07),
        -15px -15px 50px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(255, 255, 255, 0.6),
        inset -3px -3px 6px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

.meta-experience-trial h3::before {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(217,177,189);
    content: '';
    left: -20px;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

.meta-experience-trial .meta-get-assistance:hover {
    transform: translateY(-2px);
    color: rgb(217,177,189);
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.05),
        -5px -5px 15px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
}

.meta-experience-trial .meta-fast-learn::after {
    animation: pulse 8s ease-in-out 2s infinite alternate;
    width: 150px;
    bottom: -30px;
    right: -30px;
    height: 150px;
    background: linear-gradient(135deg, rgb(190,143,167), rgb(217,177,189));
}

.meta-experience-trial .meta-fast-learn::after {
    position: absolute;
    width: calc(100% - 40px);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(217,177,189,0.5), 
        rgb(190,143,167,0.5), 
        rgb(217,177,189,0.5), 
        transparent
    );
    bottom: 20px;
    left: 20px;
    opacity: 0.3;
    content: '';
    height: 1px;
}

.meta-find-contact .meta-learn-help {
    padding: 45px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    position: relative;
    border-radius: 17px;
    display: flex;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 0 0 1px #ffffff;
    background: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    backdrop-filter: blur(10px);
}

.meta-find-contact .meta-learn-help {
    padding: 30px;
}

.meta-find-contact h3::after {
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(217,177,189);
    left: 0;
    width: 10px;
    bottom: -8px;
    height: 10px;
    animation: slideGlow 3s infinite alternate;
    position: absolute;
    background: rgb(217,177,189);
    content: '';
}

.meta-find-contact .meta-get-in-touch span {
    flex-direction: column;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    padding-left: 65px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    display: flex;
    transition: all 0.3s ease;
    transform: translateY(0);
    padding: 25px;
}

.meta-find-contact .meta-get-in-touch span {
    padding-left: 55px;
    padding: 20px;
}

.meta-find-contact .meta-get-in-touch span:hover svg {
    stroke-width: 2px;
    filter: drop-shadow(0 0 10px rgb(217,177,189));
    transform: translateZ(10px) scale(1.1) rotate(5deg);
}


.meta-find-contact .meta-get-in-touch span p {
    margin: 0;
    display: flex;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    align-items: center;
}

.meta-find-contact .meta-get-in-touch span p::before {
    content: '›';
    margin-right: 10px;
    font-weight: 700;
    color: rgb(217,177,189);
    font-size: 1.5em;
}

.meta-find-contact .meta-learn-talk {
    grid-column: 1 / -1;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
    backdrop-filter: blur(5px);
    overflow: hidden;
}

.meta-find-contact .meta-learn-talk h4::before {
    box-shadow: 0 0 5px rgb(217,177,189);
    height: 2px;
    display: inline-block;
    margin-right: 10px;
    background: rgb(217,177,189);
    content: '';
    width: 20px;
}

.meta-find-contact .meta-learn-talk span {
    padding: 12px 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 8px;
    transition: all 0.3s ease;
    position: relative;
    border-left: 2px solid rgb(217,177,189);
    overflow: hidden;
    display: flex;
    align-items: center;
    backdrop-filter: blur(5px);
}

.meta-find-contact .meta-learn-talk span:hover::before {
    transform: translateX(0);
}

.meta-title-welcome::before {
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
}

.meta-title-welcome .title_style_header {
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin: 0;
    letter-spacing: -0.03em;
    font-size: clamp(2.5rem, 5vw, 48px);
    padding-bottom: 1rem;
    line-height: 1.2;
    width: fit-content;
}

.meta-title-welcome .title_style_header {
    max-width: 90%;
    font-size: 48px;
}

.meta-title-welcome .title_style_header {
    max-width: 100%;
}

.meta-title-welcome .meta-virtual-academy {
    position: relative;
}

.meta-title-welcome .meta-virtual-academy h3::before {
    content: "";
    left: 0;
    transform: scaleY(0);
    transform-origin: top;
    height: 100%;
    top: 0;
    position: absolute;
    width: 4px;
    background: rgb(190,143,167);
    animation: scaleYIn 1s ease-out 1s forwards;
}

.meta-title-welcome .title_style_header::before {
    left: -3rem;
    height: 6rem;
    border: 2px solid rgb(217,177,189);
    top: -2rem;
    border-radius: 10px;
    width: 6rem;
    opacity: 0.3;
    transform: rotate(-15deg) scale(0);
    position: absolute;
    content: "";
    animation: scaleInRotate 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 1s forwards;
}



@media (min-width: 1024px) {.meta-course-instructor .meta-edu-testimonials {
    gap: 3rem 4rem;
    padding: 4rem;
}.meta-course-instructor .meta-edu-testimonials .meta-img-grid {
    width: 250px;
    height: 250px;
}.meta-course-instructor .meta-edu-testimonials .meta-work-container {
    padding: 0 2rem;
    font-size: calc(12px * 1.05);
}
}


@media only screen and (max-width: 1200px) {.meta-cookie-warning-overlay {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.meta-cookie-verify {
    display: none;
}.meta-consent-learn {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.meta-cookie-warning-overlay h5 {
    text-align: center;
}.meta-cookie-warning-overlay p {
    text-align: center;
}.meta-visitor-acceptance {
    text-align: center;
    margin-bottom: 20px;
}.meta-track-switch {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
}}



@media (max-width: 992px) {.meta-pricing-cluster {
    padding: 80px 0;
}.meta-pricing-cluster .meta-group-rates {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.meta-pricing-cluster .meta-fee-package {
    padding: 30px 20px;
}.meta-pricing-cluster .meta-cost-summary {
    font-size: calc(23px + 2px);
    padding: 8px 16px;
}
}



@media (max-width: 768px) {.meta-learning-impact {
    padding: 60px 0;
}.meta-learning-impact .meta-img-grid {
    max-height: 250px;
}.meta-learning-impact h3 {
    font-size: calc(36px * 0.9);
}
}



@media (max-width: 992px) {.meta-eng-center .container {
    grid-template-columns: repeat(1, 1fr);
}.meta-eng-center .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.meta-eng-center .meta-edu-links {
    grid-column: 1 / -1;
}.meta-eng-center .meta-main-header {
    grid-template-columns: repeat(2, 1fr);
}
}



@media screen and (min-width: 768px) {.meta-contact-box .meta-feedback-query {
    flex-direction: row;
    max-width: 1000px;
}.meta-contact-box .meta-img-grid {
    min-height: 400px;
    width: 40%;
    height: auto;
}.meta-contact-box .meta-help-help {
    width: 60%;
}
}



@media (max-width: 992px) {.meta-thxCard {
    padding: 4rem 0;
}.meta-thxCard h2 {
    max-width: 100%;
    font-size: calc(31px * 0.9);
}.meta-thxCard .meta-fast-learn {
    padding: 2.5rem;
}.meta-thxCard::before {
    width: 30%;
}
}


@media only screen and (max-width: 800px) {.meta-confidential-zone {
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 10px;
}.meta-confidential-zone h1 {
    font-size: calc(23px * 0.9);
    border-bottom-width: 2px;
}.meta-confidential-zone h2 {
    border-bottom-width: 1px;
    font-size: calc(23px * 0.9);
}.meta-confidential-zone ul li {
    padding: 0.5rem 0;
}.meta-confidential-zone ul li::before {
    margin-right: 0.5rem;
}}



@media (hover: none) {.meta-user-feedback .meta-edu-testimonials:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                    0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
}.meta-user-feedback .meta-edu-testimonials:hover::before {
    transform: scaleX(0.3);
}.meta-user-feedback .meta-edu-testimonials:hover h3 {
    transform: none;
}.meta-user-feedback .meta-edu-testimonials:hover div,
    .meta-user-feedback .meta-edu-testimonials:hover img {
    transform: none;
}}



@media (min-width: 1400px) {.meta-data-exploration .meta-statistics-points {
    margin-left: auto;
    max-width: 90%;
}.meta-data-exploration .meta-statistics-points:nth-child(2n) {
    margin-left: 0;
    margin-right: auto;
}.meta-data-exploration .meta-statistics-points p {
    font-size: 3.5rem;
}}



@media (min-width: 768px) {.meta-join-our-community .meta-fast-learn {
    gap: 3rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}.meta-join-our-community h4 {
    max-width: 60%;
}.meta-join-our-community .input_holder {
    max-width: 50%;
}
}



@media (max-width: 767px) {.meta-join-our-community {
    padding: 4rem 0;
}.meta-join-our-community .meta-fast-learn {
    align-items: center;
    text-align: center;
}.meta-join-our-community h4 {
    font-size: clamp(1.5rem, 5vw, 2rem);
}.meta-join-our-community h4::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.8);
}.meta-join-our-community .meta-fast-learn:hover h4::after {
    transform: translateX(-50%) scaleX(1);
}.meta-join-our-community .input_holder {
    width: 100%;
    flex-direction: column;
}.meta-join-our-community .input_holder span {
    width: 100%;
}
}



@media screen and (max-width: 992px) {.meta-experience-trial {
    padding: 80px 0;
}.meta-experience-trial .meta-fast-learn {
    padding: 40px;
    max-width: 90%;
}.meta-experience-trial h3 {
    font-size: calc(37px * 0.9);
}.meta-experience-trial .meta-fast-learn::before {
    width: 150px;
    height: 150px;
}.meta-experience-trial .meta-fast-learn::after {
    height: 120px;
    width: 120px;
}
}


@media (max-width: 991px) {.meta-find-contact {
    padding: 70px 0;
}.meta-find-contact .meta-learn-help {
    padding: 35px;
}.meta-find-contact h3 {
    font-size: calc(30px * 0.9);
}.meta-find-contact .meta-get-in-touch {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.meta-find-contact .meta-get-in-touch span svg {
    width: 26px;
    height: 26px;
}.meta-find-contact .meta-learn-talk {
    padding: 25px;
}.meta-find-contact .meta-learn-talk h4 svg {
    height: 22px;
    width: 22px;
}.meta-find-contact .meta-learn-talk span svg {
    height: 16px;
    width: 16px;
}
}



@media (max-width: 767px) {.meta-title-welcome {
    height: auto;
    padding: 4rem 1.5rem;
    min-height: 100vh;
}.meta-title-welcome > div {
    transform: none;
}.meta-title-welcome .title_style_header {
    font-size: 2.5rem;
}.meta-title-welcome .meta-main-hero {
    padding: 1.5rem;
}.meta-title-welcome .meta-virtual-academy h3 {
    max-width: 100%;
    font-size: 1.2rem;
}
}

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

@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}



@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}



@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-10px) translateZ(0);
    }
}



@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}

@keyframes slideGlow {
    0% {
        left: 0;
        background: rgb(217,177,189);
    }
    100% {
        left: calc(100% - 10px);
        background: rgb(190,143,167);
    }
}



@keyframes growLine {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}



@keyframes scaleYIn {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}


    
    @keyframes scaleInRotate {
        from {
            transform: rotate(-15deg) scale(0);
        }
        to {
            transform: rotate(-15deg) scale(1);
        }
    }

