﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

* {
    scrollbar-color: rgb(207,203,185,0.5) rgb(184,158,132,0.5);
}

.workshop_cta {
    flex: 0 0 auto;
}

.workshop_cta {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2.5rem;
}

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

.educational_gains h2::before {
    bottom: -5px;
    width: 80px;
    opacity: 0.3;
    left: 50%;
    position: absolute;
    background: #ffffff;
    content: '';
    height: 1px;
    transform: translateX(-50%);
}

.educational_gains .image_preview::before {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, rgb(207,203,185,0.5) 0%, transparent 40%);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.educational_gains .text_main_holder::after {
    width: 20px;
    border: 2px solid rgb(184,158,132);
    top: -80px;
    content: '';
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    opacity: 0.8;
    left: 50%;
    height: 20px;
}

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

.educational_gains .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.educational_gains .text_main_holder > div:hover svg {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3),
                0 0 20px rgb(207,203,185);
    transform: scale(1.1);
}

.educational_gains .text_main_holder > div:hover svg path {
    fill: rgb(207,203,185);
}

header::after {
    top: 0;
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
}

header .nav_wrap {
    padding: 0 0 1rem 0;
    justify-content: center;
    text-decoration: none;
    position: relative;
    display: flex;
}

header .head_section {
    max-width: 90%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.7rem;
    width: 100%;
    padding-top: 1rem;
}

header .top_info:hover::before {
    width: 100%;
}

.appContent::before {
    transform: rotate(-15deg) translateZ(0);
    width: 40%;
    top: -5%;
    position: absolute;
    left: -5%;
    background: linear-gradient(225deg, rgb(207,203,185) 0%, transparent 70%);
    opacity: 0.07;
    content: "";
    height: 40%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    z-index: 1;
}

.appContent .belief_core > div:first-child {
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1.5rem;
}

.appContent .belief_core > div:first-child::after {
    background: linear-gradient(90deg, rgb(207,203,185), rgb(184,158,132));
    content: "";
    bottom: 0;
    height: 3px;
    width: 20%;
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    transform: scaleX(1) translateZ(0);
    left: 0;
}

.appContent p {
    font-size: 18px;
    position: relative;
    transition: all 0.4s ease;
    margin: 0;
    color: #000000;
    line-height: 1.7;
    padding: 1.5rem;
    font-weight: 400;
    border-left: 2px solid rgba(rgb(207,203,185,0.5), 0.2);
    background: linear-gradient(to right, rgba(rgb(184,158,132,0.5), 0.03), rgba(rgb(207,203,185,0.5), 0.03));
}

.workshop_cta .company_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 2.5rem;
}

.workshop_cta .contact_edu {
    flex-direction: column;
    display: flex;
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
    gap: 2rem;
}

.workshop_cta .head_section {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
    position: relative;
}

.workshop_cta .head_section .top_master a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}

.workshop_cta .head_section .top_master a::before {
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    width: 3px;
    background: #ffffff;
    left: 0;
    content: "";
    top: 0;
}

.access_now::before {
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    content: "";
    height: 100%;
    position: absolute;
}

.access_now h2::after {
    width: 80px;
    height: 3px;
    bottom: -15px;
    background: #ffffff;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    left: 50%;
    border-radius: 1px;
}

.access_now svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 50px;
    height: 50px;
    transform: rotate(0deg);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.access_now .query_feedback::after {
    background: rgb(184,158,132);
    height: 100%;
    left: 0;
    top: 0;
    transition: width 0.4s ease;
    content: "";
    z-index: -2;
    position: absolute;
    width: 0;
}

.access_now .query_feedback:hover::after {
    width: 100%;
}

.learning_system {
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(235,233,229) 0%, rgb(207,203,185,0.5) 100%);
}

.learning_system .belief_core {
    align-items: center;
    justify-content: center;
    transform: translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
}

.learning_system .belief_core > div::before {
    top: -100%;
    height: 200%;
    left: -100%;
    content: "";
    animation: shine 8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
    width: 200%;
    position: absolute;
    transform: rotate(45deg);
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
}

.learning_system p span {
    display: block;
    transform: translateY(0);
    padding-left: 0;
    transition: all 0.4s ease;
    position: relative;
}

.course_program_details {
    background: linear-gradient(135deg, rgb(235,233,229) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.course_program_details .career_ready {
    gap: 40px;
    perspective: 1000px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    transform-style: preserve-3d;
}

.course_program_details .reading_block {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    padding: 30px;
    transition: transform 0.4s ease-out;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(5px);
    transform: translateZ(10px);
}

.course_program_details p.description {
    display: block;
}

.course_program_details .career_ready div {
    position: relative;
}

.primary_page > div {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.primary_page .impact_stats::before {
    left: 0;
    height: 4px;
    content: "";
    transform: translateX(0);
    bottom: -10px;
    width: 120px;
    background: linear-gradient(90deg, rgb(207,203,185), rgb(184,158,132));
    position: absolute;
    transition: transform 0.5s ease;
}

.primary_page .class_online p::before {
    width: 4px;
    left: 0;
    top: 0;
    transition: transform 0.3s ease;
    position: absolute;
    background: rgb(184,158,132);
    content: "";
    transform: scaleY(0.8);
    height: 100%;
}

.cookieNotificationAlert h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookieNotificationAlert p {
    font-size: 18px;
}

.user_default {
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    min-width: 120px;
    margin-left: 10px;
    color: rgb(207,203,185);
    line-height: 35px;
    flex-shrink: 0;
    text-decoration: none;
    font-size: 24px;
    border-bottom: 2px solid rgb(207,203,185);
}

.our_background .belief_core {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: row;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    padding: 50px;
    border-radius: 13px;
    align-items: center;
    display: flex;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.5s ease;
    gap: 60px;
}

.our_background .learn_pro::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    background-size: 20px 20px;
}

.our_background .heritage_tl svg {
    transition: all 0.3s ease;
    fill: rgb(207,203,185);
    margin-right: 15px;
    height: 60px;
    width: 60px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}

.service_connect {
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(235,233,229) 0%, rgba(245, 248, 255, 0.95) 100%);
    padding: 5rem 0;
    position: relative;
}

.service_connect .course_faq {
    background: #ffffff;
    transition: transform 0.5s ease-out;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3rem 2rem;
}

.service_connect .course_faq > div:first-of-type p {
    padding-left: 1rem;
    font-style: italic;
    border-left: 3px solid rgb(184,158,132);
}

.service_connect .course_ask::before {
    content: '';
    width: 50px;
    left: 0;
    position: absolute;
    height: 10px;
    background: #ffffff;
    top: -5px;
}

.service_connect .message_request svg {
    width: 22px;
    transition: transform 0.3s ease;
    height: 22px;
}

.service_connect .message_request:hover svg path {
    fill: rgb(207,203,185);
}

.data_statistics::before {
    transform: rotate(-15deg) skewX(15deg);
    top: -10%;
    left: -5%;
    opacity: 0.4;
    width: 40%;
    position: absolute;
    background: linear-gradient(45deg, rgb(184,158,132,0.5) 0%, transparent 70%);
    content: "";
    height: 70%;
    z-index: 1;
}

.data_statistics ul {
    list-style-type: none;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.data_statistics .statistics_zone:nth-child(2) {
    animation-delay: 0.2s;
}

.data_statistics .statistics_zone:nth-child(5) {
    animation-delay: 0.5s;
}

.data_statistics .statistics_zone:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
              0 3px 10px rgba(0,0,0,0.05),
              0 25px 50px -20px rgba(0,0,0,0.15);
}

.data_statistics .statistics_zone div {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 2;
}

.data_statistics .statistics_zone:hover span {
    color: rgb(184,158,132);
}

.course_instructor {
    background-color: rgb(235,233,229);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.course_instructor .learning_testimonials {
    position: relative;
    display: grid;
    padding: 2.5rem;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 5px rgba(0,0,0,0.02);
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    border-left: 5px solid rgb(207,203,185);
    background: linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.98) 100%);
    gap: 2rem;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.course_instructor .learning_testimonials:hover .image_preview {
    border-radius: 30% 50% 70% 90%;
    transform: scale(1.05) rotate(-2deg);
}

.course_instructor .learning_testimonials > div:nth-child(2) div {
    transition: transform 0.4s ease;
    margin-bottom: 0.8rem;
    letter-spacing: 0.5px;
    transform: translateX(0);
    font-weight: 600;
    font-size: calc(13px * 0.95);
    position: relative;
    color: rgb(184,158,132);
}

.payment_plan {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

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

.payment_plan .fee_deals {
    text-align: center;
    color: #ffffff;
    font-size: calc(14px * 1.1);
    margin: 0 auto 60px;
    max-width: 700px;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
}

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

.payment_plan .discount_plan:hover {
    transform: translateY(-12px);
}

.payment_plan .fee_chart::before {
    content: "";
    transform-origin: right;
    position: absolute;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.3, 0.7, 0.4, 1.5);
    background: linear-gradient(90deg, rgb(207,203,185) 0%, rgb(184,158,132) 100%);
    top: 0;
    left: 0;
    height: 6px;
    transform: scaleX(0);
}

.payment_plan .lesson_plans p {
    line-height: 1.7;
    max-height: 150px;
    padding-right: 15px;
    font-size: 14px;
    overflow-y: auto;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
}

.join_our_mailing_list {
    isolation: isolate;
    overflow: hidden;
    background: rgb(235,233,229);
    padding: 4rem;
    position: relative;
}

.join_our_mailing_list::after {
    width: 60%;
    opacity: 0.2;
    top: 0;
    height: 100%;
    transform-origin: center left;
    position: absolute;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    z-index: -2;
    background: rgb(184,158,132,0.5);
    animation: clip-shift 10s ease-in-out infinite alternate-reverse;
    content: "";
}

.join_our_mailing_list p::after {
    position: absolute;
    height: 30px;
    content: "";
    bottom: -20px;
    background: rgb(184,158,132);
    animation: rotate-hexagon 20s linear infinite reverse;
    opacity: 0.3;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    right: 40px;
    width: 30px;
}

.join_our_mailing_list .sub_tutorial:focus {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    outline: none;
    border-color: rgb(207,203,185);
}

.join_our_mailing_list .subscribe_tip {
    background-color: rgb(207,203,185);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    width: 100%;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    border: none;
    font-weight: 600;
    border-radius: 10px;
    padding: 1.3rem 2rem;
    z-index: 1;
    font-size: 16px;
    overflow: hidden;
}

.privacy_box .container {
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}

.privacy_box h1::after {
    transform-origin: left center;
    background: rgb(207,203,185);
    left: 0;
    content: "";
    transition: transform 0.5s ease-out;
    bottom: -0.6rem;
    transform: scaleX(1);
    height: 3px;
    width: 4rem;
    position: absolute;
}

.privacy_box h4::before {
    transform: translateY(-50%);
    top: 50%;
    height: 5px;
    content: "";
    background: rgb(184,158,132);
    position: absolute;
    width: 5px;
    left: 0;
}

.privacy_box strong:hover::after {
    transform: scaleX(1);
}

.privacy_box ul {
    margin: 1.5rem 0 2rem;
    position: relative;
    list-style: none;
    padding-left: 1.5rem;
}

.privacy_box li::before {
    content: "";
    top: 1rem;
    left: 0;
    height: 6px;
    transition: transform 0.3s ease, background 0.3s ease;
    border-radius: 10px;
    background: rgb(184,158,132);
    position: absolute;
    width: 6px;
}

.reach_out::before {
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(207,203,185), 0.05) 100%);
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
}

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

.reach_out .image_preview::after {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(207,203,185), 0.1) 10px, rgba(rgb(207,203,185), 0.1) 11px);
    content: "";
    left: 0;
    animation: scanLines 5s linear infinite;
    height: 100%;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 0;
}

.reach_out input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(207,203,185), 0.2);
    outline: none;
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(207,203,185);
}

.reach_out .feedback_message input[type="checkbox"]:checked::after {
    border-width: 0 2px 2px 0;
    width: 6px;
    position: absolute;
    top: 6px;
    content: "";
    height: 10px;
    left: 9px;
    border: solid #ffffff;
    transform: rotate(45deg);
}

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

.reach_out svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}

::-webkit-scrollbar {
    width: 7px;
    scroll-behavior: auto;
}

::-webkit-scrollbar-track {
    background: rgb(184,158,132,0.5);
    border: 1px solid rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 0.6rem;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: -1px 4px 12px -2px rgba(0, 0, 0, 0.3);
    background: rgb(184,158,132);
}

.course_program_details .description::-webkit-scrollbar {
    width: 6px;
}

.course_program_details .description::-webkit-scrollbar-track {
    background: transparent;
}

.course_program_details .description::-webkit-scrollbar-thumb {
    background-color: rgb(184,158,132,0.5);
    border-radius: 20px;
}

.payment_plan .lesson_plans p::-webkit-scrollbar {
    width: 6px;
}

.payment_plan .lesson_plans p::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 10px;
}

.payment_plan .lesson_plans p::-webkit-scrollbar-thumb {
    background: rgb(207,203,185,0.5);
    transition: background 0.3s ease;
    border-radius: 10px;
}

.payment_plan .discount_plan:hover .lesson_plans p::-webkit-scrollbar-thumb {
    background: rgb(207,203,185);
}



@media (max-width: 992px) {.workshop_cta {
    padding: 3.5rem 0 2rem;
}.workshop_cta .container {
    flex-direction: column;
    gap: 2.5rem;
}.workshop_cta .company_holder,
    .workshop_cta .contact_edu {
    min-width: 100%;
    flex: 1 1 100%;
}.workshop_cta .head_section {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}



@media (max-width: 767px) {.access_now {
    padding: 70px 0;
}.access_now h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.access_now h2::after {
    width: 60px;
}.access_now .belief_core {
    gap: 20px;
    padding: 30px;
    flex-direction: column;
}.access_now svg {
    width: 45px;
    height: 45px;
}.access_now .query_feedback {
    padding: 12px 24px;
}
}



@media (min-width: 768px) {.course_program_details .career_ready {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.course_program_details .image_preview {
    height: 450px;
    transform: translateZ(30px) rotateY(-3deg);
}.course_program_details h3 {
    margin-bottom: 30px;
    font-size: 33px;
}.course_program_details h3::after {
    width: 80px;
}.course_program_details .description {
    max-height: 350px;
}
}



@media (max-width: 767px) {.course_program_details {
    padding: 80px 0;
}.course_program_details .container {
    padding: 0 15px;
}.course_program_details .reading_block {
    padding: 25px 20px;
}.course_program_details h3 {
    margin-bottom: 20px;
    font-size: 21px;
}.course_program_details .description {
    max-height: 250px;
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}}


@media only screen and (max-width: 800px) {.visitor_settings {
    display: none;
}.accept_cookies {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieNotificationAlert h5 {
    text-align: center;
}.cookieNotificationAlert p {
    text-align: center;
}.web_cookies {
    margin-bottom: 20px;
}body .wrapper-section .user_default {
    margin-left: 0;
}}



@media screen and (min-width: 768px) {.service_connect .course_faq {
    display: grid;
    gap: 2rem;
    padding: 4rem 3rem;
    grid-template-columns: 1fr 1fr;
}.service_connect .course_faq > div:first-of-type {
    grid-column: 1 / -1;
}.service_connect .course_ask {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}.service_connect h3 {
    font-size: calc(38px * 1.2);
    margin-bottom: 2rem;
}.service_connect p {
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 1200px) {.data_statistics {
    padding: 5rem 0;
}.data_statistics ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.data_statistics .statistics_zone p {
    font-size: calc(32px * 1.1);
}
}



@media (min-width: 768px) {.course_instructor {
    padding: 7rem 0;
}.course_instructor .learning_testimonials {
    padding: 3rem;
    grid-template-columns: auto 1fr;
    row-gap: 1.5rem;
    column-gap: 2.5rem;
    grid-template-rows: auto 1fr;
}.course_instructor .learning_testimonials > div:first-child {
    display: flex;
    grid-row: 1 / 3;
    justify-content: center;
    align-items: flex-start;
}.course_instructor .learning_testimonials > div:nth-child(2) {
    align-self: end;
}.course_instructor .image_preview {
    height: 180px;
    width: 180px;
}.course_instructor .name {
    margin-bottom: 0.8rem;
    font-size: calc(18px * 1.3);
}.course_instructor .employee_content {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
    padding-left: 2rem;
}
}



@media (min-width: 768px) {.privacy_box {
    padding: 6rem 3rem;
}.privacy_box .container {
    padding: 0 2rem;
}.privacy_box h1 {
    margin-bottom: 3rem;
    font-size: calc(38px * 1.3);
}.privacy_box h1::after {
    height: 4px;
    width: 6rem;
}.privacy_box h2 {
    margin: 3.5rem 0 1.5rem;
    padding-left: 1.2rem;
    font-size: calc(37px * 1.1);
}.privacy_box h3 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(37px * 0.9);
}.privacy_box h4 {
    margin: 2rem 0 1rem;
    padding-left: 1.2rem;
    font-size: calc(37px * 0.75);
}.privacy_box ul {
    padding-left: 2rem;
}.privacy_box li {
    padding: 0.7rem 0 0.7rem 1.5rem;
}.privacy_box span {
    margin-left: 1rem;
    padding: 1.5rem;
}
}



@media (max-width: 576px) {.reach_out {
    padding: 40px 0;
}.reach_out .container {
    padding: 0 15px;
}.reach_out h2 {
    margin-bottom: 40px;
    font-size: calc(36px - 6px);
}.reach_out h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.reach_out h2::after {
    width: 50px;
}.reach_out .help_help {
    padding: 30px 20px 40px;
}.reach_out #contact {
    gap: 20px;
}.reach_out .query_feedback {
    width: 100%;
}.reach_out .image_preview {
    min-height: 200px;
}
}



@keyframes orbitEffect {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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



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



@keyframes rotate-hexagon {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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

