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

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

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

.head_sitewrap {
    flex: 1 0 auto;
}

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


.operation_process {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,225,221) 0%, rgb(170,150,110,0.5) 100%);
    position: relative;
    margin: 3rem 0;
    padding: 6rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.operation_process::after {
    position: absolute;
    right: -50px;
    border-radius: 50%;
    width: 200px;
    z-index: 0;
    background: rgb(170,150,110);
    content: "";
    top: -50px;
    height: 200px;
    filter: blur(40px);
    animation: pulse 15s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    opacity: 0.1;
}

.operation_process .learn_guide {
    grid-template-columns: 1fr;
    padding: 0 1.5rem;
    position: relative;
    display: grid;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    gap: 2rem;
}

.operation_process .learn_guide > div::before {
    height: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(196,187,171), rgb(170,150,110));
    width: 4px;
}

.operation_process .learn_guide > div:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.operation_process h3::after {
    bottom: -8px;
    background: linear-gradient(to right, rgb(196,187,171), rgb(170,150,110));
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 60%;
    position: absolute;
    left: 0;
    transform: scaleX(0.7);
    content: "";
    height: 3px;
}

.operation_process p span {
    padding-left: 1rem;
    position: relative;
    border-left: 1px solid rgb(170,150,110,0.5);
    display: block;
}

footer .goal_footer::before {
    position: absolute;
    transform: rotateX(180deg);
    opacity: 0.25;
    left: 0;
    width: 100%;
    content: "";
    background: #ffffff;
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    top: 0;
}

footer .footer_careers {
    position: relative;
    z-index: 1;
}

footer .message_info {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    display: flex;
}

footer .info_item::before {
    z-index: -1;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    animation: waveAnimation 15s linear infinite;
    content: "";
    left: -100%;
    width: 100%;
    background: #ffffff;
}



footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(170,150,110,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

footer .info_item p,
footer .info_item a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 14px;
}

footer .head_base {
    position: relative;
    flex: 1 1 100%;
    margin-bottom: 30px;
    text-align: center;
}

footer .module_end {
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 500px;
    color: rgba(255, 255, 255, 0.8);
}

footer .page_top::before,footer .subscribe_holder::before {
    left: -100%;
    z-index: -1;
    content: "";
    animation: waveAnimation 20s linear infinite;
    opacity: 0.1;
    top: 0;
    width: 300%;
    position: absolute;
    background: #ffffff;
    height: 100%;
}

footer .page_top h5::after, footer .subscribe_holder h5::after {
    background: linear-gradient(90deg, #ffffff, transparent);
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
}

footer .header_edu a::before {
    left: -100%;
    transition: left 0.3s ease;
    bottom: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: "";
}

footer .header_edu a:hover {
    transform: translateY(-3px);
    background-color: rgb(170,150,110,0.5);
}

footer .input_holder {
    flex-direction: column;
    gap: 15px;
    position: relative;
    display: flex;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgb(196,187,171,0.5);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    outline: none;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .subscribe_feature::after {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    content: "";
    transition: left 0.7s ease;
    position: absolute;
    left: -100%;
    height: 100%;
}

footer .subscribe_feature:hover::after {
    left: 100%;
}

footer .ranking_bar {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

footer .music_edu::before,
footer .music_edu::after {
    width: 20px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    height: 1px;
    top: 50%;
}

footer .music_edu::before {
    left: 0;
}

header::after {
    z-index: 1;
    content: "";
    background-size: 20px 20px;
    left: 0;
    top: 0;
    height: 100%;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(170,150,110,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(170,150,110,0.5) 100%);
    position: absolute;
    width: 100%;
    opacity: 0.1;
}

header .nav_lead {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}

header .head_lead::before {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: rotate 10s linear infinite;
    opacity: 0.2;
    z-index: -1;
    content: "";
    position: absolute;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(170,150,110,0.5) 120deg,
            transparent 180deg,
            rgb(196,187,171,0.5) 240deg,
            transparent 360deg
        );
}

header .head_lead svg {
    height: 45px;
    filter: drop-shadow(0 0 8px rgb(196,187,171,0.5));
    width: auto;
    transition: all 0.4s ease;
}

header .page_top::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
}

header .site_start {
    position: relative;
    color: #ffffff;
    white-space: nowrap;
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0.6rem 1.5rem;
    z-index: 2;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    perspective: 800px;
    font-size: 17px;
}

header .site_start:hover {
    color: rgb(170,150,110);
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(170,150,110,0.5);
}

header .site_start:hover::before {
    transform: translateZ(0);
    border-color: rgb(170,150,110,0.5);
    box-shadow: 0 0 15px rgb(196,187,171,0.5);
}

.title_board .learn_guide {
    width: 100%;
    z-index: 3;
    align-items: center;
    justify-content: center;
    height: 100%;
    display: flex;
    position: relative;
}

.title_board .start_page::before {
    pointer-events: none;
    background: linear-gradient(
        0deg,
        rgb(196,187,171,0.5) 0%,
        transparent 50%,
        rgb(196,187,171,0.5) 100%
    );
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
}

.title_board .course_begin {
    width: 100%;
    height: 100%;
    animation: grid-shuffle 25s ease-in-out infinite;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-template-rows: repeat(2, 1fr);
}

.title_board .learn_welcome:nth-child(2) {
    animation: scale-down 25s infinite ease-in-out;
    grid-area: 1 / 2 / 2 / 3;
    animation-delay: 6.25s;
}

.title_board .learn_welcome:nth-child(4) {
    animation-delay: 18.75s;
    animation: scale-down 25s infinite ease-in-out;
    grid-area: 2 / 2 / 3 / 3;
}

.title_board .course_begin:has(.learn_welcome:nth-child(1):nth-last-child(1)) .learn_welcome:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.title_board .course_begin:has(.learn_welcome:nth-child(2):nth-last-child(1)) .learn_welcome:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.title_board .course_begin:has(.learn_welcome:nth-child(3):nth-last-child(1)) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.title_board .course_begin:has(.learn_welcome:nth-child(3):nth-last-child(1)) .learn_welcome:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.title_board .learn_welcome img {
    margin: -10px;
    transition: all 0.5s ease;
    height: calc(100% + 20px);
    filter: grayscale(30%) brightness(0.8);
    width: calc(100% + 20px);
    object-fit: cover;
}

.title_board .learn_welcome:nth-child(even)::before {
    background: linear-gradient(
        rgb(170,150,110,0.5),
        transparent
    );
}

.title_board .text_widget {
    text-align: center;
    z-index: 5;
    width: 70%;
    padding: 3rem;
    backdrop-filter: blur(10px);
    max-width: 800px;
    transition: all 0.5s ease;
    position: absolute;
}

.title_board .text_widget {
    width: 85%;
    padding: 2rem;
}

.title_board .text_widget {
    padding: 1.5rem;
    width: 90%;
}

.title_board .text_widget h1 {
    font-size: 41px;
    position: relative;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.title_board .text_widget h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 1.2rem;
}

.title_board .text_widget h1 {
    font-size: calc(41px * 0.6);
    margin-bottom: 1rem;
}

.title_board .text_widget h1::after {
    width: 80px;
    display: block;
    margin: 15px auto 0;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, rgb(196,187,171), rgb(170,150,110));
}

.title_board .text_widget h1::after {
    width: 60px;
    margin: 10px auto 0;
}

.title_board .text_widget h1::after {
    width: 50px;
    margin: 8px auto 0;
}

.title_board .text_widget .reach_links {
    border-radius: 50px;
    background-color: rgb(196,187,171);
    position: relative;
    color: #ffffff;
    font-size: 18px;
    padding: 1rem 2.5rem;
    display: inline-block;
    transition: all 0.5s ease;
    font-weight: 600;
    z-index: 1;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.title_board .text_widget .reach_links {
    padding: 0.8rem 2rem;
}

.title_board .text_widget .reach_links {
    font-size: calc(18px * 0.9);
    padding: 0.7rem 1.7rem;
}

.title_board .text_widget .reach_links:hover::before {
    background-position: 100% 0%;
}

.package_deal::before {
    z-index: 1;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    top: 0;
    right: 0;
    content: "";
    position: absolute;
}

.package_deal .pricing_tiers {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    margin: 0 auto 50px;
    transform: translateY(20px);
    color: rgb(255, 255, 255, 0.5);
    opacity: 0;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
    max-width: 800px;
}

.package_deal .fee_schemes li {
    opacity: 0;
    animation: fadeInStagger 0.8s ease-out forwards;
    transform: translateZ(0) rotateY(5deg) translateX(20px);
}

.package_deal .fee_schemes li:nth-child(1) {
    animation-delay: 0.3s;
}

.package_deal .fee_schemes li:nth-child(3) {
    animation-delay: 0.7s;
}

.package_deal .trial_pricing {
    height: 100%;
    display: block;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.package_deal .learning_pricing::before {
    position: absolute;
    width: 100%;
    content: "";
    transition: opacity 0.6s ease;
    z-index: -1;
    left: 0;
    height: 100%;
    opacity: 0;
    background: linear-gradient(45deg, rgb(196,187,171,0.5), rgb(170,150,110,0.5));
    top: 0;
}

.package_deal .payment_plan h4 {
    position: relative;
    color: #ffffff;
    transition: transform 0.3s ease-out;
    font-size: calc(24px * 1.1);
    margin: 0 0 15px;
    font-weight: 700;
    padding-bottom: 15px;
}

.package_deal .payment_plan p {
    font-size: 14px;
    overflow-wrap: break-word;
    hyphens: auto;
    margin: 0 0 auto;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    flex-grow: 1;
    word-wrap: break-word;
}

.package_deal .trial_pricing:hover {
    transform: translateY(-10px) scale(1.02);
}

.package_deal .trial_pricing:hover .learning_pricing {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.2);
}

.package_deal .trial_pricing:hover .learning_pricing::before {
    opacity: 0.05;
}

.package_deal .trial_pricing:hover .payment_plan h4::after {
    width: 100px;
}

.course_overview {
    position: relative;
    min-height: 100vh;
    grid-template-rows: 1fr;
    background-color: #000000;
    display: grid;
    overflow: hidden;
    grid-template-columns: 1fr;
}

.course_overview .next_skill {
    overflow: hidden;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
}

.course_overview .next_skill::after {
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, 
                transparent 0%, 
                #000000 80%);
    z-index: 3;
    height: 100%;
    content: "";
    width: 100%;
}

.course_overview .next_skill:hover .lesson_track {
    animation-play-state: paused;
}

.course_overview .tech_skills img {
    transform: scale(1.1);
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.8) saturate(1.2);
    transition: transform 8s ease;
}

.course_overview .learn_guide {
    margin-bottom: 0;
    width: 100%;
}

.course_overview .new_skills {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    display: grid;
    grid-column-gap: 2rem;
    padding: 0 2rem;
}

.course_overview .new_skills p {
    color: #ffffff;
    margin: 0;
    grid-column: 3 / 4;
    opacity: 0.7;
    line-height: 1.6;
    font-size: 14px;
}

.course_overview .new_skills .reach_links {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 20px;
    align-items: center;
    width: max-content;
    overflow: hidden;
    font-weight: 600;
    z-index: 1;
    border-radius: 10px;
    margin: 2rem auto 0;
    grid-column: 1 / 4;
    background-color: transparent;
    padding: 0.8rem 2rem;
    text-decoration: none;
    display: flex;
    justify-content: center;
    border: 2px solid rgb(196,187,171);
    color: #ffffff;
    position: relative;
}

.course_overview .tech_skills::after {
    height: 1px;
    top: 30%;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(196,187,171) 50%, 
                transparent 100%);
    position: absolute;
    width: 100%;
    animation: moving-line 8s linear infinite;
    content: "";
    z-index: 3;
    left: -100%;
    box-shadow: 0 0 8px rgb(196,187,171);
}

.course_overview .tech_skills:nth-child(2)::after {
    animation-delay: 1s;
    top: 60%;
}

.course_overview .tech_skills:nth-child(3)::after {
    animation-delay: 2s;
    top: 45%;
}

.course_overview .tech_skills:nth-child(5)::after {
    top: 15%;
    animation-delay: 4s;
}

.privacy_cloister {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(227,225,221) 0%, rgba(rgb(196,187,171,0.5), 0.05) 100%);
}

.privacy_cloister::before {
    background: linear-gradient(90deg, rgb(196,187,171) 0%, rgb(170,150,110) 100%);
    transform-origin: left center;
    left: 0;
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    height: 5px;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
}

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

.privacy_cloister h1::after {
    content: "";
    transform-origin: left;
    background: rgb(196,187,171);
    width: 60px;
    bottom: -12px;
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    position: absolute;
    transform: scaleX(0);
    height: 3px;
    left: 0;
}

.privacy_cloister h2::before {
    height: 100%;
    background: rgb(170,150,110);
    position: absolute;
    width: 3px;
    content: "";
    top: 0;
    left: 0;
    transform: scaleY(0.7);
    opacity: 0.8;
}

.privacy_cloister h4 {
    margin: 1.5rem 0 1rem;
    font-weight: 600;
    opacity: 0.85;
    transform: translateY(10px);
    color: #000000;
    font-size: calc(28px * 0.75);
    animation: fadeup 0.5s ease-out 0.3s forwards;
    opacity: 0;
}

.privacy_cloister p strong {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    position: relative;
}

.privacy_cloister p strong::after {
    height: 1px;
    content: "";
    width: 100%;
    bottom: -2px;
    background: rgb(196,187,171);
    left: 0;
    opacity: 0.5;
    position: absolute;
}

.privacy_cloister span::before {
    background: rgb(170,150,110);
    top: 0.5rem;
    left: 0;
    position: absolute;
    height: calc(100% - 1rem);
    opacity: 0.3;
    width: 3px;
    content: "";
}

.privacy_cloister ul::before {
    z-index: -1;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(rgb(196,187,171,0.5), 0.05), transparent);
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
}

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

.user_reviews {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(227,225,221) 0%, #ffffff 100%);
}

.user_reviews::before {
    opacity: 0.6;
    z-index: 0;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(196,187,171,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(170,150,110,0.5) 0%, transparent 30%);
}

.user_reviews .learn_guide {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
}

.user_reviews h4::after {
    bottom: -20px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    background: rgb(196,187,171);
    content: "";
    width: 80px;
}

.user_reviews .review_quotes {
    justify-content: center;
    transform-style: preserve-3d;
    flex-wrap: wrap;
    perspective: 1000px;
    display: flex;
}

.user_reviews .user_stories:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 40px rgba(255, 255, 255, 0.9);
    transform: rotateY(0) rotateX(0) translateZ(30px);
    z-index: 2;
}

.user_reviews .user_stories:nth-child(3n+2) {
    transform: rotateY(-15deg) rotateX(5deg) translateZ(0);
}

.user_reviews .user_stories:nth-child(3n+2):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}

.user_reviews .user_stories:nth-child(3n+3):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}

.user_reviews .user_stories::after {
    position: absolute;
    background: rgb(196,187,171,0.5);
    height: 40px;
    opacity: 0.3;
    border-radius: 50%;
    right: -10px;
    width: 40px;
    z-index: -1;
    transition: all 0.4s ease;
    top: -10px;
    content: "";
}

.user_reviews .img_overlay {
    margin: 0 auto 20px;
    transition: all 0.4s ease;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    height: 90px;
    border-radius: 50%;
    width: 90px;
    position: relative;
}

.user_reviews .user_stories:hover span {
    transform: translateZ(30px);
    color: rgb(196,187,171);
}

.user_reviews .user_stories p {
    line-height: 1.6;
    font-size: 14px;
    transform: translateZ(10px);
    text-align: center;
    color: #000000;
    transition: all 0.4s ease;
}

.user_reviews .user_stories:nth-child(3n+1)::after {
    background: rgb(196,187,171,0.5);
}

.user_reviews .user_stories:nth-child(3n+3)::after {
    background: linear-gradient(135deg, rgb(196,187,171,0.5), rgb(170,150,110,0.5));
}

.our_mission::after {
    width: 100%;
    position: absolute;
    mix-blend-mode: overlay;
    left: 0;
    content: "";
    z-index: 2;
    height: 100%;
    background: linear-gradient(45deg, rgb(196,187,171,0.5), transparent);
    top: 0;
}

.our_mission .container {
    padding: 0 15px;
    perspective: 1000px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
    max-width: 1200px;
}

.our_mission .text_widget {
    transform-origin: top center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.07);
    border-left: 4px solid rgb(170,150,110);
    backdrop-filter: blur(10px);
    transform: translateZ(0) rotateX(2deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1);
    animation: slideIn 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    padding: 40px;
}

.our_mission h6 {
    position: relative;
    font-weight: 700;
    font-size: calc(21px + 2px);
    color: rgb(170,150,110);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding-bottom: 12px;
    margin-bottom: 25px;
    opacity: 0;
    animation: fadeIn 0.6s 0.8s forwards;
}

.our_mission span {
    opacity: 0;
    position: relative;
    display: block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.9);
    animation: fadeInParagraph 1.2s 1s forwards;
    column-count: 1;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.connect_with_us::after {
    height: 200%;
    left: -50%;
    top: -50%;
    position: absolute;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgba(255, 255, 255, 0.08) 70%, 
        transparent 75%);
    width: 200%;
    animation: shine 8s linear infinite;
    content: "";
    z-index: 2;
}

.connect_with_us .feedback_block::before {
    left: -50%;
    top: 0;
    content: "";
    position: absolute;
    height: 1px;
    width: 200%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(196,187,171), 
        transparent);
}

.connect_with_us .feedback_block::after {
    content: "";
    right: -50%;
    height: 1px;
    width: 200%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(170,150,110), 
        transparent);
}

.connect_with_us .query_request::before {
    position: absolute;
    left: -50%;
    top: -50%;
    animation: pulse 15s infinite linear;
    content: "";
    background: radial-gradient(
        circle at center, 
        rgba(255, 255, 255, 0.05) 0%, 
        transparent 70%);
    width: 200%;
    z-index: -1;
    height: 200%;
}

.connect_with_us .query_request h3::after {
    height: 2px;
    background: rgb(170,150,110);
    width: 50px;
    position: absolute;
    left: 0;
    content: "";
    box-shadow: 0 0 8px rgb(170,150,110);
    bottom: 0;
}

.connect_with_us .query_request div:hover {
    transform: translateX(5px);
}

.connect_with_us .query_request div::before {
    content: "";
    background: rgb(170,150,110);
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 0;
    transition: height 0.3s ease;
}

.connect_with_us .query_request div svg path {
    fill: rgb(170,150,110);
    transition: all 0.3s ease;
}

.connect_with_us .query_request div span {
    color: #ffffff;
    font-size: calc(13px - 2px);
    letter-spacing: 0.5px;
}

.connect_with_us .query_request div span a:hover {
    color: rgb(170,150,110);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.connect_with_us .support_form::before {
    position: absolute;
    top: -100px;
    width: 200px;
    right: -100px;
    content: "";
    opacity: 0.3;
    height: 200px;
    background: radial-gradient(
        circle, 
        rgb(196,187,171,0.5) 0%, 
        transparent 70%);
    border-radius: 50%;
}

.connect_with_us .support_form h3 {
    color: #ffffff;
    text-align: center;
    position: relative;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 18px;
}

.connect_with_us .support_form input[type="text"],
.connect_with_us .support_form input[type="email"] {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    color: #ffffff;
    border-radius: 10px;
    font-size: 13px;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.connect_with_us .support_form input[type="text"]::placeholder,
.connect_with_us .support_form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.connect_with_us .support_form .feedback_links input[type="checkbox"]:checked {
    background: rgb(170,150,110);
    border-color: rgb(170,150,110);
}

.connect_with_us .support_form .feedback_links input[type="checkbox"]:checked::before {
    position: absolute;
    transform: translate(-50%, -50%);
    content: "✓";
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 12px;
}

.connect_with_us .support_form .feedback_links label a {
    position: relative;
    color: rgb(170,150,110);
    text-decoration: none;
    transition: all 0.3s ease;
}

.connect_with_us .support_form .feedback_links label a:hover::after {
    width: 100%;
}

.connect_with_us .support_form .reach_links {
    border: none;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 1rem;
    transition: all 0.3s ease;
    font-size: 15px;
    padding: 12px 20px;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(135deg, 
        rgb(196,187,171), 
        rgb(170,150,110));
    position: relative;
    overflow: hidden;
}

.connect_with_us .support_form .reach_links:hover::before {
    left: 100%;
}

.follow::before {
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(20px);
    z-index: 0;
    height: 80%;
    top: -10%;
    transform: rotate(-15deg) skew(15deg);
    width: 45%;
    background: linear-gradient(
        135deg, 
        rgb(196,187,171,0.5) 0%, 
        rgba(255,255,255,0.05) 100%
    );
    position: absolute;
    right: -10%;
}

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

.follow .learn_guide {
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 16px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.05),
        inset 5px 5px 15px rgba(255, 255, 255, 0.05),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 40px;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    backdrop-filter: blur(10px);
}

.follow .learn_guide:hover h3 {
    transform: translateZ(15px) translateX(5px);
}

.follow .input_holder {
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    z-index: 3;
    position: relative;
}

.follow .input_holder div:hover::before,
.follow .input_holder div:focus-within::before {
    transform: scaleX(1);
}

.follow input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.07);
    font-size: 15px;
    border-radius: 8px;
    width: 100%;
    color: #000000;
    box-shadow: 
        inset 3px 3px 8px rgba(0, 0, 0, 0.03),
        inset -3px -3px 8px rgba(255, 255, 255, 0.03);
}

.follow input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.follow input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.4;
}

.follow .subscribe_feature {
    font-size: 15px;
    position: relative;
    background: linear-gradient(135deg, rgb(196,187,171), rgb(170,150,110));
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    padding: 15px 30px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 
        0 8px 20px rgba(rgb(196,187,171), 0.2),
        0 2px 5px rgba(0, 0, 0, 0.1);
}

.follow .subscribe_feature:active {
    transform: translateY(1px);
    box-shadow: 
        0 5px 15px rgba(rgb(196,187,171), 0.2),
        0 1px 3px rgba(0, 0, 0, 0.1);
}

.training_results::before {
    transform: translate3d(0, 0, 0);
    height: 300px;
    animation: float 12s infinite alternate ease-in-out;
    right: -100px;
    border-radius: 50%;
    z-index: 0;
    content: "";
    top: -100px;
    background: rgb(170,150,110,0.5);
    position: absolute;
    width: 300px;
    filter: blur(80px);
    opacity: 0.3;
}

.training_results h5 {
    margin-bottom: 3.5rem;
    text-align: center;
    z-index: 1;
    color: #000000;
    transform: translateY(0);
    font-weight: 700;
    font-size: 20px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.training_results:hover h5::after {
    transform: translateX(-50%) scaleX(1);
}

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

.training_results .learn_guide:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.training_results .img_overlay {
    object-fit: cover;
    transform: scale(1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.8s ease;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.training_results .text_widget {
    flex: 1;
}

.training_results li {
    padding-left: 2.2rem;
    position: relative;
    transition: transform 0.3s ease;
}

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

.training_results li svg {
    left: -2.2rem;
    width: 24px;
    position: absolute;
    top: 0.1rem;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    height: 24px;
}

.training_results li svg path {
    fill: rgb(196,187,171);
    transition: fill 0.3s ease;
}

.training_results li:nth-child(even) {
    transform: translateX(0);
}

.training_results li:nth-child(even):hover {
    transform: translateX(5px);
}

.training_results li div::before {
    position: absolute;
    opacity: 0;
    background: linear-gradient(to bottom, transparent, rgb(196,187,171,0.5), transparent);
    height: 100%;
    transition: opacity 0.3s ease;
    content: "";
    width: 2px;
    left: -10px;
    top: 0;
}

.thxField::after {
    right: -50%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    transform: rotate(-15deg);
    background: rgb(255, 255, 255, 0.5);
    width: 90%;
    opacity: 0.08;
    filter: blur(80px);
    top: -50%;
    height: 90%;
    content: "";
}

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

.thxField .learn_guide::before {
    bottom: 20px;
    content: "";
    transform: scale(0.97);
    pointer-events: none;
    left: 20px;
    right: 20px;
    opacity: 0.2;
    border: 1px solid rgb(170,150,110,0.5);
    transition: transform 0.5s ease;
    border-radius: 10px;
    position: absolute;
    top: 20px;
}

.thxField .learn_guide:hover::before {
    transform: scale(1);
}

.thxField .learn_guide > div:first-child::after {
    left: 0;
    bottom: 0;
    animation: lineExpand 1s ease-out 0.3s forwards;
    background: linear-gradient(90deg, rgb(196,187,171) 0%, rgb(170,150,110) 100%);
    transform-origin: left center;
    width: 80px;
    position: absolute;
    content: "";
    height: 3px;
}

.thxField a {
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
    text-decoration: none;
    display: block;
    position: relative;
}

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

.thxField a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.enroll_instantly {
    overflow: hidden;
    transform: skewY(-2deg);
    padding: 6rem 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(196,187,171) 0%, rgb(170,150,110) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    position: relative;
}

.enroll_instantly::after {
    opacity: 0.15;
    z-index: -1;
    width: 50vw;
    right: -10%;
    content: "";
    height: 50vw;
    animation: floatGlow 15s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgb(170,150,110) 0%, transparent 70%);
    top: -30%;
    position: absolute;
}

.enroll_instantly h6 {
    text-align: center;
    margin-bottom: 2.5rem;
    animation: textFloat 5s infinite alternate ease-in-out;
    max-width: 800px;
    color: #ffffff;
    position: relative;
    font-size: 19px;
    transform: translateY(0);
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    line-height: 1.5;
}

.enroll_instantly div div {
    justify-content: center;
    z-index: 2;
    position: relative;
    display: flex;
}

.enroll_instantly div div span {
    perspective: 800px;
    transform-style: preserve-3d;
    display: inline-block;
    position: relative;
}

.enroll_instantly .reach_links {
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
    justify-content: center;
    font-size: 15px;
    text-decoration: none;
    background: #ffffff;
    display: inline-flex;
    border-radius: 10px;
    color: rgb(196,187,171);
    padding: 0.9rem 2.5rem;
    overflow: hidden;
    transform: translateY(0);
    align-items: center;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.enroll_instantly .reach_links::after {
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    width: 70%;
    left: -100%;
    transition: all 0.7s ease;
    position: absolute;
    height: 100%;
    transform: skewX(-25deg);
    top: 0;
}

.enroll_instantly .reach_links:hover::after {
    transition: all 0.7s ease;
    left: 100%;
}

.enroll_instantly div div span:hover::before {
    opacity: 0.25;
    transform: translateZ(-5px) scale(1.05);
}

.instructor_history {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(227,225,221) 0%, rgba(245, 245, 250, 0.9) 100%);
}

.instructor_history::after {
    height: 15rem;
    background: linear-gradient(220deg, rgb(170,150,110,0.5) 10%, rgb(196,187,171,0.5) 90%);
    left: -5%;
    z-index: 1;
    opacity: 0.08;
    transform: rotate(12deg);
    content: "";
    position: absolute;
    bottom: -5%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 15rem;
}

.instructor_history .user_stories:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
}

.instructor_history .user_stories > div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
}

.instructor_history .img_overlay {
    width: 180px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 4px solid #ffffff;
    height: 180px;
    transform: rotate(-3deg);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.instructor_history .name::after {
    bottom: -8px;
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(196,187,171) 0%, transparent 100%);
    width: 40%;
    transition: width 0.4s ease;
    content: "";
    position: absolute;
}

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

.cookie_warning_overlay {
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 1050;
    border-top: 3px solid rgb(196,187,171);
    transition: all 0.3s ease-in-out;
    position: fixed;
    background: #ffffff;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    bottom: 0;
}

.edu_settings {
    margin-right: 15px;
    flex-shrink: 0;
}

.data_agree {
    margin-right: 15px;
    flex-grow: 1;
}

.data_agree h5 {
    color: rgb(196,187,171);
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}

.edu_cookie {
    user-select: none;
    vertical-align: middle;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-left: 10px;
    font-size: 15px;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.5;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
}

.cookie_button.visitor_acceptance:hover {
    border-color: rgb(196,187,171);
    color: #ffffff;
    background-color: rgb(196,187,171);
}

.cookie_warning_overlay p a:hover {
    color: rgba(0, 0, 0, 0.5);
}


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



@media screen and (min-width: 768px) {.operation_process {
    padding: 8rem 0;
}.operation_process .learn_guide {
    padding: 0 3rem;
}.operation_process .learn_guide > div {
    padding: 4rem;
}.operation_process h3 {
    font-size: 30px;
    margin-bottom: 2rem;
}.operation_process p {
    line-height: 1.75;
    font-size: calc(12px * 1.05);
}.operation_process p span {
    padding-left: 2rem;
}
}



@media (hover: none) {.operation_process .learn_guide > div {
    transform: none;
}.operation_process .learn_guide > div:hover {
    transform: none;
}}



@media (min-width: 768px) {footer .head_base {
    flex: 1 1 100%;
}footer .page_top, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_feature {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .goal_footer {
    padding: 60px 0 20px;
}footer .goal_footer::before {
    height: 40px;
    background-size: 100% 40px;
}footer .page_top h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
    margin-bottom: 15px;
}footer .header_edu a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .subscribe_feature {
    padding: 12px 15px;
}}



@media (max-width: 767px) {header .head_lead {
    margin: 0.6rem 0 1rem;
}header .head_lead svg {
    height: 35px;
}header .head_lead::before {
    height: 90px;
    width: 90px;
}header .head_lead::after {
    width: 50px;
    height: 50px;
}header .page_top {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .site_start {
    padding: 0.4rem 1rem;
    font-size: calc(17px - 2px);
}header .site_start:first-child {
    margin-left: 2rem;
}header .site_start:last-child {
    margin-right: 2rem;
}}



@media (max-width: 768px) {.package_deal {
    padding: 60px 0;
}.package_deal h2 {
    font-size: calc(36px * 0.9);
}.package_deal .pricing_tiers {
    margin-bottom: 40px;
    font-size: calc(14px * 0.95);
}.package_deal .fee_schemes {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.package_deal .payment_plan {
    min-height: 350px;
    padding: 25px 20px;
}.package_deal .payment_plan h4 {
    font-size: 24px;
}.package_deal .study_offers {
    font-size: calc(24px * 1.1);
}
}




@media (max-width: 992px) {.course_overview .new_skills {
    grid-gap: 1.5rem;
    grid-template-columns: 1fr;
    text-align: center;
}.course_overview .new_skills h3,
    .course_overview .new_skills span,
    .course_overview .new_skills p {
    padding: 0;
    border: none;
    grid-column: 1 / 2;
}.course_overview .new_skills h3 {
    padding-bottom: 1rem;
    border-bottom: 2px solid rgb(196,187,171);
    width: fit-content;
    margin: 0 auto;
}.course_overview .new_skills .reach_links {
    grid-column: 1 / 2;
}.course_overview .learn_guide {
    margin-bottom: 0;
}
}



@media (min-width: 768px) {.privacy_cloister {
    padding: 6rem 3rem;
}.privacy_cloister h1 {
    font-size: calc(43px * 1.15);
    margin-bottom: 3rem;
}.privacy_cloister h1::after {
    width: 80px;
}.privacy_cloister p, .privacy_cloister span {
    max-width: 85%;
}.privacy_cloister ul {
    max-width: 90%;
    margin-left: 1rem;
}
}



@media (max-width: 767px) {.privacy_cloister {
    padding: 4rem 1.5rem;
}.privacy_cloister h1 {
    font-size: calc(43px * 0.9);
}.privacy_cloister h2 {
    font-size: calc(28px * 0.9);
}.privacy_cloister h3 {
    font-size: calc(28px * 0.8);
}.privacy_cloister h4 {
    font-size: calc(28px * 0.7);
}.privacy_cloister p, .privacy_cloister span {
    max-width: 100%;
}.privacy_cloister ul {
    padding: 1.25rem 1.5rem;
}}



@media (min-width: 768px) {.our_mission {
    padding: 150px 0;
}.our_mission h4 {
    text-align: left;
    margin-left: 50px;
    font-size: calc(32px + 4px);
}.our_mission .text_widget {
    width: 90%;
    padding: 60px;
    margin-left: 50px;
    border-left: 6px solid rgb(170,150,110);
}.our_mission span {
    column-gap: 40px;
    column-count: 2;
}.our_mission h6 {
    font-size: calc(21px + 6px);
    margin-bottom: 35px;
}.our_mission h6::after {
    width: 100px;
}
}



@media (min-width: 992px) {.our_mission {
    padding: 180px 0;
}.our_mission h4 {
    margin-left: 80px;
}.our_mission .text_widget {
    transform: translateZ(0) rotateX(2deg) rotateY(-1deg);
    padding: 70px;
    width: 80%;
    margin-left: 80px;
}.our_mission .text_widget:hover {
    transform: translateZ(50px) rotateX(0) rotateY(0);
}.our_mission span {
    column-count: 3;
    column-gap: 50px;
}
}



@media screen and (max-width: 992px) {.connect_with_us {
    padding: 5rem 0;
}.connect_with_us .feedback_block {
    gap: 2rem;
    flex-direction: column;
}.connect_with_us .query_request,
    .connect_with_us .support_form {
    flex: 1 1 100%;
}
}



@media screen and (max-width: 768px) {.connect_with_us {
    padding: 4rem 0;
}.connect_with_us .feedback_block {
    padding: 1.5rem;
}.connect_with_us .query_request,
    .connect_with_us .support_form {
    padding: 1.5rem;
}.connect_with_us .query_request div svg {
    height: 18px;
    margin-right: 10px;
    width: 18px;
}.connect_with_us .query_request h3,
    .connect_with_us .support_form h3 {
    font-size: calc(18px - 2px);
}
}



@media (min-width: 992px) {.follow .learn_guide {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    flex-direction: row;
    padding: 60px;
}.follow h3 {
    font-size: 21px;
    margin-bottom: 0;
    max-width: 50%;
}.follow .input_holder {
    max-width: 600px;
    width: 100%;
}
}



@media (max-width: 767px) {.follow {
    padding: 50px 0;
}.follow .learn_guide {
    padding: 30px 20px;
}.follow h3 {
    font-size: calc(21px * 1.1);
    padding-left: 10px;
}.follow .input_holder {
    width: 100%;
    flex-direction: column;
}.follow .input_holder div,
    .follow .subscribe_feature {
    width: 100%;
}
}



@media (prefers-reduced-motion: reduce) {.follow .learn_guide,
    .follow h3,
    .follow input[type="email"],
    .follow .subscribe_feature,
    .follow .subscribe_feature::before,
    .follow .input_holder div::before {
    transition: none;
}}



@media (min-width: 992px) {.training_results {
    padding: 10rem 0;
}.training_results .learn_guide {
    padding: 4rem;
    gap: 3rem;
}.training_results h5 {
    font-size: calc(20px + 0.5rem);
}.training_results .learn_guide > div:first-child {
    flex: 0 0 40%;
}.training_results .img_overlay {
    height: 350px;
}
}



@media (max-width: 767px) {.training_results {
    padding: 4rem 0;
}.training_results h5 {
    padding: 0 1rem;
    font-size: calc(20px - 0.2rem);
    margin-bottom: 2.5rem;
}.training_results .learn_guide {
    padding: 1.5rem;
}.training_results .img_overlay {
    margin-bottom: 1rem;
    height: 220px;
}.training_results li {
    margin-bottom: 1rem;
}.training_results li p {
    font-size: calc(13px - 2px);
}}



@media (max-width: 576px) {.thxField {
    padding: 50px 0;
}.thxField .learn_guide {
    transform: none;
    border-left: 3px solid rgb(196,187,171);
    padding: 30px 20px;
}.thxField .learn_guide::before {
    display: none;
}.thxField .learn_guide > div:first-child {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.thxField .learn_guide > div:first-child::after {
    width: 60px;
    height: 2px;
}.thxField h5 {
    font-size: calc(22px - 6px);
}.thxField p {
    line-height: 1.6;
    font-size: calc(12px - 2px);
}}



@media (max-width: 576px) {.enroll_instantly {
    transform: skewY(0);
    padding: 3.5rem 0;
}.enroll_instantly .container {
    padding: 0 1rem;
    transform: skewY(0);
}.enroll_instantly h6 {
    font-size: calc(18px * 1.2);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.enroll_instantly .reach_links {
    padding: 0.7rem 1.8rem;
    font-size: calc(15px * 0.9);
}.enroll_instantly div div span::before {
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
}}



@media (min-width: 992px) {.instructor_history .user_stories {
    grid-template-rows: 1fr;
    align-items: center;
    grid-template-columns: 250px 250px 1fr;
}.instructor_history .user_stories > div:first-child {
    grid-row: 1;
}.instructor_history .img_overlay {
    width: 220px;
    height: 220px;
}.instructor_history .past_jobs {
    padding-left: 2rem;
}.instructor_history .past_jobs::before {
    left: -0.5rem;
    top: -2rem;
    font-size: 6rem;
}
}



@media (max-width: 480px) {.instructor_history {
    padding: 2rem 0;
}.instructor_history .container {
    padding: 0 1rem;
}.instructor_history .user_stories {
    padding: 1.5rem;
    gap: 1.5rem;
}.instructor_history .img_overlay {
    height: 120px;
    width: 120px;
}.instructor_history .past_jobs::before {
    top: -1rem;
    font-size: 4rem;
}}



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}



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



@keyframes grid-shuffle {
    0%, 20% {
        transform: rotate(0deg) scale(1.1);
    }
    25%, 45% {
        transform: rotate(5deg) scale(1.15);
    }
    50%, 70% {
        transform: rotate(0deg) scale(1.2);
    }
    75%, 95% {
        transform: rotate(-5deg) scale(1.15);
    }
    100% {
        transform: rotate(0deg) scale(1.1);
    }
}



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

@keyframes grid-shuffle {
        0%, 20% {
            transform: rotate(0deg) scale(1.03);
        }
        25%, 45% {
            transform: rotate(2deg) scale(1.06);
        }
        50%, 70% {
            transform: rotate(0deg) scale(1.09);
        }
        75%, 95% {
            transform: rotate(-2deg) scale(1.06);
        }
        100% {
            transform: rotate(0deg) scale(1.03);
        }
    }



@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateZ(-50px) rotateY(10deg) translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateZ(0) rotateY(0) translateX(0);
    }
}

@keyframes moving-line {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}



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



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



@keyframes slideIn {
    from {
        transform: translateZ(-50px) rotateX(5deg);
        opacity: 0;
    }
    to {
        transform: translateZ(0) rotateX(2deg);
        opacity: 1;
    }
}



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



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



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



@keyframes lineExpand {
  0% {
    transform: scaleX(0.1);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes textFloat {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8px);
    }
}

