﻿.achieve_cta7C {
    flex: 0 0 auto;
}

.achieve_cta7C {
    padding: 60px 0 40px;
    position: relative;
    background-color: transparent;
    z-index: 5;
}


.education_experiencehR {
    position: relative;
    background: linear-gradient(to bottom, #000000 0%, rgb(231,228,237) 100%);
    padding: 8rem 0;
    overflow: hidden;
}

.education_experiencehR .client_feedbackYn:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(182,135,120,0.5),
        inset 0 0 50px rgb(168,201,179,0.5);
    transform: rotateX(0) rotateY(0);
}

.education_experiencehR .client_feedbackYn:hover .photo_thumbnailcd {
    transform: translateX(-50%) translateZ(50px);
}

.education_experiencehR .client_feedbackYn span:not(.name) {
    width: 100%;
    color: rgb(182,135,120);
    text-transform: uppercase;
    transform: translateZ(15px);
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 0.5rem;
}

.our_missionAD {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,228,237) 0%, rgb(168,201,179,0.5) 100%);
}

.our_missionAD::after {
    content: '';
    z-index: 0;
    right: -5%;
    width: 40%;
    transform: rotate(-15deg);
    height: 60%;
    background: linear-gradient(120deg, rgb(168,201,179,0.5) 10%, rgb(182,135,120) 90%);
    filter: blur(30px);
    position: absolute;
    bottom: -10%;
    opacity: 0.08;
}

.our_missionAD .fast_learnt7:nth-child(1) {
    --i: 1;
}

.our_missionAD .fast_learnt7:nth-child(2) {
    border-left-color: rgb(182,135,120);
    --i: 2;
}

.our_missionAD .fast_learnt7:nth-child(1) h4::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: -30px;
    top: -8px;
    position: absolute;
    height: 25px;
    opacity: 0.2;
    background: rgb(168,201,179,0.5);
    content: '';
    z-index: -1;
    width: 25px;
}

.tyArea7K {
    background: linear-gradient(145deg, rgb(231,228,237) 0%, rgba(240, 242, 245, 0.9) 100%);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}

.tyArea7K::after {
    position: absolute;
    bottom: -5%;
    left: -5%;
    content: "";
    transform: rotate(-10deg) skewX(10deg);
    width: 30%;
    background: linear-gradient(225deg, rgb(182,135,120,0.5) 0%, rgb(168,201,179,0.5) 100%);
    height: 60%;
    opacity: 0.05;
    animation: float 18s ease-in-out infinite alternate-reverse;
    z-index: 0;
}

.tyArea7K ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tyArea7K li {
    padding-left: 0;
    position: relative;
}

footer {
    margin-top: 0;
    position: relative;
    background-color: #000000;
}

.achieve_cta7C .container {
    grid-gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.achieve_cta7C .company_holder h3::after {
    height: 2px;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -8px;
    background: rgb(168,201,179);
    content: "";
}

.achieve_cta7C .header_primarywy h5::after {
    width: 100%;
    position: absolute;
    left: 0;
    background: rgb(182,135,120);
    content: "";
    bottom: -8px;
    height: 2px;
}

.achieve_cta7C .header_primarywy .header_mainX8 a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(168,201,179);
}

.science_refPl .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.achieve_cta7C .container::before {
    position: absolute;
    height: 100%;
    opacity: 0.05;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    background: 
    linear-gradient(to right, rgb(168,201,179,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(168,201,179,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
}

.achieve_cta7C .header_primarywy:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.contact_usj8::before {
    top: 0;
    opacity: 0.3;
    width: 100%;
    background: linear-gradient(45deg, transparent 48%, rgb(168,201,179,0.5) 49%, rgb(168,201,179,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(182,135,120,0.5) 49%, rgb(182,135,120,0.5) 51%, transparent 52%);
    background-size: 60px 60px;
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    height: 100%;
}

.contact_usj8 .contact_requestg9 {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    z-index: 1;
}

.contact_usj8 .contact_messagep0::before {
    right: 20px;
    left: 20px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    pointer-events: none;
    border: 2px solid rgba(0, 0, 0, 0.05);
    content: '';
    bottom: 20px;
    top: 20px;
}

.contact_usj8 .contact_messagep0 textarea {
    height: 140px;
    resize: vertical;
}

.contact_usj8 .contact_messagep0 .reach_queryv6 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_usj8 .contact_messagep0 .reach_queryv6 label::before {
    left: 0;
    width: 24px;
    content: '';
    background-color: #ffffff;
    position: absolute;
    height: 24px;
    top: 0;
    border: 2px solid rgb(168,201,179);
    transition: all 0.3s ease;
}

.contact_usj8 .contact_messagep0 .reach_queryv6 a:hover {
    color: rgb(182,135,120);
}

.contact_usj8 .contact_messagep0 .query_cardJ1 {
    position: relative;
    letter-spacing: 2px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 18px 40px;
    color: #ffffff;
    background: rgb(168,201,179);
    font-weight: 700;
    transition: all 0.3s ease;
}

.contact_usj8 .inquiry_requestbs h4::after {
    position: absolute;
    height: 3px;
    width: 60px;
    background: rgb(168,201,179);
    bottom: -15px;
    content: '';
    left: 0;
}

.contact_usj8 .inquiry_requestbs .message_listMq li svg path {
    fill: rgb(168,201,179);
}

.contact_usj8 .inquiry_requestbs .message_listMq li a:hover {
    color: rgb(168,201,179);
}

.tariff_featureBe::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    width: 100%;
}

.tariff_featureBe .lesson_ratese6 {
    padding: 0;
    list-style: none;
    gap: 30px;
    margin: 0;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.tariff_featureBe .edu_ratesmy:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px) scale(1.02);
}

.tariff_featureBe .fee_boardUg {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.tariff_featureBe .edu_ratesmy:hover h4 {
    color: rgb(168,201,179);
}

.tariff_featureBe .edu_ratesmy:hover h4::after {
    width: 60px;
    background-color: rgb(168,201,179);
}

.tariff_featureBe .edu_ratesmy p {
    line-height: 1.7;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
    word-break: normal;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    font-weight: 300;
    flex-grow: 1;
}

#cookie_announcementvM {
    display: none;
}

.privacy_ack2f {
    padding: 20px 5%;
    border-radius: 29px;
    display: flex;
    border: 2px dashed rgb(168,201,179);
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}

.cookie_complyDJ {
    cursor: pointer;
    flex-shrink: 0;
    text-decoration: none;
    line-height: 40px;
    white-space: nowrap;
    border: 2px solid rgb(168,201,179);
    background: rgb(168,201,179);
    font-size: 15px;
    text-align: center;
    min-width: 140px;
    color: #000000;
    border-radius: 10px;
    margin-left: 10px;
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.course_program_detailsyH .container {
    z-index: 3;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}

.course_program_detailsyH .paragraph_wrap5K {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
    max-width: 800px;
}

.course_program_detailsyH .description:nth-of-type(2) {
    animation-delay: 0.5s;
}

.course_program_detailsyH .photo_thumbnailcd {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top: 2rem;
    width: 100%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    border-radius: 27px;
    height: 500px;
    transform: scale(0.95);
}

.confidential_refugefc h2 {
    border-bottom: 1px solid rgb(182,135,120);
    font-size: 32px;
    padding-bottom: 5px;
    color: rgb(182,135,120);
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

.confidential_refugefc p, .confidential_refugefc span, .confidential_refugefc div {
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.8;
    color: #000000;
    font-size: 18px;
}

.study_methodtr .study_zone9v::before,
.study_methodtr .study_zone9v::after {
    border: 2px solid rgb(168,201,179,0.5);
    content: "";
    width: 200px;
    z-index: 1;
    height: 200px;
    position: absolute;
    opacity: 0.6;
}

.study_methodtr .study_zone9v::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -50px;
    animation: rotate 15s linear infinite, float 8s ease-in-out infinite alternate;
    left: -100px;
}

.study_methodtr span::before,
.study_methodtr span::after {
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgb(168,201,179,0.5), rgb(182,135,120,0.5));
    content: "";
    transform-origin: center;
    opacity: 0.5;
    border-radius: inherit;
}

.study_methodtr span::before {
    left: 10px;
    right: 10px;
    top: 10px;
    animation: pulse 4s ease-in-out infinite alternate;
    bottom: 10px;
    filter: blur(5px);
}

.receive_updatesBK .study_zone9v {
    display: flex;
    position: relative;
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateX(2deg);
    padding: 2.5rem;
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.receive_updatesBK .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}

.receive_updatesBK .input_holder .query_cardJ1:active {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(1px);
}

.receive_updatesBK .input_holder .query_cardJ1:hover::before {
    left: 100%;
}

.data_overview0Y::before {
    content: "";
    left: 0;
    height: 100%;
    background-size: 40px 40px;
    z-index: 0;
    top: 0;
    opacity: 0.1;
    width: 100%;
    position: absolute;
    background-image: 
        linear-gradient(rgb(168,201,179,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(168,201,179,0.5) 1px, transparent 1px);
}

.data_overview0Y ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.data_overview0Y .value_statisticshH:nth-child(odd) {
    padding-right: calc(50% + 20px);
}

.data_overview0Y .value_statisticshH:nth-child(even) {
    padding-left: calc(50% + 20px);
    justify-content: flex-end;
}

.data_overview0Y .value_statisticshH::after {
    box-shadow: 0 0 0 5px rgb(231,228,237), 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border: 3px solid rgb(168,201,179);
    position: absolute;
    top: 50%;
    height: 16px;
    transform: translate(-50%, -50%);
    z-index: 0;
    content: "";
    background: #ffffff;
    width: 16px;
    left: 50%;
}

.data_overview0Y .value_statisticshH:nth-child(5n+4) p {
    color: rgb(182,135,120);
}

.data_overview0Y .value_statisticshH:hover {
    transform: translateY(-5px);
}

header::after {
    background: linear-gradient(to bottom, rgb(168,201,179), rgb(182,135,120));
    position: absolute;
    width: 5px;
    content: '';
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

header .main_leadwh {
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    padding: 0.5rem;
    display: flex;
}

header .header_baseey::before {
    content: '';
    width: 100%;
    z-index: -1;
    left: 0;
    opacity: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(168,201,179,0.5), rgb(182,135,120,0.5));
    position: absolute;
    transition: opacity 0.3s ease;
    top: 0;
}

header .top_plank .learn_protrackQM div span {
    color: #ffffff;
}

header .top_plank .learn_protrackQM div img, header .top_plank .learn_protrackQM div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}

.primary_pageEe .study_zone9v {
    z-index: 1;
    max-width: 1200px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 3rem;
    width: 90%;
    padding: 3rem 0;
    display: grid;
    transform-style: preserve-3d;
}

.primary_pageEe .paragraph_wrap5K {
    z-index: 2;
    transform: translateZ(20px) rotateY(5deg);
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.07);
    position: relative;
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 4px solid rgb(168,201,179);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
}

.primary_pageEe svg:hover text {
    fill: #000000;
}

.primary_pageEe .query_cardJ1:hover {
    transform: translateZ(10px) translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.primary_pageEe .photo_thumbnailcd:hover {
    transform: translateZ(20px) rotateY(0);
}

.primary_pageEe .photo_thumbnailcd::after {
    z-index: 1;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(168,201,179,0.5) 0%, transparent 50%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.potential_students2M h3 {
    margin-bottom: 70px;
    padding: 0 20px;
    position: relative;
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    color: #000000;
}

.potential_students2M h3::after {
    right: -60px;
}

.potential_students2M ul {
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    list-style: none;
    gap: 40px;
    padding: 0;
}

.potential_students2M ul li::after {
    left: -50px;
    width: 100px;
    content: '';
    background: rgb(168,201,179,0.5);
    z-index: -1;
    border-radius: 50%;
    transition: all 0.6s ease;
    position: absolute;
    opacity: 0.1;
    height: 100px;
    bottom: -50px;
}

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

.potential_students2M ul li:nth-child(1) {
    animation-delay: 0.1s;
}

.potential_students2M ul li:nth-child(5) {
    animation-delay: 0.7s;
}

.potential_students2M ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
    animation-delay: 0.4s, 4s;
}



@media (max-width: 991px) {.education_experiencehR {
    padding: 7rem 0 5rem;
}.education_experiencehR .client_feedbackYn {
    padding: 2.5rem 2rem;
}.education_experiencehR .photo_thumbnailcd {
    top: -75px;
    width: 150px;
    height: 150px;
}.education_experiencehR .name {
    margin-top: 80px;
}.education_experiencehR .career_recordKJ {
    padding: 1.5rem;
}
}



@media screen and (max-width: 576px) {.our_missionAD {
    padding: 40px 0;
}.our_missionAD h1 {
    margin-bottom: 25px;
    font-size: calc(44px * 0.8);
}.our_missionAD .learn_classesJ5 {
    margin-top: 20px;
}.our_missionAD .learn_classesJ5 ul {
    gap: 25px;
}.our_missionAD .fast_learnt7 {
    padding: 20px 15px;
}.our_missionAD .fast_learnt7 h4 {
    margin-bottom: 12px;
    font-size: calc(24px * 0.95);
}.our_missionAD .fast_learnt7 div {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
    max-height: 200px;
}}



@media screen and (max-width: 576px) {.tyArea7K {
    padding: 3rem 0;
}.tyArea7K .container {
    padding: 0 1.5rem;
}.tyArea7K h2 {
    line-height: 1.4;
    margin-bottom: 1.8rem;
    font-size: calc(30px - 0.6rem);
}.tyArea7K h2::after {
    bottom: -10px;
    height: 2px;
    width: 50px;
}.tyArea7K .study_zone9v {
    border-left-width: 3px;
    padding: 1.5rem;
}.tyArea7K li span {
    line-height: 1.7;
    font-size: 12px;
}}



@media (max-width: 768px) {.contact_usj8 {
    padding: 50px 0;
}.contact_usj8 h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(28px);
}.contact_usj8 .contact_messagep0 h3,
    .contact_usj8 .inquiry_requestbs h4 {
    font-size: calc(21px - 2px);
    margin-bottom: 30px;
}.contact_usj8 .contact_messagep0 input[type="text"],
    .contact_usj8 .contact_messagep0 textarea {
    margin-bottom: 20px;
    padding: 15px;
}.contact_usj8 .contact_messagep0 textarea {
    height: 120px;
}.contact_usj8 .contact_messagep0 .query_cardJ1 {
    padding: 15px 30px;
}.contact_usj8 .inquiry_requestbs .message_listMq li {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.contact_usj8 .inquiry_requestbs .message_listMq li svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
}



@media screen and (max-width: 768px) {.course_program_detailsyH {
    padding: 4rem 1rem;
}.course_program_detailsyH .paragraph_wrap5K {
    margin-bottom: 2rem;
}.course_program_detailsyH h2 {
    font-size: calc(38px * 0.7);
}.course_program_detailsyH h2::before,
    .course_program_detailsyH h2::after {
    left: -10%;
    width: 120%;
}.course_program_detailsyH .description {
    font-size: 13px;
}.course_program_detailsyH .photo_thumbnailcd {
    height: 300px;
}}



@media (min-width: 768px) {.receive_updatesBK {
    padding: 5rem 3rem;
}.receive_updatesBK .study_zone9v {
    gap: 2rem;
    padding: 3rem;
    align-items: center;
    transform: perspective(1000px) rotateX(1deg);
    flex-direction: row;
}.receive_updatesBK .study_zone9v > div {
    flex: 1;
    margin-bottom: 0;
}.receive_updatesBK h4 {
    font-size: 18px;
}.receive_updatesBK .input_holder {
    flex-direction: row;
    flex: 1;
    gap: 1rem;
}.receive_updatesBK .input_holder span:first-child {
    flex: 2;
}.receive_updatesBK .input_holder span:last-child {
    flex: 1;
}
}



@media (prefers-reduced-motion: reduce) {.data_overview0Y .value_statisticshH,
    .data_overview0Y .value_statisticshH:hover {
    transform: none;
    transition: none;
}}



@media (max-width: 767px) {header::after {
    width: 3px;
}header .top_classHg {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
    margin-left: 3px;
    padding: 0.8rem 2%;
}header .main_leadwh {
    padding: 0.4rem;
}header .main_leadwh svg {
    width: 120px;
}header .header_primarywy {
    justify-content: flex-start;
    padding: 0.4rem;
    width: 98%;
    overflow-x: auto;
}header .header_primarywy::-webkit-scrollbar {
    height: 2px;
}header .header_primarywy::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(168,201,179);
}header .header_baseey {
    padding: 0.3rem 0.5rem;
    font-size: calc(19px - 1px);
    white-space: nowrap;
}
}



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

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



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



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}



@keyframes gradient-shift {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05) rotate(1deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
}

