﻿a {
    color: inherit;
    text-decoration: none;
}

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

header,footer {
    width: 100%;
}

header {
    background-color: rgb(203,234,221);
    padding: 1.2rem 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    position: relative;
    z-index: 1000;
}

.mod_tools {
    flex: 0 0 auto;
}

.mod_tools {
    color: #ffffff;
    position: relative;
    padding: 70px 0;
    z-index: 2;
    font-family: Arial, sans-serif;
}

.privacy_concealment::before {
    height: 8px;
    background: linear-gradient(90deg, rgb(157,206,189) 0%, rgb(108,178,160) 100%);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.privacy_concealment::after {
    background: radial-gradient(circle at bottom right, rgba(rgb(157,206,189,0.5), 0.03), transparent 70%);
    width: 35%;
    position: absolute;
    content: "";
    z-index: 0;
    bottom: 0;
    right: 0;
    height: 35%;
    pointer-events: none;
}

.privacy_concealment h1::after {
    content: "";
    animation: expandWidth 0.8s ease-out forwards;
    position: absolute;
    width: 85px;
    background: rgb(108,178,160);
    transform-origin: left;
    height: 3px;
    bottom: 0;
    left: 0;
}

.privacy_concealment h1::after {
    width: 120px;
}

.privacy_concealment h2::before {
    width: 4px;
    content: "";
    border-radius: 2px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(157,206,189), rgb(108,178,160));
    top: 0.25rem;
    bottom: 0.25rem;
    left: 0;
}

.privacy_concealment h2::before {
    width: 6px;
}

.privacy_concealment h4 {
    margin-top: 1.75rem;
    color: #000000;
    font-weight: 600;
    font-size: calc(35px * 0.7);
    margin-bottom: 0.75rem;
}

.privacy_concealment strong {
    color: rgb(157,206,189);
    font-weight: 600;
}

.privacy_concealment li {
    padding-left: 1.75rem;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.6;
    font-size: 12px;
}

.privacy_concealment li {
    padding-left: 2rem;
}

.privacy_concealment span {
    border-left: 2px solid rgba(rgb(157,206,189,0.5), 0.3);
    display: block;
    line-height: 1.7;
    color: #000000;
    padding: 0.5rem 0 0.5rem 1rem;
    font-size: 12px;
    background: linear-gradient(to right, rgba(rgb(157,206,189,0.5), 0.03), transparent 80%);
    margin-bottom: 1.5rem;
}

.pricing_plan_card {
    font-family: Arial, sans-serif;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

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

.pricing_plan_card .deal_opts {
    position: relative;
}

.pricing_plan_card .indv_cost {
    color: #ffffff;
    animation: slideInDesc 0.8s forwards 0.4s;
    line-height: 1.6;
    max-width: 800px;
    margin-bottom: 40px;
    transform: translateX(-10px);
    opacity: 0;
    font-size: 16px;
}

.pricing_plan_card .sub_options li {
    opacity: 0;
    animation: fadeIn 0.8s forwards;
    perspective: 1000px;
}

.pricing_plan_card .sub_options li:nth-child(1) {
    animation-delay: 0.5s;
}

.pricing_plan_card .sub_options li:nth-child(3) {
    animation-delay: 0.9s;
}

.pricing_plan_card .pricing_catalog {
    transform-style: preserve-3d;
    display: block;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    text-decoration: none;
}

.pricing_plan_card .member_plans::before {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    top: 0;
    height: 80px;
    content: "";
    transform: translate(50%, -50%) rotate(45deg);
    right: 0;
    background: rgb(108,178,160);
    width: 80px;
    opacity: 0.8;
}

.pricing_plan_card .basic_rates h4 {
    color: #000000;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin: 0 0 20px;
    font-size: calc(20px + 2px);
}

.pricing_plan_card .basic_rates p {
    hyphens: auto;
    flex-grow: 1;
    white-space: normal;
    margin: 0 0 25px;
    color: #000000;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: calc(16px - 1px);
}

.pricing_plan_card .learning_deals::before {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    transform: translateX(-100%);
    left: 0;
    content: "";
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.pricing_plan_card .pricing_catalog:hover .member_plans {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border-left-width: 8px;
}

.pricing_plan_card .pricing_catalog:hover .basic_rates h4::after {
    width: 70px;
}

.pricing_plan_card .pricing_catalog:hover .learning_deals::before {
    transform: translateX(100%);
}

.course_program_details {
    position: relative;
    background: linear-gradient(120deg, rgb(203,234,221) 0%, rgb(157,206,189,0.5) 25%, rgb(108,178,160,0.5) 75%, rgb(203,234,221) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.course_program_details::after {
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    filter: blur(50px);
    z-index: 1;
    top: 0;
    width: 100%;
    background: radial-gradient(
        circle at 30% 70%,
        rgb(108,178,160,0.5) 0%,
        transparent 50%
    );
}

.course_program_details .pro_track {
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    min-height: 500px;
    justify-content: flex-end;
    border-radius: 0;
}

.course_program_details .image_container::before {
    content: "";
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgb(157,206,189,0.5) 100%
    );
    width: 100%;
    z-index: 2;
    top: 0;
    position: absolute;
    height: 100%;
}

.course_program_details .career_challenge {
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 4;
    border-radius: 20px 0 0 20px;
    position: relative;
    max-width: 55%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 50px;
    backdrop-filter: blur(10px);
    transform: translateX(-30px);
    background: rgba(255, 255, 255, 0.85);
}

.course_program_details .career_challenge::after {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: calc(20px - 10px) 0 0 calc(20px - 10px);
    position: absolute;
    border: 1px solid rgb(157,206,189,0.5);
    left: 15px;
    opacity: 0.5;
    content: "";
    top: 15px;
    z-index: -1;
}

.course_program_details .head_site svg:hover {
    transform: scale(1.05) translateY(-5px);
}

.course_program_details .head_site::after {
    transition: width 0.3s ease;
    background: rgb(108,178,160);
    height: 3px;
    position: absolute;
    border-radius: 10px;
    bottom: -8px;
    left: 0;
    width: 40px;
    content: "";
}

.course_program_details h3::after {
    content: "";
    left: 0;
    width: 70px;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgb(157,206,189) 0%,
        rgb(108,178,160) 100%
    );
    border-radius: 10px;
    height: 2px;
    position: absolute;
}

.primary_page::before {
    z-index: -1;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    backdrop-filter: blur(2px) saturate(120%);
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.65) 50%, 
    rgba(0, 0, 0, 0.75) 100%);
}

.primary_page > div {
    position: relative;
    transform: translateY(-2vh);
    padding: 2rem;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
}

.primary_page > div > div:first-child {
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
}

.title_style_header::after {
    content: "";
    animation: expandWidth 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    position: absolute;
    width: 8rem;
    transform-origin: left;
    bottom: -0.5rem;
    height: 0.35rem;
    background: linear-gradient(90deg, rgb(157,206,189), transparent);
    left: 0;
}

.primary_page .who_weare {
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    padding: 2rem;
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.09) 0%, 
    rgba(255, 255, 255, 0.05) 100%);
}

.edu_begin > div:last-child::before {
    position: absolute;
    width: 100%;
    transform: translateX(-100%);
    left: 0;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    content: "";
    animation: shimmer 3s infinite;
    height: 100%;
    top: 0;
}

.edu_begin > div:last-child p {
    line-height: 1.6;
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 1.3rem);
    position: relative;
    margin: 0;
    font-weight: 400;
}

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

.contact_section h2 {
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    font-size: 36px;
    margin-bottom: 50px;
    text-align: left;
    color: #000000;
    border-left: 5px solid rgb(157,206,189);
}

.contact_section .support_card {
    flex-direction: row-reverse;
    display: flex;
    border-radius: 21px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.contact_section .image_container::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    left: 0;
    content: "";
    z-index: 1;
    background: rgb(157,206,189,0.5);
}

.contact_section #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.contact_section h3 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    position: relative;
}

.contact_section input[type="text"] {
    width: 100%;
    border: none;
    border-radius: 10px;
    font-size: 13px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    color: #000000;
    transition: all 0.3s ease;
    padding: 18px 20px;
    background: rgb(203,234,221);
}

.contact_section .query_request {
    align-items: center;
    gap: 12px;
    margin-top: 5px;
    display: flex;
}

.contact_section .query_request input[type="checkbox"]:checked {
    background: rgb(157,206,189);
    border-color: rgb(157,206,189);
}

.contact_section .query_request input[type="checkbox"]:checked::after {
    width: 6px;
    position: absolute;
    content: "";
    border: solid #ffffff;
    height: 11px;
    transform: rotate(45deg);
    left: 7px;
    border-width: 0 2px 2px 0;
    top: 3px;
}

.contact_section .query_request a:hover {
    color: rgb(108,178,160);
}

.contact_section .query_request a:hover::after {
    background: rgb(108,178,160);
}

.contact_section .query_form {
    padding: 18px 40px;
    align-self: flex-start;
    font-size: 14px;
    margin-top: 20px;
    background: rgb(157,206,189);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(157,206,189,0.5);
    color: #ffffff;
    border: none;
    border-radius: 21px;
}

.contact_section svg path {
    fill: rgb(157,206,189);
    transition: all 0.3s ease;
}

.tyPage {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(203,234,221) 0%, rgba(255,255,255,0.95) 100%);
    padding: 120px 0;
}

.tyPage::after {
    transform: rotate(10deg) skew(-10deg);
    opacity: 0.2;
    height: 60%;
    content: "";
    left: -5%;
    width: 40%;
    bottom: -10%;
    position: absolute;
    z-index: 0;
    background: rgb(108,178,160,0.5);
    animation: float 15s infinite ease-in-out reverse;
    filter: blur(50px);
}

.tyPage h2::after {
    left: 50%;
    position: absolute;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    content: "";
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(157,206,189), rgb(108,178,160));
    bottom: -15px;
    height: 3px;
}

.tyPage .pro_track:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08),
                0 10px 20px rgba(0,0,0,0.05),
                0 0 0 1px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}

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

.tyPage li {
    padding-left: 25px;
    position: relative;
}

.tyPage li::before {
    height: 12px;
    position: absolute;
    content: "";
    top: 8px;
    transform: rotate(45deg);
    width: 12px;
    border-radius: 2px;
    left: 0;
    background: linear-gradient(135deg, rgb(157,206,189) 0%, rgb(108,178,160) 100%);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.meet_us::before {
    width: 50%;
    top: -5%;
    content: "";
    height: 70%;
    background: linear-gradient(120deg, rgb(157,206,189,0.5) 0%, transparent 70%);
    z-index: 1;
    transform: rotate(-15deg);
    right: -10%;
    position: absolute;
    opacity: 0.7;
}

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

.meet_us h1::after {
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(157,206,189) 0%, rgb(108,178,160) 100%);
    height: 3px;
    bottom: 0;
    transform: scaleX(1);
    left: 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 6rem;
    position: absolute;
}

.meet_us .edu_leadership {
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    background: #ffffff;
    padding: 2.5rem;
}

.meet_us .edu_leadership:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.meet_us .edu_leadership:hover h4 {
    transform: translateX(0.5rem);
}

.meet_us .edu_leadership h4::after {
    bottom: 0;
    transform-origin: left;
    position: absolute;
    content: "";
    left: 0;
    width: 3rem;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 2px;
    background: rgb(108,178,160,0.5);
}

.meet_us .edu_leadership div {
    overflow-y: auto;
    font-size: 13px;
    padding-right: 0.5rem;
    color: #000000;
    font-family: Arial, sans-serif;
    max-height: 300px;
    line-height: 1.7;
}

.privacy_gate {
    flex-wrap: nowrap;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cookieInfoContainer:checked ~ .cookieNotificationAlert {
    visibility: hidden;
    opacity: 0;
}

.edu_settings {
    margin-right: 20px;
    flex-grow: 1;
}

.edu_settings h5 {
    font-size: 24px;
    color: rgb(157,206,189);
    margin-bottom: 5px;
    font-weight: 700;
}

.cookie_data:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}

.cookieNotificationAlert p a {
    text-decoration: underline;
    color: rgb(157,206,189);
}

.cookieNotificationAlert p a:hover {
    color: #000000;
}


.location_details {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(203,234,221);
}

.location_details::after {
    z-index: 0;
    border-radius: 50%;
    opacity: 0.05;
    background: rgb(157,206,189);
    width: 300px;
    position: absolute;
    right: -150px;
    height: 300px;
    bottom: -150px;
    content: "";
}

.location_details .info_request {
    flex: 1 1 30%;
    min-width: 300px;
    transition: all 0.4s ease;
    z-index: 1;
    position: relative;
    border-radius: 0;
}

.location_details .info_request:nth-child(2) {
    max-height: 400px;
    flex: 0 1 calc(50% - 15px);
    overflow: hidden;
}

.location_details .info_request h2 {
    position: relative;
    letter-spacing: -1px;
    margin-bottom: 35px;
    font-weight: 700;
    color: rgb(157,206,189);
    font-size: 45px;
}

.location_details .info_request h2::after {
    background: rgb(108,178,160);
    left: 0;
    position: absolute;
    height: 4px;
    width: 70px;
    bottom: -15px;
    content: "";
}

.location_details .team_contact {
    color: #000000;
    max-width: 90%;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 17px;
}

.location_details .info_request > p svg {
    height: 20px;
    transform: translateY(-50%);
    position: absolute;
    width: 20px;
    top: 50%;
    left: 0;
}

.location_details .info_request > p span {
    font-weight: 600;
    margin-left: 5px;
}

.location_details .connect_block h3 {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    color: rgb(157,206,189);
}

.location_details .start_chat {
    gap: 10px;
    flex-wrap: wrap;
    display: flex;
}

.location_details .start_chat span {
    border-radius: 10px;
    background: rgb(203,234,221);
    padding: 10px 15px;
    transition: all 0.3s ease;
    font-size: calc(17px * 0.9);
    color: #000000;
}

.location_details .info_request .image_container::after {
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.location_details .get_contactblock a {
    display: flex;
    padding: 10px 0;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
    min-width: 200px;
    flex: 1 1 30%;
    flex-direction: row;
}

.location_details .get_contactblock a .feedback_message {
    flex-direction: column;
    display: flex;
}

.location_details .get_contactblock a p {
    color: #ffffff;
    font-size: 17px;
    margin: 0;
    font-weight: 600;
}

footer {
    position: relative;
}

.mod_tools .container {
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
}

.mod_tools .company_holder {
    transition: all 0.3s ease;
    border-radius: 12px 0 12px 0;
    padding: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.3);
}

.mod_tools .company_holder::before {
    background: rgb(157,206,189);
    position: absolute;
    width: 100%;
    top: 0;
    height: 5px;
    content: '';
    left: 0;
}

.mod_tools .company_holder h3::after {
    width: 60px;
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    background: rgb(108,178,160);
    height: 3px;
}

.mod_tools .nav_mainwrap {
    justify-content: space-between;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.mod_tools .top_edu .nav_mainwrap {
    flex-direction: column;
    display: flex;
    gap: 12px;
}

.mod_tools .top_edu .nav_mainwrap a {
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: 4px;
    font-size: 17px;
}

.mod_tools .top_edu .nav_mainwrap a:hover::before {
    width: 100%;
}

.news_feed {
    margin-top: 50px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    padding: 20px 0;
}

.news_feed .footer_careers {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.5px;
}



.news_feed::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 0;
    height: 1px;
    position: absolute;
    content: '';
    opacity: 0.2;
    top: 0;
    width: 100%;
}

.education_history {
    background-color: rgb(203,234,221);
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 80px 0;
}

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

.education_history .success_ratings {
    display: grid;
    border-left: 4px solid rgb(157,206,189);
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(-2deg);
    background-color: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    gap: 30px;
}

.education_history .success_ratings:hover > div:first-child {
    transform: translateZ(40px) translateY(-5px);
}

.education_history .success_ratings .image_container {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: 100%;
}

.education_history .success_ratings > div:nth-child(2)::before {
    transform-origin: top;
    content: "";
    width: 3px;
    transform: scaleY(0);
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    position: absolute;
    background: linear-gradient(
        to bottom,
        rgb(157,206,189) 0%,
        rgb(108,178,160) 100%
    );
    top: 0;
}

.education_history .success_ratings:hover .name::after {
    width: 100%;
}

.education_history .success_ratings > div:nth-child(2) > div {
    margin-top: 5px;
    opacity: 0.9;
    font-weight: 600;
    font-size: calc(12px - 2px);
    color: rgb(108,178,160);
    letter-spacing: 0.5px;
}

.education_history .success_ratings:hover > div:nth-child(3) {
    transform: translateZ(15px);
}

.education_history .exp_details::before {
    top: 10px;
    line-height: 1;
    position: absolute;
    content: "";
    font-size: calc(43px * 1.5);
    color: rgb(157,206,189,0.5);
    left: 5px;
    opacity: 0.4;
}

header::before {
    z-index: -1;
    content: '';
    left: 0;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(157,206,189,0.5) 49.5%, rgb(157,206,189,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(108,178,160,0.5) 49.5%, rgb(108,178,160,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    top: 0;
    animation: gridMove 40s linear infinite;
    width: 100%;
    opacity: 0.15;
    height: 100%;
    position: absolute;
}

header .top_edu {
    position: relative;
    gap: 0.5rem;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 5px;
    border-radius: 24px;
}

header .top_section::before {
    z-index: -1;
    opacity: 0;
    transform: scale(0.95);
    left: -2px;
    content: '';
    right: -2px;
    border-radius: calc(10px + 2px);
    bottom: -2px;
    transition: all 0.3s ease;
    top: -2px;
    background: linear-gradient(45deg, rgb(157,206,189), rgb(108,178,160));
    position: absolute;
}

header .top_section:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

header .top_sitewrap::before {
    width: 100%;
    left: -100%;
    content: '';
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    position: absolute;
    transition: 0.5s;
    height: 100%;
}

header .top_sitewrap svg {
    z-index: 2;
    width: 160px;
    height: auto;
    position: relative;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


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



@media (min-width: 992px) {.privacy_concealment {
    padding: 8rem 2rem;
    background: linear-gradient(120deg, rgb(203,234,221) 0%, rgb(203,234,221) 75%, rgba(rgb(157,206,189,0.5), 0.08) 100%);
}.privacy_concealment::after {
    height: 45%;
    width: 45%;
}.privacy_concealment .container {
    padding: 0 2rem;
}.privacy_concealment h1 {
    margin-bottom: 3rem;
}.privacy_concealment h2 {
    margin-top: 3.5rem;
}.privacy_concealment p, 
    .privacy_concealment span {
    margin-left: 1rem;
}.privacy_concealment span {
    padding: 1rem 1.5rem;
    background: linear-gradient(to right, rgba(rgb(157,206,189,0.5), 0.05), transparent 90%);
    margin-left: 2rem;
    border-left-width: 3px;
}.privacy_concealment ul {
    margin-left: 3rem;
}
}



@media (max-width: 1200px) {.pricing_plan_card {
    padding: 80px 0;
}.pricing_plan_card .sub_options {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 992px) {.pricing_plan_card h2 {
    font-size: calc(32px - 4px);
}.pricing_plan_card .indv_cost {
    margin-bottom: 30px;
}.pricing_plan_card .sub_options {
    gap: 20px;
}.pricing_plan_card .member_plans {
    padding: 25px;
}
}



@media (max-width: 576px) {.pricing_plan_card {
    padding: 50px 0;
}.pricing_plan_card .container {
    padding: 0 15px;
}.pricing_plan_card h2 {
    font-size: calc(32px - 8px);
    margin-bottom: 15px;
}.pricing_plan_card .indv_cost {
    margin-bottom: 25px;
}.pricing_plan_card .sub_options {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing_plan_card .member_plans {
    padding: 20px;
}.pricing_plan_card .basic_rates p {
    margin-bottom: 15px;
}.pricing_plan_card .learning_deals {
    font-size: calc(16px - 1px);
    padding: 8px 16px;
}}



@media (max-width: 768px) {.course_program_details {
    padding: 60px 0;
}.course_program_details .image_container {
    height: 250px;
}.course_program_details .career_challenge {
    padding: 30px 25px;
}.course_program_details h3 {
    font-size: calc(36px * 0.9);
}.course_program_details p {
    font-size: calc(14px * 0.95);
}.course_program_details .head_site svg {
    height: 50px;
}}



@media (min-width: 768px) {.primary_page {
    padding: 3rem;
}.primary_page > div {
    padding: 3rem;
}.edu_begin {
    gap: 3rem;
    grid-template-columns: 2fr 1fr;
}.primary_page .who_weare {
    transform: perspective(1000px) rotateX(3deg) rotateY(-2deg);
}.primary_page .who_weare:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-15px);
}.edu_begin > div:last-child {
    transform: perspective(1000px) rotateX(-3deg) rotateY(2deg);
}.edu_begin > div:last-child:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-15px);
}
}



@media (max-width: 992px) {.contact_section .support_card {
    flex-direction: column;
}.contact_section .image_container {
    flex: 0 0 auto;
    min-height: 300px;
    order: 1;
}.contact_section .help_query {
    flex: 0 0 auto;
    padding: 50px 40px;
    order: 2;
}.contact_section h2 {
    margin-bottom: 40px;
}
}



@media (max-width: 576px) {.contact_section {
    padding: 40px 0;
}.contact_section .container {
    padding: 0 15px;
}.contact_section h2 {
    font-size: calc(36px - 6px);
    margin-bottom: 25px;
    padding-left: 15px;
}.contact_section .help_query {
    padding: 30px 20px;
}.contact_section #contact {
    gap: 20px;
}.contact_section input[type="text"] {
    padding: 15px;
}.contact_section .query_form {
    padding: 15px 20px;
    width: 100%;
}.contact_section .image_container {
    min-height: 200px;
}}



@media (max-width: 480px) {.tyPage {
    padding: 50px 0;
}.tyPage h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.7);
}.tyPage .pro_track {
    border-left: 3px solid rgb(157,206,189);
    padding: 20px 15px;
}.tyPage li::before {
    width: 8px;
    height: 8px;
    top: 8px;
}.tyPage span {
    font-size: calc(14px - 2px);
    line-height: 1.6;
}}



@media (min-width: 1200px) {.meet_us {
    padding: 8rem 0;
}.meet_us .container {
    padding: 0 2rem;
}.meet_us .learning_experts ul {
    gap: 3rem;
}.meet_us .edu_leadership {
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3rem;
}.meet_us .edu_leadership:first-child:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.meet_us .edu_leadership:last-child:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-5px);
}.meet_us .edu_leadership h4 {
    font-size: calc(20px * 1.4);
}
}


@media (max-width: 1200px) {.edu_settings h5 {
    font-size: calc(24px - 2px);
}.edu_settings p {
    font-size: calc(17px - 2px);
}.cookie_data {
    font-size: calc(17px - 2px);
    padding: 8px 16px;
}
}


@media (max-width: 800px) {.privacy_gate {
    flex-direction: column;
    align-items: center;
}.cookie_overview {
    margin-bottom: 15px;
}.edu_settings {
    text-align: center;
    margin-bottom: 20px;
}.cookie_data {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}



@media (max-width: 768px) {.location_details {
    padding: 60px 0;
}.location_details .info_request h2 {
    font-size: calc(45px * 0.9);
}.location_details .info_request:first-child {
    padding-left: 25px;
}.location_details .info_request:nth-child(3) {
    padding: 25px;
}.location_details .get_contactblock a {
    flex: 1 1 100%;
}
}



@media (max-width: 576px) {.location_details {
    padding: 40px 0;
}.location_details .info_request h2 {
    font-size: calc(45px * 0.8);
}.location_details .connect_block {
    padding: 20px;
}.location_details .start_chat {
    flex-direction: column;
}.location_details .start_chat span {
    width: 100%;
}.location_details .info_request:nth-child(2) {
    max-height: 200px;
}}



@media screen and (min-width: 768px) {.education_history {
    padding: 100px 0;
}.education_history .success_ratings {
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
    padding: 50px;
}.education_history .success_ratings > div:first-child {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    grid-row: 1 / span 2;
    height: 100%;
}.education_history .success_ratings > div:nth-child(2) {
    align-self: start;
    grid-row: 1;
    padding-left: 40px;
    grid-column: 2;
}.education_history .success_ratings > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
    padding-left: 40px;
}.education_history .exp_details {
    font-size: calc(12px + 1px);
    padding: 25px 20px 25px 35px;
}
}



@media (prefers-reduced-motion) {.education_history .success_ratings,
    .education_history .success_ratings > div,
    .education_history .name::after,
    .education_history .image_container {
    transform: none !important;
    transition: none !important;
}}



@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .page_head {
    flex-direction: column;
}header .top_edu {
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    justify-content: center;
    order: 2;
    width: 100%;
    padding: 10px;
}header .top_section {
    padding: 0.5rem 0.7rem;
    font-size: calc(17px - 2px);
}header .top_sitewrap {
    margin-bottom: 0.5rem;
    order: 1;
}header .top_sitewrap svg {
    width: 130px;
}
}

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


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



@keyframes slideInDesc {
  to {
    transform: translateX(0);
    opacity: 0.9;
  }
}



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



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



@keyframes backgroundShift {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-5%, 5%) rotate(1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

