html {
    scrollbar-width: none;
    scrollbar-color: rgb(126,174,158) rgb(170,203,202);
}

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

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

.contact_panel::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(170,203,202), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(126,174,158), 0.05) 0%, transparent 30%);
    bottom: 0;
    top: 0;
    position: absolute;
    content: "";
    right: 0;
    z-index: 0;
    left: 0;
}

.contact_panel h2::after {
    bottom: -15px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(170,203,202), transparent);
    position: absolute;
    height: 3px;
    left: 15%;
    width: 70%;
}

.contact_panel .query_help::before {
    width: 5px;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(170,203,202), rgb(126,174,158));
}

.contact_panel .img_holder::before {
    animation: shine 6s infinite;
    content: "";
    width: 150%;
    z-index: 2;
    position: absolute;
    top: -100px;
    transform: rotate(45deg);
    left: -100px;
    height: 150px;
    background: rgba(255, 255, 255, 0.2);
}

.contact_panel form {
    position: relative;
    z-index: 2;
}

.contact_panel form h3::after {
    content: "";
    background: rgb(170,203,202);
    left: 0;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -10px;
}

.contact_panel form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}

.contact_panel form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}

.contact_panel .query_card label {
    line-height: 1.4;
    padding-left: 35px;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    user-select: none;
    color: #000000;
}

.contact_panel .query_card input[type="checkbox"]:checked + label::after {
    top: 4px;
    transform: rotate(45deg);
    left: 8px;
    border: solid #ffffff;
    content: "";
    border-width: 0 2px 2px 0;
    height: 12px;
    width: 6px;
    position: absolute;
}

.contact_panel .query_card label a:hover::after {
    transform: scaleX(1);
    background: rgb(126,174,158);
}

.contact_panel .contact_request::before {
    background: linear-gradient(90deg, rgb(126,174,158), rgb(170,203,202));
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    content: "";
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    width: 100%;
}

.contact_panel svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,203,202);
}

.course_summary::before {
    transform: rotate(45deg);
    content: "";
    width: 200px;
    opacity: 0.1;
    height: 200px;
    background: rgb(170,203,202);
    position: absolute;
    z-index: 1;
    top: -50px;
    right: -50px;
}

.course_summary .learn_more {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    gap: 40px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    grid-template-columns: 1fr;
    transform: translateY(0);
    display: grid;
}

.course_summary .text_content_box::before {
    content: "";
    transform: scaleY(0);
    width: 4px;
    position: absolute;
    transform-origin: top;
    background: rgb(170,203,202);
    left: 0;
    transition: transform 0.5s ease;
    top: 0;
    height: 60px;
}

.course_summary .learn_more:hover h3::after {
    width: 100px;
}

.course_summary span.description {
    display: none;
}

#cookie_message_box {
    display: none;
}

#cookie_message_box:checked ~ .cookie_message_banner {
    opacity: 0;
    visibility: hidden;
}

.cookie_message_banner .container {
    justify-content: space-between;
    gap: 1rem;
    position: relative;
    max-width: 1140px;
    align-items: center;
    padding: 0 15px;
    flex-wrap: wrap;
    display: flex;
    margin: 0 auto;
    z-index: 1;
}

.cookie_gate p {
    color: #000000;
    font-size: 1rem;
}

.cookie_button.online_tracking {
    background: rgb(170,203,202);
}

.track_accept:hover {
    background: #000000;
    transform: translateY(-3px);
}

.cookie_message_banner p a {
    color: rgb(170,203,202);
    transition: color 0.3s ease;
    text-decoration: underline;
}

.thanksUnit::before {
    animation: ambientGlow 15s infinite alternate ease-in-out;
    left: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgb(170,203,202,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgb(126,174,158,0.5) 0%, transparent 50%);
    position: absolute;
    content: "";
    height: 100%;
    z-index: 0;
    opacity: 0.1;
    top: 0;
    width: 100%;
}

.thanksUnit .learn_studio {
    position: relative;
    transform: translateY(30px);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05);
    border-radius: 19px;
    animation: fadeUp 0.8s 0.4s forwards ease-out;
}

.thanksUnit li {
    padding-left: 25px;
    position: relative;
}

.thanksUnit li::before {
    border-radius: 50%;
    left: 0;
    height: 8px;
    position: absolute;
    transform: scale(0);
    background: rgb(170,203,202);
    content: "";
    animation: scaleIn 0.4s 0.8s forwards ease-out;
    top: 10px;
    width: 8px;
}

.join_now {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(126,174,158) 0%, rgb(170,203,202) 100%);
}

.join_now .container {
    align-items: center;
    flex-direction: column;
    transform-origin: center center;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    position: relative;
    max-width: 1140px;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.join_now div div span {
    position: relative;
    transition: transform 0.3s ease;
    display: inline-block;
    margin-top: 10px;
}

.join_now .contact_request::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
    opacity: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(126,174,158), rgb(170,203,202));
    transform-origin: right;
}

.join_now .contact_request:hover span {
    transform: translateX(5px);
}

header .container {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0;
    max-width: 100%;
}

header .nav_core svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    height: auto;
    transition: all 0.3s ease;
    width: 150px;
}

header .top_study::before {
    width: 1px;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(170,203,202,0.5), transparent);
    top: 0;
    content: '';
}

header .head_learning:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    color: #ffffff;
}

header .head_learning:hover::before {
    opacity: 1;
}

.who_we_are::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(170,203,202,0.5), rgb(126,174,158,0.5));
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    opacity: 0.92;
    position: absolute;
    top: 0;
}

.who_we_are h2::after {
    height: 3px;
    background: rgb(126,174,158);
    left: 0;
    bottom: -12px;
    animation: expandLine 1s 0.5s ease-in-out forwards;
    content: "";
    width: 80px;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
}

.who_we_are .text_content_box > div {
    grid-gap: 25px;
    display: grid;
    grid-template-columns: 1fr;
}

.who_we_are .text_content_box p::after {
    background: rgb(126,174,158);
    bottom: 0;
    left: 0;
    width: 40px;
    transform-origin: left;
    transform: scaleX(0);
    animation: expandLine 0.6s 0.9s ease-out forwards;
    height: 2px;
    content: "";
    position: absolute;
}

.privacy_arsenal h1 {
    padding-bottom: 10px;
    font-size: 40px;
    margin-top: 30px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: rgb(170,203,202);
    text-align: center;
    border-bottom: 2px solid rgb(170,203,202);
    margin-bottom: 20px;
}

.privacy_arsenal ul, .privacy_arsenal ol {
    font-family: Arial, sans-serif;
    list-style: none;
    padding: 15px 0;
    color: #ffffff;
    padding-left: 0;
    font-size: 18px;
    margin: 0;
}

.privacy_arsenal section {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgb(126,174,158,0.5);
    background: #000000;
}

.follow::before {
    content: '';
    right: -5%;
    filter: blur(20px);
    opacity: 0.2;
    top: -10%;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    animation: float 12s ease-in-out infinite;
    height: 60%;
    width: 30%;
    background: linear-gradient(225deg, rgb(170,203,202) 0%, rgb(170,203,202,0.5) 90%);
    z-index: -1;
}

.follow .learn_studio:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.follow h3 {
    padding-left: 1.25rem;
    line-height: 1.4;
    margin: 0 0 1rem;
    position: relative;
    font-size: clamp(1.5rem, 3vw, 21px);
    letter-spacing: -0.01em;
    font-weight: 600;
    transform: translateZ(0);
    color: #000000;
    font-family: Arial, sans-serif;
}

.follow .input_holder {
    margin-top: 1rem;
    gap: 1rem;
    position: relative;
    flex-direction: column;
    display: flex;
}

.follow .sub_approach:focus {
    border-color: rgb(170,203,202,0.5);
    transform: translateY(-2px);
    outline: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.follow .join_us {
    background: linear-gradient(135deg, rgb(170,203,202) 0%, rgb(126,174,158) 100%);
    padding: 0.875rem 1.75rem;
    align-self: flex-start;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: Arial, sans-serif;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    border: none;
    font-size: 18px;
}

.title_screen::before {
    height: 100%;
    animation: patternShift 60s linear infinite;
    opacity: 0.5;
    background-size: 100% 100%, 100% 100%, 60px 60px, 60px 60px;
    position: absolute;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(170,203,202,0.5) 5%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(126,174,158,0.5) 10%, transparent 40%),
        linear-gradient(45deg, transparent 48%, rgb(170,203,202,0.5) 49%, rgb(170,203,202,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(126,174,158,0.5) 49%, rgb(126,174,158,0.5) 51%, transparent 52%);
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}

.title_screen .learning_page label:hover::before {
    background: rgb(126,174,158);
    transform: scale(1.1);
}

.title_screen .text_content_box {
    margin-top: auto;
    position: relative;
    z-index: 5;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    backdrop-filter: blur(10px);
    padding: 40px 0 80px;
}

.title_screen .text_content_box h1::after {
    border-radius: 10px;
    left: 0;
    background: rgb(170,203,202);
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 80px;
}

.title_screen .text_content_box p {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.8;
    max-width: 800px;
    text-shadow: 0 1px 3px #000000;
    margin-bottom: 0;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, #ffffff);
    letter-spacing: 0.02em;
    -webkit-text-fill-color: #ffffff;
    font-weight: 400;
}

.title_screen input:nth-of-type(9):checked ~ .edu_open {
    transform: translateX(-160%);
}

.title_screen input:nth-of-type(1):checked ~ .learning_page label:nth-child(1)::before,
.title_screen input:nth-of-type(2):checked ~ .learning_page label:nth-child(2)::before,
.title_screen input:nth-of-type(3):checked ~ .learning_page label:nth-child(3)::before,
.title_screen input:nth-of-type(4):checked ~ .learning_page label:nth-child(4)::before,
.title_screen input:nth-of-type(5):checked ~ .learning_page label:nth-child(5)::before,
.title_screen input:nth-of-type(6):checked ~ .learning_page label:nth-child(6)::before,
.title_screen input:nth-of-type(7):checked ~ .learning_page label:nth-child(7)::before,
.title_screen input:nth-of-type(8):checked ~ .learning_page label:nth-child(8)::before,
.title_screen input:nth-of-type(9):checked ~ .learning_page label:nth-child(9)::before,
.title_screen input:nth-of-type(10):checked ~ .learning_page label:nth-child(10)::before {
    background: rgb(170,203,202);
    transform: scale(1.2);
}

.study_process::after {
    opacity: 0.1;
    height: 100%;
    top: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgb(170,203,202,0.5),
        rgb(170,203,202,0.5) 1px,
        transparent 1px,
        transparent 50px
    );
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    animation: moveLines 40s linear infinite;
}



.study_process .text_content_box::after {
    opacity: 0.7;
    position: absolute;
    content: '';
    border-bottom: 1px solid rgb(126,174,158);
    animation: borderPulse 4s infinite alternate-reverse;
    z-index: -1;
    width: 100px;
    right: -20px;
    height: 100px;
    bottom: -20px;
    border-right: 1px solid rgb(126,174,158);
}

.study_process h2::before {
    height: 1px;
    position: absolute;
    content: '';
    left: 0;
    bottom: -1.5rem;
    width: 60px;
    background: linear-gradient(to right, rgb(170,203,202), transparent);
}

.study_process:hover h2 {
    letter-spacing: 8px;
    transform: translateY(-5px);
}

.study_process:hover .text_content_box::before,
.study_process:hover .text_content_box::after {
    width: 120px;
    height: 120px;
}

.customer_opinions {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(214,225,223), #ffffff);
    overflow: hidden;
    position: relative;
}

.customer_opinions h2 {
    z-index: 5;
    margin-bottom: 3.5rem;
    position: relative;
    font-size: calc(34px * 1.1);
    font-weight: 700;
    text-align: left;
    color: #000000;
    transform: translateX(1.5rem);
}

.customer_opinions .testimonials {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    position: relative;
}

.customer_opinions .student_insights:nth-child(1) {
    --i: 1;
}

.customer_opinions .student_insights:nth-child(3) {
    --i: 3;
}

.customer_opinions .student_insights:nth-child(5) {
    --i: 5;
}

.customer_opinions .student_insights:nth-child(7) {
    --i: 7;
}

.customer_opinions .student_insights::before {
    opacity: 0.2;
    content: "";
    font-family: Georgia, serif;
    top: -0.5rem;
    position: absolute;
    line-height: 1;
    color: rgb(126,174,158,0.5);
    z-index: -1;
    font-size: 8rem;
    left: 1rem;
}

.customer_opinions .student_insights .description {
    color: #000000;
    font-size: 15px;
    margin-bottom: 1.5rem;
    z-index: 2;
    line-height: 1.7;
    position: relative;
    flex-grow: 1;
}

.customer_opinions .student_insights img {
    object-fit: cover;
    height: 100%;
    transition: transform 0.4s ease;
    width: 100%;
}

.pricing_kit::before {
    height: 100%;
    position: absolute;
    z-index: 0;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    left: 0;
}

.pricing_kit .discount_deals h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(170,203,202), rgb(126,174,158));
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    position: absolute;
    bottom: -10px;
}

.pricing_kit .basic_cost:hover {
    transform: translateY(-10px) scale(1.02);
}

.pricing_kit .study_rates {
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 420px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
}

.pricing_kit .basic_cost:hover .study_rates::before {
    transform: scaleY(1);
}

.pricing_kit .plan_table {
    display: flex;
    z-index: 1;
    padding: 40px 30px;
    flex-direction: column;
    position: relative;
    flex: 1;
}

.pricing_kit .pricing_offers {
    font-size: calc(18px + 0.5rem);
    font-weight: 700;
    color: rgb(170,203,202);
    margin: 10px 0 20px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.pricing_kit .img_holder {
    transition: transform 0.5s ease;
    transform-origin: center;
    height: 200px;
    position: relative;
    width: 100%;
}

.pricing_kit .basic_cost:hover .img_holder::after {
    opacity: 1;
}

.education_history::before {
    height: 400px;
    right: -100px;
    width: 400px;
    z-index: 0;
    position: absolute;
    filter: blur(120px);
    content: "";
    background: rgb(170,203,202,0.5);
    top: -100px;
}

.education_history .student_insights {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(10px);
    display: grid;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    transform-style: preserve-3d;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    grid-template-columns: 1fr;
    gap: 30px;
}

.education_history .student_insights > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}

.education_history .student_insights > div:nth-child(2) > div {
    color: #000000;
    font-size: calc(18px * 0.95);
    margin-top: 15px;
    font-weight: 600;
    font-style: italic;
}

.education_history .student_insights .emp_milestones::before,
.education_history .student_insights .emp_milestones::after {
    font-family: Georgia, serif;
    font-size: 80px;
    position: absolute;
    color: rgb(170,203,202,0.5);
    line-height: 1;
    content: "";
}

.education_history .student_insights .emp_milestones::before {
    left: -15px;
    top: -20px;
}

footer .footer_classes::after {
    width: 100%;
    animation: glowBorder 3s infinite linear;
    content: '';
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(170,203,202) 0%, 
        rgb(126,174,158) 50%, 
        rgb(170,203,202) 100%);
}

footer .info_item {
    padding: 15px;
    min-width: 200px;
    transition: all 0.3s ease;
    flex: 1;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateY(0);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 15px;
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

footer .music_edu {
    color: #ffffff;
    opacity: 0.7;
    max-width: 300px;
    font-weight: 300;
    line-height: 1.5;
    font-size: 14px;
}

footer .site_head {
    margin-bottom: 20px;
    gap: 15px;
    flex-direction: column;
    display: flex;
}

footer .site_head a::before {
    top: 50%;
    opacity: 0.7;
    border-radius: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    position: absolute;
    width: 6px;
    background: rgb(126,174,158);
    content: '';
    height: 6px;
}

footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}

footer .subscribe_holder p {
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.6;
}

footer .input_holder input[type="email"]:focus {
    border-color: rgb(126,174,158);
    box-shadow: 0 0 15px rgb(126,174,158,0.5);
}

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

footer .training_zone {
    text-align: center;
    padding-top: 30px;
    position: relative;
}

.statistical_data {
    overflow: hidden;
    background-color: #ffffff;
    padding: 120px 0;
    z-index: 1;
    position: relative;
}

.statistical_data::after {
    height: 100%;
    background-image: 
        radial-gradient(circle at 20px 20px, rgb(170,203,202,0.5) 0, rgba(0, 0, 0, 0) 50px),
        radial-gradient(circle at 80% 80%, rgb(126,174,158,0.5) 0, rgba(0, 0, 0, 0) 100px);
    width: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    opacity: 0.2;
    left: 0;
}

.statistical_data ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 20px;
    display: grid;
}

.statistical_data .statistics_upsides::before {
    inset: 2px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.8);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    content: "";
    position: absolute;
}

.statistical_data .statistics_upsides span {
    color: rgba(0, 0, 0, 0.7);
    font-size: calc(14px * 0.85);
    line-height: 1.3;
    max-width: 100%;
    position: relative;
}

.statistical_data ul:has(.statistics_upsides:only-child) {
    display: flex;
    justify-content: center;
}

.statistical_data ul:has(.statistics_upsides:only-child) .statistics_upsides span {
    font-size: 14px;
}

.statistical_data ul:has(.statistics_upsides:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}

.statistical_data ul:has(.statistics_upsides:nth-child(5):last-child) {
    grid-template-columns: repeat(3, 1fr);
}

.statistical_data ul:has(.statistics_upsides:nth-child(7):last-child),
.statistical_data ul:has(.statistics_upsides:nth-child(8):last-child) {
    grid-template-columns: repeat(4, 1fr);
}

.location_info::before {
    z-index: 0;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    background: 
        linear-gradient(120deg, rgba(rgb(170,203,202,0.5), 0.03), transparent 70%),
        repeating-linear-gradient(45deg, rgba(rgb(170,203,202,0.5), 0.02) 0px, rgba(rgb(170,203,202,0.5), 0.02) 1px, transparent 1px, transparent 10px);
    height: 100%;
    transform: skewY(-2deg) translateY(-3%);
    position: absolute;
}



.location_info h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    display: inline-block;
    margin-bottom: 1.5rem;
}



.location_info p {
    animation: fadeUpIn 0.6s ease forwards 0.4s;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(10px);
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}

.location_info .message_us {
    display: flex;
    padding: 0;
    list-style: none;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0 0;
}

.location_info .message_us li:nth-child(2) {
    animation-delay: 1s;
}

.location_info .connect_section::before {
    background: linear-gradient(135deg, rgba(rgb(170,203,202,0.5), 0.1), transparent);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    content: "";
    top: 0;
    z-index: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
}

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



::-webkit-scrollbar {
    width: 19px;
}

::-webkit-scrollbar-thumb {
    background: rgb(170,203,202);
    box-shadow: -2px 1px 2px 4px rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(170,203,202);
    border-color: rgb(214,225,223);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
}

.course_summary .description::-webkit-scrollbar {
    width: 4px;
}

.course_summary .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.course_summary .description::-webkit-scrollbar-thumb {
    background: rgb(126,174,158,0.5);
    border-radius: 10px;
}



@media (prefers-reduced-motion: reduce) {.contact_panel::after,
    .contact_panel .img_holder::before {
    animation: none;
}.contact_panel .query_help:hover {
    transform: none;
}}



@media (min-width: 992px) {.course_summary {
    padding: 140px 0;
}.course_summary .learn_more {
    grid-template-columns: 1fr 1.3fr;
}.course_summary .img_holder {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}.course_summary .text_content_box {
    padding: 80px 80px 80px 100px;
    margin-left: -80px;
}.course_summary h3 {
    font-size: 36px;
    margin-bottom: 30px;
}.course_summary .description {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
    max-height: 380px;
}
}



@media (prefers-reduced-motion: reduce) {.course_summary .learn_more,
    .course_summary .text_content_box::before,
    .course_summary h3::after {
    transition: none;
}}



@media (max-width: 767px) {.thanksUnit {
    padding: 70px 0;
}.thanksUnit h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.thanksUnit h2::after {
    width: 60px;
    bottom: -12px;
}.thanksUnit .learn_studio {
    padding: 30px 25px;
}.thanksUnit .learn_studio::after {
    display: none;
}.thanksUnit span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 767px) {.join_now {
    padding: 3.5rem 1rem;
}.join_now h6 {
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 2rem;
}.join_now h6::after {
    bottom: -12px;
    width: 60px;
}.join_now .contact_request {
    font-size: calc(20px * 0.95);
    padding: 0.8rem 1.8rem;
}.join_now::before {
    width: 100%;
    left: -30%;
}
}



@media (max-width: 767px) {header {
    background: rgb(214,225,223);
}header::before {
    height: auto;
    width: 100%;
    top: 0;
    bottom: 50%;
}header .nav_page {
    align-items: center;
    flex-direction: column;
}header .nav_core {
    padding: 0.8rem 0;
    width: 100%;
}header .nav_core svg {
    width: 120px;
}header .top_study {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    width: 95%;
    padding: 0.8rem 0;
}header .top_study::before {
    top: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(170,203,202,0.5), transparent);
}header .head_learning {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}



@media (min-width: 1200px) {.who_we_are {
    padding: 200px 0;
}.who_we_are::after {
    content: "";
    transform: translateY(-50%);
    width: 250px;
    position: absolute;
    right: 0;
    opacity: 0.15;
    z-index: 1;
    background: radial-gradient(circle, rgb(126,174,158,0.5) 0%, transparent 70%);
    top: 50%;
    height: 250px;
}.who_we_are .container {
    padding: 0 40px;
    max-width: 1400px;
}.who_we_are h2 {
    font-size: calc(31px * 1.8);
    margin-bottom: 50px;
}.who_we_are .text_content_box {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    width: calc(100% + 80px);
    display: flex;
    padding: 80px;
    margin-left: -80px;
}.who_we_are .text_content_box > div {
    grid-template-columns: 1fr;
    max-width: 90%;
    grid-gap: 35px;
}.who_we_are .text_content_box div div {
    line-height: 1.9;
    column-count: 2;
    column-gap: 60px;
}
}



@media (min-width: 992px) {.follow {
    padding: 6rem 2rem;
}.follow .learn_studio {
    grid-template-columns: 1.8fr 1fr;
    padding: 4rem;
}.follow h3 {
    font-size: 21px;
}.follow .sub_approach {
    padding: 1rem 1.5rem;
}.follow .join_us {
    padding: 1rem 2rem;
}
}



@media (max-width: 767px) {.title_screen .learn_studio {
    min-height: 80vh;
}.title_screen .main_home {
    height: 80vh;
}.title_screen .text_content_box {
    padding: 25px 0 50px;
}.title_screen .text_content_box .container {
    padding: 15px 20px;
}.title_screen .text_content_box h1 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: calc(38px * 0.8);
}.title_screen .text_content_box h1::after {
    height: 2px;
    width: 60px;
}.title_screen .text_content_box h3 {
    font-size: calc(20px * 0.8);
    margin-bottom: 15px;
}.title_screen .text_content_box p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.title_screen .learning_page {
    bottom: 20px;
    gap: 10px;
    padding: 8px 12px;
}.title_screen .learning_page label {
    height: 10px;
    width: 10px;
}.title_screen .learning_page label::after {
    height: 4px;
    width: 4px;
}
}



@media (max-width: 576px) {.study_process {
    padding: 3rem 0.8rem;
    min-height: auto;
}.study_process .text_content_box {
    width: 100%;
}.study_process h2 {
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    font-size: calc(33px * 0.7);
}.study_process h2::before {
    width: 30px;
    bottom: -0.8rem;
}.study_process p {
    padding-left: 1rem;
    font-size: calc(15px * 0.9);
}.study_process:hover h2 {
    letter-spacing: 3px;
}.study_process .text_content_box::before,
    .study_process .text_content_box::after {
    height: 60px;
    width: 60px;
}.study_process:hover .text_content_box::before,
    .study_process:hover .text_content_box::after {
    height: 70px;
    width: 70px;
}}



@media (max-width: 576px) {.customer_opinions {
    padding: 3.5rem 1rem;
}.customer_opinions h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.customer_opinions .testimonials {
    gap: 1.25rem;
    grid-template-columns: 1fr;
}.customer_opinions .student_insights {
    padding: 1.5rem;
}.customer_opinions .student_insights h3 {
    font-size: calc(18px * 1);
}.customer_opinions .student_insights .description {
    font-size: calc(15px * 0.95);
}.customer_opinions .student_insights div {
    width: 50px;
    height: 50px;
}}



@media (min-width: 768px) {.education_history .student_insights {
    padding: 50px;
    grid-template-columns: 220px 1fr;
    gap: 30px 40px;
    grid-template-rows: auto 1fr;
}.education_history .student_insights > div:first-child {
    grid-row: span 2;
}.education_history .student_insights > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.education_history .student_insights .name::after {
    transform: none;
    left: 0;
}.education_history .student_insights .emp_milestones {
    border-left: 3px solid rgb(126,174,158,0.5);
    padding: 10px 0 10px 30px;
}
}



@media (max-width: 480px) {.education_history {
    padding: 60px 0;
}.education_history .student_insights {
    padding: 25px 20px;
    gap: 20px;
}.education_history .student_insights .img_holder {
    height: 120px;
    width: 120px;
}.education_history .student_insights .name {
    font-size: 24px;
}.education_history .student_insights > div:nth-child(2) > div {
    font-size: calc(18px * 0.9);
}}



@media (max-width: 576px) {footer .footer_classes {
    padding: 40px 0 30px;
}footer .top_expert {
    text-align: center;
    margin: 0 auto;
    align-items: center;
}footer .music_edu {
    margin: 0 auto;
    text-align: center;
}footer .top_study h5 {
    text-align: center;
}footer .top_study h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .site_head {
    align-items: center;
}footer .site_head a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}



@media screen and (max-width: 767px) {.statistical_data {
    padding: 70px 0;
}.statistical_data h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 50px;
}.statistical_data ul:has(.statistics_upsides:nth-child(n+1):nth-child(-n+10)) {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 300px;
    gap: 30px;
}.statistical_data .statistics_upsides {
    min-height: 150px;
    aspect-ratio: 1/1;
}.statistical_data ul:has(.statistics_upsides:only-child) .statistics_upsides {
    height: 200px;
    width: 200px;
}
}



@media (min-width: 768px) {.location_info .contact_support {
    grid-template-columns: 1fr;
    display: grid;
    padding: 3.5rem;
    gap: 2rem;
}.location_info .message_us {
    flex-wrap: wrap;
    gap: 1.5rem;
    flex-direction: row;
}.location_info .message_us li {
    min-width: 200px;
    flex: 1;
}.location_info h3 {
    font-size: calc(36px * 1.1);
}
}

@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}



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



@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.4;
    }
}



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



@keyframes expandVertical {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes patternShift {
    0% {
        background-position: 0% 0%, 0% 0%, 0 0, 0 0;
    }
    50% {
        background-position: 10% 20%, -10% -20%, 30px 30px, -30px -30px;
    }
    100% {
        background-position: 0% 0%, 0% 0%, 0 0, 0 0;
    }
}



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

@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes slideRightIn {
    to { 
        opacity: 1;
        transform: translateX(0);
    }
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
