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

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

.goal_footer {
    flex: 0 0 auto;
}

header,footer {
    width: 100%;
}

header {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    left: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, 
        rgb(196,187,171,0.5) 0%,
        #000000 100%);
}

.operation_process::before {
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: 0.7;
    content: "";
    transform: translateY(-5%);
    width: 100%;
    background: linear-gradient(to right, rgb(170,150,110,0.5) 0%, transparent 20%, transparent 80%, rgb(170,150,110,0.5) 100%);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 100%;
    left: 0;
}

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

.operation_process .learn_guide > div {
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    position: relative;
    padding: 3rem;
}

.operation_process .learn_guide > div:hover::before {
    height: 100%;
}

.operation_process h3 {
    position: relative;
    transform: translateZ(20px);
    letter-spacing: -0.02em;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.9);
    display: inline-block;
}

.operation_process .learn_guide > div:hover h3::after {
    transform: scaleX(1);
}

.operation_process p {
    margin: 0;
    color: #000000;
    font-size: 12px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    transform: translateZ(5px);
    position: relative;
}

footer {
    width: 100%;
    position: relative;
}

footer .goal_footer {
    position: relative;
    padding: 120px 0 30px;
    background: linear-gradient(135deg, rgb(196,187,171), rgb(170,150,110));
    color: #ffffff;
    font-family: Arial, sans-serif;
}

footer .goal_footer::after {
    opacity: 0.15;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    bottom: 0;
    position: absolute;
    background: #ffffff;
    height: 50px;
    content: "";
    left: 0;
    width: 100%;
}

footer .info_item {
    padding: 0 25px;
    align-items: center;
    height: 80px;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    max-width: 300px;
    flex: 1 1 200px;
    border-radius: 40px;
    overflow: hidden;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
}

footer .info_item svg {
    width: 20px;
    fill: #ffffff;
    flex-shrink: 0;
    margin-right: 15px;
    height: 20px;
}

footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

footer .text_main_holder {
    flex-wrap: wrap;
    position: relative;
    gap: 25px;
    display: flex;
}

footer .head_base svg {
    margin: 0 auto 20px;
    width: auto;
    height: 50px;
    filter: brightness(0) invert(1);
}

footer .page_top,footer .subscribe_holder {
    border-radius: 19px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    position: relative;
    backdrop-filter: blur(5px);
    flex: 1 1 300px;
    overflow: hidden;
}

footer .page_top h5, footer .subscribe_holder h5 {
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 20px;
}

footer .header_edu {
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px;
    display: flex;
}

footer .header_edu a {
    background-color: rgb(196,187,171,0.5);
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    border-radius: 20px;
    position: relative;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    text-decoration: none;
    padding: 8px 15px;
    flex: 1 1 calc(50% - 10px);
}

footer .header_edu a:hover::before {
    left: 0;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}

footer .input_holder input[type="email"] {
    border: none;
    font-size: 14px;
    padding: 15px 20px;
    color: #ffffff;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

footer .subscribe_feature {
    position: relative;
    background-color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 20px;
    color: rgb(196,187,171);
    border-radius: 25px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    padding: 15px 20px;
}

footer .subscribe_feature:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(227,225,221);
    transform: translateY(-3px);
}

footer .music_edu {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 0 30px;
    position: relative;
    font-size: 15px;
}

footer .music_edu::after {
    right: 0;
}

header::before {
    z-index: 1;
    width: 100%;
    opacity: 0.3;
    left: 0;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(170,150,110,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(196,187,171,0.5) 0%, transparent 15%);
    animation: pulse-bg 8s infinite alternate;
    height: 100%;
    top: 0;
}

header .container {
    flex-direction: column;
    z-index: 2;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
}

header .head_lead {
    position: relative;
    margin: 1rem 0 1.5rem;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 3;
    display: flex;
}

header .head_lead::after {
    z-index: -2;
    height: 70px;
    filter: blur(20px);
    content: "";
    position: absolute;
    background: rgb(170,150,110,0.5);
    border-radius: 50%;
    animation: pulse-opacity 4s ease infinite alternate;
    width: 70px;
    opacity: 0.3;
}

header .head_lead:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(170,150,110));
}

header .page_top {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    width: 100vw;
    position: relative;
    padding: 1rem 0;
    display: flex;
    gap: 0.8rem;
    scrollbar-width: none;
    overflow-x: auto;
    border-top: 1px solid rgb(196,187,171,0.5);
    justify-content: center;
    border-bottom: 1px solid rgb(196,187,171,0.5);
}

header .site_start::before {
    z-index: -1;
    top: 0;
    content: "";
    border-radius: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    transform: translateZ(-10px);
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

header .site_start::after {
    content: "";
    width: 0%;
    background: rgb(170,150,110);
    position: absolute;
    height: 2px;
    left: 50%;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    bottom: 0;
}

header .site_start:hover::after {
    width: 80%;
}

.title_board {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: rgb(196,187,171);
}

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

.title_board .start_page::after {
    pointer-events: none;
    opacity: 0.7;
    position: absolute;
    background: radial-gradient(
        ellipse at center,
        transparent 40%,
        rgb(170,150,110) 100%
    );
    inset: 0;
    content: "";
    z-index: 2;
}

.title_board .learn_welcome {
    transition: all 0.5s ease;
    overflow: hidden;
    opacity: 1;
    position: relative;
}

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

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

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

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

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

.title_board .course_begin:has(.learn_welcome:nth-child(3):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)) .learn_welcome:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
}

.title_board .learn_welcome::before {
    mix-blend-mode: overlay;
    transition: opacity 0.5s ease;
    position: absolute;
    inset: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(
        rgb(196,187,171,0.5),
        transparent
    );
    opacity: 0;
}

.title_board .carousel-auto-slide.active::before {
    opacity: 0.6;
}

.title_board .text_widget::before {
    inset: 0;
    content: "";
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.title_board .text_widget::after {
    z-index: -2;
    background-size: 200% 200%;
    background-position: 0% 0%;
    animation: border-light 5s linear infinite;
    content: "";
    background-image: 
        linear-gradient(90deg, transparent 30%, rgb(196,187,171) 50%, transparent 70%),
        linear-gradient(180deg, transparent 30%, rgb(170,150,110) 50%, transparent 70%);
    border-radius: 10px;
    opacity: 0.5;
    filter: blur(8px);
    position: absolute;
    inset: -5px;
}

.title_board .text_widget p {
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 2rem;
    font-size: 14px;
    color: #ffffff;
}

.title_board .text_widget p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(14px * 0.9);
}

.title_board .text_widget p {
    font-size: calc(14px * 0.85);
    margin-bottom: 1.2rem;
    line-height: 1.5;
}

.title_board .text_widget .reach_links::before {
    background: linear-gradient(
        90deg,
        rgb(196,187,171),
        rgb(170,150,110),
        rgb(196,187,171)
    );
    transition: all 0.5s ease;
    top: 0;
    left: 0;
    background-size: 200% 100%;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-position: 0% 0%;
    position: absolute;
}

.title_board .text_widget .reach_links:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.package_deal {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

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

.package_deal .study_cost {
    position: relative;
}

.package_deal h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease-out forwards;
    text-align: center;
    transform: translateY(20px);
    color: #ffffff;
    opacity: 0;
    position: relative;
}

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

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

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

.package_deal .learning_pricing {
    height: 100%;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    transform: translateZ(0);
}

.package_deal .payment_plan {
    display: flex;
    height: 100%;
    min-height: 400px;
    color: #ffffff;
    padding: 35px 30px;
    flex-direction: column;
}

.package_deal .payment_plan h4::after {
    position: absolute;
    height: 3px;
    transition: width 0.4s ease;
    width: 60px;
    content: "";
    left: 0;
    background: rgb(196,187,171);
    bottom: 0;
}

.package_deal .study_offers {
    display: inline-block;
    background: linear-gradient(135deg, rgb(196,187,171) 0%, rgb(170,150,110) 100%);
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    align-self: flex-start;
    font-weight: 700;
    padding: 10px 20px;
    font-size: calc(24px * 1.3);
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 25px;
}

.package_deal .trial_pricing:hover .payment_plan h4 {
    transform: translateY(-5px);
}

.package_deal .trial_pricing:hover .study_offers {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transform: scale(1.05) translateY(-5px);
}

.course_overview::before {
    width: 100%;
    content: "";
    opacity: 0.4;
    height: 100%;
    pointer-events: none;
    top: 0;
    z-index: 2;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at left bottom, rgb(196,187,171,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(170,150,110,0.5) 0%, transparent 30%);
}

.course_overview .lesson_track {
    display: flex;
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: 500%;
    height: 100%;
}

.course_overview .tech_skills {
    width: 20%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.course_overview .tech_skills:hover img {
    transform: scale(1.2);
}

.course_overview .container {
    position: relative;
    z-index: 4;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    max-width: 1320px;
    align-items: center;
}

.course_overview .new_skills h3 {
    grid-column: 1 / 2;
    position: relative;
    color: #ffffff;
    border-left: 4px solid rgb(196,187,171);
    margin: 0;
    font-weight: 700;
    padding-left: 2rem;
    font-size: 33px;
}

.course_overview .new_skills .reach_links::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: rgb(196,187,171);
    top: 0;
    transition: width 0.4s ease;
    z-index: -1;
    width: 0;
}

.course_overview .new_skills .reach_links:hover {
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.course_overview .new_skills .reach_links:hover::before {
    width: 100%;
}




.course_overview .tech_skills::before {
    width: 100%;
    z-index: 2;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
}

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




.course_overview .learn_guide::before {
    left: 0;
    position: absolute;
    opacity: 0.3;
    bottom: 0;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    width: 100%;
}

.privacy_cloister::after {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(rgb(196,187,171,0.5), 0.03), transparent);
    width: 30%;
    height: 100%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
}

.privacy_cloister h1 {
    margin-bottom: 2.5rem;
    opacity: 0;
    animation: fadeup 0.5s ease-out 0.2s forwards;
    font-size: 43px;
    transform: translateY(10px);
    color: #000000;
    letter-spacing: -0.5px;
    font-weight: 700;
    position: relative;
}

.privacy_cloister h2 {
    margin: 2.5rem 0 1.5rem;
    opacity: 0;
    font-size: 28px;
    padding-left: 1rem;
    color: #000000;
    transform: translateY(10px);
    font-weight: 600;
    position: relative;
    animation: fadeup 0.5s ease-out 0.3s forwards;
}

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

.privacy_cloister p {
    color: #000000;
    transform: translateY(10px);
    line-height: 1.75;
    opacity: 0;
    margin-bottom: 1.5rem;
    max-width: 95%;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    font-size: 13px;
}

.privacy_cloister span {
    padding-left: 1rem;
    position: relative;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    line-height: 1.75;
    display: block;
    margin-bottom: 1.5rem;
    font-size: 13px;
    transform: translateY(10px);
    color: #000000;
    opacity: 0;
}

.privacy_cloister ul {
    border-left: 3px solid rgb(196,187,171);
    padding: 1.5rem 2rem;
    animation: slidein 0.6s ease-out 0.5s forwards;
    position: relative;
    list-style: none;
    border-radius: 0 10px 10px 0;
    margin: 1.5rem 0 2rem;
    transform: translateX(-10px);
    opacity: 0;
    padding-left: 0;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
}

.privacy_cloister li:last-child {
    margin-bottom: 0;
}

.privacy_cloister li::before {
    content: "";
    position: absolute;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    border-radius: 1px;
    top: 0.5rem;
    background: rgb(170,150,110);
}

.user_reviews::after {
    background-size: 30px 30px;
    background-image: 
        linear-gradient(45deg, rgb(196,187,171,0.5) 1px, transparent 1px),
        linear-gradient(-45deg, rgb(170,150,110,0.5) 1px, transparent 1px);
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    z-index: 0;
    height: 100%;
    position: absolute;
    opacity: 0.1;
}

.user_reviews h4 {
    color: #000000;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: 1px;
    font-size: 29px;
}

.user_reviews h4::before {
    left: calc(50% - 20px);
    width: 40px;
    content: "";
    bottom: -40px;
    border: 2px solid rgb(196,187,171,0.5);
    transform: rotate(45deg);
    position: absolute;
    height: 40px;
    z-index: -1;
}

.user_reviews .user_stories {
    margin: 0 20px 60px;
    transform: rotateY(15deg) rotateX(5deg) translateZ(0);
    padding: 30px;
    background: #ffffff;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    width: calc(33.33% - 40px);
    transform-origin: center center;
    border-radius: 18px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
}

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

.user_reviews .user_stories::before {
    left: 0;
    width: 100%;
    content: "";
    border-radius: inherit;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    z-index: -1;
}

.user_reviews .user_stories:hover::after {
    opacity: 0.5;
    transform: scale(1.2);
}

.user_reviews .user_stories:hover .img_overlay {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border-color: rgb(196,187,171,0.5);
    transform: translateZ(40px) scale(1.1);
}

.user_reviews .user_stories span {
    display: block;
    color: #000000;
    transform: translateZ(15px);
    margin-bottom: 12px;
    text-align: center;
    font-weight: 600;
    font-size: calc(14px * 1.1);
    transition: all 0.4s ease;
}

.user_reviews .user_stories:hover p {
    color: #000000;
    transform: translateZ(20px);
}

.user_reviews .user_stories:nth-child(3n+2)::after {
    background: rgb(170,150,110,0.5);
}

.our_mission {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 120px 0;
}

.our_mission::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.our_mission h4 {
    position: relative;
    transform: translateY(10px);
    margin-bottom: 40px;
    animation: fadeInUp 0.8s 0.2s forwards;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    z-index: 10;
    opacity: 0;
    font-size: 32px;
}

.our_mission .text_widget:hover {
    transform: translateZ(30px) rotateX(0);
}

.our_mission .text_widget::before {
    top: 0;
    z-index: -1;
    height: 100px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: rgb(196,187,171,0.5);
    width: 100px;
    content: "";
    right: 0;
    position: absolute;
}

.our_mission .text_widget::after {
    position: absolute;
    bottom: 0;
    height: 100px;
    background: rgb(170,150,110,0.5);
    width: 100px;
    left: 0;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    content: "";
    z-index: -1;
}

.our_mission h6::after {
    width: 60px;
    transform-origin: left;
    background: linear-gradient(to right, rgb(170,150,110), transparent);
    height: 3px;
    transform: scaleX(0);
    animation: expandWidth 1.2s 1s forwards;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.connect_with_us {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.connect_with_us::before {
    left: 0;
    z-index: 1;
    content: "";
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    position: absolute;
    top: 0;
}

.connect_with_us .container {
    margin: 0 auto;
    z-index: 3;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
}

.connect_with_us .feedback_block {
    padding: 2rem;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 23px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    gap: 2rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.3));
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2), 
                0 5px 10px rgba(0, 0, 0, 0.1);
}

.connect_with_us .query_request {
    flex: 1 1 300px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, 
        rgb(196,187,171,0.5), 
        rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 10px;
}

.connect_with_us .query_request h3 {
    margin-bottom: 2rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 1rem;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.connect_with_us .query_request div {
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 10px;
}

.connect_with_us .query_request div:hover::before {
    top: 10%;
    height: 80%;
}

.connect_with_us .query_request div svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.connect_with_us .query_request div:hover svg path {
    filter: drop-shadow(0 0 2px rgb(196,187,171));
    fill: rgb(196,187,171);
}

.connect_with_us .query_request div span a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

.connect_with_us .support_form {
    flex: 1 1 400px;
    padding: 2rem;
    border-radius: 10px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05), 
        rgba(0, 0, 0, 0.1));
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    position: relative;
    overflow: hidden;
}

.connect_with_us .support_form form {
    gap: 1.2rem;
    flex-direction: column;
    display: flex;
}

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

.connect_with_us .support_form input[type="text"]:focus,
.connect_with_us .support_form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(196,187,171,0.5);
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(196,187,171);
}

.connect_with_us .support_form .feedback_links {
    align-items: flex-start;
    display: flex;
    margin: 0.5rem 0;
    gap: 10px;
}

.connect_with_us .support_form .feedback_links input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    position: relative;
    margin-top: 3px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    appearance: none;
    width: 18px;
    background: rgba(0, 0, 0, 0.2);
    height: 18px;
    border-radius: 3px;
}

.connect_with_us .support_form .feedback_links label {
    font-size: calc(13px - 2px);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

.connect_with_us .support_form .feedback_links label a::after {
    background: rgb(170,150,110);
    content: "";
    height: 1px;
    left: 0;
    transition: width 0.3s ease;
    bottom: -2px;
    position: absolute;
    width: 0;
}

.connect_with_us .support_form .reach_links::before {
    left: -100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    position: absolute;
    transition: all 0.6s ease;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.connect_with_us .support_form .reach_links:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.follow {
    background: rgb(227,225,221);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.follow::after {
    width: 35%;
    filter: blur(25px);
    z-index: 0;
    height: 70%;
    bottom: -5%;
    transform: rotate(12deg) skew(-12deg);
    background: linear-gradient(
        225deg, 
        rgb(170,150,110,0.5) 0%, 
        rgba(255,255,255,0.03) 100%
    );
    border-radius: 30% 70% 50% 50% / 50% 30% 70% 50%;
    left: -8%;
    position: absolute;
    content: "";
}

.follow .learn_guide:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.08),
        -25px -25px 70px rgba(255, 255, 255, 0.08),
        inset 6px 6px 16px rgba(255, 255, 255, 0.08),
        inset -6px -6px 16px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.follow h3 {
    margin-bottom: 30px;
    line-height: 1.4;
    transition: transform 0.3s ease;
    transform: translateZ(10px);
    padding-left: 15px;
    font-size: calc(21px * 1.1);
    color: #000000;
    border-left: 4px solid rgb(196,187,171);
    font-weight: 600;
}

.follow .input_holder div {
    position: relative;
    min-width: 250px;
    flex: 1;
}

.follow .input_holder div::before {
    content: "";
    background: linear-gradient(
        to right,
        rgb(196,187,171,0.5),
        rgb(170,150,110),
        rgb(196,187,171,0.5)
    );
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    width: 100%;
    transform-origin: center;
    height: 2px;
    bottom: -2px;
    transform: scaleX(0);
    left: 0;
}

.follow input[type="email"]:focus {
    outline: none;
    border-color: rgb(196,187,171,0.5);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 
        0 5px 15px rgba(rgb(196,187,171), 0.1),
        inset 3px 3px 8px rgba(0, 0, 0, 0.04),
        inset -3px -3px 8px rgba(255, 255, 255, 0.04);
    transform: translateY(-2px);
}

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

.follow .subscribe_feature:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 12px 25px rgba(rgb(196,187,171), 0.25),
        0 3px 8px rgba(0, 0, 0, 0.15);
}

.follow .subscribe_feature:hover::before {
    left: 100%;
}

.training_results {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
}

.training_results::after {
    background: rgb(196,187,171,0.5);
    position: absolute;
    bottom: -50px;
    opacity: 0.2;
    width: 250px;
    left: -50px;
    z-index: 0;
    content: "";
    height: 250px;
    animation: float 15s infinite alternate-reverse ease-in-out;
    filter: blur(60px);
    border-radius: 50%;
    transform: translate3d(0, 0, 0);
}

.training_results h5::after {
    height: 3px;
    background: rgb(196,187,171);
    transform: translateX(-50%) scaleX(0.8);
    width: 80px;
    left: 50%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -12px;
    position: absolute;
    content: "";
}

.training_results .learn_guide {
    backdrop-filter: blur(10px);
    display: flex;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.9);
    gap: 2.5rem;
    padding: 2.5rem;
    border-left: 3px solid rgb(196,187,171);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.training_results .learn_guide:hover .img_overlay {
    transform: scale(1.02);
}

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

.training_results li p {
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
    position: relative;
    color: #000000;
    margin: 0;
    font-size: calc(13px - 1px);
}

.training_results li:hover svg {
    transform: scale(1);
}

.training_results li:hover svg path {
    fill: rgb(170,150,110);
}

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

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

.training_results li div {
    position: relative;
}

.training_results li:hover div::before {
    opacity: 1;
}

.thxField {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(227,225,221) 0%, rgb(170,150,110,0.5) 100%);
    overflow: hidden;
}

.thxField::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgb(196,187,171,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(170,150,110,0.5) 10%, transparent 50%);
    opacity: 0.4;
    left: 0;
    z-index: 1;
    width: 100%;
    pointer-events: none;
}

.thxField .learn_guide {
    position: relative;
    padding: 60px 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(196,187,171);
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    transform: perspective(1000px) rotateX(2deg);
}

.thxField .learn_guide > div:first-child {
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative;
}

.thxField h5 {
    margin: 0;
    opacity: 0;
    font-size: 22px;
    font-weight: 700;
    transform: translateY(15px);
    line-height: 1.4;
    color: #000000;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
}

.thxField p {
    line-height: 1.8;
    font-weight: 400;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    color: #000000;
    font-size: 12px;
    transform: translateY(15px);
    margin: 0;
    opacity: 0;
}

.thxField a::after {
    height: 1px;
    content: "";
    width: 100%;
    bottom: -8px;
    position: absolute;
    transform: scaleX(0.3);
    background: linear-gradient(90deg, rgb(196,187,171,0.5) 0%, transparent 100%);
    transform-origin: left;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    left: 0;
}

.enroll_instantly::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.1;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgb(196,187,171,0.5),
        rgb(196,187,171,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    width: 100%;
}

.enroll_instantly .container {
    transform: skewY(2deg);
    flex-direction: column;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 2rem;
}

.enroll_instantly h6::after {
    width: 70px;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    height: 3px;
    left: 50%;
    background: #ffffff;
    opacity: 0.7;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}

.enroll_instantly div div span::before {
    opacity: 0.15;
    top: -10px;
    background: rgb(196,187,171);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    position: absolute;
    filter: blur(10px);
    transform: translateZ(-10px);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    content: "";
    left: -10px;
}

.enroll_instantly .reach_links::before {
    width: 100%;
    transition: opacity 0.4s ease;
    height: 100%;
    left: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(170,150,110,0.5) 100%);
    content: "";
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.enroll_instantly .reach_links span {
    transition: all 0.3s ease;
    position: relative;
    z-index: 3;
}

.enroll_instantly .reach_links:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    color: rgb(170,150,110);
}

.enroll_instantly .reach_links:hover::before {
    opacity: 0.1;
}

.enroll_instantly .reach_links:hover span {
    transform: scale(1.05);
}

.enroll_instantly .reach_links:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.instructor_history::before {
    height: 25rem;
    z-index: 1;
    opacity: 0.1;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    width: 25rem;
    right: -5%;
    position: absolute;
    background: linear-gradient(120deg, rgb(196,187,171,0.5) 10%, rgb(170,150,110,0.5) 90%);
    top: -10%;
    transform: rotate(-15deg);
    content: "";
}

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

.instructor_history .user_stories {
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    background: #ffffff;
    position: relative;
    grid-template-columns: 1fr;
    border-left: 5px solid rgb(196,187,171);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    gap: 2.5rem;
    display: grid;
}

.instructor_history .user_stories:hover .img_overlay {
    transform: rotate(0deg) scale(1.05);
}

.instructor_history .name {
    font-size: 20px;
    margin-bottom: 0.5rem;
    color: rgb(196,187,171);
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.instructor_history .user_stories:hover .name::after {
    width: 90%;
}

.instructor_history .user_stories > div:nth-child(2) {
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.instructor_history .user_stories > div:nth-child(2) > div {
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: calc(17px - 0.1rem);
    color: rgb(170,150,110);
}

.instructor_history .past_jobs::before {
    top: -1.5rem;
    color: rgb(196,187,171,0.5);
    left: -0.8rem;
    font-size: 5rem;
    font-family: Georgia, serif;
    opacity: 0.3;
    content: "";
    position: absolute;
}

.data_control {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.edu_settings svg {
    fill: rgb(196,187,171);
    height: 50px;
    transition: fill 0.3s ease-in-out;
    width: 50px;
}

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

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

#cookieConsentDialog {
    display: none;
}

#cookieConsentDialog:checked ~ .cookie_warning_overlay {
    opacity: 0;
    visibility: hidden;
}

.cookie_button.web_cookies:hover {
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.cookie_button.visitor_acceptance {
    color: #000000;
    border-color: rgb(170,150,110);
    background-color: rgb(170,150,110);
}

.cookie_warning_overlay p a {
    color: rgb(196,187,171);
    text-decoration: underline;
}

header .page_top::-webkit-scrollbar {
    display: none;
}


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



@media screen and (min-width: 992px) {.operation_process {
    padding: 10rem 0;
}.operation_process .learn_guide > div {
    width: 90%;
    margin-left: 5%;
}.operation_process h3 {
    font-size: calc(30px * 1.1);
}.operation_process p span {
    column-gap: 3rem;
    column-count: 2;
    padding-left: 0;
    border-left: none;
}
}



@media (prefers-reduced-motion: reduce) {.operation_process::after {
    animation: none;
}.operation_process .learn_guide > div,
    .operation_process .learn_guide > div:hover {
    transition: box-shadow 0.3s ease;
    transform: none;
}
}



@media (max-width: 991px) {footer .goal_footer {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}



@media (max-width: 767px) {footer .goal_footer {
    padding: 80px 0 30px;
}footer .goal_footer::before {
    height: 60px;
    background-size: 100% 60px;
}footer .message_info {
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .page_top, footer .subscribe_holder {
    padding: 25px 20px;
}footer .ranking_bar {
    margin-top: 40px;
}
}



@media (max-width: 991px) {header .head_lead {
    margin: 0.8rem 0 1.2rem;
}header .head_lead svg {
    height: 40px;
}header .site_start {
    font-size: calc(17px - 1px);
    padding: 0.5rem 1.2rem;
}
}



@media (max-width: 992px) {.title_board .text_widget {
    width: 80%;
    padding: 2.5rem;
}.title_board .text_widget h1 {
    font-size: calc(41px * 0.85);
}.title_board .text_widget p {
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 1024px) {.package_deal {
    padding: 80px 0;
}.package_deal .fee_schemes {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.package_deal .payment_plan {
    min-height: 380px;
    padding: 30px 25px;
}
}



@media (max-width: 576px) {.package_deal {
    padding: 50px 0;
}.package_deal .container {
    padding: 0 15px;
}.package_deal h2 {
    font-size: calc(36px * 0.8);
}.package_deal .pricing_tiers {
    font-size: calc(14px * 0.9);
    margin-bottom: 30px;
}.package_deal .fee_schemes {
    grid-template-columns: 1fr;
    gap: 25px;
}.package_deal .payment_plan {
    min-height: auto;
}.package_deal .payment_plan p {
    font-size: calc(14px * 0.9);
}.package_deal .study_offers {
    margin-top: 20px;
    align-self: center;
}}




@media (max-width: 768px) {.course_overview {
    min-height: 100vh;
}.course_overview .next_skill::after {
    background: linear-gradient(to bottom, 
                    transparent 0%, 
                    #000000 50%);
}.course_overview .learn_guide {
    margin-bottom: 0;
}.course_overview .new_skills {
    padding: 0 1.5rem;
    grid-gap: 1rem;
}.course_overview .new_skills h3 {
    font-size: calc(33px * 0.9);
}.course_overview .new_skills span,
    .course_overview .new_skills p {
    font-size: calc(14px * 0.9);
}.course_overview .new_skills .reach_links {
    margin-top: 1.5rem;
    width: 100%;
}}



@media (min-width: 992px) {.privacy_cloister {
    padding: 7rem 4rem;
}.privacy_cloister::after {
    width: 40%;
}.privacy_cloister h1 {
    font-size: calc(43px * 1.3);
}.privacy_cloister h2 {
    padding-left: 1.5rem;
}.privacy_cloister p, .privacy_cloister span {
    font-size: calc(13px * 1.05);
    max-width: 80%;
}.privacy_cloister ul {
    padding: 2rem 2.5rem;
}.privacy_cloister li {
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 1200px) {.user_reviews .user_stories {
    width: calc(50% - 40px);
}
}



@media (max-width: 768px) {.user_reviews {
    padding: 70px 0;
}.user_reviews h4 {
    margin-bottom: 60px;
}.user_reviews .review_quotes {
    perspective: none;
}.user_reviews .user_stories,
    .user_reviews .user_stories:nth-child(3n+2),
    .user_reviews .user_stories:nth-child(3n+3) {
    max-width: 350px;
    padding: 25px;
    width: 100%;
    transform: none;
    margin: 0 auto 40px;
}.user_reviews .user_stories:hover,
    .user_reviews .user_stories:nth-child(3n+2):hover,
    .user_reviews .user_stories:nth-child(3n+3):hover {
    transform: translateY(-10px);
}.user_reviews .user_stories:last-child {
    margin-bottom: 0;
}.user_reviews .img_overlay {
    width: 80px;
    height: 80px;
}.user_reviews .user_stories:hover .img_overlay {
    transform: scale(1.1);
}.user_reviews .user_stories span,
    .user_reviews .user_stories:hover span,
    .user_reviews .user_stories p,
    .user_reviews .user_stories:hover p {
    transform: none;
}}



@media (max-width: 767px) {.our_mission {
    padding: 80px 0;
}.our_mission h4 {
    margin-bottom: 25px;
    font-size: calc(21px + 2px);
}.our_mission .text_widget {
    border-left-width: 3px;
    padding: 30px 20px;
}.our_mission h6 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 8px;
}.our_mission h6::after {
    width: 40px;
    height: 2px;
}.our_mission span {
    line-height: 1.6;
    font-size: calc(14px - 1px);
}}



@media screen and (max-width: 576px) {.connect_with_us {
    padding: 3rem 0;
}.connect_with_us .feedback_block {
    gap: 1.5rem;
    padding: 1rem;
}.connect_with_us .query_request,
    .connect_with_us .support_form {
    padding: 1rem;
}.connect_with_us .query_request div {
    margin-bottom: 1rem;
}.connect_with_us .support_form form {
    gap: 1rem;
}.connect_with_us .support_form input[type="text"],
    .connect_with_us .support_form input[type="email"] {
    padding: 10px 12px;
}.connect_with_us .support_form .reach_links {
    padding: 10px 16px;
}}



@media (max-width: 991px) {.follow {
    padding: 60px 0;
}.follow .learn_guide {
    text-align: center;
}.follow h3 {
    display: inline-block;
    text-align: left;
    margin-bottom: 25px;
}.follow .input_holder {
    justify-content: center;
}
}



@media (max-width: 480px) {.follow {
    padding: 40px 0;
}.follow .learn_guide {
    padding: 25px 15px;
}.follow h3 {
    margin-bottom: 20px;
    font-size: 21px;
}.follow input[type="email"],
    .follow .subscribe_feature {
    padding: 12px 15px;
}
}



@media (min-width: 768px) {.training_results {
    padding: 8rem 0;
}.training_results .learn_guide {
    padding: 3rem;
    align-items: center;
    flex-direction: row;
}.training_results .learn_guide > div:first-child {
    flex: 0 0 45%;
    margin-right: 3rem;
}.training_results ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
}.training_results h5 {
    margin-bottom: 4rem;
    font-size: calc(20px + 0.25rem);
}.training_results li p {
    font-size: 13px;
}
}



@media (max-width: 992px) {.thxField {
    padding: 80px 0;
}.thxField .learn_guide {
    padding: 50px 40px;
}.thxField h5 {
    font-size: calc(22px - 2px);
}
}



@media (max-width: 768px) {.thxField {
    padding: 60px 0;
}.thxField .learn_guide {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.thxField .learn_guide::before {
    right: 15px;
    left: 15px;
    top: 15px;
    bottom: 15px;
}.thxField .learn_guide > div:first-child {
    padding-bottom: 20px;
    margin-bottom: 25px;
}.thxField h5 {
    font-size: calc(22px - 4px);
}.thxField p {
    font-size: calc(12px - 1px);
    line-height: 1.7;
}
}



@media (max-width: 992px) {.enroll_instantly {
    padding: 5rem 0;
}.enroll_instantly h6 {
    font-size: calc(18px * 1.1);
    margin-bottom: 2rem;
}.enroll_instantly .reach_links {
    padding: 0.8rem 2.2rem;
}
}



@media (max-width: 768px) {.enroll_instantly {
    padding: 4rem 0;
    transform: skewY(-1deg);
}.enroll_instantly .container {
    transform: skewY(1deg);
    padding: 0 1.5rem;
}.enroll_instantly h6 {
    font-size: 18px;
    margin-bottom: 1.8rem;
}.enroll_instantly h6::after {
    width: 50px;
    bottom: -12px;
}
}



@media (min-width: 768px) {.instructor_history .user_stories {
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
}.instructor_history .user_stories > div:first-child {
    grid-row: span 2;
}.instructor_history .img_overlay {
    height: 200px;
    width: 200px;
}.instructor_history .past_jobs {
    font-size: calc(17px + 0.05rem);
}
}



@media (max-width: 767px) {.instructor_history {
    padding: 3rem 0;
}.instructor_history .user_stories {
    padding: 2rem;
}.instructor_history .img_overlay {
    height: 150px;
    width: 150px;
}.instructor_history .name {
    font-size: calc(20px - 0.1rem);
}.instructor_history .past_jobs {
    font-size: calc(17px - 0.1rem);
    line-height: 1.6;
}
}


@media (max-width: 1200px) {.data_agree h5 {
    font-size: calc(20px - 2px);
}.data_agree p {
    font-size: calc(15px - 2px);
}.edu_cookie {
    font-size: calc(15px - 2px);
}
}


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

@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}



@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}



@keyframes scale-up {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 0.4;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 1;
    }
}



@keyframes scale-down {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 1;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 0.4;
    }
}


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



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

@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes slidein {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



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



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



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



@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}



@keyframes fadeUp {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}



@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-5%, 5%);
    }
}

