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



* {
}

html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}

.education_experiencehR::before {
    filter: blur(60px);
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(168,201,179,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(182,135,120,0.5) 0%, transparent 25%);
    animation: ambientLight 20s ease-in-out infinite alternate;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.education_experiencehR .name {
    margin-top: 100px;
    width: 100%;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 10px rgb(168,201,179,0.5);
    transform: translateZ(20px);
    color: #ffffff;
    letter-spacing: 1px;
}

.education_experiencehR .client_feedbackYn:hover .career_recordKJ {
    transform: translateZ(25px);
}

.our_missionAD::before {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    background-image: linear-gradient(30deg, transparent 90%, rgb(182,135,120,0.5) 92%),
                     linear-gradient(150deg, transparent 90%, rgb(182,135,120,0.5) 92%);
    z-index: 1;
    opacity: 0.15;
}

.our_missionAD .learn_classesJ5 {
    position: relative;
    margin-top: 30px;
}

.our_missionAD .learn_classesJ5 ul {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    margin: 0;
    gap: 40px;
}

.our_missionAD .fast_learnt7:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px) scale(1.02);
}

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

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

.tyArea7K h2::after {
    animation: expand 1s 0.8s ease-out forwards;
    content: "";
    width: 80px;
    transform: scaleX(0);
    position: absolute;
    bottom: -15px;
    left: 0;
    background: linear-gradient(90deg, rgb(168,201,179) 0%, rgb(182,135,120) 100%);
    transform-origin: left;
    height: 3px;
}

.tyArea7K li span {
    opacity: 0;
    color: #000000;
    line-height: 1.8;
    font-size: calc(12px + 0.05rem);
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    animation: fadeIn 1s 0.7s ease-out forwards;
    display: block;
}

.achieve_cta7C .company_holder h3 {
    font-size: 34px;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
}

.achieve_cta7C .header_primarywy h5 {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    font-size: 23px;
}

.achieve_cta7C .header_primarywy h5,
.achieve_cta7C .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.science_refPl {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
    margin-top: 40px;
    padding: 25px 0;
    position: relative;
}

.achieve_cta7C .company_holder::before {
    opacity: 0.5;
    height: 100%;
    background: rgb(168,201,179);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 5px;
}

.achieve_cta7C .header_mainX8 {
    position: relative;
}

.achieve_cta7C .header_mainX8::after {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -15px;
    background: rgb(182,135,120,0.5);
    height: 1px;
    opacity: 0.2;
    content: "";
}

.contact_usj8 {
    overflow: hidden;
    padding: 100px 0;
    z-index: 1;
    position: relative;
    background: rgb(231,228,237);
}

.contact_usj8::after {
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.2;
    background-size: 100px 100px;
    z-index: 0;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(90deg, rgb(231,228,237) 6px, transparent 6px),
        linear-gradient(0deg, rgb(231,228,237) 6px, transparent 6px);
}

.contact_usj8 .contact_messagep0 {
    padding: 60px;
    background: #ffffff;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transform: skew(-3deg);
    border-radius: 0;
    flex: 1 1 60%;
    z-index: 2;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
}

.contact_usj8 .contact_messagep0 input[type="text"],
.contact_usj8 .contact_messagep0 textarea {
    background-color: #ffffff;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    padding: 20px;
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 13px;
    color: #000000;
    border: 2px solid rgb(168,201,179);
    border-radius: 0;
}

.contact_usj8 .contact_messagep0 .reach_queryv6 a {
    position: relative;
    color: rgb(168,201,179);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact_usj8 .contact_messagep0 .reach_queryv6 a:hover::after {
    background-color: rgb(182,135,120);
    transform: scaleX(1);
}

.contact_usj8 .inquiry_requestbs {
    position: relative;
    flex: 1 1 40%;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
    color: #ffffff;
    background: rgb(231,228,237);
    margin-left: -40px;
    padding: 60px 60px 60px 80px;
}

.contact_usj8 .inquiry_requestbs h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 21px;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
}

.contact_usj8 .inquiry_requestbs .message_listMq li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.contact_usj8 .inquiry_requestbs .message_listMq li:hover svg path {
    fill: rgb(182,135,120);
    transition: fill 0.3s ease;
}

.tariff_featureBe {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.tariff_featureBe h2 {
    position: relative;
    font-size: calc(35px * 1.1);
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    font-weight: 700;
    transform: translateY(0);
}

.tariff_featureBe .edu_ratesmy {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transform: translateY(0) scale(1);
    backdrop-filter: blur(10px);
}

.tariff_featureBe .access_costwQ::before {
    transition: width 0.4s ease, opacity 0.3s ease;
    background-color: rgb(168,201,179);
    top: 0;
    width: 25px;
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    opacity: 0.6;
}

.cookie_dialog_windowb7 h5 {
    color: rgb(168,201,179);
    font-size: 19px;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.cookie_viewL4 {
    margin-right: 20px;
    display: flex;
    border-radius: 29px;
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
    background: rgb(168,201,179,0.5);
    padding: 10px;
}

.cookie_dialog_windowb7 p a {
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(168,201,179);
    color: rgb(168,201,179);
    text-decoration: none;
}

.course_program_detailsyH::after {
    background: linear-gradient(
        rgb(182,135,120,0.5),
        transparent 20%,
        transparent 80%,
        rgb(168,201,179,0.5)
    );
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
}

.course_program_detailsyH h2::after {
    bottom: -15px;
}

.course_program_detailsyH .description {
    position: relative;
    animation-delay: 0.2s;
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateY(30px);
    font-size: calc(13px * 1.1);
    line-height: 1.8;
    animation: slideUp 0.8s forwards;
    color: #000000;
}

.confidential_refugefc {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    padding: 40px;
    font-family: Arial, sans-serif;
    width: 100%;
    transition: background-color 0.3s, box-shadow 0.3s;
    height: auto;
    color: #000000;
    overflow: hidden;
}

.confidential_refugefc li {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.study_methodtr {
    overflow: hidden;
    background: rgb(231,228,237);
    position: relative;
    padding: 6rem 2rem;
}

.study_methodtr .study_zone9v {
    gap: 3rem;
    max-width: 1000px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
}

.study_methodtr .study_zone9v::after {
    bottom: -100px;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    right: -50px;
    animation: rotate 10s linear infinite reverse, float 10s ease-in-out infinite alternate-reverse;
}

.study_methodtr h3::after {
    animation: slideWidth 3s ease-in-out infinite alternate-reverse;
    background: linear-gradient(to left, rgb(182,135,120), transparent);
    bottom: 0;
}

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

.receive_updatesBK::before {
    top: -10%;
    background: linear-gradient(145deg, rgb(182,135,120,0.5), rgb(168,201,179,0.5));
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    opacity: 0.7;
    z-index: 1;
    content: "";
    width: 40%;
    height: 120%;
    right: -5%;
    position: absolute;
    transform: rotate(-15deg);
}

.receive_updatesBK .input_holder {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    gap: 1rem;
}

.receive_updatesBK .input_holder input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(168,201,179,0.5);
    outline: none;
    transform: translateY(-2px);
}

.receive_updatesBK .input_holder .query_cardJ1 {
    padding: 0.85rem 1.5rem;
    border-radius: 10px;
    cursor: pointer;
    background: linear-gradient(135deg, #000000, rgba(0, 0, 0, 0.5));
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    font-size: 19px;
    border: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.data_overview0Y h2 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 80px;
    background: #ffffff;
    color: #000000;
    left: 50%;
    text-align: center;
    padding: 15px 30px;
    font-size: 29px;
    font-weight: 700;
    border-radius: 18px;
    transform: translateX(-50%);
    display: inline-block;
}

.data_overview0Y .value_statisticshH::before {
    z-index: 0;
    width: 40px;
    height: 2px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    background: linear-gradient(to right, rgb(168,201,179,0.5), rgb(182,135,120,0.5));
}

.data_overview0Y .value_statisticshH p {
    min-width: 120px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 10px 20px;
    line-height: 1;
    text-align: center;
    font-size: calc(45px * 1.2);
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    z-index: 2;
    margin: 0;
}

header .container {
    margin: 0;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 2;
    max-width: 100%;
}

header .top_classHg {
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin-left: 5px;
    padding: 0.9rem 3%;
}

header .main_leadwh svg {
    height: auto;
    width: 140px;
    transition: all 0.3s ease;
}

header .header_baseey {
    padding: 0.4rem 0.7rem;
    font-weight: 400;
    z-index: 1;
    font-family: Arial, sans-serif;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    font-size: 19px;
    text-decoration: none;
    color: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

header .top_plank .learn_protrackQM {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 13px;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 21px;
}

.primary_pageEe h1 {
    transform: translateZ(30px);
    letter-spacing: -0.02em;
    grid-column: 1 / -1;
    margin-bottom: 1.5rem;
    color: #000000;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    font-size: calc(47px * 1.2);
}

.primary_pageEe .edu_welcomeDr {
    position: relative;
    z-index: 2;
}

.primary_pageEe svg {
    height: 100px;
    margin: 1.5rem 0;
    width: 100px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    transition: transform 0.5s ease;
}

.primary_pageEe svg:hover path {
    fill: rgb(168,201,179);
}

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

.potential_students2M {
    overflow: hidden;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
}

.potential_students2M::before {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    opacity: 0.15;
    z-index: 1;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(168,201,179,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(182,135,120,0.5) 0%, transparent 40%);
}

.potential_students2M ul li {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    z-index: 1;
    border-radius: 22px;
    display: flex;
    align-items: flex-start;
    background-color: #ffffff;
    gap: 20px;
    text-align: left;
    padding: 40px 30px;
    min-width: 280px;
    width: calc(33.333% - 27px);
}



.potential_students2M ul li {
    animation: slideInBottom 0.6s forwards;
    opacity: 0;
}

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

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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 767px) {.education_experiencehR {
    padding: 6rem 0 3rem;
}.education_experiencehR .container {
    padding: 0 1rem;
}.education_experiencehR .client_feedbackYn {
    transform: none;
    padding: 2rem 1.5rem;
}.education_experiencehR .photo_thumbnailcd {
    top: -60px;
    height: 120px;
    width: 120px;
}.education_experiencehR .name {
    font-size: calc(33px - 2px);
    margin-top: 70px;
}.education_experiencehR .client_feedbackYn span:not(.name) {
    font-size: calc(18px - 1px);
}.education_experiencehR .career_recordKJ {
    padding: 1.2rem;
    margin-top: 1.5rem;
    font-size: calc(12px - 1px);
}.education_experiencehR .client_feedbackYn:hover {
    transform: none;
}}



@media screen and (max-width: 768px) {.tyArea7K {
    padding: 4rem 0;
}.tyArea7K h2 {
    margin-bottom: 2rem;
    font-size: calc(30px - 0.4rem);
}.tyArea7K h2::after {
    bottom: -12px;
    width: 60px;
}.tyArea7K .study_zone9v {
    padding: 2rem;
}.tyArea7K .study_zone9v::before {
    width: 100px;
    height: 100px;
}
}



@media (max-width: 575px) {.achieve_cta7C {
    padding: 30px 0 20px;
}.achieve_cta7C .company_holder,
  .achieve_cta7C .header_primarywy {
    padding: 20px;
}.achieve_cta7C .company_holder h3 {
    font-size: calc(34px - 4px);
}.science_refPl {
    padding: 20px 0;
}}




@media (max-width: 1200px) {.tariff_featureBe {
    padding: 80px 0;
}.tariff_featureBe .lesson_feestH {
    max-width: 90%;
}.tariff_featureBe .lesson_ratese6 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 992px) {.tariff_featureBe h2 {
    font-size: 35px;
}.tariff_featureBe .rate_optionsyB {
    padding: 30px 25px;
}.tariff_featureBe .edu_ratesmy h4 {
    font-size: 20px;
}
}



@media (max-width: 480px) {.tariff_featureBe {
    padding: 50px 0;
}.tariff_featureBe h2 {
    font-size: calc(35px * 0.85);
}.tariff_featureBe .lesson_feestH {
    font-size: calc(17px * 0.95);
}.tariff_featureBe .rate_optionsyB {
    padding: 25px 20px;
}.tariff_featureBe .edu_ratesmy h4 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.95);
}.tariff_featureBe .access_costwQ {
    font-size: 20px;
}}



@media only screen and (max-width: 800px) {.confidential_refugefc {
    padding: 20px 10px;
}.confidential_refugefc h1 {
    font-size: calc(21px * 0.8);
}.confidential_refugefc h2 {
    font-size: calc(21px * 0.8);
}.confidential_refugefc h3, .confidential_refugefc h4, .confidential_refugefc h5, .confidential_refugefc h6 {
    font-size: calc(21px * 0.8);
}.confidential_refugefc p, .confidential_refugefc span, .confidential_refugefc div {
    font-size: calc(18px * 0.9);
}}



@media (min-width: 992px) {.receive_updatesBK {
    padding: 6rem 4rem;
}.receive_updatesBK .study_zone9v {
    padding: 3.5rem;
}.receive_updatesBK h4 {
    font-size: calc(18px * 1.05);
    line-height: 1.35;
}.receive_updatesBK .input_holder input[type="email"],
    .receive_updatesBK .input_holder .query_cardJ1 {
    padding: 1rem 1.5rem;
}
}



@media (max-width: 991px) {.data_overview0Y {
    padding: 80px 0;
}.data_overview0Y h2 {
    margin-bottom: 60px;
}.data_overview0Y .value_statisticshH {
    margin-bottom: 30px;
}.data_overview0Y .value_statisticshH p {
    min-width: 100px;
    font-size: 29px;
}.data_overview0Y .value_statisticshH:nth-child(odd) {
    padding-right: calc(50% + 15px);
}.data_overview0Y .value_statisticshH:nth-child(even) {
    padding-left: calc(50% + 15px);
}
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .top_classHg {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .main_leadwh svg {
    width: 110px;
}header .header_primarywy {
    padding: 0.3rem;
}header .header_baseey {
    padding: 0.3rem 0.4rem;
    font-size: calc(19px - 2px);
}}



@media (max-width: 768px) {.primary_pageEe {
    padding: 4rem 0;
    min-height: auto;
}.primary_pageEe .study_zone9v {
    width: 85%;
    transform-style: flat;
    gap: 1.5rem;
}.primary_pageEe h1 {
    font-size: 47px;
}.primary_pageEe h1::after {
    width: 50%;
    height: 3px;
}.primary_pageEe .paragraph_wrap5K {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
    padding: 1.5rem;
    transform: none;
}.primary_pageEe .edu_welcomeDr p {
    font-size: 13px;
}.primary_pageEe svg {
    height: 80px;
    margin: 1rem 0;
    width: 80px;
}.primary_pageEe .query_cardJ1 {
    display: block;
    text-align: center;
    padding: 0.8rem 1.5rem;
}.primary_pageEe .photo_thumbnailcd {
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    min-height: 300px;
}
}



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



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



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



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



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

