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

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

.top_guide {
    flex: 1 0 auto;
}

.educational_gains::after {
    z-index: 1;
    position: absolute;
    width: 100%;
    content: '';
    height: 200px;
    bottom: 0;
    background: linear-gradient(to top, #000000, transparent);
    left: 0;
}

.educational_gains h2::after {
    width: 100px;
    height: 3px;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    background: linear-gradient(to right, rgb(207,203,185), rgb(184,158,132));
}

.educational_gains .image_preview::after {
    content: '';
    right: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 40%;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

.educational_gains .text_main_holder > div {
    transform: translateY(50px);
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    animation-delay: calc(var(--i, 0) * 0.15s);
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    flex-direction: column;
    align-items: center;
    backdrop-filter: blur(10px);
    animation: floatUp 0.6s forwards;
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 25px;
    opacity: 0;
    display: flex;
    border: 1px solid rgb(184,158,132,0.5);
    text-align: center;
}

.educational_gains .text_main_holder svg path {
    fill: rgb(184,158,132);
    transition: fill 0.3s ease;
}

header::before {
    z-index: 0;
    content: '';
    top: 0.5rem;
    left: 0.5rem;
    pointer-events: none;
    right: 0.5rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 0.5rem;
    position: absolute;
}

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

header .nav_wrap:hover svg {
    transform: scale(1.03);
}

header .top_info {
    border-radius: 10px;
    background: rgb(235,233,229);
    color: #000000;
    text-decoration: none;
    padding: 0.7rem 1.3rem;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 17px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.appContent .belief_core {
    display: flex;
    background: #ffffff;
    position: relative;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: center top;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 2px 10px rgba(rgb(207,203,185,0.5), 0.05),
                0 30px 60px -10px rgba(rgb(184,158,132,0.5), 0.12);
}

.appContent a:hover {
    transform: translateY(-5px);
}

.appContent a:hover::before {
    transform: rotate(45deg) scale(1);
}

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

footer::before {
    z-index: -2;
    right: 0;
    background: linear-gradient(120deg, rgb(207,203,185) 0%, rgb(184,158,132) 100%);
    bottom: 0;
    position: absolute;
    opacity: 0.85;
    left: 0;
    top: 0;
    content: "";
}

.workshop_cta::before {
    height: 10px;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.2;
    content: "";
    background: #ffffff;
}

.workshop_cta .head_section h5 {
    font-size: 24px;
    margin: 0 0 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    padding: 0.5rem 1.5rem;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}

.footer_careers {
    padding: 2rem 0;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 3rem;
}

.access_now::after {
    transform: rotate(-15deg);
    position: absolute;
    content: "";
    border-radius: 50%;
    top: -50%;
    z-index: 0;
    width: 100%;
    right: -50%;
    pointer-events: none;
    background: radial-gradient(ellipse at center, rgb(207,203,185,0.5) 0%, transparent 70%);
    height: 100%;
}

.access_now .belief_core:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

.access_now .belief_core:hover svg {
    transform: rotate(15deg) scale(1.1);
}

.access_now svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.access_now .query_feedback {
    padding: 15px 30px;
    background: #ffffff;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    color: rgb(207,203,185);
    font-weight: 600;
    font-size: 14px;
    font-family: Arial, sans-serif;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: color 0.4s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
}

.learning_system .container {
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}

.learning_system .belief_core:hover {
    transform: translateZ(40px) scale(1.02);
}

.learning_system .belief_core > div {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 3.5rem;
    overflow: hidden;
    border-left: 4px solid rgb(207,203,185);
    transform: translateX(0) rotateY(0);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    max-width: 800px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.learning_system .belief_core:hover p span {
    transform: translateY(-5px);
}

.learning_system p span::first-letter {
    font-weight: 600;
    font-size: 1.2em;
    color: rgb(207,203,185);
}

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

.course_program_details .image_preview {
    height: 350px;
    transition: transform 0.5s ease-out;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateZ(20px) rotateX(2deg);
    position: relative;
}

.course_program_details .reading_block:hover {
    transform: translateZ(15px);
}

.course_program_details h3 {
    margin-bottom: 25px;
    line-height: 1.4;
    font-weight: 600;
    font-size: calc(19px * 1.1);
    position: relative;
    color: rgb(207,203,185);
    letter-spacing: 0.5px;
}

.course_program_details span.description {
    display: none;
}

.primary_page {
    font-family: Arial, sans-serif;
    position: relative;
    width: 100%;
    padding: 120px 0;
    background: rgb(235,233,229);
    overflow: hidden;
}

.primary_page .online_skills {
    font-weight: 700;
    margin: 0 0 40px;
    position: relative;
    transform: translateY(0);
    transition: transform 0.4s ease;
    color: #000000;
    font-size: 44px;
}

.primary_page .class_online p {
    position: relative;
    margin: 0;
    line-height: 1.6;
    font-size: calc(15px * 1.2);
    padding-left: 20px;
    max-width: 650px;
}

.primary_page .class_online:hover h3 {
    transform: translateX(10px);
}

.accept_cookies {
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    display: flex;
}

.visitor_settings {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookieNotificationAlert p a {
    color: rgb(207,203,185);
    text-decoration: none;
}

.our_background::before {
    background: radial-gradient(circle at 30% 70%, rgb(207,203,185,0.5) 0%, transparent 50%);
    height: 100%;
    left: 0;
    animation: pulse 15s infinite alternate;
    position: absolute;
    z-index: 1;
    width: 100%;
    content: "";
    top: 0;
}

.our_background .belief_core:hover {
    transform: perspective(1000px) rotateY(2deg);
}

.our_background .team_bios:hover {
    transform: translateY(-10px);
}

.our_background .team_bios .image_preview::before {
    height: 100%;
    left: -100%;
    content: "";
    transform: skewX(-25deg);
    top: 0;
    width: 50%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 3s infinite;
}

.our_background .growth_graph {
    font-size: 16px;
    margin: 0;
    opacity: 0.8;
    font-weight: 300;
    color: #ffffff;
}

.our_background .heritage_tl:hover {
    transform: translateY(-5px);
}

.our_background .heritage_tl svg:hover {
    transform: scale(1.1);
    fill: rgb(184,158,132);
}

.our_background h2 {
    margin: 0 0 20px 0;
    font-size: 29px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
}

.service_connect::before {
    height: 100%;
    z-index: -1;
    transform-origin: top left;
    content: '';
    transform: skewY(-3deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(207,203,185,0.5) 0%, transparent 70%);
}

.service_connect h3 {
    position: relative;
    color: rgb(207,203,185);
    font-size: 38px;
    transform: translateZ(30px);
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.service_connect h5 {
    font-weight: 600;
    display: flex;
    text-transform: capitalize;
    gap: 0.75rem;
    color: #000000;
    margin-bottom: 0.5rem;
    align-items: center;
    font-size: 21px;
}

.service_connect .message_request {
    font-size: calc(15px * 0.95);
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    align-items: center;
    text-transform: capitalize;
    gap: 0.75rem;
    display: flex;
    transition: color 0.3s ease;
}

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

.data_statistics h4 {
    color: #000000;
    opacity: 0;
    text-align: center;
    margin-top: 3rem;
    letter-spacing: 0.05em;
    font-size: calc(18px * 1.1);
    font-weight: 700;
    padding-bottom: 1rem;
    font-family: Arial, sans-serif;
    animation: fadeUp 0.8s ease-out 0.8s forwards;
    transform: translateY(20px);
    position: relative;
}

.data_statistics .statistics_zone:nth-child(4) {
    animation-delay: 0.4s;
}

.data_statistics .statistics_zone:nth-child(7) {
    animation-delay: 0.7s;
}

.data_statistics .statistics_zone::after {
    content: "";
    height: 60px;
    bottom: 15%;
    right: 10%;
    position: absolute;
    width: 60px;
    opacity: 0.1;
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(184,158,132,0.5) 0%, transparent 70%);
}

.data_statistics .statistics_zone p::before {
    width: 30px;
    bottom: -0.5rem;
    position: absolute;
    background-color: rgb(184,158,132,0.5);
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}

.course_instructor .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateY(2deg);
}

.course_instructor .learning_testimonials::after {
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(207,203,185) 48%, rgb(207,203,185) 52%, transparent 52%);
    transition: all 0.5s ease;
    width: 80px;
    right: 25px;
    content: "";
    transform: rotate(15deg);
    top: 25px;
    opacity: 0.1;
    height: 80px;
}

.course_instructor .learning_testimonials:hover .image_preview::before {
    opacity: 0.7;
}

.course_instructor .learning_testimonials:hover .name::after {
    width: 100%;
}

.course_instructor .learning_testimonials:hover > div:nth-child(2) div {
    transform: translateX(5px);
}

.course_instructor .learning_testimonials:hover .employee_content::before {
    transform: translateY(-5px) rotate(-10deg);
    opacity: 0.5;
}

.payment_plan::before {
    right: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(207,203,185,0.5) 100%);
    content: "";
    backdrop-filter: blur(8px);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 1;
}

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

.payment_plan .value_plan li:nth-child(3) {
    animation-delay: 0.8s;
}

.payment_plan .fee_chart {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    position: relative;
}

.payment_plan .lesson_plans h4::after {
    content: "";
    width: 50px;
    bottom: 0;
    background: rgb(207,203,185,0.5);
    position: absolute;
    height: 2px;
    left: 0;
    transition: width 0.35s ease, background 0.35s ease;
}

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

.join_our_mailing_list .belief_core {
    transform: skewY(-1deg);
    position: relative;
    gap: 3rem;
    display: grid;
    z-index: 1;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.join_our_mailing_list p {
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    transform: skewY(1deg);
    position: relative;
    font-size: calc(20px * 1.1);
    color: #000000;
}

.join_our_mailing_list .input_holder {
    transform: skewY(1deg);
    position: relative;
}

.join_our_mailing_list .input_holder::after {
    animation: rotate-square 15s linear infinite;
    border-radius: 4px;
    height: 40px;
    transform: rotate(45deg);
    content: "";
    left: 30%;
    width: 40px;
    background: rgb(184,158,132,0.5);
    z-index: -1;
    bottom: -20px;
    position: absolute;
    opacity: 0.2;
}

.join_our_mailing_list .subscribe_tip::before {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    left: -100%;
}

.privacy_box::after {
    bottom: 0;
    left: 0;
    z-index: 0;
    content: "";
    width: 40vw;
    position: absolute;
    height: 40vh;
    background: linear-gradient(45deg, rgb(207,203,185,0.5) 0%, transparent 70%);
    transform: translateY(15%) translateX(-15%);
    opacity: 0.15;
}

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

.privacy_box h4 {
    font-weight: 600;
    color: #000000;
    padding-left: 1rem;
    margin: 1.5rem 0 1rem;
    position: relative;
    font-size: calc(37px * 0.7);
}

.privacy_box p {
    color: #000000;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    font-size: 15px;
    opacity: 0.9;
    transition: opacity 0.3s ease, transform 0.3s ease;
    max-width: 90ch;
    line-height: 1.7;
}

.privacy_box li {
    margin-bottom: 0.5rem;
    color: #000000;
    transition: transform 0.3s ease;
    line-height: 1.6;
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    font-size: 15px;
}

.privacy_box span:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.reach_out::after {
    z-index: 1;
    left: 0;
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    content: "";
}

.reach_out .help_support {
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 15px;
    display: grid;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
    grid-template-columns: 6fr 4fr;
}

.reach_out #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.reach_out h3::after {
    left: 0;
    width: 50px;
    position: absolute;
    background: rgb(207,203,185);
    bottom: -10px;
    height: 2px;
    content: "";
}

.reach_out input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.reach_out .feedback_message input[type="checkbox"] {
    appearance: none;
    border-radius: 3px;
    margin-top: 2px;
    background: rgba(0, 0, 0, 0.2);
    height: 24px;
    width: 24px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.reach_out .feedback_message a::after {
    background: rgb(207,203,185);
    left: 0;
    transition: all 0.3s ease;
    bottom: -2px;
    height: 1px;
    width: 100%;
    position: absolute;
    content: "";
}

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

.reach_out svg path {
    transition: all 0.3s ease;
    fill: rgb(207,203,185);
}

.reach_out svg:hover path {
    fill: #ffffff;
}


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



@media (max-width: 992px) {.educational_gains .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}.educational_gains .image_preview {
    margin-bottom: 60px;
    height: 350px;
}
}



@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .nav_guide {
    padding: 1.2rem;
}header .nav_wrap {
    padding: 0 0 0.8rem 0;
}header .nav_wrap svg {
    width: 150px;
}header .head_section {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .top_info {
    padding: 0.6rem 1.1rem;
}
}



@media (min-width: 768px) {.appContent .belief_core {
    padding: 4rem 5rem;
}.appContent h5 {
    font-size: calc(21px * 1.2);
}.appContent p {
    padding: 2rem;
    font-size: calc(18px * 1.05);
}
}



@media (max-width: 767px) {.appContent {
    padding: 3rem 0;
}.appContent .belief_core {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.appContent h5 {
    font-size: calc(21px * 0.9);
}.appContent p {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
    padding: 1rem;
}.appContent .belief_core > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
}



@media (max-width: 768px) {.workshop_cta {
    padding: 3rem 0 1.5rem;
}.workshop_cta .company_holder {
    padding: 2rem;
}.workshop_cta .company_holder h3 {
    font-size: calc(31px - 2px);
}.workshop_cta .top_master {
    gap: 1.5rem;
}.footer_careers {
    margin-top: 2rem;
}
}



@media (max-width: 991px) {.access_now {
    padding: 90px 0;
}.access_now h2 {
    max-width: 700px;
    font-size: calc(28px * 0.9);
}.access_now .belief_core {
    padding: 25px 35px;
}
}



@media (max-width: 479px) {.access_now {
    padding: 50px 0;
}.access_now h2 {
    line-height: 1.5;
    font-size: calc(28px * 0.7);
}.access_now h2::after {
    width: 50px;
    bottom: -12px;
}.access_now .belief_core {
    padding: 25px 20px;
}.access_now svg {
    width: 40px;
    height: 40px;
}.access_now .query_feedback {
    font-size: calc(14px * 0.9);
    padding: 12px 20px;
    width: 100%;
    text-align: center;
}}



@media (min-width: 992px) {.course_program_details {
    padding: 150px 0;
}.course_program_details .container {
    padding: 0 40px;
}.course_program_details .career_ready {
    gap: 80px;
}.course_program_details .image_preview {
    height: 500px;
    transform: translateZ(40px) rotateY(-5deg);
}.course_program_details .reading_block {
    padding: 40px;
    transform: translateZ(20px) rotateY(2deg);
}.course_program_details .reading_block:hover {
    transform: translateZ(25px) rotateY(2deg);
}.course_program_details .description {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
    max-height: 400px;
}
}


@media only screen and (max-width: 1200px) {.cookieNotificationAlert {
    padding: 20px;
}}



@media screen and (max-width: 767px) {.our_background {
    padding: 60px 0;
}.our_background .belief_core {
    gap: 30px;
    padding: 30px 20px;
}.our_background .team_bios .image_preview {
    height: 300px;
    width: 220px;
}.our_background .learn_pro {
    width: 80%;
    transform: translateY(-30px) translateX(0);
}.our_background h2 {
    font-size: calc(29px * 0.8);
}
}



@media screen and (min-width: 992px) {.service_connect {
    padding: 7rem 0;
}.service_connect .course_faq {
    grid-template-columns: repeat(12, 1fr);
    padding: 5rem;
}.service_connect .course_faq > div:first-of-type {
    grid-column: 1 / 9;
}.service_connect .course_faq > div:nth-of-type(2) {
    grid-column: 9 / 13;
}.service_connect .course_ask {
    grid-column: 1 / 13;
    justify-content: flex-start;
    gap: 3rem;
}.service_connect h3 {
    margin-left: -20px;
    transform: translateZ(50px);
}
}



@media (max-width: 992px) {.data_statistics ul {
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.data_statistics .statistics_zone {
    padding: 1.75rem 1.25rem;
}.data_statistics .statistics_zone p {
    font-size: 32px;
}.data_statistics h4 {
    margin-top: 2.5rem;
    font-size: 18px;
}
}



@media (min-width: 992px) {.course_instructor .container {
    transform: perspective(1500px) rotateY(3deg);
}.course_instructor .learning_testimonials {
    gap: 3rem;
    padding: 4rem;
}.course_instructor .image_preview {
    width: 220px;
    height: 220px;
}.course_instructor .employee_content {
    column-count: 2;
    column-gap: 2.5rem;
    border-left: none;
    padding-left: 0;
}.course_instructor .employee_content::before {
    left: -1rem;
    font-size: 4rem;
}
}



@media (max-width: 767px) {.payment_plan {
    padding: 60px 0;
}.payment_plan h2 {
    font-size: calc(31px * 0.8);
}.payment_plan .fee_deals {
    font-size: calc(14px * 0.95);
    margin-bottom: 40px;
}.payment_plan .value_plan {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.payment_plan .lesson_plans p {
    max-height: none;
}
}



@media (min-width: 992px) {.privacy_box {
    padding: 8rem 4rem;
}.privacy_box::before {
    width: 40vw;
    height: 40vh;
}.privacy_box::after {
    width: 50vw;
    height: 50vh;
}.privacy_box h1 {
    margin-bottom: 4rem;
    transform: translateZ(0);
    font-size: calc(38px * 1.5);
}.privacy_box h1::after {
    width: 8rem;
}.privacy_box h2 {
    font-size: calc(37px * 1.2);
    border-left-width: 4px;
    padding-left: 1.5rem;
    margin: 4rem 0 2rem;
}.privacy_box p {
    margin-bottom: 2rem;
    line-height: 1.8;
}.privacy_box ul {
    margin: 2rem 0 2.5rem;
}.privacy_box li {
    margin-bottom: 0.8rem;
    padding: 0.8rem 0 0.8rem 1.8rem;
}.privacy_box span {
    padding: 2rem;
    margin-left: 2rem;
    line-height: 1.8;
}
}



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



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



@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}



@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}



@keyframes rotate-diamond {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}



@keyframes rotate-square {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

