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

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

.nav-header {
    flex: 1 0 auto;
}

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

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

.cert-block {
    flex: 0 0 auto;
}

.cert-block {
    position: relative;
    background-color: rgb(225,221,237);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 5rem 0 2rem;
}

.launch-now::before {
    top: 0;
    position: absolute;
    left: 0;
    animation: rotateBg 20s linear infinite;
    z-index: -1;
    content: '';
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            rgb(195,189,217) 0deg,
            rgb(162,157,193) 15deg,
            rgb(195,189,217) 30deg
        );
    opacity: 0.1;
    height: 100%;
    width: 100%;
}

.launch-now .training-pro {
    max-width: 1000px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    justify-content: center;
    border-radius: 24px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    backdrop-filter: blur(10px);
    align-items: center;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 20px rgb(195,189,217,0.5),
        0 0 40px rgb(195,189,217,0.5);
    flex-direction: column;
    padding: 60px 40px;
    position: relative;
}

.launch-now .training-pro::after {
    width: 100%;
    background-size: 20px 20px;
    content: '';
    opacity: 0.3;
    left: 0;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    z-index: -1;
    top: 0;
}

.launch-now h3::after {
    width: 100%;
    content: attr(data-text);
    animation: glitchEffect 3s infinite linear alternate-reverse;
    opacity: 0.7;
    color: rgb(195,189,217);
    z-index: -2;
    position: absolute;
    height: 100%;
    top: 0;
    left: 3px;
}

.launch-now .contact-map::before {
    z-index: -1;
    position: absolute;
    right: -2px;
    border-radius: calc(24px + 2px);
    background: linear-gradient(45deg, rgb(195,189,217), rgb(162,157,193), rgb(195,189,217));
    bottom: -2px;
    opacity: 0.7;
    left: -2px;
    top: -2px;
    content: '';
    animation: gradientFlow 5s ease infinite;
    background-size: 400% 400%;
}

.launch-now .contact-map::after {
    top: 0;
    content: '';
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    width: 70%;
    height: 100%;
    position: absolute;
    transform: skewX(-20deg);
    z-index: 1;
    transition: all 0.6s ease;
}

.launch-now .contact-map:hover::after {
    left: 130%;
}

.academic-expertise::before {
    width: 100%;
    top: 0;
    background-size: 50px 50px;
    background: 
        linear-gradient(0deg, transparent 49.5%, rgb(195,189,217,0.5) 49.5%, rgb(195,189,217,0.5) 50.5%, transparent 50.5%),
        linear-gradient(90deg, transparent 49.5%, rgb(195,189,217,0.5) 49.5%, rgb(195,189,217,0.5) 50.5%, transparent 50.5%);
    opacity: 0.15;
    position: absolute;
    content: "";
    animation: gridMove 20s linear infinite;
    left: 0;
    height: 100%;
}

.academic-expertise .student-reviews:hover .capture {
    transform: translateZ(120px) rotateY(-10deg) translateX(-20px);
}

.academic-expertise .name {
    padding: 1.5rem 2rem;
    left: 0;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: #ffffff;
    background: rgb(195,189,217);
    position: absolute;
    transform: translateZ(70px) rotateY(5deg);
    border-radius: 10px;
    z-index: 4;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 32px;
    top: 100px;
    min-width: 300px;
}

.academic-expertise .student-reviews:hover span:not(.name) {
    transform: translateZ(70px) rotateY(0deg) translateX(30px);
}

.academic-expertise .past-career {
    z-index: 2;
    border-radius: 23px;
    transform: translateZ(30px);
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    border-bottom: 4px solid rgb(195,189,217);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    color: #000000;
    position: absolute;
    left: 0;
    border-top: 4px solid rgb(162,157,193);
    line-height: 1.8;
    right: 0;
    bottom: 0;
    font-size: 18px;
    padding: 3rem;
}

.academic-expertise .container::after {
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(195,189,217,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(162,157,193,0.5) 0%, transparent 50%);
    z-index: -1;
    position: absolute;
    content: "";
    filter: blur(100px);
    height: 100%;
    top: 0;
    animation: colorPulse 10s ease-in-out infinite alternate;
}

.our-team::after {
    pointer-events: none;
    right: -50%;
    background: linear-gradient(135deg, rgb(195,189,217,0.5) 0%, transparent 70%);
    z-index: 2;
    height: 200%;
    content: "";
    top: -50%;
    position: absolute;
    transform: rotate(-15deg);
    width: 100%;
}

.our-team h2::after {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(195,189,217);
    width: 120px;
    height: 4px;
    left: 0;
    bottom: -15px;
    content: "";
    transform-origin: left center;
    position: absolute;
    transform: scaleX(1);
}

.our-team .text-area-wrap {
    gap: 30px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
    -webkit-backdrop-filter: blur(8px);
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    backdrop-filter: blur(8px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    padding: 40px;
    border-left: 3px solid rgb(195,189,217);
    transform: translateX(0) translateY(0);
}

.our-team .text-area-wrap div div {
    color: rgba(255,255,255,0.9);
    padding-right: 15px;
    line-height: 1.8;
    position: relative;
    overflow-y: auto;
    font-size: 14px;
    max-height: 400px;
    text-align: justify;
    margin-top: 20px;
}

.our-team .text-area-wrap div div:hover::after {
    opacity: 1;
}

.cookie-warning-panel {
    transition: transform 0.3s ease-in-out;
    background: rgb(225,221,237);
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    bottom: 0;
    border-top: 3px solid rgb(195,189,217);
    width: 100%;
}

.edu-cookies svg:hover {
    fill: rgb(162,157,193);
}

.cookie-confirm {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}

.cookie-warning-panel p {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.cookie-all {
    font-size: 17px;
    text-align: center;
    background: rgb(195,189,217);
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    line-height: 35px;
    padding: 10px 20px;
    margin-left: 10px;
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
}

.cookie-warning-panel p a:hover {
    color: rgb(162,157,193);
}

#cookieWarningPopup:checked ~ .cookie-warning-panel {
    visibility: hidden;
    opacity: 0;
}

.secure-safe::before {
    opacity: 0.05;
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle at 15% 85%, rgb(195,189,217,0.5) 0%, transparent 25%);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

.secure-safe .container {
    position: relative;
    padding: 3rem;
    max-width: 1140px;
    border-left: 3px solid rgb(195,189,217);
    z-index: 1;
    backdrop-filter: blur(8px);
    margin: 0 auto;
    transform: perspective(1000px) rotateY(0.5deg);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}

.secure-safe h1::after {
    width: 6rem;
    transition: width 0.4s ease;
    bottom: 0;
    height: 4px;
    position: absolute;
    left: 0;
    content: "";
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(195,189,217), rgb(195,189,217,0.5));
}

.secure-safe h2:hover {
    color: rgb(195,189,217);
    padding-left: 1.5rem;
}

.secure-safe h3 {
    color: #000000;
    border-left: 1px solid rgb(195,189,217,0.5);
    font-size: calc(21px + 0.1rem);
    padding-left: 0.8rem;
    margin: 2.5rem 0 1rem;
    font-weight: 600;
}

.secure-safe p {
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    line-height: 1.8;
    font-size: 17px;
    position: relative;
}

.secure-safe strong::after {
    bottom: -2px;
    height: 1px;
    transform-origin: left;
    background-color: rgb(195,189,217,0.5);
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    transition: transform 0.3s ease;
    transform: scaleX(0.8);
}

.secure-safe li::before {
    height: 8px;
    width: 8px;
    opacity: 0.8;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    content: "";
    top: 0.7rem;
    border: 1px solid rgb(195,189,217);
}

.secure-safe span {
    border-left: 1px solid rgb(162,157,193,0.5);
    padding-left: 1rem;
    font-size: 17px;
    display: block;
    color: #000000;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    line-height: 1.8;
    font-style: italic;
}

.cert-block::after {
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(225,221,237) 0%,
        rgb(195,189,217) 35%, 
        rgb(162,157,193) 65%,
        rgb(225,221,237) 100%);
    height: 7px;
    content: '';
}

.cert-block .connect-section::after {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(162,157,193,0.5) 50%,
        transparent 100%);
    left: 0;
    bottom: -1px;
    height: 1px;
    position: absolute;
    content: '';
    width: 100%;
}

.cert-block .info_item::before {
    top: 50%;
    content: '';
    background-color: rgba(0, 0, 0, 0.06);
    height: 60%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    position: absolute;
}

.cert-block .info_item:hover {
    transform: translateY(-5px);
}

.cert-block .info_item:hover p,
.cert-block .info_item:hover a {
    color: rgb(195,189,217);
}

.cert-block .info_item svg {
    fill: rgb(195,189,217);
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.cert-block .first-pagebar {
    width: 100%;
    flex-direction: column;
    max-width: 300px;
    margin-right: auto;
    display: flex;
    gap: 1.5rem;
}

.cert-block .first-pagebar:hover svg {
    transform: scale(1.05);
}

.cert-block .challenge-cta {
    position: relative;
    font-size: 12px;
    color: #000000;
    padding-left: 2rem;
    line-height: 1.6;
}

.cert-block .site-start {
    position: relative;
    min-width: 240px;
    display: flex;
    max-width: 400px;
    flex-direction: column;
    flex: 1;
    gap: 2rem;
}

.cert-block .site-start h5 {
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.03);
}

.cert-block .nav-skill:first-child {
    position: relative;
}

.cert-block .nav-skill a::before {
    content: '';
    height: 6px;
    width: 6px;
    border-radius: 50%;
    top: 50%;
    background-color: rgb(162,157,193,0.5);
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
}

.cert-block .nav-skill a:hover::before {
    height: 8px;
    background-color: rgb(195,189,217);
    width: 8px;
}

.cert-block .subscribe_holder::before {
    position: absolute;
    border-style: solid;
    top: 0;
    height: 0;
    border-color: rgb(195,189,217,0.5) transparent transparent transparent;
    content: '';
    left: 0;
    border-top-left-radius: 29px;
    width: 0;
    border-width: 50px 50px 0 0;
}

.cert-block .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}

.cert-block .input_holder input[type="email"] {
    color: #000000;
    transition: all 0.3s ease;
    padding: 1.125rem 1.25rem;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.cert-block .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.cert-block .online-training::before {
    background: linear-gradient(135deg, rgb(162,157,193) 0%, rgb(195,189,217) 100%);
    position: absolute;
    opacity: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    content: '';
}

.cert-block .online-training:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.cert-block .collab-net::before {
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    content: '';
    width: 40%;
    left: 30%;
    height: 1px;
    position: absolute;
}

.contact::before {
    top: 0;
    opacity: 0.7;
    content: '';
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px);
    z-index: -1;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
}

.contact .capture {
    left: 0;
    z-index: 0;
    top: 0;
    mix-blend-mode: luminosity;
    opacity: 0.15;
    height: 100%;
    position: absolute;
    filter: contrast(120%) brightness(110%) blur(5px);
    width: 100%;
}

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

.contact h3::before {
    width: 40px;
    border-radius: 10px;
    background: rgb(195,189,217);
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    height: 4px;
}

.contact .connect-message {
    border-radius: 16px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.01);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
}

.contact .connect-message::after {
    animation: pulse-border 4s infinite alternate;
    border: 1px solid rgba(255, 255, 255, 0.1);
    inset: 0;
    box-shadow: 0 0 25px rgb(195,189,217,0.5);
    pointer-events: none;
    content: '';
    border-radius: 16px;
    position: absolute;
}

.contact .request-support::after {
    top: 0;
    border-radius: 0 0 0 150px;
    z-index: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 40%, rgb(195,189,217,0.5) 100%);
    opacity: 0.5;
    width: 150px;
    height: 150px;
    content: '';
    right: 0;
}

.contact .request-support h3 {
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.contact .request-support input[type="text"],
.contact .request-support textarea {
    width: 100%;
    padding: 18px 25px;
    font-size: 17px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03) inset;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: #000000;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact .request-support .support-infoBoum {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact .request-support .support-infoBoum label {
    font-size: calc(17px - 2px);
    padding-left: 38px;
    color: #000000;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
}

.contact .request-support .support-infoBoum label::after {
    content: '';
    transform: scale(0.6);
    position: absolute;
    border-radius: calc(10px - 2px);
    opacity: 0;
    height: 15px;
    transition: all 0.3s ease;
    width: 15px;
    top: 2px;
    left: 5px;
    background-color: rgb(195,189,217);
}

.contact .request-support .support-infoBoum a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(195,189,217);
    font-weight: 600;
    position: relative;
}

.contact .request-support .support-infoBoum a:hover {
    color: rgb(162,157,193);
}

.contact .request-support .support-infoBoum a:hover::after {
    background-color: rgb(162,157,193);
    transform-origin: left;
    transform: scaleX(1);
}

.contact .request-support .reach-list::before {
    left: -100%;
    transition: all 0.5s ease;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 100%;
}

.contact .request-support .reach-list::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0.5;
    animation: glow 2s infinite;
    position: absolute;
    height: 3px;
}

.contact .request-support .reach-list:hover::before {
    left: 100%;
}

.contact .inquiry-section {
    padding: 50px;
    flex: 1 1 40%;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(195,189,217) 0%, rgb(162,157,193) 100%);
    position: relative;
}

.contact .inquiry-section::after {
    position: absolute;
    top: 0;
    height: 100%;
    animation: shine 8s infinite linear;
    width: 100%;
    left: 0;
    z-index: 0;
    content: '';
    background: 
        linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.05) 50%, transparent 75%);
}

.contact .inquiry-section h4 {
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
}

.contact .inquiry-section .help-card {
    position: relative;
    list-style: none;
    z-index: 1;
    padding: 0;
    margin: 0;
}

.contact .inquiry-section .help-card li:not(:last-child)::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: 0;
    content: '';
    bottom: 0;
    height: 1px;
}

.contact .inquiry-section .help-card li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.contact .inquiry-section .help-card li:hover svg path {
    fill: rgba(255, 255, 255, 0.9);
}

.contact .inquiry-section .help-card li a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: #ffffff;
}

.contact .inquiry-section .help-card li a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
}

.contact .inquiry-section .help-card li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.price-plan-item {
    padding: 100px 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.price-plan-item .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.price-plan-item .bundle-offer {
    position: relative;
}

.price-plan-item h2 {
    color: #ffffff;
    text-align: center;
    font-size: 29px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    transform: translateZ(0);
}

.price-plan-item .indv-sub {
    max-width: 800px;
    margin: 0 auto 60px;
    font-weight: 300;
    font-size: calc(15px + 2px);
    line-height: 1.6;
    opacity: 0.9;
    color: #ffffff;
    text-align: center;
}

.price-plan-item .learning-price li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.price-plan-item .fee-choices {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    transition: all 0.4s ease;
    text-decoration: none;
    backdrop-filter: blur(10px);
    isolation: isolate;
    display: block;
}

.price-plan-item .pricing-catalog {
    padding: 35px 30px;
    z-index: 1;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.price-plan-item .rate-card {
    flex-direction: column;
    flex: 1;
    display: flex;
}

.price-plan-item .rate-card h4::after {
    transition: width 0.3s ease;
    background: rgb(162,157,193);
    height: 3px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 40px;
    left: 0;
}

.price-plan-item .rate-card p {
    hyphens: auto;
    font-size: 15px;
    overflow-wrap: break-word;
    line-height: 1.6;
    flex: 1;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 30px;
    word-wrap: break-word;
}

.price-plan-item .fee-choices:hover .access-cost {
    transform: scale(1.05);
    background: rgba(rgb(195,189,217,0.5), 0.2);
}

.title-welcome {
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: stretch;
    background: linear-gradient(145deg, rgb(195,189,217,0.5), rgba(0, 0, 0, 0.5));
    height: 100vh;
    width: 100%;
}

.title-welcome .capture::after {
    height: 100%;
    z-index: 2;
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(rgb(195,189,217,0.5), 0.4) 100%
    );
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    backdrop-filter: blur(2px);
}



.title-welcome h1 {
    font-size: clamp(2.5rem, 5vw, 41px);
    color: #ffffff;
    transform: perspective(1000px) rotateY(0deg);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease-out;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    max-width: 700px;
}



.title-welcome .text-area-wrap {
    animation: fadeUp 1s 0.3s cubic-bezier(0.19, 1, 0.22, 1) both;
    position: relative;
    max-width: 550px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 2.5rem;
    overflow: hidden;
    border-left: 3px solid rgb(195,189,217);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
}

.title-welcome .skill-plus {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 1rem 0 2rem;
    position: relative;
    transition: transform 0.3s ease;
    transform: scale(1);
}

.title-welcome .skill-plus svg {
    height: 100px;
    width: 100px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}

.title-welcome .skill-plus svg text {
    transition: fill 0.3s ease;
    fill: rgb(162,157,193);
    dominant-baseline: middle;
}

.title-welcome .reach-list {
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 19px;
    display: inline-block;
    padding: 0.9em 2em;
    border-radius: 10px;
    letter-spacing: 0.05em;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    background: linear-gradient(135deg, rgb(162,157,193) 0%, rgb(195,189,217) 100%);
    font-weight: 600;
    transform: translateZ(0);
    position: relative;
    color: #ffffff;
    overflow: hidden;
}

.title-welcome .reach-list:hover::before {
    left: 100%;
}

header:before {
    animation: shimmer 8s infinite linear;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    content: '';
    position: absolute;
    pointer-events: none;
    height: 100%;
}

header .nav-section {
    overflow: hidden;
    position: relative;
}

header .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 16px 25px;
}

header .container:before {
    content: '';
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    position: absolute;
    opacity: 0.5;
    height: 1px;
    left: 0;
    bottom: -1px;
}

header .site-start {
    gap: 35px;
    position: relative;
    display: flex;
    align-items: center;
}

header .site-start:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}

header .top-tutor {
    transition: all 0.3s ease;
    position: relative;
    font-size: 18px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 5px 0;
    text-decoration: none;
}

header .top-tutor:after {
    transform: scaleY(0);
    background: linear-gradient(
        180deg,
        transparent,
        rgb(195,189,217,0.5),
        transparent
    );
    z-index: -1;
    top: 0;
    opacity: 0;
    left: 0;
    content: '';
    height: 100%;
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
}

header .top-tutor:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

header .head-primary {
    display: flex;
    text-decoration: none;
    transition: all 0.4s ease;
    align-items: center;
    padding: 5px;
    position: relative;
}

header .head-primary:after {
    width: 100%;
    transition: all 0.3s ease;
    height: 100%;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(195,189,217),
        transparent
    ) 1;
    border: 1px solid transparent;
    opacity: 0;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
}

header .head-primary svg {
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 3px rgb(195,189,217,0.5));
    height: 45px;
}

.future-members::before {
    position: absolute;
    transform: rotate(30deg);
    opacity: 0.1;
    background: rgb(195,189,217,0.5);
    filter: blur(60px);
    content: "";
    animation: float-slow 20s ease-in-out infinite alternate;
    height: 200%;
    width: 80%;
    right: -20%;
    top: -50%;
    border-radius: 100px;
}



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

.future-members h4 {
    line-height: 1.3;
    position: relative;
    margin: 0;
    font-size: 38px;
    padding: 0;
    color: #000000;
    font-weight: 700;
}

.future-members h4::after {
    position: absolute;
    width: 120px;
    bottom: -20px;
    background: rgb(195,189,217,0.5);
    content: "";
    border-radius: 10px;
    height: 2px;
    left: 0;
}

.future-members div {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.future-members div p:nth-child(even) {
    transform: translateX(30px);
}

.future-members div p:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.future-members div p:nth-child(even):hover {
    transform: translate(30px, -5px);
}

.future-members div p::before {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    transition: width 0.3s ease;
    width: 4px;
    background: linear-gradient(180deg, rgb(195,189,217), rgb(162,157,193));
    opacity: 0.7;
    content: "";
}

.future-members div p:hover svg {
    transform: scale(1.2);
}

.future-members div p:hover svg path {
    fill: rgb(162,157,193);
}

.learning-impact {
    background: linear-gradient(150deg, rgb(225,221,237) 30%, rgba(rgb(195,189,217,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}

.learning-impact::after {
    content: "";
    width: 250px;
    z-index: 0;
    height: 250px;
    position: absolute;
    background: radial-gradient(circle, rgba(rgb(162,157,193,0.5), 0.1) 0%, rgba(rgb(162,157,193,0.5), 0) 70%);
    animation: pulse 12s infinite alternate-reverse;
    left: -50px;
    bottom: -50px;
}

.learning-impact h5::after {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: "";
    bottom: -15px;
    width: 80px;
    border-radius: 10px;
    height: 3px;
    background: linear-gradient(90deg, rgb(195,189,217), rgb(162,157,193));
}

.learning-impact .training-pro:hover {
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-5px);
}

.learning-impact .capture {
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.learning-impact .text-area-wrap {
    padding: 0 1.5rem 2rem;
}

.learning-impact li {
    transition: transform 0.3s ease;
    padding-left: 2.5rem;
    position: relative;
}

.learning-impact li p {
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    align-items: flex-start;
    display: flex;
}

.learning-impact li:hover svg {
    transform: scale(1);
}

.learning-impact li svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,189,217);
}

.learning-impact li:nth-child(even) {
    border-left: 2px solid rgba(rgb(162,157,193,0.5), 0.2);
    padding-left: 2.7rem;
}

.course-structure {
    overflow: hidden;
    padding: 7rem 0;
    background: rgb(225,221,237);
    position: relative;
}

.course-structure::after {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    background: 
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px);
    left: 0;
    z-index: 0;
    content: "";
    opacity: 0.05;
}

.course-structure .text-area-wrap:hover {
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.18);
    transform: translateY(-8px);
}

.course-structure h2 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.8rem;
    position: relative;
    color: #000000;
    font-size: calc(37px * 1.2);
    font-weight: 700;
    display: inline-block;
}

.course-structure h2::before {
    transition: all 0.5s ease;
    top: -15px;
    border-left: 3px solid rgb(195,189,217);
    height: 45px;
    position: absolute;
    width: 45px;
    border-top: 3px solid rgb(195,189,217);
    left: -15px;
    content: "";
    opacity: 0.7;
}

.course-structure .text-area-wrap:hover h2::before {
    left: -20px;
    top: -20px;
    height: 55px;
    width: 55px;
}

.course-structure .text-area-wrap:hover h2::after {
    bottom: -20px;
    right: -20px;
    width: 55px;
    height: 55px;
}

.course-structure .description:last-of-type {
    transition: all 0.5s ease;
    border-left: 3px solid rgb(195,189,217);
    border-right: 3px solid rgb(162,157,193);
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    padding: 1.2rem 1.8rem;
    max-width: 90%;
    font-weight: 600;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
}

.course-structure .capture::before {
    height: 100%;
    background: 
        radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.85;
    width: 100%;
}



.course-structure .text-area-wrap::before {
    height: 70%;
    opacity: 0.15;
    background: rgb(195,189,217,0.5);
    top: -5%;
    animation: morph 15s linear infinite alternate;
    right: -5%;
    z-index: -1;
    width: 70%;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
}

.study-method {
    background: rgb(225,221,237);
    position: relative;
    min-height: 65vh;
    overflow: hidden;
}

.study-method::before {
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    filter: blur(40px);
    left: 0;
    width: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 20%, rgb(195,189,217,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(162,157,193,0.5) 0%, transparent 30%);
}

.study-method .container {
    justify-content: center;
    margin: 0 auto;
    z-index: 5;
    align-items: center;
    display: flex;
    position: relative;
    padding: 5rem 2rem;
    max-width: 1100px;
}

.study-method .training-pro::before {
    height: 90%;
    content: "";
    z-index: -1;
    left: 5%;
    border-radius: 50%;
    width: 90%;
    top: 5%;
    animation: rotateBorder 20s linear infinite;
    border: 2px solid rgb(195,189,217,0.5);
    position: absolute;
}

.study-method h3 {
    position: relative;
    max-width: 70%;
    font-weight: 700;
    transform: translateY(-20px);
    z-index: 2;
    color: rgb(195,189,217);
    margin: 0 0 1.5rem;
    border-radius: 25px;
    padding: 1rem 2rem;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    font-size: 38px;
}

.study-method h3::after {
    top: 100%;
    content: "";
    width: 2px;
    position: absolute;
    height: 30px;
    background: linear-gradient(to bottom, rgb(195,189,217), transparent);
    left: 50%;
    transform: translateX(-50%);
}

.study-method span::before {
    bottom: 100%;
    width: 2px;
    background: linear-gradient(to top, rgb(162,157,193), transparent);
    transform: translateX(-50%);
    height: 30px;
    content: "";
    left: 50%;
    position: absolute;
}

.study-method span::after {
    z-index: -1;
    opacity: 0.2;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(162,157,193,0.5), transparent);
    border-radius: inherit;
}

.ty-success::before {
    width: 120%;
    left: -5%;
    height: 120%;
    top: -10%;
    pointer-events: none;
    z-index: 0;
    content: "";
    transform: rotate(-5deg) skewX(5deg);
    background: 
        linear-gradient(120deg, rgb(195,189,217,0.5) 0%, transparent 40%),
        linear-gradient(-120deg, rgb(162,157,193,0.5) 0%, transparent 40%);
    position: absolute;
}

.ty-success .training-pro {
    transform: translateZ(0) rotateX(2deg);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    position: relative;
    background-color: #ffffff;
    transform-style: preserve-3d;
    padding: calc(2rem + 3vw);
    transition: transform 0.5s ease;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}

.ty-success .training-pro > div:first-child {
    transform: translateZ(20px);
    position: relative;
    margin-bottom: 2rem;
}

.ty-success .training-pro:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.ty-success h5 {
    font-weight: 700;
    position: relative;
    transition: transform 0.5s ease;
    transform: translateZ(30px);
    color: #000000;
    font-size: 24px;
    margin: 0;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ty-success .training-pro > div:last-child {
    position: relative;
    transition: transform 0.5s ease;
    transform: translateZ(10px);
}

.ty-success a {
    overflow: hidden;
    transition: transform 0.3s ease;
    text-decoration: none;
    display: block;
    position: relative;
}

.ty-success a::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    content: "";
    z-index: -1;
    opacity: 0;
    background: linear-gradient(135deg, 
        transparent 0%, 
        transparent 95%, 
        rgb(195,189,217,0.5) 95%, 
        rgb(195,189,217,0.5) 100%
    );
    bottom: 0;
    height: 100%;
    transform: translateY(10px);
    width: 100%;
    left: 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 screen and (max-width: 768px) {.launch-now {
    padding: 80px 0;
}.launch-now .training-pro {
    padding: 40px 25px;
}.launch-now h3 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.8);
    letter-spacing: 2px;
}.launch-now .contact-map {
    padding: 14px 35px;
    font-size: calc(19px * 0.95);
}
}



@media (max-width: 992px) {.academic-expertise .student-reviews {
    padding: 20px 0;
    height: auto;
    flex-direction: column;
}.academic-expertise .capture {
    right: auto;
    transform: none;
    position: relative;
    border-radius: 20px;
    margin: 0 auto 30px;
    top: auto;
    width: 300px;
    height: 300px;
}.academic-expertise .student-reviews:hover .capture {
    transform: translateY(-10px);
}.academic-expertise .name {
    position: relative;
    left: auto;
    transform: none;
    margin: 0 auto 30px;
    top: auto;
    text-align: center;
    width: 90%;
}.academic-expertise .student-reviews:hover .name {
    transform: translateY(-5px);
}.academic-expertise .student-reviews span:not(.name) {
    transform: none;
    text-align: center;
    width: max-content;
    display: block;
    left: auto;
    top: auto;
    margin: 0 auto 45px;
    position: relative;
}.academic-expertise .student-reviews:hover span:not(.name) {
    transform: translateY(-5px);
}.academic-expertise .past-career {
    bottom: auto;
    transform: none;
    position: relative;
}.academic-expertise .student-reviews:hover .past-career {
    transform: translateY(-5px);
}
}



@media (min-width: 1024px) {.our-team {
    padding: 180px 0 160px;
}.our-team::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%);
}.our-team::after {
    right: -20%;
    height: 180%;
    transform: rotate(-35deg);
    width: 90%;
    top: -20%;
}.our-team .container {
    padding: 0 60px;
}.our-team h2 {
    margin-bottom: 90px;
    font-size: calc(34px * 1.8);
    margin-left: 120px;
}.our-team h2::after {
    height: 6px;
    width: 180px;
}.our-team .text-area-wrap {
    max-width: 80%;
    padding: 80px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.25), 0 15px 30px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    margin-left: 120px;
}.our-team .text-area-wrap p {
    font-size: calc(14px * 1.8);
    margin-bottom: 30px;
    padding-bottom: 20px;
}.our-team .text-area-wrap div div {
    max-height: 500px;
    column-gap: 60px;
    line-height: 1.9;
    column-count: 2;
    font-size: calc(14px * 1.1);
}
}


@media only screen and (max-width: 1200px) {.edu-consent {
    flex-direction: column;
    align-items: center;
}.edu-cookies {
    margin-bottom: 15px;
}.cookie-confirm {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}.cookie-all {
    margin-left: 0;
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
}
}



@media (max-width: 768px) {.secure-safe {
    padding: 4rem 1rem;
}.secure-safe .container {
    transform: none;
    padding: 2rem 1.5rem;
    border-left-width: 2px;
}.secure-safe::before,
    .secure-safe::after {
    opacity: 0.02;
}.secure-safe h1 {
    font-size: calc(38px - 0.4rem);
    margin-bottom: 2rem;
}.secure-safe h2 {
    margin: 2.5rem 0 1rem;
    font-size: calc(35px - 0.3rem);
}.secure-safe h3, 
    .secure-safe h4 {
    font-size: calc(21px - 0.1rem);
}.secure-safe p, 
    .secure-safe li, 
    .secure-safe span {
    line-height: 1.6;
    font-size: calc(17px - 0.05rem);
}.secure-safe ul {
    margin-left: 0.5rem;
}.secure-safe p:hover {
    transform: translateX(3px);
}
}



@media (max-width: 1200px) {.cert-block .text_main_holder {
    gap: 2.5rem;
}.cert-block .first-pagebar {
    max-width: 260px;
}.cert-block .site-start {
    min-width: 220px;
}
}



@media (max-width: 991px) {.cert-block {
    padding: 4rem 0 2rem;
}.cert-block .info_item {
    padding: 1rem;
    width: 50%;
}.cert-block .info_item:nth-child(3)::before {
    display: none;
}.cert-block .text_main_holder {
    gap: 3rem;
    align-items: center;
    flex-direction: column;
}.cert-block .first-pagebar {
    max-width: 100%;
    align-items: center;
    width: 100%;
    text-align: center;
}.cert-block .challenge-cta {
    max-width: 500px;
    text-align: center;
    padding-left: 0;
}.cert-block .challenge-cta::before {
    display: none;
}.cert-block .site-start {
    max-width: 600px;
    width: 100%;
}.cert-block .subscribe_holder {
    width: 100%;
    max-width: 600px;
}
}



@media (max-width: 992px) {.contact {
    padding: 80px 0;
}.contact .container {
    padding: 0 20px;
}.contact .connect-message {
    flex-direction: column;
}.contact .request-support,
    .contact .inquiry-section {
    flex: 1 1 100%;
}.contact .request-support {
    padding: 40px;
}.contact .inquiry-section {
    padding: 40px;
}
}



@media (max-width: 768px) {.contact {
    padding: 60px 0;
}.contact h3 {
    margin-bottom: 40px;
    font-size: calc(34px - 4px);
}.contact .request-support h3,
    .contact .inquiry-section h4 {
    margin-bottom: 30px;
    font-size: calc(20px - 2px);
}.contact .request-support input[type="text"],
    .contact .request-support textarea {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact .request-support textarea {
    height: 120px;
}.contact .request-support .reach-list {
    padding: 14px 30px;
    font-size: calc(14px - 1px);
}.contact .inquiry-section .help-card li {
    margin-bottom: 25px;
    padding-bottom: 15px;
}.contact .inquiry-section .help-card li svg {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.price-plan-item .learning-price {
    grid-template-columns: repeat(3, 1fr);
}.price-plan-item .pricing-catalog {
    padding: 35px 30px;
}
}



@media (max-width: 767px) {.price-plan-item {
    padding: 70px 0;
}.price-plan-item .learning-price {
    gap: 20px;
    grid-template-columns: 1fr;
}.price-plan-item h2 {
    font-size: calc(29px - 2px);
}.price-plan-item .indv-sub {
    font-size: 15px;
    margin-bottom: 40px;
}.price-plan-item .rate-card h4 {
    font-size: 23px;
}.price-plan-item .rate-card p {
    font-size: calc(15px - 1px);
    margin-bottom: 20px;
}.price-plan-item .access-cost {
    font-size: calc(23px + 2px);
}.price-plan-item .pricing-catalog {
    padding: 30px 20px;
}
}



@media (min-width: 992px) {.title-welcome {
    display: flex;
    align-items: center;
}.title-welcome .training-pro {
    max-width: 1400px;
    padding: 0 5rem;
    width: 100%;
}.title-welcome h1 {
    font-size: 41px;
    max-width: 70%;
}.title-welcome .text-area-wrap {
    padding: 3rem;
    margin-left: 5rem;
}
}



@media (max-width: 480px) {.title-welcome h1 {
    font-size: 1.75rem;
}.title-welcome .text-area-wrap p {
    font-size: 0.95rem;
}.title-welcome .skill-plus svg {
    width: 60px;
    height: 60px;
}}



@media (max-width: 767px) {header .site-start {
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    flex-direction: column;
    right: -100%;
    gap: 20px;
    backdrop-filter: blur(15px);
    top: 0;
    position: fixed;
    z-index: 1001;
    -webkit-backdrop-filter: blur(15px);
    max-width: 320px;
    background: linear-gradient(
            135deg,
            rgb(195,189,217) 0%,
            rgb(195,189,217,0.5) 100%
        );
    width: 80%;
    background: rgb(195,189,217);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    padding: 80px 30px 30px;
    height: 100vh;
}header .site-start:before {
    display: none;
}header .menu.active {
    right: 0;
}header .top-tutor {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
}header .top-tutor:last-child {
    border-bottom: none;
}header .head-primary {
    margin: 0 auto;
}
}



@media (max-width: 479px) {.future-members {
    padding: 50px 0;
}.future-members h4 {
    font-size: calc(38px - 4px);
}.future-members div {
    gap: 12px;
}.future-members div p {
    padding: 15px;
}.future-members div p svg {
    height: 20px;
    width: 20px;
    margin-right: 12px;
    min-width: 20px;
}}



@media (min-width: 768px) {.learning-impact .training-pro {
    flex-direction: row;
    align-items: stretch;
}.learning-impact .training-pro > div:first-child {
    flex: 0 0 40%;
    max-width: 40%;
}.learning-impact .training-pro > div:first-child .capture {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.learning-impact .text-area-wrap {
    max-width: 60%;
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 2.5rem 2.5rem 3rem;
}.learning-impact ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.learning-impact h5 {
    padding: 0 1rem;
    font-size: calc(20px * 0.9);
}.learning-impact .training-pro {
    margin: 0 0.5rem;
}.learning-impact .container {
    padding: 0 1rem;
}.learning-impact ul {
    grid-template-columns: 1fr;
}.learning-impact li {
    margin-bottom: 0.5rem;
}}



@media (max-width: 1200px) {.course-structure .text-area-wrap {
    max-width: 800px;
    padding: 3.5rem 2.5rem;
}.course-structure .capture {
    width: 130%;
    height: 130%;
}
}



@media (max-width: 768px) {.course-structure {
    padding: 4rem 0;
}.course-structure .text-area-wrap {
    max-width: 90%;
    padding: 2.5rem 1.5rem;
    clip-path: polygon(
            0% 3%, 
            3% 0%, 
            97% 0%, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0% 97%
        );
}.course-structure h2 {
    font-size: calc(37px * 0.95);
}.course-structure h2::before,
    .course-structure h2::after {
    top: -10px;
    height: 35px;
    width: 35px;
    left: -10px;
}.course-structure h2::after {
    bottom: -10px;
    right: -10px;
}.course-structure .text-area-wrap:hover h2::before,
    .course-structure .text-area-wrap:hover h2::after {
    height: 40px;
    width: 40px;
}.course-structure .description {
    max-width: 95%;
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}.course-structure .description:last-of-type {
    max-width: 95%;
    padding: 1rem 1.5rem;
}.course-structure .capture {
    width: 150%;
    height: 150%;
}
}



@media (min-width: 993px) {.study-method .training-pro:hover::before,
    .study-method .training-pro:hover::after {
    animation-play-state: paused;
}.study-method .training-pro:hover h3,
    .study-method .training-pro:hover span {
    transform: translateY(0);
    transition: transform 0.5s ease;
}
}



@media (max-width: 992px) {.study-method {
    min-height: auto;
}.study-method .container {
    padding: 4rem 1.5rem;
}.study-method .training-pro {
    padding: 2rem 0;
    height: auto;
    aspect-ratio: auto;
    gap: 3rem;
    border-radius: 0;
}.study-method .training-pro::before,
    .study-method .training-pro::after {
    border-radius: 20px;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}.study-method h3 {
    max-width: 90%;
    transform: none;
    margin-bottom: 0;
    font-size: calc(38px * 0.9);
}.study-method h3::after {
    display: none;
}.study-method span {
    transform: none;
    width: 90%;
}.study-method span::before {
    display: none;
}
}



@media (max-width: 576px) {.study-method .container {
    padding: 2.5rem 1rem;
}.study-method .training-pro {
    padding: 1rem 0;
    gap: 1.5rem;
}.study-method h3 {
    font-size: calc(38px * 0.7);
    padding: 0.7rem 1.2rem;
}.study-method span {
    line-height: 1.6;
    padding: 1.2rem;
    font-size: calc(13px * 0.85);
}.study-method .training-pro::before,
    .study-method .training-pro::after {
    border-width: 1px;
}}



@media (max-width: 767px) {.ty-success {
    min-height: auto;
}.ty-success .container {
    width: 95%;
}.ty-success .training-pro {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    transform: none;
    padding: 1.5rem;
}.ty-success .training-pro::before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}.ty-success .training-pro > div:first-child::after {
    height: 3px;
    width: 60px;
}.ty-success h5 {
    font-size: calc(24px * 0.85);
    transform: none;
}.ty-success p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.ty-success .training-pro:hover h5,
    .ty-success .training-pro:hover > div:last-child,
    .ty-success .training-pro:hover {
    transform: none;
}
}



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



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



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



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}



@keyframes colorPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}



@keyframes pulse-border {
    0%, 100% {
        box-shadow: 0 0 15px rgb(195,189,217,0.5);
    }
    50% {
        box-shadow: 0 0 25px rgb(162,157,193,0.5);
    }
}



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

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

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



@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}



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



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



@keyframes container-entry {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(-100px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0) rotateX(0);
    }
}

