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

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


.privacy_garrison {
    background-color: rgb(209,213,230);
    padding: 60px 40px;
    color: #000000;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    line-height: 1.7;
}

.privacy_garrison::after {
    width: 200px;
    content: '';
    height: 200px;
    border-radius: 50%;
    z-index: 0;
    background-color: rgb(124,131,179,0.5);
    right: -50px;
    position: absolute;
    bottom: -50px;
}

.privacy_garrison h3 {
    font-size: 34px;
    padding-bottom: 8px;
    font-weight: 600;
}

.privacy_garrison li {
    margin-bottom: 12px;
    position: relative;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    padding-left: 25px;
}

.privacy_garrison ol li {
    list-style-type: none;
}

.privacy_garrison p, .privacy_garrison span {
    text-align: justify;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    font-size: 15px;
}

.privacy_garrison p {
    padding-left: 10px;
    border-left: 3px solid rgb(166,177,205);
}

.data_analysis {
    padding: 120px 0;
    z-index: 1;
    background: rgb(209,213,230);
    position: relative;
    overflow: hidden;
}

.data_analysis::after {
    width: 40%;
    position: absolute;
    background: rgb(124,131,179,0.5);
    z-index: -1;
    bottom: 0;
    right: 0;
    height: 40%;
    content: "";
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

.data_analysis .knowledge_boosters::before {
    content: "";
    width: 1px;
    height: 100%;
    opacity: 0.5;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, transparent, rgb(166,177,205,0.5), transparent);
    left: 0;
    position: absolute;
    top: 0;
}

.data_analysis .knowledge_boosters:hover h4 {
    transform: translateZ(30px) scale(1.1);
    color: rgb(124,131,179);
}

.data_analysis .statistics_gain {
    margin: 0 auto;
    position: relative;
    text-align: center;
    max-width: 800px;
    z-index: 2;
}

.data_analysis .smart_statistics {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 38px;
    display: inline-block;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}

.data_analysis .smart_statistics::after {
    right: -40px;
}

.data_analysis svg {
    fill: rgb(166,177,205);
    display: block;
    height: 50px;
    width: 50px;
    opacity: 0.8;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
}

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

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

.title_greeting .course_page {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.title_greeting .course_page > div {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}

.title_greeting .course_page > div > div:first-child {
    opacity: 0;
    animation: slideInLeft 0.8s ease-out forwards;
    transform: translateX(-100%);
}

.title_greeting .course_page .knowledge_experts {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(50px);
}

.title_greeting .course_page .knowledge_experts p {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: calc(13px * 1.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding-left: 1rem;
    position: relative;
    color: #ffffff;
    max-width: 80%;
}

.title_greeting .title_style_header::after {
    height: 4px;
    position: absolute;
    width: 80px;
    content: "";
    bottom: -10px;
    left: 0;
    background: rgb(166,177,205);
    border-radius: 2px;
}

.privacySettingsBanner h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.privacySettingsBanner p {
    font-size: 18px;
}

.track_settings {
    text-align: center;
    flex-shrink: 0;
    color: rgb(166,177,205);
    font-size: 24px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 120px;
    text-decoration: none;
    line-height: 35px;
    border-bottom: 2px solid rgb(166,177,205);
    white-space: nowrap;
}

.client_experience::before {
    left: 0;
    opacity: 0.6;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    background: radial-gradient(ellipse at 30% 20%, rgb(166,177,205,0.5) 0%, transparent 60%);
}

.client_experience .user_ratings {
    gap: 3rem;
    transform-style: preserve-3d;
    margin: 0 -1rem;
    padding: 3rem 1rem;
    overflow-x: auto;
    display: flex;
    scroll-snap-type: x mandatory;
}

.client_experience .client_stories::before {
    left: 0;
    top: 0;
    content: "";
    transition: all 0.3s ease;
    width: 100%;
    background: linear-gradient(135deg, rgb(166,177,205,0.5) 0%, transparent 80%);
    height: 100%;
    opacity: 0.3;
    border-radius: 13px;
    position: absolute;
}

.client_experience .client_stories:hover::before {
    opacity: 0;
}

.client_experience .client_stories:hover img {
    box-shadow: 0 15px 25px rgb(166,177,205,0.5);
    transform: translateX(0) translateY(-10px);
}

.client_experience .client_stories .description {
    font-size: 13px;
    position: relative;
    transition: all 0.3s ease;
    line-height: 1.6;
    margin-top: 1rem;
    border-left: 3px solid rgb(124,131,179,0.5);
    padding-left: 1.5rem;
    color: #000000;
    font-weight: 400;
}

.lang_learn .company_holder h3 {
    font-size: calc(35px * 0.9);
    color: #ffffff;
    text-shadow: 0 0 10px rgb(166,177,205,0.5);
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

.lang_learn .company_holder h3 {
    position: relative;
    overflow: hidden;
}

.lang_learn .rating_stars {
    display: flex;
    flex: 0 0 65%;
    justify-content: space-between;
    position: relative;
}

.lang_learn .main_site {
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    position: relative;
    flex: 0 0 45%;
    padding: 20px;
}

.lang_learn .main_site h5::after {
    background: rgb(166,177,205);
    width: 40px;
    content: '';
    height: 2px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    left: 0;
    bottom: 0;
    position: absolute;
}

.lang_learn .main_site .head_main a:hover {
    opacity: 1;
    padding-left: 5px;
    color: #ffffff;
}

.lang_learn .main_site .head_main a:hover::before {
    box-shadow: 0 0 5px rgb(166,177,205,0.5);
    width: 100%;
}

.edu_global::before {
    content: '';
    left: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(166,177,205,0.5), transparent);
    position: absolute;
    right: 0;
}

footer::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.3;
    background-size: 50px 50px;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
}

.contact_information h2::after {
    height: 4px;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(166,177,205);
    width: 60px;
    bottom: -15px;
}

.contact_information .request_map {
    justify-content: center;
    display: flex;
    order: 1;
    padding: 60px;
    position: relative;
    flex-direction: column;
    background: #ffffff;
}

.contact_information form h3 {
    margin-bottom: 40px;
    font-size: 23px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    border-bottom: 2px solid rgb(124,131,179,0.5);
    font-weight: 700;
    padding-bottom: 15px;
}

.contact_information form input#name {
    position: relative;
}

.contact_information .request_widget {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.contact_information .request_widget label {
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
}

.contact_information .request_widget input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    height: 14px;
    transform: rotate(45deg);
    top: 4px;
    content: "";
    width: 8px;
}

.contact_information form .support_support::before {
    z-index: -1;
    position: absolute;
    content: "";
    background: rgb(124,131,179);
    left: 0;
    height: 100%;
    transition: width 0.3s ease;
    top: 0;
    width: 0;
}

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

.contact_information form #name,
.contact_information form #phone {
    position: relative;
}

.gratSpot::before {
    top: -10%;
    background: rgb(166,177,205,0.5);
    opacity: 0.1;
    position: absolute;
    z-index: 1;
    content: "";
    width: 60%;
    height: 120%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
    transform: rotate(-5deg);
    left: -10%;
}

.gratSpot .approach_edu:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}

.gratSpot .approach_edu::after {
    content: "";
    right: 20px;
    height: 60px;
    z-index: -1;
    position: absolute;
    animation: rotate 15s infinite linear;
    border: 2px solid rgb(166,177,205,0.5);
    opacity: 0.2;
    top: 20px;
    width: 60px;
}

.gratSpot p {
    margin: 0;
    line-height: 1.8;
    color: #000000;
    border-left: 1px solid rgb(166,177,205,0.5);
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.gratSpot a:hover::before {
    transform: scaleX(1);
}

.gratSpot a:hover p {
    padding-left: 25px;
    border-left-color: rgb(166,177,205);
}

.about_this {
    background: linear-gradient(135deg, rgb(209,213,230) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

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

.about_this h1 {
    font-weight: 700;
    color: #000000;
    opacity: 0;
    display: inline-block;
    transform: translateX(20px);
    position: relative;
    animation: slideIn 0.8s forwards 0.2s ease-out;
    margin-bottom: 3rem;
    font-size: 47px;
}

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

.about_this .skill_lab::before {
    transition: opacity 0.3s;
    width: 120%;
    top: -60px;
    transform: rotate(-3deg);
    content: "";
    background: linear-gradient(90deg, rgb(166,177,205,0.5) 0%, transparent 100%);
    opacity: 0.1;
    left: -10%;
    position: absolute;
    height: 120px;
}

.about_this h4::after {
    animation: expandLine 0.5s forwards 1.2s ease-out;
    width: 40px;
    bottom: -8px;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    background: rgb(166,177,205);
    left: 0;
    height: 3px;
    position: absolute;
}

.program_overview::before {
    background: 
        linear-gradient(45deg, rgb(166,177,205,0.5) 0%, transparent 50%),
        linear-gradient(135deg, transparent 50%, rgb(124,131,179,0.5) 100%);
    top: 0;
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    opacity: 0.15;
    left: 0;
    bottom: 0;
}

.program_overview .textual_box h2::after {
    content: '';
    border-radius: 10px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgb(166,177,205), rgb(124,131,179));
    left: 50%;
    height: 3px;
}

.program_overview .picture_frame::after {
    bottom: 0;
    content: '';
    height: 30%;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}

.pricing_lineup {
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(209,213,230) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.pricing_lineup::before {
    right: -5%;
    z-index: 0;
    width: 40%;
    transform: rotate(-15deg);
    border-radius: 10px;
    height: 70%;
    background: linear-gradient(120deg, rgb(166,177,205,0.5) 20%, rgb(124,131,179,0.5) 80%);
    position: absolute;
    opacity: 0.1;
    top: -10%;
    content: "";
}

.pricing_lineup .cost_rates h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 29px;
    position: relative;
    display: inline-block;
}

.pricing_lineup .enroll_cost {
    order: 2;
    width: 100%;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.pricing_lineup .payment_pricing::before {
    transition: transform 0.3s ease;
    transform: translateY(-5px);
    height: 5px;
    background: linear-gradient(90deg, rgb(166,177,205), rgb(124,131,179));
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
}

.pricing_lineup .learning_fee .price_schemes {
    color: rgb(166,177,205);
    position: relative;
    font-size: calc(19px * 1.3);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.pricing_lineup .picture_frame {
    position: relative;
    overflow: hidden;
    height: 180px;
    transition: transform 0.5s ease;
    width: 100%;
}

.pricing_lineup .payment_pricing:hover .picture_frame {
    transform: scale(1.05);
}

.pricing_lineup .payment_pricing:nth-child(even) .learning_fee::before {
    border-radius: 50%;
    position: absolute;
    content: "";
    opacity: 0.1;
    background: rgb(124,131,179,0.5);
    z-index: -1;
    height: 2.5rem;
    left: 1rem;
    width: 2.5rem;
    bottom: 1rem;
}

header .nav_learning {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    padding: 1.3rem 3rem;
}

header .nav_pro {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    padding: 1rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    transition: all 0.6s ease;
    position: relative;
    margin-right: 2rem;
    flex: 0 0 auto;
    overflow: hidden;
}

header .main_site {
    z-index: 2;
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
}

header .header_lead {
    position: relative;
    margin: 0 0.5rem;
}

header .header_lead a::before {
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
    width: 100%;
    content: '';
    transform: scale(1.1);
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(166,177,205,0.5) 0%, rgb(124,131,179,0.5) 100%);
    border-radius: inherit;
    opacity: 0;
    height: 100%;
}

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

header .nav_learning::before {
    position: absolute;
    content: '';
    right: -100px;
    height: 200px;
    opacity: 0.1;
    filter: blur(30px);
    border-radius: 50%;
    top: -100px;
    width: 200px;
    background: radial-gradient(circle, rgb(166,177,205,0.5) 0%, transparent 70%);
}

.check_it_out_now::before {
    width: 100%;
    position: absolute;
    top: 0;
    transform: translateZ(-10px);
    height: 100%;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgba(255,255,255,0.05),
        rgba(255,255,255,0.05) 15px,
        transparent 15px,
        transparent 30px
    );
    left: 0;
    content: "";
}

.check_it_out_now .container div {
    transform: translateZ(30px);
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: buttonContainer 0.5s ease-out 0.4s both;
}

.check_it_out_now .container div span:hover::before {
    transform: scale(1);
    opacity: 1;
}

.check_it_out_now .support_support {
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 14px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.07);
    z-index: 1;
    background: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.9rem 2.5rem;
    font-weight: 700;
    border-radius: 10px;
    overflow: hidden;
    color: rgb(166,177,205);
    position: relative;
}

.check_it_out_now .support_support:hover span {
    transform: scale(1.05);
}

.potential_students::before {
    animation: float-slow 20s ease-in-out infinite alternate;
    opacity: 0.1;
    height: 200%;
    right: -20%;
    background: rgb(166,177,205,0.5);
    width: 80%;
    position: absolute;
    border-radius: 100px;
    filter: blur(60px);
    transform: rotate(30deg);
    top: -50%;
    content: "";
}

.potential_students h4::before {
    border-radius: 10px;
    content: "";
    left: 0;
    width: 50px;
    top: -20px;
    background: linear-gradient(90deg, rgb(166,177,205), rgb(124,131,179));
    position: absolute;
    height: 5px;
}

.potential_students div p {
    font-size: 12px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 20px 25px;
    z-index: 1;
    overflow: hidden;
    line-height: 1.6;
    transition: all 0.3s ease;
    margin: 0;
    color: #000000;
    display: flex;
}

.potential_students div p:hover svg {
    transform: scale(1.2);
}

.instructor_history {
    position: relative;
    background: linear-gradient(135deg, rgb(209,213,230) 0%, rgb(124,131,179,0.5) 100%);
    padding: 5rem 0;
    z-index: 1;
    overflow: hidden;
}

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

.instructor_history .client_stories {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03),
        0 20px 40px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    padding: 2.5rem;
    gap: 2rem;
    transform: perspective(1000px) rotateY(-1deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.96));
    border-left: 4px solid rgb(166,177,205);
}

.instructor_history .name {
    font-size: 22px;
    position: relative;
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}

.instructor_history .client_stories:hover .name::after {
    width: 60px;
}

.instructor_history .exp_list::before {
    left: -10px;
    content: "";
    font-size: 5rem;
    font-family: serif;
    top: -20px;
    opacity: 0.3;
    position: absolute;
    line-height: 1;
    color: rgb(124,131,179,0.5);
}

.customer_support::after {
    z-index: 1;
    left: -5%;
    background: radial-gradient(circle, rgb(124,131,179,0.5) 0%, transparent 70%);
    position: absolute;
    height: 20rem;
    width: 20rem;
    content: "";
    opacity: 0.15;
    bottom: -10%;
}

.customer_support h3 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    display: inline-block;
    color: rgb(166,177,205);
    position: relative;
    font-size: 32px;
}

.customer_support p {
    font-size: 17px;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
}

.customer_support .support_center {
    list-style: none;
    padding: 0;
    flex-direction: column;
    margin: 1.5rem 0 0 0;
    display: flex;
    gap: 1rem;
}

.customer_support .ask_form:hover {
    color: rgb(166,177,205);
    transform: translateX(5px);
}

.customer_support .ask_form:hover::after {
    width: 100%;
}

.customer_support .ask_form:hover svg {
    transform: scale(1.15);
}

.customer_support li {
    transform: translateX(0);
    transition: transform 0.3s ease;
}



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



@media (max-width: 992px) {.data_analysis .knowledge_boosters {
    flex: 0 0 calc(50% - 20px);
}.data_analysis .knowledge_boosters:nth-child(2n+1)::before {
    opacity: 0;
}.data_analysis .smart_statistics::before,
    .data_analysis .smart_statistics::after {
    width: 20px;
}.data_analysis .smart_statistics::before {
    left: -30px;
}.data_analysis .smart_statistics::after {
    right: -30px;
}
}



@media (max-width: 480px) {.data_analysis {
    padding: 60px 0;
}.data_analysis .knowledge_boosters {
    margin-bottom: 15px;
    flex: 0 0 100%;
}.data_analysis .knowledge_boosters::before {
    opacity: 0;
}.data_analysis .knowledge_boosters h4 {
    font-size: 2.2rem;
}.data_analysis svg {
    height: 35px;
    width: 35px;
}.data_analysis .smart_statistics {
    font-size: calc(38px * 0.7);
    margin-bottom: 15px;
}.data_analysis .benefits_block {
    font-size: calc(12px * 0.9);
}}



@media (max-width: 767px) {.title_greeting {
    padding: 4rem 1.5rem;
}.title_greeting .course_page h3 {
    font-size: calc(20px * 0.9);
    max-width: 100%;
}.title_greeting .course_page .knowledge_experts > div {
    padding: 2rem 1.5rem;
    min-height: 350px;
}.title_greeting .title_style_header {
    font-size: calc(46px * 0.9);
}.title_greeting .course_page .knowledge_experts p {
    max-width: 100%;
    font-size: 13px;
}}


@media only screen and (max-width: 800px)  {.wrapper-skeleton .track_settings {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (min-width: 768px) {.client_experience .user_ratings {
    padding-bottom: 2rem;
}.client_experience .user_ratings::after {
    content: "";
    flex: 0 0 1rem;
}
}



@media (max-width: 991px) {.lang_learn {
    padding: 60px 0 30px;
}.lang_learn .container {
    flex-direction: column;
}.lang_learn .company_holder {
    margin-bottom: 40px;
    flex: 0 0 100%;
    padding-right: 0;
}.lang_learn .company_holder::after {
    display: none;
}.lang_learn .rating_stars {
    flex: 0 0 100%;
}.lang_learn .main_site {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}



@media screen and (max-width: 1024px) {.contact_information .request_panel {
    max-width: 800px;
}.contact_information .request_map {
    padding: 40px;
}
}



@media screen and (max-width: 480px) {.contact_information {
    padding: 60px 0 40px;
}.contact_information h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.contact_information .picture_frame {
    min-height: 200px;
}.contact_information .request_map {
    padding: 30px 20px;
}.contact_information form h3 {
    margin-bottom: 30px;
    font-size: calc(23px * 0.9);
}.contact_information form .support_support {
    width: 100%;
    padding: 14px 20px;
}}



@media screen and (min-width: 992px) {.gratSpot {
    padding: 180px 0;
}.gratSpot .approach_edu {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    padding: 100px 80px;
}.gratSpot h5 {
    padding-left: 30px;
    font-size: calc(24px * 1.2);
}.gratSpot h5::before {
    width: 10px;
    height: 10px;
}.gratSpot p {
    padding-left: 30px;
    font-size: calc(16px * 1.1);
}.gratSpot a {
    padding: 30px;
}
}



@media (min-width: 1200px) {.about_this h1 {
    margin-left: 6rem;
    font-size: calc(47px * 1.2);
}.about_this .skill_lab {
    padding: 3.5rem;
}.about_this .skill_lab div {
    max-height: 450px;
}}



@media (max-width: 1200px) {.program_overview .textual_box {
    width: 70%;
}
}



@media (max-width: 992px) {.program_overview {
    padding: 100px 0;
}.program_overview .textual_box {
    width: 80%;
    padding: 30px;
}.program_overview .picture_frame {
    height: 350px;
}
}



@media (max-width: 768px) {.program_overview {
    padding: 80px 0;
}.program_overview .textual_box {
    margin-top: -50px;
    padding: 25px;
    width: 90%;
}.program_overview .picture_frame {
    width: 100%;
    height: 300px;
    transform: perspective(1000px) rotateX(3deg);
}.program_overview .job_classes::before,
    .program_overview .job_classes::after {
    display: none;
}
}



@media (max-width: 991px) {.pricing_lineup {
    padding: 5rem 0;
}.pricing_lineup .payment_pricing {
    margin-bottom: 1.5rem;
}.pricing_lineup .cost_rates {
    padding: 0 1rem;
}
}



@media (max-width: 575px) {.pricing_lineup {
    padding: 3rem 0;
}.pricing_lineup .container {
    padding: 0 1.5rem;
}.pricing_lineup .enroll_cost {
    gap: 1.5rem;
}.pricing_lineup .learning_fee {
    padding: 1.5rem;
}.pricing_lineup .picture_frame {
    height: 140px;
}
}



@media (min-width: 1400px) {header .nav_learning {
    max-width: 1320px;
    margin: 0 auto;
}header .header_lead {
    margin: 0 0.7rem;
}header .header_lead a {
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 479px) {header .nav_learning {
    padding: 0.7rem 1.2rem;
}header .nav_pro {
    padding: 0.5rem;
    max-width: 120px;
}header .header_lead a {
    padding: 0.4rem 0.6rem;
    font-size: calc(16px - 3px);
}}



@media (min-width: 768px) {.check_it_out_now {
    padding: 7rem 3rem;
    background: linear-gradient(120deg, rgb(166,177,205) 0%, rgb(124,131,179) 70%, rgb(166,177,205,0.5) 100%);
}.check_it_out_now::before {
    background-size: 40px 40px;
}.check_it_out_now h6 {
    max-width: 80%;
    margin-bottom: 3rem;
    font-size: calc(22px * 1.4);
}.check_it_out_now .container {
    flex-direction: column;
    display: flex;
    align-items: center;
}.check_it_out_now .support_support {
    padding: 1rem 3rem;
}
}



@media (max-width: 480px) {.check_it_out_now {
    padding: 3.5rem 1rem;
}.check_it_out_now h6 {
    line-height: 1.6;
    font-size: calc(22px * 0.9);
}.check_it_out_now .support_support {
    font-size: calc(14px * 0.9);
    padding: 0.7rem 1.8rem;
}}



@media (max-width: 479px) {.potential_students {
    padding: 50px 0;
}.potential_students h4 {
    font-size: calc(31px - 4px);
}.potential_students div {
    gap: 12px;
}.potential_students div p {
    padding: 15px;
}.potential_students div p svg {
    margin-right: 12px;
    min-width: 20px;
    height: 20px;
    width: 20px;
}}



@media (min-width: 768px) {.instructor_history .client_stories {
    gap: 2rem 3rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
            "photo info"
            "quote quote";
}.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) {
    grid-area: quote;
}.instructor_history .picture_frame {
    height: 160px;
    width: 160px;
}
}



@media (hover: hover) {.instructor_history .client_stories {
    cursor: default;
}.instructor_history .client_stories::after {
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    transform: translateX(-100%);
    width: 100%;
    transition: transform 0.8s ease;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
}.instructor_history .client_stories:hover::after {
    transform: translateX(100%);
}}



@media (max-width: 767px) {.customer_support {
    padding: 3rem 0;
}.customer_support .learn_form {
    padding: 2rem;
}.customer_support h3 {
    font-size: 32px;
}.customer_support svg {
    height: 18px;
    width: 18px;
}.customer_support .ask_form {
    font-size: 0.95em;
}
}



@keyframes slideInLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

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



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}



@keyframes containerReveal {
    0% {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

