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

header,footer {
    width: 100%;
}

header {
    padding: 0;
    z-index: 100;
    background: linear-gradient(to right, #ffffff, rgb(231,228,237));
    width: 100%;
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}

.education_experiencehR .client_feedbackYn {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(182,135,120,0.5),
        inset 0 0 30px rgb(168,201,179,0.5);
    border-radius: 13px;
    transform-style: preserve-3d;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    backdrop-filter: blur(15px);
    padding: 3rem;
    transform: rotateX(5deg) rotateY(-5deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.03);
}

.education_experiencehR .career_recordKJ::before {
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 10px;
    width: 100%;
    background: linear-gradient(45deg, rgb(168,201,179,0.5) 0%, transparent 70%);
    left: 0;
    mix-blend-mode: overlay;
    content: "";
    opacity: 0.1;
}

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

.our_missionAD h1::after {
    left: 0;
    height: 4px;
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(168,201,179) 0%, rgb(182,135,120) 100%);
    bottom: -10px;
    width: 80px;
    animation: expandWidth 0.8s ease-out forwards;
    content: '';
}

.our_missionAD .fast_learnt7 h4 {
    font-family: Arial, sans-serif;
    position: relative;
    margin-top: 0;
    font-size: calc(24px * 1.1);
    margin-bottom: 15px;
    color: #000000;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.our_missionAD .fast_learnt7 div {
    color: #000000;
    max-height: 300px;
    padding-right: 15px;
    font-size: 13px;
    overflow-y: auto;
    line-height: 1.7;
    font-weight: 400;
    font-family: Arial, sans-serif;
    letter-spacing: 0.2px;
}

.tyArea7K h2 {
    animation: slideUp 0.8s 0.2s ease-out forwards;
    transform: translateY(0);
    line-height: 1.3;
    position: relative;
    opacity: 0;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 30px;
}

.tyArea7K .study_zone9v::before {
    background: linear-gradient(135deg, rgb(182,135,120,0.5) 0%, transparent 70%);
    content: "";
    width: 150px;
    opacity: 0.1;
    height: 150px;
    top: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    right: 0;
    position: absolute;
}

footer::before {
    width: 100%;
    opacity: 0.9;
    z-index: 1;
    left: 0;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(168,201,179,0.5) 50%,
    #000000 100%);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
}

.achieve_cta7C .job_boardnP {
    grid-gap: 30px;
    grid-column: span 8;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.achieve_cta7C .header_primarywy .header_mainX8 {
    grid-gap: 15px;
    display: grid;
}

.achieve_cta7C .header_primarywy .header_mainX8 a::before {
    background: rgb(182,135,120);
    content: "";
    left: 0;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
    top: 50%;
}



.achieve_cta7C .company_holder:hover,
.achieve_cta7C .header_primarywy:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}

.achieve_cta7C .header_primarywy::before {
    top: 0;
    width: 5px;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    background: rgb(182,135,120);
    opacity: 0.5;
}

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

.science_refPl .challenge_cta9h::before {
    background: rgb(168,201,179);
    width: 30px;
    left: -40px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    height: 1px;
    position: absolute;
    opacity: 0.5;
}

.contact_usj8 .photo_thumbnailcd {
    opacity: 0.15;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    filter: grayscale(0.7) hue-rotate(25deg);
    z-index: 0;
}

.contact_usj8 h3::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(168,201,179), rgb(182,135,120));
    content: '';
    width: 100px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    height: 5px;
    left: 50%;
    bottom: -15px;
    position: absolute;
}

.contact_usj8 .contact_messagep0 h3::before {
    height: 3px;
    transform: none;
    left: 0;
    clip-path: none;
    width: 60px;
}

.contact_usj8 .contact_messagep0 input[type="text"]:focus,
.contact_usj8 .contact_messagep0 textarea:focus {
    box-shadow: 8px 8px 0 rgb(168,201,179,0.5);
    background-color: rgba(0, 0, 0, 0.02);
    transform: translate(-3px, -3px);
    outline: none;
}

.contact_usj8 .contact_messagep0 .reach_queryv6 input[type="checkbox"]:checked + label::before {
    background-color: rgb(168,201,179);
}

.contact_usj8 .contact_messagep0 .reach_queryv6 a::after {
    position: absolute;
    background-color: rgb(168,201,179);
    transform: scaleX(0);
    content: '';
    height: 2px;
    width: 100%;
    transition: transform 0.3s ease;
    left: 0;
    bottom: -2px;
    transform-origin: left;
}

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

.contact_usj8 .inquiry_requestbs .message_listMq {
    padding: 0;
    list-style: none;
    margin: 0;
}

.contact_usj8 .inquiry_requestbs .message_listMq li svg {
    margin-right: 20px;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
}

.contact_usj8 .inquiry_requestbs .message_listMq li a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
}

.tariff_featureBe .skill_pricingBF {
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 2;
    justify-content: center;
    align-items: center;
}

.tariff_featureBe .lesson_feestH {
    line-height: 1.6;
    margin: 0 auto 50px;
    max-width: 80%;
    color: rgb(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: calc(17px * 1.05);
    text-align: center;
    letter-spacing: 0.2px;
}

.tariff_featureBe .edu_ratesmy:hover::before {
    transform: translateY(0);
}

.tariff_featureBe .rate_optionsyB {
    flex-direction: column;
    display: flex;
    padding: 35px 30px;
    height: 100%;
    position: relative;
}

.tariff_featureBe .edu_ratesmy h4 {
    font-size: calc(20px * 1.1);
    letter-spacing: 0.3px;
    position: relative;
    padding-bottom: 15px;
    transition: color 0.3s ease;
    font-weight: 600;
    margin: 0 0 20px;
    color: #ffffff;
}

.tariff_featureBe .access_costwQ {
    padding: 15px 0 0;
    display: block;
    font-weight: 700;
    color: rgb(168,201,179);
    letter-spacing: 0.5px;
    font-size: calc(20px * 1.15);
    margin-top: auto;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}

#cookie_announcementvM:checked ~ .cookie_dialog_windowb7 {
    visibility: hidden;
    opacity: 0;
}

.cookie_dialog_windowb7 p {
    line-height: 1.5;
    margin: 0;
    position: relative;
    font-size: 15px;
    color: #ffffff;
}

.cookie_viewL4 svg {
    width: 60px;
    height: 60px;
    fill: rgb(168,201,179);
}

.cookie_button.track_eduyL {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(182,135,120);
    color: #ffffff;
}

.cookie_dialog_windowb7 p a:hover {
    color: rgb(182,135,120);
}

.course_program_detailsyH::before {
    top: -50%;
    content: "";
    left: -50%;
    animation: rotate 60s linear infinite;
    position: absolute;
    width: 200%;
    height: 200%;
    z-index: 1;
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(182,135,120,0.5) 100%);
}

.course_program_detailsyH h2::before,
.course_program_detailsyH h2::after {
    left: -25%;
    background: linear-gradient(to right, transparent, rgb(168,201,179), transparent);
    content: "";
    position: absolute;
    height: 3px;
    width: 150%;
}

.course_program_detailsyH h2::before {
    top: -15px;
}

.course_program_detailsyH .photo_thumbnailcd:hover {
    transform: scale(1);
}

.course_program_detailsyH .photo_thumbnailcd:hover::before {
    opacity: 0.4;
}

.confidential_refugefc h1 {
    border-bottom: 2px solid rgb(168,201,179);
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 42px;
    color: rgb(168,201,179);
    margin-top: 40px;
    font-weight: 700;
}

.confidential_refugefc section {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    background: rgb(231,228,237);
}

.study_methodtr::after {
    animation: pulseGlow 8s ease-in-out infinite alternate;
    opacity: 0.5;
    filter: blur(100px);
    right: -150px;
    border-radius: 50%;
    width: 300px;
    top: -150px;
    height: 300px;
    content: "";
    position: absolute;
    background: rgb(168,201,179,0.5);
}

.study_methodtr h3 {
    text-align: center;
    display: inline-block;
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    font-size: 35px;
    width: 100%;
    position: relative;
}

.study_methodtr span {
    display: block;
    max-width: 100%;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    z-index: 2;
    padding: 2rem;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.1);
    color: #000000;
    position: relative;
    border-radius: 17px;
    font-size: 18px;
}

.receive_updatesBK::after {
    bottom: -5%;
    transform: rotate(10deg);
    height: 80%;
    opacity: 0.6;
    width: 30%;
    content: "";
    left: -2%;
    position: absolute;
    z-index: 1;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
    background: linear-gradient(210deg, rgb(168,201,179), rgb(182,135,120,0.5));
}

.receive_updatesBK .input_holder span {
    position: relative;
    flex: 1;
}

.receive_updatesBK .input_holder input[type="email"] {
    color: #000000;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 0.85rem 1rem;
    border: none;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 10px;
}

.receive_updatesBK .input_holder .query_cardJ1::before {
    left: -100%;
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
}

.data_overview0Y .container {
    position: relative;
    z-index: 1;
}

.data_overview0Y h2::after {
    border-radius: 10px;
    content: "";
    width: 60px;
    left: 50%;
    height: 4px;
    position: absolute;
    bottom: -20px;
    background: rgb(168,201,179);
    transform: translateX(-50%);
}

.data_overview0Y .value_statisticshH {
    margin-bottom: 40px;
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    align-items: center;
}

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

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

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

.data_overview0Y .value_statisticshH:nth-child(even) p {
    padding-left: 20px;
    padding-right: 20px;
}

.data_overview0Y .value_statisticshH:nth-child(5n+3) p {
    color: rgb(168,201,179);
}

.data_overview0Y .value_statisticshH span {
    z-index: 2;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
    margin: 0 10px;
    border-radius: 10px;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
    flex: 1;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    color: #000000;
}

header .main_leadwh:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}

header .header_primarywy::before {
    content: '';
    left: -2px;
    z-index: -1;
    right: -2px;
    bottom: -2px;
    position: absolute;
    border-radius: calc(10px + 2px);
    top: -2px;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(168,201,179,0.5), rgb(182,135,120,0.5));
}

header .top_plank {
    background: rgb(168,201,179);
    color:  #ffffff;
}

header .top_plank .learn_protrackQM div {
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
}

.primary_pageEe::before {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    transform-origin: center;
    height: 100%;
    z-index: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(168,201,179,0.5) 100%);
    content: "";
    animation: gradient-shift 15s infinite alternate ease-in-out;
}

.primary_pageEe .paragraph_wrap5K:hover {
    transform: translateZ(25px) rotateY(0);
}

.primary_pageEe .edu_welcomeDr p {
    margin-bottom: 2rem;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    font-size: calc(13px * 1.1);
    position: relative;
}

.primary_pageEe svg:hover {
    transform: scale(1.05) rotate(2deg);
}

.primary_pageEe svg text {
    font-weight: 700;
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

.primary_pageEe .query_cardJ1:hover::before {
    left: 100%;
}

.primary_pageEe .photo_thumbnailcd {
    box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    height: 100%;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    transform: translateZ(15px) rotateY(-5deg);
    min-height: 400px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.potential_students2M .study_zone9v {
    position: relative;
    z-index: 10;
    padding: 0 30px;
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
}

.potential_students2M h3::before,
.potential_students2M h3::after {
    background: linear-gradient(90deg, rgb(168,201,179), rgb(182,135,120));
    width: 40px;
    transform: translateY(-50%);
    height: 2px;
    top: 50%;
    content: '';
    position: absolute;
}

.potential_students2M h3::before {
    left: -60px;
}

.potential_students2M ul li:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}

.potential_students2M ul li:hover::after {
    opacity: 0.05;
    transform: scale(6);
}

.potential_students2M ul li svg path {
    transition: fill 0.5s ease;
    fill: rgb(168,201,179);
}

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

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

::-webkit-scrollbar {
    width: auto;
}

::-webkit-scrollbar-track {
    border: 1px dotted rgb(255, 255, 255, 0.5);
    margin: 4px 0;
    box-shadow: inset 5px 5px 7px 7px rgba(0, 0, 0, 0.6);
    background: linear-gradient(104deg, rgb(255, 255, 255, 0.5) 49%, rgb(182,135,120) 43%, rgb(182,135,120,0.5) 98%, rgb(168,201,179) 25%, rgb(168,201,179,0.5) 31%, rgb(231,228,237) 94%);
}

::-webkit-scrollbar-thumb {
    min-height: 72px;
    border: 3px dashed rgb(168,201,179,0.5);
    background: #ffffff;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    transform: translateX(2px);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset 5px 2px 3px 2px rgba(0, 0, 0, 0.7);
    transform: translateY(1px);
    background: rgb(182,135,120,0.5);
}

.our_missionAD .fast_learnt7 div::-webkit-scrollbar {
    width: 5px;
}

.our_missionAD .fast_learnt7 div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(255, 255, 255, 0.5);
}

.our_missionAD .fast_learnt7 div::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(168,201,179,0.5), rgb(182,135,120,0.5));
    border-radius: 10px;
}



@media (max-width: 767px) {.achieve_cta7C {
    padding: 40px 0 30px;
}.achieve_cta7C .job_boardnP {
    grid-template-columns: 1fr;
}.achieve_cta7C .company_holder {
    padding: 25px;
}.achieve_cta7C .header_primarywy {
    padding: 25px;
}.achieve_cta7C .company_holder h3 {
    font-size: calc(34px - 2px);
}.achieve_cta7C .header_primarywy h5 {
    font-size: calc(23px - 1px);
}
}



@media (max-width: 576px) {.contact_usj8 {
    padding: 40px 0;
}.contact_usj8 .contact_messagep0,
    .contact_usj8 .inquiry_requestbs {
    box-shadow: none;
    padding: 30px 20px;
    clip-path: none;
    transform: skew(0);
}.contact_usj8 .contact_messagep0 #contact {
    transform: skew(0);
}.contact_usj8 .contact_messagep0::before,
    .contact_usj8 .inquiry_requestbs::after {
    clip-path: none;
}.contact_usj8 .inquiry_requestbs {
    margin-top: 0;
}.contact_usj8 h3 {
    transform: skew(0);
    font-size: calc(28px - 6px);
}.contact_usj8 .contact_messagep0 .reach_queryv6 label {
    font-size: calc(13px - 3px);
}.contact_usj8 .contact_messagep0 .query_cardJ1 {
    clip-path: none;
}}


@media only screen and (max-width: 1200px) {.cookie_dialog_windowb7 {
    padding: 15px 0;
}.privacy_ack2f {
    padding: 15px 5%;
}.cookie_viewL4 {
    display: none;
}.privacy_ack2f {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookie_dialog_windowb7 h5 {
    margin-bottom: 10px;
    font-size: 20px;
}.cookie_guard0O {
    margin-bottom: 15px;
}.cookie_complyDJ {
    min-width: 100%;
    margin: 10px 0;
}}



@media (max-width: 768px) {.study_methodtr {
    padding: 4rem 1rem;
}.study_methodtr::before {
    background-size: 20px 20px;
}.study_methodtr h3 {
    font-size: calc(35px * 0.8);
}.study_methodtr span {
    font-size: calc(18px * 0.95);
    padding: 1.5rem;
}.study_methodtr .study_zone9v::before {
    height: 100px;
    top: -20px;
    left: -40px;
    width: 100px;
}.study_methodtr .study_zone9v::after {
    width: 100px;
    bottom: -40px;
    right: -20px;
    height: 100px;
}}



@media (max-width: 480px) {.receive_updatesBK {
    padding: 3rem 1.5rem;
}.receive_updatesBK .study_zone9v {
    padding: 2rem 1.5rem;
}.receive_updatesBK h4 {
    font-size: calc(18px * 0.85);
}}



@media (min-width: 992px) {.data_overview0Y .value_statisticshH:last-child {
    margin-bottom: 0;
}
}



@media (max-width: 991px) {header .top_classHg {
    padding: 0.8rem 2.5%;
}header .main_leadwh svg {
    width: 130px;
}header .header_primarywy {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .header_baseey {
    padding: 0.35rem 0.6rem;
    font-size: calc(19px - 1px);
}
}



@media (max-width: 992px) {.primary_pageEe .study_zone9v {
    grid-template-columns: 1fr;
    gap: 2rem;
}.primary_pageEe h1 {
    font-size: calc(47px * 1.1);
    text-align: center;
}.primary_pageEe h1::after {
    transform: translateX(-50%) skewX(-15deg);
    width: 40%;
    left: 50%;
}.primary_pageEe .paragraph_wrap5K {
    padding: 2rem;
    transform: translateZ(15px) rotateY(0);
}.primary_pageEe .photo_thumbnailcd {
    clip-path: polygon(3% 0, 97% 0, 100% 100%, 0% 100%);
    transform: translateZ(10px) rotateY(0);
    min-height: 350px;
}
}



@media (max-width: 768px) {.potential_students2M ul li {
    max-width: 400px;
    width: 100%;
}.potential_students2M ul li:nth-child(3n+1),
    .potential_students2M ul li:nth-child(3n+2),
    .potential_students2M ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}



@media (prefers-reduced-motion: reduce) {.potential_students2M ul li {
    opacity: 1;
    animation: none;
}.potential_students2M ul li:hover {
    transform: none;
}.potential_students2M ul li:hover svg {
    transform: none;
}
}



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}



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



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



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



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

