.footnote_ref {
    flex: 0 0 auto;
}

.footnote_ref {
    color: #000000;
    padding: 4rem 0 2rem;
    position: relative;
}

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

.about_this::before {
    content: "";
    background: linear-gradient(135deg, 
                rgb(149,150,177,0.5) 0%, 
                transparent 25%);
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
}

.about_this .quick_studies {
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 0;
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: 10px;
}

.about_this .quick_studies p::first-letter {
    color: rgb(149,150,177);
    line-height: 1;
    float: left;
    font-size: calc(16px * 1.8);
    margin-right: 8px;
    font-weight: 700;
}

.about_this .quick_studies::after {
    width: 100%;
    z-index: 3;
    height: 5px;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(149,150,177), transparent);
    position: absolute;
    right: 0;
}

header .top_plank .elite_studypro div img, header .top_plank .elite_studypro div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.qtr_cost {
    position: relative;
}

.plan_card h2::after {
    height: 3px;
    transition: transform 0.4s ease;
    width: 80px;
    background: linear-gradient(90deg, rgb(87,94,168), rgb(149,150,177));
    transform: scaleX(1);
    margin: 20px auto 0;
    content: "";
    display: block;
}

.plan_card .discount_price li {
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.plan_card .premium_plan:hover {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.plan_card .learning_fee {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.plan_card .learning_fee h4::after {
    background: rgb(149,150,177);
    height: 2px;
    left: 0;
    position: absolute;
    content: "";
    width: 40px;
    bottom: 0;
    transition: width 0.4s ease;
}

.plan_card .rate_choices::before {
    content: "";
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, rgb(87,94,168) 0%, transparent 100%);
}

.privacy_barrier h2 {
    font-weight: 600;
    font-size: 32px;
    color: rgb(87,94,168);
    margin-top: 30px;
    margin-bottom: 15px;
}

.privacy_barrier li {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    margin-bottom: 10px;
}

.privacy_barrier div {
    margin-bottom: 20px;
}

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

.course_rewards .image_holder {
    width: 45%;
    transition: all 0.5s ease;
    box-shadow: 20px 20px 0 rgb(87,94,168,0.5), -20px -20px 0 rgb(149,150,177,0.5);
    transform: rotate(-3deg);
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    border-radius: 15px;
}

.course_rewards ul {
    gap: 20px;
    grid-template-columns: 1fr;
    list-style: none;
    display: grid;
    margin: 0;
    padding: 0;
}

.course_rewards li:nth-child(even) {
    transform: translateX(10px);
}

.course_rewards li p {
    margin: 0;
    transition: color 0.3s ease;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    display: flex;
    align-items: center;
}

.study_process::before {
    pointer-events: none;
    left: 0;
    opacity: 0.08;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(87,94,168,0.5) 49.5%, rgb(87,94,168,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(149,150,177,0.5) 49.5%, rgb(149,150,177,0.5) 50.5%, transparent 50.5%);
    width: 100%;
    transform: rotateX(10deg) translateZ(-20px);
    background-size: 60px 60px;
    position: absolute;
    content: "";
}

.study_process .knowledge_hub:hover::after {
    transform: translateY(0);
    opacity: 1;
}

.study_process .knowledge_hub:hover h3 {
    transform: translateX(10px);
}

.study_process .knowledge_hub:hover h3::after {
    transform: scaleX(1);
}

.study_process p {
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.8;
    color: #000000;
    margin-bottom: 0;
    font-size: 18px;
    position: relative;
}

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

.footnote_ref::after {
    left: 0;
    top: 0;
    content: "";
    height: 6px;
    background: linear-gradient(90deg, rgb(149,150,177), rgb(87,94,168));
    position: absolute;
    width: 100%;
}

.footnote_ref .company_holder::before {
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    border-top-left-radius: 10px;
    height: 5px;
    border-top-right-radius: 10px;
    background: rgb(149,150,177);
}

.footnote_ref .milestone_cta {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}

.footnote_ref .main_lead {
    position: relative;
    border-radius: 10px;
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.footnote_ref .main_lead .site_navbar a:hover {
    padding-left: 2.2rem;
    color: rgb(149,150,177);
}

.footnote_ref .main_lead .site_navbar a:hover::before {
    width: 100%;
}

.academy_info::before {
    left: 10%;
    height: 1px;
    content: "";
    right: 10%;
    background: linear-gradient(90deg, transparent, rgb(149,150,177,0.5), transparent);
    top: 0;
    position: absolute;
}

.tySpotlight::after {
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(87,94,168,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(87,94,168,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(149,150,177,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(149,150,177,0.5) 0%, transparent 7%);
    position: absolute;
    pointer-events: none;
    inset: 0;
}

.tySpotlight .knowledge_hub > div:last-child {
    position: relative;
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    opacity: 0;
    transform: translateY(2rem);
}

.tySpotlight p {
    line-height: 1.7;
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 15px;
    z-index: 1;
    position: relative;
    margin: 0;
}

.tySpotlight a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.tySpotlight a:hover p {
    transform: translateY(-3px);
    color: #000000;
}

.tySpotlight a:hover::after {
    transform: scaleX(1);
}

header .header_start {
    align-items: center;
    flex-wrap: wrap;
    padding: 0.8rem 3%;
    display: flex;
    justify-content: space-between;
}

header .site_head::after {
    transform: scaleX(0.7);
    transition: transform 0.3s ease;
    height: 2px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgb(149,150,177), rgb(87,94,168));
}

header .main_top:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(149,150,177);
}

.course_program_details::before {
    z-index: 1;
    top: -50%;
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(87,94,168,0.5) 100%);
    position: absolute;
    animation: rotate 60s linear infinite;
    content: "";
    width: 200%;
    height: 200%;
    left: -50%;
}

.course_program_details h2 {
    color: #000000;
    font-size: 41px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 3rem;
}

.course_program_details .image_holder::before {
    z-index: 1;
    opacity: 0.7;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgb(149,150,177,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(87,94,168,0.5) 100%
    );
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    transition: opacity 0.5s ease;
    width: 100%;
}

.welcome_board .learn_team {
    position: relative;
    width: 20%;
    filter: contrast(1.1) saturate(1.1);
    height: 100%;
}

.welcome_board .text_text {
    width: 90%;
    max-width: 550px;
    top: 50%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: linear-gradient(
        145deg,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.4)
    );
    left: 5%;
    position: absolute;
    overflow: hidden;
    padding: 3.5rem;
    border-radius: 22px;
    z-index: 5;
    transform: translateY(-50%);
}

.welcome_board .text_text .help_reach::before {
    z-index: -1;
    width: 100%;
    transition: all 0.4s ease;
    top: 0;
    content: '';
    left: -100%;
    position: absolute;
    background: rgb(87,94,168);
    height: 100%;
}

.contact_panel::before {
    height: 100%;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(149,150,177), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(87,94,168), 0.04) 50%, transparent 100%);
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    background-size: 20px 20px, 20px 20px;
    animation: gridMove 20s linear infinite;
}

.contact_panel .contact_queryfwO::before {
    top: -8px;
    border-radius: 23px;
    content: "";
    left: -8px;
    z-index: -1;
    position: absolute;
    height: 100%;
    border: 1px solid rgba(rgb(149,150,177), 0.2);
    width: 100%;
}

.contact_panel .image_holder::after {
    position: absolute;
    border-top: 2px solid rgba(rgb(149,150,177), 0.6);
    z-index: 2;
    top: 20px;
    border-right: 2px solid rgba(rgb(149,150,177), 0.6);
    right: 20px;
    content: "";
    height: 60px;
    width: 60px;
}

.contact_panel form h3::before {
    content: "";
    background: rgb(149,150,177);
    width: 3px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}

.contact_panel .connect_box {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}

.contact_panel .connect_box input[type="checkbox"]:checked + label::before {
    border-color: rgb(149,150,177);
    background: rgb(149,150,177);
}

.contact_panel .connect_box label a:hover {
    color: rgb(87,94,168);
}

.contact_panel form .help_reach {
    padding: 16px 40px;
    font-weight: 600;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    border: none;
    z-index: 1;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.4s ease;
    position: relative;
    background: linear-gradient(45deg, rgb(149,150,177), rgb(87,94,168));
}

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

#cookiePolicyPopup {
    display: none;
}

#cookiePolicyPopup:checked ~ .dialogCookieSettings {
    opacity: 0;
    visibility: hidden;
}

.wrapper-segment .track_alert {
    text-align: right;
}

.statistical_data::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(87,94,168) 0%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(149,150,177) 0%, transparent 4%),
        radial-gradient(circle at 40% 80%, rgb(87,94,168) 0%, transparent 6%);
    position: absolute;
    z-index: 0;
    content: "";
    top: 0;
    opacity: 0.08;
    width: 100%;
    left: 0;
    height: 100%;
}

.statistical_data li:nth-child(1) {
    --i: 1;
}

.statistical_data li:nth-child(3) {
    --i: 3;
}

.statistical_data li:nth-child(5) {
    --i: 5;
}

.statistical_data .statistics_extra::before {
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(149,150,177,0.5), 0.05) 100%);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
}

.statistical_data .statistics_extra:hover span {
    transform: translateX(5px);
}

.statistical_data .statistics_extra span::before {
    left: 0;
    border-radius: 50%;
    width: 6px;
    background: rgb(149,150,177);
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    content: "";
    height: 6px;
    position: absolute;
}

.locate {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(196,197,202) 0%, #ffffff 100%);
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
}

.locate h1 {
    transform: perspective(500px) translateZ(0);
    font-size: 47px;
    z-index: 5;
    margin-bottom: 40px;
    position: relative;
    transition: transform 0.5s ease-out;
    text-align: center;
    font-weight: 700;
    color: #000000;
}

.locate .contact_queryYScVq > div:hover {
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}

.locate h6 {
    align-items: center;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    margin-bottom: 10px;
    font-size: 21px;
}

.locate .get_contactbox > div {
    transition: transform 0.3s ease;
}

.locate .get_contactbox > div:hover {
    transform: translateX(5px);
}

.locate .message_form::before {
    left: 5px;
    height: 2px;
    content: "";
    width: 0;
    bottom: -2px;
    background: rgb(149,150,177);
    transition: width 0.3s ease;
    position: absolute;
}

.future_learners {
    background-color: rgb(196,197,202);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.future_learners h3 {
    position: relative;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    font-size: 35px;
    margin-bottom: 3.5rem;
}

.future_learners h3::before {
    top: -30px;
    position: absolute;
    left: 50%;
    height: 5px;
    border-radius: 50px;
    background: rgb(87,94,168);
    transform: translateX(-50%);
    width: 60px;
    content: '';
}

.future_learners li::after {
    background: radial-gradient(circle at center bottom, rgb(87,94,168,0.5) 0%, transparent 70%);
    opacity: 0;
    position: absolute;
    height: 100%;
    bottom: 0;
    content: '';
    z-index: -1;
    transition: opacity 0.5s ease;
    width: 100%;
    left: 0;
}

.future_learners li svg {
    transition: all 0.4s ease;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 3px 6px rgb(87,94,168,0.5));
    width: 60px;
    height: 60px;
    display: block;
    fill: rgb(87,94,168);
}

.future_learners li:nth-child(4) {
    background-color: rgba(255, 255, 255, 0.9);
}

.customer_feedback h2 {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    transition: transform 0.5s ease-out;
    font-size: 28px;
}

.customer_feedback .testimonial_track {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2.5rem 2rem;
    position: relative;
    transform: translateY(0);
    z-index: 1;
}

.customer_feedback .testimonial_track div {
    margin-bottom: 1.25rem;
    align-items: center;
    display: flex;
}

.customer_feedback .testimonial_track .description {
    position: relative;
    font-size: 16px;
    margin: 0;
    padding-top: 0.5rem;
    color: #000000;
    line-height: 1.6;
}

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

.academic_experience .testimonial_track {
    max-width: 500px;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    z-index: 2;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    display: flex;
}

.academic_experience .work_insights {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transition: transform 0.5s ease;
    transform: translateZ(0);
    z-index: 2;
    margin-top: -50px;
    border-radius: 24px;
    padding: 70px 2rem 2rem;
}

.academic_experience .work_insights > div:nth-child(2) {
    transform: translateY(0);
    font-size: 21px;
    margin-bottom: 1.5rem;
    color: rgb(87,94,168);
    transition: all 0.4s ease 0.1s;
    padding-bottom: 1rem;
    font-weight: 600;
    position: relative;
    opacity: 0.8;
}

.join_list {
    position: relative;
    background: linear-gradient(135deg, rgb(149,150,177,0.5), rgb(196,197,202));
    padding: 4rem 0;
    overflow: hidden;
}

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

.join_list .knowledge_hub:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.join_list .knowledge_hub:hover h3 {
    transform: translateY(-5px);
}

.join_list .knowledge_hub:hover h3::after {
    transform: scaleX(1.5);
}

.join_list .input_holder {
    display: flex;
    margin-top: 1.5rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.join_list .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    border-color: rgb(149,150,177);
}

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




@media screen and (max-width: 991px) {.about_this {
    padding: 90px 0;
}.about_this h2 {
    margin-bottom: 60px;
}.about_this .edu_heritage {
    gap: 30px;
}
}



@media (max-width: 768px) {.plan_card {
    padding: 70px 0;
}.plan_card h2 {
    font-size: calc(34px - 4px);
}.plan_card .learning_cost {
    font-size: 12px;
    margin-bottom: 40px;
}.plan_card .discount_price {
    gap: 20px;
    grid-template-columns: 1fr;
}.plan_card .plan_cost {
    padding: 25px 20px;
}.plan_card .rate_choices {
    font-size: calc(22px + 2px);
}
}



@media (max-width: 767px) {.course_rewards {
    padding: 40px 0;
}.course_rewards::before {
    height: 50%;
}.course_rewards .image_holder {
    width: 100%;
    box-shadow: 10px 10px 0 rgb(87,94,168,0.5), -10px -10px 0 rgb(149,150,177,0.5);
}.course_rewards .text_text {
    padding: 20px;
    width: 100%;
}.course_rewards h3 {
    margin-bottom: 20px;
    font-size: calc(32px - 0.2rem);
}.course_rewards ul {
    gap: 15px;
}}



@media (max-width: 1200px) {.footnote_ref .container {
    gap: 2rem;
}.footnote_ref .company_holder {
    flex: 1 1 360px;
}.footnote_ref .milestone_cta {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.footnote_ref .site_navbar {
    gap: 2rem;
}
}



@media (max-width: 420px) {.footnote_ref .company_holder h3::after {
    width: 50px;
}.footnote_ref .main_lead .site_navbar a:hover {
    padding-left: 2rem;
}.academy_info .med_guides {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}



@media (max-width: 575px) {.tySpotlight {
    padding: 3rem 0;
}.tySpotlight .knowledge_hub {
    gap: 1.2rem;
    padding: 1.5rem;
}.tySpotlight h5 {
    padding-bottom: 0.75rem;
    font-size: calc(18px * 0.85);
}.tySpotlight p {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}.tySpotlight a {
    padding: 1rem;
}.tySpotlight a:hover {
    transform: translateY(-3px);
}
}



@media (max-width: 480px) {header .header_start {
    padding: 0.6rem 1.5%;
}header .site_head svg {
    width: 110px;
}header .main_lead {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .main_lead::-webkit-scrollbar {
    height: 2px;
}header .main_lead::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(149,150,177);
}header .main_top {
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (max-width: 576px) {.welcome_board {
    min-height: 450px;
}.welcome_board .text_text {
    padding: 1.5rem;
}.welcome_board .text_text h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 1.5rem;
}.welcome_board .text_text p {
    margin-bottom: 2rem;
    font-size: calc(18px * 0.9);
}.welcome_board .text_text .help_reach {
    padding: 12px 25px;
    font-size: calc(16px * 0.9);
}
}



@media screen and (max-width: 576px) {.contact_panel {
    padding: 50px 0;
}.contact_panel h2 {
    font-size: calc(28px * 0.8);
}.contact_panel .contact_queryfwO {
    margin-top: 40px;
}.contact_panel .image_holder {
    min-height: 250px;
}.contact_panel .message_request {
    padding: 30px 20px;
}.contact_panel form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.contact_panel form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_panel form .help_reach {
    padding: 15px 20px;
    width: 100%;
}}



@media (min-width: 768px) {.locate {
    padding: 100px 30px;
}.locate .contact_queryYScVq {
    grid-template-columns: 2fr 1fr 1fr;
    padding: 50px;
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
}.locate h1 {
    margin-bottom: 60px;
    font-size: calc(47px * 1.2);
}.locate h1::after {
    width: 100px;
    height: 5px;
}
}



@media (max-width: 991px) {.future_learners .knowledge_hub {
    padding: 2rem;
}.future_learners h3 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.future_learners li {
    padding: 2rem 1.5rem;
}.future_learners li svg {
    width: 50px;
    margin-bottom: 1rem;
    height: 50px;
}
}



@media (max-width: 767px) {.customer_feedback {
    padding: 4rem 1.5rem;
}.customer_feedback h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.customer_feedback .success_testimonials {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.customer_feedback .testimonial_track {
    padding: 2rem 1.5rem;
}
}



@media (max-width: 768px) {.academic_experience .image_holder {
    height: 250px;
    width: 100%;
}}



@media screen and (max-width: 480px) {.join_list {
    padding: 2.5rem 0;
}.join_list .knowledge_hub {
    padding: 1.5rem;
}.join_list h3 {
    font-size: 1.2rem;
    margin-bottom: 1.25rem;
}.join_list h3::after {
    width: 40px;
    height: 2px;
}.join_list .input_holder input[type="email"] {
    padding: 0.9rem 1.2rem;
}.join_list .input_holder .email_wrap {
    padding: 0.8rem 1.2rem;
}
}



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



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



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

@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}



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



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

