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

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

.wrapper-section {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

.educational_gains::before {
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    opacity: 0.07;
    animation: gridShift 25s linear infinite;
    background-image: linear-gradient(0deg, transparent 24%, rgb(207,203,185,0.5) 25%, rgb(207,203,185,0.5) 26%, transparent 27%, transparent 74%, rgb(207,203,185,0.5) 75%, rgb(207,203,185,0.5) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, rgb(207,203,185,0.5) 25%, rgb(207,203,185,0.5) 26%, transparent 27%, transparent 74%, rgb(207,203,185,0.5) 75%, rgb(207,203,185,0.5) 76%, transparent 77%, transparent);
    top: 0;
    width: 100%;
    background-size: 60px 60px;
}

.educational_gains .text_main_holder::before {
    content: '';
    top: -60px;
    left: 50%;
    height: 40px;
    background: rgb(184,158,132);
    width: 2px;
    position: absolute;
    opacity: 0.8;
    transform: translateX(-50%);
}

.educational_gains .text_main_holder > div:nth-child(3) {
    --i: 3;
}

.educational_gains .text_main_holder > div:nth-child(6) {
    --i: 6;
}

.educational_gains .text_main_holder > div:hover::before {
    opacity: 1;
}

.educational_gains .text_main_holder svg {
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 15px rgb(207,203,185,0.5);
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgb(207,203,185,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 50px;
}

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

header .nav_guide::before {
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(207,203,185), rgb(184,158,132));
}

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

header .top_info::before {
    width: 3px;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    z-index: -1;
    background: linear-gradient(to bottom, rgb(207,203,185), rgb(184,158,132));
    top: 0;
    border-radius: 10px 0 0 10px;
    transition: width 0.3s ease;
}

.appContent::after {
    opacity: 0.07;
    right: -5%;
    background: linear-gradient(45deg, transparent 40%, rgb(184,158,132) 100%);
    z-index: 1;
    clip-path: polygon(20% 0, 100% 15%, 100% 100%, 0 100%);
    content: "";
    width: 50%;
    transform: rotate(15deg) translateZ(0);
    position: absolute;
    bottom: -5%;
    height: 50%;
}

.appContent .belief_core:hover > div:first-child::after {
    transform: scaleX(2) translateZ(0);
}

.appContent h5 {
    font-size: 21px;
    line-height: 1.4;
    color: #000000;
    margin: 0;
    transition: transform 0.4s ease-out;
    transform: translateZ(0);
    font-weight: 700;
}

.appContent a::before {
    top: -10px;
    transform-origin: center;
    right: -10px;
    background: linear-gradient(135deg, transparent 45%, rgb(207,203,185) 55%);
    z-index: 1;
    transform: rotate(45deg) scale(0);
    width: 50px;
    opacity: 0.1;
    position: absolute;
    content: "";
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 50px;
}

.workshop_cta .container {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.workshop_cta .company_holder h3 {
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 31px;
    padding: 0.5rem 2rem;
    background: rgba(255, 255, 255, 0.15);
}

.workshop_cta .head_section .top_master {
    display: flex;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    flex-direction: column;
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    gap: 0.8rem;
}

.workshop_cta .head_section .top_master a:hover::before {
    opacity: 0.7;
}

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

.access_now {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(207,203,185) 0%, rgb(184,158,132) 100%);
    isolation: isolate;
    padding: 120px 0;
}

.access_now .container {
    max-width: 1200px;
    display: flex;
    z-index: 2;
    align-items: center;
    padding: 0 20px;
    position: relative;
    flex-direction: column;
    margin: 0 auto;
}

.access_now .belief_core {
    gap: 25px;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    padding: 30px 40px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    backdrop-filter: blur(10px);
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.12);
}

.access_now .query_feedback:hover {
    transform: translateY(-2px);
    color: #ffffff;
}

.access_now .query_feedback:hover::before {
    left: 100%;
}

.access_now .belief_core div {
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.learning_system::after {
    bottom: -5%;
    filter: blur(15px);
    z-index: 0;
    position: absolute;
    left: -5%;
    opacity: 0.15;
    width: 40%;
    height: 40%;
    background: linear-gradient(225deg, rgb(184,158,132) 0%, rgb(207,203,185,0.5) 100%);
    transform: rotate(15deg) translateZ(-30px);
    content: "";
    animation: float 12s ease-in-out infinite alternate-reverse;
}

.learning_system h3 {
    color: #000000;
    display: inline-block;
    font-weight: 700;
    transform: translateZ(10px);
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.9);
    position: relative;
}

.learning_system .belief_core:hover h3::after {
    transform: scaleX(1.5);
}

.learning_system p {
    transition: opacity 0.3s ease;
    color: #000000;
    transform: translateZ(5px);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
    opacity: 0.9;
}

.course_program_details::before {
    width: 200px;
    position: absolute;
    content: "";
    right: -50px;
    opacity: 0.3;
    top: -50px;
    border-radius: 50%;
    animation: floatEffect 15s infinite alternate ease-in-out;
    height: 200px;
    background: radial-gradient(circle, rgb(207,203,185,0.5) 0%, transparent 70%);
}

.course_program_details .image_preview::after {
    position: absolute;
    top: -50%;
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    width: 200%;
    height: 200%;
    animation: orbitEffect 20s infinite linear;
    left: -50%;
}

.course_program_details .reading_block:hover h3::after {
    transform: scaleX(1.5);
}

.course_program_details .description {
    scrollbar-width: thin;
    margin-bottom: 20px;
    overflow-y: auto;
    font-size: 17px;
    max-height: 300px;
    line-height: 1.8;
    color: #000000;
    position: relative;
    scrollbar-color: rgb(184,158,132,0.5) transparent;
}

.primary_page:hover .impact_stats::before {
    transform: translateX(20px);
}

.primary_page .class_online {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
}

.primary_page .class_online > div {
    color: #ffffff;
    position: relative;
    gap: 30px;
    display: flex;
    z-index: 2;
    flex-direction: column;
}

.primary_page .class_online h3 {
    transition: transform 0.5s ease;
    transform: translateX(0);
    padding: 20px;
    font-size: 23px;
    background: rgba(255, 255, 255, 0.15);
    max-width: 800px;
    margin: 0;
    font-weight: 600;
    backdrop-filter: blur(10px);
    line-height: 1.5;
}


#cookieNoticeWindow {
    display: none;
}

#cookieNoticeWindow:checked ~ .cookieNotificationAlert {
    opacity: 0;
    visibility: hidden;
}

.our_background::after {
    right: 0;
    opacity: 0.3;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 80% 20%, rgb(184,158,132,0.5) 0%, transparent 40%),
        linear-gradient(45deg, transparent 48%, rgb(207,203,185,0.5) 50%, transparent 52%) #000000;
    background-size: 100% 100%, 20px 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
}

.our_background .learn_pro {
    transform: translateY(-30px) translateX(20px);
    background: rgb(207,203,185);
    z-index: 2;
    border-left: 4px solid rgb(184,158,132);
    padding: 20px 30px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.our_background .reading_block {
    padding-left: 20px;
    flex: 1;
    position: relative;
}

.our_background .heritage_tl {
    transition: transform 0.3s ease;
    align-items: center;
    transform: translateY(0);
    margin-bottom: 20px;
    display: flex;
}

.our_background .heritage_tl svg path {
    transition: all 0.3s ease;
}

.our_background h2::after {
    content: "";
    border-radius: 2px;
    bottom: 0;
    height: 4px;
    width: 80px;
    position: absolute;
    left: 0;
    background: rgb(184,158,132);
}

.service_connect .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.service_connect .course_faq:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.service_connect h3::after {
    width: 40%;
    height: 3px;
    content: '';
    transition: width 0.3s ease;
    background: rgb(207,203,185);
    bottom: -10px;
    left: 0;
    position: absolute;
}

.service_connect .course_ask {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    gap: 1.25rem;
    margin: 1.5rem 0 0;
    display: flex;
    position: relative;
    list-style: none;
    flex-direction: column;
    padding: 1.5rem 0 0;
}

.service_connect .message_request:hover {
    color: rgb(207,203,185);
}

.service_connect svg {
    flex-shrink: 0;
    transform-origin: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.data_statistics::after {
    position: absolute;
    opacity: 0.3;
    bottom: -10%;
    content: "";
    width: 35%;
    right: -5%;
    background: linear-gradient(225deg, rgb(207,203,185,0.5) 0%, transparent 70%);
    height: 70%;
    transform: rotate(15deg) skewX(-15deg);
    z-index: 1;
}

.data_statistics .statistics_zone {
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
              0 1px 5px rgba(0,0,0,0.03),
              0 20px 40px -20px rgba(0,0,0,0.1);
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 2rem 1.5rem;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    opacity: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
    transform: translateY(30px);
    border-radius: 12px;
}

.data_statistics .statistics_zone span {
    transition: color 0.3s ease;
    font-size: 14px;
    margin: 0.5rem auto 0;
    line-height: 1.4;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.01em;
    max-width: 95%;
}

.course_instructor .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.course_instructor .learning_testimonials:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 8px 20px rgba(0,0,0,0.05),
        0 2px 8px rgba(0,0,0,0.03);
}

.course_instructor .learning_testimonials:hover::after {
    opacity: 0.15;
    transform: rotate(30deg) scale(1.2);
}

.course_instructor .image_preview::before {
    transition: opacity 0.4s ease;
    inset: 0;
    background: linear-gradient(to top right, rgb(207,203,185,0.5), transparent 70%);
    position: absolute;
    content: "";
    z-index: 1;
    opacity: 0.5;
}

.course_instructor .name::after {
    content: "";
    bottom: -5px;
    width: 0;
    position: absolute;
    transition: width 0.4s ease;
    height: 2px;
    left: 0;
    background: rgb(207,203,185);
}

.course_instructor .employee_content {
    position: relative;
    margin: 0;
    font-size: 13px;
    line-height: 1.75;
    padding-left: 1.5rem;
    color: #000000;
    border-left: 1px solid rgb(184,158,132,0.5);
    transition: all 0.4s ease;
}

.payment_plan h2 {
    color: #ffffff;
    transform: translateY(0);
    position: relative;
    animation: fadeSlideDown 0.8s ease-out forwards;
    font-size: 31px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}

.payment_plan .value_plan li {
    opacity: 0;
    transform: translateY(30px) rotateX(10deg);
    animation: cardReveal 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

.payment_plan .discount_plan {
    will-change: transform;
    color: #000000;
    text-decoration: none;
    display: block;
    height: 100%;
    transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
}

.payment_plan .lesson_plans {
    position: relative;
    padding: 35px 30px;
}

.payment_plan .lesson_plans h4 {
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    transition: color 0.35s ease;
    font-size: calc(20px * 1.1);
    font-weight: 700;
    padding-bottom: 15px;
}

.payment_plan .discount_plan:hover .value_fees {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.payment_plan .discount_plan:hover .value_fees::before {
    transform: translateX(100%);
}

.join_our_mailing_list::before {
    opacity: 0.2;
    width: 60%;
    content: "";
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    animation: clip-shift 10s ease-in-out infinite alternate;
    background: rgb(207,203,185,0.5);
    z-index: -2;
    height: 100%;
    position: absolute;
    right: 0;
    transform-origin: center right;
    top: 0;
}

.join_our_mailing_list p::before {
    animation: rotate-diamond 15s linear infinite;
    width: 50px;
    left: -20px;
    top: -20px;
    transform: rotate(45deg);
    height: 50px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    background: rgb(207,203,185);
    opacity: 0.2;
    content: "";
}

.join_our_mailing_list .sub_tutorial {
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    padding: 1.3rem 1.5rem;
    width: 100%;
    color: #000000;
    border: 2px solid transparent;
    font-family: Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    background-color: #ffffff;
}

.join_our_mailing_list .subscribe_tip:hover::before {
    left: 100%;
}

.privacy_box {
    background: linear-gradient(135deg, rgb(235,233,229) 0%, rgba(240, 242, 245, 0.9) 100%);
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
    position: relative;
    color: #000000;
    overflow: hidden;
}

.privacy_box h1 {
    font-size: calc(38px * 1.1);
    color: #000000;
    position: relative;
    font-weight: 700;
    transform-origin: left center;
    margin-bottom: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.privacy_box h3 {
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    font-size: calc(37px * 0.85);
    margin: 2rem 0 1rem;
    font-weight: 600;
    color: #000000;
}

.privacy_box p:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.privacy_box strong::after {
    bottom: -2px;
    left: 0;
    transition: transform 0.3s ease;
    height: 1px;
    transform: scaleX(0.3);
    content: "";
    position: absolute;
    background: rgb(207,203,185,0.5);
    transform-origin: left;
    width: 100%;
}

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

.privacy_box span {
    color: #000000;
    display: block;
    transform: perspective(1000px) rotateX(0);
    padding: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    border-left: 2px solid rgb(207,203,185,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-size: 15px;
    margin-bottom: 1.5rem;
    background: rgba(#ffffff, 0.5);
    line-height: 1.7;
}

.reach_out h2::before {
    left: calc(50% - 50px);
    height: 2px;
    width: 30px;
    position: absolute;
    bottom: -20px;
    content: "";
    background: rgb(207,203,185);
}

.reach_out .image_preview {
    position: relative;
    min-height: 100%;
}



.reach_out .help_help {
    position: relative;
    padding: 50px;
}

.reach_out .help_help::before {
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.reach_out input[type="text"] {
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
}

.reach_out .feedback_message label {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: calc(16px - 2px);
}

.reach_out .feedback_message a:hover {
    color: #ffffff;
}

.reach_out .query_feedback {
    background: rgb(207,203,185);
    align-self: flex-start;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
    font-size: 19px;
    text-transform: uppercase;
    padding: 16px 35px;
}



@media (max-width: 576px) {.educational_gains {
    padding: 60px 0 100px;
}.educational_gains .text_main_holder {
    gap: 25px;
    grid-template-columns: 1fr;
}.educational_gains .image_preview {
    height: 250px;
    margin-bottom: 40px;
}.educational_gains h2 {
    padding-bottom: 20px;
    font-size: 36px;
}.educational_gains .text_main_holder svg {
    height: 45px;
    width: 45px;
    padding: 8px;
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .nav_guide {
    padding: 0.8rem 0.8rem 1rem;
}header .nav_wrap {
    padding: 0 0 0.6rem 0;
}header .nav_wrap svg {
    width: 120px;
}header .head_section {
    justify-content: flex-start;
    padding-bottom: 0.3rem;
    padding-top: 0.6rem;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .head_section::-webkit-scrollbar {
    height: 3px;
}header .head_section::-webkit-scrollbar-thumb {
    background: rgb(207,203,185);
    border-radius: 10px;
}header .top_info {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 3px;
}}



@media (max-width: 1200px) {.workshop_cta .container {
    gap: 2rem;
}.workshop_cta .company_holder {
    flex: 1 1 380px;
}.workshop_cta .contact_edu {
    flex: 1 1 calc(100% - 430px);
    min-width: 380px;
}
}



@media (max-width: 420px) {.workshop_cta .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.workshop_cta .company_holder h3 {
    padding: 0.4rem 1rem;
}.workshop_cta .head_section h5 {
    padding: 0.4rem 1rem;
}.workshop_cta .head_section .top_master {
    padding: 1rem;
}.workshop_cta .head_section .top_master a:hover {
    transform: translateX(3px);
}.footer_careers .lecture_ref {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}



@media (max-width: 767px) {.learning_system {
    padding: 60px 0;
    perspective: 600px;
}.learning_system .belief_core > div {
    padding: 2rem;
    border-left-width: 3px;
}.learning_system h3 {
    margin-bottom: 1.2rem;
    font-size: calc(33px * 0.7);
}.learning_system h3::after {
    width: 50px;
    height: 2px;
}.learning_system p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}



@media (min-width: 1200px) {.course_program_details .image_preview {
    height: 550px;
}.course_program_details .career_ready {
    gap: 100px;
}.course_program_details .description {
    max-height: 450px;
}
}



@media (max-width: 768px) {.primary_page {
    padding: 60px 0;
}.primary_page .online_skills {
    margin-bottom: 30px;
    font-size: calc(44px * 0.8);
}.primary_page .class_online {
    padding: 30px 25px;
}.primary_page .class_online p {
    font-size: 15px;
}.primary_page .class_online h3 {
    font-size: calc(23px * 0.9);
    padding: 15px;
}
}



@media screen and (max-width: 992px) {.our_background {
    padding: 80px 0;
}.our_background .belief_core {
    gap: 40px;
    padding: 40px 30px;
    flex-direction: column;
}.our_background .team_bios {
    flex-direction: column;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}.our_background .reading_block {
    text-align: center;
    padding-left: 0;
}.our_background .reading_block::before {
    display: none;
}.our_background h2::after {
    transform: translateX(-50%);
    left: 50%;
}.our_background .heritage_tl {
    justify-content: center;
}
}



@media (hover: hover) {.service_connect .course_faq > div:hover p {
    transform: translateX(5px);
}.service_connect .message_request:active svg {
    transform: scale(0.9);
}
}



@media (prefers-reduced-motion) {.service_connect .course_faq,
    .service_connect .course_ask li,
    .service_connect svg {
    transform: none !important;
    transition: none;
    animation: none !important;
}.service_connect::after {
    animation: none;
}}



@media (max-width: 576px) {.data_statistics {
    padding: 3.5rem 0;
}.data_statistics ul {
    max-width: 340px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.data_statistics .statistics_zone {
    padding: 1.5rem;
}.data_statistics .statistics_zone p {
    font-size: calc(32px * 0.9);
}}



@media (max-width: 1200px) {.payment_plan {
    padding: 100px 0;
}.payment_plan .value_plan {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 991px) {.payment_plan {
    padding: 80px 0;
}.payment_plan h2 {
    font-size: calc(31px * 0.9);
}.payment_plan .fee_deals {
    margin-bottom: 50px;
    font-size: 14px;
}.payment_plan .value_plan {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.payment_plan .lesson_plans {
    padding: 25px 20px;
}
}



@media (max-width: 480px) {.payment_plan {
    padding: 50px 0;
}.payment_plan h2 {
    font-size: calc(31px * 0.7);
}.payment_plan .lesson_plans {
    padding: 20px 18px;
}.payment_plan .value_fees {
    font-size: calc(20px * 1.1);
    padding: 10px 15px;
}}



@media (max-width: 767px) {.privacy_box {
    padding: 3rem 1.5rem;
}.privacy_box h1 {
    font-size: calc(38px * 1);
    margin-bottom: 1.5rem;
}.privacy_box h1::after {
    height: 2px;
    width: 3rem;
}.privacy_box h2 {
    border-left-width: 2px;
    font-size: 37px;
    padding-left: 0.8rem;
    margin: 2rem 0 1rem;
}.privacy_box h3, 
    .privacy_box h4 {
    font-size: calc(37px * 0.8);
    margin: 1.5rem 0 0.8rem;
}.privacy_box p {
    line-height: 1.6;
    margin-bottom: 1.2rem;
    font-size: calc(15px * 0.95);
}.privacy_box ul {
    padding-left: 0.8rem;
    margin: 1rem 0 1.5rem;
}.privacy_box li {
    font-size: calc(15px * 0.95);
    margin-bottom: 0.4rem;
    padding: 0.4rem 0 0.4rem 1.2rem;
    line-height: 1.5;
}.privacy_box span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
    padding: 0.8rem;
    margin-bottom: 1.2rem;
    margin-left: 0;
}}



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



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



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



@keyframes clip-shift {
    0% {
        clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    }
}

