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

header,footer {
    width: 100%;
}

header {
    left: 0;
    -webkit-backdrop-filter: blur(20px);
    z-index: 1000;
    backdrop-filter: blur(20px);
    top: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    background: rgb(195,189,217,0.5);
}

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


.launch-now {
    background: linear-gradient(45deg, rgb(195,189,217) 0%, rgb(162,157,193) 100%);
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.launch-now::after {
    content: '';
    opacity: 0.05;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    animation: scanLines 5s linear infinite alternate;
    background-repeat: no-repeat;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    background-position: center;
    position: absolute;
    top: 0;
    background-size: 100% 100px, 100px 100%;
}

.launch-now .training-pro::before {
    content: '';
    z-index: -1;
    position: absolute;
    left: -50%;
    width: 200%;
    top: -50%;
    animation: pulseGlow 6s ease-in-out infinite alternate;
    height: 200%;
    background: 
        radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 0.2) 0%,
            transparent 70%
        );
}

.launch-now h3 {
    margin-bottom: 50px;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 20px rgb(195,189,217);
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    font-size: 31px;
    text-align: center;
}

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

.launch-now .contact-map {
    display: inline-block;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 24px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(162,157,193,0.5),
        0 0 30px rgb(162,157,193,0.5);
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    padding: 18px 45px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(195,189,217), rgb(162,157,193), rgb(195,189,217));
    background-size: 200% 200%;
    font-weight: 600;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-decoration: none;
    animation: gradientFlow 5s ease infinite;
    z-index: 1;
}

.launch-now .contact-map:hover {
    transform: translateY(-5px) scale(1.03);
    color: #ffffff;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(162,157,193),
        0 0 50px rgb(162,157,193,0.5);
    text-shadow: 0 0 10px #ffffff;
}

.academic-expertise {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    background: rgb(225,221,237);
    padding: 7rem 0;
}

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

.academic-expertise .student-reviews {
    height: 650px;
    margin: 0 auto;
    perspective: 2000px;
    max-width: 1000px;
    position: relative;
    flex-direction: column;
    display: flex;
}

.academic-expertise .capture {
    transform: translateZ(100px) rotateY(-15deg);
    right: 0;
    width: 400px;
    box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.5);
    top: -20px;
    border-radius: 23px;
    z-index: 3;
    position: absolute;
    filter: contrast(1.1) brightness(1.05);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 400px;
}

.academic-expertise .student-reviews:hover .name {
    transform: translateZ(90px) rotateY(0deg) translateX(20px);
}

.academic-expertise .student-reviews span:not(.name) {
    transform: translateZ(50px) rotateY(5deg);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    left: 40px;
    color: #000000;
    z-index: 3;
    font-size: 18px;
    padding: 1rem 1.5rem;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    top: 190px;
    position: absolute;
    background: #ffffff;
    font-weight: 600;
}

.academic-expertise .student-reviews:hover .past-career {
    transform: translateZ(40px) translateY(-10px);
}

.academic-expertise .past-career::before {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    content: "";
    mix-blend-mode: overlay;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(162,157,193,0.5) 49.5%, rgb(162,157,193,0.5) 50.5%, transparent 50.5%);
    background-size: 20px 20px;
    left: 0;
    top: 0;
}

.our-team {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0 100px;
}

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

.our-team .container {
    display: flex;
    position: relative;
    z-index: 3;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
}

.our-team h2 {
    transition: transform 0.5s ease-out;
    font-size: calc(34px * 1.2);
    transform-origin: left center;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    align-self: flex-start;
    transform: perspective(1000px) rotateY(5deg);
}

.our-team h2:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our-team h2:hover::after {
    transform: scaleX(1.5);
}

.our-team .text-area-wrap:hover {
    box-shadow: 0 30px 60px rgba(0,0,0,0.25), 0 15px 30px rgba(0,0,0,0.2);
    transform: translateX(5px) translateY(-5px);
}

.our-team .text-area-wrap > div {
    position: relative;
}

.our-team .text-area-wrap p {
    transform-origin: left center;
    margin-bottom: 20px;
    font-size: calc(14px * 1.5);
    color: #ffffff;
    transition: letter-spacing 0.3s ease;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
}

.our-team .text-area-wrap p:hover {
    letter-spacing: 1px;
}

.our-team .text-area-wrap div div::after {
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    content: "";
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 40px;
    transition: opacity 0.3s ease;
    left: 0;
    position: absolute;
}

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

.edu-cookies {
    flex-shrink: 0;
    margin-right: 15px;
}

.edu-cookies svg {
    transition: fill 0.3s ease;
    width: 60px;
    height: 60px;
    fill: rgb(195,189,217);
}

.cookie-warning-panel h5 {
    color: rgb(195,189,217);
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
}

.cookie-all:hover {
    background: rgb(162,157,193);
    box-shadow: 0 0 10px rgb(162,157,193,0.5);
}

#acknowledge-privacy-cookies {
    background: rgb(195,189,217);
}

#noThanksCookiesCollection {
    background: rgba(0, 0, 0, 0.5);
}

.cookie-warning-panel p a {
    transition: color 0.3s ease;
    color: rgb(195,189,217);
    text-decoration: underline;
}


#cookieWarningPopup {
    display: none;
}

.secure-safe {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgb(225,221,237), rgba(248, 249, 250, 0.97));
    color: #000000;
}

.secure-safe::after {
    width: 40%;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.03;
    z-index: 0;
    pointer-events: none;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
    background: linear-gradient(135deg, transparent 0%, rgb(162,157,193,0.5) 100%);
    content: "";
    right: 0;
}

.secure-safe .container:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.secure-safe h1 {
    padding-bottom: 1rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    transform: translateX(-0.5rem);
    position: relative;
    font-size: 38px;
    color: #000000;
    margin-bottom: 2.5rem;
}

.secure-safe h1:hover::after {
    width: 10rem;
}

.secure-safe h2 {
    font-size: 35px;
    transition: all 0.3s ease;
    border-left: 2px solid rgb(195,189,217);
    padding-left: 1rem;
    font-weight: 600;
    color: #000000;
    margin: 3rem 0 1.5rem;
}

.secure-safe h4 {
    font-weight: 400;
    margin: 2rem 0 1rem;
    border-left: 1px dashed rgb(195,189,217,0.5);
    font-size: 21px;
    color: #000000;
    padding-left: 0.5rem;
}

.secure-safe p:hover {
    transform: translateX(5px);
}

.secure-safe strong {
    position: relative;
    color: #000000;
    font-weight: 600;
}

.secure-safe strong:hover::after {
    transform: scaleX(1);
}

.secure-safe ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}

.secure-safe li {
    line-height: 1.7;
    font-size: 17px;
    position: relative;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    padding-left: 1.5rem;
}

.secure-safe li:hover {
    padding-left: 1.8rem;
}

.secure-safe li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(195,189,217,0.5);
}

.cert-block::before {
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(195,189,217,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(162,157,193,0.5) 0%, transparent 70%);
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.07;
    z-index: 0;
}

.cert-block .container {
    z-index: 2;
    position: relative;
}

.cert-block .terms-legal {
    display: flex;
    flex-direction: column;
}

.cert-block .connect-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 4rem;
    position: relative;
    gap: 0;
    justify-content: center;
    padding-bottom: 2rem;
}

.cert-block .info_item {
    padding: 0.5rem 1rem;
    flex: 0 0 auto;
    transition: all 0.3s ease;
    width: 25%;
    position: relative;
}

.cert-block .info_item:first-child::before {
    display: none;
}

.cert-block .info_item p,
.cert-block .info_item a {
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 0.75rem;
    color: #000000;
    display: flex;
    font-size: calc(12px - 1px);
}

.cert-block .info_item:hover svg {
    transform: rotate(10deg);
}

.cert-block .text_main_holder {
    justify-content: space-between;
    display: flex;
    gap: 3rem;
    position: relative;
    flex-wrap: wrap;
}

.cert-block .first-pagebar svg {
    transition: all 0.3s ease;
    max-width: 160px;
    height: auto;
}

.cert-block .challenge-cta::before {
    background: linear-gradient(to bottom, rgb(195,189,217), rgb(162,157,193));
    bottom: 0;
    width: 4px;
    top: 0;
    border-radius: 2px;
    content: '';
    left: 0;
    position: absolute;
}

.cert-block .site-start::before {
    background: rgba(0, 0, 0, 0.02);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    border-radius: 29px;
}

.cert-block .nav-skill {
    gap: 0.75rem;
    flex-direction: column;
    display: flex;
    padding: 0 1.5rem;
}

.cert-block .nav-skill a {
    position: relative;
    font-size: 12px;
    padding: 0.5rem 0;
    text-decoration: none;
    padding-left: 1.25rem;
    transition: all 0.3s ease;
    color: #000000;
}

.cert-block .nav-skill a:hover {
    padding-left: 1.5rem;
    color: rgb(195,189,217);
}

.cert-block .subscribe_holder {
    padding: 2rem;
    width: 100%;
    border-radius: 29px;
    gap: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 400px;
}

.cert-block .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}

.cert-block .input_holder {
    flex-direction: column;
    gap: 1rem;
    position: relative;
    display: flex;
    margin-top: 0.5rem;
}

.cert-block .input_holder input[type="email"]:focus {
    border-color: rgb(195,189,217);
    outline: none;
    box-shadow: 0 0 0 3px rgb(195,189,217,0.5);
}

.cert-block .online-training {
    overflow: hidden;
    border: none;
    font-size: 14px;
    z-index: 1;
    padding: 1.125rem 1.25rem;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(195,189,217) 0%, rgb(162,157,193) 100%);
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.cert-block .online-training:hover::before {
    opacity: 1;
}

.cert-block .collab-net {
    position: relative;
    text-align: center;
    margin-top: 4rem;
    padding-top: 2rem;
}

.cert-block .inclusion {
    font-size: 12px;
    opacity: 0.8;
    color: #000000;
}

.contact {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(125deg, rgb(225,221,237) 0%, rgb(162,157,193,0.5) 50%, rgb(225,221,237) 100%);
    padding: 100px 0;
}

.contact::after {
    height: 200%;
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0%,
            rgb(195,189,217,0.5) 5%,
            transparent 10%,
            transparent 90%,
            rgb(162,157,193,0.5) 95%,
            transparent 100%
        );
    position: absolute;
    width: 200%;
    left: -50%;
    opacity: 0.2;
    animation: rotate 120s linear infinite;
    z-index: -1;
    top: -50%;
    content: '';
}

.contact h3 {
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 34px;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    letter-spacing: 2px;
}

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

.contact .connect-message::before {
    position: absolute;
    pointer-events: none;
    content: '';
    z-index: 0;
    background: linear-gradient(135deg, 
        transparent 20%, 
        rgba(255, 255, 255, 0.05) 40%, 
        rgba(255, 255, 255, 0.1) 60%, 
        transparent 80%);
    inset: 0;
}

.contact .request-support {
    padding: 50px;
    background: #ffffff;
    flex: 1 1 60%;
    position: relative;
    overflow: hidden;
}

.contact .request-support::before {
    position: absolute;
    width: 100%;
    content: '';
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.02) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.02) 0%, transparent 25%);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.contact .request-support #contact {
    position: relative;
    z-index: 2;
}

.contact .request-support h3::before {
    display: none;
}

.contact .request-support h3::after {
    bottom: -10px;
    width: 60px;
    left: 0;
    transform: none;
    background: rgb(195,189,217);
}

.contact .request-support input[type="text"]:focus,
.contact .request-support textarea:focus {
    outline: none;
    background-color: #ffffff;
    box-shadow: 
        0 2px 5px rgba(0, 0, 0, 0.03) inset,
        0 0 0 3px rgb(195,189,217,0.5);
    border-color: rgb(195,189,217);
}

.contact .request-support textarea {
    height: 150px;
    resize: vertical;
}

.contact .request-support .support-infoBoum input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact .request-support .support-infoBoum label::before {
    position: absolute;
    top: 2px;
    border-radius: 10px;
    width: 24px;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 24px;
    transition: all 0.3s ease;
    content: '';
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
}

.contact .request-support .support-infoBoum input[type="checkbox"]:checked + label::before {
    border-color: rgb(195,189,217);
}

.contact .request-support .support-infoBoum input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}

.contact .request-support .support-infoBoum a::after {
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
    position: absolute;
    bottom: -2px;
    width: 100%;
    transition: transform 0.3s ease;
    background-color: rgb(195,189,217);
    content: '';
    left: 0;
}

.contact .request-support .reach-list {
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    padding: 16px 35px;
    border: none;
    display: inline-block;
    border-radius: 16px;
    transition: all 0.3s ease;
    color: #ffffff;
    box-shadow: 
        0 5px 15px rgb(195,189,217,0.5),
        0 0 0 1px rgb(195,189,217,0.5) inset;
    position: relative;
    letter-spacing: 1px;
    overflow: hidden;
    text-transform: uppercase;
    background: linear-gradient(135deg, rgb(195,189,217) 0%, rgb(162,157,193) 100%);
}

.contact .request-support .reach-list:hover {
    box-shadow: 
        0 8px 25px rgb(195,189,217,0.5),
        0 0 0 1px rgb(195,189,217) inset;
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgb(162,157,193) 0%, rgb(195,189,217) 100%);
}

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

.contact .inquiry-section h4::after {
    width: 60px;
    background: #ffffff;
    content: '';
    bottom: -10px;
    border-radius: 10px;
    position: absolute;
    height: 3px;
    left: 0;
}

.contact .inquiry-section .help-card li {
    padding-bottom: 20px;
    display: flex;
    position: relative;
    margin-bottom: 30px;
    align-items: flex-start;
}

.contact .inquiry-section .help-card li svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    position: relative;
    height: 26px;
    width: 26px;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact .inquiry-section .help-card li:hover svg {
    transition: transform 0.3s ease;
    transform: scale(1.1);
}

.contact .inquiry-section .help-card li span {
    position: relative;
    line-height: 1.5;
    color: #ffffff;
    font-size: 17px;
}

.contact .inquiry-section .help-card li a::after {
    transition: transform 0.3s ease;
    left: 0;
    background-color: #ffffff;
    content: '';
    position: absolute;
    transform-origin: right;
    transform: scaleX(0);
    bottom: -2px;
    height: 1px;
    width: 100%;
}

.price-plan-item::before {
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    position: absolute;
}

.price-plan-item h2::after {
    border-radius: 10px;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(195,189,217), rgb(162,157,193));
}

.price-plan-item .learning-price {
    perspective: 1000px;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    margin: 0;
}

.price-plan-item .learning-price li:hover {
    z-index: 2;
    transform: translateY(-15px);
}

.price-plan-item .fee-choices::before {
    top: 0;
    content: "";
    transform-origin: 0 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    right: 0;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(195,189,217), rgb(162,157,193));
    left: 0;
}

.price-plan-item .fee-choices:hover::before {
    transform: scaleX(1);
}

.price-plan-item .fee-choices::after {
    position: absolute;
    width: 100%;
    height: 50%;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(rgb(195,189,217,0.5), 0.05), transparent);
    z-index: -1;
}

.price-plan-item .rate-card h4 {
    margin: 0 0 20px;
    font-size: calc(23px + 2px);
    color: #ffffff;
    font-weight: 600;
    transition: transform 0.3s ease;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    position: relative;
}

.price-plan-item .fee-choices:hover .rate-card h4::after {
    width: 60px;
}

.price-plan-item .access-cost {
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    color: rgb(195,189,217);
    border-radius: 10px;
    background: rgba(rgb(195,189,217,0.5), 0.1);
    margin-top: auto;
    position: relative;
    font-size: calc(23px + 4px);
    display: block;
    padding: 10px 20px;
    align-self: flex-start;
    font-weight: 700;
}

.title-welcome .capture {
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(1.05);
    left: 0;
    z-index: 1;
    filter: brightness(0.85) contrast(1.1) saturate(1.2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
    position: absolute;
}

.title-welcome .training-pro {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    position: relative;
    animation: slideIn 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    padding: 4rem 2rem;
    justify-content: center;
    margin: 0 auto;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    transform: translateX(0);
}

.title-welcome h1::after {
    animation: growLine 1.5s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: absolute;
    transform-origin: left;
    height: 4px;
    transform: scaleX(0);
    content: '';
    left: 0;
    width: 80px;
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(162,157,193), transparent);
}

.title-welcome .text-area-wrap::before {
    width: 100%;
    background: linear-gradient(135deg, rgb(195,189,217,0.5) 0%, transparent 100%);
    opacity: 0.05;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}



.title-welcome .text-area-wrap p {
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.02em;
    margin-bottom: 2rem;
    font-weight: 400;
}

.title-welcome .skill-plus:hover {
    transform: scale(1.05);
}

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

.title-welcome .skill-plus:hover svg path,
.title-welcome .skill-plus:hover svg text {
    fill: #ffffff;
}

.title-welcome h6 {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
}

.title-welcome .reach-list::before {
    position: absolute;
    left: -100%;
    transition: left 0.6s ease;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.title-welcome .reach-list:hover {
    transform: translateY(-3px) translateZ(0);
    background: linear-gradient(135deg, rgb(195,189,217) 0%, rgb(162,157,193) 100%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.title-welcome .reach-list:active {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(0) translateZ(0);
}

header:after {
    opacity: 0.8;
    background: linear-gradient(
        90deg,
        rgb(162,157,193) 0%,
        rgb(195,189,217) 50%,
        rgb(162,157,193) 100%
    );
    left: 0;
    position: absolute;
    content: '';
    filter: blur(1px);
    bottom: 0;
    height: 3px;
    width: 100%;
}

header .nav-section:before {
    position: absolute;
    height: 100%;
    content: '';
    pointer-events: none;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.15;
    mix-blend-mode: overlay;
    background: 
        radial-gradient(circle at 10% 20%, rgb(195,189,217,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(162,157,193,0.5) 0%, transparent 40%);
}

header .main-start {
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative;
}

header .site-start:before {
    transform: translateY(-50%) scaleX(0.8);
    width: 100%;
    opacity: 0;
    height: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    left: 0;
    content: '';
    transition: all 0.4s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    top: 50%;
}

header .top-tutor:before {
    transform-origin: right;
    left: 0;
    transform: scaleX(0);
    height: 1px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
}

header .top-tutor:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}

header .top-tutor:hover:after {
    transform: scaleY(1);
    opacity: 0.15;
}

header .head-primary:before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    opacity: 0;
    transition: opacity 0.5s ease;
    left: -10px;
    z-index: -1;
    content: '';
    background: radial-gradient(
        circle,
        rgb(195,189,217,0.5) 0%,
        transparent 70%
    );
}

header .head-primary:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}

header .head-primary:hover:after {
    opacity: 0.7;
}

header .head-primary:hover svg {
    filter: drop-shadow(0 0 5px rgb(195,189,217));
    transform: scale(1.05);
}

.future-members {
    padding: 110px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(150deg, rgb(225,221,237) 30%, rgb(162,157,193,0.5) 100%);
}

.future-members::after {
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(195,189,217,0.5) 25%, 
        rgb(195,189,217) 50%, 
        rgb(195,189,217,0.5) 75%, 
        transparent 100%
    );
    width: 100%;
    left: 0;
    position: absolute;
    height: 1px;
    content: "";
}

.future-members .training-pro {
    display: grid;
    align-items: start;
    position: relative;
    grid-template-columns: 300px 1fr;
    gap: 40px;
}

.future-members h4::before {
    position: absolute;
    content: "";
    width: 50px;
    border-radius: 10px;
    top: -20px;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(195,189,217), rgb(162,157,193));
}

.future-members div p {
    border-radius: 8px;
    line-height: 1.6;
    color: #000000;
    padding: 20px 25px;
    display: flex;
    transition: all 0.3s ease;
    overflow: hidden;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    margin: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    position: relative;
}

.future-members div p:hover::before {
    width: 8px;
}

.future-members div p svg {
    width: 28px;
    z-index: 2;
    min-width: 28px;
    height: 28px;
    transition: all 0.3s ease;
    position: relative;
    margin-right: 20px;
}

.future-members div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,189,217);
}

.learning-impact::before {
    z-index: 0;
    background: radial-gradient(circle, rgba(rgb(195,189,217,0.5), 0.15) 0%, rgba(rgb(195,189,217,0.5), 0) 70%);
    position: absolute;
    content: "";
    top: -100px;
    height: 300px;
    animation: pulse 15s infinite alternate;
    width: 300px;
    right: -100px;
}

.learning-impact h5 {
    max-width: 800px;
    padding: 0 1.5rem;
    position: relative;
    font-weight: 600;
    margin-bottom: 3rem;
    color: #000000;
    text-align: center;
    transition: transform 0.5s ease;
    margin-right: auto;
    margin-left: auto;
    transform: translateY(0);
    font-size: 20px;
}

.learning-impact .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
}

.learning-impact .training-pro {
    gap: 2.5rem;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(0);
}

.learning-impact .training-pro:hover .capture {
    transform: scale(1.05);
}

.learning-impact ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: grid;
    gap: 1.2rem;
}

.learning-impact li:hover {
    transform: translateX(5px);
}

.learning-impact li svg {
    position: absolute;
    height: 24px;
    transform: scale(0.85);
    left: 0;
    top: 2px;
    margin-right: 1rem;
    width: 24px;
    transition: transform 0.3s ease;
}

.learning-impact li:hover svg path {
    fill: rgb(162,157,193);
}

.learning-impact li:nth-child(odd) {
    background-color: rgba(rgb(195,189,217,0.5), 0.03);
    padding-top: 0.5rem;
    border-radius: 4px;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
}

.course-structure::before {
    opacity: 0.15;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(195,189,217,0.5) 100%),
        linear-gradient(135deg, transparent 45%, rgb(162,157,193,0.5) 100%);
    position: absolute;
    width: 100%;
}

.course-structure .education {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.course-structure .text-area-wrap {
    position: relative;
    border-radius: 12px;
    transform: translateZ(0);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 3;
    width: 100%;
    text-align: center;
    padding: 4rem 3rem;
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
}

.course-structure h2::after {
    opacity: 0.7;
    position: absolute;
    bottom: -15px;
    right: -15px;
    border-bottom: 3px solid rgb(162,157,193);
    width: 45px;
    height: 45px;
    border-right: 3px solid rgb(162,157,193);
    transition: all 0.5s ease;
    content: "";
}

.course-structure .description {
    position: relative;
    margin-left: auto;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    max-width: 85%;
    margin-bottom: 1.8rem;
    line-height: 1.9;
    font-size: 12px;
    color: #000000;
    margin-right: auto;
}

.course-structure .text-area-wrap:hover .description:last-of-type {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}

.course-structure .capture {
    left: -10%;
    height: 120%;
    filter: brightness(0.95) contrast(1.05);
    width: 120%;
    transform: none;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 0;
    position: absolute;
    top: -10%;
    z-index: 0;
}

.course-structure .capture::after {
    position: absolute;
    opacity: 0.3;
    background: 
        radial-gradient(
            ellipse at center, 
            transparent 30%, 
            rgb(195,189,217,0.5) 70%, 
            rgb(162,157,193,0.5) 100%
        );
    content: "";
    width: 150%;
    z-index: 2;
    top: -25%;
    height: 150%;
    left: -25%;
    animation: rotateGradient 20s infinite linear;
}

.course-structure .text-area-wrap::after {
    height: 70%;
    bottom: -5%;
    width: 70%;
    animation: morph 15s linear infinite alternate-reverse;
    opacity: 0.15;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: -1;
    left: -5%;
    background: rgb(162,157,193,0.5);
    content: "";
    position: absolute;
}

.study-method::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    background: repeating-radial-gradient(
        circle at center,
        transparent,
        transparent 50px,
        rgba(255, 255, 255, 0.03) 50px,
        rgba(255, 255, 255, 0.03) 100px
    );
    width: 100%;
    left: 0;
}

.study-method .training-pro {
    padding: 0;
    max-width: 900px;
    width: 100%;
    border-radius: 50%;
    position: relative;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.study-method .training-pro::after {
    width: 80%;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    top: 10%;
    height: 80%;
    animation: rotateBorder 15s linear infinite reverse;
    content: "";
    left: 10%;
    border: 1px dashed rgb(162,157,193,0.5);
}

.study-method h3::before {
    height: 100%;
    left: 0;
    opacity: 0.2;
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgb(195,189,217,0.5), transparent);
    border-radius: inherit;
}

.study-method span {
    height: auto;
    padding: 2rem;
    position: relative;
    color: #000000;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    line-height: 1.7;
    width: 60%;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    z-index: 2;
    border-radius: 25px;
    font-size: 13px;
    transform: translateY(20px);
}

.ty-success {
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(225,221,237) 0%, #ffffff 100%);
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.ty-success::after {
    filter: blur(80px);
    width: 60%;
    content: "";
    bottom: -20%;
    transform: rotate(15deg);
    position: absolute;
    right: -20%;
    background: linear-gradient(135deg, rgb(195,189,217,0.5) 0%, rgb(162,157,193,0.5) 100%);
    z-index: 0;
    opacity: 0.2;
    height: 60%;
}

.ty-success .container {
    max-width: 1200px;
    width: 90%;
    transform-style: preserve-3d;
    animation: container-entry 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    position: relative;
    z-index: 2;
}

.ty-success .training-pro::before {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.4;
    left: 20px;
    content: "";
    bottom: 20px;
    transform: translateZ(-10px);
    border: 1px solid rgb(195,189,217,0.5);
    pointer-events: none;
}

.ty-success .training-pro:hover {
    transform: translateZ(10px) rotateX(0deg);
}

.ty-success .training-pro > div:first-child::after {
    content: "";
    height: 4px;
    bottom: -10px;
    width: 80px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    transform-origin: left center;
    left: 0;
    background: linear-gradient(90deg, rgb(195,189,217) 0%, rgb(162,157,193) 100%);
    transform: scaleX(1);
}

.ty-success .training-pro:hover h5 {
    transform: translateZ(40px);
}

.ty-success .training-pro:hover > div:last-child {
    transform: translateZ(20px);
}

.ty-success p {
    font-weight: 400;
    position: relative;
    color: #000000;
    margin: 0;
    transform: translateZ(0);
    transition: color 0.3s ease, transform 0.5s ease;
    line-height: 1.8;
    font-size: 17px;
}

.ty-success a:hover::before {
    transform: translateY(0);
    opacity: 0.2;
}

.ty-success a:hover p {
    transform: translateZ(5px);
    color: rgb(195,189,217);
}

.our-team .text-area-wrap div div::-webkit-scrollbar {
    width: 5px;
}

.our-team .text-area-wrap div div::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}

.our-team .text-area-wrap div div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(195,189,217);
}



@media screen and (max-width: 992px) {.launch-now {
    padding: 100px 0;
}.launch-now .training-pro {
    padding: 50px 30px;
    max-width: 90%;
}.launch-now h3 {
    margin-bottom: 45px;
    font-size: calc(31px * 0.9);
}.launch-now .contact-map {
    padding: 16px 40px;
}
}



@media screen and (max-width: 576px) {.launch-now {
    padding: 60px 0;
}.launch-now .training-pro {
    padding: 30px 20px;
}.launch-now h3 {
    font-size: calc(31px * 0.7);
    letter-spacing: 1px;
    margin-bottom: 35px;
}.launch-now .contact-map {
    font-size: calc(19px * 0.9);
    letter-spacing: 1px;
    padding: 12px 30px;
}}



@media (max-width: 576px) {.academic-expertise {
    padding: 4rem 0;
}.academic-expertise .capture {
    margin-bottom: 35px;
    height: 220px;
    width: 220px;
}.academic-expertise .name {
    min-width: auto;
    font-size: 18px;
    width: 100%;
    padding: 1rem 1.5rem;
    margin-bottom: 25px;
}.academic-expertise .student-reviews span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 18px;
    margin-bottom: 35px;
}.academic-expertise .past-career {
    padding: 2rem 1.5rem;
    font-size: calc(18px * 0.9);
}}



@media (min-width: 768px) {.our-team {
    padding: 150px 0 130px;
}.our-team::after {
    transform: rotate(-25deg);
    right: -30%;
    top: -30%;
}.our-team .container {
    padding: 0 40px;
}.our-team h2 {
    margin-bottom: 70px;
    margin-left: 60px;
    font-size: calc(34px * 1.5);
}.our-team h2::after {
    width: 150px;
    height: 5px;
}.our-team .text-area-wrap {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 60px;
    grid-template-columns: 1fr;
    max-width: 90%;
    margin-left: 60px;
}.our-team .text-area-wrap:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.our-team .text-area-wrap div div {
    max-height: 450px;
    column-gap: 40px;
    column-count: 2;
}
}



@media (max-width: 767px) {.our-team {
    padding: 80px 0 60px;
}.our-team::after {
    opacity: 0.6;
}.our-team .container {
    padding: 0 20px;
}.our-team h2 {
    align-self: center;
    transform: none;
    font-size: 34px;
    margin-bottom: 40px;
}.our-team h2::after {
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    height: 3px;
}.our-team h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.our-team .text-area-wrap {
    padding: 30px 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}.our-team .text-area-wrap p {
    text-align: center;
    font-size: calc(14px * 1.2);
}.our-team .text-area-wrap div div {
    font-size: 14px;
    max-height: 350px;
    line-height: 1.6;
}}


@media only screen and (max-width: 800px) {.edu-consent {
    padding: 15px;
}.edu-cookies {
    display: none;
}.cookie-warning-panel h5 {
    font-size: 21px;
}.cookie-warning-panel p {
    font-size: 14px;
}}



@media (max-width: 992px) {.secure-safe {
    padding: 5rem 1.5rem;
}.secure-safe .container {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(0.3deg);
}.secure-safe h1 {
    font-size: calc(38px - 0.2rem);
}.secure-safe h2 {
    font-size: calc(35px - 0.1rem);
}
}



@media (max-width: 576px) {.secure-safe {
    padding: 3rem 0.8rem;
}.secure-safe .container {
    border-left-width: 1px;
    padding: 1.5rem 1rem;
}.secure-safe h1 {
    margin-bottom: 1.5rem;
    transform: none;
    font-size: calc(38px - 0.6rem);
}.secure-safe h1::after {
    height: 3px;
    width: 4rem;
}.secure-safe h2 {
    padding-left: 0.7rem;
    font-size: calc(35px - 0.5rem);
}.secure-safe h3, 
    .secure-safe h4 {
    padding-left: 0.5rem;
}.secure-safe li {
    padding-left: 1.2rem;
}.secure-safe li:hover {
    padding-left: 1.4rem;
}.secure-safe p:hover,
    .secure-safe li:hover,
    .secure-safe h2:hover {
    padding-left: 0.7rem;
    transform: none;
}.secure-safe span {
    padding-left: 0.5rem;
}}



@media (max-width: 768px) {.cert-block {
    padding: 3.5rem 0 1.5rem;
}.cert-block .connect-section {
    margin-bottom: 3rem;
}.cert-block .info_item {
    width: 100%;
}.cert-block .info_item::before {
    display: none;
}.cert-block .nav-skill {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
}.cert-block .nav-skill a {
    text-align: center;
    padding: 0.5rem 1rem;
}.cert-block .nav-skill a::before {
    display: none;
}.cert-block .nav-skill a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    padding-left: 1rem;
    border-radius: 10px;
}.cert-block .collab-net {
    margin-top: 3rem;
}
}



@media (max-width: 576px) {.cert-block {
    padding: 3rem 0 1.5rem;
}.cert-block .connect-section {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}.cert-block .text_main_holder {
    gap: 2.5rem;
}.cert-block .site-start {
    padding: 1rem;
}.cert-block .site-start h5 {
    text-align: center;
}.cert-block .subscribe_holder {
    padding: 1.5rem;
}.cert-block .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.cert-block .collab-net {
    margin-top: 2.5rem;
}}



@media (max-width: 576px) {.contact {
    padding: 40px 0;
}.contact .request-support,
    .contact .inquiry-section {
    padding: 30px 20px;
}.contact h3 {
    font-size: calc(34px - 6px);
    margin-bottom: 30px;
}.contact .request-support .support-infoBoum label {
    font-size: calc(17px - 3px);
}.contact .inquiry-section .help-card li:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 20px;
}}



@media (min-width: 1200px) {.price-plan-item .learning-price {
    grid-template-columns: repeat(4, 1fr);
}.price-plan-item .pricing-catalog {
    padding: 40px 35px;
}.price-plan-item h2 {
    font-size: calc(29px + 4px);
}
}



@media (min-width: 768px) and (max-width: 991px) {.price-plan-item .learning-price {
    grid-template-columns: repeat(2, 1fr);
}.price-plan-item .rate-card p {
    margin-bottom: 25px;
    font-size: calc(15px - 1px);
}.price-plan-item .pricing-catalog {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.price-plan-item {
    padding: 50px 0;
}.price-plan-item .pricing-catalog {
    padding: 25px 20px;
}.price-plan-item h2::after {
    height: 3px;
    width: 60px;
}.price-plan-item .access-cost {
    padding: 8px 16px;
}}



@media (min-width: 768px) {.title-welcome .training-pro {
    transform: translateX(0);
    padding: 5rem;
}.title-welcome .text-area-wrap {
    margin-left: 3rem;
    max-width: 550px;
}
}



@media (max-width: 767px) {.title-welcome {
    min-height: 100vh;
    height: auto;
}.title-welcome .training-pro {
    padding: 6rem 1.5rem 4rem;
}.title-welcome h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
}.title-welcome .text-area-wrap {
    padding: 1.5rem;
    width: 100%;
}.title-welcome .reach-list {
    text-align: center;
    width: 100%;
    padding: 0.8em 1.5em;
}.title-welcome .skill-plus svg {
    width: 80px;
    height: 80px;
}
}



@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .site-start {
    gap: 20px;
}header .head-primary svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .head-primary svg {
    height: 35px;
}}



@media (max-width: 991px) {.future-members {
    padding: 90px 0;
}.future-members .training-pro {
    gap: 30px;
    grid-template-columns: 250px 1fr;
}.future-members h4 {
    font-size: calc(38px - 2px);
}.future-members div {
    gap: 15px;
}.future-members div p {
    padding: 18px 20px;
}.future-members div p:nth-child(even) {
    transform: translateX(20px);
}.future-members div p:nth-child(even):hover {
    transform: translate(20px, -5px);
}.future-members div p svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 15px;
}
}



@media (max-width: 767px) {.future-members {
    padding: 70px 0;
}.future-members .training-pro {
    gap: 40px;
    grid-template-columns: 1fr;
}.future-members h4 {
    max-width: 500px;
    margin: 0 auto;
    font-size: calc(38px - 2px);
    text-align: center;
}.future-members h4::before {
    transform: translateX(-50%);
    left: 50%;
}.future-members h4::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}.future-members div p:nth-child(even) {
    transform: translateX(0);
}.future-members div p:nth-child(even):hover {
    transform: translateY(-5px);
}
}



@media (min-width: 992px) {.learning-impact {
    padding: 7rem 0;
}.learning-impact h5 {
    font-size: calc(20px * 1.1);
    margin-bottom: 4rem;
}.learning-impact .training-pro {
    gap: 0;
}.learning-impact .training-pro > div:first-child {
    overflow: hidden;
    position: relative;
    flex: 0 0 45%;
    max-width: 45%;
}.learning-impact .training-pro > div:first-child::after {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
    width: 50px;
    top: 0;
    pointer-events: none;
    z-index: 2;
    right: 0;
    bottom: 0;
    position: absolute;
}.learning-impact .text-area-wrap {
    flex: 0 0 55%;
    padding: 3rem 3rem 3rem 4rem;
    max-width: 55%;
}.learning-impact li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.learning-impact ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 992px) {.course-structure {
    padding: 5rem 0;
}.course-structure .text-area-wrap {
    max-width: 700px;
    padding: 3rem 2rem;
}.course-structure h2 {
    font-size: 37px;
}.course-structure .description {
    line-height: 1.8;
    max-width: 90%;
}.course-structure .capture {
    top: -20%;
    height: 140%;
    width: 140%;
    left: -20%;
}
}



@media (max-width: 576px) {.course-structure {
    padding: 3rem 0;
}.course-structure .text-area-wrap {
    max-width: 95%;
    clip-path: polygon(
            0% 2%, 
            2% 0%, 
            98% 0%, 
            100% 2%, 
            100% 98%, 
            98% 100%, 
            2% 100%, 
            0% 98%
        );
    padding: 2rem 1.2rem;
}.course-structure h2 {
    font-size: calc(37px * 0.85);
    margin-bottom: 1.2rem;
}.course-structure h2::before,
    .course-structure h2::after {
    border-width: 2px;
    top: -8px;
    height: 25px;
    width: 25px;
    left: -8px;
}.course-structure h2::after {
    bottom: -8px;
    right: -8px;
    border-width: 2px;
}.course-structure .text-area-wrap:hover h2::before,
    .course-structure .text-area-wrap:hover h2::after {
    width: 30px;
    height: 30px;
}.course-structure .description {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
    max-width: 100%;
    margin-bottom: 1.2rem;
}.course-structure .description:last-of-type {
    transform: none;
    padding: 0.8rem 1.2rem;
    border-width: 2px;
    max-width: 100%;
}.course-structure .text-area-wrap:hover {
    transform: translateY(-5px);
}.course-structure .text-area-wrap:hover .description:last-of-type {
    transform: none;
}.course-structure .capture {
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
}.course-structure .text-area-wrap::before,
    .course-structure .text-area-wrap::after {
    width: 80%;
    height: 80%;
}}



@media (max-width: 768px) {.study-method .container {
    padding: 3rem 1.2rem;
}.study-method .training-pro {
    gap: 2rem;
    padding: 1.5rem 0;
}.study-method h3 {
    max-width: 100%;
    font-size: calc(38px * 0.8);
    padding: 0.8rem 1.5rem;
}.study-method span {
    width: 100%;
    font-size: calc(13px * 0.9);
    padding: 1.5rem;
}
}



@media (max-width: 991px) {.ty-success {
    padding: 4rem 0;
}.ty-success .training-pro {
    transform: translateZ(0) rotateX(1deg);
    padding: calc(1.5rem + 2vw);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
}.ty-success h5 {
    line-height: 1.5;
    font-size: calc(24px * 0.9);
}.ty-success p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 480px) {.ty-success {
    padding: 3rem 0;
}.ty-success .training-pro {
    padding: 1.25rem;
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.08),
            0 3px 10px rgba(0, 0, 0, 0.04),
            0 0 0 1px rgba(0, 0, 0, 0.02);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.ty-success h5 {
    font-size: calc(24px * 0.8);
    line-height: 1.4;
}.ty-success p {
    line-height: 1.5;
    font-size: calc(17px * 0.85);
}.ty-success .training-pro > div:first-child {
    margin-bottom: 1.5rem;
}.ty-success .training-pro > div:first-child::after {
    width: 50px;
    height: 3px;
    bottom: -8px;
}
}



@keyframes scanLines {
    0% {
        background-position: center, center;
        opacity: 0.03;
    }
    50% {
        opacity: 0.07;
    }
    100% {
        background-position: center, center;
        opacity: 0.03;
    }
}



@keyframes glitchEffect {
    0% {
        transform: translateX(-2px) translateY(2px);
    }
    25% {
        transform: translateX(2px) translateY(-2px);
    }
    50% {
        transform: translateX(-1px) translateY(1px);
    }
    75% {
        transform: translateX(3px) translateY(-3px);
    }
    100% {
        transform: translateX(-2px) translateY(2px);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.03;
    }
    50% {
        opacity: 0.08;
    }
}



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



@keyframes glow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}

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



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes float-slow {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    100% {
        transform: rotate(30deg) translateY(-50px);
    }
}

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



@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 40% 30% 70%;
    }
    100% {
        border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
    }
}

