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

.wrap-structure {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    width: 100%;
    position: relative;
    z-index: 99;
    background: linear-gradient(to right, rgb(123,110,160) 0%, rgba(0, 0, 0, 0.5) 100%);
}

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


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

footer::after {
    left: 0;
    opacity: 0.1;
    content: "";
    top: 0;
    right: 0;
    z-index: -1;
    background-image: 
        repeating-linear-gradient(0deg, rgb(172,179,195,0.5), rgb(172,179,195,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(172,179,195,0.5), rgb(172,179,195,0.5) 1px, transparent 1px, transparent 20px);
    position: absolute;
    bottom: 0;
}

.music_edu .company_holder {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    padding: 2rem 2.5rem;
    flex: 1 1 400px;
    border-radius: 19px;
}

.music_edu .company_holder h3 {
    font-weight: 700;
    color: rgb(172,179,195);
    letter-spacing: 0.5px;
    font-size: 37px;
    margin: 0 0 1.5rem;
    position: relative;
}

.music_edu .edu_links {
    line-height: 1.7;
    border-radius: 10px;
    background: rgb(214,217,225);
    border-left: 3px solid rgb(123,110,160);
    position: relative;
    color: #000000;
    font-size: 16px;
    padding: 1.5rem;
}

.music_edu .main_learn {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 19px;
    overflow: hidden;
    background: #ffffff;
}

.music_edu .main_learn .main_top {
    flex-direction: column;
    display: flex;
    gap: 0;
    padding: 1rem 0;
}

.music_edu .main_learn .main_top a::before {
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    content: "";
    height: 100%;
    background: rgb(214,217,225);
    z-index: -1;
    transition: all 0.3s ease;
}

.music_edu .main_learn .main_top a:hover {
    padding-left: 2.2rem;
    color: rgb(172,179,195);
}

.music_edu .main_learn .main_top a:hover::before {
    width: 100%;
}

.music_edu .main_learn .main_top a:hover::after {
    opacity: 1;
}

.diversity::before {
    background: linear-gradient(90deg, transparent, rgb(172,179,195,0.5), transparent);
    left: 10%;
    height: 1px;
    content: "";
    top: 0;
    right: 10%;
    position: absolute;
}

.diversity .recycle_info {
    font-size: 13px;
    padding: 0.8rem 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    text-align: center;
    background: #ffffff;
    border-radius: 50px;
    font-weight: 400;
}

.program_information .knowledge_route {
    height: 100%;
    display: flex;
    width: 500%;
    animation: slide-show 35s ease-in-out infinite;
}

.program_information .new_skills {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 20%;
}

.program_information .new_skills::before {
    content: '';
    opacity: 0.7;
    z-index: 2;
    background: 
        linear-gradient(0deg, 
            rgb(172,179,195,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(123,110,160,0.5) 100%),
        linear-gradient(90deg, 
            rgb(172,179,195,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(123,110,160,0.5) 100%);
    inset: 0;
    position: absolute;
}

.program_information .container {
    width: 90%;
    margin: 0 auto;
    z-index: 4;
    position: relative;
    max-width: 1200px;
}

.program_information .learn_network {
    border-radius: 10px;
    position: relative;
    background: rgb(214,217,225);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem;
    overflow: hidden;
}

.program_information .learn_network::before {
    content: '';
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(172,179,195,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(123,110,160,0.5) 0%,
            transparent 70%
        );
    position: absolute;
    opacity: 0.15;
    inset: 0;
    z-index: -1;
}

.program_information .learn_network:hover h3::after {
    transform: translateY(-3px);
    width: 100%;
}

.program_information .learn_network p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.program_information .learn_network .request_form::before {
    z-index: -1;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(123,110,160), 
        rgb(172,179,195));
    transition: opacity 0.4s ease;
    content: '';
    width: 100%;
    top: 0;
    opacity: 0;
    height: 100%;
    left: 0;
}

.program_information .learn_network .request_form:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(123,110,160,0.5);
}

.program_information .learn_network .request_form:hover::before {
    opacity: 1;
}

.who_we_are::before {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background: radial-gradient(circle at 30% 40%, 
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.7) 65%,
        rgba(0, 0, 0, 0.85) 100%);
    bottom: 0;
    top: 0;
    content: "";
}

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

.who_we_are .text_body:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 
                0 0 0 1px rgb(172,179,195);
    transform: perspective(1000px) rotateY(0deg);
}

.who_we_are .text_body::before {
    background: radial-gradient(circle at top right, 
        rgb(172,179,195,0.5) 0%, 
        transparent 70%);
    content: "";
    position: absolute;
    opacity: 0.15;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
}

.who_we_are h1 {
    display: inline-block;
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: rgb(172,179,195);
    font-size: 41px;
    position: relative;
}

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

.who_we_are li {
    position: relative;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards;
    animation-delay: 0.3s;
}

.who_we_are li:last-child {
    animation-delay: 0.6s;
}

.who_we_are h4 {
    font-size: 20px;
    transform: translateX(-10px);
    color: rgb(123,110,160);
    margin-bottom: 1rem;
    font-weight: 600;
    animation: slideRight 0.8s ease-out 0.4s forwards;
    position: relative;
    opacity: 0;
}

.who_we_are span {
    color: #ffffff;
    border-left: 1px solid rgb(172,179,195,0.5);
    font-size: 17px;
    position: relative;
    line-height: 1.8;
    padding-left: 0.5rem;
    display: block;
    text-align: justify;
}

.who_we_are span::after {
    background: rgb(123,110,160);
    height: 10px;
    position: absolute;
    opacity: 0.8;
    left: -5px;
    border-radius: 50%;
    bottom: 0;
    width: 10px;
    content: "";
}

.title_intro::before {
    z-index: 0;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(94, 170, 168, 0.03),
        rgba(94, 170, 168, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
}

.title_intro .text_body:hover {
    transform: translateY(-25px);
}

.title_intro h1 {
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 25px;
    letter-spacing: -0.02em;
    transition: transform 0.5s ease-out;
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 42px;
}

.title_intro .text_body:hover h1::after {
    transform: scaleX(1.5);
}

.title_intro .edu_welcome {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
}

.title_intro .edu_welcome:hover svg {
    transform: scale(1.05) rotate(-2deg);
}

.title_intro .edu_welcome svg path {
    transition: fill 0.3s ease;
}

.title_intro .edu_welcome:hover svg path {
    fill: rgb(172,179,195);
}

.title_intro .edu_welcome:hover svg text {
    fill: rgb(123,110,160);
}

.title_intro .edu_welcome p {
    color: #000000;
    position: relative;
    max-width: 520px;
    transition: all 0.3s ease;
    padding-left: 15px;
    font-size: calc(13px * 1.1);
    margin-bottom: 20px;
    line-height: 1.7;
    border-left: 2px solid rgb(123,110,160,0.5);
}

.title_intro .request_form::before {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: '';
    width: 0;
    background: rgb(123,110,160);
    z-index: -1;
}

.title_intro .request_form:hover {
    border-color: rgb(123,110,160);
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 12px 25px rgba(94, 170, 168, 0.25);
}

.title_intro .request_form:hover::before {
    width: 100%;
}

.title_intro .pic_list::before {
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
    z-index: 1;
    transition: opacity 0.5s ease;
    background: linear-gradient(
        to bottom,
        rgba(94, 170, 168, 0.2),
        rgba(94, 170, 168, 0.05)
    );
    width: 100%;
    top: 0;
}

.cookie_overlay_alert {
    background: #ffffff;
    max-width: 500px;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    width: 90%;
    font-family: Arial, sans-serif;
    border-radius: 30px;
    left: 50%;
    position: fixed;
    bottom: 20px;
    overflow: hidden;
}

.user_default {
    margin-bottom: 20px;
}

.user_default svg, .user_default svg path, .user_default img {
    height: 60px;
    fill: rgb(172,179,195);
    width: 60px;
}

.cookie_overlay_alert p {
    margin-bottom: 20px;
    font-size: 17px;
    text-align: center;
    color: #000000;
}

.track_manage:hover {
    background: rgb(123,110,160);
}

.cookie_button.visitor_controls {
    background: rgb(123,110,160);
}

.cookie_button.visitor_controls:hover {
    background: rgb(123,110,160,0.5);
}

.cookie_overlay_alert p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(172,179,195);
}

#cookie_alert_modal {
    display: none;
}

#cookie_alert_modal:checked ~ .cookie_overlay_alert {
    visibility: hidden;
    opacity: 0;
}

.enroll_instantly::before {
    z-index: -1;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 2px,
        transparent 2px,
        transparent 8px
    );
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

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

.enroll_instantly h2 {
    line-height: 1.4;
    font-size: 30px;
    margin-right: auto;
    margin-left: auto;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #000000;
    max-width: 85%;
    padding: 0.5rem 0;
    margin-bottom: 2.5rem;
}

.enroll_instantly .path_impact {
    position: relative;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    max-width: 80%;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 3px 10px rgba(0, 0, 0, 0.05),
                inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    transform: translateY(0) scale(1);
    gap: 2.5rem;
}

.enroll_instantly svg path {
    transition: fill 0.3s ease;
    fill: rgb(172,179,195);
}

.enroll_instantly .request_form {
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    min-width: 200px;
    transform: translateZ(0);
    font-weight: 600;
    text-decoration: none;
    padding: 1rem 2.5rem;
    text-align: center;
    background: linear-gradient(135deg, rgb(172,179,195), rgb(123,110,160));
    color: #ffffff;
    font-size: 17px;
    overflow: hidden;
}

.enroll_instantly .request_form:hover::before {
    transform: translateX(100%);
}



@container (max-width: 500px) {.enroll_instantly .container {
    padding: 0 1rem;
}}

.training_specialist::before {
    animation: gradientSlide 30s linear infinite;
    background-size: 150px 100%;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(172,179,195,0.5) 10%, 
        transparent 11%);
    left: 0;
    opacity: 0.3;
}

.training_specialist .edu_reviews:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.training_specialist .pic_list {
    left: 40px;
    transform: rotate(0deg);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    top: -60px;
    border-radius: 2px;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(172,179,195);
    height: 120px;
    width: 120px;
    position: absolute;
    transition: all 0.5s ease;
}

.training_specialist .edu_reviews:hover .name {
    transform: translateX(10px);
}

.training_specialist .edu_reviews:hover span:not(.name) {
    transform: translateX(10px);
    color: rgb(172,179,195);
}

.training_specialist .career_box {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
    position: relative;
    padding-left: 0;
    transition: padding 0.5s ease;
}

.training_specialist .edu_reviews:hover .career_box {
    padding-left: 20px;
}

.training_specialist .edu_reviews:hover .career_box::before {
    transform: scaleX(1);
}

header .main_mainbar {
    padding: 15px;
    position: relative;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

header .main_mainbar::after {
    bottom: 0;
    width: 90%;
    height: 1px;
    box-shadow: 0 0 10px rgb(123,110,160), 0 0 20px rgb(123,110,160,0.5);
    left: 5%;
    position: absolute;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgb(172,179,195),
        rgb(123,110,160),
        rgb(172,179,195),
        transparent
    );
}

header .main_mainbar .top_navbar:hover::before {
    opacity: 1;
}

header .main_mainbar .top_navbar .top_sitewrap {
    transition: transform 0.3s ease;
    display: block;
}

header .main_mainbar .top_navbar:hover .top_sitewrap {
    transform: scale(1.05);
}

header .main_mainbar .main_learn {
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    list-style: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 0;
    display: flex;
}

header .main_mainbar .main_learn .site_start {
    position: relative;
    margin: 0;
}

header .main_mainbar .main_learn .site_start::after {
    height: 2px;
    content: '';
    background: rgb(172,179,195);
    position: absolute;
    transition: width 0.3s ease, left 0.3s ease;
    width: 0;
    bottom: -5px;
    box-shadow: 0 0 8px rgb(172,179,195);
    left: 50%;
}

header .main_mainbar .main_learn .site_start:hover a {
    text-shadow: 0 0 5px rgb(172,179,195,0.5);
    color: rgb(172,179,195);
}

.offer_grid {
    overflow: hidden;
    padding: 5rem 1rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(214,217,225), rgba(0, 0, 0, 0.5));
    position: relative;
}

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

.offer_grid .skill_pricing {
    flex-direction: column;
    gap: 3rem;
    display: flex;
}

.offer_grid .training_sub h2 {
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 33px;
    color: #000000;
    font-weight: 700;
    position: relative;
}

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

.offer_grid .price_opts {
    text-decoration: none;
    opacity: 0;
    transform: translateZ(0) scale(1);
    background: #ffffff;
    border-radius: 17px;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    overflow: hidden;
    display: block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}

.offer_grid .price_opts:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}

.offer_grid .price_opts:hover::before {
    transform: scaleX(1);
}

.offer_grid .study_offers {
    padding: 2rem;
    flex-direction: column;
    flex-grow: 1;
    display: flex;
}

.offer_grid .price_opts:hover .study_offers h3 {
    color: rgb(172,179,195);
}

.offer_grid .learn_offers {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: rgb(172,179,195);
    transition: transform 0.3s ease, color 0.3s ease;
}

.offer_grid .price_opts:hover .learn_offers {
    transform: translateY(-3px);
}

.offer_grid .study_offers p {
    margin: 0;
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
    flex-grow: 1;
    word-break: break-word;
    font-size: calc(18px - 2px);
}

.offer_grid .pic_list::after {
    left: 0;
    content: "";
    opacity: 0.7;
    transition: opacity 0.5s ease;
    top: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    bottom: 0;
}

.user_comments::before {
    transform: perspective(500px) rotateX(30deg) scale(1.5);
    width: 100%;
    transform-origin: center top;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(90deg, rgb(172,179,195,0.5) 0.5px, transparent 1px),
        linear-gradient(0deg, rgb(172,179,195,0.5) 0.5px, transparent 1px);
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.2;
    z-index: 1;
    background-size: 20px 20px;
}

.user_comments .review_praise {
    gap: 50px 30px;
    perspective: 1000px;
    grid-template-columns: repeat(3, 1fr);
    transform-style: preserve-3d;
    display: grid;
}

.user_comments .edu_reviews {
    transform-style: preserve-3d;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    background: #ffffff;
    transform: rotateX(10deg) rotateY(-10deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    border-radius: 13px;
}

.user_comments .edu_reviews::after {
    position: absolute;
    z-index: -1;
    opacity: 0;
    transform: scale(0.9) translateZ(10px);
    bottom: 5px;
    top: 5px;
    right: 5px;
    transition: all 0.5s ease;
    left: 5px;
    border-radius: calc(13px - 5px);
    content: "";
    border: 1px solid #ffffff;
}

.user_comments .edu_reviews:hover .pic_list {
    transform: translateZ(40px);
    border-color: rgb(172,179,195,0.5);
    border-radius: 50%;
}

.user_comments .edu_reviews span {
    transform: translateZ(15px);
    font-size: 22px;
    text-align: center;
    transition: all 0.5s ease;
    display: block;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
}

.user_comments .edu_reviews p::before {
    width: 30px;
    top: 0;
    position: absolute;
    content: "";
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(172,179,195,0.5);
    transition: all 0.5s ease;
}

.user_comments .edu_reviews:hover p::before {
    width: 50px;
    background: #ffffff;
}

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

.privacy_cove {
    font-family: Arial, sans-serif;
    padding: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
}

.privacy_cove h2 {
    padding-bottom: 8px;
    border-bottom: 1px solid #000000;
    font-size: 36px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 600;
}

.privacy_cove ul, .privacy_cove ol {
    padding-left: 20px;
    margin: 20px 0;
    list-style-position: inside;
}

.privacy_cove p, .privacy_cove span, .privacy_cove div {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}

.privacy_cove section {
    background: rgb(214,217,225);
    padding: 20px;
    border-radius: 10px;
}

.privacy_cove a {
    color: rgb(172,179,195);
    transition: color 0.3s ease;
    text-decoration: none;
}

.thanks_msg::before {
    position: absolute;
    content: "";
    z-index: 0;
    right: 0;
    top: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(172,179,195,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 85%, rgb(123,110,160,0.5) 0%, transparent 45%);
    width: 100%;
    height: 100%;
}

.thanks_msg .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 2rem;
    transform: translateY(30px);
    max-width: 1200px;
    animation: fadeUpIn 0.8s ease-out 0.3s forwards;
    opacity: 0;
}

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

.thanks_msg .path_impact::before {
    top: 20px;
    content: "";
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgb(123,110,160,0.5) 0%, transparent 70%);
    right: 20px;
    opacity: 0.5;
    position: absolute;
    animation: pulseIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s forwards;
    border-radius: 50%;
    transform: scale(0);
}

.thanks_msg li {
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
    opacity: 0;
    transform: translateY(15px);
    position: relative;
}

.thanks_msg li span {
    font-family: Arial, sans-serif;
    position: relative;
    display: block;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-size: calc(18px * 1.1);
}

.contact_form_section::before {
    content: "";
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
}

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

.contact_form_section .message_widget::after {
    right: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom,
        transparent,
        rgb(172,179,195,0.5),
        transparent);
    top: 0;
}

.contact_form_section .message_widget div {
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    display: flex;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.02));
    border-radius: 10px;
    align-items: center;
    padding: 1rem;
}

.contact_form_section .message_widget div svg {
    padding: 5px;
    width: 24px;
    background: rgb(172,179,195);
    border-radius: 50%;
    height: 24px;
    margin-right: 1rem;
    flex-shrink: 0;
}

.contact_form_section .message_widget div span a:hover {
    color: rgb(172,179,195);
}

.contact_form_section .connect_box {
    position: relative;
    padding: 3rem;
    background: #ffffff;
    flex: 1 0 450px;
}

.contact_form_section .connect_box form {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}

.contact_form_section .connect_box h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
    position: relative;
    color: #000000;
}

.contact_form_section .connect_box input[type="text"],
.contact_form_section .connect_box input[type="email"] {
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 14px;
    background: rgb(214,217,225);
    padding: 1rem 1.2rem;
    border-radius: 10px;
}

.contact_form_section .connect_box input[type="text"]::placeholder,
.contact_form_section .connect_box input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.contact_form_section .connect_box .request_section input[type="checkbox"]:checked {
    background-color: rgb(172,179,195);
    border-color: rgb(172,179,195);
}

.contact_form_section .connect_box .request_section input[type="checkbox"]:checked::after {
    content: "";
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    top: 3px;
    left: 7px;
    width: 4px;
    height: 8px;
    position: absolute;
    transform: rotate(45deg);
}

.contact_form_section .connect_box .request_section label a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(172,179,195);
}

.contact_form_section .connect_box .request_form::after {
    top: 50%;
    content: "";
    height: 5px;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
    left: 50%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 5px;
    border-radius: 100%;
    position: absolute;
}

.contact_form_section .connect_box .request_form:focus {
    outline: none;
}



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



@media (max-width: 1200px) {.music_edu .container {
    gap: 2rem;
}.music_edu .company_holder {
    flex: 1 1 360px;
}.music_edu .level_up {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.music_edu .main_top {
    gap: 2rem;
}
}



@media (max-width: 768px) {.music_edu {
    padding: 3rem 0 1.5rem;
}.music_edu .main_top {
    gap: 1.5rem;
}.music_edu .company_holder {
    padding: 2rem;
}.music_edu .company_holder h3 {
    font-size: calc(37px - 2px);
}.diversity {
    margin-top: 2rem;
}
}



@media (max-width: 420px) {.music_edu .company_holder h3::after {
    width: 50px;
}.music_edu .main_learn .main_top a:hover {
    padding-left: 2rem;
}.diversity .recycle_info {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}



@media (min-width: 1400px) {.program_information .path_impact {
    max-width: 650px;
}.program_information .container {
    max-width: 1320px;
}
}



@media (max-width: 767px) {.program_information .skill_path {
    height: 300px;
}.program_information .knowledge_route {
    animation-duration: 25s;
}.program_information .container {
    padding: 2.5rem 1rem;
}.program_information .learn_network {
    padding: 1.8rem;
}.program_information .learn_network h3 {
    font-size: calc(33px * 0.9);
}.program_information .learn_network p {
    font-size: calc(13px * 0.95);
    margin-bottom: 1.5rem;
}
}



@media (prefers-reduced-motion) {.program_information .knowledge_route,
    .program_information .new_skills img,
    .program_information .new_skills::after {
    animation: none;
}}



@media (max-width: 991px) {.who_we_are {
    padding: 4rem 0;
}.who_we_are .text_body {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(1deg);
}
}



@media (max-width: 767px) {.who_we_are {
    padding: 3rem 0;
}.who_we_are .text_body {
    transform: none;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 
                    0 0 0 1px rgb(172,179,195,0.5);
}.who_we_are h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 2rem;
}.who_we_are span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}



@media (min-width: 768px) {.title_intro {
    padding: 120px 0;
}.title_intro .path_impact {
    align-items: center;
    flex-direction: row;
}.title_intro .text_body {
    width: 55%;
    transform: translateY(0);
    padding: 0 40px 0 0;
}.title_intro .pic_list {
    width: 45%;
    height: 450px;
}.title_intro h1 {
    font-size: calc(42px * 1.1);
}.title_intro .edu_welcome svg {
    width: 100px;
    height: 100px;
}
}



@media (min-width: 1200px) {.title_intro .text_body {
    padding: 0 60px 0 20px;
}.title_intro .pic_list {
    height: 550px;
}.title_intro h1 {
    font-size: calc(42px * 1.25);
}.title_intro .edu_welcome p {
    font-size: calc(13px * 1.15);
    max-width: 580px;
}.title_intro .request_form {
    padding: 16px 32px;
}}



@media (max-width: 768px) {.enroll_instantly {
    padding: 3rem 0;
}.enroll_instantly h2 {
    font-size: calc(30px * 0.8);
    transform: perspective(1000px) rotateX(1deg);
}.enroll_instantly .path_impact {
    flex-direction: column;
    gap: 1.5rem;
    max-width: 100%;
}.enroll_instantly svg {
    height: 48px;
    width: 48px;
}.enroll_instantly .request_form {
    padding: 0.9rem 2rem;
    width: 100%;
}
}



@media (max-width: 480px) {.enroll_instantly h2 {
    font-size: calc(30px * 0.6);
}
}



@media (hover: none) {.enroll_instantly .path_impact {
    transform: none !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                    0 3px 10px rgba(0, 0, 0, 0.05);
}.enroll_instantly svg {
    transform: none !important;
}.enroll_instantly .request_form:hover {
    transform: none;
}
}



@media (max-width: 992px) {header .main_mainbar {
    flex-direction: column;
}header .main_mainbar .top_navbar {
    align-self: center;
    margin: 0 0 15px 0;
}header .main_mainbar .main_learn {
    width: 100%;
    justify-content: center;
}header .main_mainbar .main_learn .site_start a {
    font-size: calc(14px - 1px);
    padding: 10px 15px;
}}



@media (min-width: 992px) {.offer_grid .price_tiers {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.offer_grid {
    padding: 8rem 2rem;
}.offer_grid .training_sub {
    flex: 0 0 25%;
}.offer_grid .price_tiers {
    flex: 0 0 75%;
}.offer_grid .study_offers {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.offer_grid .price_opts {
    max-width: 400px;
    margin: 0 auto;
}.offer_grid .training_sub h2 {
    font-size: calc(33px * 0.9);
}.offer_grid .package_price {
    font-size: calc(18px * 0.95);
}}



@media (max-width: 768px) {.user_comments {
    padding: 70px 0;
}.user_comments::before {
    transform: perspective(500px) rotateX(20deg) scale(2);
}.user_comments h4 {
    margin-bottom: 50px;
    font-size: calc(36px * 0.8);
}.user_comments .review_praise {
    gap: 40px;
    grid-template-columns: 1fr;
}.user_comments .edu_reviews {
    margin: 0 auto;
    transform: rotateX(5deg) rotateY(-5deg);
    padding: 20px;
    max-width: 350px;
}.user_comments .edu_reviews:hover {
    transform: rotateX(0) rotateY(0) translateZ(20px);
}.user_comments .pic_list {
    height: 70px;
    width: 70px;
}.user_comments .edu_reviews span {
    font-size: calc(22px * 0.9);
}.user_comments .edu_reviews p {
    font-size: calc(18px * 0.95);
}}



@media (max-width: 767px) {.thanks_msg {
    padding: 5rem 0;
}.thanks_msg h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.thanks_msg .path_impact {
    padding: 2rem;
}.thanks_msg li span {
    font-size: 18px;
}.thanks_msg .path_impact::before {
    right: 15px;
    width: 45px;
    top: 15px;
    height: 45px;
}
}



@media screen and (max-width: 992px) {.contact_form_section .inquiry_query {
    flex-direction: column;
}.contact_form_section .message_widget {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
}.contact_form_section .message_widget::after {
    width: 100%;
    background: linear-gradient(to right,
            transparent,
            rgb(172,179,195,0.5),
            transparent);
    left: 0;
    height: 1px;
    right: unset;
    bottom: 0;
    top: unset;
}.contact_form_section .connect_box::before {
    left: 3rem;
    top: -10px;
    transform: rotate(135deg);
}
}



@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}



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



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



@keyframes underlineExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}



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



@keyframes floatIn {
    from {
        opacity: 0;
        transform: rotateX(20deg) rotateY(-20deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: rotateX(10deg) rotateY(-10deg) translateY(0);
    }
}



@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateX(0);
    }
}



@keyframes pulseIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

