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

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

.meta-course-instructor::before {
    left: 0;
    background: linear-gradient(90deg, rgb(217,177,189) 0%, rgb(190,143,167) 50%, rgb(217,177,189) 100%);
    z-index: 1;
    content: "";
    position: absolute;
    right: 0;
    height: 5px;
    top: 0;
}

.meta-course-instructor .meta-edu-testimonials > div:nth-child(1) {
    transform: translateZ(20px);
    align-items: center;
    display: flex;
    justify-content: center;
}

.meta-course-instructor .meta-edu-testimonials:hover .meta-img-grid {
    transform: translateZ(40px) scale(1.05);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.meta-course-instructor .meta-edu-testimonials .name::after {
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    background-color: rgb(217,177,189);
    transition: width 0.5s ease;
}

.meta-course-instructor .meta-edu-testimonials > div:nth-child(3) {
    position: relative;
    transform: translateZ(5px);
}

.meta-course-instructor .meta-edu-testimonials .meta-work-container::after {
    bottom: -3rem;
    transform: rotate(180deg);
    right: -1rem;
}

header .top_plank .meta-nav-segment div span {
    color: #ffffff;
}

header .top_plank .meta-nav-segment div {
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
    display: flex;
}

.meta-cookie-warning-overlay {
    padding: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    transition: all 0.3s ease-in-out;
    border-top: 2px solid rgb(217,177,189);
    background: rgb(190,143,167);
    width: 100%;
    z-index: 90;
    position: fixed;
    bottom: 0;
}

.cookie_button.meta-cookie-review {
    background: rgb(190,143,167);
}

.meta-cookie-warning-overlay p a:hover {
    color: rgb(190,143,167);
}

.meta-wrapper-structure .meta-cookie-warning-overlay {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    border: none;
    background: rgb(190,143,167);
}

#meta-cookie-box-window:checked ~ .meta-cookie-warning-overlay {
    opacity: 0;
    visibility: hidden;
}



.meta-operation-process::after {
    content: '';
    top: -50%;
    animation: slide 30s linear infinite;
    position: absolute;
    z-index: 1;
    width: 200%;
    height: 200%;
    left: -50%;
    background: repeating-linear-gradient(
        45deg,
        rgb(190,143,167,0.5) 0,
        rgb(190,143,167,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}

.meta-operation-process .meta-text-holder-box::before {
    position: absolute;
    left: 0;
    content: '';
    height: 50%;
    top: 0;
    background: linear-gradient(to bottom, rgb(217,177,189), transparent);
    width: 5px;
    border-radius: 10px;
}

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

.meta-pricing-cluster::before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(217,177,189,0.5), rgba(0, 0, 0, 0.5) 70%);
    width: 100%;
    left: 0;
    z-index: -1;
}

.meta-pricing-cluster h2 {
    position: relative;
    text-align: center;
    z-index: 2;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 38px;
    color: #ffffff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.meta-pricing-cluster .meta-group-rates li {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.meta-pricing-cluster .meta-rate-choice:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}

.meta-pricing-cluster .meta-cost-table::after {
    top: 0;
    opacity: 0.1;
    transform: translate(50%, -50%);
    content: "";
    height: 180px;
    border-radius: 0 0 0 180px;
    position: absolute;
    z-index: -1;
    transition: all 0.5s ease;
    background: linear-gradient(225deg, rgb(217,177,189,0.5) 10%, transparent 70%);
    right: 0;
    width: 180px;
}

.meta-pricing-cluster .meta-fee-package p {
    overflow-wrap: break-word;
    hyphens: auto;
    margin: 0 0 30px;
    color: #000000;
    word-break: break-word;
    line-height: 1.6;
    font-size: 12px;
    flex-grow: 1;
}

.meta-learning-impact {
    background: radial-gradient(circle at 30% 70%, rgb(242,211,221), #ffffff);
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 80px 0;
    position: relative;
}

.meta-learning-impact::after {
    border-radius: 50%;
    opacity: 0.3;
    background: rgb(217,177,189,0.5);
    animation: pulse 8s infinite alternate;
    top: -150px;
    right: -150px;
    position: absolute;
    content: "";
    filter: blur(80px);
    width: 400px;
    height: 400px;
}

.meta-learning-impact .meta-text-holder-box {
    padding: 35px;
    position: relative;
    flex: 1;
}

.meta-learning-impact h3::before {
    height: 2px;
    content: "";
    background: rgb(190,143,167);
    left: 0;
    width: 30px;
    top: -10px;
    position: absolute;
}

.meta-learning-impact li:hover {
    transform: translateX(5px);
    border-left-color: rgb(190,143,167,0.5);
}

.meta-learning-impact svg {
    flex-shrink: 0;
    background: linear-gradient(to bottom right, rgb(217,177,189,0.5), rgb(190,143,167,0.5));
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 22px;
    padding: 8px;
    height: 22px;
}

header .meta-head-mainwrap .meta-top-lesson .meta-first-section {
    display: block;
    transition: transform 0.3s ease-in-out;
}

header .meta-head-mainwrap .meta-main-navbar {
    display: flex;
    position: relative;
    list-style: none;
    margin: 0;
    gap: 1rem;
    padding: 0;
}

header .meta-head-mainwrap .meta-nav-train a::before {
    height: 2px;
    position: absolute;
    transform: scaleX(0) rotate(-2deg);
    bottom: 0;
    left: 0;
    transition: transform 0.3s ease;
    width: 100%;
    background: rgb(190,143,167);
    transform-origin: right;
    content: "";
}

.meta-eng-center .company_holder h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    font-size: 29px;
    padding-bottom: 10px;
}

.meta-eng-center .meta-main-navbar {
    position: relative;
}



.meta-eng-center .meta-main-navbar {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: borderPulse 4s infinite;
}

.meta-eng-center .meta-main-navbar .meta-main-header a {
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    padding: 8px 15px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    font-size: 12px;
    overflow: hidden;
    color: #ffffff;
}

.meta-honor-cta .meta-carbon-cta {
    letter-spacing: 0.5px;
    opacity: 0.8;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
}



.meta-eng-center::before {
    animation: gradientShift 5s infinite;
    content: '';
    position: absolute;
    background-size: 200% 200%;
    height: 5px;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(217,177,189), rgb(190,143,167), rgb(217,177,189));
}

.meta-eng-center .meta-main-navbar h5::after {
    width: 30px;
    content: '';
    position: absolute;
    background: rgb(190,143,167);
    bottom: -5px;
    height: 2px;
    left: 0;
}

.meta-contact-box::before {
    width: 100%;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(217,177,189,0.5),
        rgb(217,177,189,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.03;
    top: 0;
    content: "";
    position: absolute;
}

.meta-contact-box form h3 {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #000000;
}

.meta-contact-box .meta-reach-grid {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.meta-contact-box .meta-reach-grid input[type="checkbox"]:checked + label::before {
    background: rgb(217,177,189);
}

.meta-contact-box .meta-reach-grid label a:hover {
    text-decoration: underline;
}

.meta-contact-box form .meta-support-reach {
    text-align: center;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: none;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 16px 20px;
    width: 100%;
    background: rgb(217,177,189);
    font-size: 15px;
    cursor: pointer;
    color: #ffffff;
    overflow: hidden;
}

.meta-thxCard h2 {
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 3rem;
    animation: slideInTitle 0.8s ease-out forwards;
    line-height: 1.3;
    font-weight: 700;
    transform-origin: left center;
    font-size: 31px;
    color: #000000;
    max-width: 90%;
}

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

.meta-thxCard li::before {
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 0.6rem;
    height: 0.6rem;
    background: rgb(217,177,189);
    top: 0.5rem;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(45deg) scale(0);
    left: 0;
    position: absolute;
}

.meta-confidential-zone ul li {
    font-weight: 400;
    padding: 0.5rem 0;
    display: flex;
    font-size: 13px;
    border-bottom: 1px solid rgb(190,143,167,0.5);
    align-items: center;
}

.meta-user-feedback::before {
    background: linear-gradient(90deg, transparent, rgb(190,143,167), transparent);
    top: 0;
    height: 3px;
    opacity: 0.7;
    right: 0;
    content: "";
    left: 0;
    position: absolute;
}

.meta-user-feedback .container.meta-fast-learn {
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}

.meta-user-feedback .meta-edu-testimonials::before {
    content: "";
    position: absolute;
    opacity: 0.8;
    transition: transform 0.5s ease-out;
    left: 0;
    height: 3px;
    top: 0;
    background: linear-gradient(90deg, rgb(217,177,189), rgb(190,143,167));
    transform: scaleX(0);
    transform-origin: left;
    width: 100%;
}

.meta-user-feedback .meta-edu-testimonials .description {
    margin-bottom: 1.5rem;
    font-size: 15px;
    line-height: 1.6;
    z-index: 2;
    color: #000000;
    position: relative;
    flex-grow: 1;
}

.meta-user-feedback .meta-edu-testimonials:hover img {
    transform: scale(1.05);
}

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

.meta-interested-learners {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 5rem 0;
    background-color: rgb(242,211,221);
}

.meta-interested-learners .meta-fast-learn {
    padding: 0 2rem;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.meta-interested-learners h3 {
    position: relative;
    font-weight: 600;
    margin-bottom: 3.5rem;
    text-align: center;
    letter-spacing: 1px;
    color: rgb(217,177,189);
    font-size: 31px;
}

.meta-interested-learners ul li {
    transition: all 0.3s ease;
    align-items: center;
    color: #000000;
    font-weight: 400;
    padding: 1.3rem 1.5rem;
    position: relative;
    font-size: 16px;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.meta-interested-learners ul li:hover::before {
    transform: scaleY(1);
}

.meta-interested-learners ul li svg {
    height: 28px;
    transition: all 0.4s ease;
    width: 28px;
    position: relative;
    margin-right: 1.5rem;
    flex-shrink: 0;
    z-index: 1;
}

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

.meta-interested-learners ul::after {
    border: 1px solid rgb(190,143,167,0.5);
    opacity: 0.2;
    position: absolute;
    height: 30px;
    width: 30px;
    content: '';
    border-radius: 50%;
    left: 20px;
    bottom: 20px;
}

.meta-data-exploration h2 {
    font-weight: 700;
    text-align: left;
    padding-left: 25px;
    margin-bottom: 80px;
    font-size: 32px;
    position: relative;
    border-left: 5px solid rgb(217,177,189);
    color: #000000;
}

.meta-data-exploration h2 {
    border-left: none;
    border-bottom: 3px solid rgb(217,177,189);
    text-align: center;
    padding-left: 0;
    padding-bottom: 15px;
}

.meta-data-exploration .meta-statistics-points:nth-child(2n) p {
    background: rgb(190,143,167);
}

.meta-data-exploration .meta-statistics-points:nth-child(2n) p::after {
    border-left-color: rgb(190,143,167);
}

.meta-data-exploration .meta-statistics-points:nth-child(2n) p::after {
    border-left-color: transparent;
    border-top-color: rgb(190,143,167);
}

.meta-data-exploration svg {
    position: absolute;
    width: 40px;
    fill: #ffffff;
    height: 40px;
    top: 20px;
    transition: all 0.3s ease;
    right: 20px;
}

.meta-data-exploration svg {
    right: auto;
    margin: 15px 0;
    position: relative;
    top: auto;
}

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



.meta-data-exploration .container::before,
.meta-data-exploration .container::after {
    content: "";
    position: absolute;
    width: 300px;
    z-index: -1;
    height: 300px;
    opacity: 0.1;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(217,177,189,0.5) 0%, transparent 70%);
}

.meta-data-exploration .container::before {
    right: -150px;
    top: -150px;
}

.meta-meet-us .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}

.meta-meet-us .meta-story-tl {
    position: relative;
}

.meta-meet-us .meta-expert-guides {
    border-left: 4px solid rgb(217,177,189);
    transition: transform 0.5s ease, box-shadow 0.3s ease;
    padding: 40px 35px;
    transform: translateY(30px);
    opacity: 0;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out forwards;
}

.meta-meet-us .meta-expert-guides:hover h4::after {
    width: 100%;
}

.meta-join-our-community {
    perspective: var(--perspective-depth);
    position: relative;
    overflow: hidden;
    --newsletter-text-color: #ffffff;
    padding: 6rem 0;
    font-family: Arial, sans-serif;
    --animation-time: 0.5s;
    --perspective-depth: 1000px;
    --newsletter-background: #000000;
    background: linear-gradient(135deg, var(--newsletter-background), rgba(20, 30, 60, 0.95));
    --newsletter-accent: rgb(217,177,189);
    --newsletter-shadow: rgba(0, 0, 0, 0.25);
    color: var(--newsletter-text-color);
    --input-focus-scale: 1.02;
}

.meta-join-our-community .meta-fast-learn:hover h4::after {
    transform: scaleX(1);
}

.meta-join-our-community .input_holder span {
    transform-style: preserve-3d;
    position: relative;
    display: flex;
}

.meta-join-our-community .input_holder input[type="email"] {
    border-left: 3px solid var(--newsletter-accent);
}

.meta-join-our-community .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.meta-join-our-community .input_holder input[type="submit"]:hover {
    box-shadow: 0 10px 25px rgba(rgb(217,177,189,0.5), 0.4);
    transform: scale(1.05) translateZ(20px);
}

.meta-join-our-community .input_holder input[type="submit"]:hover::before {
    transform: scale(1);
}

.meta-course-offering::before {
    width: 70%;
    top: -20%;
    right: -10%;
    content: "";
    filter: blur(30px);
    z-index: 1;
    position: absolute;
    transform: rotate(-15deg);
    background: radial-gradient(ellipse at center, rgb(217,177,189,0.5) 0%, transparent 70%);
    animation: floatGradient 20s ease-in-out infinite alternate;
    height: 140%;
}

.meta-course-offering .meta-learn-business::before {
    width: 100%;
    background-size: 30px 30px;
    z-index: -1;
    opacity: 0.1;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(217,177,189,0.5) 49.5%, rgb(217,177,189,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(217,177,189,0.5) 49.5%, rgb(217,177,189,0.5) 50.5%, transparent 50.5%);
}

.meta-course-offering .meta-top-lesson svg path {
    fill: rgb(217,177,189);
    transition: fill 0.3s ease;
}

.meta-course-offering h3::before {
    bottom: -10px;
    height: 3px;
    background: linear-gradient(to right, rgb(217,177,189), transparent);
    position: absolute;
    width: 40px;
    content: "";
    left: 0;
}

.meta-course-offering .meta-img-grid::before {
    content: "";
    mix-blend-mode: multiply;
    z-index: 2;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    opacity: 0.6;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

.meta-course-offering .meta-fast-learn:hover .meta-learn-business {
    transform: translateX(-20px);
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
}



.meta-experience-trial .meta-fast-learn {
    position: relative;
    padding: 60px;
    max-width: 1000px;
    transition: all 0.5s ease;
    border-radius: 20px;
    text-align: center;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.08),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    background-color: rgb(242,211,221);
    margin: 0 auto;
}



.meta-experience-trial .meta-fast-learn {
    position: relative;
}

.meta-experience-trial .meta-get-assistance {
    margin-top: 20px;
    text-transform: uppercase;
    background: rgb(242,211,221);
    letter-spacing: 1.5px;
    text-decoration: none;
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.1),
        -8px -8px 20px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    border-radius: 16px;
    color: #000000;
    padding: 16px 40px;
}

.meta-find-contact {
    overflow: hidden;
    background: linear-gradient(170deg, rgb(242,211,221) 0%, rgb(190,143,167,0.5) 100%);
    perspective: 1000px;
    padding: 100px 0;
    position: relative;
}

.meta-find-contact {
    padding: 60px 0;
}

.meta-find-contact::after {
    left: -50%;
    position: absolute;
    top: -50%;
    opacity: 0.7;
    content: '';
    width: 200%;
    animation: pulseGradient 15s infinite alternate;
    height: 200%;
    z-index: 0;
    background: 
        radial-gradient(circle at 25% 25%, rgb(217,177,189,0.5) 0%, transparent 25%),
        radial-gradient(circle at 75% 75%, rgb(190,143,167,0.5) 0%, transparent 25%);
}


.meta-find-contact h3 {
    font-size: 30px;
    text-shadow: 0 0 15px rgb(217,177,189,0.5);
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 25px;
}

.meta-find-contact h3 {
    font-size: calc(30px * 0.8);
}


.meta-find-contact .meta-reach-team {
    margin-bottom: 35px;
    line-height: 1.7;
    font-size: 15px;
    padding-left: 15px;
    border-left: 2px solid rgb(217,177,189);
    color: #ffffff;
    position: relative;
    max-width: 800px;
}

.meta-find-contact .meta-reach-team {
    margin-bottom: 25px;
    font-size: calc(15px * 0.95);
}

.meta-find-contact .meta-get-in-touch span:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.meta-find-contact .meta-get-in-touch span:hover::before {
    height: 100%;
}

.meta-find-contact .meta-get-in-touch span svg {
    filter: drop-shadow(0 0 5px rgb(217,177,189,0.5));
    stroke-linejoin: round;
    transform: translateZ(5px);
    left: 20px;
    fill: none;
    transition: all 0.4s ease;
    top: 24px;
    z-index: 2;
    stroke-linecap: round;
    height: 30px;
    stroke: rgb(217,177,189);
    position: absolute;
    stroke-width: 1.5px;
    width: 30px;
}

.meta-find-contact .meta-get-in-touch span svg {
    left: 15px;
    width: 24px;
    height: 24px;
}

.meta-find-contact .meta-get-in-touch span span {
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 8px;
    backdrop-filter: none;
}


.meta-find-contact .meta-learn-talk h4 {
    letter-spacing: 1px;
    color: #ffffff;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

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

.meta-find-contact .meta-learn-talk span svg {
    stroke-linecap: round;
    stroke-linejoin: round;
    margin-right: 10px;
    fill: none;
    stroke-width: 1.5px;
    height: 18px;
    transition: all 0.3s ease;
    width: 18px;
    filter: drop-shadow(0 0 3px rgb(190,143,167,0.5));
    stroke: rgb(190,143,167);
}

.meta-find-contact .meta-learn-talk span svg {
    height: 14px;
    width: 14px;
}

.meta-title-welcome > div {
    max-width: 1200px;
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr;
    width: 100%;
    transform: translateY(-2%);
    display: grid;
    z-index: 5;
}

.meta-title-welcome > div {
    align-items: center;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}

.meta-title-welcome > div {
    grid-template-columns: 45% 55%;
}

.meta-title-welcome > div {
    max-width: 1200px;
}

.meta-title-welcome .meta-main-hero {
    animation: fadeUpIn 1.2s cubic-bezier(0.17, 0.67, 0.22, 1.03) 0.5s forwards;
    position: relative;
    transform: translateY(2rem);
    opacity: 0;
    grid-template-columns: 1fr;
    gap: 2rem;
    border-left: 4px solid rgb(217,177,189);
    background: rgba(255, 255, 255, 0.05);
    display: grid;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1) inset;
    padding: 2rem;
}

.meta-title-welcome .meta-main-hero {
    margin-left: 2rem;
    animation: fadeInRotate 1.2s cubic-bezier(0.17, 0.67, 0.22, 1.03) 0.5s forwards;
    transform: perspective(1000px) rotateY(-5deg);
    transform-origin: left center;
}

.meta-title-welcome .meta-main-hero {
    margin-left: 4rem;
    padding: 3rem;
}

.meta-title-welcome .meta-main-hero {
    transform: perspective(1500px) rotateY(-8deg);
    box-shadow: 
            0 20px 40px rgba(0, 0, 0, 0.2),
            0 1px 0 rgba(255, 255, 255, 0.1) inset;
}



@media (prefers-reduced-motion: reduce) {.meta-course-instructor::after {
    animation: none;
}.meta-course-instructor .meta-edu-testimonials,
    .meta-course-instructor .meta-edu-testimonials:hover,
    .meta-course-instructor .meta-edu-testimonials .meta-img-grid,
    .meta-course-instructor .meta-edu-testimonials:hover .meta-img-grid {
    transition: none;
    transform: none;
}}



@media (max-width: 992px) {.meta-operation-process {
    min-height: auto;
    padding: 6rem 0;
}.meta-operation-process .meta-text-holder-box {
    padding: 3rem;
}.meta-operation-process h2 {
    font-size: calc(35px * 0.9);
}
}



@media (max-width: 1200px) {.meta-pricing-cluster {
    padding: 100px 0;
}.meta-pricing-cluster .meta-group-rates {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.meta-pricing-cluster h2 {
    font-size: calc(38px - 2px);
}.meta-pricing-cluster .meta-deal-board {
    font-size: 12px;
    margin-bottom: 40px;
}
}



@media (max-width: 576px) {.meta-pricing-cluster {
    padding: 50px 0;
}.meta-pricing-cluster h2 {
    font-size: calc(38px - 6px);
}.meta-pricing-cluster .meta-deal-board {
    font-size: calc(12px - 1px);
    margin-bottom: 30px;
}.meta-pricing-cluster .meta-fee-package {
    padding: 25px 18px;
}.meta-pricing-cluster .meta-cost-summary {
    font-size: 23px;
    padding: 6px 12px;
}}



@media (max-width: 576px) {header .meta-head-mainwrap {
    padding: 0.75rem;
}header .meta-head-mainwrap .meta-main-navbar {
    flex-direction: column;
    align-items: center;
}header .meta-head-mainwrap .meta-nav-train {
    text-align: center;
    width: 100%;
}header .meta-head-mainwrap .meta-top-lesson svg {
    width: 100px;
}}



@media (max-width: 768px) {.meta-eng-center {
    padding: 60px 0 30px;
}.meta-eng-center .meta-main-header {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.meta-eng-center .meta-main-navbar {
    padding: 0;
}}



@media screen and (min-width: 1200px) {.meta-contact-box .meta-feedback-query {
    max-width: 1100px;
}.meta-contact-box .meta-img-grid {
    min-height: 500px;
}
}



@media (max-width: 768px) {.meta-thxCard {
    padding: 3.5rem 0;
}.meta-thxCard h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.8);
    line-height: 1.4;
}.meta-thxCard .meta-fast-learn {
    padding: 2rem;
}.meta-thxCard .container {
    transform: perspective(1000px) rotateX(1deg);
}.meta-thxCard::before {
    width: 25%;
}.meta-thxCard li::before {
    top: 0.4rem;
}
}



@media (max-width: 767px) {.meta-user-feedback {
    padding: 3rem 0;
}.meta-user-feedback h2.container {
    font-size: calc(35px * 0.9);
    margin-bottom: 2rem;
}.meta-user-feedback h2.container::after {
    bottom: -10px;
    width: 60px;
}.meta-user-feedback .meta-client-ratings {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.5rem;
}.meta-user-feedback .meta-edu-testimonials {
    padding: 1.5rem;
}
}



@media (max-width: 576px) {.meta-interested-learners {
    padding: 3rem 0;
}.meta-interested-learners .meta-fast-learn {
    padding: 0 1.5rem;
}.meta-interested-learners h3 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.8);
}.meta-interested-learners ul {
    gap: 0.8rem;
}.meta-interested-learners ul li {
    padding: 1rem;
}.meta-interested-learners ul li svg {
    margin-right: 1rem;
    width: 24px;
    height: 24px;
}}



@media (min-width: 768px) {.meta-meet-us {
    padding: 140px 0 100px;
}.meta-meet-us h1 {
    font-size: calc(48px + 8px);
    margin-bottom: 70px;
}.meta-meet-us h1::after {
    height: 5px;
    width: 120px;
}.meta-meet-us .meta-story-tl ul {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
}.meta-meet-us .meta-expert-guides {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s ease;
    padding: 50px 45px;
}.meta-meet-us .meta-expert-guides:hover {
    transform: translateY(-10px) scale(1.02);
}.meta-meet-us .meta-expert-guides div {
    max-height: 350px;
}
}



@media screen and (max-width: 1200px) {.meta-course-offering .meta-fast-learn {
    min-height: 450px;
    grid-template-columns: 42% 58%;
}.meta-course-offering .meta-learn-business {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.meta-course-offering h3 {
    font-size: calc(35px * 0.9);
}
}



@media screen and (max-width: 768px) {.meta-course-offering {
    padding: 4rem 0;
}.meta-course-offering .meta-img-grid {
    height: 300px;
}.meta-course-offering .meta-learn-business {
    padding: 2.5rem 2rem;
}.meta-course-offering .meta-top-lesson {
    margin-bottom: 1.5rem;
    width: 80px;
    height: 80px;
}.meta-course-offering .meta-top-lesson svg {
    height: 45px;
    width: 45px;
}.meta-course-offering h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1.5rem;
}.meta-course-offering p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}



@media screen and (max-width: 768px) {.meta-experience-trial {
    padding: 60px 0;
}.meta-experience-trial .meta-fast-learn {
    padding: 30px 20px;
    max-width: 95%;
}.meta-experience-trial h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.meta-experience-trial h3::before,
    .meta-experience-trial h3::after {
    display: none;
}.meta-experience-trial .meta-get-assistance {
    padding: 14px 30px;
    font-size: calc(16px * 0.9);
}.meta-experience-trial .meta-fast-learn::before,
    .meta-experience-trial .meta-fast-learn::after {
    height: 100px;
    width: 100px;
}}


@media (prefers-reduced-motion: reduce) {.meta-find-contact::after,
    .meta-find-contact .meta-learn-help::before,
    .meta-find-contact h3::after,
    .meta-find-contact .meta-learn-talk::before,
    .meta-find-contact .meta-get-in-touch span:hover svg,
    .meta-find-contact .meta-learn-talk span:hover svg {
    animation: none;
    transition: none;
}.meta-find-contact .meta-get-in-touch span:hover svg path,
    .meta-find-contact .meta-get-in-touch span:hover svg circle,
    .meta-find-contact .meta-get-in-touch span:hover svg line,
    .meta-find-contact .meta-get-in-touch span:hover svg polyline,
    .meta-find-contact .meta-get-in-touch span:hover svg rect {
    animation: none;
}}



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

@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes slide-in {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
}



@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}



@keyframes blinkDots {
    0%, 100% {
        opacity: 0.07;
    }
    50% {
        opacity: 0.12;
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.5;
        filter: blur(5px);
    }
    50% {
        opacity: 0.8;
        filter: blur(3px);
    }
    100% {
        opacity: 0.5;
        filter: blur(5px);
    }
}



@keyframes slideInHeader {
    from {
        opacity: 0;
        transform: translateX(-1rem);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes slideTextUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

