﻿header,footer {
    width: 100%;
}

header {
    z-index: 100;
    position: relative;
    background: linear-gradient(to right, rgb(207,203,185,0.5), rgb(184,158,132,0.5));
    padding: 1.5rem 3%;
    width: 100%;
}


.educational_gains {
    overflow: hidden;
    background: rgb(207,203,185);
    position: relative;
    padding: 120px 0 160px;
}

.educational_gains h2 {
    letter-spacing: 2px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 25px;
    font-size: 46px;
    text-align: center;
}

.educational_gains .image_preview {
    border-radius: 30px;
    margin-bottom: 80px;
    transform: perspective(1000px) rotateX(5deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
}

.educational_gains .text_main_holder {
    display: grid;
    width: 100%;
    gap: 30px;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
}

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

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

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

.educational_gains .text_main_holder > div::before {
    right: -2px;
    bottom: -2px;
    top: -2px;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(45deg, rgb(207,203,185,0.5) 0%, transparent 20%, transparent 80%, rgb(184,158,132,0.5) 100%);
    z-index: -1;
    border-radius: calc(10px + 1px);
    left: -2px;
    content: '';
}

.educational_gains .text_main_holder p {
    color: #ffffff;
    line-height: 1.5;
    font-size: 16px;
    margin: 0;
    position: relative;
}

header .nav_guide {
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    align-items: center;
    padding: 1.5rem;
    background: #ffffff;
    position: relative;
    display: flex;
    border-radius: 27px;
}

header .nav_wrap::after {
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    position: absolute;
    width: 80px;
    bottom: 0;
    background: rgb(207,203,185,0.5);
}

header .top_info:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: #ffffff;
}

.appContent {
    background: linear-gradient(135deg, rgb(235,233,229) 0%, rgba(rgb(207,203,185,0.5), 0.05) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

.appContent .container {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1140px;
}

.appContent .belief_core:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 50px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 5px 20px rgba(rgb(207,203,185,0.5), 0.1),
                0 40px 80px -15px rgba(rgb(184,158,132,0.5), 0.18);
}

.appContent .belief_core:hover h5 {
    transform: translateY(-3px) translateZ(0);
}

.appContent a {
    overflow: hidden;
    display: block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
}

.appContent a:hover p {
    border-left: 2px solid rgb(207,203,185);
    background: linear-gradient(to right, rgba(rgb(184,158,132,0.5), 0.07), rgba(rgb(207,203,185,0.5), 0.07));
}

footer::after {
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    background-size: 20px 20px;
    right: 0;
}

.workshop_cta .skill_test {
    line-height: 1.6;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    color: #ffffff;
    margin: 0 1rem;
}

.workshop_cta .top_master {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}

.workshop_cta .head_section .top_master a {
    transition: all 0.3s ease;
    color: #ffffff;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    padding: 0.6rem 1rem;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    font-size: 17px;
    text-decoration: none;
    position: relative;
}

.footer_careers .lecture_ref {
    color: #ffffff;
    position: relative;
    text-align: center;
    padding: 0.7rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    font-size: 12px;
}

.access_now h2 {
    transform: perspective(1000px) translateZ(0);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    font-size: 28px;
    max-width: 800px;
    letter-spacing: 0.02em;
    font-family: Arial, sans-serif;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    line-height: 1.4;
    color: #ffffff;
}

.access_now .belief_core:hover svg path {
    fill: #ffffff;
}

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

.access_now .belief_core:hover div {
    transform: translateX(5px);
}

.learning_system::before {
    right: -5%;
    z-index: 0;
    transform: rotate(-15deg) translateZ(-50px);
    top: -5%;
    opacity: 0.2;
    height: 50%;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    position: absolute;
    filter: blur(20px);
    width: 50%;
    background: linear-gradient(45deg, rgb(207,203,185,0.5) 0%, rgb(184,158,132) 100%);
}

.learning_system .belief_core > div:hover {
    transform: translateX(10px) rotateY(2deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

.learning_system h3::after {
    width: 60px;
    background: linear-gradient(90deg, rgb(207,203,185) 0%, rgb(184,158,132) 100%);
    transform: scaleX(1);
    bottom: -8px;
    position: absolute;
    height: 3px;
    transform-origin: left;
    content: "";
    left: 0;
    transition: transform 0.4s ease-out;
}

.course_program_details::after {
    background: radial-gradient(circle, rgb(184,158,132,0.5) 0%, transparent 70%);
    opacity: 0.2;
    position: absolute;
    content: "";
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
    bottom: -30px;
    width: 150px;
    height: 150px;
    left: -30px;
}

.course_program_details .image_preview::before {
    mix-blend-mode: overlay;
    left: 0;
    height: 100%;
    opacity: 0.6;
    top: 0;
    background: linear-gradient(to right, rgb(207,203,185,0.5) 0%, transparent 50%);
    width: 100%;
    position: absolute;
    content: "";
}

.course_program_details h3::after {
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(207,203,185) 0%, rgb(184,158,132) 100%);
    bottom: -10px;
    position: absolute;
    content: "";
    height: 3px;
    transform-origin: left;
    left: 0;
    width: 60px;
}

.primary_page .impact_stats {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.primary_page:hover .online_skills {
    transform: translateY(-5px);
}

.primary_page .class_online::before {
    bottom: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgb(207,203,185,0.5), rgb(184,158,132,0.5));
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.primary_page .class_online:hover p::before {
    transform: scaleY(1);
}

.cookieNotificationAlert {
    z-index: 90;
    position: fixed;
    bottom: 0;
    border-top: 2px solid rgb(207,203,185);
    width: 100%;
    background: rgb(235,233,229);
}

.visitor_settings svg, .visitor_settings svg path, .visitor_settings img {
    width: 100px;
    height: 100px;
    fill: rgb(207,203,185);
}

.our_background {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgb(207,203,185) 100%);
    position: relative;
}

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

.our_background .team_bios {
    transform: translateY(0);
    position: relative;
    transition: all 0.4s ease;
    flex: 0 0 280px;
}

.our_background .team_bios .image_preview {
    width: 280px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    border-radius: 13px;
    height: 360px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.our_background .learn_experts {
    font-weight: 700;
    position: relative;
    margin: 0 0 5px 0;
    font-size: 20px;
    color: #ffffff;
}

.our_background .reading_block::before {
    height: 100%;
    width: 4px;
    top: 0;
    position: absolute;
    content: "";
    border-radius: 2px;
    left: 0;
    background: linear-gradient(to bottom, rgb(207,203,185), rgb(184,158,132));
}

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

.our_background p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    color: #ffffff;
    opacity: 0.9;
}

.service_connect::after {
    content: '';
    z-index: -1;
    animation: float 15s infinite ease-in-out;
    background: linear-gradient(to right, transparent, rgb(184,158,132,0.5) 70%);
    top: -10%;
    height: 60%;
    right: -5%;
    position: absolute;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 30%;
}

.service_connect .course_faq:hover h3::after {
    width: 100%;
}

.service_connect p {
    line-height: 1.7;
    transition: transform 0.3s ease-out;
    font-size: 15px;
    color: #000000;
    margin-bottom: 1.5rem;
    max-width: 90%;
}

.service_connect .course_ask li {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.service_connect .course_ask li:hover {
    transform: translateX(10px);
}

.service_connect .message_request:hover svg {
    transform: scale(1.2) rotate(5deg);
}

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

.data_statistics {
    background: linear-gradient(135deg, rgb(235,233,229) 0%, rgb(235,233,229) 60%, rgb(184,158,132,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.data_statistics h4::after {
    height: 3px;
    bottom: 0;
    position: absolute;
    content: "";
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, transparent, rgb(184,158,132), transparent);
    transform: translateX(-50%);
}

.data_statistics .statistics_zone:nth-child(1) {
    animation-delay: 0.1s;
}

.data_statistics .statistics_zone:nth-child(3) {
    animation-delay: 0.3s;
}

.data_statistics .statistics_zone:nth-child(6) {
    animation-delay: 0.6s;
}

.data_statistics .statistics_zone::before {
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
    rgb(184,158,132) 0%,
    rgb(207,203,185) 100%);
    content: "";
    right: 0;
    border-radius: 12px 12px 0 0;
    opacity: 0.8;
}

.data_statistics .statistics_zone p {
    font-size: calc(32px * 1.2);
    margin: 0 0 0.5rem;
    color: rgb(207,203,185);
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

.course_instructor::before {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.12;
    content: "";
    background: 
        linear-gradient(135deg, rgb(207,203,185,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(184,158,132,0.5) 0px, rgb(184,158,132,0.5) 1px, transparent 1px, transparent 10px);
    z-index: 1;
    top: 0;
}

.course_instructor .image_preview {
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
    z-index: 2;
    overflow: hidden;
    position: relative;
    height: 120px;
    border-radius: 10% 30% 50% 70%;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 120px;
}

.course_instructor .name {
    margin: 0 0 0.5rem;
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: calc(18px * 1.1);
    transition: transform 0.4s ease;
}

.course_instructor .employee_content::before {
    transition: transform 0.5s ease;
    font-size: 2.5rem;
    left: 0.3rem;
    top: -0.5rem;
    opacity: 0.3;
    position: absolute;
    content: "";
    color: rgb(207,203,185);
}

.payment_plan .plan_table {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment_plan h2::after {
    content: "";
    transform: translateX(-50%) scaleX(0);
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
    left: 50%;
    width: 80px;
    position: absolute;
    bottom: -15px;
    background: rgb(207,203,185);
}

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

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

.payment_plan .discount_plan:hover .fee_chart {
    box-shadow: 0 25px 45px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.12);
}

.payment_plan .discount_plan:hover .fee_chart::before {
    transform: scaleX(1);
    transform-origin: left;
}

.payment_plan .discount_plan:hover .lesson_plans h4 {
    color: rgb(207,203,185);
}

.payment_plan .discount_plan:hover .lesson_plans h4::after {
    background: rgb(207,203,185);
    width: 75px;
}

.payment_plan .value_fees {
    color: #ffffff;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    overflow: hidden;
    font-size: calc(20px * 1.2);
    padding: 12px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(184,158,132,0.5) 0%, rgb(207,203,185) 100%);
}

.join_our_mailing_list .belief_core::before {
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.02) 10px,
        rgba(0, 0, 0, 0.02) 20px
    );
    z-index: -1;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
}

.join_our_mailing_list .input_holder::before {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    animation: pulse-triangle 5s infinite alternate;
    width: 60px;
    right: -30px;
    content: "";
    z-index: -1;
    opacity: 0.3;
    top: -30px;
    height: 60px;
    background: rgb(207,203,185,0.5);
}

.join_our_mailing_list .sub_tutorial::placeholder {
    opacity: 0.6;
    color: #000000;
}

.join_our_mailing_list .subscribe_tip:hover {
    transform: translateY(-3px);
    background-color: rgb(184,158,132);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.privacy_box::before {
    height: 30vh;
    opacity: 0.2;
    transform: translateY(-15%) translateX(15%);
    right: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    content: "";
    background: linear-gradient(225deg, rgb(184,158,132,0.5) 0%, transparent 70%);
    width: 30vw;
}

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

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

.privacy_box h2 {
    padding-left: 1rem;
    transform: translateX(0);
    border-left: 3px solid rgb(184,158,132);
    color: #000000;
    padding-bottom: 0.5rem;
    font-size: 37px;
    position: relative;
    margin: 2.5rem 0 1rem;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.privacy_box strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #000000;
}

.privacy_box ul::before {
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(184,158,132,0.5) 0%, transparent 100%);
    width: 2px;
    position: absolute;
}

.privacy_box li:hover::before {
    transform: scale(1.3);
    background: rgb(207,203,185);
}

.reach_out {
    padding: 90px 0;
    background: linear-gradient(120deg, rgb(235,233,229) 0%, #1a1e2e 100%);
    overflow: hidden;
    position: relative;
}

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

.reach_out h2 {
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.reach_out .image_preview::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    width: 100%;
    top: 0;
    content: "";
}

.reach_out h3 {
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    display: inline-block;
    color: #ffffff;
}

.reach_out .feedback_message {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 5px;
}

.reach_out .feedback_message input[type="checkbox"]:checked {
    border-color: rgb(207,203,185);
    background: rgb(207,203,185);
}

.reach_out .feedback_message a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(207,203,185);
}

.reach_out .feedback_message a:hover::after {
    background: #ffffff;
}

.reach_out .query_feedback:hover {
    background: rgb(184,158,132);
    transform: translateY(-3px);
}

.reach_out svg {
    filter: drop-shadow(0 0 5px rgba(rgb(207,203,185), 0.5));
    width: 22px;
    transition: all 0.3s ease;
    fill: rgb(207,203,185);
    height: 22px;
}


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



@media (max-width: 768px) {.educational_gains {
    padding: 80px 0 120px;
}.educational_gains h2 {
    font-size: calc(46px * 0.8);
    margin-bottom: 40px;
}.educational_gains .image_preview {
    height: 300px;
    margin-bottom: 50px;
}
}



@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .nav_guide {
    padding: 1rem;
}header .nav_wrap {
    padding: 0 0 0.7rem 0;
}header .nav_wrap svg {
    width: 130px;
}header .head_section {
    gap: 0.5rem;
    max-width: 95%;
    padding-top: 0.7rem;
}header .top_info {
    font-size: calc(17px - 1px);
    padding: 0.5rem 1rem;
}
}



@media (min-width: 992px) {.appContent {
    padding: 8rem 0;
}.appContent .belief_core {
    margin: 0 auto;
    padding: 5rem 6rem;
    max-width: 90%;
}.appContent .belief_core > div:first-child {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}.appContent .belief_core > div:first-child::after {
    width: 15%;
}
}



@media (max-width: 480px) {.appContent {
    padding: 2rem 0;
}.appContent .belief_core {
    transform: none;
    padding: 1.5rem;
}.appContent h5 {
    font-size: calc(21px * 0.85);
}.appContent p {
    font-size: calc(18px * 0.9);
    padding: 0.75rem;
    line-height: 1.5;
}}



@media (max-width: 576px) {.workshop_cta {
    padding: 2.5rem 0 1rem;
}.workshop_cta .head_section {
    flex: 1 1 100%;
    min-width: 100%;
}.workshop_cta .top_master {
    gap: 1rem;
}.footer_careers {
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.workshop_cta::before {
    height: 5px;
}
}



@media (max-width: 991px) {.learning_system {
    padding: 80px 0;
}.learning_system .belief_core > div {
    padding: 2.5rem;
}.learning_system h3 {
    font-size: calc(33px * 0.8);
}
}



@media (max-width: 480px) {.learning_system {
    padding: 50px 0;
}.learning_system .belief_core > div {
    border-left-width: 2px;
    padding: 1.5rem;
}.learning_system h3 {
    font-size: calc(33px * 0.6);
    margin-bottom: 1rem;
}.learning_system h3::after {
    width: 40px;
}.learning_system p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.learning_system .belief_core:hover {
    transform: translateZ(20px) scale(1.01);
}.learning_system .belief_core > div:hover {
    transform: translateX(5px) rotateY(1deg);
}}



@media (max-width: 992px) {.primary_page {
    padding: 80px 0;
}.primary_page .online_skills {
    font-size: calc(44px * 0.9);
}.primary_page .class_online {
    padding: 40px 30px;
}.primary_page .class_online h3 {
    font-size: calc(23px * 0.95);
}
}



@media (max-width: 576px) {.primary_page {
    padding: 40px 0;
}.primary_page .impact_stats::before {
    width: 80px;
}.primary_page .online_skills {
    margin-bottom: 25px;
    font-size: calc(44px * 0.7);
}.primary_page .class_online {
    padding: 25px 20px;
}.primary_page .class_online p {
    padding-left: 15px;
    font-size: calc(15px * 0.95);
}.primary_page .class_online h3 {
    font-size: calc(23px * 0.85);
    padding: 12px;
}}



@media screen and (max-width: 480px) {.our_background {
    padding: 40px 0;
}.our_background .belief_core {
    padding: 20px 15px;
}.our_background .team_bios .image_preview {
    width: 180px;
    height: 240px;
}.our_background .learn_pro {
    padding: 15px 20px;
    width: 90%;
}.our_background .learn_experts {
    font-size: calc(20px * 0.9);
}.our_background .growth_graph {
    font-size: calc(16px * 0.9);
}.our_background .heritage_tl svg {
    height: 45px;
    width: 45px;
}.our_background h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 15px;
}.our_background p {
    font-size: calc(16px * 0.9);
}}



@media (max-width: 768px) {.data_statistics {
    padding: 4rem 0;
}.data_statistics ul {
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.data_statistics .statistics_zone {
    padding: 1.5rem 1rem;
}.data_statistics h4 {
    margin-top: 2rem;
}.data_statistics .statistics_zone span {
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 767px) {.course_instructor {
    padding: 4rem 0;
}.course_instructor .container {
    transform: none;
}.course_instructor .learning_testimonials {
    padding: 2rem;
}.course_instructor .learning_testimonials > div:first-child {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}.course_instructor .learning_testimonials > div:nth-child(2) {
    text-align: center;
}.course_instructor .name::after {
    transform: translateX(-50%);
    left: 50%;
}.course_instructor .employee_content {
    padding-left: 1rem;
    text-align: left;
}}



@media (max-width: 768px) {.join_our_mailing_list {
    padding: 3rem 1.5rem;
}.join_our_mailing_list .belief_core {
    gap: 2rem;
    grid-template-columns: 1fr;
}.join_our_mailing_list p {
    font-size: 19px;
}.join_our_mailing_list .input_holder {
    margin-top: 1rem;
}.join_our_mailing_list .sub_tutorial,
    .join_our_mailing_list .subscribe_tip {
    padding: 1rem 1.5rem;
}}



@media (max-width: 992px) {.reach_out {
    padding: 70px 0;
}.reach_out .help_support {
    grid-template-columns: 1fr;
}.reach_out .image_preview {
    min-height: 300px;
}.reach_out .help_help {
    padding: 40px 30px 50px;
}
}



@media (max-width: 768px) {.reach_out {
    padding: 50px 0;
}.reach_out h2 {
    margin-bottom: 50px;
    font-size: calc(36px - 4px);
}.reach_out .image_preview {
    min-height: 250px;
}
}



@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}



@keyframes floatUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes float {
    0% {
        transform: rotate(-15deg) translateZ(-50px) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translateZ(-50px) translate(10px, 15px);
    }
    100% {
        transform: rotate(-12deg) translateZ(-50px) translate(-5px, 10px);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-5deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}



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



@keyframes pulse-triangle {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

