header,footer {
    width: 100%;
}

.meta-main-info {
    flex: 1 0 auto;
}

.meta-wrapper-structure {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.meta-course-instructor::after {
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 5px,
        transparent 5px,
        transparent 10px
    );
    bottom: 0;
    animation: patternShift 30s infinite alternate ease-in-out;
    transform-origin: bottom left;
    height: 40%;
}

.meta-course-instructor .meta-edu-testimonials > div:nth-child(2) {
    align-items: center;
    display: flex;
    position: relative;
    transform: translateZ(10px);
    flex-direction: column;
    text-align: center;
}

.meta-course-instructor .meta-edu-testimonials:hover .name::after {
    width: 100%;
}

.meta-course-instructor .meta-edu-testimonials > div:nth-child(2) > div {
    font-size: calc(12px * 1.05);
    transform: translateY(10px);
    font-weight: 600;
    color: rgb(190,143,167);
    letter-spacing: 0.5px;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

header .top_plank {
    background: rgb(217,177,189);
    color:  #ffffff;
}

header .top_plank .meta-nav-segment {
    line-height: 21px;
    font-size: 13px;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    align-items: center;
}

.meta-cookie-warning-overlay h5 {
    font-weight: 700;
    font-size: 23px;
    transition: color 0.3s ease-in-out;
    color: #ffffff;
    margin-bottom: 6px;
}

.meta-cookie-verify svg, .meta-cookie-verify svg path {
    height: 80px;
    fill: rgb(217,177,189);
    width: 80px;
    transition: transform 0.3s ease-in-out;
}

.meta-cookie-warning-overlay p a {
    text-decoration: none;
    color: rgb(217,177,189);
    transition: color 0.3s ease-in-out;
    font-weight: 600;
}

.meta-wrapper-structure .meta-visitor-acceptance h5, .meta-wrapper-structure .meta-visitor-acceptance p {
    color: #ffffff;
}

.meta-operation-process::before {
    position: absolute;
    height: 100%;
    animation: pulsate 12s infinite alternate;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(217,177,189) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(190,143,167) 0%, transparent 8%),
        radial-gradient(circle at 40% 80%, rgb(217,177,189) 0%, transparent 6%),
        radial-gradient(circle at 60% 20%, rgb(190,143,167) 0%, transparent 6%);
    z-index: 1;
}

.meta-operation-process .meta-text-holder-box::after {
    background: linear-gradient(to top, rgb(190,143,167), transparent);
    height: 50%;
    position: absolute;
    width: 5px;
    content: '';
    bottom: 0;
    border-radius: 10px;
    right: 0;
}

.meta-pricing-cluster {
    padding: 120px 0;
    isolation: isolate;
    position: relative;
    overflow: hidden;
}

.meta-pricing-cluster::after {
    background: linear-gradient(225deg, rgb(190,143,167,0.5) 10%, transparent 65%);
    pointer-events: none;
    position: absolute;
    width: 45%;
    height: 100%;
    right: 0;
    z-index: -1;
    top: 0;
    content: "";
}

.meta-pricing-cluster .meta-group-rates {
    width: 100%;
    display: grid;
    position: relative;
    padding: 0;
    gap: 30px;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    z-index: 2;
}

.meta-pricing-cluster .meta-rate-choice {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    width: 100%;
    text-decoration: none;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    display: flex;
}

.meta-pricing-cluster .meta-fee-package::before {
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, rgba(rgb(217,177,189), 0.03), transparent);
    bottom: 0;
    height: 40%;
    left: 0;
    z-index: -1;
}

.meta-pricing-cluster .meta-cost-summary {
    display: inline-block;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    font-weight: 700;
    position: relative;
    color: rgb(217,177,189);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    font-size: calc(23px + 6px);
    align-self: flex-start;
    backdrop-filter: blur(4px);
    border-radius: 8px;
    margin-top: auto;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.meta-learning-impact .meta-img-grid:hover {
    transform: scale(1.03);
}

.meta-learning-impact h3 {
    margin-bottom: 25px;
    display: inline-block;
    color: rgb(217,177,189);
    position: relative;
    font-weight: 700;
    font-size: 36px;
}

.meta-learning-impact li {
    padding-left: 15px;
    position: relative;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    margin-bottom: 15px;
}

.meta-learning-impact li p {
    padding: 10px 0;
    align-items: center;
    display: flex;
    gap: 15px;
    margin: 0;
    color: #000000;
    font-size: 16px;
}

header .meta-head-mainwrap {
    justify-content: space-between;
    align-items: center;
    overflow: visible;
    background: linear-gradient(135deg, rgb(217,177,189,0.5) 0%, rgb(190,143,167) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 1.5rem 2rem;
    z-index: 100;
    position: relative;
    left: 0;
    display: flex;
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 11px;
}

header .meta-head-mainwrap .meta-nav-train a:hover {
    color: rgb(190,143,167);
}

header .meta-head-mainwrap .meta-nav-train a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

.meta-eng-center .container {
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}

.meta-eng-center .meta-pitch-comp {
    padding: 20px;
    transform: translateZ(0);
    line-height: 1.6;
    font-size: 12px;
    margin-top: 25px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(217,177,189);
    background: rgba(255, 255, 255, 0.1);
}

.meta-eng-center .meta-main-navbar .meta-main-header {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

.meta-eng-center .meta-main-navbar .meta-main-header a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.meta-honor-cta {
    margin-top: 60px;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 20px 0;
    z-index: 2;
}



.meta-honor-cta {
    background-size: 200% 200%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    animation: movingGradient 10s ease infinite;
}

.meta-eng-center .company_holder::before {
    background: rgb(190,143,167,0.5);
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    height: 100px;
    content: '';
    filter: blur(40px);
    opacity: 0.3;
    bottom: 0;
    width: 100px;
    left: -30px;
}

.meta-contact-box {
    padding: 90px 0;
    background: linear-gradient(160deg, rgb(242,211,221) 0%, rgb(217,177,189,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.meta-contact-box .meta-feedback-query {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin: 0 auto;
    max-width: 800px;
}

.meta-contact-box form input[type="text"] {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid transparent;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 13px;
    background: rgb(242,211,221);
}

.meta-contact-box .meta-reach-grid input[type="checkbox"]:checked + label::after {
    width: 6px;
    position: absolute;
    height: 12px;
    border-bottom: 2px solid #ffffff;
    content: "";
    border-right: 2px solid #ffffff;
    left: 8px;
    top: 5px;
    transform: rotate(45deg);
}

.meta-contact-box svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,177,189);
}

.meta-thxCard::after {
    filter: blur(30px);
    z-index: 0;
    background: linear-gradient(45deg, rgb(217,177,189,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    animation: pulse 8s infinite ease-in-out;
    bottom: -5rem;
    height: 20rem;
    border-radius: 50%;
    width: 20rem;
    left: -5rem;
}

.meta-thxCard .meta-fast-learn::before {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    content: "";
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(190,143,167,0.5) 150%);
}

.meta-confidential-zone h1, .meta-confidential-zone h2 {
    margin: 0;
    padding: 0.5rem 0;
    color: rgb(217,177,189);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.meta-confidential-zone h1 {
    border-bottom: 3px solid rgb(217,177,189);
    font-size: 48px;
    font-weight: 700;
}

.meta-confidential-zone ul li::before {
    margin-right: 1rem;
    content: '—';
    color: rgb(217,177,189);
}

.meta-user-feedback {
    position: relative;
    background: linear-gradient(135deg, rgb(242,211,221) 0%, rgba(rgb(217,177,189,0.5), 0.05) 100%);
    padding: 6rem 0;
    overflow: hidden;
}

.meta-user-feedback h2.container::after {
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    width: 80px;
    content: "";
    bottom: -15px;
    left: 50%;
    background: linear-gradient(to right, transparent, rgb(190,143,167), transparent);
}

.meta-user-feedback .meta-edu-testimonials:hover {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.04);
    transform: translateY(-10px) scale(1.01) rotate(0.5deg);
}

.meta-user-feedback .meta-edu-testimonials:hover h3 {
    transform: translateX(5px);
    color: rgb(217,177,189);
}

.meta-user-feedback .meta-edu-testimonials div {
    position: relative;
    border-radius: 4px;
    transform-origin: bottom;
    width: 100%;
    height: 0;
    transition: transform 0.4s ease;
    padding-bottom: 60%;
    overflow: hidden;
}

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

.meta-user-feedback .meta-edu-testimonials:hover::after {
    transform: translateY(0) rotate(5deg);
    opacity: 0.15;
}

.meta-interested-learners::after {
    right: 25%;
    animation-delay: 4s;
}

.meta-interested-learners .meta-fast-learn::before,
.meta-interested-learners .meta-fast-learn::after {
    opacity: 0;
    animation: horizontalBeam 10s infinite ease-out;
    position: absolute;
    z-index: -1;
    content: '';
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(190,143,167) 50%, 
        transparent 90%);
    left: 0;
    height: 1px;
    width: 100%;
}

.meta-interested-learners .meta-fast-learn::before {
    top: 30%;
    animation-delay: 2s;
}

.meta-interested-learners ul li:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.05);
}

.meta-interested-learners ul li:hover::after {
    opacity: 0.15;
    transform: translateX(100%);
}

.meta-interested-learners ul li:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.meta-interested-learners ul li:hover svg path {
    animation: flashIcon 1s ease;
    fill: rgb(190,143,167);
}

.meta-data-exploration {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(242,211,221);
    z-index: 1;
}

.meta-data-exploration {
    padding: 70px 0;
}

.meta-data-exploration::after {
    z-index: -1;
    left: 0;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: radial-gradient(circle at center, rgb(217,177,189,0.5) 0%, transparent 60%);
    top: 0;
}

.meta-data-exploration .meta-statistics-points p {
    font-size: 3rem;
    padding: 30px 40px;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #ffffff;
    font-weight: 700;
    min-width: 180px;
    background: rgb(217,177,189);
    margin: 0;
}

.meta-data-exploration .meta-statistics-points p {
    font-size: 2.2rem;
    padding: 20px;
    width: 100%;
    min-width: auto;
}

.meta-data-exploration .meta-statistics-points:hover span {
    color: rgb(217,177,189);
}

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

.meta-data-exploration svg path {
    transition: all 0.3s ease;
    fill: #ffffff;
}

.meta-data-exploration .meta-statistics-points:hover svg {
    transform: scale(1.1) rotate(10deg);
}

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

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



.meta-data-exploration .meta-statistics-points::before {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    z-index: 0;
    opacity: 0;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(45deg, #ffffff 0%, transparent 100%);
}

.meta-meet-us h1 {
    transform: translateX(-10px);
    animation: slideInTitle 0.8s ease-out forwards;
    text-align: left;
    font-size: 48px;
    opacity: 0;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
}

.meta-meet-us .meta-expert-guides:nth-child(1) {
    animation-delay: 0.2s;
}

.meta-meet-us .meta-expert-guides::before {
    top: 0;
    height: 120px;
    position: absolute;
    transform: translate(50%, -50%) rotate(45deg);
    width: 120px;
    transition: transform 0.6s ease;
    right: 0;
    content: "";
    opacity: 0.05;
    background: rgb(217,177,189,0.5);
}

.meta-meet-us .meta-expert-guides div {
    padding-right: 10px;
    line-height: 1.8;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    max-height: 300px;
}

.meta-join-our-community .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    transform-style: preserve-3d;
}

.meta-join-our-community .meta-fast-learn {
    animation: float 7s ease-in-out infinite;
    transform: translateZ(0);
    flex-direction: column;
    gap: 2.5rem;
    align-items: flex-start;
    display: flex;
}

.meta-join-our-community .input_holder {
    display: flex;
    filter: drop-shadow(0 10px 20px var(--newsletter-shadow));
    gap: 1rem;
    width: 100%;
    transform: translateZ(50px);
    position: relative;
}

.meta-join-our-community .input_holder input[type="email"]:focus {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(var(--input-focus-scale)) translateZ(20px);
    background: #ffffff;
}

.meta-join-our-community .input_holder input[type="submit"]:active {
    transform: scale(0.98) translateZ(5px);
}

.meta-join-our-community .input_holder input[type="submit"]::before {
    height: 200%;
    top: -50%;
    width: 200%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform: scale(0);
    left: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    position: absolute;
}

.meta-course-offering .meta-learn-business {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateX(-40px);
    z-index: 3;
    grid-area: info;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    padding: 3.5rem 3rem 3.5rem 5rem;
    backdrop-filter: blur(8px);
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 0 15px 15px 0;
    overflow: hidden;
}

.meta-course-offering .meta-top-lesson::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.meta-course-offering h3 {
    position: relative;
    transform: skew(-2deg);
    font-size: 35px;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.8rem;
    color: #ffffff;
}

.meta-course-offering .meta-img-grid {
    height: 460px;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    grid-area: photo;
    z-index: 2;
    overflow: hidden;
    transform: perspective(1000px) rotateY(5deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    border-radius: 15px 0 0 15px;
}

.meta-experience-trial::before {
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.5) 0px,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.04;
    height: 100%;
    content: '';
    position: absolute;
}

.meta-experience-trial h3 {
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 37px;
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
}

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

.meta-experience-trial .meta-get-assistance:hover::before {
    opacity: 0.2;
}

.meta-experience-trial .meta-get-assistance:active {
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
    transform: translateY(0);
}

.meta-experience-trial:hover .meta-fast-learn::before {
    opacity: 0.05;
    background-size: 40px 100%;
}

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


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

.meta-find-contact .meta-learn-help:hover {
    transform: translateZ(10px);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.3),
        0 0 0 1px #ffffff,
        0 0 30px rgb(217,177,189,0.5);
}

.meta-find-contact h3::before {
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(217,177,189), 
        rgb(190,143,167));
    bottom: -10px;
    border-radius: 10px;
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
}

.meta-find-contact .meta-get-in-touch {
    position: relative;
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.meta-find-contact .meta-get-in-touch {
    grid-template-columns: 1fr;
}

.meta-find-contact .meta-get-in-touch span::before {
    transition: height 0.4s ease;
    top: 0;
    left: 0;
    width: 4px;
    content: '';
    position: absolute;
    z-index: -1;
    height: 0;
    background: linear-gradient(to bottom, rgb(217,177,189), rgb(190,143,167));
}

.meta-find-contact .meta-get-in-touch span:hover::after {
    opacity: 1;
}

.meta-find-contact .meta-get-in-touch span:nth-child(even) svg {
    filter: drop-shadow(0 0 5px rgb(190,143,167,0.5));
    stroke: rgb(190,143,167);
}

.meta-find-contact .meta-get-in-touch span svg path,
.meta-find-contact .meta-get-in-touch span svg circle,
.meta-find-contact .meta-get-in-touch span svg line,
.meta-find-contact .meta-get-in-touch span svg polyline,
.meta-find-contact .meta-get-in-touch span svg rect {
    stroke-dasharray: 100;
    transition: stroke-dashoffset 1s ease;
    stroke-dashoffset: 100;
}

.meta-find-contact .meta-get-in-touch span span a {
    font-weight: 600;
    color: rgb(217,177,189);
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.meta-find-contact .meta-learn-talk h4 svg {
    stroke-linejoin: round;
    width: 24px;
    height: 24px;
    stroke-width: 1.5px;
    margin-right: 12px;
    stroke-linecap: round;
    stroke: rgb(217,177,189);
    filter: drop-shadow(0 0 5px rgb(217,177,189,0.5));
    fill: none;
}

.meta-find-contact .meta-learn-talk h4 svg {
    height: 20px;
    width: 20px;
}

.meta-find-contact .meta-learn-talk span:hover {
    border-left-color: rgb(190,143,167);
    transform: translateX(5px);
    background: rgb(190,143,167,0.5);
}

.meta-find-contact .meta-learn-talk span:hover svg {
    transform: rotate(360deg);
    filter: drop-shadow(0 0 5px rgb(217,177,189));
    stroke: rgb(217,177,189);
}

.meta-title-welcome::after {
    z-index: 2;
    width: 100%;
    mix-blend-mode: overlay;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(90deg, rgb(217,177,189,0.5) 0%, transparent 20%),
        linear-gradient(180deg, rgb(217,177,189,0.5) 0%, transparent 30%);
    content: "";
}

.meta-title-welcome .title_style_header::after {
    left: 0;
    background: linear-gradient(90deg, rgb(217,177,189), rgb(190,143,167));
    width: 0;
    height: 4px;
    bottom: 0;
    position: absolute;
    animation: growLine 1.5s cubic-bezier(0.17, 0.67, 0.22, 1.03) 0.3s forwards;
    content: "";
}

.meta-title-welcome .meta-main-hero::after {
    left: 0;
    background: linear-gradient(90deg, rgb(190,143,167), transparent);
    height: 1px;
    bottom: 0;
    content: "";
    width: 50%;
    position: absolute;
}

.meta-title-welcome .meta-main-hero > div:last-child {
    position: relative;
    margin-top: 1rem;
}

.meta-title-welcome .meta-main-hero > div:last-child p {
    margin: 0;
    font-size: clamp(1rem, 2vw, 1.25rem);
    animation: slideTextUp 0.8s cubic-bezier(0.17, 0.67, 0.22, 1.03) 1.2s forwards;
    position: relative;
    opacity: 0.9;
    transform: translateY(100%);
    color: #ffffff;
    padding: 0.5rem 0;
}


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


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



@media (max-width: 767px) {.meta-course-instructor .meta-edu-testimonials {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.meta-course-instructor .meta-edu-testimonials .name {
    font-size: 22px;
}.meta-course-instructor .meta-edu-testimonials > div:nth-child(2) > div {
    opacity: 1;
    transform: translateY(0);
}.meta-course-instructor .meta-edu-testimonials .meta-work-container {
    padding: 0;
}.meta-course-instructor .meta-edu-testimonials .meta-work-container::before,
    .meta-course-instructor .meta-edu-testimonials .meta-work-container::after {
    font-size: 3rem;
}
}



@media (max-width: 576px) {.meta-operation-process {
    padding: 3rem 0;
}.meta-operation-process .meta-text-holder-box {
    padding: 1.5rem;
}.meta-operation-process h2 {
    margin-bottom: 1rem;
    font-size: calc(35px * 0.7);
}.meta-operation-process p {
    font-size: calc(18px * 0.9);
    margin-bottom: 1rem;
}.meta-operation-process::before,
    .meta-operation-process::after {
    opacity: 0.6;
}}



@media (max-width: 992px) {.meta-learning-impact .meta-fast-learn {
    flex-direction: column;
}.meta-learning-impact .meta-img-grid {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    width: 100%;
    flex: 0 0 auto;
}.meta-learning-impact .meta-text-holder-box {
    padding: 30px;
    width: 100%;
}
}



@media (max-width: 576px) {.meta-learning-impact {
    padding: 40px 0;
}.meta-learning-impact .meta-img-grid {
    max-height: 200px;
}.meta-learning-impact .meta-text-holder-box {
    padding: 25px 20px;
}.meta-learning-impact h3 {
    font-size: calc(36px * 0.85);
}.meta-learning-impact li {
    margin-bottom: 10px;
}.meta-learning-impact li p {
    font-size: calc(16px * 0.9);
    gap: 10px;
    padding: 8px 0;
}.meta-learning-impact svg {
    padding: 6px;
    height: 18px;
    width: 18px;
}}



@media screen and (min-width: 992px) {.meta-contact-box .meta-img-grid {
    width: 50%;
}.meta-contact-box .meta-help-help {
    width: 50%;
    padding: 60px;
}
}



@media screen and (max-width: 576px) {.meta-contact-box {
    padding: 60px 0;
}.meta-contact-box h2 {
    margin-bottom: 30px;
    font-size: calc(45px * 0.7);
}.meta-contact-box .meta-help-help {
    padding: 30px 20px;
}.meta-contact-box form h3 {
    font-size: calc(23px * 0.9);
}}



@media (max-width: 991px) {.meta-user-feedback {
    padding: 4rem 0;
}.meta-user-feedback h2.container {
    font-size: 35px;
    margin-bottom: 2.5rem;
}.meta-user-feedback .meta-client-ratings {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}



@media (max-width: 480px) {.meta-user-feedback {
    padding: 2.5rem 0;
}.meta-user-feedback h2.container {
    padding: 0 1rem;
    font-size: calc(35px * 0.8);
}.meta-user-feedback .meta-edu-testimonials {
    padding: 1.25rem;
}.meta-user-feedback .meta-edu-testimonials h3 {
    font-size: 23px;
}.meta-user-feedback .meta-edu-testimonials .description {
    margin-bottom: 1rem;
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 992px) {.meta-data-exploration {
    padding: 90px 0;
}.meta-data-exploration h2 {
    margin-bottom: 60px;
    font-size: calc(32px * 0.9);
}.meta-data-exploration .meta-statistics-points p {
    padding: 25px 30px;
    font-size: 2.5rem;
    min-width: 150px;
}.meta-data-exploration .meta-statistics-points span {
    padding: 25px 30px;
}.meta-data-exploration ul::before {
    left: 75px;
}
}



@media (min-width: 1200px) {.meta-meet-us {
    padding: 180px 0 140px;
}.meta-meet-us::before {
    height: 400px;
    width: 400px;
}.meta-meet-us::after {
    width: 350px;
    height: 350px;
}.meta-meet-us .container {
    padding: 0 40px;
}.meta-meet-us h1 {
    transform: translateX(-20px);
}.meta-meet-us .meta-story-tl {
    perspective: 1000px;
}.meta-meet-us .meta-expert-guides {
    transform-origin: top;
    transform: translateY(40px) rotateX(10deg);
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease;
    padding: 60px 50px;
}.meta-meet-us .meta-expert-guides:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.14);
    transform: translateY(-15px) rotateX(0) scale(1.03);
}.meta-meet-us .meta-expert-guides h4 {
    font-size: calc(20px + 5px);
    margin-bottom: 25px;
}.meta-meet-us .meta-expert-guides div {
    line-height: 1.9;
    max-height: 400px;
    font-size: calc(15px + 1px);
}
}



@media screen and (max-width: 576px) {.meta-course-offering {
    padding: 3rem 0;
}.meta-course-offering .meta-img-grid {
    height: 250px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}.meta-course-offering .meta-learn-business {
    padding: 2rem 1.5rem;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    transform: translateY(-30px);
}.meta-course-offering .meta-top-lesson {
    margin-bottom: 1.2rem;
    width: 70px;
    height: 70px;
}.meta-course-offering .meta-top-lesson svg {
    height: 40px;
    width: 40px;
}.meta-course-offering h3 {
    margin-bottom: 1.2rem;
    font-size: calc(35px * 0.7);
}.meta-course-offering h3::before {
    bottom: -8px;
    height: 2px;
    width: 30px;
}.meta-course-offering h3::after {
    height: 1px;
    bottom: -12px;
    width: 60px;
}.meta-course-offering p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.9);
}.meta-course-offering .meta-fast-learn:hover .meta-learn-business {
    transform: translateY(-35px);
}}


@media (min-width: 1200px) {.meta-find-contact .container {
    max-width: 1140px;
}.meta-find-contact .meta-learn-help {
    padding: 50px;
}
}



@keyframes patternShift {
    0% {
        transform: skewY(-2deg) translateX(-5%);
    }
    100% {
        transform: skewY(2deg) translateX(5%);
    }
}

@keyframes pulsate {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

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

@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}



@keyframes scaleIn {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}



@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

@keyframes pulseGradient {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}


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


    
    @keyframes fadeInRotate {
        from {
            opacity: 0;
            transform: perspective(1000px) rotateY(-5deg) translateY(2rem);
        }
        to {
            opacity: 1;
            transform: perspective(1000px) rotateY(-5deg) translateY(0);
        }
    }

