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

header,footer {
    width: 100%;
}

header {
    padding: 1.5rem 0;
    overflow: visible;
    z-index: 1000;
    background: linear-gradient(to right, rgb(123,168,154,0.5), rgb(168,199,187));
    position: relative;
}


.user_feedback {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(212,227,220) 0%, rgb(168,199,187,0.5) 100%);
    padding: 80px 0;
}

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

.user_feedback .edu_stories {
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
}

.user_feedback .feedback_views:nth-child(even) {
    transform: translateY(-10px) rotate(1deg);
}

.user_feedback .feedback_views::before {
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(168,199,187) 0%, rgb(123,168,154) 100%);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
}

.user_feedback .feedback_views:hover .img_float {
    transform: rotate(0) scale(1.05);
    border-radius: 30% 50% 40% 30%;
}

.user_feedback .feedback_views span {
    font-weight: 700;
    font-size: 21px;
    z-index: 1;
    position: relative;
    display: block;
    color: rgb(168,199,187);
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

.company_overview::after {
    opacity: 0.15;
    position: absolute;
    animation: float 20s infinite ease-in-out;
    content: "";
    top: -50px;
    transform: rotate(45deg);
    z-index: 0;
    background: rgb(123,168,154);
    width: 200px;
    height: 200px;
    right: -50px;
}

.company_overview .text_field::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(168,199,187), rgb(123,168,154));
    position: absolute;
    width: 5px;
    left: -15px;
    content: "";
    top: 0;
}

.company_overview .text_field h5::after {
    content: "";
    position: absolute;
    animation: lineGrow 3s infinite alternate cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 2px;
    bottom: -5px;
    left: 0;
    width: 100%;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(168,199,187), transparent);
}

.leadership_profile::before {
    opacity: 0.2;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    animation: grid-shift 30s linear infinite;
    background-size: 20px 20px;
    position: absolute;
    z-index: 1;
    background-image: linear-gradient(rgb(168,199,187,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(168,199,187,0.5) 1px, transparent 1px);
}

.leadership_profile .feedback_views:hover .img_float::before {
    transform: scale(1);
    opacity: 0.8;
}

.leadership_profile .exp_container::before {
    width: 10px;
    top: 0;
    transition: width 0.3s ease;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(168,199,187), rgb(123,168,154));
}

.leadership_profile .feedback_views:hover .name {
    opacity: 1;
    transform: translateX(0);
}

.leadership_profile .feedback_views:hover .exp_container > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}

.leadership_profile .employee_info {
    color: #000000;
    line-height: 1.8;
    font-size: 17px;
    transform: translateX(10px);
    position: relative;
    opacity: 0.8;
    transition: all 0.4s ease 0.2s;
}

.privacy_hideout h1 {
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 40px;
    color: #000000;
    border-radius: 10px;
    font-size: 39px;
    background: rgb(168,199,187);
    padding: 10px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.privacy_hideout li::before {
    top: 0;
    color: rgb(168,199,187);
    left: 0;
    font-size: 1.5em;
    line-height: 1em;
    position: absolute;
    content: '•';
}


.cookieNotificationAlert {
    max-width: 500px;
    bottom: 20px;
    background: #ffffff;
    position: fixed;
    border-radius: 25px;
    left: 50%;
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    width: 90%;
    transform: translateX(-50%);
}

.cookie_necessary:hover {
    background: rgb(123,168,154);
}

.cookie_button.cookie_tab:hover {
    background: rgb(123,168,154,0.5);
}

.cookieNotificationAlert p a:hover {
    color: rgb(123,168,154);
}

#cookieWarningModal {
    display: none;
}

.opening_page {
    position: relative;
    padding: 2rem;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(212,227,220) 0%, rgb(123,168,154,0.5) 100%);
    overflow: hidden;
    min-height: 100vh;
    display: flex;
}

.opening_page .virtual_school {
    z-index: 2;
    grid-template-columns: 1fr;
    max-width: 1300px;
    display: grid;
    width: 100%;
    position: relative;
    gap: 3rem;
}

.opening_page .virtual_school > div:first-child p::before {
    background: rgb(168,199,187);
    height: calc(100% - 1rem);
    transform: scaleY(0);
    transform-origin: top;
    animation: scaleLineDown 0.6s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    top: 0.5rem;
    width: 4px;
    position: absolute;
    left: 0;
    content: "";
}

.opening_page .virtual_study > div::before {
    top: 0;
    z-index: 1;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.7)
  );
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
}

.opening_page .virtual_study h3::before {
    height: 3px;
    content: "";
    position: absolute;
    transform: scaleX(0);
    left: 2rem;
    top: 1.5rem;
    animation: scaleLineRight 0.6s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(168,199,187);
    width: 60px;
    transform-origin: left;
}

.thxPanel {
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(168,199,187,0.5) 0%, rgb(212,227,220) 100%);
    overflow: hidden;
}

.thxPanel::after {
    bottom: -50px;
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(225deg, rgb(168,199,187) 0%, transparent 70%);
    width: 300px;
    height: 300px;
    z-index: 0;
    right: -50px;
    filter: blur(40px);
    content: "";
}

.thxPanel .community_ed::before {
    height: 100%;
    width: 5px;
    transform: scaleY(1.02);
    content: "";
    background: linear-gradient(to bottom, rgb(168,199,187), rgb(123,168,154));
    position: absolute;
    top: 0;
    left: 0;
}

.thxPanel .community_ed:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.thxPanel h5::after {
    position: absolute;
    width: 80px;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(168,199,187), rgb(123,168,154));
}

.thxPanel a:hover::before {
    transform: scaleX(1);
}

.data_exploration {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(212,227,220) 0%, rgba(rgb(168,199,187,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
}

.data_exploration::after {
    width: 40%;
    z-index: 0;
    height: 100%;
    pointer-events: none;
    background: radial-gradient(circle at bottom right, rgba(rgb(123,168,154,0.5), 0.1), transparent 70%);
    content: "";
    bottom: 0;
    right: 0;
    position: absolute;
}

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

.data_exploration .statistics_support::before {
    top: 0;
    z-index: 2;
    height: 5px;
    background-size: 200% 100%;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(168,199,187), 
        rgb(123,168,154), 
        rgb(168,199,187));
    animation: gradientShift 8s ease infinite;
}

.data_exploration .statistics_support:hover::after {
    transform: scale(1);
    opacity: 1;
}

.data_exploration .statistics_support div {
    z-index: 2;
    position: relative;
    width: 100%;
    justify-content: center;
    height: 100%;
    padding: 2rem;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
}

.data_exploration .statistics_support span {
    transition: transform 0.3s ease, color 0.3s ease;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    margin-top: 1rem;
    max-width: 90%;
    line-height: 1.4;
}

.data_exploration .statistics_support:nth-child(1) {
    animation: fadeInUp 0.5s 0.1s both;
}

.data_exploration .statistics_support:nth-child(3) {
    animation: fadeInUp 0.5s 0.3s both;
}

.data_exploration .statistics_support:nth-child(6) {
    animation: fadeInUp 0.5s 0.6s both;
}

.newsletter_subscription::before {
    height: 200%;
    z-index: 1;
    position: absolute;
    opacity: 0.4;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    background: rgb(123,168,154,0.5);
    left: -10%;
    top: -30%;
    width: 80%;
    content: "";
    animation: wave 15s infinite alternate;
    transform: rotate(30deg);
}

.newsletter_subscription p::after {
    background: rgb(123,168,154);
    transform: translateX(-50%);
    border-radius: 3px;
    bottom: -1.5rem;
    position: absolute;
    height: 3px;
    width: 3rem;
    content: "";
    left: 50%;
}

.newsletter_subscription .sub_cta {
    transform: translateY(0);
    font-size: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    background: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    border-radius: 25px;
    padding: 1.5rem;
    color: #000000;
}

.newsletter_subscription .sub_codes:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: rotate(2deg) translateY(-5px);
}

.course_rewards {
    background: linear-gradient(135deg, rgb(212,227,220) 0%, rgb(168,199,187,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.course_rewards .community_ed {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.course_rewards h2 {
    display: inline-block;
    position: relative;
    margin: 0 0 30px;
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
}

.course_rewards .img_float {
    z-index: 1;
    min-height: 600px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    grid-column: 1 / 8;
    grid-row: 1 / 5;
}

.course_rewards .text_main_holder {
    display: contents;
}

.course_rewards .text_main_holder > div {
    align-items: flex-start;
    display: flex;
    position: relative;
    z-index: 2;
    padding: 30px;
    transition: all 0.3s ease;
    transform: translateY(0);
    gap: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
}

.course_rewards .text_main_holder > div::before {
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    left: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgb(123,168,154,0.5) 0%, transparent 100%);
    opacity: 0;
    content: '';
}

.course_rewards .text_main_holder > div:hover svg path {
    fill: #ffffff;
}

.hackathon::after {
    height: 3px;
    animation: glowLine 3s infinite alternate;
    content: '';
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(168,199,187), transparent);
    position: absolute;
    left: 0;
    z-index: 2;
    right: 0;
}



.hackathon .info_item {
    flex: 1;
    text-align: center;
    min-width: 200px;
    transition: transform 0.3s ease;
    max-width: 300px;
}

.hackathon .info_item:hover {
    transform: translateY(-5px);
}

.hackathon .info_item p, 
.hackathon .info_item a {
    border-radius: 10px;
    gap: 0.5rem;
    padding: 0.75rem;
    text-decoration: none;
    align-items: center;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    font-size: calc(13px - 2px);
    border: 1px solid transparent;
    transition: all 0.3s ease;
    justify-content: center;
    color: #ffffff;
    display: flex;
}

.hackathon .verify_cta {
    line-height: 1.5;
    color: #ffffff;
    font-size: calc(15px - 1px);
    max-width: 280px;
    opacity: 0.7;
}

.hackathon .nav_guide:hover h5::after {
    width: 80px;
}

.hackathon .top_lesson {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hackathon .top_lesson a::before {
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s ease;
    background: rgb(123,168,154);
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    content: '';
    left: 0;
}

.hackathon .subscribe_holder::before {
    z-index: -1;
    opacity: 0.1;
    background: radial-gradient(circle at top right, rgb(168,199,187,0.5) 0%, transparent 70%);
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hackathon .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(168,199,187);
    box-shadow: 0 0 10px rgb(168,199,187,0.5);
}

.hackathon .sub_codes::before {
    width: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    content: '';
    left: -100%;
    height: 100%;
    top: 0;
}

.hackathon .peer_help {
    text-align: center;
    margin-top: 3rem;
    border-top: 1px solid rgb(123,168,154,0.5);
    padding-top: 1.5rem;
    position: relative;
}

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

header .top_head {
    display: flex;
    z-index: 2;
    justify-content: center;
    padding: 1rem;
    align-items: center;
    position: relative;
    text-decoration: none;
}

header .top_head svg {
    height: auto;
    transition: all 0.3s ease;
    width: 220px;
    filter: drop-shadow(0 4px 8px rgb(168,199,187,0.5));
}

header .nav_guide::before {
    border-radius: 29px;
    top: 0;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    z-index: -1;
    position: absolute;
}

header .header_start:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(168,199,187);
}

.course_program_description {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(212,227,220) 0%, rgb(168,199,187,0.5) 25%, rgb(123,168,154,0.5) 75%, rgb(212,227,220) 100%);
    padding: 120px 0;
    position: relative;
}

.course_program_description .container {
    position: relative;
    z-index: 2;
}

.course_program_description .community_ed {
    align-items: center;
    overflow: hidden;
    display: flex;
    border-radius: 0;
    position: relative;
    justify-content: flex-end;
    min-height: 500px;
}

.course_program_description .img_float::after {
    width: 100%;
    left: 0;
    content: "";
    z-index: 3;
    opacity: 0.8;
    top: 0;
    background: 
        radial-gradient(
            circle at 75% 25%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 90%
        );
    height: 100%;
    position: absolute;
}

.course_program_description .knowledge::after {
    position: absolute;
    content: "";
    border: 1px solid rgb(168,199,187,0.5);
    z-index: -1;
    top: 15px;
    height: calc(100% - 30px);
    border-radius: calc(27px - 10px) 0 0 calc(27px - 10px);
    left: 15px;
    opacity: 0.5;
    width: calc(100% - 30px);
}

.course_program_description .main_pagebar svg path {
    fill: rgb(168,199,187);
    transition: fill 0.3s ease;
}

.course_program_description h3 {
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #000000;
    position: relative;
    line-height: 1.3;
}

.course_program_description p {
    position: relative;
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
    margin-bottom: 0;
}

.contact_panel .container {
    padding: 0;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.contact_panel .inquiry_support h3 {
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    padding: 40px;
    font-size: 37px;
    text-align: center;
    background: rgb(168,199,187);
}

.contact_panel .inquiry_support svg path {
    fill: rgb(168,199,187);
}

.contact_panel .inquiry_support a {
    color: rgb(168,199,187);
    transition: color 0.3s ease;
    text-decoration: none;
}

.contact_panel form {
    width: 60%;
    margin: 0 auto;
    padding: 60px;
    max-width: 700px;
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}

.contact_panel form input[type="text"]:focus,
.contact_panel form input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(168,199,187,0.5);
    border-color: rgb(168,199,187);
    outline: none;
}

.contact_panel .inquiry_block {
    display: flex;
    align-items: flex-start;
    margin: 25px 0;
}

.contact_panel .inquiry_block input[type="checkbox"]:checked::before {
    width: 6px;
    left: 7px;
    transform: rotate(45deg);
    top: 4px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    content: '';
    height: 10px;
    position: absolute;
}

.contact_panel .feedback_inquiry {
    padding: 18px 20px;
    border: none;
    color: #ffffff;
    width: 100%;
    font-size: 15px;
    background: rgb(168,199,187);
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
}



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



@media (min-width: 768px) {.company_overview .text_field {
    padding: 4rem;
    max-width: 80%;
}.company_overview .text_field li {
    column-count: 2;
}
}



@media (min-width: 992px) {.company_overview .container {
    padding: 5rem 3rem;
}.company_overview .text_field {
    padding: 5rem;
    max-width: 75%;
}.company_overview .text_field h5 {
    font-size: calc(24px * 1.2);
}.company_overview .text_field p {
    font-size: calc(13px * 1.6);
}.company_overview .text_field li {
    font-size: calc(13px * 1.1);
}
}



@media (max-width: 767px) {.company_overview {
    min-height: auto;
}.company_overview .container {
    padding: 2rem 1rem;
}.company_overview .text_field {
    transform: perspective(1000px) rotateY(0);
    max-width: 100%;
    padding: 2rem;
}.company_overview .text_field h5 {
    font-size: calc(24px * 0.9);
}.company_overview .text_field p {
    font-size: calc(13px * 1.2);
}.company_overview .text_field::before {
    left: -10px;
    width: 3px;
}}



@media (min-width: 1200px) {.opening_page {
    padding: 4rem;
}.opening_page .virtual_school {
    gap: 6rem;
}.opening_page .virtual_school > div:first-child p {
    padding-left: 4rem;
    font-size: calc(14px * 1.8);
}.opening_page .virtual_school > div:first-child p::before {
    width: 8px;
}.opening_page .virtual_study h3 {
    font-size: calc(19px * 1.3);
    padding: 4rem 4rem 2rem;
}.opening_page .virtual_study h3::before {
    top: 2.5rem;
    left: 4rem;
    width: 100px;
}.opening_page .virtual_study h1.title_style_header {
    padding: 0 4rem 4rem;
    font-size: calc(45px * 1.4);
}.opening_page .virtual_study > div > div > div::before {
    width: calc(100% - 8rem);
    left: 4rem;
}}



@media (max-width: 480px) {.thxPanel {
    padding: 60px 0 40px;
}.thxPanel .community_ed {
    transform: none;
    padding: 30px 20px;
}.thxPanel h5 {
    font-size: calc(24px * 0.85);
    padding-bottom: 15px;
    margin-bottom: 20px;
}.thxPanel .community_ed::after {
    display: none;
}}



@media screen and (max-width: 991px) {.data_exploration ul {
    grid-template-columns: repeat(3, 1fr);
}.data_exploration .statistics_support {
    height: 200px;
}
}



@media screen and (max-width: 576px) {.data_exploration {
    padding: 3rem 0;
}.data_exploration ul {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 320px;
}.data_exploration .statistics_support {
    height: 160px;
}.data_exploration h4 {
    font-size: 20px;
    margin-top: 2rem;
}.data_exploration h4::after {
    width: 60px;
}}



@media (max-width: 1200px) {.course_rewards .img_float {
    grid-column: 1 / 9;
}.course_rewards .text_main_holder > div:nth-child(1),
    .course_rewards .text_main_holder > div:nth-child(2),
    .course_rewards .text_main_holder > div:nth-child(3),
    .course_rewards .text_main_holder > div:nth-child(4) {
    grid-column: 8 / 13;
}
}



@media (max-width: 768px) {.course_rewards {
    padding: 80px 0;
}.course_rewards h2 {
    font-size: calc(46px * 0.8);
}.course_rewards .img_float {
    min-height: 350px;
}.course_rewards .text_main_holder > div {
    padding: 25px;
}
}



@media (max-width: 1024px) {.hackathon {
    padding: 4rem 0 1rem;
}.hackathon .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.hackathon .subscribe_holder {
    grid-column: span 2;
}
}



@media (max-width: 768px) {.hackathon {
    padding: 3rem 0 1rem;
}.hackathon .get_helpdesk {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}.hackathon .info_item {
    min-width: 100%;
}.hackathon .text_main_holder {
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.hackathon .subscribe_holder {
    grid-column: auto;
}.hackathon .main_pagebar {
    text-align: center;
    align-items: center;
}.hackathon .verify_cta {
    text-align: center;
    max-width: 100%;
}.hackathon .nav_guide h5 {
    text-align: center;
}.hackathon .nav_guide h5::after {
    transform: translateX(-50%);
    left: 50%;
}.hackathon .top_lesson {
    align-items: center;
}.hackathon .top_lesson a {
    text-align: center;
}.hackathon .top_lesson a:hover {
    transform: translateY(-2px);
}.hackathon .input_holder {
    flex-direction: column;
}.hackathon .sub_codes {
    width: 100%;
}
}



@media (max-width: 768px) {.course_program_description {
    padding: 60px 0;
}.course_program_description .img_float {
    height: 250px;
}.course_program_description .knowledge {
    padding: 30px 25px;
}.course_program_description h3 {
    font-size: calc(38px * 0.9);
}.course_program_description p {
    font-size: calc(13px * 0.95);
}.course_program_description .main_pagebar svg {
    height: 50px;
}}



@keyframes lineGrow {
    0% {
        transform: scaleX(0.3);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    25% {
        transform: rotate(45deg) translate(-20px, 20px);
    }
    50% {
        transform: rotate(45deg) translate(0, 40px);
    }
    75% {
        transform: rotate(45deg) translate(20px, 20px);
    }
}



@keyframes scaleLineDown {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.9;
        transform: scale(1.05);
    }
}



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

@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

