* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    margin: auto;
    width: 1191px;
    max-width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.grade_help {
    flex: 0 0 auto;
}.top_nav {
    flex: 1 0 auto;
}.wrapper-template {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_details {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(203,218,220) 0%, rgb(147,179,184,0.5) 100%);
}.program_details::before {
    width: 200%;
    height: 200%;
    opacity: 0.3;
    background: radial-gradient(circle at 70% 30%, rgb(124,177,124,0.5) 0%, transparent 60%);
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg);
    content: "";
    top: -50%;
    pointer-events: none;
    left: -50%;
}.program_details::after {
    pointer-events: none;
    left: 0;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 80%, rgb(147,179,184,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 20%, rgb(124,177,124,0.5) 0%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(147,179,184,0.5) 0%, transparent 20%);
    z-index: 0;
    top: 0;
    content: "";
    opacity: 0.4;
    height: 100%;
}.program_details .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 1;
    max-width: 1280px;
}.program_details .career_learn {
    transform: translateZ(0);
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
}.program_details .img_gallery_item {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    height: 380px;
    z-index: 2;
}.program_details .img_gallery_item::before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    z-index: 1;
    top: 0;
    background: linear-gradient(45deg, rgb(124,177,124,0.5) 0%, transparent 100%);
    position: absolute;
    width: 100%;
}.program_details .img_gallery_item::after {
    opacity: 0;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
    left: -10%;
    width: 120%;
    transition: opacity 0.5s ease-out;
    pointer-events: none;
    z-index: 2;
    height: 120%;
    content: "";
    position: absolute;
    top: -10%;
}.program_details .img_gallery_item:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.program_details .img_gallery_item:hover::after {
    opacity: 1;
}.program_details .text_display {
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) translateZ(0);
    background: rgba(255, 255, 255, 0.95);
}.program_details .text_display::before {
    opacity: 0.05;
    content: "";
    background: linear-gradient(135deg, rgb(124,177,124,0.5) 0%, transparent 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}.program_details .text_display:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) translateZ(10px);
}.program_details h3 {
    position: relative;
    font-size: calc(20px * 1.1);
    line-height: 1.3;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1.5rem;
}.program_details h3::after {
    left: 0;
    width: 60px;
    transform-origin: left;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 3px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    bottom: -12px;
}.program_details .text_display:hover h3::after {
    width: 90px;
}.program_details .description {
    font-size: 13px;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.program_details p.description {
    margin-top: 0;
    max-height: 300px;
    scrollbar-width: thin;
    padding-right: 15px;
    overflow-y: auto;
    scrollbar-color: rgb(124,177,124,0.5) transparent;
}.program_details p.description::-webkit-scrollbar {
    width: 5px;
}.program_details p.description::-webkit-scrollbar-track {
    background: transparent;
}.program_details p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(124,177,124,0.5);
}.program_details span.description {
    display: none;
}.program_details .career_learn > div {
    position: relative;
}

@media (min-width: 768px) {.program_details {
    padding: 8rem 0;
}.program_details .career_learn {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program_details .img_gallery_item {
    height: 450px;
}.program_details h3 {
    font-size: calc(20px * 1.2);
}.program_details p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_details .career_learn {
    gap: 6rem;
}.program_details .img_gallery_item {
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg);
    height: 520px;
}.program_details .text_display {
    padding: 3rem;
}.program_details h3 {
    font-size: calc(20px * 1.3);
    margin-bottom: 2rem;
}.program_details h3::after {
    height: 4px;
    bottom: -15px;
}.program_details p.description {
    line-height: 1.8;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.program_details .container {
    padding: 0 3rem;
}.program_details .img_gallery_item {
    height: 580px;
}.program_details .text_display {
    padding: 3.5rem;
}.program_details h3 {
    font-size: calc(20px * 1.4);
}.program_details p.description {
    max-height: 450px;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.program_details {
    padding: 4rem 0;
}.program_details .img_gallery_item {
    height: 280px;
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
}.program_details .text_display {
    padding: 2rem;
}.program_details h3 {
    font-size: 20px;
    margin-bottom: 1.25rem;
}.program_details h3::after {
    height: 2px;
    width: 50px;
    bottom: -10px;
}.program_details p.description {
    max-height: 250px;
    line-height: 1.6;
}}.connect_with_us {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}.connect_with_us::before {
    inset: 0;
    background-color: rgb(203,218,220);
    z-index: -1;
    opacity: 0.9;
    content: '';
    position: absolute;
}.connect_with_us .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}.connect_with_us .message_box {
    border-radius: 24px;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    background: #ffffff;
}.connect_with_us .inquiry_reach {
    background: rgb(124,177,124);
    padding: 0;
    position: relative;
}.connect_with_us .inquiry_reach h3 {
    text-align: center;
    background: rgb(124,177,124);
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    padding: 30px;
}.connect_with_us .inquiry_reach div {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 40px;
    transition: background-color 0.3s ease;
    justify-content: flex-start;
}.connect_with_us .inquiry_reach div:hover {
    background-color: rgb(147,179,184);
}.connect_with_us .inquiry_reach div:last-child {
    border-bottom: none;
}.connect_with_us .inquiry_reach div svg {
    margin-right: 20px;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}.connect_with_us .inquiry_reach div svg path {
    fill: #ffffff;
}.connect_with_us .inquiry_reach div span {
    font-size: 15px;
    color: #ffffff;
}.connect_with_us .inquiry_reach div span a {
    transition: opacity 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.connect_with_us .inquiry_reach div span a:hover {
    opacity: 0.8;
}.connect_with_us .support_widget {
    padding: 50px;
    background-color: #ffffff;
}.connect_with_us .support_widget h3 {
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
}.connect_with_us .support_widget h3::after {
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    content: '';
    position: absolute;
    height: 3px;
    background-color: rgb(124,177,124);
    bottom: -10px;
}.connect_with_us .support_widget form {
    width: 100%;
}.connect_with_us .support_widget input[type="text"],
.connect_with_us .support_widget input[type="email"] {
    color: #000000;
    border-bottom: 2px solid rgb(203,218,220);
    margin-bottom: 25px;
    border: none;
    transition: border-color 0.3s ease;
    background-color: #ffffff;
    height: 55px;
    width: 100%;
    border-radius: 0;
    font-size: 15px;
    padding: 0 20px;
}.connect_with_us .support_widget input[type="text"]:focus,
.connect_with_us .support_widget input[type="email"]:focus {
    border-color: rgb(124,177,124);
    outline: none;
}.connect_with_us .support_widget input::placeholder {
    color: #000000;
    opacity: 0.6;
}.connect_with_us .support_widget .help_panel {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
}.connect_with_us .support_widget .help_panel input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    margin-top: 2px;
    -webkit-appearance: none;
    appearance: none;
    height: 22px;
    flex-shrink: 0;
    margin-right: 10px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border: 2px solid rgb(203,218,220);
    width: 22px;
}.connect_with_us .support_widget .help_panel input[type="checkbox"]:checked {
    border-color: rgb(124,177,124);
    background-color: rgb(124,177,124);
}.connect_with_us .support_widget .help_panel input[type="checkbox"]:checked::before {
    content: '✓';
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    color: #ffffff;
    font-size: 14px;
}.connect_with_us .support_widget .help_panel label {
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
}.connect_with_us .support_widget .help_panel label a {
    color: rgb(124,177,124);
    transition: color 0.3s ease;
    text-decoration: none;
}.connect_with_us .support_widget .help_panel label a:hover {
    color: rgb(147,179,184);
}.connect_with_us .support_widget .inquiry_list {
    position: relative;
    background-color: rgb(124,177,124);
    font-weight: 600;
    border-radius: 0;
    cursor: pointer;
    color: #ffffff;
    width: 100%;
    transition: background-color 0.3s ease;
    border: none;
    overflow: hidden;
    height: 55px;
    font-size: 16px;
}.connect_with_us .support_widget .inquiry_list::before {
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    transition: left 0.7s ease;
}.connect_with_us .support_widget .inquiry_list:hover {
    background-color: rgb(147,179,184);
}.connect_with_us .support_widget .inquiry_list:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {.connect_with_us .message_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
}.connect_with_us .inquiry_reach {
    display: flex;
    flex-direction: column;
    border-radius: 0 24px 24px 0;
}.connect_with_us .support_widget {
    border-radius: 24px 0 0 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.connect_with_us .inquiry_reach h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    text-align: left;
}.connect_with_us .inquiry_reach div {
    flex: 1;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
}.connect_with_us .inquiry_reach div:last-child {
    border-bottom: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.connect_with_us .inquiry_reach {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.connect_with_us .inquiry_reach h3 {
    grid-column: 1 / -1;
}.connect_with_us .inquiry_reach div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.connect_with_us .inquiry_reach div:nth-child(2n) {
    border-right: none;
}.connect_with_us .inquiry_reach div:nth-last-child(1),
    .connect_with_us .inquiry_reach div:nth-last-child(2) {
    border-bottom: none;
}
}

@media screen and (max-width: 767px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us .support_widget {
    padding: 40px 25px;
}.connect_with_us .inquiry_reach h3 {
    padding: 25px 20px;
    font-size: calc(18px + 2px);
}.connect_with_us .inquiry_reach div {
    padding: 15px 25px;
}
}

@media screen and (max-width: 480px) {.connect_with_us {
    padding: 40px 0;
}.connect_with_us .support_widget {
    padding: 30px 20px;
}.connect_with_us .support_widget h3 {
    font-size: 18px;
}.connect_with_us .inquiry_reach h3 {
    font-size: 18px;
    padding: 20px 15px;
}.connect_with_us .inquiry_reach div {
    padding: 15px 20px;
}.connect_with_us .inquiry_reach div svg {
    margin-right: 15px;
    height: 20px;
    width: 20px;
}}.tariff_plan {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.tariff_plan::before {
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgb(147,179,184,0.5), rgba(0, 0, 0, 0.5) 85%);
    z-index: 1;
    content: "";
}.tariff_plan .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.tariff_plan .learning_fees {
    position: relative;
}.tariff_plan h2 {
    margin-bottom: 20px;
    transform: translateY(0);
    font-size: 29px;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    position: relative;
    font-weight: 700;
}.tariff_plan h2::after {
    transform: translateX(-50%);
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(147,179,184), rgb(124,177,124));
    width: 80px;
    left: 50%;
    position: absolute;
    bottom: -15px;
}.tariff_plan .fee_board {
    opacity: 0.9;
    margin: 0 auto 50px;
    line-height: 1.6;
    text-align: center;
    padding: 0 15px;
    font-size: 17px;
    max-width: 700px;
    color: #ffffff;
}.tariff_plan .rate_card {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    gap: 30px;
    display: grid;
    margin: 0;
}.tariff_plan .rate_card li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.tariff_plan .access_plans {
    text-decoration: none;
    transform-style: preserve-3d;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
}.tariff_plan .rate_choice {
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    height: 100%;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    display: flex;
    border-radius: 10px;
    min-height: 400px;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.tariff_plan .rate_choice::before {
    width: 100%;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(147,179,184), rgb(124,177,124));
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    top: 0;
    content: "";
}.tariff_plan .price_plan {
    display: flex;
    z-index: 2;
    flex: 1;
    flex-direction: column;
    position: relative;
    padding: 30px;
}.tariff_plan .access_plans h4 {
    font-size: calc(23px + 2px);
    transition: transform 0.4s ease;
    margin: 0 0 15px;
    padding-bottom: 12px;
    font-weight: 700;
    position: relative;
    color: #000000;
}.tariff_plan .access_plans h4::after {
    width: 40px;
    bottom: 0;
    transition: width 0.4s ease;
    content: "";
    left: 0;
    background-color: rgb(147,179,184);
    height: 3px;
    position: absolute;
}.tariff_plan .access_plans p {
    flex: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #000000;
}.tariff_plan .learn_offers {
    transition: transform 0.4s ease, color 0.3s ease;
    margin-top: auto;
    color: #000000;
    border-radius: 10px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), transparent);
    display: inline-flex;
    padding: 10px 20px;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    transform: translateY(0);
    font-size: calc(23px + 4px);
    font-weight: 700;
}.tariff_plan .access_plans:hover {
    transform: translateY(-10px) scale(1.02);
}.tariff_plan .access_plans:hover .rate_choice::before {
    transform: scaleX(1);
}.tariff_plan .access_plans:hover h4 {
    transform: translateX(5px);
    color: rgb(147,179,184);
}.tariff_plan .access_plans:hover h4::after {
    width: 60px;
}.tariff_plan .access_plans:hover .learn_offers {
    color: rgb(147,179,184);
    transform: translateY(-5px);
}.tariff_plan .access_plans:active {
    transform: translateY(-5px) scale(0.98);
    transition: transform 0.2s ease;
}

@media screen and (min-width: 1200px) {.tariff_plan .rate_card {
    grid-template-columns: repeat(4, 1fr);
}.tariff_plan .rate_choice {
    min-height: 450px;
}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {.tariff_plan .rate_card {
    grid-template-columns: repeat(2, 1fr);
}.tariff_plan .rate_choice {
    min-height: 420px;
}.tariff_plan {
    padding: 100px 0;
}
}

@media screen and (max-width: 767px) {.tariff_plan {
    padding: 80px 0;
}.tariff_plan .rate_card {
    gap: 20px;
    grid-template-columns: 1fr;
}.tariff_plan .rate_choice {
    min-height: auto;
}.tariff_plan h2 {
    font-size: calc(29px - 4px);
}.tariff_plan .fee_board {
    margin-bottom: 30px;
}.tariff_plan .price_plan {
    padding: 25px 20px;
}.tariff_plan .access_plans p {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 5px;
    font-size: calc(17px - 1px);
    margin-bottom: 15px;
}.tariff_plan .access_plans p::-webkit-scrollbar {
    width: 4px;
}.tariff_plan .access_plans p::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(147,179,184,0.5);
}
}

@media (prefers-reduced-motion: reduce) {.tariff_plan .access_plans,
    .tariff_plan .access_plans:hover,
    .tariff_plan h2,
    .tariff_plan .rate_choice::before,
    .tariff_plan .access_plans h4,
    .tariff_plan .learn_offers {
    transform: none;
    transition: none;
}}.customer_feedback {
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(203,218,220) 0%, #ffffff 100%);
}.customer_feedback::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(124,177,124,0.5) 0px,
        rgb(124,177,124,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    top: 0;
    z-index: 1;
    height: 100%;
}.customer_feedback::after {
    transform: rotate(-15deg);
    right: -10%;
    z-index: 0;
    position: absolute;
    height: 35%;
    top: -10%;
    background: rgb(147,179,184);
    opacity: 0.08;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    width: 35%;
}.customer_feedback h2 {
    animation: titleAppear 0.8s ease-out;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: #000000;
    position: relative;
    opacity: 1;
    transform: translateY(0);
    z-index: 3;
    font-size: 32px;
}.customer_feedback h2::after {
    position: absolute;
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    bottom: -10px;
    transform: translateX(-50%) skewX(-20deg);
    left: 50%;
    content: "";
}.customer_feedback .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.customer_feedback .learning_corner {
    overflow: hidden;
    position: relative;
}.customer_feedback .user_quotes {
    position: relative;
    gap: 2rem;
    z-index: 3;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.customer_feedback .review_voices {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    animation: reviewAppear 0.6s ease-out forwards;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    animation-delay: calc(var(--animation-order, 0) * 0.15s);
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03);
    padding: 2rem;
    border-left: 4px solid rgb(124,177,124);
    opacity: 0;
}.customer_feedback .review_voices:nth-child(1) {
    --animation-order: 1;
}.customer_feedback .review_voices:nth-child(2) {
    --animation-order: 2;
}.customer_feedback .review_voices:nth-child(3) {
    --animation-order: 3;
}.customer_feedback .review_voices:nth-child(4) {
    --animation-order: 4;
}.customer_feedback .review_voices:nth-child(5) {
    --animation-order: 5;
}.customer_feedback .review_voices:nth-child(6) {
    --animation-order: 6;
}.customer_feedback .review_voices:nth-child(7) {
    --animation-order: 7;
}.customer_feedback .review_voices::before {
    color: rgb(124,177,124);
    opacity: 0.2;
    left: 20px;
    position: absolute;
    content: "";
    font-size: 100px;
    line-height: 1;
    top: -15px;
    font-family: Arial, sans-serif;
}.customer_feedback .review_voices:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.04);
    border-left-color: rgb(147,179,184);
}.customer_feedback .review_voices h3 {
    position: relative;
    color: #000000;
    margin-bottom: 0.8rem;
    font-weight: 600;
    display: inline-block;
    font-size: calc(22px * 1.05);
}.customer_feedback .review_voices h3::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    left: 0;
    width: 0;
    bottom: -4px;
    transition: width 0.3s ease-out 0.1s;
    height: 2px;
    content: "";
}.customer_feedback .review_voices:hover h3::after {
    width: 100%;
}.customer_feedback .review_voices .description {
    position: relative;
    z-index: 2;
    font-size: 18px;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.6;
}.customer_feedback .review_voices div {
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                clip-path 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-left: auto;
    position: relative;
    height: 60px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    width: 60px;
}.customer_feedback .review_voices:hover div {
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    transform: rotate(15deg) scale(1.1);
}.customer_feedback .review_voices div img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: transform 0.5s ease-out;
}.customer_feedback .review_voices:hover div img {
    transform: scale(1.1);
}

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

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

@media (max-width: 992px) {.customer_feedback {
    padding: 3rem 0;
}.customer_feedback h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2.5rem;
}.customer_feedback .user_quotes {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.customer_feedback .review_voices {
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.customer_feedback {
    padding: 2.5rem 0;
}.customer_feedback h2 {
    font-size: calc(32px * 0.85);
    margin-bottom: 2rem;
}.customer_feedback h2::after {
    width: 60px;
}.customer_feedback .user_quotes {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.customer_feedback .review_voices::before {
    font-size: 80px;
}
}

@media (max-width: 576px) {.customer_feedback {
    padding: 2rem 0;
}.customer_feedback h2 {
    font-size: calc(32px * 0.8);
    padding: 0 0.5rem;
    margin-bottom: 1.5rem;
}.customer_feedback .container {
    padding: 0 15px;
}.customer_feedback .review_voices {
    padding: 1.5rem;
}.customer_feedback .review_voices h3 {
    font-size: calc(22px * 0.95);
}.customer_feedback .review_voices .description {
    font-size: calc(18px * 0.95);
}.customer_feedback .review_voices div {
    height: 50px;
    width: 50px;
}}.teaching_process {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    position: relative;
    padding: 7rem 2rem;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(203,218,220) 0%, rgb(147,179,184,0.5) 100%);
}.teaching_process::before {
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.6;
    z-index: 1;
    content: '';
    background: 
        radial-gradient(circle at 20% 30%, rgb(124,177,124,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(147,179,184,0.5) 0%, transparent 15%);
    left: 0;
}.teaching_process::after {
    height: 100%;
    animation: patternMove 30s linear infinite;
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(124,177,124,0.5) 49.5%, rgb(124,177,124,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 49.5%, rgb(147,179,184,0.5) 49.5%, rgb(147,179,184,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 20px;
    z-index: 1;
    top: 0;
}@keyframes patternMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 40px, 40px 40px;
    }
}

.teaching_process .learning_corner {
    width: 90%;
    z-index: 5;
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 1200px;
}.teaching_process .text_display {
    position: relative;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    max-width: 800px;
    padding: 4rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        95% 100%,
        0 100%
    );
    width: 70%;
}.teaching_process .text_display::before {
    background: radial-gradient(
        ellipse at center,
        rgb(147,179,184,0.5) 0%,
        transparent 60%
    );
    top: -50%;
    left: -50%;
    height: 200%;
    transform: rotate(30deg);
    z-index: -1;
    position: absolute;
    transition: all 0.5s ease;
    opacity: 0.2;
    content: '';
    width: 200%;
}.teaching_process .text_display::after {
    top: 0;
    position: absolute;
    height: 5px;
    content: '';
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(147,179,184), rgb(124,177,124));
    z-index: 1;
}.teaching_process h2 {
    letter-spacing: 2px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 1.5rem;
    font-size: 37px;
    margin-bottom: 2rem;
    position: relative;
    text-transform: uppercase;
}.teaching_process h2::before {
    width: 0;
    transition: width 0.8s ease;
    height: 2px;
    background: linear-gradient(90deg, rgb(147,179,184), rgb(124,177,124));
    bottom: 0;
    position: absolute;
    left: 0;
    content: '';
}.teaching_process h2::after {
    opacity: 0.5;
    border-right: 2px solid rgb(147,179,184);
    height: 30px;
    top: -15px;
    position: absolute;
    width: 30px;
    border-top: 2px solid rgb(147,179,184);
    content: '';
    right: -15px;
    transition: all 0.3s ease;
}.teaching_process .text_display:hover h2::before {
    width: 100px;
}.teaching_process p {
    z-index: 2;
    font-size: 13px;
    color: #ffffff;
    position: relative;
    opacity: 0.9;
    line-height: 1.8;
}.teaching_process p::before {
    position: absolute;
    width: 50px;
    right: 0;
    content: '';
    background: rgb(124,177,124,0.5);
    height: 2px;
    bottom: -10px;
    transition: width 0.3s ease;
    opacity: 0.5;
}.teaching_process .text_display:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}.teaching_process .text_display:hover::before {
    transform: rotate(45deg);
    opacity: 0.3;
}.teaching_process .text_display:hover h2::after {
    opacity: 0.7;
    transform: scale(1.2);
}.teaching_process .text_display:hover p::before {
    width: 100px;
}.teaching_process::before,
.teaching_process::after {
    transition: all 0.5s ease;
}.teaching_process:hover::before {
    filter: blur(20px);
}.teaching_process:hover::after {
    opacity: 0.15;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 992px) {.teaching_process {
    padding: 5rem 1.5rem;
}.teaching_process .text_display {
    padding: 3rem;
    width: 80%;
}.teaching_process h2 {
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.9);
}.teaching_process .text_display:hover h2::before {
    width: 80px;
}.teaching_process p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 768px) {.teaching_process {
    padding: 4rem 1rem;
    min-height: 60vh;
}.teaching_process .text_display {
    width: 100%;
    padding: 2.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 90%,
            97% 100%,
            0 100%
        );
}.teaching_process h2 {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
    font-size: calc(37px * 0.8);
    letter-spacing: 1px;
}.teaching_process h2::after {
    right: -10px;
    top: -10px;
    height: 20px;
    width: 20px;
}.teaching_process .text_display:hover h2::before {
    width: 60px;
}.teaching_process p::before {
    width: 30px;
}.teaching_process .text_display:hover p::before {
    width: 60px;
}
}

@media (max-width: 576px) {.teaching_process {
    padding: 3rem 0.8rem;
    min-height: auto;
}.teaching_process .text_display {
    padding: 2rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 95%,
            98% 100%,
            0 100%
        );
}.teaching_process h2 {
    padding-bottom: 0.8rem;
    font-size: calc(37px * 0.7);
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}.teaching_process p {
    font-size: calc(13px * 0.9);
}.teaching_process .text_display::after {
    height: 3px;
}.teaching_process::before {
    opacity: 0.4;
}.teaching_process::after {
    opacity: 0.05;
}}.privacy_shelter {
    color: #000000;
    background-color: rgb(203,218,220);
    padding: 50px;
    overflow: hidden;
    line-height: 1.8;
    position: relative;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
}.privacy_shelter::before, .privacy_shelter::after {
    position: absolute;
    content: '';
    opacity: 0.3;
    border-radius: 50%;
}.privacy_shelter::before {
    width: 150px;
    right: -50px;
    background: rgb(147,179,184);
    height: 150px;
    top: -50px;
}.privacy_shelter::after {
    width: 100px;
    bottom: -30px;
    left: -30px;
    background: rgb(124,177,124);
    height: 100px;
}.privacy_shelter h1 {
    margin-bottom: 30px;
    color: rgb(147,179,184);
    z-index: 1;
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 3px solid rgb(147,179,184);
}.privacy_shelter h2 {
    z-index: 1;
    position: relative;
    font-weight: 600;
    color: rgb(124,177,124);
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 29px;
}.privacy_shelter h3,
.privacy_shelter h4,
.privacy_shelter h5,
.privacy_shelter h6 {
    color: rgb(147,179,184);
    margin-bottom: 15px;
    font-weight: 400;
    z-index: 1;
    margin-top: 30px;
    position: relative;
}.privacy_shelter h3 {
    font-size: calc(21px - 0.2rem);
}.privacy_shelter h4 {
    font-size: 21px;
}.privacy_shelter h5 {
    font-size: calc(21px - 0.2rem);
}.privacy_shelter h6 {
    font-size: 18px;
}.privacy_shelter ul {
    list-style-type: disc;
    z-index: 1;
    padding-left: 25px;
    position: relative;
    margin-top: 15px;
}.privacy_shelter ol {
    margin-top: 15px;
    padding-left: 25px;
    position: relative;
    list-style-type: decimal;
    z-index: 1;
}.privacy_shelter li {
    border-left: 3px solid rgb(124,177,124);
    position: relative;
    padding-left: 10px;
    line-height: 1.7;
    z-index: 1;
    margin-bottom: 15px;
}.privacy_shelter li::marker {
    font-weight: 600;
    color: rgb(147,179,184);
}.privacy_shelter div {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
}.privacy_shelter p {
    font-size: 17px;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}.privacy_shelter span {
    color: rgb(147,179,184);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {.privacy_shelter {
    padding: 25px;
    border-radius: 10px;
}.privacy_shelter h1 {
    font-size: calc(21px - 0.5rem);
}.privacy_shelter h2 {
    font-size: calc(21px - 0.4rem);
}.privacy_shelter p {
    font-size: calc(17px - 0.2rem);
}}
.privacy_shelter::before {
    width: 60px;
    margin-bottom: 25px;
    height: 6px;
    content: '';
    display: block;
    border-radius: 10px;
    background-color: rgb(147,179,184);
}.privacy_shelter ul li::marker,
.privacy_shelter ol li::marker {
    font-weight: 700;
    color: rgb(124,177,124);
}.privacy_shelter h2 {
    background: linear-gradient(to right, rgb(147,179,184), rgb(124,177,124));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}.privacy_shelter section {
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    padding-top: 25px;
    margin: 50px 0;
}.privacy_shelter hr {
    height: 1px;
    margin: 40px 0;
    border: none;
    background: rgba(0, 0, 0, 0.5);
}footer {
    width: 100%;
    position: relative;
    z-index: 1;
}.grade_help {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000, rgb(124,177,124));
    position: relative;
}.grade_help::before {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    left: 0;
    background: radial-gradient(circle at 10% 20%, rgb(124,177,124,0.5) 0%, transparent 50%);
    pointer-events: none;
}.grade_help::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    top: 0;
    pointer-events: none;
    right: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(147,179,184,0.5) 70%, transparent 100%);
    animation: shiftGradient 15s infinite linear;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.grade_help .container {
    z-index: 2;
    position: relative;
}footer .template_cta {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .get_contactcard {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    padding: 25px;
    transform: translateY(0);
    gap: 20px;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-wrap: wrap;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}footer .get_contactcard:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}footer .info_item {
    flex: 1 1 220px;
    align-items: center;
    display: flex;
}footer .info_item svg {
    transition: transform 0.3s ease;
    width: 20px;
    margin-right: 12px;
    fill: rgb(147,179,184);
    height: 20px;
    filter: drop-shadow(0 0 3px rgb(147,179,184,0.5));
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    transition: color 0.3s ease;
    color: #ffffff;
    display: flex;
    font-size: 14px;
    text-decoration: none;
    align-items: center;
    font-weight: 400;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(147,179,184,0.5);
    color: rgb(147,179,184);
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    margin-top: 20px;
    grid-template-columns: 1fr;
}footer .head_teach {
    gap: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}footer .head_teach svg {
    transition: filter 0.3s ease;
    width: auto;
    filter: drop-shadow(0 0 5px rgb(147,179,184,0.5));
    height: 50px;
    margin-bottom: 10px;
}footer .head_teach:hover svg {
    filter: drop-shadow(0 0 8px rgb(147,179,184));
}footer .footer_benefit {
    opacity: 0.8;
    font-size: 14px;
    max-width: 300px;
    color: #ffffff;
    line-height: 1.5;
}footer .main_mainwrap {
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.3s ease;
    padding: 25px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 28px;
}footer .main_mainwrap:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .main_mainwrap::before {
    left: -2px;
    position: absolute;
    opacity: 0;
    border-radius: calc(28px + 2px);
    top: -2px;
    z-index: -1;
    transition: opacity 0.5s ease;
    right: -2px;
    bottom: -2px;
    content: "";
    background: linear-gradient(45deg, rgb(147,179,184), transparent, rgb(124,177,124), transparent);
}footer .main_mainwrap:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .main_mainwrap h5 {
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}footer .main_mainwrap h5::after {
    background: rgb(147,179,184);
    transition: width 0.3s ease;
    position: absolute;
    bottom: -1px;
    height: 2px;
    content: "";
    width: 50px;
    left: 0;
}footer .main_mainwrap:hover h5::after {
    width: 100px;
}footer .head_page {
    margin-bottom: 25px;
    flex-direction: column;
    display: flex;
    gap: 10px;
}footer .head_page a {
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: calc(14px - 1px);
    padding-left: 15px;
}footer .head_page a::before {
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    left: 0;
    height: 6px;
    top: 50%;
    width: 6px;
    border-radius: 50%;
    opacity: 0.7;
    background-color: rgb(147,179,184);
    transform: translateY(-50%) scale(0.8);
    content: "";
    position: absolute;
}footer .head_page a:hover {
    color: rgb(147,179,184);
    padding-left: 20px;
}footer .head_page a:hover::before {
    opacity: 1;
    background-color: rgb(147,179,184);
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 5px rgb(147,179,184), 0 0 10px rgb(147,179,184,0.5);
}footer .subscribe_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(124,177,124,0.5), #000000);
    border-radius: 28px;
    padding: 30px;
}footer .subscribe_holder::before {
    animation: pulseBackground 10s infinite ease-in-out;
    width: 200%;
    top: -50%;
    left: -50%;
    position: absolute;
    height: 200%;
    z-index: -1;
    content: "";
    background: radial-gradient(circle, transparent 20%, #000000 70%);
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
}footer .subscribe_holder h5::after {
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(147,179,184), transparent);
    bottom: -5px;
    height: 2px;
}footer .subscribe_holder p {
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 20px;
    font-size: 14px;
    color: #ffffff;
}footer .input_holder {
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(147,179,184);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgb(147,179,184,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_toggles {
    cursor: pointer;
    overflow: hidden;
    font-weight: 600;
    background: rgb(147,179,184);
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 19px;
    padding: 14px 24px;
    color: #ffffff;
    position: relative;
    border: none;
}footer .sub_toggles::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    left: -100%;
    transition: left 0.7s ease;
    position: absolute;
}footer .sub_toggles:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgb(124,177,124);
}footer .sub_toggles:hover::before {
    left: 100%;
}footer .gift_card {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 20px;
}footer .digital_res {
    opacity: 0.7;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_toggles {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .template_cta {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .get_contactcard {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .grade_help {
    padding: 60px 0 30px;
}footer .get_contactcard {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .main_mainwrap, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .main_mainwrap h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .head_page a {
    font-size: calc(14px - 2px);
}footer .gift_card {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .grade_help {
    padding: 40px 0 20px;
}footer .get_contactcard, footer .main_mainwrap, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .sub_toggles {
    padding: 12px;
}footer .head_teach svg {
    height: 40px;
}footer .footer_benefit {
    font-size: calc(14px - 1px);
}}header {
    left: 0;
    top: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: rgb(203,218,220);
}header:before {
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(147,179,184) 0%, 
        rgb(124,177,124) 50%, 
        rgb(147,179,184) 100%
    );
    content: '';
    width: 100%;
    height: 5px;
}header:after {
    background: 
        linear-gradient(135deg, rgb(203,218,220) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(203,218,220) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(203,218,220) 25%, transparent 25%),
        linear-gradient(45deg, rgb(203,218,220) 25%, transparent 25%);
    bottom: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    opacity: 0.4;
    background-color: rgba(0, 0, 0, 0.01);
    height: 100%;
    width: 100%;
    background-size: 20px 20px;
    content: '';
}header .header_pagewrap {
    overflow: hidden;
    position: relative;
}header .header_pagewrap:before {
    background: linear-gradient(to right, 
        transparent, 
        rgb(147,179,184,0.5),
        transparent
    );
    height: 1px;
    left: 0;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
}header .container {
    position: relative;
    max-width: 1200px;
    padding: 15px 25px;
    margin: 0 auto;
}header .container:before {
    background: rgb(147,179,184);
    width: 8px;
    position: absolute;
    left: 10px;
    height: 8px;
    content: '';
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    opacity: 0.7;
}header .container:after {
    position: absolute;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(124,177,124);
    height: 8px;
    content: '';
    width: 8px;
    opacity: 0.7;
    top: 50%;
}header .nav_section {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}header .nav_section:before {
    height: 1px;
    width: 100%;
    opacity: 0.2;
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    position: absolute;
    content: '';
}header .main_mainwrap {
    gap: 30px;
    align-items: center;
    display: flex;
    position: relative;
}header .main_mainwrap:before {
    position: absolute;
    content: '';
    left: 0;
    transform: scaleX(0.9);
    opacity: 0;
    width: 100%;
    transform-origin: center;
    bottom: -8px;
    background: rgb(147,179,184);
    height: 2px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}header .main_mainwrap:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .main_info {
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 8px 2px;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    color: #000000;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}header .main_info:before {
    bottom: 0;
    content: '';
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    height: 2px;
    transform: translateX(-101%);
    position: absolute;
    left: 0;
    background: rgb(147,179,184);
    width: 100%;
}header .main_info:after {
    position: absolute;
    width: 8px;
    opacity: 0;
    left: 50%;
    height: 8px;
    transform: translate(-50%, -50%) rotate(45deg);
    content: '';
    transition: all 0.3s ease;
    top: 100%;
    background: rgb(147,179,184);
}header .main_info:hover {
    color: rgb(147,179,184);
}header .main_info:hover:before {
    transform: translateX(0);
}header .main_info:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}header .site_start {
    padding: 5px 12px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    text-decoration: none;
    align-items: center;
}header .site_start:before {
    width: 100%;
    background: linear-gradient(rgb(203,218,220), rgb(203,218,220)) padding-box,
                linear-gradient(135deg, rgb(147,179,184), rgb(124,177,124)) border-box;
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
    opacity: 0;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid transparent;
    top: 0;
}header .site_start:after {
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(147,179,184), rgb(124,177,124));
    opacity: 0;
    left: -5px;
    content: '';
    transform: scale(0);
    top: -5px;
    transition: all 0.4s ease;
    position: absolute;
    width: 10px;
}header .site_start:hover:before {
    opacity: 1;
}header .site_start:hover:after {
    transform: scale(1);
    opacity: 1;
}header .site_start svg {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 42px;
    width: auto;
}header .site_start:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .main_mainwrap {
    gap: 20px;
}header .site_start svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .main_mainwrap {
    width: 80%;
    height: 100vh;
    gap: 5px;
    top: 0;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    right: -100%;
    z-index: 1001;
    position: fixed;
    background: rgb(203,218,220);
    padding: 75px 30px 30px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    max-width: 320px;
}header .main_mainwrap:before {
    bottom: auto;
    width: 80%;
    top: 60px;
    height: 1px;
    left: 10%;
}header .menu.active {
    right: 0;
}header .main_info {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 14px 5px;
}header .main_info:last-child {
    border-bottom: none;
}header .main_info:after {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 10px;
}header .main_info:hover:after {
    top: 50%;
    opacity: 1;
    left: 5px;
}header .site_start {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .site_start svg {
    height: 35px;
}}.thanks_msg {
    background: linear-gradient(135deg, rgb(203,218,220) 0%, rgb(147,179,184,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.thanks_msg::before {
    top: -10%;
    filter: blur(60px);
    width: 40%;
    height: 70%;
    right: -5%;
    position: absolute;
    background: linear-gradient(220deg, rgb(124,177,124,0.5) 20%, transparent 80%);
    animation: floatElement 15s ease-in-out infinite;
    content: "";
    z-index: 1;
    transform: rotate(-15deg) skewX(10deg);
}.thanks_msg::after {
    background: linear-gradient(220deg, rgb(147,179,184,0.5) 20%, transparent 80%);
    width: 40%;
    animation: floatElement 15s ease-in-out infinite reverse;
    content: "";
    transform: rotate(15deg) skewX(-10deg);
    position: absolute;
    height: 70%;
    z-index: 1;
    bottom: -10%;
    filter: blur(60px);
    left: -5%;
}.thanks_msg .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.thanks_msg h2 {
    font-weight: 700;
    position: relative;
    font-size: 36px;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    max-width: 800px;
    line-height: 1.4;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 40px;
    transform: translateY(20px);
    letter-spacing: -0.01em;
    opacity: 0;
    color: #000000;
}.thanks_msg h2::after {
    background: rgb(147,179,184);
    width: 80px;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    left: 50%;
    height: 3px;
    position: absolute;
    border-radius: 10px;
}.thanks_msg .learning_corner {
    transform: translateY(30px);
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 25px;
    padding: 50px;
    animation: slideUp 0.8s forwards 0.5s ease-out;
    position: relative;
}.thanks_msg .learning_corner::before {
    height: 6px;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    position: absolute;
}.thanks_msg .learning_corner::after {
    width: 160px;
    background: linear-gradient(135deg, rgb(147,179,184,0.5) 0%, transparent 70%);
    transform: translateY(-10px);
    height: 160px;
    border-radius: 50%;
    content: "";
    opacity: 0.2;
    top: 20px;
    right: 20px;
    position: absolute;
}.thanks_msg ul {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}.thanks_msg li {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 20px;
}.thanks_msg li::before {
    top: 8px;
    position: absolute;
    animation: pulse 2s infinite;
    background: rgb(147,179,184);
    left: -30px;
    width: 12px;
    border-radius: 50%;
    height: 12px;
    content: "";
}.thanks_msg span {
    color: #000000;
    line-height: 1.8;
    position: relative;
    border-left: 3px solid rgb(147,179,184,0.5);
    font-family: Arial, sans-serif;
    font-size: calc(14px * 1.1);
    padding-left: 15px;
    text-align: left;
}

@keyframes slideUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(147,179,184), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(147,179,184), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(147,179,184), 0);
  }
}

@keyframes floatElement {
  0% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
  50% {
    transform: rotate(-15deg) skewX(10deg) translateY(-20px);
  }
  100% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
}

@media (max-width: 991px) {.thanks_msg {
    padding: 80px 0;
}.thanks_msg h2 {
    font-size: calc(36px * 0.85);
}.thanks_msg .learning_corner {
    padding: 40px 30px;
}.thanks_msg li::before {
    left: -20px;
}
}

@media (max-width: 767px) {.thanks_msg {
    padding: 60px 0;
}.thanks_msg h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.7);
}.thanks_msg h2::after {
    bottom: -10px;
    width: 60px;
}.thanks_msg .learning_corner {
    padding: 30px 20px;
}.thanks_msg li::before {
    display: none;
}.thanks_msg span {
    font-size: 14px;
    line-height: 1.6;
}
}

@media (max-width: 480px) {.thanks_msg {
    padding: 40px 0;
}.thanks_msg h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.6);
}.thanks_msg .learning_corner {
    padding: 25px 15px;
}.thanks_msg span {
    border-left: 2px solid rgb(147,179,184,0.5);
    padding-left: 10px;
}}.title_welcome {
    background: linear-gradient(135deg, rgb(203,218,220), rgba(0, 0, 0, 0.5));
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.title_welcome > div {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.title_welcome .academy_roots {
    position: relative;
    transform: translateZ(0);
    margin-bottom: 40px;
    perspective: 1000px;
}.title_welcome .academy_roots::before {
    height: 4px;
    animation: lineExpand 1.2s ease-out forwards;
    transform-origin: left;
    width: 80px;
    left: 0;
    top: -10px;
    content: "";
    background: rgb(147,179,184);
    position: absolute;
    transform: scaleX(0);
}.title_welcome .edu_front {
    display: inline-block;
    color: #ffffff;
    margin: 0;
    position: relative;
    padding: 0;
    font-weight: 700;
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards 0.3s;
    transform: translateY(20px);
    font-size: 44px;
}.title_welcome .edu_front::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(124,177,124));
    position: absolute;
    bottom: -10px;
    height: 2px;
    right: 0;
    width: 40%;
}.title_welcome .master_expert {
    border-radius: 21px;
    opacity: 0;
    position: relative;
    animation: fadeUp 0.8s ease-out forwards 0.6s;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: translateY(20px);
}.title_welcome .master_expert::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
    left: 0;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
}.title_welcome .master_expert > div {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 60px 40px;
    min-height: 400px;
    z-index: 2;
    justify-content: center;
}.title_welcome .master_expert p {
    max-width: 80%;
    opacity: 0;
    line-height: 1.6;
    margin: 0 0 30px;
    animation: fadeRight 0.8s ease-out forwards 0.9s;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    font-size: calc(15px * 1.2);
    transform: translateX(-20px);
}.title_welcome .master_expert p::before {
    position: absolute;
    top: 50%;
    height: 0;
    content: "";
    left: -20px;
    animation: lineGrow 1s ease-out forwards 1.2s;
    background: rgb(147,179,184);
    width: 3px;
}.title_welcome .master_expert h3 {
    padding: 20px;
    transform: translateX(-20px);
    color: #ffffff;
    margin: 10px 0 0;
    border-left: 4px solid rgb(124,177,124);
    font-weight: 600;
    animation: fadeRight 0.8s ease-out forwards 1.2s;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
    line-height: 1.5;
    background: rgb(147,179,184,0.5);
    max-width: 800px;
    opacity: 0;
    font-size: 23px;
}

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

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

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

@keyframes lineGrow {
  to {
    height: 80%;
    top: 10%;
  }
}

@media (min-width: 992px) {.title_welcome {
    padding: 120px 0;
}.title_welcome .edu_front {
    max-width: 70%;
    font-size: calc(44px * 1.2);
}.title_welcome .master_expert > div {
    min-height: 500px;
    padding: 80px 60px;
}.title_welcome .master_expert p {
    font-size: calc(15px * 1.4);
    max-width: 60%;
}.title_welcome .master_expert h3 {
    font-size: calc(23px * 1.1);
    max-width: 70%;
    margin-top: 30px;
}
}

@media (max-width: 768px) {.title_welcome {
    padding: 60px 0;
}.title_welcome .academy_roots {
    margin-bottom: 30px;
}.title_welcome .edu_front {
    font-size: calc(44px * 0.9);
}.title_welcome .master_expert > div {
    padding: 40px 30px;
    min-height: 350px;
}.title_welcome .master_expert p {
    max-width: 100%;
    font-size: 15px;
}.title_welcome .master_expert h3 {
    font-size: 22px;
    max-width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.title_welcome {
    padding: 40px 0;
}.title_welcome .academy_roots {
    margin-bottom: 20px;
}.title_welcome .edu_front {
    font-size: calc(44px * 0.8);
}.title_welcome .master_expert > div {
    min-height: 300px;
    padding: 30px 20px;
}.title_welcome .master_expert p {
    margin-bottom: 20px;
}.title_welcome .master_expert h3 {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    padding: 12px;
}}.stay_updated {
    overflow: hidden;
    padding: 4rem 2rem;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(203,218,220) 0%, rgb(147,179,184,0.5) 100%);
}.stay_updated::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    transform: rotate(-15deg);
    content: "";
    width: 60%;
    top: -10%;
    right: -10%;
    height: 120%;
    background: linear-gradient(45deg, rgb(124,177,124,0.5) 0%, rgb(124,177,124) 100%);
    position: absolute;
    z-index: 1;
}.stay_updated .container {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    position: relative;
    display: grid;
    z-index: 2;
}.stay_updated .learning_corner {
    padding: 2rem;
    transform: perspective(1000px) rotateX(5deg);
}.stay_updated p {
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    font-size: 21px;
    padding-left: 3rem;
    opacity: 0;
    animation: slideIn 0.7s forwards 0.3s;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateX(-20px);
}.stay_updated p::before {
    position: absolute;
    top: 50%;
    content: "";
    animation: growLine 0.8s forwards 0.6s;
    left: 0;
    transform: scaleX(0);
    background: rgb(147,179,184);
    height: 2px;
    width: 2rem;
    transform-origin: left;
}.stay_updated .input_holder {
    animation: slideIn 0.7s forwards 0.5s;
    opacity: 0;
    position: relative;
    transform: translateX(30px);
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.stay_updated .email_container {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    transform: translateY(0);
    transition: all 0.3s ease;
}.stay_updated .email_container:focus {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
    outline: none;
}.stay_updated .sub_toggles {
    font-family: Arial, sans-serif;
    align-self: flex-start;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    background: linear-gradient(135deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    border: none;
    padding: 1rem 2rem;
    overflow: hidden;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-weight: 600;
}.stay_updated .sub_toggles::before {
    position: absolute;
    transition: all 0.6s ease;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    left: -100%;
}.stay_updated .sub_toggles:hover {
    box-shadow: 0 10px 25px rgb(147,179,184,0.5);
    transform: translateY(-5px) scale(1.02);
}.stay_updated .sub_toggles:hover::before {
    left: 100%;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}

@media screen and (min-width: 768px) {.stay_updated {
    padding: 5rem 3rem;
}.stay_updated .container {
    align-items: center;
    grid-template-columns: 1.2fr 1fr;
}.stay_updated p {
    margin-bottom: 0;
    font-size: 37px;
    padding-left: 5rem;
}.stay_updated p::before {
    width: 4rem;
}.stay_updated .input_holder {
    flex-direction: row;
    align-items: stretch;
}.stay_updated .email_container {
    border-radius: 10px 0 0 10px;
    flex: 1;
}.stay_updated .sub_toggles {
    border-radius: 0 10px 10px 0;
    align-self: stretch;
}}.meet_us {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
}.meet_us::before {
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(15, 23, 42, 0.85) 0%,
        rgba(30, 58, 138, 0.75) 50%,
        rgba(15, 23, 42, 0.85) 100%);
    width: 100%;
    position: absolute;
    backdrop-filter: blur(5px) saturate(120%);
    content: "";
    z-index: 1;
    height: 100%;
}.meet_us::after {
    height: 100%;
    position: absolute;
    background: radial-gradient(circle, 
        rgb(147,179,184,0.5) 0%, 
        transparent 70%);
    width: 100%;
    z-index: 2;
    content: "";
    animation: orbitGlow 15s infinite linear;
    right: -50%;
    top: -50%;
}.meet_us .container {
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}.meet_us .text_display {
    max-width: 950px;
    border-left: 4px solid rgb(147,179,184);
    background: linear-gradient(to right, 
        rgba(30, 41, 59, 0.6), 
        rgba(30, 41, 59, 0.8));
    backdrop-filter: blur(8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(-2deg);
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 100%, 
        2% 100%
    );
    position: relative;
    margin: 0 auto;
    padding: 45px 50px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.meet_us .text_display:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.meet_us .text_display > div:first-child {
    margin-bottom: 15px;
    position: relative;
}.meet_us .text_display > div:first-child::before {
    left: -35px;
    animation: pulsate 4s infinite ease-in-out;
    z-index: -1;
    width: 60px;
    border-radius: 50%;
    top: -25px;
    height: 60px;
    border: 2px solid rgb(147,179,184,0.5);
    content: "";
    position: absolute;
}.meet_us .text_display > div:first-child::after {
    height: 2px;
    bottom: -8px;
    width: 100px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(147,179,184), transparent);
    left: 0;
}.meet_us h5 {
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 2px;
    display: inline-block;
    margin: 0;
    color: rgb(147,179,184);
    position: relative;
    text-transform: uppercase;
}.meet_us h5::after {
    height: 30px;
    content: "";
    top: -15px;
    animation: orbit 10s infinite linear;
    border-radius: 50%;
    z-index: -1;
    width: 30px;
    right: -40px;
    border: 2px solid rgb(124,177,124,0.5);
    position: absolute;
}.meet_us p {
    font-weight: 600;
    color: #ffffff;
    font-size: calc(15px * 1.2);
    margin: 0 0 20px;
}.meet_us p b {
    display: inline-block;
    font-weight: 700;
    font-size: calc(18px * 1.1);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent;
    position: relative;
    background: linear-gradient(120deg, #ffffff, rgb(124,177,124));
}.meet_us p b::after {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(147,179,184), transparent);
    content: "";
    position: absolute;
}.meet_us ol {
    margin: 0;
    list-style: none;
    padding: 0;
    counter-reset: custom-counter;
    position: relative;
}.meet_us li {
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-align: justify;
    line-height: 1.8;
}.meet_us li::before {
    display: none;
}.meet_us li::after {
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 50%;
    background-color: rgb(147,179,184);
    top: 12px;
    transform: scale(0);
    height: 8px;
    content: "";
    opacity: 0;
    left: -20px;
    width: 8px;
}.meet_us .text_display:hover li::after {
    transform: scale(1);
    opacity: 1;
}

@keyframes pulsate {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.2); opacity: 0.3; }
}

@keyframes orbit {
    from { transform: rotate(0deg) translateX(10px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}

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

@media (max-width: 992px) {.meet_us {
    padding: 80px 0;
}.meet_us .text_display {
    transform: perspective(800px) rotateY(-1deg);
    padding: 35px 30px;
}.meet_us h5 {
    font-size: calc(19px * 0.9);
}.meet_us p {
    font-size: 15px;
}.meet_us p b {
    font-size: 18px;
}
}

@media (max-width: 768px) {.meet_us {
    padding: 60px 0;
}.meet_us .text_display {
    clip-path: polygon(
            0 0, 
            100% 0, 
            97% 100%, 
            3% 100%
        );
    transform: none;
    padding: 25px 20px;
}.meet_us .text_display > div:first-child::before {
    left: -10px;
    width: 40px;
    height: 40px;
    top: -15px;
}.meet_us h5::after {
    width: 20px;
    height: 20px;
    right: -25px;
    top: -10px;
}.meet_us h5 {
    letter-spacing: 1px;
}.meet_us li {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.meet_us {
    padding: 50px 0;
}.meet_us .container {
    padding: 0 15px;
}.meet_us .text_display {
    border-left-width: 3px;
    padding: 20px 15px;
}.meet_us h5 {
    font-size: calc(19px * 0.85);
}.meet_us p b {
    font-size: calc(18px * 0.9);
}.meet_us li {
    line-height: 1.5;
    font-size: calc(15px * 0.85);
}.meet_us .text_display > div:first-child::after {
    width: 70px;
}}.cookie_overlay_window {
    z-index: 90;
    position: fixed;
    background: rgb(203,218,220);
    border-top: 2px solid rgb(147,179,184);
    bottom: 0;
    width: 100%;
}.consent_box {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}#userPrivacyDialog {
    display: none;
}#userPrivacyDialog:checked ~ .cookie_overlay_window {
    visibility: hidden;
    opacity: 0;
}.cookie_overlay_window h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_overlay_window p {
    font-size: 18px;
}.cookie_preference {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_preference svg, .cookie_preference svg path, .cookie_preference img {
    height: 100px;
    width: 100px;
    fill: rgb(147,179,184);
}.cookie_confirm {
    color: rgb(147,179,184);
    border-bottom: 2px solid rgb(147,179,184);
    flex-shrink: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    min-width: 120px;
    cursor: pointer;
    line-height: 35px;
    margin-left: 10px;
    font-size: 24px;
}.cookie_overlay_window p a {
    color: rgb(147,179,184);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_overlay_window {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_preference {
    display: none;
}.consent_box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_overlay_window h5 {
    text-align: center;
}.cookie_overlay_window p {
    text-align: center;
}.privacy_cookies {
    margin-bottom: 20px;
}body .wrapper-template .cookie_confirm {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-template .cookie_overlay_window {
    box-shadow: rgb(147,179,184,0.5) 0px 0px 40px 39px;
    border: none;
    background: #ffffff;
}.wrapper-template .cookie_confirm {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    background: rgb(147,179,184);
    padding: 10px;
    margin-left: 30px;
    border: none;
}.wrapper-template .cookie_preference {
    justify-content: center;
    display: flex;
    border-radius: 50%;
    align-items: center;
    height: 80px;
    width: 80px;
    background:rgb(147,179,184);
}.wrapper-template .cookie_preference svg, .wrapper-template .cookie_preference svg path, .wrapper-template .cookie_preference img {
    height: 40px;
    width: 40px;
    fill:#000000;
}.wrapper-template .privacy_cookies h5, .wrapper-template .privacy_cookies p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-template .cookie_preference {
    margin: 0;
    margin-bottom: 14px;
}}.ideal_participants {
    position: relative;
    background-color: rgb(203,218,220);
    overflow: hidden;
    padding: 100px 20px;
    z-index: 1;
}.ideal_participants::before {
    animation: slowRotate 35s linear infinite;
    background: radial-gradient(
    circle at 30% 30%,
    rgb(124,177,124,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(147,179,184,0.5) 0%,
    transparent 45%
  );
    top: -50%;
    height: 200%;
    left: -50%;
    opacity: 0.6;
    position: absolute;
    z-index: -1;
    content: "";
    width: 200%;
}.ideal_participants .learning_corner {
    margin: 0 auto;
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 50px;
    backdrop-filter: blur(12px);
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    max-width: 900px;
    position: relative;
    border-radius: 15px;
}.ideal_participants h3 {
    font-weight: 600;
    position: relative;
    color: #000000;
    letter-spacing: 1px;
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}.ideal_participants h3::after {
    content: "";
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    width: 60px;
    background: linear-gradient(90deg, 
    rgb(147,179,184,0.5), 
    rgb(124,177,124), 
    rgb(147,179,184,0.5)
  );
    position: absolute;
    bottom: -15px;
    height: 3px;
}.ideal_participants ul {
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}.ideal_participants ul li {
    position: relative;
    flex-direction: column;
    transition: all 0.4s ease;
    align-items: center;
    text-align: center;
    display: flex;
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 25px;
}.ideal_participants ul li::before {
    border-radius: 15px;
    opacity: 0.4;
    content: "";
    -webkit-mask-composite: xor;
    padding: 2px;
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    transition: opacity 0.4s ease;
    position: absolute;
    background: linear-gradient(
    45deg,
    transparent,
    rgb(124,177,124,0.5),
    rgb(147,179,184,0.5),
    transparent
  );
    inset: 0;
    mask-composite: exclude;
}.ideal_participants ul li:hover {
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.ideal_participants ul li:hover::before {
    opacity: 1;
}.ideal_participants ul li svg {
    height: 45px;
    fill: rgb(124,177,124);
    width: 45px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}.ideal_participants ul li:hover svg {
    fill: rgb(147,179,184);
    transform: scale(1.05);
}.ideal_participants ul li svg path {
    fill: rgb(124,177,124);
    transition: all 0.3s ease;
}.ideal_participants ul li:hover svg path {
    fill: rgb(147,179,184);
}.ideal_participants ul li {
    line-height: 1.6;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
}.ideal_participants ul li::after {
    position: absolute;
    transition: opacity 0.3s ease;
    right: 0;
    opacity: 0;
    content: "";
    border-radius: 15px;
    bottom: 0;
    z-index: -1;
    left: 0;
    top: 0;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
}.ideal_participants ul li:hover::after {
    opacity: 1;
}

@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 992px) {.ideal_participants {
    padding: 70px 15px;
}.ideal_participants .learning_corner {
    padding: 40px 30px;
}.ideal_participants h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.ideal_participants ul {
    gap: 20px;
}
}

@media screen and (max-width: 768px) {.ideal_participants {
    padding: 50px 15px;
}.ideal_participants .learning_corner {
    padding: 30px 20px;
    backdrop-filter: blur(8px);
}.ideal_participants h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 35px;
}.ideal_participants ul {
    gap: 15px;
}.ideal_participants ul li {
    padding: 20px 15px;
}.ideal_participants ul li svg {
    margin-bottom: 12px;
    height: 35px;
    width: 35px;
}.ideal_participants::before {
    animation-duration: 60s;
}.ideal_participants ul li::before {
    padding: 1px;
}}

.ideal_participants ul li {
    --x: center;
    --y: center;
}

@media (hover: hover) {.ideal_participants ul li:hover {
    --x: calc(1100%);
    --y: calc(100%);
}
}

@media screen and (min-width: 1200px) {.ideal_participants ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    display: grid;
}}.teaching_history {
    position: relative;
    padding: 140px 0;
    background: linear-gradient(135deg, #000000 0%, rgb(203,218,220) 100%);
    overflow: hidden;
}.teaching_history::before {
    background: 
    radial-gradient(circle at 25% 25%, rgb(147,179,184,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(124,177,124,0.5) 0%, transparent 40%);
    animation: morphBackground 15s infinite alternate ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    mix-blend-mode: screen;
}.teaching_history .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.teaching_history .review_voices {
    gap: 20px 40px;
    grid-template-columns: 35% 1fr;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    display: grid;
    grid-template-rows: auto auto 1fr;
    position: relative;
}.teaching_history .img_gallery_item {
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(147,179,184,0.5);
    border-radius: 15px;
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    grid-area: photo;
    z-index: 3;
    height: 420px;
    position: relative;
    transform: perspective(1000px) rotateY(-8deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.teaching_history .img_gallery_item::before {
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 15px;
    position: absolute;
    content: "";
    mix-blend-mode: multiply;
}.teaching_history .review_voices:hover .img_gallery_item {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.teaching_history .name {
    font-weight: 700;
    margin: 0;
    position: relative;
    grid-area: name;
    font-size: 38px;
    transform-origin: left center;
    transform: perspective(1000px) rotateY(5deg);
    color: #ffffff;
    padding-left: 20px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    align-self: end;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}.teaching_history .name::after {
    position: absolute;
    bottom: -8px;
    background: rgb(147,179,184);
    width: 60px;
    height: 4px;
    transform-origin: left;
    content: "";
    transition: transform 0.5s ease;
    left: 20px;
    transform: scaleX(0.6);
}.teaching_history .review_voices:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.teaching_history .review_voices:hover .name::after {
    transform: scaleX(1);
}.teaching_history .review_voices > span:not(.name) {
    font-weight: 600;
    margin-top: 5px;
    color: rgb(124,177,124);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(5deg);
    transform-origin: left center;
    letter-spacing: 1px;
    padding-left: 20px;
    font-size: 17px;
    grid-area: job;
    text-transform: uppercase;
}.teaching_history .review_voices:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.teaching_history .past_work {
    color: #ffffff;
    position: relative;
    font-size: 15px;
    border-left: 4px solid rgb(147,179,184);
    font-weight: 300;
    grid-area: quote;
    padding: 35px;
    line-height: 1.7;
    transform: translateY(0);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-radius: 15px;
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin: 30px 0 0;
}.teaching_history .past_work::before {
    font-size: calc(40px * 2);
    top: -15px;
    color: rgb(147,179,184);
    content: "";
    position: absolute;
    opacity: 0.7;
    left: 25px;
}.teaching_history .review_voices:hover .past_work {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.teaching_history {
    padding: 80px 0;
}.teaching_history .review_voices {
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "img_gallery_item"
      "name"
      "work_skills"
      "past_work";
}.teaching_history .img_gallery_item {
    margin: 0 auto;
    transform: none;
    height: 320px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    max-width: 320px;
}.teaching_history .name,
  .teaching_history .review_voices > span:not(.name) {
    padding-left: 0;
    transform: none;
    text-align: center;
}.teaching_history .name::after {
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.teaching_history .review_voices:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.teaching_history .past_work {
    margin-top: 20px;
}.teaching_history .review_voices:hover .img_gallery_item,
  .teaching_history .review_voices:hover .name,
  .teaching_history .review_voices:hover > span:not(.name),
  .teaching_history .review_voices:hover .past_work {
    transform: none;
}
}

@media (max-width: 576px) {.teaching_history {
    padding: 60px 0;
}.teaching_history .img_gallery_item {
    height: 250px;
    max-width: 250px;
}.teaching_history .name {
    font-size: 19px;
}.teaching_history .past_work {
    padding: 25px 20px;
    font-size: calc(15px * 0.95);
}
}