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

.nav_class {
    flex: 1 0 auto;
}

.nav_class {
    position: relative;
    background: rgb(209,213,230);
    z-index: 1;
    padding-top: 2rem;
}

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

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

.privacy_garrison::before {
    content: '';
    height: 200px;
    background-color: rgb(166,177,205,0.5);
    z-index: 0;
    width: 200px;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: -50px;
}

.privacy_garrison h2 {
    border-bottom: 2px solid rgb(124,131,179);
    text-transform: uppercase;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 34px;
}

.privacy_garrison ul, .privacy_garrison ol {
    padding-left: 25px;
    list-style: none;
    z-index: 1;
    margin-bottom: 25px;
    position: relative;
}

.privacy_garrison ul li:before, .privacy_garrison ol li:before {
    width: 12px;
    content: '';
    position: absolute;
    top: 0.6em;
    background-color: rgb(124,131,179);
    left: 0;
    border-radius: 50%;
    height: 12px;
    box-shadow: 0 0 5px rgb(124,131,179,0.5);
}

.privacy_garrison div {
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}

.privacy_garrison div::before {
    background-color: rgb(124,131,179);
    position: absolute;
    content: '';
    left: -20px;
    transform: translateY(-50%);
    width: 10px;
    border-radius: 50%;
    top: 50%;
    height: 10px;
}

.data_analysis .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.data_analysis .knowledge_boosters {
    position: relative;
    perspective: 1000px;
    border-bottom: 3px solid transparent;
    z-index: 2;
    transition: all 0.4s ease;
    text-align: center;
    background: transparent;
    transform-style: preserve-3d;
    padding: 40px 20px;
    flex: 0 0 calc(25% - 20px);
}

.data_analysis .knowledge_boosters h4 {
    transition: all 0.3s ease;
    margin: 0 0 10px;
    transform: translateZ(20px);
    font-weight: 700;
    font-size: 3rem;
    color: rgb(166,177,205);
}



.data_analysis .knowledge_boosters h4 {
    animation: countUp 1s forwards;
    opacity: 0;
    animation-delay: calc(var(--i, 0) * 0.2s);
}

.data_analysis .smart_statistics::before,
.data_analysis .smart_statistics::after {
    background: rgb(166,177,205);
    width: 30px;
    position: absolute;
    height: 2px;
    content: "";
    top: 50%;
}

.data_analysis .smart_statistics::before {
    left: -40px;
}

.data_analysis svg path {
    fill: rgb(166,177,205);
    transition: all 0.5s ease;
}

.data_analysis .knowledge_boosters:hover svg path {
    fill: rgb(124,131,179);
}

.data_analysis .knowledge_boosters:nth-child(3) h4 {
    --i: 3;
}

.title_greeting::before {
    left: 0;
    top: 0;
    background-image: 
    radial-gradient(circle at 10% 20%, rgb(166,177,205,0.5) 1px, transparent 3px),
    radial-gradient(circle at 30% 70%, rgb(166,177,205,0.5) 1px, transparent 3px),
    radial-gradient(circle at 70% 40%, rgb(166,177,205,0.5) 1px, transparent 3px),
    radial-gradient(circle at 90% 80%, rgb(166,177,205,0.5) 1px, transparent 3px);
    background-size: 100px 100px;
    z-index: 0;
    position: absolute;
    right: 0;
    content: "";
    opacity: 0.15;
    bottom: 0;
}

.title_greeting .course_page .knowledge_experts::before {
    top: 0;
    content: "";
    right: 0;
    background: linear-gradient(180deg, 
    rgba(0, 0, 0, 0.1) 0%, 
    rgba(0, 0, 0, 0.7) 100%);
    left: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
}

.title_greeting .title_style_header {
    line-height: 1.2;
    opacity: 0;
    animation: fadeInUp 0.6s ease-out 0.6s forwards;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    font-size: 46px;
    margin-top: 0.5rem;
    font-weight: 700;
    color: #ffffff;
}

.manage_cookies {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

.cookies_overview {
    flex-shrink: 0;
    margin-right: 10px;
}

.privacySettingsBanner p a {
    color: rgb(166,177,205);
    text-decoration: none;
}

#cookieModalMessage {
    display: none;
}


.wrapper-skeleton .manage_cookies {
    justify-content: flex-end;
}

.wrapper-skeleton .track_settings {
    color: #ffffff;
    margin-left: 30px;
    font-size: 20px;
    padding: 10px;
    background: rgb(166,177,205);
}

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

.client_experience h2 {
    display: inline-block;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3rem;
    position: relative;
}

.client_experience .client_stories {
    flex: 0 0 300px;
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform-origin: center center;
    padding: 2rem;
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
    scroll-snap-align: center;
    border-radius: 13px;
}

.client_experience .client_stories img {
    width: 80px;
    margin-bottom: 1rem;
    object-fit: cover;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    transform: translateX(-1rem);
    border: 3px solid #ffffff;
    border-radius: 50%;
    height: 80px;
}



.lang_learn .container {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.lang_learn .company_holder::after {
    width: 1px;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(166,177,205), transparent);
    position: absolute;
    top: 10%;
    height: 80%;
    right: 0;
}

.lang_learn .company_holder h3:hover::after {
    width: 100%;
}

.lang_learn .template_cta {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    line-height: 1.6;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.08);
    margin-top: 15px;
    font-size: 12px;
    padding: 15px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

.lang_learn .main_site:hover::before {
    transform: translateX(100%);
}

.lang_learn .main_site h5 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #ffffff;
}

.lang_learn .main_site:hover h5::after {
    box-shadow: 0 0 8px rgb(166,177,205), 0 0 16px rgb(166,177,205,0.5);
    width: 70px;
}

.lang_learn .main_site .head_main a::before {
    height: 1px;
    bottom: -2px;
    background: linear-gradient(90deg, rgb(166,177,205), transparent);
    transform-origin: left;
    transition: width 0.3s ease, transform 0.3s ease;
    position: absolute;
    left: 0;
    content: '';
    width: 0;
}

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

.edu_global .help_center:hover {
    opacity: 1;
}




footer {
    position: relative;
}

.lang_learn .company_holder h3::before {
    content: '';
    left: -100%;
    position: absolute;
    top: 0;
    height: 100%;
    transition: 0.5s;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    pointer-events: none;
}

.contact_information::before {
    height: 100%;
    left: 0;
    background-size: 60px 60px;
    animation: gradientMove 20s linear infinite;
    content: "";
    opacity: 0.05;
    width: 100%;
    position: absolute;
    background: linear-gradient(45deg, 
        rgb(166,177,205,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(166,177,205,0.5) 50%, 
        rgb(166,177,205,0.5) 75%, 
        transparent 75%, 
        transparent);
    top: 0;
}

.contact_information .picture_frame {
    position: relative;
    min-height: 600px;
    order: 2;
    height: 100%;
}

.contact_information .request_map::before {
    width: 10px;
    background: linear-gradient(to bottom, rgb(166,177,205), rgb(124,131,179));
    right: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
}

.contact_information form input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(166,177,205);
    outline: none;
}

.contact_information form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_information form input#name::before {
    top: 50%;
    height: 20px;
    background: rgb(166,177,205);
    content: "";
    position: absolute;
    transform: translateY(-50%);
    width: 20px;
    left: 20px;
    border-radius: 50%;
}

.contact_information .request_widget input[type="checkbox"]:checked + label::before {
    background: rgb(166,177,205);
}

.contact_information .request_widget label a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(166,177,205);
    position: relative;
}

.contact_information .request_widget label a:hover::after {
    width: 100%;
}

.contact_information form .support_support {
    text-transform: uppercase;
    position: relative;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
    border: none;
    background: rgb(166,177,205);
    font-family: Arial, sans-serif;
    z-index: 1;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    display: inline-block;
    font-size: 19px;
}

.gratSpot::after {
    background: rgb(124,131,179,0.5);
    height: 80%;
    bottom: -5%;
    transform: rotate(3deg);
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    right: -5%;
    z-index: 1;
    opacity: 0.1;
    position: absolute;
    width: 40%;
    content: "";
}

.gratSpot .approach_edu::before {
    height: 6px;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(166,177,205) 0%, rgb(124,131,179) 100%);
    width: 100%;
}

.gratSpot h5 {
    padding-left: 20px;
    margin: 0 0 10px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    color: rgb(166,177,205);
    transform: translateZ(0);
    font-size: 24px;
}

.gratSpot a {
    background-color: rgba(rgb(209,213,230), 0.3);
    display: block;
    text-decoration: none;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.gratSpot a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
    background-color: rgba(rgb(209,213,230), 0.5);
}

.about_this::before {
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.7;
    background: radial-gradient(circle at 70% 30%, rgb(166,177,205,0.5) 0%, transparent 60%);
    left: 0;
    height: 100%;
}

.about_this h1::after {
    content: "";
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(166,177,205) 0%, transparent 100%);
    animation: expandLine 1s forwards 0.8s ease-out;
    width: 60%;
    transform: scaleX(0);
    height: 4px;
    left: 0;
    transform-origin: left;
}

.about_this .skill_lab {
    animation: fadeUp 1s forwards 0.4s ease-out;
    overflow: hidden;
    transform: translateY(30px);
    position: relative;
    padding: 2.5rem;
    border-radius: 8px;
    opacity: 0;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s, box-shadow 0.4s;
}

.about_this h4 {
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-weight: 600;
    color: #000000;
    display: inline-block;
    font-size: calc(18px * 1.1);
    position: relative;
}

.about_this .skill_lab div {
    max-height: 300px;
    color: #000000;
    line-height: 1.8;
    font-size: 15px;
    padding-right: 10px;
    position: relative;
    overflow-y: auto;
}

.program_overview .job_classes {
    flex-direction: column;
    display: flex;
    position: relative;
}

.program_overview .textual_box h2 {
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-size: 35px;
    text-align: center;
}

.program_overview .textual_box .description:last-of-type {
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 20px;
}

.program_overview .picture_frame::before {
    right: 0;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 70%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.program_overview .job_classes::before {
    border-radius: 50%;
    left: 10%;
    content: '';
    animation: pulse 4s ease-in-out infinite;
    height: 60px;
    border: 2px solid rgb(166,177,205,0.5);
    position: absolute;
    width: 60px;
    top: 20px;
    z-index: 1;
}

.pricing_lineup::after {
    transform: rotate(10deg);
    content: "";
    height: 50%;
    position: absolute;
    left: -3%;
    opacity: 0.08;
    background: linear-gradient(45deg, rgb(124,131,179,0.5) 30%, rgb(166,177,205,0.5) 70%);
    border-radius: 10px;
    bottom: -5%;
    width: 35%;
    z-index: 0;
}

.pricing_lineup .cost_rates h2::after {
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(166,177,205), transparent);
    transform: translateX(-50%);
    width: 70%;
    bottom: -0.75rem;
    position: absolute;
    content: "";
    left: 50%;
}

.pricing_lineup .payment_pricing:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

.pricing_lineup .payment_pricing:hover::before {
    transform: translateY(0);
}

.pricing_lineup .value_deals {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
}

.pricing_lineup .learning_fee h3 {
    position: relative;
    font-size: calc(19px * 1.1);
    color: #000000;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 700;
}

.pricing_lineup .learning_fee p {
    word-break: break-word;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    overflow-wrap: break-word;
    line-height: 1.65;
    font-size: 13px;
    word-wrap: break-word;
    color: #000000;
}

.pricing_lineup .payment_pricing:nth-child(odd) .learning_fee::before {
    opacity: 0.1;
    height: 2.5rem;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    top: 1rem;
    width: 2.5rem;
    background: rgb(166,177,205,0.5);
    content: "";
    right: 1rem;
}

header::after {
    bottom: 0;
    position: absolute;
    content: '';
    opacity: 0.6;
    width: 100%;
    height: 10px;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(166,177,205,0.5), 
        transparent
    );
}

header .nav_pro:hover {
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .top_header {
    display: block;
    position: relative;
    transition: all 0.4s ease;
}

header .main_site::before {
    position: absolute;
    height: 110%;
    z-index: -1;
    content: '';
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    opacity: 0.1;
    left: -5%;
    top: -5%;
    background: linear-gradient(135deg, rgb(166,177,205,0.5) 0%, transparent 100%);
    transition: all 0.6s ease;
    width: 110%;
}

header .header_lead a:hover {
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(-3px) scale(1.05);
}

header .header_lead::after {
    left: 50%;
    width: 6px;
    opacity: 0.7;
    transition: transform 0.4s ease;
    bottom: -8px;
    border-radius: 50%;
    content: '';
    height: 6px;
    background: rgb(166,177,205);
    transform: translateX(-50%) scale(0);
    position: absolute;
}

.check_it_out_now {
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(166,177,205) 0%, rgb(124,131,179) 100%);
    padding: 5rem 2rem;
    z-index: 1;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.check_it_out_now .container {
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    animation: containerReveal 0.8s ease-out forwards;
}

.check_it_out_now .container div span {
    transition: transform 0.3s var(--timing-cubic);
    position: relative;
    display: inline-block;
}

.check_it_out_now .container div span::before {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(255,255,255,0.2);
    width: calc(100% + 20px);
    position: absolute;
    transform: scale(0.9);
    top: -10px;
    opacity: 0;
    z-index: -1;
    left: -10px;
    content: "";
    height: calc(100% + 20px);
    border-radius: 30px;
}

.check_it_out_now .support_support:hover {
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

.check_it_out_now .support_support span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}

.potential_students {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(209,213,230) 30%, rgb(124,131,179,0.5) 100%);
    position: relative;
    padding: 110px 0;
}



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

.potential_students .approach_edu {
    position: relative;
    display: grid;
    align-items: start;
    gap: 40px;
    grid-template-columns: 300px 1fr;
}

.potential_students h4::after {
    bottom: -20px;
    border-radius: 10px;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    width: 120px;
    background: rgb(166,177,205,0.5);
}

.potential_students div p:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.potential_students div p:hover::before {
    width: 8px;
}

.potential_students div p svg {
    margin-right: 20px;
    position: relative;
    min-width: 28px;
    transition: all 0.3s ease;
    z-index: 2;
    width: 28px;
    height: 28px;
}

.potential_students div p svg path {
    fill: rgb(166,177,205);
    transition: fill 0.3s ease;
}

.instructor_history::after {
    transform: translate3d(0, 0, 0);
    content: "";
    filter: blur(40px);
    z-index: -1;
    position: absolute;
    top: -5%;
    width: 300px;
    opacity: 0.4;
    right: -5%;
    background: radial-gradient(circle, rgb(124,131,179,0.5) 0%, transparent 70%);
    height: 300px;
}

.instructor_history .client_stories:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 25px 50px rgba(0, 0, 0, 0.09);
}

.instructor_history .picture_frame {
    width: 120px;
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.8),
        0 10px 20px rgba(0, 0, 0, 0.15);
    height: 120px;
    overflow: hidden;
    border-radius: 0.75rem;
    transform: translateZ(20px) rotate(-2deg);
    transition: all 0.4s ease;
    position: relative;
}

.instructor_history .name::after {
    transition: width 0.3s ease;
    width: 40px;
    position: absolute;
    height: 3px;
    bottom: -5px;
    content: "";
    background: rgb(166,177,205);
    left: 0;
}

.instructor_history .exp_list {
    font-size: 17px;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.7;
    color: #000000;
    margin: 0;
}

.customer_support::before {
    width: 25rem;
    position: absolute;
    z-index: 1;
    content: "";
    right: -5%;
    top: -5%;
    background: radial-gradient(circle, rgb(166,177,205,0.5) 0%, transparent 70%);
    opacity: 0.2;
    height: 25rem;
    transform: rotate(-15deg);
}

.customer_support .learn_form {
    gap: 2rem;
    display: grid;
    padding: 3rem;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    position: relative;
    grid-template-columns: 1fr;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
}

.customer_support h5 {
    margin-bottom: 0.5rem;
    gap: 0.5rem;
    font-size: 19px;
    align-items: center;
    display: flex;
    color: #000000;
    font-weight: 600;
}

.customer_support .ask_form::after {
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    background: rgb(166,177,205);
    width: 0;
    content: "";
    bottom: 0;
}

.customer_support svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}

.customer_support li:hover {
    transform: translateX(5px);
}


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


@media only screen and (max-width: 800px) {.privacy_garrison {
    padding: 40px 20px;
}.privacy_garrison h1 {
    font-size: calc(24px - 10px);
}.privacy_garrison h2 {
    font-size: calc(24px - 8px);
}.privacy_garrison p, .privacy_garrison li {
    font-size: calc(15px - 2px);
}.privacy_garrison::before, .privacy_garrison::after {
    width: 150px;
    height: 150px;
}}



@media (max-width: 768px) {.data_analysis {
    padding: 80px 0;
}.data_analysis .learn_statistics {
    margin-top: 50px;
}.data_analysis .knowledge_boosters {
    padding: 30px 15px;
}.data_analysis .knowledge_boosters h4 {
    font-size: 2.5rem;
}.data_analysis svg {
    margin-bottom: 15px;
    width: 40px;
    height: 40px;
}.data_analysis .smart_statistics {
    font-size: calc(38px * 0.85);
}.data_analysis .smart_statistics::before,
    .data_analysis .smart_statistics::after {
    display: none;
}
}



@media (min-width: 1024px) {.title_greeting {
    padding: 0;
    height: 100vh;
}.title_greeting .course_page > div {
    gap: 4rem;
    grid-template-columns: 0.8fr 1.2fr;
}.title_greeting .course_page h3 {
    font-size: calc(20px * 1.2);
    max-width: 85%;
}.title_greeting .course_page .knowledge_experts {
    min-height: 500px;
    transition: transform 0.6s ease;
    transform: perspective(1000px) rotateY(-5deg);
}.title_greeting .course_page .knowledge_experts:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_greeting .course_page .knowledge_experts > div {
    padding: 5rem 4rem;
}.title_greeting .title_style_header {
    font-size: calc(46px * 1.4);
}.title_greeting .course_page .knowledge_experts p {
    font-size: calc(13px * 1.2);
}
}



@media (max-width: 768px) {.lang_learn {
    padding: 40px 0 20px;
}.lang_learn .head_main {
    flex-direction: column;
}.lang_learn .main_site {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.lang_learn .company_holder h3 {
    font-size: calc(35px * 0.8);
}.lang_learn .main_site h5 {
    font-size: calc(24px * 0.9);
}.edu_global .help_center {
    font-size: calc(12px * 0.9);
}
}



@media (max-width: 576px) {.lang_learn {
    padding: 30px 0 15px;
}.lang_learn .company_holder {
    margin-bottom: 30px;
}.lang_learn .company_holder h3 {
    font-size: calc(35px * 0.7);
}.lang_learn .main_site h5 {
    font-size: calc(24px * 0.8);
}.edu_global {
    padding: 10px 0;
}.edu_global .help_center {
    font-size: calc(12px * 0.8);
}}



@media screen and (min-width: 768px) {.gratSpot {
    padding: 150px 0;
}.gratSpot .approach_edu {
    padding: 80px 60px;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.gratSpot h5 {
    font-size: calc(24px * 1.1);
    max-width: 90%;
}.gratSpot p {
    font-size: calc(16px * 1.05);
}.gratSpot a {
    padding: 25px;
}
}



@media (prefers-reduced-motion: reduce) {.gratSpot .approach_edu,
    .gratSpot .approach_edu:hover,
    .gratSpot a,
    .gratSpot a:hover,
    .gratSpot p,
    .gratSpot a:hover p,
    .gratSpot a::before,
    .gratSpot a:hover::before {
    animation: none;
    transition: none;
    transform: none;
}}



@media (min-width: 992px) {.about_this {
    padding: 8rem 0;
}.about_this::before {
    animation: pulse 20s infinite alternate ease-in-out;
}.about_this ul {
    gap: 4rem;
}.about_this .skill_lab {
    transform: translateY(30px) rotate(-1deg);
}.about_this .skill_lab:nth-child(2) {
    transform: translateY(30px) rotate(1deg);
}.about_this .skill_lab:hover {
    transform: translateY(-5px) scale(1.02) rotate(0);
}.about_this .skill_lab:nth-child(2):hover {
    transform: translateY(-5px) scale(1.02) rotate(0);
}.about_this .skill_lab div {
    max-height: 400px;
}.about_this h1 {
    margin-left: 4rem;
}
}



@media (max-width: 576px) {.program_overview {
    padding: 60px 0;
}.program_overview .textual_box {
    padding: 20px;
    margin-top: -30px;
    width: 100%;
}.program_overview .picture_frame {
    transform: none;
    height: 250px;
}.program_overview .textual_box h2 {
    font-size: calc(35px * 0.85);
}.program_overview .textual_box .description {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 767px) {.pricing_lineup {
    padding: 4rem 0;
}.pricing_lineup .cost_rates h2 {
    font-size: calc(29px * 0.9);
}.pricing_lineup .learning_fee h3 {
    font-size: 19px;
}.pricing_lineup .learning_fee .price_schemes {
    font-size: calc(19px * 1.15);
}.pricing_lineup .picture_frame {
    height: 160px;
}
}



@media (hover: none) {.pricing_lineup .payment_pricing:hover {
    transform: none;
}.pricing_lineup .payment_pricing:hover .picture_frame {
    transform: none;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .nav_learning {
    padding: 0.8rem 1.5rem;
}header .nav_pro {
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
    padding: 0.6rem;
}header .top_header img {
    max-height: 35px;
}header .main_site {
    margin-top: 0.8rem;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
}header .main_site::-webkit-scrollbar {
    height: 3px;
}header .main_site::-webkit-scrollbar-thumb {
    background: rgb(166,177,205,0.5);
    border-radius: 10px;
}header .header_lead {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .header_lead a {
    font-size: calc(16px - 2px);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}header .header_lead::after {
    display: none;
}header::after {
    height: 5px;
}
}



@media (max-width: 991px) {.potential_students {
    padding: 90px 0;
}.potential_students .approach_edu {
    gap: 30px;
    grid-template-columns: 250px 1fr;
}.potential_students h4 {
    font-size: calc(31px - 2px);
}.potential_students div {
    gap: 15px;
}.potential_students div p {
    padding: 18px 20px;
}.potential_students div p:nth-child(even) {
    transform: translateX(20px);
}.potential_students div p:nth-child(even):hover {
    transform: translate(20px, -5px);
}.potential_students div p svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    min-width: 24px;
}
}



@media (min-width: 992px) {.instructor_history {
    padding: 7rem 0;
}.instructor_history .client_stories {
    gap: 0 3rem;
    grid-template-areas: "photo info quote";
    grid-template-rows: 1fr;
    grid-template-columns: auto 1fr 2fr;
    padding: 3.5rem;
}.instructor_history .client_stories > div:nth-child(1) {
    grid-area: photo;
}.instructor_history .client_stories > div:nth-child(2) {
    grid-area: info;
    align-self: center;
}.instructor_history .client_stories > div:nth-child(3) {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    padding-left: 3rem;
    grid-area: quote;
}.instructor_history .picture_frame {
    height: 180px;
    width: 180px;
}.instructor_history .exp_list {
    padding-left: 0;
}.instructor_history .exp_list::before {
    left: -30px;
}
}



@media (min-width: 992px) {.customer_support .learn_form {
    gap: 4rem;
    padding: 4rem;
    grid-template-columns: 2fr 1fr;
}.customer_support .learn_form > div:nth-child(2) {
    grid-column: 1;
}.customer_support .learn_form > div:nth-child(3) {
    grid-column: 1;
}.customer_support h3 {
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
}.customer_support h3::after {
    width: 40%;
    height: 4px;
}.customer_support .support_center {
    position: relative;
    padding-left: 2rem;
}.customer_support .support_center::before {
    left: 0;
    width: 3px;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(166,177,205,0.5), transparent);
}
}



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



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



@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-15px) translateX(10px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}



@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

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

