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

.top_mentor {
    flex: 1 0 auto;
}

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

.music_edu {
    flex: 0 0 auto;
}

.music_edu {
    position: relative;
    color: #000000;
    padding: 4rem 0 2rem;
}

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

footer::before {
    right: 0;
    position: absolute;
    content: "";
    opacity: 0.9;
    bottom: 0;
    left: 0;
    background: linear-gradient(145deg, rgb(214,217,225) 0%, rgb(172,179,195,0.5) 100%);
    z-index: -2;
    top: 0;
}

.music_edu::after {
    background: linear-gradient(90deg, rgb(172,179,195), rgb(123,110,160));
    height: 6px;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
}

.music_edu .container {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    gap: 3rem;
}

.music_edu .company_holder::before {
    border-top-left-radius: 19px;
    content: "";
    left: 0;
    border-top-right-radius: 19px;
    top: 0;
    width: 100%;
    background: rgb(172,179,195);
    position: absolute;
    height: 5px;
}

.music_edu .company_holder h3::after {
    width: 80px;
    height: 3px;
    bottom: -0.5rem;
    background: rgb(123,110,160);
    content: "";
    left: 0;
    position: absolute;
}

.music_edu .level_up {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}

.music_edu .main_top {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}

.music_edu .main_learn h5 {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    padding: 1rem 1.5rem;
    position: relative;
    background: rgb(123,110,160);
}

.music_edu .main_learn .main_top a {
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    color: #000000;
    align-items: center;
    position: relative;
    padding: 0.8rem 1.5rem;
    font-size: 16px;
}

.music_edu .main_learn .main_top a::after {
    opacity: 0;
    content: "";
    transition: all 0.3s ease;
    width: 5px;
    height: 5px;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(123,110,160);
    position: absolute;
    left: 1.5rem;
    border-radius: 50%;
}

.diversity {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 2rem 0;
    background: rgb(214,217,225);
    position: relative;
    margin-top: 3rem;
}

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

.program_information {
    min-height: 100vh;
    align-items: center;
    position: relative;
    background-color: rgb(214,217,225);
    display: flex;
    overflow: hidden;
}

.program_information .skill_path {
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
}

.program_information .skill_path:hover .knowledge_route {
    animation-play-state: paused;
}

.program_information .new_skills img {
    transform-origin: center;
    height: 100%;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.8) saturate(1.3);
    animation: zoom-flow 20s ease-in-out infinite alternate;
}

.program_information .new_skills::after {
    mix-blend-mode: overlay;
    opacity: 0.3;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(172,179,195,0.5) 0px,
            rgb(172,179,195,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    z-index: 3;
    content: '';
    animation: slide-pattern 15s linear infinite;
    position: absolute;
    inset: 0;
}

.program_information .path_impact {
    padding: 0.5rem;
    backdrop-filter: blur(8px);
    max-width: 600px;
    background: linear-gradient(
        135deg,
        rgb(172,179,195,0.5) 0%,
        rgb(123,110,160,0.5) 100%
    );
    position: relative;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    margin-left: 0;
    border-radius: 15px;
}

.program_information .learn_network h3 {
    display: inline-block;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 1.5rem;
    color: rgb(172,179,195);
    position: relative;
}

.program_information .learn_network h3::after {
    content: '';
    border-radius: 10px;
    transition: width 0.3s ease, transform 0.3s ease;
    background: linear-gradient(to right, 
        rgb(172,179,195), 
        rgb(123,110,160));
    height: 3px;
    bottom: -10px;
    left: 0;
    width: 60px;
    position: absolute;
}

.program_information .learn_network .request_form {
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(172,179,195,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    padding: 0.9rem 1.8rem;
    overflow: hidden;
    text-transform: uppercase;
    background: linear-gradient(to right, 
        rgb(172,179,195), 
        rgb(123,110,160));
}

.who_we_are {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    color: #ffffff;
}

.who_we_are::after {
    right: -50px;
    position: absolute;
    opacity: 0.6;
    border: 2px solid rgb(172,179,195,0.5);
    height: 200px;
    border-radius: 50%;
    width: 200px;
    content: "";
    top: -50px;
    animation: rotate 20s linear infinite;
    z-index: 1;
}

.who_we_are .text_body {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgb(172,179,195,0.5);
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgba(30, 30, 40, 0.75) 100%);
    transition: transform 0.5s ease-out;
    margin: 0 auto;
    transform: perspective(1000px) rotateY(2deg);
    max-width: 900px;
    padding: 3rem;
    position: relative;
}

.who_we_are .text_body::after {
    width: 40%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(123,110,160,0.5), 
        transparent);
    position: absolute;
    bottom: -10px;
    z-index: 3;
    height: 1px;
    right: 20px;
    content: "";
}

.who_we_are h1::after {
    background: linear-gradient(to right, 
        rgb(172,179,195), 
        rgb(123,110,160,0.5));
    content: "";
    bottom: -10px;
    width: 60%;
    height: 3px;
    position: absolute;
    left: 0;
    transform-origin: left center;
    animation: expandWidth 1.5s ease-out forwards;
}

.who_we_are h4::before {
    position: absolute;
    background-color: rgb(123,110,160);
    width: 15px;
    transform-origin: right center;
    top: 50%;
    transform: scaleX(0);
    left: -25px;
    animation: expandWidth 1s ease-out 0.8s forwards;
    height: 1px;
    content: "";
}

.who_we_are span::before {
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    content: "";
    width: 10px;
    opacity: 0.8;
    left: -5px;
    background: rgb(172,179,195);
}

.title_intro {
    background: linear-gradient(145deg, rgb(214,217,225) 0%, rgba(240, 245, 255, 1) 100%);
    padding: 100px 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
}

.title_intro .path_impact {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.title_intro .text_body {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    width: 100%;
    transform: translateY(-20px);
    padding: 30px 20px;
    z-index: 2;
}

.title_intro .text_body:hover h1 {
    transform: perspective(1000px) rotateX(5deg);
}

.title_intro h1::after {
    content: '';
    left: 0;
    transition: transform 0.5s ease;
    transform: scaleX(1);
    height: 3px;
    transform-origin: left;
    background: rgb(172,179,195);
    width: 80px;
    bottom: -10px;
    position: absolute;
}

.title_intro .edu_welcome svg {
    filter: drop-shadow(0 5px 15px rgba(94, 170, 168, 0.2));
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.title_intro .edu_welcome svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease, transform 0.5s ease;
}

.title_intro .edu_welcome:hover p {
    border-left-color: rgb(123,110,160);
    padding-left: 20px;
}

.title_intro ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.title_intro ul li {
    position: relative;
    margin-right: 15px;
}

.title_intro .request_form {
    background: rgb(172,179,195);
    z-index: 1;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.15);
    display: inline-block;
    backface-visibility: hidden;
    transform: translateZ(0);
    text-decoration: none;
    border: 2px solid rgb(172,179,195);
    letter-spacing: 0.5px;
    padding: 15px 28px;
}

.title_intro .pic_list {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    width: 100%;
    position: relative;
    height: 300px;
}

.title_intro .pic_list::after {
    top: 0;
    left: -100%;
    transform: skewX(-25deg);
    content: '';
    animation: shine 5s infinite;
    height: 100%;
    position: absolute;
    width: 50%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
}

.data_guard {
    align-items: center;
    flex-direction: column;
    display: flex;
    padding: 20px;
}

.cookie_overlay_alert h5 {
    margin-bottom: 10px;
    font-size: 24px;
    color: rgb(172,179,195);
    text-align: center;
    font-weight: 700;
}

.track_manage {
    text-align: center;
    background: rgb(172,179,195);
    width: calc(50% - 10px);
    transition: background 0.3s ease-in-out;
    border-radius: 10px;
    font-size: 20px;
    padding: 10px 20px;
    display: inline-block;
    margin: 5px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.cookie_overlay_alert p a:hover {
    color: rgb(123,110,160);
}

.enroll_instantly {
    margin: 5rem 0;
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(123,110,160,0.5), rgb(172,179,195,0.5) 60%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.enroll_instantly::after {
    top: 0;
    transform: translateY(-10%) scale(1.5);
    background: radial-gradient(
        circle at center,
        rgb(172,179,195,0.5) 0%,
        transparent 70%
    );
    height: 100%;
    width: 50%;
    right: -10%;
    opacity: 0.4;
    content: "";
    filter: blur(50px);
    z-index: -1;
    position: absolute;
}

.enroll_instantly h2::after {
    content: "";
    position: absolute;
    transform: translateX(-50%) scaleX(0);
    left: 50%;
    height: 3px;
    transform-origin: center;
    background: rgb(172,179,195);
    width: 80px;
    bottom: -0.75rem;
    animation: underlineExpand 1.2s ease-out forwards 0.3s;
}

.enroll_instantly .path_impact:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08),
                inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}

.enroll_instantly svg {
    width: 56px;
    height: 56px;
    transform: rotate(-5deg);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-shrink: 0;
}

.enroll_instantly .path_impact:hover svg {
    transform: rotate(5deg) scale(1.1);
}

.enroll_instantly .path_impact:hover svg path {
    fill: rgb(123,110,160);
}

.enroll_instantly .request_form::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transform: translateX(-100%);
    content: "";
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    left: 0;
}

.enroll_instantly .request_form:hover {
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.enroll_instantly .request_form:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(1px) translateZ(0);
}

.training_specialist {
    overflow: hidden;
    background: rgb(214,217,225);
    position: relative;
    padding: 100px 0;
}

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

.training_specialist .edu_reviews {
    display: flex;
    border-radius: 2px;
    background: #ffffff;
    padding: 60px 40px 40px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
}

.training_specialist .edu_reviews:hover .pic_list {
    transform: rotate(-5deg);
}

.training_specialist .name {
    transition: transform 0.5s ease;
    color: #000000;
    font-weight: 700;
    transform: translateX(0);
    letter-spacing: -0.5px;
    font-size: calc(23px * 1.2);
    margin-left: 0;
    margin-top: 40px;
}

.training_specialist .edu_reviews span:not(.name) {
    transform: translateX(0);
    letter-spacing: 1px;
    transition: transform 0.5s ease;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
}

.training_specialist .career_box::before {
    transition: transform 0.5s ease;
    transform-origin: right;
    left: -40px;
    transform: scaleX(0);
    width: 30px;
    top: 15px;
    position: absolute;
    content: "";
    height: 2px;
    background: rgb(172,179,195);
}

header::before {
    opacity: 0.1;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(172,179,195,0.5) 10px,
        rgb(172,179,195,0.5) 11px
    );
    position: absolute;
}

header .main_mainbar .top_navbar {
    z-index: 2;
    position: relative;
    margin-right: 20px;
    padding: 5px 10px;
}

header .main_mainbar .top_navbar::before {
    top: 0;
    position: absolute;
    box-shadow: 0 0 15px rgb(123,110,160,0.5);
    content: '';
    border-radius: 10px;
    height: 100%;
    border: 1px solid rgb(123,110,160,0.5);
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    opacity: 0;
}

header .main_mainbar .top_navbar .top_sitewrap svg {
    filter: drop-shadow(0 0 5px rgb(123,110,160,0.5));
    height: 45px;
    width: auto;
}

header .main_mainbar .main_learn::before {
    background: radial-gradient(
        ellipse at center,
        rgb(123,110,160,0.5) 0%,
        transparent 70%
    );
    width: 100%;
    opacity: 0.2;
    border-radius: 10px;
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
}

header .main_mainbar .main_learn .site_start:hover::after {
    width: 80%;
    left: 10%;
}

header .main_mainbar .main_learn .site_start a {
    position: relative;
    color: #ffffff;
    display: block;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
}

.offer_grid::before {
    left: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(172,179,195,0.5) 30%, transparent 70%);
    position: absolute;
    width: 100%;
    opacity: 0.1;
    content: "";
    pointer-events: none;
    top: 0;
    z-index: 1;
    height: 100%;
}

.offer_grid .training_sub {
    margin: 0 auto 2rem;
    max-width: 800px;
    transform: translateY(20px);
    text-align: center;
    animation: fadeUp 0.8s ease-out forwards;
    order: -1;
    opacity: 0;
}

.offer_grid .package_price {
    line-height: 1.6;
    max-width: 90%;
    font-size: 18px;
    color: #000000;
    margin: 0 auto;
}

.offer_grid .price_tiers {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
}

.offer_grid .price_opts:nth-child(1) {
    animation-delay: 0.1s;
}

.offer_grid .price_opts:nth-child(2) {
    animation-delay: 0.2s;
}

.offer_grid .price_opts:nth-child(3) {
    animation-delay: 0.3s;
}

.offer_grid .price_opts:nth-child(4) {
    animation-delay: 0.4s;
}

.offer_grid .price_opts::before {
    content: "";
    background: linear-gradient(90deg, rgb(172,179,195), rgb(123,110,160));
    top: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    height: 5px;
}

.offer_grid .fee_deals {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.offer_grid .study_offers h3 {
    position: relative;
    margin: 0 0 1rem;
    color: #000000;
    transition: color 0.3s ease;
    font-weight: 700;
    font-size: 23px;
}

.offer_grid .learn_offers::after {
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    bottom: -8px;
    background-color: rgb(123,110,160);
    left: 0;
    content: "";
}

.offer_grid .price_opts:hover .learn_offers::after {
    width: 80px;
}

.offer_grid .pic_list {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    width: 100%;
    height: 200px;
    position: relative;
}

.offer_grid .price_opts:hover .pic_list {
    transform: scale(1.05);
}

.offer_grid .price_opts:hover .pic_list::after {
    opacity: 0.4;
}

.user_comments {
    background: linear-gradient(180deg, rgb(214,217,225) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

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

.user_comments h4 {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 36px;
    margin-bottom: 80px;
    letter-spacing: 2px;
    position: relative;
}

.user_comments h4::after {
    height: 3px;
    width: 100px;
    content: "";
    transform: translateX(-50%);
    bottom: -15px;
    background: linear-gradient(90deg, rgb(172,179,195), rgb(123,110,160));
    position: absolute;
    left: 50%;
    border-radius: 10px;
}

.user_comments .edu_reviews::before {
    background: linear-gradient(135deg, rgb(123,110,160,0.5), rgb(172,179,195,0.5));
    transition: opacity 0.5s ease;
    content: "";
    position: absolute;
    opacity: 0;
    border-radius: 13px;
    inset: 0;
    z-index: -1;
}

.user_comments .edu_reviews:hover::before {
    opacity: 0.7;
}

.user_comments .edu_reviews:hover::after {
    transform: scale(1) translateZ(10px);
    opacity: 0.3;
}

.user_comments .edu_reviews:hover {
    transform: rotateX(0) rotateY(0) translateZ(30px);
    z-index: 3;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.user_comments .pic_list {
    transform: translateZ(20px);
    width: 90px;
    border-radius: 13px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 90px;
    border: 3px solid #ffffff;
    transition: all 0.5s ease;
    margin: 0 auto 20px;
}

.user_comments .edu_reviews:hover span {
    color: #ffffff;
    transform: translateZ(30px);
}

.user_comments .edu_reviews p {
    padding-top: 15px;
    line-height: 1.7;
    transform: translateZ(10px);
    color: #000000;
    text-align: center;
    transition: all 0.5s ease;
    position: relative;
    font-size: 18px;
}

.user_comments .edu_reviews:hover p {
    color: #ffffff;
    transform: translateZ(20px);
}

.user_comments .edu_reviews:nth-child(3n+1) {
    animation: floatIn 0.7s ease-out both;
    animation-delay: 0.1s;
}

.user_comments .edu_reviews:nth-child(3n) {
    animation: floatIn 0.7s ease-out both;
    animation-delay: 0.5s;
}

.privacy_cove h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: rgb(172,179,195);
    font-weight: 700;
    margin-top: 30px;
    font-size: 47px;
    border-bottom: 2px solid rgb(172,179,195);
}



.privacy_cove h1, .privacy_cove h2, .privacy_cove h3, .privacy_cove h4, .privacy_cove h5, .privacy_cove h6 {
    animation: fadeIn 0.6s ease-in-out;
}

.privacy_cove ul li, .privacy_cove ol li {
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}



.privacy_cove h3, .privacy_cove h4, .privacy_cove h5, .privacy_cove h6 {
    margin-bottom: 10px;
    color: #000000;
    margin-top: 20px;
    font-size: 23px;
    font-weight: 600;
}

.thanks_msg {
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(135deg, rgb(214,217,225) 0%, #ffffff 100%);
}

.thanks_msg::after {
    transform: scaleX(0);
    animation: lineExpand 1.2s ease-out 0.8s forwards;
    left: 10%;
    background: linear-gradient(90deg, transparent, rgb(123,110,160) 50%, transparent);
    position: absolute;
    width: 80%;
    transform-origin: left;
    height: 1px;
    bottom: 20%;
    content: "";
}

.thanks_msg h2 {
    max-width: 90%;
    transform: translateY(20px);
    animation: fadeUpIn 0.8s ease-out 0.5s forwards;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    font-weight: 700;
    opacity: 0;
    line-height: 1.3;
    font-size: 30px;
    color: rgb(172,179,195);
    margin-bottom: 2.5rem;
    position: relative;
}

.thanks_msg .path_impact {
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    transform: translateY(30px) perspective(1000px) rotateX(2deg);
    border-left: 4px solid rgb(123,110,160);
    padding: 3rem;
    animation: cardAppear 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
    opacity: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
}

.thanks_msg ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.thanks_msg li::before {
    position: absolute;
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
    left: -1.5rem;
    background-color: rgb(123,110,160);
    width: 0.5rem;
    transform: rotate(45deg) scale(0);
    content: "";
    top: 0.5rem;
    height: 0.5rem;
}

.contact_form_section {
    padding: 5rem 0;
    position: relative;
}

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

.contact_form_section .inquiry_query {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 12px;
    flex-wrap: wrap;
    display: flex;
    background: rgb(214,217,225);
    position: relative;
}

.contact_form_section .message_widget {
    flex: 1 0 300px;
    position: relative;
    background: rgb(214,217,225);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3rem;
}

.contact_form_section .message_widget h3 {
    padding-bottom: 1rem;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 2.5rem;
    border-bottom: 2px solid rgb(123,110,160);
    color: rgb(172,179,195);
}

.contact_form_section .message_widget div:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
}

.contact_form_section .message_widget div svg path {
    fill: #ffffff;
}

.contact_form_section .message_widget div span {
    font-size: 14px;
    color: #000000;
}

.contact_form_section .message_widget div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000000;
}

.contact_form_section .connect_box::before {
    width: 20px;
    height: 20px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    transform: rotate(45deg);
    top: 3rem;
    content: "";
    background: #ffffff;
    position: absolute;
    left: -10px;
}

.contact_form_section .connect_box h3::after {
    left: 50%;
    position: absolute;
    width: 50px;
    content: "";
    bottom: -10px;
    background: rgb(172,179,195);
    height: 3px;
    transform: translateX(-50%);
}

.contact_form_section .connect_box input[type="text"]:focus,
.contact_form_section .connect_box input[type="email"]:focus {
    outline: none;
    border-color: rgb(172,179,195);
    box-shadow: 0 0 0 3px rgb(172,179,195,0.5);
}

.contact_form_section .connect_box .request_section {
    margin: 0.5rem 0;
    align-items: flex-start;
    display: flex;
    gap: 10px;
}

.contact_form_section .connect_box .request_section input[type="checkbox"] {
    appearance: none;
    height: 20px;
    margin-top: 2px;
    background-color: #ffffff;
    -webkit-appearance: none;
    transition: all 0.2s ease;
    border-radius: 4px;
    border: 2px solid #000000;
    flex-shrink: 0;
    width: 20px;
    position: relative;
    cursor: pointer;
}

.contact_form_section .connect_box .request_section label {
    line-height: 1.5;
    color: #000000;
    font-size: calc(14px - 1px);
}

.contact_form_section .connect_box .request_form {
    font-size: 19px;
    margin-top: 1rem;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    padding: 1rem;
    position: relative;
    background: rgb(172,179,195);
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
}

.contact_form_section .connect_box .request_form:hover {
    background: rgb(123,110,160);
}

.contact_form_section .connect_box .request_form:active::after {
    animation: ripple 1s ease-out;
}


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



@media (max-width: 992px) {.music_edu {
    padding: 3.5rem 0 2rem;
}.music_edu .container {
    gap: 2.5rem;
    flex-direction: column;
}.music_edu .company_holder,
    .music_edu .level_up {
    flex: 1 1 100%;
    min-width: 100%;
}.music_edu .main_learn {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}



@media (max-width: 576px) {.music_edu {
    padding: 2.5rem 0 1rem;
}.music_edu .container {
    gap: 1.5rem;
}.music_edu .main_learn {
    flex: 1 1 100%;
    min-width: 100%;
}.music_edu .main_top {
    gap: 1rem;
}.music_edu .company_holder {
    padding: 1.5rem;
}.music_edu .edu_links {
    padding: 1.2rem;
}.diversity {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}



@media (min-width: 992px) and (max-width: 1400px) {.program_information .learn_network {
    padding: 2.5rem;
}.program_information .path_impact {
    max-width: 550px;
}
}



@media (max-width: 991px) {.program_information {
    min-height: auto;
    flex-direction: column;
    padding: 0;
}.program_information .skill_path {
    height: 350px;
    position: relative;
}.program_information .container {
    width: 100%;
    padding: 3rem 1.5rem;
}.program_information .path_impact {
    max-width: 100%;
    margin: 0 auto;
}.program_information .learn_network {
    padding: 2rem;
}
}



@media (max-width: 480px) {.program_information .skill_path {
    height: 250px;
}.program_information .knowledge_route {
    animation-duration: 20s;
}.program_information .container {
    padding: 2rem 0.8rem;
}.program_information .learn_network {
    padding: 1.5rem;
}.program_information .learn_network h3 {
    margin-bottom: 1rem;
    font-size: calc(33px * 0.8);
}.program_information .learn_network p {
    font-size: calc(13px * 0.85);
    margin-bottom: 1.2rem;
    line-height: 1.5;
}.program_information .learn_network .request_form {
    padding: 0.8rem 1.5rem;
    width: 100%;
    text-align: center;
}
}



@media (max-width: 575px) {.who_we_are {
    padding: 2.5rem 0;
}.who_we_are .container {
    padding: 0 1rem;
}.who_we_are .text_body {
    padding: 1.5rem;
}.who_we_are h1 {
    font-size: calc(41px * 0.8);
    margin-bottom: 1.5rem;
}.who_we_are h4 {
    font-size: calc(20px * 0.9);
}.who_we_are span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.who_we_are .text_body::after {
    width: 30%;
}}



@media (min-width: 992px) {.title_intro {
    padding: 150px 0;
}.title_intro .path_impact {
    gap: 50px;
}.title_intro .text_body {
    width: 50%;
}.title_intro .pic_list {
    height: 500px;
    width: 50%;
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
}.title_intro .pic_list:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.title_intro h1 {
    font-size: calc(42px * 1.2);
}
}



@media (max-width: 992px) {.enroll_instantly {
    padding: 3.5rem 0;
}.enroll_instantly h2 {
    font-size: calc(30px * 0.9);
    max-width: 95%;
}.enroll_instantly .path_impact {
    max-width: 90%;
    padding: 1.25rem;
}
}



@media (max-width: 576px) {.enroll_instantly {
    margin: 3rem 0;
    padding: 2.5rem 0;
}.enroll_instantly h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 2rem;
    transform: none;
}.enroll_instantly .path_impact {
    padding: 1rem;
}.enroll_instantly svg {
    height: 40px;
    width: 40px;
}.enroll_instantly .request_form {
    padding: 0.8rem 1.5rem;
    font-size: calc(17px * 0.9);
    min-width: auto;
}
}



@media (max-width: 768px) {.training_specialist {
    padding: 80px 0;
}.training_specialist .edu_reviews {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.training_specialist .pic_list {
    width: 100px;
    height: 100px;
    left: 25px;
}.training_specialist .name {
    font-size: 23px;
}.training_specialist .career_box {
    font-size: calc(18px * 0.95);
}.training_specialist .career_box::before {
    left: -25px;
    width: 20px;
}}



@media (min-width: 768px) {.offer_grid {
    padding: 7rem 2rem;
}.offer_grid .skill_pricing {
    align-items: flex-start;
    flex-direction: row;
}.offer_grid .training_sub {
    justify-content: center;
    margin: 0;
    display: flex;
    flex: 0 0 30%;
    order: 0;
    flex-direction: column;
    padding-right: 2rem;
    text-align: left;
}.offer_grid .training_sub h2 {
    text-align: left;
}.offer_grid .training_sub h2::after {
    left: 0;
    transform: none;
}.offer_grid .package_price {
    max-width: 100%;
    margin: 0;
}.offer_grid .price_tiers {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    flex: 0 0 70%;
}
}



@media (max-width: 1024px) {.user_comments {
    padding: 90px 0;
}.user_comments .review_praise {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
}.user_comments h4 {
    font-size: calc(36px * 0.9);
    margin-bottom: 60px;
}.user_comments .edu_reviews {
    padding: 25px;
}.user_comments .pic_list {
    height: 80px;
    width: 80px;
}
}



@media only screen and (max-width: 800px) {.privacy_cove {
    padding: 20px 10px;
}.privacy_cove h1 {
    font-size: 36px;
    margin-bottom: 15px;
}.privacy_cove h2 {
    margin-bottom: 10px;
    font-size: 23px;
}.privacy_cove ul li, .privacy_cove ol li {
    font-size: 18px;
}}



@media (max-width: 991px) {.thanks_msg {
    padding: 6rem 0;
}.thanks_msg h2 {
    font-size: calc(30px * 0.9);
    max-width: 100%;
}.thanks_msg .path_impact {
    padding: 2.5rem;
}
}



@media (max-width: 575px) {.thanks_msg {
    padding: 4rem 0;
}.thanks_msg .container {
    padding: 0 1.5rem;
}.thanks_msg h2 {
    margin-bottom: 1.75rem;
    font-size: calc(30px * 0.7);
}.thanks_msg .path_impact {
    padding: 1.5rem;
}.thanks_msg li::before {
    height: 0.4rem;
    width: 0.4rem;
    left: -1.25rem;
}}



@media screen and (max-width: 768px) {.contact_form_section {
    padding: 4rem 0;
}.contact_form_section .message_widget,
    .contact_form_section .connect_box {
    padding: 2rem;
}.contact_form_section .message_widget h3,
    .contact_form_section .connect_box h3 {
    font-size: calc(24px - 2px);
}
}



@media screen and (max-width: 576px) {.contact_form_section {
    padding: 3rem 0;
}.contact_form_section .message_widget,
    .contact_form_section .connect_box {
    padding: 1.5rem;
}.contact_form_section .message_widget div {
    margin-bottom: 1.25rem;
    padding: 0.75rem;
}.contact_form_section .message_widget div svg {
    height: 20px;
    width: 20px;
}.contact_form_section .connect_box input[type="text"],
    .contact_form_section .connect_box input[type="email"] {
    padding: 0.8rem 1rem;
}.contact_form_section .connect_box::before {
    display: none;
}
}



@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}



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



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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



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



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



@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}



@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

