﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.green_edu_8 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    color: #000000;
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    width: 1169px;
    margin: auto;
}.segment-wrapper_6 {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}.head_train_4 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_methodology_6 {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(189,177,195) 0%, rgb(151,130,171,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}.course_methodology_6::before {
    transform: rotate(-15deg) translateZ(-50px);
    opacity: 0.2;
    height: 50%;
    animation: float 15s ease-in-out infinite alternate;
    z-index: 0;
    background: linear-gradient(45deg, rgb(151,130,171,0.5) 0%, rgb(116,72,157) 100%);
    width: 50%;
    content: "";
    filter: blur(20px);
    right: -5%;
    top: -5%;
    position: absolute;
}.course_methodology_6::after {
    content: "";
    opacity: 0.15;
    animation: float 12s ease-in-out infinite alternate-reverse;
    transform: rotate(15deg) translateZ(-30px);
    background: linear-gradient(225deg, rgb(116,72,157) 0%, rgb(151,130,171,0.5) 100%);
    filter: blur(15px);
    position: absolute;
    width: 40%;
    left: -5%;
    z-index: 0;
    bottom: -5%;
    height: 40%;
}.course_methodology_6 .container {
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}.course_methodology_6 .virtual_study_1 {
    transform: translateZ(20px);
    justify-content: center;
    display: flex;
    align-items: center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.course_methodology_6 .virtual_study_1:hover {
    transform: translateZ(40px) scale(1.02);
}.course_methodology_6 .virtual_study_1 > div {
    border-left: 4px solid rgb(151,130,171);
    padding: 3.5rem;
    transform: translateX(0) rotateY(0);
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-width: 800px;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
}.course_methodology_6 .virtual_study_1 > div::before {
    left: -100%;
    height: 200%;
    transform: rotate(45deg);
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    top: -100%;
    position: absolute;
    animation: shine 8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
    width: 200%;
    content: "";
}.course_methodology_6 .virtual_study_1 > div:hover {
    transform: translateX(10px) rotateY(2deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.course_methodology_6 h3 {
    position: relative;
    font-size: calc(30px * 0.9);
    display: inline-block;
    transform: translateZ(10px);
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.course_methodology_6 h3::after {
    transform: scaleX(1);
    position: absolute;
    transform-origin: left;
    transition: transform 0.4s ease-out;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(151,130,171) 0%, rgb(116,72,157) 100%);
    height: 3px;
    width: 60px;
    left: 0;
    content: "";
}.course_methodology_6 .virtual_study_1:hover h3::after {
    transform: scaleX(1.5);
}.course_methodology_6 p {
    margin-bottom: 0;
    transition: opacity 0.3s ease;
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-size: 13px;
    transform: translateZ(5px);
    opacity: 0.9;
}.course_methodology_6 p span {
    display: block;
    padding-left: 0;
    position: relative;
    transition: all 0.4s ease;
    transform: translateY(0);
}.course_methodology_6 .virtual_study_1:hover p span {
    transform: translateY(-5px);
}.course_methodology_6 p span::first-letter {
    font-weight: 600;
    font-size: 1.2em;
    color: rgb(151,130,171);
}

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

@keyframes shine {
    0% {
        top: -100%;
        left: -100%;
    }
    20%, 100% {
        top: 100%;
        left: 100%;
    }
}

@media (max-width: 991px) {.course_methodology_6 {
    padding: 80px 0;
}.course_methodology_6 .virtual_study_1 > div {
    padding: 2.5rem;
}.course_methodology_6 h3 {
    font-size: calc(30px * 0.8);
}
}

@media (max-width: 767px) {.course_methodology_6 {
    perspective: 600px;
    padding: 60px 0;
}.course_methodology_6 .virtual_study_1 > div {
    border-left-width: 3px;
    padding: 2rem;
}.course_methodology_6 h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.2rem;
}.course_methodology_6 h3::after {
    height: 2px;
    width: 50px;
}.course_methodology_6 p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.course_methodology_6 {
    padding: 50px 0;
}.course_methodology_6 .virtual_study_1 > div {
    border-left-width: 2px;
    padding: 1.5rem;
}.course_methodology_6 h3 {
    font-size: calc(30px * 0.6);
    margin-bottom: 1rem;
}.course_methodology_6 h3::after {
    width: 40px;
}.course_methodology_6 p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.course_methodology_6 .virtual_study_1:hover {
    transform: translateZ(20px) scale(1.01);
}.course_methodology_6 .virtual_study_1 > div:hover {
    transform: translateX(5px) rotateY(1deg);
}}.welcome_7 {
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 5rem 2rem;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    background: linear-gradient(135deg, #f0f4f8 0%, #e8ecf0 100%);
}.welcome_7::before {
    background: linear-gradient(110deg, rgb(151,130,171,0.5) 15%, transparent 50%);
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
}.welcome_7::after {
    bottom: 0;
    width: 40%;
    background: linear-gradient(210deg, rgb(116,72,157,0.5) 0%, transparent 90%);
    right: 0;
    height: 30%;
    position: absolute;
    content: "";
    z-index: 1;
}.welcome_7 .edu_title_4 {
    z-index: 2;
    width: 100%;
    transform: translateY(-2vh);
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    max-width: 1200px;
}.welcome_7 .edu_title_4 > div {
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.welcome_7 h3 {
    padding-left: 2rem;
    font-weight: 600;
    position: relative;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    max-width: 90%;
    color: #000000;
    transform: translateX(-10px);
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    font-size: calc(20px * 1.1);
    opacity: 0;
}.welcome_7 h3::before {
    top: 0.2em;
    background: linear-gradient(to bottom, rgb(151,130,171), rgb(116,72,157));
    width: 5px;
    height: calc(100% - 0.4em);
    border-radius: 10px;
    left: 0;
    position: absolute;
    content: "";
}.welcome_7 .learn_culture_1 {
    min-height: 450px;
    align-items: center;
    position: relative;
    animation: fadeSlideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(20px);
    display: flex;
    border-radius: 1.5rem;
    overflow: hidden;
}.welcome_7 .learn_culture_1::before {
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.5) 40%,
        rgba(0, 0, 0, 0.3) 100%
    );
    width: 100%;
    top: 0;
}.welcome_7 .learn_culture_1 > div {
    z-index: 2;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
    position: relative;
}.welcome_7 .learn_culture_1 p {
    max-width: 80%;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    line-height: 1.6;
    transform: translateX(-15px);
    padding-bottom: 1rem;
    font-size: calc(16px * 1.2);
    color: #ffffff;
    position: relative;
    opacity: 0;
    font-weight: 400;
}.welcome_7 .learn_culture_1 p::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80px;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    animation: growWidth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
    height: 2px;
    background: #ffffff;
}.welcome_7 .title_style_header {
    margin-top: 0.5rem;
    animation: fadeSlideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    position: relative;
    letter-spacing: -0.03em;
    transform: translateY(20px);
    opacity: 0;
    font-size: clamp(2.5rem, 5vw, 47px);
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes growWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}


.welcome_7 .learn_culture_1:hover {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 12px 20px rgba(0, 0, 0, 0.07);
}.welcome_7 .learn_culture_1:hover::before {
    transition: all 0.5s ease;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.55) 40%,
        rgba(0, 0, 0, 0.35) 100%
    );
}.welcome_7 .learn_culture_1:hover .title_style_header {
    transform: translateY(-3px);
    transition: all 0.4s ease;
}


@media (min-width: 768px) {.welcome_7 {
    padding: 5rem 3rem;
}.welcome_7 .edu_title_4 > div {
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
    align-items: center;
}.welcome_7 h3 {
    margin-bottom: 0;
    font-size: calc(20px * 1.2);
}.welcome_7 .learn_culture_1 {
    min-height: 500px;
}.welcome_7 .learn_culture_1 > div {
    justify-content: center;
    padding: 4rem;
}.welcome_7 .title_style_header {
    font-size: clamp(3rem, 6vw, calc(47px * 1.2));
}
}

@media (min-width: 1024px) {.welcome_7 {
    padding: 5rem 4rem;
}.welcome_7 .edu_title_4 > div {
    gap: 5rem;
}.welcome_7 h3 {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    padding-left: 3rem;
}.welcome_7 h3:hover {
    transform: perspective(1000px) rotateY(0);
}.welcome_7 h3::before {
    width: 8px;
}.welcome_7 .learn_culture_1 {
    transform: perspective(1000px) rotateY(2deg);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.welcome_7 .learn_culture_1:hover {
    transform: perspective(1000px) rotateY(0) translateY(-8px);
}.welcome_7 .learn_culture_1 > div {
    padding: 5rem;
}
}

@media (max-width: 767px) {.welcome_7 {
    padding: 4rem 1.5rem;
}.welcome_7 h3 {
    max-width: 100%;
    padding-left: 1.5rem;
    font-size: calc(20px * 1);
}.welcome_7 .learn_culture_1 {
    min-height: 400px;
}.welcome_7 .learn_culture_1 > div {
    padding: 2rem;
}.welcome_7 .learn_culture_1 p {
    font-size: 16px;
    max-width: 100%;
}}.access_now_3 {
    padding: 100px 0 90px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    background: linear-gradient(135deg, rgb(151,130,171,0.5) 0%, rgb(116,72,157) 100%);
    overflow: hidden;
    position: relative;
}.access_now_3::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.05) 0,
    rgba(255,255,255,0.05) 2px,
    transparent 2px,
    transparent 8px
  );
    top: 0;
    left: 0;
}.access_now_3::after {
    top: -150px;
    right: -100px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(151,130,171) 0%, transparent 70%);
    width: 300px;
    opacity: 0.1;
    content: "";
    position: absolute;
    z-index: 0;
}.access_now_3 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.access_now_3 h2 {
    margin-bottom: 40px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: clamp(1.8rem, 3vw, 37px);
    line-height: 1.3;
    position: relative;
    transform: translateY(0);
    max-width: 800px;
    font-weight: 700;
}.access_now_3:hover h2 {
    transform: translateY(-5px);
}.access_now_3 h2::after {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    position: absolute;
    width: 80px;
    bottom: -12px;
    left: 0;
    background: rgb(151,130,171);
    height: 3px;
    transform-origin: left;
    transform: scaleX(1);
}.access_now_3:hover h2::after {
    transform: scaleX(1.5);
}.access_now_3 .virtual_study_1 {
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(151,130,171);
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    display: flex;
    background: rgba(255, 255, 255, 0.9);
    align-items: center;
    padding: 30px;
    gap: 25px;
    position: relative;
}.access_now_3 .virtual_study_1:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.access_now_3 svg {
    height: 48px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1);
    flex-shrink: 0;
    width: 48px;
}.access_now_3 .virtual_study_1:hover svg {
    transform: scale(1.1) rotate(5deg);
}.access_now_3 svg path {
    transition: fill 0.3s ease;
    fill: rgb(151,130,171);
}.access_now_3 .virtual_study_1:hover svg path {
    fill: rgb(116,72,157);
}.access_now_3 .virtual_study_1 div {
    flex-grow: 1;
    justify-content: flex-end;
    display: flex;
}.access_now_3 .feedback_card_5 {
    align-items: center;
    position: relative;
    display: inline-flex;
    letter-spacing: 0.5px;
    padding: 14px 32px;
    font-size: 14px;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 1;
    background: rgb(151,130,171);
    border: 2px solid rgb(151,130,171);
    transition: color 0.4s ease, border-color 0.4s ease;
}.access_now_3 .feedback_card_5::before {
    transform-origin: right;
    width: 100%;
    transform: scaleX(0);
    height: 100%;
    position: absolute;
    background: #ffffff;
    left: 0;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    z-index: -1;
}.access_now_3 .feedback_card_5:hover {
    border-color: rgb(151,130,171);
    color: rgb(151,130,171);
}.access_now_3 .feedback_card_5:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.access_now_3 .feedback_card_5::after {
    transition: opacity 0.3s ease, margin-left 0.3s ease;
    opacity: 0;
    content: "→";
    margin-left: -15px;
}.access_now_3 .feedback_card_5:hover::after {
    margin-left: 8px;
    opacity: 1;
}

@media (max-width: 991px) {.access_now_3 {
    padding: 80px 0 70px;
}.access_now_3 h2 {
    margin-bottom: 30px;
}.access_now_3 .virtual_study_1 {
    padding: 25px;
}
}

@media (max-width: 767px) {.access_now_3 {
    padding: 60px 0 50px;
}.access_now_3 h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
}.access_now_3 .virtual_study_1 {
    padding: 25px 20px;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}.access_now_3 .virtual_study_1 div {
    width: 100%;
    justify-content: center;
}.access_now_3 .feedback_card_5 {
    width: 100%;
    padding: 12px 24px;
}
}

@media (max-width: 480px) {.access_now_3 {
    padding: 50px 0 40px;
}.access_now_3 h2 {
    font-size: 1.5rem;
}.access_now_3 .virtual_study_1 {
    padding: 20px 15px;
}.access_now_3 svg {
    width: 36px;
    height: 36px;
}.access_now_3 .feedback_card_5 {
    padding: 10px 20px;
}}.prospective_students_4 {
    padding: 120px 0;
    background: rgb(189,177,195);
    overflow: hidden;
    position: relative;
}.prospective_students_4::before {
    background: rgb(151,130,171,0.5);
    width: 80%;
    opacity: 0.08;
    transform: rotate(-30deg);
    top: -50%;
    height: 200%;
    position: absolute;
    left: -30%;
    z-index: 1;
    content: "";
}.prospective_students_4::after {
    width: 80%;
    right: -30%;
    transform: rotate(-30deg);
    height: 200%;
    bottom: -50%;
    background: rgb(116,72,157,0.5);
    z-index: 1;
    content: "";
    position: absolute;
    opacity: 0.08;
}.prospective_students_4 .container {
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.prospective_students_4 .virtual_study_1 {
    position: relative;
}.prospective_students_4 h4 {
    position: relative;
    margin-bottom: 50px;
    color: #000000;
    font-weight: 700;
    overflow: hidden;
    padding-bottom: 15px;
    text-align: center;
    font-size: 34px;
}.prospective_students_4 h4::before {
    left: -100%;
    animation: shimmer 3s infinite;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(151,130,171,0.5), transparent);
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
}.prospective_students_4 h4::after {
    left: 50%;
    content: "";
    position: absolute;
    border-radius: 3px;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(90deg, rgb(151,130,171), rgb(116,72,157));
    height: 3px;
    width: 80px;
}@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.prospective_students_4 div > div {
    display: flex;
    gap: 20px;
    perspective: 1000px;
    flex-wrap: wrap;
}.prospective_students_4 p {
    display: flex;
    transition: all 0.4s ease;
    color: #000000;
    width: calc(33.333% - 20px);
    font-size: 15px;
    margin: 0;
    align-items: center;
    border-radius: 10px;
    z-index: 1;
    min-height: 100px;
    padding: 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}.prospective_students_4 p::before {
    background: linear-gradient(135deg, #ffffff 0%, rgb(189,177,195) 100%);
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    transition: opacity 0.3s ease;
    content: "";
    z-index: -1;
    width: 100%;
}.prospective_students_4 p::after {
    height: 100%;
    transition: width 0.3s ease;
    position: absolute;
    top: 0;
    background: rgb(151,130,171);
    content: "";
    left: 0;
    width: 4px;
}.prospective_students_4 p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) rotateX(5deg);
}.prospective_students_4 p:hover::before {
    opacity: 1;
}.prospective_students_4 p:hover::after {
    width: 8px;
}.prospective_students_4 p svg {
    padding: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 15px;
    background: #ffffff;
    position: relative;
    z-index: 2;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    flex-shrink: 0;
}.prospective_students_4 p svg path {
    fill: rgb(151,130,171);
    transition: fill 0.3s ease;
}.prospective_students_4 p:hover svg {
    transform: rotate(10deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.prospective_students_4 p:hover svg path {
    fill: rgb(116,72,157);
}.prospective_students_4 p span {
    flex: 1;
    padding: 20px 20px 20px 0;
}.prospective_students_4 p:nth-child(odd) {
    transform: translateZ(10px);
}.prospective_students_4 p:nth-child(even) {
    transform: translateZ(20px);
}.prospective_students_4 p:nth-child(odd):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(10px);
}.prospective_students_4 p:nth-child(even):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(20px);
}.prospective_students_4 p:nth-child(3n+1)::after {
    background: rgb(151,130,171);
}.prospective_students_4 p:nth-child(3n+2)::after {
    background: rgb(116,72,157);
}.prospective_students_4 p:nth-child(3n)::after {
    background: linear-gradient(to bottom, rgb(151,130,171), rgb(116,72,157));
}@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.prospective_students_4 .virtual_study_1 > div p {
    animation: fadeInStagger 0.6s ease forwards;
    opacity: 0;
}.prospective_students_4 .virtual_study_1 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_students_4 .virtual_study_1 > div p:nth-child(2) {
    animation-delay: 0.2s;
}.prospective_students_4 .virtual_study_1 > div p:nth-child(3) {
    animation-delay: 0.3s;
}.prospective_students_4 .virtual_study_1 > div p:nth-child(4) {
    animation-delay: 0.4s;
}.prospective_students_4 .virtual_study_1 > div p:nth-child(5) {
    animation-delay: 0.5s;
}.prospective_students_4 .virtual_study_1 > div p:nth-child(6) {
    animation-delay: 0.6s;
}.prospective_students_4 p:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(151,130,171,0.5);
}.prospective_students_4 p:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(116,72,157,0.5);
}.prospective_students_4 p:hover:nth-child(odd) {
    box-shadow: 10px 10px 0 rgb(151,130,171,0.5);
}.prospective_students_4 p:hover:nth-child(even) {
    box-shadow: 10px 10px 0 rgb(116,72,157,0.5);
}

@media (max-width: 991px) {.prospective_students_4 {
    padding: 100px 0;
}.prospective_students_4 h4 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.9);
}.prospective_students_4 div > div {
    gap: 15px;
}.prospective_students_4 p {
    min-height: 90px;
    width: calc(50% - 15px);
}.prospective_students_4 p svg {
    padding: 7px;
    margin: 0 12px;
    height: 36px;
    width: 36px;
}.prospective_students_4 p span {
    padding: 18px 18px 18px 0;
}.prospective_students_4 p:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(151,130,171,0.5);
}.prospective_students_4 p:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(116,72,157,0.5);
}.prospective_students_4 p:hover:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(151,130,171,0.5);
}.prospective_students_4 p:hover:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(116,72,157,0.5);
}
}

@media (max-width: 768px) {.prospective_students_4 {
    padding: 80px 0;
}.prospective_students_4 h4 {
    font-size: calc(34px * 0.8);
    margin-bottom: 35px;
}.prospective_students_4 div > div {
    gap: 20px;
}.prospective_students_4 p {
    width: 100%;
    min-height: 80px;
}.prospective_students_4 p svg {
    margin: 0 10px;
    height: 32px;
    width: 32px;
    padding: 6px;
}.prospective_students_4 p span {
    padding: 15px 15px 15px 0;
}
}

@media (max-width: 576px) {.prospective_students_4 {
    padding: 60px 0;
}.prospective_students_4 h4 {
    font-size: calc(34px * 0.7);
    margin-bottom: 30px;
}.prospective_students_4 h4::after {
    width: 60px;
    height: 2px;
}.prospective_students_4 div > div {
    gap: 15px;
}.prospective_students_4 p {
    font-size: calc(15px * 0.9);
    min-height: 70px;
}.prospective_students_4 p svg {
    padding: 5px;
    height: 28px;
    width: 28px;
    margin: 0 8px;
}.prospective_students_4 p:nth-child(odd) {
    box-shadow: 4px 4px 0 rgb(151,130,171,0.5);
}.prospective_students_4 p:nth-child(even) {
    box-shadow: 4px 4px 0 rgb(116,72,157,0.5);
}.prospective_students_4 p:hover:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(151,130,171,0.5);
}.prospective_students_4 p:hover:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(116,72,157,0.5);
}}.privacy_folio_4 {
    background: linear-gradient(135deg, rgb(189,177,195) 0%, rgba(255,255,255,0.98) 100%);
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    padding: 5rem 2rem;
}.privacy_folio_4::before {
    position: absolute;
    z-index: 0;
    content: "";
    opacity: 0.15;
    width: 100%;
    transform: translateZ(-50px);
    height: 100%;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(151,130,171,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(116,72,157,0.5) 0%, transparent 25%);
}.privacy_folio_4 .container {
    position: relative;
    padding: 2rem;
    z-index: 1;
    border-left: 4px solid rgb(151,130,171);
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    max-width: 1140px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 auto;
    background: #ffffff;
    transform: translateZ(0) rotateX(0.5deg);
}.privacy_folio_4 .container:hover {
    transform: translateZ(10px) rotateX(0deg);
}.privacy_folio_4 h1 {
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    font-size: calc(43px * 1.2);
    line-height: 1.2;
    padding-bottom: 1rem;
    letter-spacing: -0.5px;
    font-weight: 700;
    color: #000000;
    position: relative;
}.privacy_folio_4 h1::after {
    height: 4px;
    left: 0;
    bottom: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(151,130,171) 0%, rgb(116,72,157) 100%);
    position: absolute;
    width: 80px;
    transition: transform 0.4s ease-out;
    content: "";
    transform: scaleX(1);
}.privacy_folio_4:hover h1::after {
    transform: scaleX(1.5);
}.privacy_folio_4 h2 {
    margin: 3rem 0 1.5rem;
    font-size: calc(34px * 1.05);
    font-weight: 600;
    transform: translateX(0);
    padding-left: 1rem;
    border-left: 3px solid rgb(116,72,157);
    font-family: Arial, sans-serif;
    position: relative;
    transition: transform 0.3s ease-out;
    color: #000000;
}.privacy_folio_4 h2:hover {
    transform: translateX(5px);
}.privacy_folio_4 h3 {
    margin: 2.5rem 0 1rem;
    font-weight: 600;
    color: #000000;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: calc(18px * 1.2);
    padding-bottom: 0.5rem;
    position: relative;
}.privacy_folio_4 h4 {
    font-size: calc(19px * 1.1);
    padding-left: 1.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 600;
    margin: 2rem 0 1rem;
}.privacy_folio_4 h4::before {
    height: 8px;
    background-color: rgb(151,130,171);
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    left: 0;
    content: "";
    position: absolute;
    top: 50%;
}.privacy_folio_4 p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    position: relative;
    transform: translateZ(0);
    color: #000000;
    transition: transform 0.3s ease-out;
    font-family: Arial, sans-serif;
}.privacy_folio_4 p:hover {
    transform: translateZ(5px);
}.privacy_folio_4 strong {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #000000;
    background: linear-gradient(to bottom, transparent 85%, rgb(116,72,157,0.5) 85%, rgb(116,72,157,0.5) 100%);
    padding: 0 2px;
}.privacy_folio_4 ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    list-style: none;
    position: relative;
}.privacy_folio_4 ul li {
    font-family: Arial, sans-serif;
    color: #000000;
    transition: transform 0.2s ease-out;
    line-height: 1.7;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-size: 17px;
    position: relative;
}.privacy_folio_4 ul li:hover {
    transform: translateX(5px);
}.privacy_folio_4 ul li::before {
    height: 6px;
    border-radius: 50%;
    width: 6px;
    background-color: rgb(151,130,171);
    position: absolute;
    content: "";
    top: 0.65rem;
    left: 0;
    transition: transform 0.2s ease-out, background-color 0.2s ease-out;
}.privacy_folio_4 ul li:hover::before {
    background-color: rgb(116,72,157);
    transform: scale(1.5);
}.privacy_folio_4 span {
    color: #000000;
    font-size: 17px;
    transform: translateX(0);
    line-height: 1.7;
    border-left: 2px solid rgb(116,72,157,0.5);
    display: block;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    transition: transform 0.3s ease-out, border-left-color 0.3s ease-out;
}.privacy_folio_4 span:hover {
    transform: translateX(5px);
    border-left-color: rgb(116,72,157);
}

@media screen and (max-width: 1200px) {.privacy_folio_4 {
    padding: 4rem 1.5rem;
}.privacy_folio_4 .container {
    padding: 1.5rem;
}.privacy_folio_4 h1 {
    font-size: calc(43px * 1.1);
}.privacy_folio_4 h2 {
    font-size: 34px;
}
}

@media screen and (max-width: 992px) {.privacy_folio_4 {
    padding: 3rem 1rem;
}.privacy_folio_4 .container {
    box-shadow: 
            0 10px 30px rgba(0,0,0,0.05),
            0 3px 10px rgba(0,0,0,0.03);
    transform: none;
}.privacy_folio_4 .container:hover {
    transform: none;
}.privacy_folio_4 h1 {
    font-size: 43px;
}
}

@media screen and (max-width: 768px) {.privacy_folio_4 {
    padding: 2rem 0.5rem;
}.privacy_folio_4 .container {
    padding: 1.5rem 1rem;
}.privacy_folio_4 h1 {
    font-size: calc(43px * 0.9);
}.privacy_folio_4 h2 {
    padding-left: 0.75rem;
    font-size: calc(34px * 0.9);
}.privacy_folio_4 h3 {
    font-size: 18px;
}.privacy_folio_4 h4 {
    font-size: 19px;
}.privacy_folio_4 p, 
    .privacy_folio_4 ul li,
    .privacy_folio_4 span {
    font-size: calc(17px * 0.95);
}.privacy_folio_4 ul {
    padding-left: 0.5rem;
}.privacy_folio_4 span {
    padding: 0.75rem 1rem;
}
}

@media screen and (max-width: 576px) {.privacy_folio_4 {
    padding: 1.5rem 0.5rem;
}.privacy_folio_4 .container {
    border-left-width: 3px;
    padding: 1rem;
}.privacy_folio_4 h1 {
    font-size: calc(43px * 0.8);
}.privacy_folio_4 h1::after {
    width: 60px;
    height: 3px;
}.privacy_folio_4 h2 {
    border-left-width: 2px;
    margin: 2rem 0 1rem;
}.privacy_folio_4 ul li {
    padding-left: 1.25rem;
}.privacy_folio_4 p:hover,
    .privacy_folio_4 ul li:hover,
    .privacy_folio_4 span:hover,
    .privacy_folio_4 h2:hover {
    transform: none;
}}.learning_profits_4 {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(189,177,195) 0%, rgb(151,130,171,0.5) 100%);
}.learning_profits_4::before {
    height: 300px;
    position: absolute;
    background: linear-gradient(45deg, rgb(116,72,157,0.5) 0%, transparent 70%);
    border-radius: 50%;
    content: "";
    right: -100px;
    top: -100px;
    width: 300px;
    animation: float 15s infinite alternate ease-in-out;
}.learning_profits_4::after {
    transform: rotate(45deg);
    height: 200px;
    background: linear-gradient(135deg, rgb(151,130,171,0.5) 0%, transparent 70%);
    bottom: -50px;
    width: 200px;
    content: "";
    left: -50px;
    position: absolute;
    border-radius: 11px;
    animation: pulse 8s infinite alternate ease-in-out;
}.learning_profits_4 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
}.learning_profits_4 .virtual_study_1 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    transition: transform 0.5s ease;
    padding: 40px;
    transform: perspective(1000px) rotateY(-2deg);
    display: flex;
    align-items: center;
    gap: 60px;
    background: #ffffff;
}.learning_profits_4 .virtual_study_1:hover {
    transform: perspective(1000px) rotateY(0deg);
}.learning_profits_4 .img_embed_3 {
    transform: translateY(-20px);
    width: 40%;
    border-radius: 11px;
    transition: all 0.3s ease;
    object-fit: cover;
    box-shadow: 10px 10px 0 rgb(151,130,171,0.5);
}.learning_profits_4 .virtual_study_1:hover .img_embed_3 {
    transform: translateY(0);
    box-shadow: 15px 15px 0 rgb(151,130,171,0.5);
}.learning_profits_4 .text_block_wrap_8 {
    width: 60%;
    padding: 20px 0;
}.learning_profits_4 h3 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 29px;
}.learning_profits_4 h3::after {
    content: "";
    border-radius: 10px;
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -10px;
    background: rgb(116,72,157);
    width: 80px;
}.learning_profits_4 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.learning_profits_4 li {
    margin-bottom: 22px;
    padding-left: 15px;
    transition: transform 0.3s ease;
    position: relative;
}.learning_profits_4 li:hover {
    transform: translateX(10px);
}.learning_profits_4 li p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    gap: 15px;
    align-items: center;
    color: #000000;
    display: flex;
}.learning_profits_4 svg {
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}.learning_profits_4 svg path {
    transition: fill 0.3s ease;
    fill: rgb(151,130,171);
}.learning_profits_4 li:hover svg path {
    fill: rgb(116,72,157);
}

@keyframes float {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(30px, 30px) rotate(180deg); }
    100% { transform: translate(-30px, 15px) rotate(360deg); }
}

@keyframes pulse {
    0% { transform: rotate(45deg) scale(1); opacity: 0.5; }
    50% { transform: rotate(45deg) scale(1.2); opacity: 0.7; }
    100% { transform: rotate(45deg) scale(1); opacity: 0.5; }
}

@media (max-width: 992px) {.learning_profits_4 {
    padding: 60px 0;
}.learning_profits_4 .virtual_study_1 {
    padding: 30px;
    flex-direction: column;
    transform: perspective(1000px) rotateY(0);
    gap: 40px;
}.learning_profits_4 .img_embed_3 {
    width: 80%;
    transform: translateY(0);
    margin: 0 auto;
}.learning_profits_4 .text_block_wrap_8 {
    padding: 0;
    width: 100%;
}
}

@media (max-width: 576px) {.learning_profits_4 {
    padding: 40px 0;
}.learning_profits_4 .virtual_study_1 {
    padding: 25px;
    gap: 30px;
}.learning_profits_4 .img_embed_3 {
    box-shadow: 5px 5px 0 rgb(151,130,171,0.5);
    width: 100%;
}.learning_profits_4 h3 {
    margin-bottom: 25px;
    font-size: 24px;
}.learning_profits_4 h3::after {
    width: 60px;
}.learning_profits_4 li {
    margin-bottom: 15px;
}.learning_profits_4 svg {
    width: 20px;
    height: 20px;
}}.contact_information_4 {
    position: relative;
    padding: 90px 0;
    background: rgb(189,177,195);
    overflow: hidden;
}.contact_information_4::before {
    top: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    background-size: 40px 40px;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(151,130,171), 0.05) 49%, rgba(rgb(151,130,171), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(116,72,157), 0.05) 49%, rgba(rgb(116,72,157), 0.05) 51%, transparent 52%);
}.contact_information_4 .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.contact_information_4 h2 {
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: 37px;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 50px;
    border-bottom: 3px solid rgb(151,130,171);
}.contact_information_4 .message_feedback_4 {
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 14px;
    background: #ffffff;
    display: flex;
}.contact_information_4 .img_embed_3 {
    min-height: 550px;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    position: relative;
    flex: 0 0 45%;
}.contact_information_4 .connect_card_9 {
    position: relative;
    padding: 60px;
    background: #ffffff;
    flex: 0 0 55%;
}.contact_information_4 .connect_card_9::before {
    opacity: 0.1;
    background-position: 0 0, 15px 15px;
    content: "";
    background-size: 30px 30px;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}.contact_information_4 #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}.contact_information_4 h3 {
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: rgb(151,130,171);
}.contact_information_4 input[type="text"] {
    background: rgb(189,177,195);
    border-left: 3px solid rgb(151,130,171);
    transition: all 0.3s ease;
    padding: 15px 20px;
    font-size: 12px;
    color: #000000;
    width: 100%;
    border-radius: 0 10px 10px 0;
    border: none;
}.contact_information_4 input[type="text"]:focus {
    border-left-color: rgb(116,72,157);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    background: #ffffff;
}.contact_information_4 input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.contact_information_4 .inquiry_info_2 {
    gap: 12px;
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}.contact_information_4 .inquiry_info_2 input[type="checkbox"] {
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 3px;
    width: 22px;
    appearance: none;
    height: 22px;
    background: rgb(189,177,195);
    border: 2px solid rgb(189,177,195);
    position: relative;
}.contact_information_4 .inquiry_info_2 input[type="checkbox"]:checked {
    border-color: rgb(151,130,171);
    background: rgb(151,130,171);
}.contact_information_4 .inquiry_info_2 input[type="checkbox"]:checked::after {
    content: "";
    width: 5px;
    left: 50%;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    top: 40%;
    border-right: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 10px;
}.contact_information_4 .inquiry_info_2 label {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
}.contact_information_4 .inquiry_info_2 a {
    color: rgb(151,130,171);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_information_4 .inquiry_info_2 a:hover {
    color: rgb(116,72,157);
}.contact_information_4 .inquiry_info_2 a::after {
    content: "";
    bottom: -2px;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgb(151,130,171);
}.contact_information_4 .inquiry_info_2 a:hover::after {
    background: rgb(116,72,157);
    height: 2px;
}.contact_information_4 .feedback_card_5 {
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    font-size: 17px;
    cursor: pointer;
    margin-top: 15px;
    padding: 15px 35px;
    overflow: hidden;
    align-self: flex-start;
    font-weight: 600;
    background: rgb(151,130,171);
    transition: all 0.3s ease;
    border: none;
}.contact_information_4 .feedback_card_5::after {
    transition: all 0.6s ease;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
    height: 0;
    content: "";
    width: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: absolute;
}.contact_information_4 .feedback_card_5:hover {
    background: rgb(116,72,157);
}.contact_information_4 .feedback_card_5:hover::after {
    width: 300%;
    height: 300%;
}.contact_information_4 svg {
    width: 20px;
    transition: all 0.3s ease;
    fill: rgb(151,130,171);
    height: 20px;
}.contact_information_4 svg path {
    fill: rgb(151,130,171);
    transition: all 0.3s ease;
}.contact_information_4 svg:hover {
    fill: rgb(116,72,157);
}.contact_information_4 svg:hover path {
    fill: rgb(116,72,157);
}

@media (max-width: 992px) {.contact_information_4 {
    padding: 70px 0;
}.contact_information_4 .message_feedback_4 {
    flex-direction: column;
}.contact_information_4 .img_embed_3 {
    flex: 0 0 auto;
    min-height: 300px;
}.contact_information_4 .connect_card_9 {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.contact_information_4 {
    padding: 60px 0;
}.contact_information_4 h2 {
    font-size: calc(37px - 4px);
    margin-bottom: 40px;
}.contact_information_4 .connect_card_9 {
    padding: 35px 25px 45px;
}.contact_information_4 #contact {
    gap: 20px;
}.contact_information_4 .img_embed_3 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_information_4 {
    padding: 50px 0;
}.contact_information_4 .container {
    padding: 0 15px;
}.contact_information_4 h2 {
    margin-bottom: 30px;
    font-size: calc(37px - 6px);
}.contact_information_4 .connect_card_9 {
    padding: 30px 20px 40px;
}.contact_information_4 .feedback_card_5 {
    width: 100%;
}.contact_information_4 .img_embed_3 {
    min-height: 200px;
}}footer {
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    perspective: 1000px;
}footer::before {
    height: 100%;
    left: 0;
    opacity: 0.85;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(151,130,171,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
}footer::after {
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    position: absolute;
    z-index: -1;
    animation: scanline 10s linear infinite;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}.green_edu_8 {
    z-index: 1;
    position: relative;
    padding: 5rem 0 3rem;
}.green_edu_8::before {
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(116,72,157) 50%, 
                transparent 100%);
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    height: 2px;
    position: absolute;
    animation: glowPulse 3s ease-in-out infinite alternate;
}.green_edu_8 .container {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
}.green_edu_8 .company_holder {
    position: relative;
    border-radius: 21px;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(151,130,171);
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    background: rgba(0, 0, 0, 0.2);
}.green_edu_8 .company_holder:hover {
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    border-left: 3px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(151,130,171,0.5);
}.green_edu_8 .company_holder h3 {
    text-transform: uppercase;
    margin-bottom: 1.75rem;
    font-weight: 700;
    font-size: calc(35px * 0.9);
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    padding-bottom: 0.75rem;
}.green_edu_8 .company_holder h3::after {
    bottom: 0;
    background: rgb(151,130,171);
    width: 60px;
    left: 0;
    position: absolute;
    height: 3px;
    transition: width 0.4s ease-in-out;
    content: "";
}.green_edu_8 .company_holder:hover h3::after {
    width: 100%;
}.green_edu_8 .referral_prog_0 {
    color: rgba(255, 255, 255, 0.8);
    max-width: 100%;
    position: relative;
    line-height: 1.7;
    padding-left: 1rem;
    font-size: 14px;
}.green_edu_8 .referral_prog_0::before {
    width: 2px;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, 
                rgb(151,130,171) 0%, 
                transparent 100%);
    position: absolute;
    height: 100%;
}.green_edu_8 .stats_tool_3 {
    position: relative;
}.green_edu_8 .first_class_9 {
    gap: 2rem;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.green_edu_8 .nav_teach_2 {
    border-radius: 21px;
    position: relative;
    backdrop-filter: blur(5px);
    padding: 2rem;
    transform-style: preserve-3d;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
}.green_edu_8 .nav_teach_2::before {
    position: absolute;
    content: "";
    left: -50%;
    z-index: -1;
    height: 200%;
    transform: rotate(45deg);
    top: -50%;
    transition: all 0.6s ease;
    width: 200%;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
}.green_edu_8 .nav_teach_2:hover::before {
    left: -100%;
    top: -100%;
}.green_edu_8 .nav_teach_2::after {
    border-style: solid;
    transform: translateZ(5px);
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    top: 0;
    border-width: 0 25px 25px 0;
    position: absolute;
    height: 0;
    right: 0;
    content: "";
    border-color: transparent rgb(151,130,171) transparent transparent;
    width: 0;
}.green_edu_8 .nav_teach_2:hover::after {
    border-width: 0 35px 35px 0;
    border-color: transparent rgb(116,72,157) transparent transparent;
}.green_edu_8 .nav_teach_2:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.05);
    transform: translateZ(15px) scale(1.03);
}.green_edu_8 .nav_teach_2 h5 {
    letter-spacing: 0.5px;
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
}.green_edu_8 .nav_teach_2 h5::before {
    bottom: -8px;
    height: 1px;
    content: "";
    width: 100%;
    background: rgb(116,72,157);
    left: 0;
    position: absolute;
}.green_edu_8 .nav_teach_2 h5::after {
    height: 3px;
    width: 30%;
    bottom: -8px;
    left: 0;
    transition: width 0.4s ease-in-out;
    position: absolute;
    background: rgb(151,130,171);
    content: "";
}.green_edu_8 .nav_teach_2:hover h5::after {
    width: 100%;
}.green_edu_8 .nav_teach_2 .first_class_9 {
    flex-direction: column;
    display: flex;
    gap: 0.875rem;
}.green_edu_8 .nav_teach_2 a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    text-decoration: none;
    transform-style: preserve-3d;
}.green_edu_8 .nav_teach_2 a::before {
    content: "→";
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    transform: translateZ(5px);
    left: -20px;
}.green_edu_8 .nav_teach_2 a:hover {
    transform: translateX(20px);
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}.green_edu_8 .nav_teach_2 a:hover::before {
    opacity: 1;
    left: 0;
}.teach_supp_6 {
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    backdrop-filter: blur(10px);
    margin-top: 3rem;
}.teach_supp_6::before {
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(151,130,171) 30%, 
                #ffffff 50%, 
                rgb(116,72,157) 70%, 
                transparent 100%);
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
}.teach_supp_6 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.teach_supp_6 .conduct_code_3 {
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 30px;
    position: relative;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.6);
    padding: 0.5rem 1.5rem;
}.teach_supp_6 .conduct_code_3:hover {
    color: #ffffff;
    box-shadow: 0 0 15px rgba(rgb(151,130,171), 0.3);
    background: rgba(0, 0, 0, 0.3);
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(116,72,157,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(116,72,157);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.green_edu_8 .company_holder::before,
.green_edu_8 .nav_teach_2::before {
    background: radial-gradient(circle, rgb(151,130,171,0.5) 0%, transparent 70%);
    content: "";
    border-radius: 50%;
    opacity: 0;
    height: 100px;
    z-index: -1;
    filter: blur(30px);
    position: absolute;
    transition: opacity 0.5s ease;
    width: 100px;
}.green_edu_8 .company_holder::before {
    bottom: -20px;
    right: -20px;
}.green_edu_8 .nav_teach_2::before {
    top: -20px;
    left: -20px;
}.green_edu_8 .company_holder:hover::before,
.green_edu_8 .nav_teach_2:hover::before {
    opacity: 0.5;
}.green_edu_8 .company_holder::after {
    transition: all 0.4s ease;
    top: 20px;
    right: 20px;
    border-right: 2px solid rgb(151,130,171);
    opacity: 0.7;
    border-top: 2px solid rgb(151,130,171);
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
}.green_edu_8 .company_holder:hover::after {
    height: 40px;
    width: 40px;
    transform: rotate(45deg);
}

@media (max-width: 992px) {.green_edu_8 {
    padding: 4rem 0 2rem;
}.green_edu_8 .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.green_edu_8 .company_holder,
    .green_edu_8 .stats_tool_3 {
    width: 100%;
}.green_edu_8 .first_class_9 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.green_edu_8 {
    padding: 3.5rem 0 1.5rem;
}.green_edu_8 .first_class_9 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.green_edu_8 .company_holder,
    .green_edu_8 .nav_teach_2 {
    padding: 1.5rem;
}.green_edu_8 .company_holder h3,
    .green_edu_8 .nav_teach_2 h5 {
    margin-bottom: 1.25rem;
}.teach_supp_6 {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.green_edu_8 {
    padding: 3rem 0 1rem;
}.green_edu_8 .company_holder {
    padding: 1.25rem;
}.green_edu_8 .company_holder h3 {
    font-size: calc(35px * 0.8);
}.green_edu_8 .nav_teach_2 h5 {
    font-size: calc(19px * 0.9);
}.green_edu_8 .nav_teach_2 a,
    .green_edu_8 .referral_prog_0 {
    font-size: calc(14px * 0.9);
}.teach_supp_6 .conduct_code_3 {
    padding: 0.4rem 1rem;
    font-size: calc(15px * 0.9);
}}

.green_edu_8 .company_holder .referral_prog_0::after {
    bottom: -10px;
    background: linear-gradient(to right, rgb(151,130,171), transparent);
    content: "";
    transition: width 0.4s ease;
    height: 3px;
    position: absolute;
    width: 70px;
    left: 1rem;
}.green_edu_8 .company_holder:hover .referral_prog_0::after {
    width: calc(100% - 1rem);
}.green_edu_8::after {
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    width: 100%;
    opacity: 0.3;
    left: 0;
    z-index: -2;
    background-size: 40px 40px;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
}.green_edu_8 .nav_teach_2:nth-child(1)::before {
    background: radial-gradient(circle, rgb(151,130,171,0.5) 0%, transparent 70%);
}.green_edu_8 .nav_teach_2:nth-child(2)::before {
    background: radial-gradient(circle, rgb(116,72,157,0.5) 0%, transparent 70%);
}.green_edu_8 .first_class_9 a::after {
    left: 0;
    width: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(151,130,171), rgb(116,72,157));
    bottom: 0;
    transition: width 0.3s ease;
    height: 1px;
}.green_edu_8 .first_class_9 a:hover::after {
    width: 100%;
}.pricing_structure_1 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.pricing_structure_1::before {
    left: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
}.pricing_structure_1 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.pricing_structure_1 .skill_plans_9 {
    perspective: 1000px;
}.pricing_structure_1 h2 {
    font-size: 33px;
    margin-bottom: 25px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    font-weight: 700;
    position: relative;
    text-align: center;
    transform: translateZ(50px);
    color: #ffffff;
}.pricing_structure_1 h2::after {
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -10px;
    background: rgb(151,130,171);
    content: "";
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgb(151,130,171,0.5);
    left: 50%;
}.pricing_structure_1 .discount_plan_4 {
    color: #ffffff;
    margin: 0 auto 60px;
    line-height: 1.6;
    font-size: 18px;
    max-width: 800px;
    text-align: center;
    opacity: 0.9;
}.pricing_structure_1 .member_fees_3 {
    padding: 0;
    gap: 30px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.pricing_structure_1 .discount_deals_7 {
    transform-style: preserve-3d;
    text-decoration: none;
    will-change: transform;
    display: block;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.pricing_structure_1 .offer_box_1 {
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 8px;
    height: 100%;
    backdrop-filter: blur(10px);
}.pricing_structure_1 .offer_box_1::before {
    background-size: 200% 200%;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    z-index: -1;
    right: -5px;
    transition: opacity 0.4s ease;
    left: -5px;
    animation: shimmer 3s infinite linear;
    bottom: -5px;
    top: -5px;
    content: "";
    position: absolute;
    opacity: 0;
}.pricing_structure_1 .program_fees_6 {
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    flex-direction: column;
    border: 1px solid rgba(255,255,255,0.05);
    padding: 35px 25px;
    border-radius: 4px;
    height: 100%;
}.pricing_structure_1 .program_fees_6 h4 {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
}.pricing_structure_1 .program_fees_6 h4::after {
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    bottom: 0;
    content: "";
    background: rgb(151,130,171);
    left: 0;
}.pricing_structure_1 .program_fees_6 p {
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 25px;
    font-size: calc(18px - 2px);
    opacity: 0.8;
    color: #ffffff;
}.pricing_structure_1 .learning_fee_6 {
    position: relative;
    padding: 12px 25px;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    font-weight: 700;
    display: inline-block;
    border-radius: 30px;
    color: #ffffff;
    font-size: calc(23px + 4px);
    align-self: flex-start;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(151,130,171) 0%, rgb(116,72,157) 100%);
}.pricing_structure_1 .learning_fee_6::before {
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    transition: 0.5s;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.pricing_structure_1 .discount_deals_7:hover {
    transform: translateY(-10px) rotateX(5deg);
}.pricing_structure_1 .discount_deals_7:hover .offer_box_1 {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.pricing_structure_1 .discount_deals_7:hover .offer_box_1::before {
    opacity: 1;
}.pricing_structure_1 .discount_deals_7:hover .program_fees_6 h4::after {
    width: 80px;
}.pricing_structure_1 .discount_deals_7:hover .learning_fee_6::before {
    left: 100%;
}.pricing_structure_1 .discount_deals_7:hover .program_fees_6 {
    transform: translateZ(20px);
    border-color: rgba(255,255,255,0.1);
}

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

@media (max-width: 1200px) {.pricing_structure_1 {
    padding: 100px 0;
}.pricing_structure_1 .member_fees_3 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.pricing_structure_1 .program_fees_6 {
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.pricing_structure_1 {
    padding: 80px 0;
}.pricing_structure_1 h2 {
    font-size: calc(33px - 4px);
}.pricing_structure_1 .discount_plan_4 {
    margin-bottom: 40px;
}.pricing_structure_1 .member_fees_3 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing_structure_1 .program_fees_6 h4 {
    font-size: calc(23px - 1px);
}.pricing_structure_1 .learning_fee_6 {
    font-size: calc(23px + 2px);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.pricing_structure_1 {
    padding: 60px 0;
}.pricing_structure_1 h2 {
    font-size: calc(33px - 6px);
}.pricing_structure_1 .discount_plan_4 {
    margin-bottom: 30px;
    font-size: calc(18px - 1px);
}.pricing_structure_1 .program_fees_6 {
    padding: 25px 15px;
}.pricing_structure_1 .program_fees_6 p {
    font-size: calc(18px - 3px);
    margin-bottom: 20px;
}.pricing_structure_1 .learning_fee_6 {
    padding: 8px 15px;
    font-size: calc(23px + 0px);
}
}

@media (hover: none) {.pricing_structure_1 .discount_deals_7:hover {
    transform: none;
}.pricing_structure_1 .offer_box_1 {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.pricing_structure_1 .discount_deals_7:active {
    transform: scale(0.98);
}}.policyAgreementPanel_8 {
    z-index: 90;
    position: fixed;
    background: rgb(189,177,195);
    width: 100%;
    display: flex;
    padding: 1rem 0;
    overflow: hidden;
    justify-content: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    align-items: center;
    border-top: 3px solid rgb(151,130,171);
}#cookie_panel_popup_9 {
    display: none;
}#cookie_panel_popup_9:checked ~ .policyAgreementPanel_8 {
    opacity: 0;
    visibility: hidden;
}.policyAgreementPanel_8 .container {
    flex-wrap: wrap;
    align-items: center;
    z-index: 1;
    gap: 1rem;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    justify-content: space-between;
    display: flex;
    position: relative;
}.cookie_view_2 {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-right: 1rem;
}.cookie_view_2 svg {
    height: 50px;
    width: 50px;
    fill: rgb(151,130,171);
}.cookie_layer_4 {
    min-width: 300px;
    flex: 1;
    margin-bottom: 20px;
}.cookie_layer_4 h5 {
    font-weight: 600;
    color: rgb(151,130,171);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}.cookie_layer_4 p {
    font-size: 1rem;
    color: #000000;
}.cookie_compl_7 {
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border: none;
    background: rgb(151,130,171);
    color: #ffffff;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}.cookie_button.edu_track_1 {
    background: rgb(151,130,171);
}.cookie_button.visitor_controls_1 {
    margin-left: 0.5rem;
    background: #000000;
}.cookie_compl_7:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.visitor_controls_1:hover {
    background: rgb(151,130,171);
}.policyAgreementPanel_8 p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(151,130,171);
}.policyAgreementPanel_8 p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.policyAgreementPanel_8 .container {
    flex-direction: column;
    align-items: center;
}.cookie_view_2 {
    margin-bottom: 1rem;
    margin-right: 0;
}.cookie_layer_4 {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.visitor_controls_1 {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.testimonials_3 {
    position: relative;
    overflow: hidden;
    background: rgb(189,177,195);
    padding: 7rem 0;
}.testimonials_3::before {
    z-index: 0;
    content: "";
    position: absolute;
    height: 100%;
    animation: moveBackground 15s linear infinite;
    top: 0;
    background-size: 100px 100px;
    opacity: 0.2;
    width: 100%;
    background: linear-gradient(
        45deg,
        transparent 48%,
        rgb(116,72,157,0.5) 49%,
        rgb(116,72,157,0.5) 51%,
        transparent 52%
    );
    left: 0;
}@keyframes moveBackground {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

.testimonials_3::after {
    z-index: 0;
    top: -50%;
    width: 70%;
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    right: -20%;
    height: 200%;
    background: rgb(151,130,171,0.5);
    opacity: 0.1;
    transform: rotate(30deg);
}.testimonials_3 .container {
    z-index: 1;
    position: relative;
}.testimonials_3 h2 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgb(116,72,157,0.5) 100%
    );
    transform: skewX(-5deg);
    margin-bottom: 5rem;
    font-size: 30px;
    color: #000000;
    padding: 1rem 3rem 1rem 0;
}.testimonials_3 .user_experience_4 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    display: grid;
    position: relative;
}.testimonials_3 .review_space_8 {
    display: flex;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    align-items: center;
    background: #ffffff;
    position: relative;
    padding: 2.5rem;
    flex-direction: column;
    z-index: 1;
}.testimonials_3 .review_space_8::before {
    content: "";
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    transition: all 0.5s ease;
    height: 100%;
    transform: translateY(10px) translateX(10px);
    background: linear-gradient(
        135deg,
        rgb(151,130,171,0.5),
        rgb(116,72,157,0.5)
    );
}.testimonials_3 .review_space_8:nth-child(even)::before {
    background: linear-gradient(
        135deg,
        rgb(116,72,157,0.5),
        rgb(151,130,171,0.5)
    );
    transform: translateY(10px) translateX(-10px);
}.testimonials_3 .review_space_8:hover::before {
    transform: translateY(15px) translateX(15px);
}.testimonials_3 .review_space_8:nth-child(even):hover::before {
    transform: translateY(15px) translateX(-15px);
}.testimonials_3 .review_space_8:nth-child(odd) {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}.testimonials_3 .review_space_8:nth-child(odd)::before {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}.testimonials_3 .review_space_8:nth-child(3n) {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}.testimonials_3 .review_space_8:nth-child(3n)::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}.testimonials_3 .review_space_8:nth-child(3n+1) {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}.testimonials_3 .review_space_8:nth-child(3n+1)::before {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}.testimonials_3 .review_space_8::after {
    height: 50px;
    position: absolute;
    right: -15px;
    content: "";
    background: rgb(151,130,171);
    transition: all 0.5s ease;
    top: -15px;
    transform: rotate(45deg);
    opacity: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: -2;
    width: 50px;
}.testimonials_3 .review_space_8:nth-child(odd)::after {
    background: rgb(116,72,157);
    left: -15px;
    top: -15px;
}.testimonials_3 .review_space_8:hover::after {
    transform: rotate(225deg);
    opacity: 1;
}.testimonials_3 .review_space_8 img {
    border-radius: 0;
    width: 80px;
    margin-bottom: 1.5rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    object-fit: cover;
    height: 80px;
    transition: all 0.5s ease;
}.testimonials_3 .review_space_8:hover img {
    transform: rotate(45deg);
    clip-path: polygon(0 0, 50% 0, 100% 50%, 100% 100%, 50% 100%, 0 50%);
}.testimonials_3 .review_space_8 p {
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 600;
    font-size: 19px;
    position: relative;
    text-align: center;
}.testimonials_3 .review_space_8 p::after {
    height: 2px;
    width: 0;
    transition: all 0.5s ease;
    left: 50%;
    position: absolute;
    background: rgb(151,130,171);
    transform: translateX(-50%);
    bottom: -5px;
    content: "";
}.testimonials_3 .review_space_8:hover p::after {
    width: 50px;
}.testimonials_3 .review_space_8 .description {
    font-size: 14px;
    transform: translateY(0);
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 400;
    color: #000000;
    margin-top: 1rem;
    position: relative;
    line-height: 1.6;
}.testimonials_3 .review_space_8:hover .description {
    transform: translateY(-5px);
}@keyframes pulse {
    0%, 100% { 
        box-shadow: 0 0 0 0 rgb(151,130,171,0.5);
    }
    50% { 
        box-shadow: 0 0 0 10px transparent;
    }
}

.testimonials_3 .review_space_8:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.testimonials_3 .review_space_8:nth-child(4n+1) {
    animation: shiftLeft 10s infinite alternate;
}.testimonials_3 .review_space_8:nth-child(4n+2) {
    animation: shiftRight 12s infinite alternate;
}.testimonials_3 .review_space_8:nth-child(4n+3) {
    animation: shiftDown 15s infinite alternate;
}

@keyframes shiftLeft {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-5px); }
}

@keyframes shiftRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}

@keyframes shiftDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

@media (max-width: 992px) {.testimonials_3 .user_experience_4 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.testimonials_3 {
    padding: 5rem 0;
}.testimonials_3 h2 {
    clip-path: none;
    margin-bottom: 3rem;
    background: none;
    font-size: calc(30px * 0.9);
    padding: 0;
    transform: none;
}.testimonials_3 .user_experience_4 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.testimonials_3 .review_space_8,
    .testimonials_3 .review_space_8:nth-child(odd),
    .testimonials_3 .review_space_8:nth-child(3n),
    .testimonials_3 .review_space_8:nth-child(3n+1) {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.testimonials_3 .review_space_8::before,
    .testimonials_3 .review_space_8:nth-child(odd)::before,
    .testimonials_3 .review_space_8:nth-child(3n)::before,
    .testimonials_3 .review_space_8:nth-child(3n+1)::before {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
    transform: translateY(5px) translateX(5px);
}.testimonials_3 .review_space_8:hover::before {
    transform: translateY(8px) translateX(8px);
}.testimonials_3 .review_space_8:nth-child(even):hover::before {
    transform: translateY(8px) translateX(-8px);
}.testimonials_3 .review_space_8,
    .testimonials_3 .review_space_8:nth-child(4n+1),
    .testimonials_3 .review_space_8:nth-child(4n+2),
    .testimonials_3 .review_space_8:nth-child(4n+3) {
    animation: none;
}}.ty_section_4 {
    background: linear-gradient(135deg, rgb(151,130,171,0.5), rgb(189,177,195), rgb(116,72,157,0.5));
    position: relative;
    perspective: 1000px;
    padding: 120px 0;
    overflow: hidden;
}.ty_section_4::before {
    left: 0;
    opacity: 0.7;
    background: 
        radial-gradient(circle at 20% 30%, rgb(151,130,171,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(116,72,157,0.5) 0%, transparent 60%);
    top: 0;
    z-index: 0;
    right: 0;
    content: "";
    animation: pulse 10s infinite alternate ease-in-out;
    position: absolute;
    bottom: 0;
}.ty_section_4::after {
    z-index: 1;
    left: -50%;
    top: -50%;
    position: absolute;
    height: 200%;
    width: 200%;
    content: "";
    transform: rotate(15deg);
    animation: patternMove 60s linear infinite;
    pointer-events: none;
}.ty_section_4 .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    transform-style: preserve-3d;
    max-width: 1200px;
    padding: 0 20px;
}.ty_section_4 h2 {
    margin-bottom: 40px;
    border-left: 4px solid rgb(151,130,171);
    padding-left: 20px;
    transition: transform 0.5s ease;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transform: translateZ(30px);
    font-weight: 700;
    position: relative;
    color: #000000;
    line-height: 1.3;
    font-size: 33px;
    text-align: left;
}.ty_section_4 h2::after {
    left: 20px;
    position: absolute;
    transform: scaleX(0);
    width: 60px;
    content: "";
    height: 3px;
    bottom: -12px;
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: left;
    background: rgb(116,72,157);
}.ty_section_4 .virtual_study_1 {
    position: relative;
    transform: translateZ(20px) rotateX(2deg);
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(151,130,171), 0.3);
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.ty_section_4 .virtual_study_1::before {
    height: 5px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(151,130,171), rgb(116,72,157));
    z-index: 3;
    width: 100%;
}.ty_section_4 .virtual_study_1:hover {
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(151,130,171), 0.4);
    transform: translateZ(30px) rotateX(0deg);
}.ty_section_4 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.ty_section_4 li {
    padding: 40px;
    position: relative;
    background: #ffffff;
    transition: transform 0.3s ease;
}.ty_section_4 li::before {
    font-size: 16px;
    height: 30px;
    box-shadow: 0 5px 15px rgba(rgb(151,130,171), 0.3);
    width: 30px;
    position: absolute;
    left: 40px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    display: flex;
    top: -15px;
    border-radius: 50%;
    background: rgb(151,130,171);
    content: "✓";
}.ty_section_4 span {
    text-align: left;
    z-index: 2;
    color: #000000;
    line-height: 1.7;
    position: relative;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

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

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes patternMove {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-100px);
    }
}

@media (max-width: 991px) {.ty_section_4 {
    padding: 80px 0;
}.ty_section_4 h2 {
    padding-left: 15px;
    font-size: calc(33px * 0.9);
}.ty_section_4 li {
    padding: 30px;
}.ty_section_4 li::before {
    left: 30px;
}
}

@media (max-width: 767px) {.ty_section_4 {
    padding: 60px 0;
}.ty_section_4 h2 {
    transform: translateZ(20px);
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.ty_section_4 h2::after {
    width: 40px;
}.ty_section_4 .virtual_study_1 {
    transform: translateZ(10px) rotateX(1deg);
}.ty_section_4 .virtual_study_1:hover {
    transform: translateZ(15px) rotateX(0deg);
}.ty_section_4 li {
    padding: 25px 20px;
}.ty_section_4 li::before {
    left: 20px;
    font-size: 14px;
    width: 24px;
    height: 24px;
    top: -12px;
}.ty_section_4 span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.ty_section_4 {
    padding: 40px 0;
}.ty_section_4 h2 {
    padding-left: 12px;
    font-size: calc(33px * 0.7);
    border-left: 3px solid rgb(151,130,171);
}.ty_section_4 .container {
    padding: 0 15px;
}.ty_section_4 .virtual_study_1 {
    transform: translateZ(5px) rotateX(0.5deg);
}.ty_section_4 .virtual_study_1:hover {
    transform: translateZ(10px) rotateX(0deg);
}.ty_section_4 li {
    padding: 20px 15px;
}.ty_section_4 li::before {
    left: 15px;
    font-size: 12px;
    height: 20px;
    width: 20px;
}.ty_section_4 span {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}.reach_us_0 {
    position: relative;
    z-index: 1;
    background: linear-gradient(120deg, rgb(189,177,195) 0%, rgb(151,130,171,0.5) 30%, rgb(189,177,195) 70%);
    overflow: hidden;
    padding: 8rem 0;
}.reach_us_0::before {
    animation: backgroundPulse 15s infinite alternate;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 75% 25%, rgb(116,72,157,0.5) 0%, transparent 50%),
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.03) 50%, transparent 52%) rgb(189,177,195);
    z-index: -1;
    position: absolute;
    background-size: 100% 100%, 30px 30px;
    content: "";
}@keyframes backgroundPulse {
    0% {
        opacity: 0.3;
        background-position: 0% 0%, 0px 0px;
    }
    50% {
        opacity: 0.7;
        background-position: 0% 0%, 15px 15px;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 0%, 0px 0px;
    }
}

.reach_us_0::after {
    width: 100%;
    content: "";
    pointer-events: none;
    bottom: 0;
    height: 300px;
    background: 
        linear-gradient(0deg, rgb(151,130,171,0.5) 0%, transparent 100%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    z-index: -2;
    left: 0;
    position: absolute;
}.reach_us_0 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}.reach_us_0 .get_assist_8 {
    grid-template-areas: 
        "info photo details"
        "info photo details";
    position: relative;
    grid-template-rows: auto auto;
    gap: 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
}.reach_us_0 .msg_info_3 {
    flex-direction: column;
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.03);
}.reach_us_0 .msg_info_3:first-child {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    border-radius: 10px 0 0 10px;
    grid-area: info;
    padding: 3rem;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
}.reach_us_0 .msg_info_3:nth-child(2) {
    padding: 0;
    z-index: 3;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    border-radius: 0;
    grid-area: photo;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.reach_us_0 .contact_tile.message_info_6 {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 3rem;
    grid-area: details;
    border-radius: 0 10px 10px 0;
}.reach_us_0 .msg_info_3 h2 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 1rem;
}.reach_us_0 .msg_info_3 h2::after {
    border-radius: 10px;
    height: 4px;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 50px;
    background: rgb(151,130,171);
}.reach_us_0 .contact_ask_7 {
    font-size: calc(16px * 1.3);
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
    color: rgb(151,130,171);
    font-weight: 700;
}.reach_us_0 .quick_support_7 {
    position: relative;
    padding-left: 15px;
    margin-bottom: 2rem;
    color: #000000;
    line-height: 1.8;
    border-left: 2px solid rgb(151,130,171,0.5);
}.reach_us_0 .msg_info_3 p {
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
    position: relative;
    color: #000000;
}.reach_us_0 .msg_info_3 p span {
    color: #ffffff;
    font-weight: 600;
}.reach_us_0 .contact_widget_6 {
    margin-top: 2.5rem;
    border-radius: 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    border-left: 3px solid rgb(151,130,171);
}.reach_us_0 .contact_widget_6::before {
    top: 0;
    border-radius: 0 10px 10px 0;
    content: "";
    right: 0;
    background: linear-gradient(to bottom, rgb(151,130,171) 0%, transparent 100%);
    width: 5px;
    bottom: 0;
    position: absolute;
}.reach_us_0 .contact_widget_6 h3 {
    font-weight: 600;
    display: flex;
    color: #ffffff;
    font-size: 21px;
    align-items: center;
    margin-bottom: 1.2rem;
}.reach_us_0 .contact_widget_6 h3::before {
    display: inline-block;
    border: 2px solid rgb(151,130,171);
    animation: pulse 2s infinite;
    margin-right: 10px;
    height: 15px;
    content: "";
    border-radius: 50%;
    width: 15px;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(151,130,171,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.reach_us_0 .edu_guide_8 {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(2, 1fr);
}.reach_us_0 .edu_guide_8 span {
    border-radius: 10px;
    display: flex;
    padding: 0.6rem 1rem;
    position: relative;
    align-items: center;
    overflow: hidden;
    font-size: calc(16px * 0.9);
    color: #000000;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}.reach_us_0 .edu_guide_8 span::before {
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 3px;
    opacity: 0.6;
    background: rgb(116,72,157);
    height: 100%;
}.reach_us_0 .edu_guide_8 span:hover {
    background: rgb(151,130,171,0.5);
    transform: translateX(5px);
    color: #ffffff;
}.reach_us_0 .msg_info_3 .img_embed_3 {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}.reach_us_0 .msg_info_3 .img_embed_3::before {
    top: 0;
    background: linear-gradient(135deg, rgb(151,130,171,0.5) 0%, transparent 100%);
    content: "";
    width: 100%;
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
}.reach_us_0 .msg_info_3 .img_embed_3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 5px, transparent 5px, transparent 10px);
    height: 100%;
    width: 100%;
    z-index: 2;
}.reach_us_0 .message_info_6 {
    flex-direction: column;
    justify-content: center;
    display: flex;
}.reach_us_0 .message_info_6 a {
    flex-direction: column;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    padding: 1.5rem;
    overflow: hidden;
    border-right: 3px solid rgb(151,130,171);
    text-decoration: none;
    position: relative;
    display: flex;
}.reach_us_0 .message_info_6 a::before {
    height: 100%;
    position: absolute;
    background: rgb(151,130,171);
    right: -3px;
    top: 0;
    width: 3px;
    transition: all 0.3s ease;
    content: "";
}.reach_us_0 .message_info_6 a::after {
    opacity: 0.1;
    background: linear-gradient(90deg, rgb(151,130,171,0.5) 0%, transparent 100%);
    transition: width 0.3s ease;
    top: 0;
    width: 0;
    height: 100%;
    left: 0;
    content: "";
    z-index: -1;
    position: absolute;
}.reach_us_0 .message_info_6 a:hover::after {
    width: 100%;
}.reach_us_0 .message_info_6 a:hover {
    transform: translateX(-10px);
}.reach_us_0 .message_info_6 a span {
    color: #000000;
    position: relative;
    padding-left: 20px;
    font-size: calc(16px * 0.9);
    margin-bottom: 0.6rem;
}.reach_us_0 .message_info_6 a span::before {
    top: 50%;
    content: "";
    left: 0;
    height: 2px;
    transform: translateY(-50%);
    width: 10px;
    position: absolute;
    background: rgb(151,130,171);
}.reach_us_0 .message_info_6 a p {
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    margin-bottom: 0;
    font-size: calc(16px * 1.1);
}.reach_us_0 .message_info_6 a:hover p {
    color: rgb(151,130,171);
}.reach_us_0 svg {
    width: 22px;
    transition: all 0.3s ease;
    fill: none;
    height: 22px;
}.reach_us_0 svg path {
    stroke: rgb(151,130,171);
    transition: all 0.3s ease;
    stroke-width: 2;
}.reach_us_0 .message_info_6 a:hover svg {
    transform: rotate(10deg) scale(1.2);
}.reach_us_0 .message_info_6 a:hover svg path {
    stroke: rgb(116,72,157);
}

@media (max-width: 1024px) {.reach_us_0 {
    padding: 6rem 0;
}.reach_us_0 .get_assist_8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
            "info info"
            "photo details";
}.reach_us_0 .msg_info_3:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
    border-radius: 10px 10px 0 0;
}.reach_us_0 .msg_info_3:nth-child(2) {
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 0 0 10px;
}.reach_us_0 .contact_tile.message_info_6 {
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
    border-radius: 0 0 10px 0;
}
}

@media (max-width: 767px) {.reach_us_0 {
    padding: 4rem 0;
}.reach_us_0 .get_assist_8 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: 
            "inquiry_block_9"
            "img_embed_3"
            "details";
}.reach_us_0 .msg_info_3:first-child {
    border-radius: 10px 10px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}.reach_us_0 .msg_info_3:nth-child(2) {
    min-height: 250px;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    border-radius: 0;
}.reach_us_0 .contact_tile.message_info_6 {
    border-radius: 0 0 10px 10px;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
}.reach_us_0 .message_info_6 a {
    margin-bottom: 1rem;
}.reach_us_0 .edu_guide_8 {
    grid-template-columns: 1fr;
}
}

@media (max-width: 575px) {.reach_us_0 {
    padding: 3rem 0;
}.reach_us_0 .msg_info_3:first-child,
    .reach_us_0 .contact_tile.message_info_6 {
    padding: 2rem 1.5rem;
}.reach_us_0 .msg_info_3:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
}.reach_us_0 .msg_info_3:nth-child(2) {
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
    min-height: 200px;
}.reach_us_0 .contact_tile.message_info_6 {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
}.reach_us_0 .contact_widget_6 {
    padding: 1rem;
    margin-top: 2rem;
}.reach_us_0 .message_info_6 a {
    padding: 1rem;
}}header {
    z-index: 99;
    width: 100%;
    background: #ffffff;
    position: relative;
    overflow: visible;
}header::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(151,130,171), rgb(116,72,157));
}header .head_core_3 {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 25px 30px;
}header .head_core_3::after {
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
    background-color: rgb(189,177,195);
    content: "";
    bottom: 0;
}header .head_core_3 .header_mentor_9 {
    position: relative;
    z-index: 2;
}header .head_core_3 .header_mentor_9 .header_wrap_6 {
    position: relative;
    display: block;
    overflow: hidden;
}header .head_core_3 .header_mentor_9 .header_wrap_6 svg {
    height: 40px;
    width: auto;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}header .head_core_3 .header_mentor_9 .header_wrap_6:hover svg {
    transform: scale(1.08);
}header .head_core_3 .nav_teach_2 {
    padding: 0;
    display: flex;
    margin: 0;
    list-style: none;
}header .head_core_3 .nav_teach_2 .nav_mainbar_1 {
    margin: 0 15px;
    position: relative;
}header .head_core_3 .nav_teach_2 .nav_mainbar_1:last-child {
    margin-right: 0;
}header .head_core_3 .nav_teach_2 .nav_mainbar_1 a {
    overflow: hidden;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 8px 0;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 400;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    text-decoration: none;
    font-size: 13px;
    display: block;
}header .head_core_3 .nav_teach_2 .nav_mainbar_1 a:hover {
    letter-spacing: 1px;
    color: rgb(151,130,171);
}header .head_core_3 .nav_teach_2 .nav_mainbar_1 a::before,
header .head_core_3 .nav_teach_2 .nav_mainbar_1 a::after {
    position: absolute;
    left: 0;
    background-color: rgb(151,130,171);
    content: "";
    height: 1px;
    transform-origin: right center;
    bottom: 0;
    width: 100%;
}header .head_core_3 .nav_teach_2 .nav_mainbar_1 a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}header .head_core_3 .nav_teach_2 .nav_mainbar_1 a::after {
    transform-origin: left center;
    background-color: rgb(116,72,157);
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}header .head_core_3 .nav_teach_2 .nav_mainbar_1 a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}header .head_core_3 .nav_teach_2 .nav_mainbar_1 a:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}header .head_core_3 .nav_teach_2 .nav_mainbar_1 a::after {
    bottom: -2px;
    opacity: 0.3;
    height: 3px;
}header .head_core_3 .nav_teach_2 .nav_mainbar_1:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .head_core_3 {
    padding: 20px 15px;
    flex-direction: column;
}header .head_core_3 .header_mentor_9 {
    margin-bottom: 20px;
}header .head_core_3 .nav_teach_2 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .head_core_3 .nav_teach_2 .nav_mainbar_1 {
    margin: 5px 12px;
}header .head_core_3 .nav_teach_2 .nav_mainbar_1 a {
    padding: 5px 0;
    font-size: calc(13px - 1px);
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .head_core_3 {
    padding: 15px 10px;
}header .head_core_3 .header_mentor_9 {
    margin-bottom: 15px;
}header .head_core_3 .header_mentor_9 .header_wrap_6 svg {
    height: 35px;
}header .head_core_3 .nav_teach_2 {
    gap: 5px;
}header .head_core_3 .nav_teach_2 .nav_mainbar_1 {
    margin: 2px 10px;
}}.our_story_4 {
    overflow: hidden;
    z-index: 1;
    padding: 150px 0;
    position: relative;
    background: rgb(189,177,195);
}.our_story_4::before {
    height: 100%;
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    backface-visibility: hidden;
    left: 0;
    z-index: -1;
    content: "";
    opacity: 0.05;
    transform: perspective(1000px) rotateX(60deg) scale(2.5) translateZ(-200px);
    background-position: center;
    top: 0;
    width: 100%;
    background-size: 40px 40px;
    animation: gridMove 60s linear infinite;
    transform-origin: center center;
    position: absolute;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.our_story_4::after {
    left: -50%;
    content: "";
    top: -50%;
    z-index: -2;
    width: 200%;
    background: radial-gradient(circle at center, transparent 30%, rgb(189,177,195) 70%);
    height: 200%;
    position: absolute;
}.our_story_4 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}.our_story_4 .container::before,
.our_story_4 .container::after {
    pointer-events: none;
    position: absolute;
    border-radius: 50%;
    content: "";
}.our_story_4 .container::before {
    filter: blur(40px);
    height: 250px;
    opacity: 0.1;
    right: -50px;
    top: -100px;
    background: radial-gradient(circle at center, rgb(151,130,171,0.5) 0%, transparent 70%);
    animation: pulseGlow 15s ease-in-out infinite alternate;
    width: 250px;
}.our_story_4 .container::after {
    animation: pulseGlow 20s ease-in-out infinite alternate-reverse;
    filter: blur(50px);
    bottom: -150px;
    left: -100px;
    opacity: 0.15;
    width: 300px;
    background: radial-gradient(circle at center, rgb(116,72,157,0.5) 0%, transparent 70%);
    height: 300px;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: scale(0.8);
    }
}

.our_story_4 .virtual_study_1 {
    gap: 30px;
    grid-template-areas:
        "logo content"
        "director content";
    grid-template-columns: 1fr 1.5fr;
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
}.our_story_4 .virtual_study_1::before {
    opacity: 0.2;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: 
        linear-gradient(90deg, transparent calc(33.33% - 1px), rgb(151,130,171,0.5) calc(33.33%), transparent calc(33.33% + 1px)),
        linear-gradient(0deg, transparent calc(40% - 1px), rgb(151,130,171,0.5) calc(40%), transparent calc(40% + 1px));
    content: "";
}.our_story_4 .virtual_study_1::after {
    opacity: 0.6;
    animation: scanEffect 3s ease-in-out infinite;
    bottom: -20px;
    transform: translateX(-50%);
    content: "";
    height: 1px;
    left: 50%;
    width: 200px;
    background: linear-gradient(90deg, transparent, rgb(151,130,171), transparent);
    position: absolute;
}@keyframes scanEffect {
    0%, 100% {
        transform: translateX(-50%) scaleX(0.5);
        opacity: 0.3;
    }
    50% {
        transform: translateX(-50%) scaleX(1);
        opacity: 0.6;
    }
}

.our_story_4 .achieve_goals_8 {
    font-size: 18px;
    padding: 20px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 25px;
    grid-area: logo;
    color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-weight: 700;
    gap: 15px;
    margin-bottom: 20px;
}.our_story_4 .achieve_goals_8:hover {
    border-color: rgb(151,130,171,0.5);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.our_story_4 .achieve_goals_8::before {
    border-radius: calc(25px + 2px);
    transition: opacity 0.4s ease;
    inset: -2px;
    background: linear-gradient(45deg, rgb(151,130,171), rgb(116,72,157), rgb(151,130,171));
    opacity: 0;
    z-index: -1;
    content: "";
    position: absolute;
}.our_story_4 .achieve_goals_8:hover::before {
    opacity: 0.5;
}.our_story_4 .achieve_goals_8 svg {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    filter: drop-shadow(0 0 2px rgb(151,130,171,0.5));
    fill: rgb(151,130,171);
    width: 45px;
    height: 45px;
}.our_story_4 .achieve_goals_8 svg path {
    transition: fill 0.5s ease;
}.our_story_4 .achieve_goals_8:hover svg {
    transform: rotate(10deg) scale(1.1);
    filter: drop-shadow(0 0 5px rgb(151,130,171));
}.our_story_4 .learn_legacy_1 {
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row;
    align-items: center;
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.03);
    grid-area: director;
    z-index: 2;
    padding: 30px;
    gap: 25px;
}.our_story_4 .learn_legacy_1:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgb(151,130,171,0.5);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}.our_story_4 .learn_legacy_1::before {
    position: absolute;
    z-index: -1;
    transition: opacity 0.5s ease;
    background: 
        radial-gradient(circle at 20% 50%, rgb(151,130,171,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgb(116,72,157,0.5) 0%, transparent 60%);
    opacity: 0.05;
    inset: 0;
    content: "";
}.our_story_4 .learn_legacy_1:hover::before {
    opacity: 0.1;
}.our_story_4 .learn_legacy_1::after {
    left: 35%;
    background: linear-gradient(90deg, transparent, rgb(151,130,171), transparent);
    bottom: 0;
    width: 30%;
    position: absolute;
    animation: scanHorizontal 3s ease-in-out infinite alternate;
    content: "";
    height: 2px;
}@keyframes scanHorizontal {
    0% {
        opacity: 0.4;
        transform: scaleX(0.7);
    }
    100% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}

.our_story_4 .img_embed_3 {
    transition: all 0.4s ease;
    height: 120px;
    position: relative;
    z-index: 5;
    border-radius: 25px;
    width: 120px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    border: 3px solid #ffffff;
}.our_story_4 .class_pro_7 {
    flex: 1;
}.our_story_4 .skill_training_5 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    font-weight: 700;
    color: #000000;
    font-size: 21px;
}.our_story_4 .skill_training_5::after {
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(151,130,171), transparent);
    width: 40px;
    transition: width 0.4s ease;
    bottom: 0;
    position: absolute;
    height: 2px;
}.our_story_4 .learn_legacy_1:hover .skill_training_5::after {
    width: 60px;
}.our_story_4 .pedagogy_way_6 {
    opacity: 0.9;
    transition: all 0.3s ease;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: rgb(151,130,171);
}.our_story_4 .learn_legacy_1:hover .pedagogy_way_6 {
    transform: translateX(5px);
    opacity: 1;
}.our_story_4 .text_block_wrap_8 {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    grid-area: content;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 2;
    position: relative;
    padding: 40px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 25px;
}.our_story_4 .text_block_wrap_8:hover {
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    border-color: rgb(116,72,157,0.5);
}.our_story_4 .text_block_wrap_8::before {
    height: 600px;
    width: 600px;
    right: -300px;
    filter: blur(60px);
    animation: morphBlob 20s ease-in-out infinite alternate;
    content: "";
    top: -300px;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    z-index: -1;
    opacity: 0.03;
    position: absolute;
    background: rgb(151,130,171,0.5);
}.our_story_4 .text_block_wrap_8::after {
    width: 500px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    left: -250px;
    opacity: 0.03;
    height: 500px;
    filter: blur(50px);
    position: absolute;
    z-index: -1;
    background: rgb(116,72,157,0.5);
    content: "";
    bottom: -250px;
    animation: morphBlob 25s ease-in-out infinite alternate-reverse;
}@keyframes morphBlob {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: translate(-50px, 20px) rotate(120deg);
    }
    66% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
        transform: translate(50px, -20px) rotate(240deg);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(360deg);
    }
}

.our_story_4 .text_block_wrap_8 h2 {
    margin-bottom: 25px;
    transition: all 0.4s ease;
    padding-bottom: 15px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 38px;
}.our_story_4 .text_block_wrap_8 h2::after {
    bottom: 0;
    position: absolute;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(151,130,171), rgb(116,72,157,0.5), transparent);
    left: 0;
    transition: all 0.4s ease;
    border-radius: 10px;
    height: 3px;
}.our_story_4 .text_block_wrap_8:hover h2::after {
    width: 120px;
}.our_story_4 .text_block_wrap_8 p {
    color: #000000;
    position: relative;
    font-size: 15px;
    line-height: 1.9;
    transition: all 0.3s ease;
    margin-bottom: 0;
}.our_story_4 .text_block_wrap_8:hover p {
    transform: translateY(3px);
}.our_story_4 .text_block_wrap_8:hover::before,
.our_story_4 .text_block_wrap_8:hover::after {
    opacity: 0.06;
}.our_story_4 .text_block_wrap_8::after {
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    position: absolute;
    height: 100%;
    background-image: repeating-linear-gradient(
        to bottom,
        transparent,
        transparent 8px,
        rgba(255, 255, 255, 0.03) 8px,
        rgba(255, 255, 255, 0.03) 9px
    );
    content: "";
    pointer-events: none;
    opacity: 0.5;
}.our_story_4 .achieve_goals_8:hover svg path,
.our_story_4 .achieve_goals_8:hover svg {
    fill: rgb(116,72,157);
}

@media (max-width: 1199px) {.our_story_4 {
    padding: 120px 0;
}.our_story_4 .virtual_study_1 {
    grid-template-columns: 1fr 1.2fr;
    gap: 25px;
}.our_story_4 .text_block_wrap_8 {
    padding: 35px;
}
}

@media (max-width: 991px) {.our_story_4 {
    padding: 100px 0;
}.our_story_4 .virtual_study_1 {
    gap: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
            "logo"
            "director"
            "head_train_4";
}.our_story_4 .achieve_goals_8 {
    justify-content: center;
}.our_story_4 .learn_legacy_1 {
    margin: 0 auto;
    max-width: 600px;
}.our_story_4 .text_block_wrap_8 {
    margin: 0 auto;
    max-width: 600px;
}.our_story_4 .virtual_study_1::before {
    background: 
            linear-gradient(90deg, transparent calc(50% - 1px), rgb(151,130,171,0.5) calc(50%), transparent calc(50% + 1px)),
            linear-gradient(0deg, transparent calc(33.33% - 1px), rgb(151,130,171,0.5) calc(33.33%), transparent calc(33.33% + 1px)),
            linear-gradient(0deg, transparent calc(66.66% - 1px), rgb(151,130,171,0.5) calc(66.66%), transparent calc(66.66% + 1px));
    opacity: 0.1;
}
}

@media (max-width: 767px) {.our_story_4 {
    padding: 80px 0;
}.our_story_4::before {
    background-size: 30px 30px;
}.our_story_4 .learn_legacy_1 {
    padding: 25px;
}.our_story_4 .text_block_wrap_8 {
    padding: 30px;
}.our_story_4 .achieve_goals_8 {
    padding: 15px;
}.our_story_4 .text_block_wrap_8 h2 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 575px) {.our_story_4 {
    padding: 60px 0;
}.our_story_4 .learn_legacy_1 {
    text-align: center;
    flex-direction: column;
    padding: 25px 15px;
}.our_story_4 .img_embed_3 {
    height: 100px;
    width: 100px;
    margin-bottom: 15px;
}.our_story_4 .skill_training_5::after {
    transform: translateX(-50%);
    left: 50%;
}.our_story_4 .learn_legacy_1:hover .pedagogy_way_6 {
    transform: translateX(0) translateY(3px);
}.our_story_4 .text_block_wrap_8 {
    padding: 25px 20px;
}.our_story_4 .text_block_wrap_8 h2 {
    font-size: calc(38px * 0.8);
}.our_story_4 .achieve_goals_8 svg {
    width: 40px;
    height: 40px;
}.our_story_4 .skill_training_5 {
    font-size: calc(21px * 0.95);
}.our_story_4 .pedagogy_way_6 {
    font-size: calc(15px * 0.95);
}}.training_specialist_5 {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(189,177,195) 0%, rgb(151,130,171,0.5) 100%);
    padding: 6rem 0;
}.training_specialist_5::before {
    animation: rotateBackground 15s linear infinite;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.4;
    background: conic-gradient(from 225deg at 50% 50%, rgb(116,72,157,0.5) 0%, transparent 25%, rgb(151,130,171,0.5) 50%, transparent 75%, rgb(116,72,157,0.5) 100%);
    height: 100%;
}.training_specialist_5 .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}.training_specialist_5 .review_space_8 {
    gap: 1.5rem;
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(116,72,157,0.5),
                0 10px 0 -5px rgb(151,130,171,0.5);
    border-radius: 14px;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    grid-template-columns: 300px 1fr;
    padding: 3rem;
    transition: transform 0.5s ease;
    grid-template-areas:
        "photo quote"
        "info quote";
    backdrop-filter: blur(10px);
    transform: rotateY(-5deg);
    grid-template-rows: auto auto;
    position: relative;
}.training_specialist_5 .review_space_8:hover {
    transform: rotateY(0);
}.training_specialist_5 .img_embed_3 {
    border: 5px solid #ffffff;
    transform: translateZ(30px);
    height: 220px;
    transition: all 0.4s ease;
    border-radius: 50%;
    grid-area: photo;
    width: 220px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(151,130,171,0.5);
}.training_specialist_5 .review_space_8:hover .img_embed_3 {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(151,130,171);
}.training_specialist_5 .name {
    margin-top: 1rem;
    font-size: 29px;
    color: #000000;
    margin-bottom: 0.5rem;
    transform: translateZ(20px);
    display: block;
    font-weight: 700;
    grid-area: info;
}.training_specialist_5 .review_space_8 span:not(.name) {
    font-weight: 600;
    transform: translateZ(15px);
    display: block;
    margin-top: 3.5rem;
    font-size: 18px;
    color: rgb(151,130,171);
    grid-area: info;
}.training_specialist_5 .experience_area_8 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 1.5rem 2rem;
    transform: translateZ(10px);
    border-radius: 0 14px 14px 0;
    position: relative;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    grid-area: quote;
    font-size: calc(18px * 1.1);
    border-left: 4px solid rgb(116,72,157);
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
}.training_specialist_5 .experience_area_8::before {
    mix-blend-mode: overlay;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    animation: shimmer 3s infinite linear;
    left: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(116,72,157,0.5) 40%, rgb(116,72,157,0.5) 60%, transparent 60%);
    background-size: 200% 200%;
    opacity: 0.2;
    top: 0;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.training_specialist_5 .review_space_8 {
    grid-template-areas:
            "img_embed_3"
            "inquiry_block_9"
            "experience_area_8";
    grid-template-rows: auto auto auto;
    padding: 2rem;
    grid-template-columns: 1fr;
}.training_specialist_5 .img_embed_3 {
    height: 180px;
    width: 180px;
    margin: 0 auto;
}.training_specialist_5 .name,
    .training_specialist_5 .review_space_8 span:not(.name) {
    text-align: center;
    margin-top: 1rem;
}.training_specialist_5 .review_space_8 span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.training_specialist_5 {
    padding: 4rem 0;
}.training_specialist_5 .review_space_8 {
    transform: none;
    padding: 1.5rem;
}.training_specialist_5 .img_embed_3 {
    height: 140px;
    width: 140px;
}.training_specialist_5 .experience_area_8 {
    font-size: 18px;
    padding: 1rem;
}}.course_features_3 {
    overflow: hidden;
    background-color: rgb(189,177,195);
    padding: 100px 0;
    position: relative;
}.course_features_3::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    z-index: 1;
    background: 
        linear-gradient(135deg, rgb(151,130,171,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(116,72,157,0.5) 0%, transparent 40%);
}.course_features_3::after {
    content: "";
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(151,130,171,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(116,72,157,0.5) 0%, transparent 8%);
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: 120px 120px, 120px 120px;
    left: 0;
}.course_features_3 .container {
    z-index: 3;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.course_features_3 .training_8 {
    flex-direction: column;
    display: flex;
}.course_features_3 .text_block_wrap_8 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    padding: 50px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 4;
    border-bottom: 3px solid rgb(116,72,157);
    border-top: 3px solid rgb(151,130,171);
    position: relative;
    border-radius: 25px;
    backdrop-filter: blur(5px);
}.course_features_3 .text_block_wrap_8::before {
    top: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(151,130,171,0.5) 49%, rgb(151,130,171,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 48%, rgb(116,72,157,0.5) 49%, rgb(116,72,157,0.5) 51%, transparent 52%) 0 0 / 20px 20px;
    opacity: 0.1;
    content: "";
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}.course_features_3 .text_block_wrap_8 h2 {
    padding: 10px 25px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    font-size: 35px;
}.course_features_3 .text_block_wrap_8 h2::after {
    width: 80px;
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(151,130,171) 0%, rgb(116,72,157) 100%);
    border-radius: 10px;
    content: "";
}.course_features_3 .text_block_wrap_8 .description {
    color: #000000;
    background: rgba(255, 255, 255, 0.6);
    position: relative;
    padding: 15px 20px;
    line-height: 1.8;
    backdrop-filter: blur(3px);
    border-radius: 10px;
    font-size: 18px;
    border-left: 2px solid rgb(151,130,171);
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    margin-bottom: 25px;
}.course_features_3 .text_block_wrap_8 .description:last-child {
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.6);
    border-left: 2px solid rgb(116,72,157);
    margin-bottom: 0;
}.course_features_3 .img_embed_3 {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    transform: scale(1.05);
    height: 100%;
}.course_features_3 .img_embed_3::before {
    position: absolute;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
    width: 100%;
    content: "";
    z-index: 2;
    left: 0;
    top: 0;
}.course_features_3 .img_embed_3::after {
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
    top: 0;
    content: "";
}

@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 992px) {.course_features_3 {
    padding: 80px 0;
}.course_features_3 .text_block_wrap_8 {
    margin-bottom: 40px;
    padding: 40px;
}.course_features_3 .img_embed_3 {
    height: 60%;
}
}

@media (max-width: 768px) {.course_features_3 {
    padding: 60px 0;
}.course_features_3 .text_block_wrap_8 {
    margin-bottom: 30px;
    padding: 30px;
}.course_features_3 .text_block_wrap_8 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 20px;
}.course_features_3 .img_embed_3 {
    height: 50%;
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
}
}

@media (max-width: 576px) {.course_features_3 {
    padding: 50px 0;
}.course_features_3 .text_block_wrap_8 {
    padding: 25px 20px;
    margin-bottom: 20px;
}.course_features_3 .text_block_wrap_8 h2 {
    font-size: calc(35px * 0.8);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.course_features_3 .text_block_wrap_8 .description {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
    padding-left: 15px;
}.course_features_3 .img_embed_3 {
    height: 40%;
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
}}

.course_features_3::before,
.course_features_3::after,
.course_features_3 .text_block_wrap_8::before,
.course_features_3 .container::before,
.course_features_3 .container::after {
    pointer-events: none;
}.course_features_3 .training_8::after {
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(151,130,171,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(116,72,157,0.5) 0%, transparent 1%);
    left: 0;
    content: "";
    pointer-events: none;
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    background-size: 30px 30px;
    height: 100%;
}