.footer-clients-J {
    flex: 0 0 auto;
}

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

.segment-wrapper-Y {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}

.top-core-L {
    flex: 1 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}

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

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

.title-opener-L::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: linear-gradient(45deg, transparent 30%, rgb(202,158,166,0.5) 100%);
    left: 0;
}

.title-opener-L::after {
    height: 45%;
    animation: float 15s infinite ease-in-out alternate;
    content: "";
    transform: rotate(15deg);
    z-index: 1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(225,195,200);
    position: absolute;
    top: -10%;
    opacity: 0.15;
    right: -10%;
    width: 45%;
}

.title-opener-L .start-welcome-Y > div:first-child::before {
    background: rgb(225,195,200);
    height: 4px;
    left: -4px;
    bottom: -8px;
    position: absolute;
    width: 70px;
    content: "";
}

.title-opener-L .skill-pro-z {
    position: relative;
    animation: slideInUp 0.8s 0.4s forwards ease-out;
    transform: translateY(30px);
    opacity: 0;
}

.title-opener-L .skill-pro-z > div {
    overflow: hidden;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.title-opener-L .skill-pro-z h3 {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 2rem;
    font-weight: 400;
    padding-bottom: 1rem;
    line-height: 1.4;
    font-size: calc(23px * 1.05);
    z-index: 2;
    color: #ffffff;
}

.title-opener-L .skill-pro-z > div > div:hover {
    transform: translateX(10px);
}

.title-opener-L .title_style_header {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    transition: transform 0.3s ease;
    font-size: calc(44px * 1.2);
    letter-spacing: -0.01em;
    margin: 0;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 700;
}

.who-we-are-w .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}

.who-we-are-w h2 {
    margin-bottom: 50px;
    animation: slideInTitle 0.8s ease-out forwards;
    color: #ffffff;
    font-size: calc(29px * 1.2);
    position: relative;
    transform: translateX(-10px);
    font-weight: 700;
    opacity: 0;
}

.who-we-are-w .text-box-holder-P {
    grid-template-columns: 1fr;
    gap: 30px;
    perspective: 1000px;
    display: grid;
}

.who-we-are-w .text-box-holder-P > div {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.05);
    opacity: 0;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    animation: fadeInUp 1s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    padding: 40px;
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(202,158,166);
    transform: translateY(30px) rotateX(5deg);
}

.course-highlights-L {
    background: rgb(225,195,200);
    perspective: 1500px;
    display: flex;
    min-height: 100vh;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    align-items: center;
}

.course-highlights-L::before {
    height: 100%;
    z-index: 1;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(225,195,200,0.5) 50%, rgb(225,195,200,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(225,195,200,0.5) 50%, rgb(225,195,200,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    top: 0;
    left: 0;
    opacity: 0.08;
    position: absolute;
    animation: gridPulse 8s linear infinite;
    content: "";
}

.course-highlights-L .container {
    margin: 0 auto;
    z-index: 5;
    width: 100%;
    padding: 0 30px;
    max-width: 1600px;
    position: relative;
}

.course-highlights-L .text-box-holder-P {
    border-radius: 0;
    padding: 60px;
    backdrop-filter: blur(20px);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(225,195,200,0.5);
    background: rgba(0, 0, 0, 0.7);
    border-left: 3px solid rgb(225,195,200);
    transform: translateZ(50px);
    z-index: 15;
}

.course-highlights-L .text-box-holder-P h2 {
    padding-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(225,195,200,0.5);
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 47px;
}

.course-highlights-L .text-box-holder-P h2::after {
    left: 0;
    height: 3px;
    width: 100px;
    bottom: 0;
    background: rgb(225,195,200);
    content: "";
    position: absolute;
    box-shadow: 0 0 15px rgb(225,195,200);
}

.course-highlights-L .text-box-holder-P .description::before {
    opacity: 0.7;
    content: ">";
    position: absolute;
    left: 0;
    color: rgb(202,158,166);
}

.course-highlights-L .hud-element {
    z-index: 5;
    opacity: 0.2;
    border: 1px solid rgb(225,195,200,0.5);
    position: absolute;
}

.course-highlights-L .image-show-item-3::before {
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    z-index: 1;
    top: 0;
    left: 0;
}

.study-method-Q {
    padding: 120px 0;
    overflow: hidden;
    background-color: rgb(242,228,230);
    position: relative;
}

.study-method-Q::before {
    z-index: 1;
    opacity: 0.15;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(225,195,200,0.5) 0%, transparent 50%),
                radial-gradient(circle at 70% 20%, rgb(202,158,166,0.5) 0%, transparent 40%);
}

.study-method-Q .text-box-holder-P {
    padding: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-left: 3px solid rgb(225,195,200);
    width: 55%;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    margin-left: 15%;
}

.study-method-Q .text-box-holder-P::after {
    animation: spin 20s linear infinite;
    content: '';
    opacity: 0.15;
    position: absolute;
    border-radius: 50%;
    top: 0;
    width: 150px;
    height: 150px;
    right: 0;
    background-image: conic-gradient(
        from 0deg at 50% 50%,
        rgb(225,195,200) 0deg,
        transparent 60deg,
        transparent 180deg,
        rgb(202,158,166) 240deg,
        transparent 300deg
    );
    transform: translate(50%, -50%);
    z-index: -1;
}

.study-method-Q .text-box-holder-P h2 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 31px;
    letter-spacing: 1px;
    padding-bottom: 0;
    margin-bottom: 35px;
}



.study-method-Q .text-box-holder-P h2 {
    position: relative;
}

.study-method-Q .text-box-holder-P h2::after {
    transition: width 0.3s ease;
    background-color: rgb(225,195,200);
    width: 40px;
    bottom: -10px;
    position: absolute;
    content: '';
    height: 4px;
    left: 0;
}

.study-method-Q .text-box-holder-P:hover h2::after {
    width: 100%;
}

.study-method-Q .text-box-holder-P p {
    font-size: 14px;
    position: relative;
    color: #ffffff;
    opacity: 0.85;
    line-height: 1.8;
    z-index: 2;
}



.study-method-Q .text-box-holder-P p {
    position: relative;
    overflow: hidden;
}

.study-method-Q .learning-tracks-u::after {
    box-shadow: 0 0 30px rgb(202,158,166);
    animation: particle2 20s infinite alternate-reverse;
    bottom: 60px;
    height: 15px;
    right: 5%;
    background-color: rgb(202,158,166);
    width: 15px;
}

.study-method-Q .text-box-holder-P p::after {
    animation: digital-wave 8s infinite;
    height: 100%;
    left: -100%;
    width: 100%;
    z-index: -1;
    content: '';
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.05), 
        transparent
    );
}

.study-method-Q .text-box-holder-P p::before {
    height: 2px;
    position: absolute;
    background-color: rgb(225,195,200,0.5);
    z-index: 1;
    top: 0;
    content: '';
    width: 100%;
    opacity: 0.3;
    left: 0;
    animation: scan 4s linear infinite;
}

header::before {
    left: 2px;
    bottom: 2px;
    top: 2px;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    right: 2px;
    position: absolute;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    z-index: -1;
}

header .nav-teach-s::before {
    position: absolute;
    content: '';
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    border: 1px dashed rgba(255, 255, 255, 0.3);
    bottom: 3px;
    right: 3px;
    z-index: -1;
    left: 3px;
    top: 3px;
}

header .site-nav-F {
    position: relative;
    z-index: 2;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

header .main-pagebar-h a::before {
    transition: left 0.7s ease;
    position: absolute;
    content: '';
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}

header .main-pagebar-h a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
}

header .main-pagebar-h a:hover::before {
    left: 100%;
}

header .main-pagebar-h::after {
    background: #ffffff;
    bottom: -5px;
    height: 2px;
    content: '';
    transition: width 0.3s ease;
    position: absolute;
    left: 50%;
    width: 0;
    transform: translateX(-50%);
}

header .header-primary-m::after {
    opacity: 0.5;
    left: 10px;
    bottom: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 40px;
    border-left: none;
    content: '';
    border-top: none;
    height: 40px;
    position: absolute;
}

.contact-box-I {
    background: rgb(242,228,230);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.contact-box-I::before {
    left: 0;
    content: '';
    opacity: 0.6;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgb(225,195,200,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 30%, rgb(202,158,166,0.5) 0%, transparent 40%);
}

.contact-box-I .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    z-index: 2;
}

.contact-box-I h3 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    padding: 15px;
    color: #000000;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
    font-size: 36px;
}

.contact-box-I .reach-grid-C::after {
    transform: translate(-50%, 50%);
    background: rgb(202,158,166,0.5);
    height: 100px;
    position: absolute;
    left: 0;
    width: 100px;
    opacity: 0.2;
    content: '';
    border-radius: 50%;
    bottom: 0;
}

.contact-box-I input[type="text"]:focus,
.contact-box-I textarea:focus {
    border-color: rgb(225,195,200);
    outline: none;
    box-shadow: 0 0 10px rgb(225,195,200,0.5);
}

.contact-box-I textarea {
    height: 140px;
    resize: none;
}

.contact-box-I .help-card-k {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.contact-box-I .help-card-k label {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
}

.contact-box-I .help-card-k input[type="checkbox"]:checked + label::before {
    border-color: rgb(225,195,200);
    background: rgb(225,195,200);
}

.contact-box-I .help-card-k a {
    color: rgb(225,195,200);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.contact-box-I .help-card-k a:hover {
    color: rgb(202,158,166);
}

.contact-box-I .request-query-V {
    font-family: Arial, sans-serif;
    border-radius: 18px;
    background: rgb(225,195,200);
    color: #ffffff;
    font-size: 15px;
    padding: 15px 30px;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.contact-box-I .request-query-V:hover::before {
    transform: translateX(0);
}

.contact-box-I .request-widget-4::before {
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: 20px 20px;
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
    content: '';
}

.contact-box-I .request-list-V {
    padding: 0;
    list-style: none;
    margin: 0;
}

.contact-box-I .request-list-V li:last-child {
    border-bottom: none;
}

.contact-box-I .request-list-V li:hover {
    transform: translateX(5px);
}

.contact-box-I .request-list-V svg {
    margin-right: 15px;
    height: 22px;
    margin-top: 3px;
    flex-shrink: 0;
    width: 22px;
}

.contact-box-I .request-list-V span {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 13px;
    color: #ffffff;
}

.contact-box-I .request-list-V a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.consent-track-0 {
    align-items: center;
    display: flex;
    padding: 20px 15px;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.digital-tracking-A {
    flex-shrink: 0;
    margin-right: 15px;
}

.digital-tracking-A svg {
    width: 60px;
    fill: rgb(225,195,200);
    transition: fill 0.3s ease;
    height: 60px;
}

.privacySettingsWindow-g h5 {
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    color: rgb(225,195,200);
}

.cookie-confirm-Y:hover {
    background: rgb(202,158,166);
    box-shadow: 0 0 10px rgb(202,158,166,0.5);
}

#enable-cookie-collection-4 {
    background: rgb(225,195,200);
}

#disallow-privacy-cookies-q {
    background: rgba(0, 0, 0, 0.5);
}

.privacySettingsWindow-g p a {
    transition: color 0.3s ease;
    color: rgb(225,195,200);
    text-decoration: underline;
}


#cookie-alert-banner-g {
    display: none;
}

footer {
    position: relative;
    width: 100%;
}

footer .footer-clients-J {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 250px 0 30px;
    background:rgb(202,158,166);
}

footer .converter-N {
    z-index: 1;
    position: relative;
}

footer .contact-now-w {
    padding: 0;
    margin-bottom: 50px;
    justify-content: space-between;
    top: -120px;
    flex-wrap: wrap;
    display: flex;
    right: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    left: 0;
    border-radius: 23px;
    position: absolute;
    background-color: #ffffff;
}

footer .info_item:last-child {
    border-right: none;
}

footer .info_item:hover::after {
    width: 100%;
}

footer .info_item svg {
    height: 22px;
    margin-right: 15px;
    width: 22px;
    flex-shrink: 0;
    fill: rgb(225,195,200);
}

footer .info_item a:hover {
    color: rgb(225,195,200);
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    margin-top: 100px;
    gap: 20px;
}

footer .nav-teach-s svg {
    height: 45px;
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
}

footer .site-nav-F {
    padding: 0 25px;
    position: relative;
}

footer .site-nav-F h5::after {
    bottom: -2px;
    height: 2px;
    content: "";
    background-color: rgb(225,195,200);
    position: absolute;
    left: 0;
    width: 60px;
}

footer .header-know-M a {
    margin: 5px 8px 5px 0;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 16px;
    transition: all 0.3s ease;
    border-radius: 20px;
    font-size: 13px;
}

footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}

footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
}

footer .input_holder::after {
    bottom: -20px;
    content: "";
    border-radius: 50%;
    left: -10px;
    width: 70px;
    height: 70px;
    background-color: rgb(202,158,166);
    opacity: 0.1;
    position: absolute;
    z-index: -1;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
    background-color: #ffffff;
}

footer .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}

footer .explore-courses-S::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    height: 100%;
    left: -100%;
    width: 100%;
    transition: left 0.7s ease;
    position: absolute;
    top: 0;
}

footer .explore-courses-S:hover::before {
    left: 100%;
}

footer .story-spot-B {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

.privacy-sanctum-9 h1 {
    border-bottom: 2px solid rgb(225,195,200);
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 40px;
    color: rgb(225,195,200);
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 40px;
}

.privacy-sanctum-9 ul, .privacy-sanctum-9 ol {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 20px 0;
}

.privacy-sanctum-9 ul li::before, .privacy-sanctum-9 ol li::before {
    top: 50%;
    left: 0;
    background: rgb(225,195,200);
    transform: translateY(-50%);
    width: 6px;
    border-radius: 50%;
    position: absolute;
    content: '';
    height: 6px;
}

.privacy-sanctum-9 div.container {
    max-width: 1000px;
    margin: 0 auto;
}

.ideal-participants-L::before {
    left: 0;
    width: 100%;
    opacity: 0.15;
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgb(225,195,200,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(202,158,166,0.5) 0%, transparent 40%);
    content: '';
}

.ideal-participants-L .learning-tracks-u {
    z-index: 10;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}

.ideal-participants-L h3::before,
.ideal-participants-L h3::after {
    background: linear-gradient(90deg, rgb(225,195,200), rgb(202,158,166));
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    content: '';
    position: absolute;
    height: 2px;
}

.ideal-participants-L h3::before {
    left: -60px;
}

.ideal-participants-L ul li {
    width: calc(33.333% - 27px);
    background-color: #ffffff;
    position: relative;
    align-items: flex-start;
    padding: 40px 30px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    text-align: left;
    z-index: 1;
    border-radius: 19px;
    gap: 20px;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    min-width: 280px;
    display: flex;
}



.ideal-participants-L ul li {
    animation: slideInBottom 0.6s forwards;
    opacity: 0;
}

.ideal-participants-L ul li:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}

.ideal-participants-L ul li svg {
    position: relative;
    height: 50px;
    flex-shrink: 0;
    width: 50px;
    transition: all 0.5s ease;
}

.ideal-participants-L ul li:hover svg path {
    fill: rgb(202,158,166);
}

.ideal-participants-L ul li:nth-child(2) {
    animation-delay: 0.25s;
}

.ideal-participants-L ul li:nth-child(4) {
    animation-delay: 0.55s;
}

.ideal-participants-L ul li:nth-child(6) {
    animation-delay: 0.85s;
}

.ideal-participants-L ul li:nth-child(3n+2) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
    animation-delay: 0.25s, 3s;
}

.instructor-profile-c {
    position: relative;
    background: linear-gradient(135deg, rgb(242,228,230), rgba(245, 247, 250, 0.92));
    overflow: hidden;
    padding: 7rem 0;
}

.instructor-profile-c::after {
    position: absolute;
    bottom: -5%;
    opacity: 0.1;
    transform: rotate(10deg);
    right: -5%;
    height: 50%;
    z-index: 0;
    width: 30%;
    background: linear-gradient(45deg, rgb(202,158,166,0.5), transparent);
    content: "";
}

.instructor-profile-c .opinion-sharing-N {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    padding: 3rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
    transform: translateY(0);
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 2.5rem;
}

.instructor-profile-c .opinion-sharing-N:hover .image-show-item-3 {
    transform: scale(1.02);
}

.instructor-profile-c .opinion-sharing-N .image-show-item-3::after {
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.instructor-profile-c .opinion-sharing-N .name::after {
    bottom: -0.35rem;
    left: 0;
    width: 2.5rem;
    height: 2px;
    transform: scaleX(1);
    transform-origin: left;
    position: absolute;
    content: "";
    transition: transform 0.4s ease-out;
    background: rgb(225,195,200);
}

.instructor-profile-c .opinion-sharing-N > div:nth-child(3) {
    position: relative;
}

.instructor-profile-c .opinion-sharing-N .emp-container-V {
    color: #000000;
    position: relative;
    line-height: 1.7;
    padding-left: 1.25rem;
    border-left: 3px solid rgb(202,158,166,0.5);
    margin: 0;
    font-size: 13px;
}

.instructor-profile-c .opinion-sharing-N:hover .emp-container-V::before {
    opacity: 1;
    transform: scale(1);
}

.follow-5 {
    background: linear-gradient(135deg, rgb(225,195,200,0.5) 0%, rgb(202,158,166) 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.follow-5::after {
    background: linear-gradient(to right, transparent, rgb(225,195,200,0.5));
    opacity: 0.2;
    transform: skewX(-15deg) translateX(20%);
    height: 100%;
    content: '';
    right: 0;
    position: absolute;
    top: 0;
    width: 40%;
}

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

.follow-5 .learning-tracks-u:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.follow-5 h3 {
    font-weight: 600;
    line-height: 1.3;
    max-width: 800px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
}

.follow-5 .input_holder > div {
    position: relative;
    width: 100%;
}

.follow-5 .input_holder > div::before {
    transform: translateY(-50%);
    background-size: contain;
    height: 18px;
    content: '';
    pointer-events: none;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: 1;
    top: 50%;
    width: 18px;
    position: absolute;
    left: 20px;
}

.follow-5 input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(rgb(202,158,166), 0.3), 0 4px 12px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    outline: none;
    transform: translateY(-2px);
}

.follow-5 .explore-courses-S {
    font-family: Arial, sans-serif;
    align-self: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 14px;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(202,158,166) 0%, rgb(202,158,166,0.5) 100%);
    color: #ffffff;
    padding: 16px 32px;
    font-weight: 600;
    position: relative;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.follow-5 .explore-courses-S:hover::after {
    left: 100%;
}

.tySpace-g {
    background: linear-gradient(135deg, rgb(225,195,200,0.5), rgb(202,158,166,0.5));
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.tySpace-g::after {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(45deg, transparent, rgb(225,195,200,0.5), transparent);
    animation: shimmer 8s infinite linear;
    width: 100%;
    height: 100%;
    transform: rotate(35deg) scale(2);
    content: "";
    top: -50%;
    right: -50%;
}

.tySpace-g .learning-tracks-u:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.2),
        inset 0 0 30px rgba(rgb(225,195,200),0.08);
}

.tySpace-g .learning-tracks-u::before {
    height: 10px;
    z-index: -1;
    opacity: 0.4;
    position: absolute;
    top: -10px;
    content: "";
    background: rgb(225,195,200);
    left: 20px;
    filter: blur(10px);
    right: 20px;
}

.tySpace-g .learning-tracks-u > div:first-child::after {
    left: 0;
    bottom: 0;
    transform-origin: left center;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(225,195,200), rgb(202,158,166));
    content: "";
    transition: transform 0.4s ease;
    height: 3px;
}

.tySpace-g h5::before {
    content: "";
    background: rgb(225,195,200);
    left: -20px;
    top: 50%;
    width: 10px;
    transform: translateY(-50%) rotate(45deg);
    height: 10px;
    position: absolute;
    transition: transform 0.3s ease;
    opacity: 0.8;
}

.tySpace-g a:hover {
    transform: translateX(5px);
}

.tySpace-g a:hover p {
    color: rgb(225,195,200);
}

.customer-opinions-h {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(242,228,230) 0%, rgba(245, 248, 250, 0.95) 100%);
    padding: 6rem 0;
}

.customer-opinions-h h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
    z-index: 1;
    transform: perspective(1000px) rotateX(2deg);
    color: #000000;
    font-size: calc(37px * 1.1);
    letter-spacing: -0.02em;
    line-height: 1.4;
}

.customer-opinions-h h2::after {
    position: absolute;
    transform: translateX(-50%) skewX(-20deg);
    content: "";
    left: 50%;
    width: 5rem;
    bottom: -0.8rem;
    height: 0.25rem;
    background: linear-gradient(90deg, rgb(225,195,200) 0%, rgb(202,158,166) 100%);
}

.customer-opinions-h .opinion-sharing-N {
    padding: 2rem;
    transform-origin: center bottom;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.04);
    height: 100%;
    flex-direction: column;
    background: #ffffff;
    display: flex;
    border-left: 3px solid rgb(225,195,200);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.customer-opinions-h .opinion-sharing-N h3 {
    margin-bottom: 0.75rem;
    font-weight: 600;
    z-index: 1;
    font-size: calc(20px * 1.05);
    color: #000000;
    position: relative;
}

.customer-opinions-h .opinion-sharing-N:hover h3::after {
    transform: scaleX(1);
}

.customer-opinions-h .opinion-sharing-N .description {
    flex-grow: 1;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 17px;
    line-height: 1.65;
    z-index: 1;
    position: relative;
}

.customer-opinions-h .opinion-sharing-N div::after {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    border: 2px solid rgb(225,195,200);
    transform: scale(1.1);
    opacity: 0;
    bottom: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
    right: 0;
}

.customer-opinions-h .opinion-sharing-N:hover img {
    transform: scale(1.08);
}

.customer-opinions-h .opinion-sharing-N:nth-child(odd) {
    border-right: 3px solid rgb(202,158,166);
    border-left: none;
}

.customer-opinions-h .opinion-sharing-N:nth-child(3n+3) {
    transform: translateY(-1rem) rotateZ(1deg);
}

.customer-opinions-h .opinion-sharing-N:nth-child(3n+3):hover {
    transform: translateY(-1.5rem) rotateZ(0deg) scale(1.02);
}



@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 (min-width: 1200px) {.title-opener-L .start-welcome-Y {
    grid-template-columns: 1fr 2.5fr;
}.title-opener-L .start-welcome-Y > div:first-child {
    animation: slideInLeft 1s 0.3s forwards ease-out;
    transform: translateX(-50px);
    opacity: 0;
}.title-opener-L .skill-pro-z {
    transform: translateY(50px);
    animation: slideInUp 1s 0.5s forwards ease-out;
}.title-opener-L .skill-pro-z > div {
    padding: 4rem;
}.title-opener-L .skill-pro-z > div > div {
    padding: 2.5rem;
}.title-opener-L .title_style_header {
    font-size: calc(44px * 1.5);
}
}



@media (min-width: 768px) {.who-we-are-w {
    padding: 150px 0 130px;
}.who-we-are-w h2 {
    margin-bottom: 60px;
    font-size: calc(29px * 1.5);
}.who-we-are-w h2::after {
    height: 5px;
    width: 120px;
}.who-we-are-w .text-box-holder-P div div {
    columns: 2;
    max-height: 400px;
    column-gap: 40px;
}.who-we-are-w .text-box-holder-P > div {
    padding: 50px;
    border-left: 5px solid rgb(202,158,166);
}
}



@media (min-width: 1200px) {.who-we-are-w .text-box-holder-P > div {
    transform: translateY(40px) rotateX(8deg);
}.who-we-are-w .text-box-holder-P div div {
    column-gap: 50px;
    font-size: calc(18px * 1.05);
    line-height: 1.9;
    columns: 2;
}
}



@media (max-width: 767px) {.who-we-are-w {
    padding: 80px 0 60px;
}.who-we-are-w h2 {
    margin-bottom: 40px;
    font-size: 29px;
}.who-we-are-w .text-box-holder-P > div {
    padding: 30px 25px;
}.who-we-are-w .text-box-holder-P p {
    margin-bottom: 15px;
    font-size: calc(18px * 1.3);
}.who-we-are-w .text-box-holder-P div div {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
    max-height: 300px;
}}



@media screen and (max-width: 991px) {.course-highlights-L {
    padding: 60px 0;
    min-height: auto;
}.course-highlights-L .learn-skills-j {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.course-highlights-L .text-box-holder-P {
    transform: translateZ(0);
    padding: 30px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}.course-highlights-L .image-show-item-3 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    height: 450px;
    transform: translateZ(0) rotateY(0);
}
}



@media screen and (max-width: 480px) {.course-highlights-L {
    padding: 40px 0;
}.course-highlights-L .container {
    padding: 0 15px;
}.course-highlights-L .text-box-holder-P {
    padding: 20px;
}.course-highlights-L .text-box-holder-P h2 {
    font-size: calc(47px * 0.7);
    margin-bottom: 20px;
}.course-highlights-L .text-box-holder-P h2::before {
    top: -20px;
    font-size: 14px;
}.course-highlights-L .image-show-item-3 {
    height: 280px;
}}



@media screen and (max-width: 768px) {.study-method-Q {
    padding: 60px 0;
}.study-method-Q .text-box-holder-P {
    margin-left: 0;
    width: 100%;
    padding: 30px 20px;
}.study-method-Q .text-box-holder-P h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 25px;
}.study-method-Q .text-box-holder-P::after {
    height: 80px;
    width: 80px;
}.study-method-Q .learning-tracks-u::before,
    .study-method-Q .learning-tracks-u::after {
    display: none;
}
}



@media (min-width: 1400px) {header .header-primary-m {
    margin: 0 auto;
    max-width: 1320px;
}header .main-pagebar-h {
    margin: 0 0.7rem;
}header .main-pagebar-h a {
    padding: 0 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
}header .header-primary-m {
    padding: 0.8rem 1.5rem;
}header .nav-teach-s {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .head-guide-Y img {
    max-height: 35px;
}header .site-nav-F {
    scrollbar-width: thin;
    overflow-x: auto;
    justify-content: flex-start;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
}header .site-nav-F::-webkit-scrollbar {
    height: 3px;
}header .site-nav-F::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .main-pagebar-h {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .main-pagebar-h a {
    font-size: calc(13px - 2px);
    white-space: nowrap;
    height: 32px;
    padding: 0 0.8rem;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
}header .main-pagebar-h::after {
    display: none;
}header::after {
    right: 10px;
    height: 5px;
    top: 10px;
    width: 5px;
}.top-core-L {
    margin-top: -5px;
}
}



@media (max-width: 576px) {.contact-box-I {
    padding: 40px 0;
}.contact-box-I h3 {
    font-size: calc(36px * 0.8);
}.contact-box-I .reach-grid-C {
    max-width: 95%;
}.contact-box-I .feedback-support-4,
    .contact-box-I .request-widget-4 {
    padding: 30px 20px;
}.contact-box-I input[type="text"],
    .contact-box-I textarea {
    padding: 12px;
}.contact-box-I .request-query-V {
    width: 100%;
    padding: 12px;
}}


@media only screen and (max-width: 800px) {.consent-track-0 {
    padding: 15px;
}.digital-tracking-A {
    display: none;
}.privacySettingsWindow-g h5 {
    font-size: 17px;
}.privacySettingsWindow-g p {
    font-size: 15px;
}}



@media (max-width: 991px) {footer .contact-now-w {
    position: relative;
    top: 0;
    margin-bottom: 80px;
}footer .footer-clients-J {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}



@media (max-width: 576px) {footer .site-nav-F h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(18px - 2px);
}footer .header-know-M a {
    padding: 6px 12px;
    font-size: calc(13px - 1px);
}footer .input_holder input[type="email"],
    footer .explore-courses-S {
    padding: 12px;
}}



@media (max-width: 992px) {.ideal-participants-L {
    padding: 90px 0;
}.ideal-participants-L h3 {
    margin-bottom: 60px;
}.ideal-participants-L h3::before,
    .ideal-participants-L h3::after {
    width: 30px;
}.ideal-participants-L h3::before {
    left: -40px;
}.ideal-participants-L h3::after {
    right: -40px;
}.ideal-participants-L ul {
    gap: 30px;
}.ideal-participants-L ul li {
    width: calc(50% - 15px);
    padding: 35px 25px;
}
}



@media (max-width: 576px) {.ideal-participants-L {
    padding: 70px 0;
}.ideal-participants-L h3 {
    margin-bottom: 50px;
    font-size: calc(31px * 0.9);
}.ideal-participants-L h3::before,
    .ideal-participants-L h3::after {
    display: none;
}.ideal-participants-L ul {
    gap: 25px;
}.ideal-participants-L ul li {
    padding: 30px 20px;
}.ideal-participants-L ul li svg {
    width: 40px;
    height: 40px;
}
}



@media (min-width: 1024px) {.instructor-profile-c {
    padding: 10rem 0;
}.instructor-profile-c .opinion-sharing-N {
    gap: 2.5rem 4rem;
    padding: 4rem;
    grid-template-columns: 320px 1fr;
}.instructor-profile-c .opinion-sharing-N .name {
    font-size: calc(19px * 1.3);
}.instructor-profile-c .opinion-sharing-N > div:nth-child(2) > div {
    font-size: 13px;
}.instructor-profile-c .opinion-sharing-N .emp-container-V {
    line-height: 1.8;
    font-size: calc(13px * 1.1);
}.instructor-profile-c .opinion-sharing-N::before {
    height: 80px;
    width: 80px;
    border-radius: 0 10px 0 100px;
    transition: all 0.5s ease-out;
    background: linear-gradient(135deg, rgb(225,195,200,0.5), transparent 70%);
    transform: rotate(45deg);
    top: 3.5rem;
    content: "";
    z-index: 0;
    position: absolute;
    opacity: 0.1;
    right: 3.5rem;
}.instructor-profile-c .opinion-sharing-N:hover::before {
    transform: rotate(55deg) scale(1.2);
    opacity: 0.15;
}
}



@media (max-width: 767px) {.follow-5 {
    padding: 60px 0;
}.follow-5 .learning-tracks-u {
    padding: 40px 25px;
    transform: none;
}.follow-5 h3 {
    margin-bottom: 25px;
    font-size: 1.5rem;
}.follow-5 input[type="email"] {
    padding: 15px 15px 15px 45px;
}.follow-5 .explore-courses-S {
    padding: 14px 20px;
    width: 100%;
}.follow-5 .input_holder > div::before {
    height: 16px;
    left: 15px;
    width: 16px;
}
}



@media (min-width: 1200px) {.follow-5::before {
    background-size: 50px 50px;
}.follow-5 .learning-tracks-u {
    transform: perspective(1500px) rotateY(-1deg);
}
}



@media (min-width: 992px) {.tySpace-g .learning-tracks-u {
    align-items: center;
    padding: 80px 70px;
    flex-direction: row;
}.tySpace-g .learning-tracks-u > div:first-child {
    padding-bottom: 0;
    flex: 0 0 40%;
    padding-right: 50px;
}.tySpace-g .learning-tracks-u > div:first-child::after {
    transform-origin: center top;
    bottom: auto;
    right: 0;
    top: 50%;
    height: 80px;
    left: auto;
    width: 3px;
}.tySpace-g .learning-tracks-u:hover > div:first-child::after {
    transform: scaleY(1.5);
}.tySpace-g h5 {
    font-size: calc(19px * 1.1);
    margin-bottom: 0;
}.tySpace-g h5::before {
    height: 15px;
    left: -30px;
    width: 15px;
}.tySpace-g a:hover {
    transform: translateX(10px);
}
}



@media (max-width: 480px) {.tySpace-g {
    padding: 50px 0;
}.tySpace-g .learning-tracks-u {
    padding: 30px 20px;
    gap: 25px;
}.tySpace-g h5 {
    font-size: calc(19px * 0.85);
}.tySpace-g p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.tySpace-g .learning-tracks-u > div:first-child {
    padding-bottom: 15px;
}.tySpace-g .learning-tracks-u > div:first-child::after {
    width: 60px;
}}



@media (max-width: 768px) {.customer-opinions-h {
    padding: 4rem 0;
}.customer-opinions-h h2 {
    font-size: 37px;
    transform: none;
}.customer-opinions-h .opinion-sharing-N:nth-child(3n+1),
    .customer-opinions-h .opinion-sharing-N:nth-child(3n+3) {
    transform: none;
}.customer-opinions-h .opinion-sharing-N:nth-child(3n+1):hover,
    .customer-opinions-h .opinion-sharing-N:nth-child(3n+3):hover {
    transform: translateY(-0.5rem) scale(1.02);
}.customer-opinions-h .user-review-v {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}



@keyframes float {
  0%, 100% {
    transform: rotate(15deg) translate(0, 0);
  }
  50% {
    transform: rotate(20deg) translate(-10px, 10px);
  }
}



@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes fadeInUp {
    0% {
        transform: translateY(30px) rotateX(5deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotateX(0);
        opacity: 1;
    }
}



@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}



@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes glitch {
    0%, 100% {
        opacity: 0.1;
        transform: translateX(0);
    }
    20% {
        opacity: 0.5;
        transform: translateX(-2px);
    }
    40% {
        opacity: 0.3;
        transform: translateX(2px);
    }
    60% {
        opacity: 0.4;
        transform: translateX(-1px);
    }
    80% {
        opacity: 0.2;
        transform: translateX(1px);
    }
}



@keyframes particle2 {
    0% {
        transform: translate(0, 0);
        opacity: 0.7;
    }
    33% {
        transform: translate(-40px, 20px);
        opacity: 0.9;
    }
    66% {
        transform: translate(-20px, -40px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.9;
    }
}



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



@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

