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

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

html {
    scrollbar-color: rgb(157,206,189) #ffffff;
    scrollbar-width: auto;
}

svg {
    width: 30px;
    height: 30px;
}

.first_section {
    flex: 1 0 auto;
}

.wrapper-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}


.privacy_concealment {
    position: relative;
    padding: 5rem 1.5rem;
    overflow: hidden;
    background: linear-gradient(140deg, rgb(203,234,221) 0%, rgb(203,234,221) 85%, rgba(rgb(157,206,189,0.5), 0.05) 100%);
    font-family: Arial, sans-serif;
}

.privacy_concealment {
    padding: 7rem 3rem;
}

.privacy_concealment .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
}

.privacy_concealment h1 {
    padding-bottom: 1rem;
    font-size: 38px;
    margin-bottom: 2rem;
    transform: translateX(-0.5rem);
    color: rgb(157,206,189);
    font-weight: 700;
    position: relative;
}

.privacy_concealment h1 {
    transform: translateX(-1rem);
    font-size: calc(38px * 1.2);
}

.privacy_concealment h2 {
    color: #000000;
    position: relative;
    padding-left: 1rem;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
}

.privacy_concealment h2 {
    padding-left: 1.5rem;
}

.privacy_concealment h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000000;
    padding-bottom: 0.75rem;
    font-size: calc(35px * 0.85);
    margin-top: 2rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.privacy_concealment p {
    line-height: 1.7;
    max-width: 90ch;
    color: #000000;
    font-size: 12px;
    margin-bottom: 1.25rem;
}

.privacy_concealment ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
}

.privacy_concealment ul {
    margin-left: 2.5rem;
}

.privacy_concealment li::before {
    height: 8px;
    top: 0.5rem;
    content: "";
    width: 8px;
    left: 0;
    transform: rotate(45deg);
    position: absolute;
    background-color: rgb(108,178,160);
}




.privacy_concealment h2:hover::before {
    background: linear-gradient(to bottom, rgb(108,178,160), rgb(157,206,189));
    transition: background 0.3s ease;
}

.privacy_concealment li:hover::before {
    transform: rotate(135deg);
    transition: transform 0.3s ease;
}

.pricing_plan_card::before {
    content: "";
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(157,206,189,0.5) 100%);
}

.pricing_plan_card h2 {
    transform: translateX(-10px);
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0;
    font-weight: 700;
    animation: slideInTitle 0.8s forwards 0.2s;
    font-size: 32px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.pricing_plan_card .sub_options {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
    margin: 0;
    list-style: none;
}

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

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

.pricing_plan_card .member_plans {
    transition: all 0.4s ease;
    display: flex;
    border-left: 4px solid rgb(157,206,189);
    overflow: hidden;
    height: 100%;
    background: linear-gradient(145deg, #ffffff 0%, rgb(203,234,221) 100%);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    flex-direction: column;
    padding: 30px;
    position: relative;
    box-sizing: border-box;
}

.pricing_plan_card .basic_rates {
    z-index: 2;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.pricing_plan_card .basic_rates h4::after {
    transition: width 0.3s ease;
    width: 40px;
    bottom: -10px;
    background: rgb(157,206,189);
    left: 0;
    height: 3px;
    content: "";
    position: absolute;
}

.pricing_plan_card .learning_deals {
    background: rgb(157,206,189);
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              background-color 0.3s ease;
    position: relative;
    align-self: flex-start;
    font-size: 16px;
    color: #ffffff;
    margin-top: auto;
    font-weight: 700;
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    padding: 10px 20px;
}

.pricing_plan_card .pricing_catalog:hover {
    transform: translateY(-8px);
}

.pricing_plan_card .pricing_catalog:hover .member_plans::before {
    transform: translate(40%, -40%) rotate(45deg);
}

.pricing_plan_card .pricing_catalog:hover .learning_deals {
    transform: translateY(-5px);
    background: rgb(108,178,160);
}

.pricing_plan_card .pricing_catalog:active {
    transition: transform 0.2s;
    transform: translateY(-2px);
}

.course_program_details::before {
    content: "";
    opacity: 0.1;
    left: 0;
    animation: patternShift 20s linear infinite;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(157,206,189,0.5) 0,
        rgb(157,206,189,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    width: 100%;
    top: 0;
}

.course_program_details .container {
    position: relative;
    z-index: 2;
}

.course_program_details .image_container {
    transition: transform 0.7s ease-out, filter 0.7s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    filter: saturate(1.2) contrast(1.1);
    transform: scale(1.05);
    height: 100%;
}

.course_program_details .image_container::after {
    top: 0;
    width: 100%;
    opacity: 0.8;
    background: 
        radial-gradient(
            circle at 75% 25%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 90%
        );
    height: 100%;
    z-index: 3;
    position: absolute;
    content: "";
    left: 0;
}

.course_program_details .career_challenge::before {
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    border-radius: 20px 0 0 20px;
    width: 100%;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    position: absolute;
    content: "";
}

.course_program_details .head_site {
    position: relative;
    z-index: 5;
    margin-bottom: 25px;
    display: inline-block;
}

.course_program_details .head_site svg {
    transition: transform 0.3s ease;
    width: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    height: 60px;
}

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

.course_program_details .head_site:hover::after {
    width: 100%;
}

.course_program_details h3 {
    color: #000000;
    padding-bottom: 15px;
    line-height: 1.3;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.course_program_details p {
    line-height: 1.8;
    position: relative;
    color: #000000;
    margin-bottom: 0;
    font-size: 14px;
}

.primary_page {
    z-index: 1;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    align-items: center;
    display: flex;
}

.primary_page::after {
    opacity: 0.05;
    z-index: -1;
    animation: backgroundShift 120s linear infinite;
    height: 120%;
    background: repeating-linear-gradient(
    45deg,
    rgb(157,206,189,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(157,206,189,0.5) 12px
  );
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
}

.title_style_header {
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 700;
    animation: slideInUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    transform: translateY(0);
    margin: 0;
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.edu_begin {
    display: grid;
    transform: translateY(30px);
    gap: 2rem;
    animation: fadeInUp 1s ease-out 0.6s forwards;
    opacity: 0;
    grid-template-columns: 1fr;
}

.primary_page .who_weare:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}

.primary_page .who_weare h3 {
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    line-height: 1.4;
    margin: 0;
    color: #ffffff;
    position: relative;
}

.edu_begin > div:last-child {
    background: rgb(157,206,189);
    transform: perspective(1000px) rotateX(-2deg);
    padding: 1.5rem 2rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}

.edu_begin > div:last-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}

.edu_begin > div:last-child span {
    position: relative;
    display: block;
}

.contact_section {
    background: #ffffff;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.contact_section::before {
    width: 100%;
    z-index: 0;
    background-size: 20px 20px;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    position: absolute;
    top: 0;
    content: "";
}

.contact_section .image_container {
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}

.contact_section .help_query {
    position: relative;
    padding: 60px;
    flex: 0 0 60%;
}

.contact_section .help_query::after {
    content: "";
    background: rgb(203,234,221);
    position: absolute;
    top: 0;
    border-radius: 0 0 0 100%;
    height: 150px;
    right: 0;
    width: 150px;
    z-index: -1;
}

.contact_section h3::after {
    bottom: -10px;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(157,206,189);
    height: 2px;
    width: 40px;
}

.contact_section input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(157,206,189,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
}

.contact_section input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}

.contact_section .query_request input[type="checkbox"] {
    transition: all 0.2s ease;
    appearance: none;
    border: 2px solid rgb(203,234,221);
    width: 22px;
    position: relative;
    height: 22px;
    cursor: pointer;
    border-radius: 10px;
}

.contact_section .query_request label {
    line-height: 1.5;
    font-size: 13px;
    color: #000000;
}

.contact_section .query_request a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(157,206,189);
    position: relative;
}

.contact_section .query_request a::after {
    width: 100%;
    transition: all 0.3s ease;
    content: "";
    bottom: -2px;
    position: absolute;
    height: 1px;
    background: rgb(157,206,189);
    left: 0;
}

.contact_section .query_form:hover {
    box-shadow: 0 7px 20px rgb(108,178,160,0.5);
    background: rgb(108,178,160);
    transform: translateY(-2px);
}

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

.contact_section svg:hover {
    fill: rgb(108,178,160);
}

.contact_section svg:hover path {
    fill: rgb(108,178,160);
}

.tyPage::before {
    top: -20%;
    background: rgb(157,206,189,0.5);
    content: "";
    z-index: 0;
    animation: float 18s infinite ease-in-out;
    transform: rotate(-15deg) skew(15deg);
    right: -10%;
    opacity: 0.3;
    filter: blur(60px);
    width: 50%;
    height: 80%;
    position: absolute;
}

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

.tyPage h2 {
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    font-size: calc(32px * 1.1);
    line-height: 1.3;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    text-align: center;
}

.tyPage .pro_track {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 5px solid rgb(157,206,189);
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    padding: 40px;
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 100%);
}

.tyPage span {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 14px;
    display: block;
    color: #000000;
    font-weight: 400;
}

.meet_us {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(203,234,221) 0%, rgb(108,178,160,0.5) 100%);
}

.meet_us::after {
    z-index: 1;
    content: "";
    bottom: -5%;
    background: linear-gradient(240deg, rgb(108,178,160,0.5) 0%, transparent 80%);
    width: 60%;
    left: -10%;
    height: 50%;
    opacity: 0.6;
    position: absolute;
    transform: rotate(10deg);
}

.meet_us h1 {
    margin-bottom: 3rem;
    font-weight: 700;
    padding-bottom: 1rem;
    letter-spacing: 1px;
    position: relative;
    color: #000000;
    font-size: 47px;
    transform: translateX(-0.5rem);
}

.meet_us h1:hover::after {
    transform: scaleX(1.5);
}

.meet_us .learning_experts {
    position: relative;
}

.meet_us .learning_experts ul {
    display: grid;
    gap: 3rem;
    margin: 0;
    grid-template-columns: 1fr;
    list-style: none;
    padding: 0;
}

.meet_us .edu_leadership::before {
    background: linear-gradient(to bottom, rgb(157,206,189), rgb(108,178,160));
    transition: height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 0;
    content: "";
    top: 0;
    left: 0;
    width: 4px;
    position: absolute;
}

.meet_us .edu_leadership:hover::before {
    height: 100%;
}

.meet_us .edu_leadership h4 {
    font-weight: 600;
    color: rgb(157,206,189);
    font-size: calc(20px * 1.2);
    padding-bottom: 0.75rem;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    margin-bottom: 1.5rem;
}

.meet_us .edu_leadership:hover h4::after {
    width: 5rem;
}

.cookieNotificationAlert {
    width: 100%;
    overflow: hidden;
    bottom: 0;
    padding: 20px;
    font-family: Arial, sans-serif;
    background: rgb(203,234,221);
    position: fixed;
    border-top: 3px solid rgb(157,206,189);
    z-index: 1050;
}

.cookie_overview {
    margin-right: 20px;
    flex-shrink: 0;
}

#cookieInfoContainer {
    display: none;
}

.cookie_overview svg {
    height: 60px;
    fill: rgb(157,206,189);
    transition: fill 0.3s ease-in-out;
    width: 60px;
}

.edu_settings p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 0;
}

.cookie_data {
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 10px;
    margin-left: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.cookie_data {
    border: 1px solid rgb(157,206,189);
    color: #ffffff;
    background-color: rgb(157,206,189);
}

.location_details::before {
    opacity: 0.05;
    z-index: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(157,206,189,0.5) 0%, transparent 100%);
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}

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

.location_details .ask_for_help {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.location_details .info_request:first-child {
    padding-left: 40px;
    border-left: 4px solid rgb(157,206,189);
    flex: 0 1 calc(50% - 15px);
}

.location_details .info_request:nth-child(3) {
    flex: 0 1 100%;
    background: rgb(157,206,189);
    display: flex;
    border-radius: 11px;
    margin-top: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    padding: 30px;
}

.location_details .join_community {
    position: relative;
    font-weight: 600;
    color: rgb(108,178,160);
    display: inline-block;
    margin-bottom: 20px;
    font-size: calc(18px * 1.1);
}

.location_details .info_request > p {
    padding-left: 30px;
    color: #000000;
    align-items: center;
    font-size: 17px;
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.location_details .info_request > p svg path {
    fill: rgb(157,206,189);
}

.location_details .connect_block {
    background: #ffffff;
    margin-top: 40px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.location_details .connect_block h3::after {
    height: 3px;
    width: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: rgb(108,178,160);
}

.location_details .start_chat span:hover {
    transform: translateY(-3px);
    background: rgb(157,206,189,0.5);
}

.location_details .info_request .image_container {
    width: 100%;
    height: 100%;
    border-radius: 11px;
    overflow: hidden;
    position: relative;
}

.location_details .get_contactblock {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.location_details .get_contactblock a:hover {
    transform: translateY(-5px);
}

.location_details .get_contactblock svg {
    margin-right: 15px;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}

.location_details .get_contactblock svg path {
    fill: #ffffff;
}

.location_details .get_contactblock a span {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(17px * 0.8);
}

footer::before {
    z-index: 1;
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(157,206,189) 150%);
    opacity: 0.92;
    right: 0;
    content: '';
}

.mod_tools .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.mod_tools .company_holder h3 {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
}

.mod_tools .faq_block {
    font-size: 17px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    line-height: 1.6;
}

.mod_tools .learn_nav {
    position: relative;
}

.mod_tools .top_edu {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}

.mod_tools .top_edu h5 {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 18px;
    border-left: 3px solid rgb(157,206,189);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    color: #ffffff;
    font-weight: 600;
}

.mod_tools .top_edu .nav_mainwrap a::before {
    z-index: -1;
    position: absolute;
    width: 0;
    content: '';
    top: 0;
    background: rgb(157,206,189,0.5);
    left: 0;
    transition: width 0.3s ease;
    height: 100%;
}

.mod_tools .top_edu .nav_mainwrap a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
    color: #ffffff;
}

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



footer::after {
    bottom: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    background-size: 40px 40px;
    z-index: 1;
    position: absolute;
    left: 0;
    content: '';
    right: 0;
    top: 0;
}

.education_history::before {
    background: linear-gradient(
        135deg,
        rgb(108,178,160,0.5) 0%,
        transparent 40%,
        rgb(157,206,189,0.5) 100%
    );
    top: -10%;
    transform: skewY(-5deg);
    left: -5%;
    height: 120%;
    position: absolute;
    width: 120%;
    content: "";
    z-index: 0;
}

.education_history .success_ratings:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.07),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

.education_history .success_ratings > div:first-child {
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
    transition: transform 0.4s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    height: 240px;
}

.education_history .success_ratings:hover .image_container {
    transform: scale(1.03);
}

.education_history .success_ratings > div:nth-child(2) {
    position: relative;
    transform: translateZ(10px);
    padding-left: 15px;
}

.education_history .success_ratings:hover > div:nth-child(2)::before {
    transform: scaleY(1);
}

.education_history .name {
    font-weight: 700;
    position: relative;
    font-size: 19px;
    margin: 0 0 10px;
    display: inline-block;
    color: #000000;
}

.education_history .name::after {
    bottom: -5px;
    transition: width 0.4s ease;
    height: 2px;
    position: absolute;
    content: "";
    background-color: rgb(157,206,189);
    width: 40%;
    left: 0;
}

.education_history .success_ratings > div:nth-child(3) {
    transition: transform 0.4s ease-out;
    transform: translateZ(5px);
    position: relative;
}

.education_history .exp_details {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000000;
    box-shadow: 
        inset 0 0 0 1px rgba(rgb(157,206,189,0.5), 0.1),
        0 10px 30px rgba(0, 0, 0, 0.03);
    margin: 0;
    line-height: 1.8;
    font-size: 12px;
    position: relative;
    padding: 20px 10px 20px 25px;
    border-radius: 10px;
}

header::after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    content: '';
    height: 4px;
    background: linear-gradient(90deg, 
        rgb(157,206,189) 0%, 
        rgb(108,178,160) 50%, 
        rgb(157,206,189) 100%);
    left: 0;
}

header .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}

header .page_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .top_section {
    border-radius: 10px;
    position: relative;
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-size: 17px;
    color: #ffffff;
    padding: 0.7rem 1.2rem;
}

header .top_section::after {
    background: rgb(157,206,189);
    border-radius: 10px;
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

header .top_section:hover::before {
    transform: scale(1);
    opacity: 1;
}

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

header .top_sitewrap:hover::before {
    left: 100%;
}

::-webkit-scrollbar {
    width: 2%;
    scroll-behavior: smooth;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: rgb(157,206,189,0.5);
    border-radius: 6.1vw;
    border: 1px dashed rgb(157,206,189,0.5);
}

::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 9999px;
    transition: box-shadow, transform 1s cubic-bezier(0.42, 0, 0.58, 1);
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset -2px -4px 13px -1px rgba(0, 0, 0, 0.2);
}

.meet_us .edu_leadership div::-webkit-scrollbar {
    width: 4px;
}

.meet_us .edu_leadership div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(203,234,221);
}

.meet_us .edu_leadership div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(108,178,160,0.5);
}

.meet_us .edu_leadership div::-webkit-scrollbar-thumb:hover {
    background: rgb(108,178,160);
}



@media (max-width: 767px) {.privacy_concealment {
    padding: 4rem 1rem;
}.privacy_concealment h1 {
    font-size: calc(38px * 0.9);
}.privacy_concealment h2 {
    font-size: calc(35px * 0.9);
}.privacy_concealment h3 {
    font-size: calc(35px * 0.75);
}.privacy_concealment h4 {
    font-size: calc(35px * 0.65);
}}



@media (max-width: 768px) {.pricing_plan_card {
    padding: 60px 0;
}.pricing_plan_card h2 {
    font-size: calc(32px - 6px);
}.pricing_plan_card .indv_cost {
    font-size: calc(16px - 1px);
}.pricing_plan_card .sub_options {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 15px;
}.pricing_plan_card .basic_rates h4 {
    font-size: 20px;
}.pricing_plan_card .basic_rates p {
    font-size: calc(16px - 2px);
    margin-bottom: 20px;
}
}



@media (max-width: 1200px) {.course_program_details .career_challenge {
    max-width: 65%;
}
}



@media (max-width: 992px) {.course_program_details {
    padding: 80px 0;
}.course_program_details .pro_track {
    display: block;
    min-height: auto;
}.course_program_details .image_container {
    margin-bottom: 30px;
    position: relative;
    height: 300px;
}.course_program_details .career_challenge {
    padding: 40px 30px;
    transform: translateX(0);
    border-radius: 20px;
    max-width: 100%;
}.course_program_details .career_challenge::before,
    .course_program_details .career_challenge::after {
    border-radius: 20px;
}
}



@media (max-width: 767px) {.primary_page {
    padding: 1.5rem;
}.primary_page > div {
    padding: 1.5rem;
}.title_style_header {
    font-size: clamp(2rem, 7vw, 2.5rem);
}.title_style_header::after {
    width: 6rem;
    height: 0.25rem;
}.primary_page .who_weare {
    padding: 1.5rem;
}.edu_begin > div:last-child {
    padding: 1.25rem 1.5rem;
}
}



@media (max-width: 480px) {.primary_page > div {
    padding: 1rem;
}.title_style_header {
    font-size: clamp(1.75rem, 8vw, 2rem);
}.title_style_header::after {
    width: 5rem;
    height: 0.2rem;
}.primary_page .who_weare {
    padding: 1.25rem;
}.primary_page .who_weare h3 {
    font-size: clamp(1rem, 5vw, 1.25rem);
}.edu_begin > div:last-child {
    padding: 1rem 1.25rem;
}.edu_begin > div:last-child p {
    font-size: clamp(0.875rem, 4vw, 1rem);
}}



@media (max-width: 768px) {.contact_section {
    padding: 60px 0;
}.contact_section h2 {
    font-size: calc(36px - 4px);
    margin-bottom: 30px;
}.contact_section .help_query {
    padding: 40px 30px;
}.contact_section #contact {
    gap: 25px;
}.contact_section .image_container {
    min-height: 250px;
}
}



@media (max-width: 991px) {.tyPage {
    padding: 90px 0;
}.tyPage h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2rem;
}.tyPage .pro_track {
    padding: 30px;
}
}



@media (max-width: 767px) {.tyPage {
    padding: 70px 0;
}.tyPage h2 {
    font-size: calc(32px * 0.8);
    line-height: 1.4;
}.tyPage h2::after {
    width: 60px;
    bottom: -12px;
}.tyPage .pro_track {
    padding: 25px 20px;
    border-left: 4px solid rgb(157,206,189);
}.tyPage li {
    padding-left: 20px;
}.tyPage li::before {
    width: 10px;
    height: 10px;
    top: 7px;
}.tyPage span {
    font-size: calc(14px - 1px);
    line-height: 1.7;
}
}



@media (min-width: 768px) {.meet_us {
    padding: 7rem 0;
}.meet_us .container {
    padding: 0 4rem;
}.meet_us h1 {
    font-size: calc(47px * 1.2);
    margin-bottom: 4rem;
}.meet_us .learning_experts ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.meet_us .edu_leadership {
    height: 500px;
    display: flex;
    flex-direction: column;
}.meet_us .edu_leadership div {
    max-height: none;
    overflow-y: auto;
    flex-grow: 1;
}
}



@media (max-width: 767px) {.meet_us {
    padding: 4rem 0;
}.meet_us .container {
    padding: 0 1.5rem;
}.meet_us h1 {
    margin-bottom: 2.5rem;
    font-size: calc(47px * 0.9);
}.meet_us .learning_experts ul {
    gap: 2rem;
}.meet_us .edu_leadership {
    padding: 1.5rem;
}.meet_us .edu_leadership h4 {
    margin-bottom: 1rem;
    font-size: 20px;
}.meet_us .edu_leadership div {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
    max-height: 200px;
}}



@media (max-width: 1200px) {.location_details {
    padding: 80px 0;
}.location_details .info_request:first-child {
    flex: 0 1 calc(50% - 15px);
}.location_details .info_request:nth-child(2) {
    flex: 0 1 calc(50% - 15px);
}
}



@media (max-width: 991px) {.location_details .info_request:first-child,
    .location_details .info_request:nth-child(2) {
    flex: 0 1 100%;
}.location_details .info_request:nth-child(2) {
    order: -1;
    height: 300px;
    max-height: 300px;
}.location_details .info_request:first-child {
    margin-top: 30px;
}.location_details .team_contact {
    max-width: 100%;
}
}



@media (max-width: 992px) {.mod_tools .container {
    flex-direction: column;
}
}



@media (max-width: 768px) {.mod_tools {
    padding: 50px 0;
}.mod_tools .top_edu {
    flex: 0 0 100%;
}
}



@media (max-width: 576px) {.mod_tools {
    padding: 40px 0;
}.mod_tools .company_holder h3 {
    font-size: calc(30px * 0.8);
}.mod_tools .top_edu h5 {
    font-size: calc(18px * 0.9);
}.mod_tools .top_edu .nav_mainwrap a,
    .mod_tools .footer_agreement {
    font-size: calc(17px * 0.95);
}}



@media screen and (min-width: 992px) {.education_history {
    padding: 120px 0;
}.education_history .success_ratings {
    padding: 60px;
    grid-template-columns: 380px 1fr;
    transform: perspective(1200px) rotateY(-3deg);
    gap: 40px;
}.education_history .name {
    font-size: calc(19px + 2px);
}.education_history .success_ratings > div:nth-child(2) > div {
    font-size: 12px;
}.education_history .exp_details {
    line-height: 1.9;
    padding: 30px 25px 30px 45px;
}.education_history .exp_details::before {
    font-size: calc(43px * 2);
}
}



@media (hover: none) {.education_history .success_ratings {
    transform: none !important;
}.education_history .success_ratings > div:first-child,
    .education_history .success_ratings > div:nth-child(3) {
    transform: none !important;
}
}



@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .top_edu {
    gap: 0.3rem;
}header .top_section {
    font-size: calc(17px - 1px);
    padding: 0.6rem 0.8rem;
}header .top_sitewrap svg {
    width: 140px;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .top_edu {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .top_edu::-webkit-scrollbar {
    height: 3px;
}header .top_edu::-webkit-scrollbar-thumb {
    background: rgb(157,206,189);
    border-radius: 10px;
}header .top_section {
    white-space: nowrap;
}header .top_sitewrap svg {
    width: 110px;
}
}



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



@keyframes fadeIn {
  to {
    opacity: 1;
  }
}



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



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



@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}



@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-15deg) skew(15deg) translate(20px, 20px);
    }
}



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

