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

.top_base {
    flex: 1 0 auto;
}

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


.course_program_description {
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
    display: flex;
    padding: 4rem 2rem;
    align-items: center;
    position: relative;
    background: rgb(218,222,229);
}

.course_program_description {
    padding: 3rem 1.5rem;
    display: block;
    min-height: auto;
}

.course_program_description .career_learn {
    height: 500%;
    display: flex;
    animation: carousel-vertical 25s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    width: 100%;
    flex-direction: column;
}

.course_program_description .career_learn {
    flex-direction: row;
    width: 500%;
    height: 100%;
    animation: carousel-horizontal-mobile 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.course_program_description .study_map {
    width: 100%;
    height: 20%;
    flex-shrink: 0;
    position: relative;
}

.course_program_description .study_map {
    height: 100%;
    width: 20%;
}

.course_program_description .study_hub {
    padding-right: 10%;
    width: 60%;
}

.course_program_description .study_hub {
    max-width: 500px;
    padding-right: 0;
    width: 100%;
}

.course_program_description .training_track h3 {
    margin-bottom: 1.25rem;
    font-size: 33px;
    font-weight: 700;
    color: rgb(162,178,200);
}

.course_program_description .training_track h3 {
    font-size: 20px;
}

.course_program_description .training_track .support_form {
    transition: all 0.3s ease;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
    background: rgb(162,178,200);
    text-decoration: none;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 600;
    padding: 0.9rem 2.25rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
}

.course_program_description .training_track .support_form {
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem;
}

.welcome_board .skill_philo {
    transform: translateZ(20px);
    position: relative;
    perspective: 1000px;
    margin-bottom: 30px;
}

.welcome_board .course_base::before {
    width: 60px;
    background: linear-gradient(90deg, rgb(162,178,200), rgb(118,140,184));
    height: 4px;
    left: 0;
    transform: translateZ(-5px);
    content: "";
    position: absolute;
    bottom: -10px;
}

.welcome_board .learn_hero::before {
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(162,178,200,0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.85;
}

.welcome_board .learn_hero h3 {
    animation: fadeUp 0.6s ease-out 0.6s forwards;
    font-size: 32px;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.4;
    font-weight: 600;
    transform: translateZ(15px);
    position: relative;
}

.course_demographic::after {
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    content: "";
    width: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(162,178,200,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(118,140,184,0.5), 0.2) 0%, transparent 50%);
    left: 0;
}

.course_demographic h3::before {
    right: 0;
    width: 10px;
    background: rgb(162,178,200);
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}

.course_demographic h3::after {
    bottom: -10px;
    height: 1px;
    background: linear-gradient(
        to left,
        rgb(162,178,200),
        transparent
    );
    right: 0;
    content: "";
    position: absolute;
    width: 100%;
}

.course_demographic li::before {
    height: 4px;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0;
    background: linear-gradient(
        90deg,
        rgb(162,178,200,0.5),
        rgb(118,140,184,0.5)
    );
    transition: opacity 0.3s ease;
    top: 0;
    left: 0;
}

.course_demographic li::before {
    content: "";
    height: 2px;
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(118,140,184),
        transparent
    );
    left: 0;
    top: 0;
}

.course_demographic li:hover svg {
    transform: scale(1.2);
}

.course_demographic li:hover svg path {
    fill: rgb(162,178,200);
}

.secure_cookies {
    z-index: 1;
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}

.manage_tracking svg {
    width: 60px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(162,178,200);
    height: 60px;
}

.cookie_necessary p {
    color: #000000;
    margin-bottom: 0;
    font-size: 18px;
}

.modalCookieAgreement p a {
    color: rgb(162,178,200);
    text-decoration: underline;
}


.privacy_block {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(218,222,229) 0%, rgba(255,255,255,0.95) 100%);
}

.privacy_block .container {
    backdrop-filter: blur(8px);
    padding: 2rem;
    z-index: 1;
    transform: perspective(1000px) rotateX(0.5deg);
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.8);
    position: relative;
}

.privacy_block h2 {
    padding-left: 1rem;
    border-left: 3px solid rgb(162,178,200);
    position: relative;
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    font-size: 30px;
}

.privacy_block p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
    font-size: 15px;
}

.privacy_block strong::after {
    transition: transform 0.3s ease;
    transform: scaleX(0);
    transform-origin: left;
    background-color: rgb(162,178,200,0.5);
    content: "";
    left: 0;
    height: 1px;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.privacy_block li {
    margin-bottom: 1.2rem;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    padding-left: 1.8rem;
    transition: transform 0.3s ease;
    position: relative;
}

.privacy_block span {
    line-height: 1.8;
    padding: 1rem 1.5rem;
    display: block;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 15px;
    border-left: 3px solid rgb(118,140,184,0.5);
    transition: all 0.3s ease;
}



.education_experience .container {
    perspective: 1000px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}

.education_experience .client_feedback:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(118,140,184,0.5),
        inset 0 0 50px rgb(162,178,200,0.5);
}

.education_experience .client_feedback:hover .thumbnail {
    transform: translateX(-50%) translateZ(50px);
}

.education_experience .name {
    transform: translateZ(20px);
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 100px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    text-shadow: 0 0 10px rgb(162,178,200,0.5);
    color: #ffffff;
}

.education_experience .job_skills::before {
    opacity: 0.1;
    content: "";
    border-radius: 10px;
    left: 0;
    background: linear-gradient(45deg, rgb(162,178,200,0.5) 0%, transparent 70%);
    position: absolute;
    mix-blend-mode: overlay;
    height: 100%;
    width: 100%;
    top: 0;
}

.about_this::before {
    background: linear-gradient(45deg, rgb(162,178,200,0.5) 25%, transparent 25%, transparent 75%, rgb(162,178,200,0.5) 75%),
                linear-gradient(45deg, rgb(162,178,200,0.5) 25%, transparent 25%, transparent 75%, rgb(162,178,200,0.5) 75%);
    content: '';
    top: 0;
    position: absolute;
    opacity: 0.05;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
}

.about_this .thumbnail::after {
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    height: 30%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.about_this .content_box_wrap {
    background: #ffffff;
    position: relative;
    padding: 40px;
    flex: 1;
    border-radius: 0 24px 24px 0;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.about_this .student_voice svg path {
    fill: rgb(162,178,200);
}

.about_this h2 {
    margin-bottom: 20px;
    font-size: 28px;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    color: #000000;
}

.thxArea::before {
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgb(118,140,184,0.5) 0px,
        rgb(118,140,184,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    opacity: 0.1;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}

.thxArea h2 {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    max-width: 90%;
    margin-bottom: 3rem;
    font-size: 32px;
    transform: translateZ(30px);
    color: #000000;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.thxArea .study_hub::before {
    top: 1rem;
    z-index: 0;
    opacity: 0.5;
    position: absolute;
    content: "";
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
    pointer-events: none;
    border: 1px dashed rgb(118,140,184,0.5);
}

.thxArea li::before {
    left: -2rem;
    content: "";
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: 0.8rem;
    top: 0.5rem;
    border-radius: 0.2rem;
    width: 0.8rem;
    background: linear-gradient(135deg, rgb(162,178,200), rgb(118,140,184));
    transform: rotate(45deg);
}

.thxArea li:hover span::after {
    transform: scaleX(1);
}

header:after {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    opacity: 0.02;
    mix-blend-mode: overlay;
    content: '';
}

header .container {
    max-width: 1200px;
    padding: 18px 25px;
    position: relative;
    margin: 0 auto;
}

header .main_skill {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

header .main_skill:before {
    filter: blur(15px);
    animation: breathe 5s infinite alternate;
    height: 20px;
    content: '';
    top: 50%;
    background: rgb(162,178,200);
    width: 20px;
    left: -10px;
    transform: translateY(-50%);
    opacity: 0.3;
    position: absolute;
    border-radius: 50%;
}

header .top_teach:before {
    animation: menuGlow 10s infinite ease-in-out;
    width: 110%;
    left: -5%;
    opacity: 0.15;
    height: 110%;
    content: '';
    transform: translateX(-100%);
    filter: blur(5px);
    top: -5%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(162,178,200,0.5), 
        transparent
    );
    position: absolute;
}

header .head_master:after {
    transform: translateX(-50%);
    width: 0;
    background: linear-gradient(90deg, 
        rgb(162,178,200),
        #ffffff 50%,
        rgb(162,178,200)
    );
    filter: blur(0.5px);
    bottom: -2px;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 2px;
    left: 50%;
    opacity: 0.8;
    content: '';
}

header .main_lead:after {
    width: calc(100% + 10px);
    left: -5px;
    border-image: linear-gradient(45deg, rgb(162,178,200), rgb(118,140,184), rgb(162,178,200)) 1;
    top: -5px;
    content: '';
    border: 1px solid transparent;
    transition: all 0.5s ease;
    height: calc(100% + 10px);
    opacity: 0;
    position: absolute;
}

header .main_lead:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

.training_results::after {
    content: "";
    top: -50%;
    z-index: 0;
    opacity: 0.03;
    transform: rotate(-15deg);
    position: absolute;
    background: rgb(162,178,200,0.5);
    pointer-events: none;
    height: 100%;
    right: -50%;
    width: 100%;
}

.training_results .content_box_wrap {
    transform: translateZ(0);
    flex: 1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 40px;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.05),
        -8px -8px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.training_results li {
    margin-bottom: 18px;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.training_results li:hover p {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.05),
        -8px -8px 20px rgba(255, 255, 255, 1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

.training_results svg {
    height: 24px;
    transition: transform 0.3s ease;
    z-index: 1;
    width: 24px;
    position: relative;
}

.training_results svg path {
    fill: rgb(162,178,200);
    transition: fill 0.3s ease;
}

.training_results .content_box_wrap > div {
    flex-direction: column;
    display: flex;
    gap: 10px;
}

.plan_display {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(218,222,229);
}

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

.plan_display .price_options {
    order: 1;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.plan_display .price_options:hover h2 {
    transform: translateY(-5px);
}

.plan_display .edu_rates {
    color: #000000;
    max-width: 700px;
    position: relative;
    font-size: 17px;
    margin: 0 auto;
    line-height: 1.6;
}

.plan_display .price_options:hover .edu_rates::after {
    transform: translateX(-50%) scaleX(1);
}

.plan_display .deal_grid {
    position: relative;
    z-index: 1;
    display: block;
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    perspective: 1000px;
    text-decoration: none;
    border-radius: 16px;
    background-color: #ffffff;
}

.plan_display .cost_summary::before {
    left: 0;
    width: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    height: 100%;
}

.plan_display .deal_grid:hover .study_cost {
    color: rgb(118,140,184);
    transform: translateY(-5px);
}

.plan_display .deal_grid:hover .study_cost::before {
    transform: scaleX(1);
}

.plan_display .thumbnail {
    width: 100%;
    position: relative;
    height: 200px;
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.plan_display .deal_grid:hover .thumbnail {
    transform: scale(1.05);
}

.contact_us::before {
    position: absolute;
    content: "";
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    top: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    left: 0;
}

.contact_us .thumbnail {
    border-top-right-radius: 29px;
    grid-column: 2;
    height: 100%;
    border-bottom-right-radius: 29px;
    grid-row: 1;
    transition: transform 0.6s ease;
    min-height: 500px;
}

.contact_us input[type="text"]:focus {
    outline: none;
    border-color: rgb(162,178,200);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.contact_us .request_support input[type="checkbox"] {
    cursor: pointer;
    margin-top: 2px;
    flex-shrink: 0;
    position: relative;
    height: 24px;
    width: 24px;
    border-radius: 10px;
    appearance: none;
    border: 2px solid rgb(218,222,229);
}

.contact_us .request_support a {
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(162,178,200);
}

.contact_us .support_form:hover {
    background: rgb(118,140,184);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.contact_us .support_form:hover::before {
    left: 100%;
}

.contact_us svg {
    height: 22px;
    width: 22px;
    margin-right: 10px;
    fill: rgb(162,178,200);
    vertical-align: middle;
}

.client_testimonials::after {
    position: absolute;
    width: 250px;
    left: -50px;
    transform: rotate(30deg) skew(-5deg, 15deg);
    bottom: -80px;
    z-index: 0;
    content: "";
    opacity: 0.07;
    height: 250px;
    background: linear-gradient(to left, rgb(162,178,200), rgb(118,140,184));
}

.client_testimonials h2:hover::after {
    transform: scaleX(1.5);
}

.client_testimonials .feedback_zone {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
    padding: 0;
    display: grid;
    gap: 30px;
}

.client_testimonials .client_feedback:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: perspective(1000px) translateZ(15px) translateY(-5px);
}

.client_testimonials .client_feedback:hover::before {
    height: 100%;
}

.client_testimonials .client_feedback div::after {
    transform: rotate(10deg);
    color: rgb(162,178,200);
    top: -40px;
    font-family: serif;
    opacity: 0.08;
    line-height: 1;
    font-size: 120px;
    right: 0;
    z-index: -1;
    position: absolute;
    content: "";
}

.client_testimonials .client_feedback h4::after {
    width: 0;
    background: rgb(118,140,184);
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    position: absolute;
    height: 2px;
    bottom: -5px;
    content: "";
}

.client_testimonials a::before {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    top: 0;
    position: absolute;
    left: -100%;
    height: 100%;
    content: "";
    width: 100%;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.find_us::before {
    z-index: 0;
    content: '';
    height: 100%;
    background: radial-gradient(at 70% 20%, rgb(162,178,200,0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.08;
    left: 0;
}

.find_us .get_contactblock h2::after {
    content: '';
    width: 50px;
    position: absolute;
    bottom: -10px;
    background: rgb(118,140,184);
    left: 0;
    height: 3px;
}

.find_us .quick_request {
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s ease;
    z-index: 1;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    color: rgb(162,178,200);
    display: flex;
    text-decoration: none;
    height: 80px;
    width: 80px;
}

.find_us .get_contactblock p:last-of-type svg {
    height: 20px;
    stroke-width: 2;
    left: 0;
    position: absolute;
    stroke: rgb(162,178,200);
    top: 4px;
    fill: none;
    width: 20px;
}

.mod_tools .company_holder h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 33px;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding-bottom: 10px;
}

.mod_tools .reward_sys {
    position: relative;
    grid-column: 5 / 13;
}

.mod_tools .top_teach {
    position: relative;
}



.mod_tools .top_teach {
    animation: borderPulse 4s infinite;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mod_tools .top_teach .top_bar {
    gap: 15px;
    flex-direction: column;
    display: flex;
}

.mod_tools .top_teach .top_bar a::before {
    z-index: -1;
    content: '';
    background: rgb(162,178,200);
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
    transition: all 0.3s ease;
    left: 0;
}

.class_guide {
    margin-top: 60px;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 20px 0;
    z-index: 2;
}



.class_guide {
    background-size: 200% 200%;
    animation: movingGradient 10s ease infinite;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
}

.mod_tools .company_holder::after {
    background: rgb(162,178,200,0.5);
    border-radius: 50%;
    filter: blur(60px);
    z-index: -1;
    position: absolute;
    width: 150px;
    top: 40px;
    content: '';
    opacity: 0.4;
    height: 150px;
    right: -50px;
}

.mod_tools .reward_sys::before {
    content: '';
    position: absolute;
    width: 180px;
    border-radius: 50%;
    filter: blur(70px);
    left: 80px;
    height: 180px;
    opacity: 0.25;
    bottom: -50px;
    background: rgb(118,140,184,0.5);
    z-index: -1;
}


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



@media (max-width: 1024px) {.welcome_board {
    padding: 60px 20px;
}.welcome_board .course_base {
    font-size: calc(46px * 0.9);
}.welcome_board .learn_hero > div {
    padding: 50px 30px;
}.welcome_board .learn_hero h3 {
    font-size: calc(32px * 0.9);
}
}



@media (max-width: 480px) {.welcome_board {
    min-height: 85vh;
    padding: 40px 10px;
}.welcome_board .course_base {
    font-size: calc(46px * 0.7);
}.welcome_board .learn_hero {
    transform: none;
}.welcome_board .learn_hero > div {
    padding: 30px 20px;
}.welcome_board .learn_hero p {
    font-size: calc(14px * 0.9);
    margin-bottom: 15px;
}.welcome_board .learn_hero h3 {
    font-size: calc(32px * 0.7);
}.welcome_board .course_base::before {
    width: 40px;
    height: 3px;
}}



@media (max-width: 768px) {.course_demographic {
    padding: 3.5rem 0;
}.course_demographic .study_hub {
    padding: 0 1.5rem;
}.course_demographic h3 {
    font-size: calc(35px * 0.8);
    border-radius: 10px;
    text-align: center;
    margin-bottom: 2rem;
    width: auto;
    align-self: center;
    padding: 0.6rem 1.5rem;
}.course_demographic h3::before {
    bottom: 0;
    top: auto;
    width: 100%;
    height: 4px;
    right: 0;
    left: 0;
}.course_demographic h3::after {
    display: none;
}.course_demographic ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}
}



@media (max-width: 768px) {.privacy_block {
    padding: 2rem 1rem;
}.privacy_block .container {
    padding: 1.2rem;
}.privacy_block h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_block h2 {
    font-size: calc(30px * 0.8);
    margin: 2rem 0 1rem;
}.privacy_block h3 {
    font-size: calc(30px * 0.7);
}.privacy_block h4 {
    font-size: calc(30px * 0.6);
}.privacy_block ul {
    padding: 1.2rem;
    margin-left: 0;
}.privacy_block p, 
    .privacy_block li, 
    .privacy_block span {
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 992px) {.about_this {
    padding: 80px 0;
}.about_this .study_hub {
    flex-direction: column;
    gap: 40px;
}.about_this .learning_experts {
    width: 100%;
    max-width: 450px;
    transform: perspective(1000px) rotateY(0);
    flex: 0 0 auto;
}.about_this .learning_experts::before {
    transform: perspective(1000px) rotateY(0);
}.about_this .content_box_wrap {
    max-width: 450px;
    width: 100%;
    transform: perspective(1000px) rotateY(0);
}
}



@media (max-width: 480px) {.about_this {
    padding: 40px 0;
}.about_this .thumbnail {
    height: 200px;
}.about_this .learning_experts {
    padding: 20px;
}.about_this .content_box_wrap {
    padding: 25px 20px;
}.about_this .skill_boost {
    font-size: calc(19px * 0.9);
}.about_this .academy_learnings {
    font-size: calc(14px * 0.9);
}.about_this h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(28px * 0.8);
}.about_this p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.about_this .student_voice {
    font-size: calc(20px * 0.9);
}}



@media (max-width: 767px) {header .top_teach {
    max-width: 330px;
    -webkit-backdrop-filter: blur(15px);
    top: 0;
    z-index: 1001;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 85%;
    position: fixed;
    flex-direction: column;
    backdrop-filter: blur(15px);
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    height: 100vh;
    overflow-y: auto;
    padding: 85px 30px 30px;
    right: -100%;
    gap: 25px;
}header .top_teach:before {
    opacity: 0.3;
    width: 80%;
    height: 1px;
    animation: none;
    top: 70px;
    left: 10%;
}header .top_teach:after {
    background: transparent;
    opacity: 0.6;
    top: 20px;
    position: absolute;
    border: 1px solid rgb(162,178,200,0.5);
    content: '';
    right: 20px;
    height: 30px;
    width: 30px;
}header .menu.active {
    right: 0;
}header .head_master {
    width: 100%;
    border-bottom: 1px solid rgb(162,178,200,0.5);
    opacity: 0.8;
    text-align: left;
    padding: 12px 5px;
}header .head_master:last-child {
    border-bottom: none;
}header .head_master:hover {
    opacity: 1;
    transform: translateY(0);
}header .main_lead {
    margin: 0 auto;
}
}



@media (max-width: 992px) {.contact_us .feedback_feedback {
    grid-template-columns: 1fr;
}.contact_us .thumbnail {
    grid-column: 1;
    border-top-right-radius: 29px;
    border-radius: 0;
    border-top-left-radius: 29px;
    min-height: 300px;
    grid-row: 1;
}.contact_us .help_info {
    grid-column: 1;
    grid-row: 2;
    padding: 40px 30px;
}
}



@media (max-width: 768px) {.contact_us {
    padding: 50px 0;
}.contact_us h2 {
    margin-bottom: 30px;
    font-size: calc(31px - 4px);
}.contact_us .help_info {
    padding: 30px 25px;
}.contact_us .thumbnail {
    min-height: 250px;
}
}



@media (max-width: 768px) {.client_testimonials {
    padding: 60px 0 40px;
}.client_testimonials h2 {
    text-align: center;
    margin-bottom: 35px;
    font-size: calc(36px * 0.8);
}.client_testimonials h2::after {
    left: 50%;
    transform: translateX(-50%);
}.client_testimonials h2:hover::after {
    transform: translateX(-50%) scaleX(1.5);
}.client_testimonials .feedback_zone {
    grid-template-columns: 1fr;
    gap: 20px;
}.client_testimonials .client_feedback {
    padding: 25px;
}.client_testimonials a {
    width: 80%;
    text-align: center;
    display: block;
    margin: 30px auto 0;
}
}



@media (max-width: 768px) {.mod_tools {
    padding: 60px 0 30px;
}.mod_tools .top_bar {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.mod_tools .top_teach {
    padding: 0;
}}



@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}



@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}



@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

