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

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

a {
    color: inherit;
    text-decoration: none;
}

.course_benefits::before {
    opacity: 0.3;
    background-image: radial-gradient(rgb(179,166,134,0.5) 1px, transparent 1px);
    content: '';
    width: 100%;
    left: 0;
    background-size: 30px 30px;
    top: 0;
    animation: pulse 8s infinite alternate;
    position: absolute;
    height: 100%;
}

.course_benefits .thumbnail_img::after {
    bottom: 0;
    content: '';
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 2;
    width: 40%;
    background: linear-gradient(225deg, rgb(209,197,168,0.5) 0%, transparent 100%);
    position: absolute;
    height: 40%;
    right: 0;
}

.course_benefits .text_main_holder > div {
    transform: translateX(-20px);
    opacity: 0;
    border-radius: 26px;
    align-items: flex-start;
    box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.1),
                inset -5px -5px 15px rgba(255, 255, 255, 0.05);
    animation: slideIn 0.5s forwards;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    animation-delay: calc(var(--i, 0) * 0.1s);
    gap: 20px;
    backdrop-filter: blur(5px);
    padding: 20px;
}

.meet_us .knowledge_sessions {
    gap: 60px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.meet_us h3::after {
    content: "";
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    left: 50%;
    border-radius: 10px;
    background: rgb(209,197,168);
}

.meet_us .knowledge_track:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.meet_us .knowledge_track span::before {
    position: absolute;
    left: 0;
    background: rgb(209,197,168);
    height: 100%;
    width: 5px;
    top: 0;
    content: "";
    border-radius: 10px;
}

.meet_us .knowledge_track .thumbnail_img::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
}

.meet_us .virtual_guides {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: grid;
    backdrop-filter: blur(10px);
    align-items: center;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    gap: 40px;
    border-right: 3px solid rgb(179,166,134);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
}

.meet_us .virtual_guides .learn_expert:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.test_drive .container {
    max-width: 1140px;
    transform: translateZ(0);
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    gap: 2.5rem;
    align-items: center;
    flex-direction: column;
}

.test_drive div div {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    justify-content: center;
    transform: translateY(20px);
    display: flex;
}

.test_drive .query_request {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 30px;
    background: #ffffff;
    overflow: hidden;
    color: rgb(209,197,168);
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    transition: all 0.4s ease;
    font-size: 19px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.contact_us::after {
    left: 0;
    width: 100%;
    top: 0;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    content: "";
    opacity: 0.2;
    background-position: 0 0, 0 0, 0 0, 0 0;
    z-index: 1;
    animation: backgroundMove 30s infinite linear;
    height: 100%;
    position: absolute;
    background-image: 
        repeating-linear-gradient(45deg, rgb(209,197,168,0.5) 0, rgb(209,197,168,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(179,166,134,0.5) 0, rgb(179,166,134,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(209,197,168,0.5), transparent 70%),
        linear-gradient(180deg, rgb(179,166,134,0.5), transparent 70%);
}

.contact_us form {
    position: relative;
    z-index: 2;
}

.contact_us form h3::after {
    width: 40px;
    box-shadow: 
        0 0 5px rgb(209,197,168,0.5),
        0 0 10px rgb(209,197,168,0.5);
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    background: rgb(209,197,168);
    bottom: -15px;
}

.contact_us .feedback_info input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_us .feedback_info input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    width: 6px;
    top: 4px;
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    height: 12px;
    content: "";
}

.contact_us .query_request {
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    color: #ffffff;
    padding: 18px 30px;
    box-shadow: 
        0 5px 15px rgb(209,197,168,0.5),
        0 0 0 1px rgb(209,197,168);
    background: rgb(209,197,168);
    letter-spacing: 1px;
    font-size: 19px;
    transition: all 0.3s ease;
    font-weight: 700;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: none;
}

.secure_nest .container {
    position: relative;
    border-left: 4px solid rgb(209,197,168);
    max-width: 1140px;
    margin: 0 auto;
    padding: 3rem;
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.99));
    transform: translateZ(0);
    z-index: 1;
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
}

.secure_nest p {
    font-family: Arial, sans-serif;
    transition: transform 0.4s ease;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 17px;
    position: relative;
    padding-right: 1rem;
}

.secure_nest ul {
    padding-left: 0;
    margin: 1.5rem 0 2rem 1rem;
}

.secure_nest li:hover {
    transform: translateX(8px);
}

.secure_nest li:hover::before {
    transform: rotate(225deg);
}

.secure_nest span:hover {
    transform: perspective(1000px) rotateX(1deg);
    background: linear-gradient(to right, rgba(rgb(239,233,217), 0.5), transparent);
}

.join_list::after {
    bottom: -10%;
    position: absolute;
    transform: rotate(20deg) translateZ(0);
    height: 130%;
    animation: shine 8s infinite ease-in-out reverse;
    content: "";
    background: linear-gradient(240deg, transparent, rgb(179,166,134,0.5), transparent);
    width: 35%;
    opacity: 0.2;
    left: -5%;
    z-index: -1;
}

.join_list h4::before {
    position: absolute;
    content: "";
    animation: scaleIn 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    bottom: 0.2em;
    top: 0.2em;
    transform: scaleY(0);
    width: 4px;
    transform-origin: bottom;
    background: #ffffff;
    left: 0;
    opacity: 0.8;
    border-radius: 10px;
}

.join_list h4::before {
    transform: translateX(-50%) scaleX(0);
    top: -0.8rem;
    bottom: auto;
    animation: widthIn 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    height: 3px;
    left: 50%;
    width: 50px;
}

.join_list .join_news {
    border: none;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1), 
                0 1px 0 rgba(255,255,255,0.5) inset;
    padding: 1rem 2rem;
    background: #ffffff;
    width: 100%;
    color: rgb(209,197,168);
    z-index: 1;
    border-radius: 28px;
    font-weight: 600;
}

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

.tyMessage .knowledge_sessions:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 -10px 40px -10px rgba(rgb(209,197,168,0.5), 0.1);
}

.tyMessage .knowledge_sessions > div:last-child {
    opacity: 0;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    position: relative;
}

.tyMessage .knowledge_sessions > div:last-child::before {
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(179,166,134) 0%, transparent 80%);
    top: -10px;
    z-index: -1;
    right: -40px;
    height: 80px;
    animation: pulse 6s ease-in-out infinite alternate;
    transform: translateZ(0);
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 80px;
}

.pricing_lineup::before {
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
}

.pricing_lineup .discount_tier {
    max-width: 700px;
    opacity: 0.9;
    font-size: calc(14px + 2px);
    color: #ffffff;
    margin: 0 auto 50px;
    text-align: center;
    line-height: 1.6;
}

.pricing_lineup .rate_choice li:hover {
    z-index: 3;
    transform: translateY(-10px);
}

.pricing_lineup .training_sub::before {
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.5s ease;
    top: 0;
    left: 0;
    height: 5px;
    content: '';
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(209,197,168), rgb(179,166,134));
}

.pricing_lineup .value_pricing h4::after {
    position: absolute;
    height: 2px;
    width: 40px;
    left: 0;
    content: '';
    bottom: -8px;
    transition: width 0.4s ease;
    background: rgb(209,197,168);
}

.reach_out_info {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(239,233,217) 0%, rgb(209,197,168,0.5) 100%);
}

.reach_out_info .form_learn {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    backdrop-filter: blur(5px);
}

.reach_out_info .quick_request {
    overflow: hidden;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 17px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
}

.reach_out_info .quick_request h2::after {
    position: absolute;
    border-radius: 10px;
    content: "";
    background: rgb(209,197,168);
    bottom: -10px;
    width: 50px;
    height: 3px;
    left: 0;
}

.reach_out_info .get_contactblock {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.reach_out_info .instant_request span:hover {
    transform: translateX(5px);
    border-bottom-color: rgb(209,197,168);
    color: #ffffff;
}

.reach_out_info .quick_request .thumbnail_img:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.reach_out_info .learn_chat {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.reach_out_info .learn_chat a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-left-color: rgb(209,197,168);
    transform: translateX(5px);
}

.reach_out_info .learn_chat a:hover p {
    color: rgb(209,197,168);
}

.reach_out_info .learn_chat a:hover svg,
.reach_out_info .learn_chat a:hover svg path {
    fill: rgb(209,197,168);
}

.course_methodology::after {
    width: 800px;
    position: absolute;
    z-index: 1;
    content: "";
    transform: translate(-50%, -50%);
    background: 
        repeating-radial-gradient(
            circle at center,
            rgba(255, 255, 255, 0.03) 0px,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 30px
        );
    top: 50%;
    left: 50%;
    border-radius: 50%;
    animation: pulseRings 6s ease-in-out infinite;
    height: 800px;
}

.course_methodology h3::before {
    background: linear-gradient(to bottom, rgb(209,197,168), transparent);
    height: 20%;
    bottom: -20%;
    position: absolute;
    left: 50%;
    content: "";
    width: 2px;
    z-index: 2;
}

.course_methodology span::after {
    transform: translateX(-50%) rotate(45deg);
    top: -10px;
    left: 50%;
    border: 2px solid rgb(179,166,134,0.5);
    z-index: 3;
    position: absolute;
    height: 20px;
    content: "";
    background: #ffffff;
    width: 20px;
}

.cookie_popup_disclosure h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}

.data_approval svg {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(209,197,168);
    width: 80px;
}

.cookie_button.cookie_overlay:hover {
    box-shadow: 0 0 15px rgb(179,166,134);
}

#cookieMessageModal {
    display: none;
}

#cookieMessageModal:checked ~ .cookie_popup_disclosure {
    visibility: hidden;
    opacity: 0;
}

.academic_experience::after {
    position: absolute;
    z-index: 0;
    content: "";
    right: -20%;
    background: linear-gradient(135deg, rgb(209,197,168,0.5) 0%, rgb(179,166,134,0.5) 100%);
    top: -50%;
    opacity: 0.08;
    height: 200%;
    width: 70%;
    transform: rotate(-15deg);
}

.academic_experience .user_reviews:hover::before {
    transform: scaleY(1);
}

.academic_experience .user_reviews:hover .thumbnail_img {
    transform: translateY(-5px);
}

.academic_experience .thumbnail_img::after {
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    position: absolute;
    border-radius: 5px;
}

.academic_experience .user_reviews:hover .name {
    transform: translateY(-3px);
}

.academic_experience .user_reviews:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}

.academic_experience .user_reviews:hover > div:nth-child(2) > div {
    color: rgb(209,197,168);
}

.academic_experience .job_area::after {
    right: -5px;
    transform: rotate(180deg);
    bottom: -20px;
}

.academic_experience .user_reviews:hover .job_area::before,
.academic_experience .user_reviews:hover .job_area::after {
    opacity: 0.5;
    color: rgb(209,197,168);
}

.trophy_case .company_holder {
    padding-left: 2rem;
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(209,197,168);
    position: relative;
}

.trophy_case .nav_pro {
    position: relative;
}

.trophy_case .nav_pro::after {
    height: 40px;
    width: 40px;
    bottom: -10px;
    position: absolute;
    border-bottom: 1px solid rgb(209,197,168);
    content: "";
    opacity: 0.4;
    right: -20px;
    border-right: 1px solid rgb(209,197,168);
}

.trophy_case .nav_pro .nav_top a:hover::before {
    background-color: rgb(179,166,134);
    width: 7px;
    height: 7px;
}

.milestone_cta::before {
    height: 1px;
    top: 0;
    left: 0;
    opacity: 0.5;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(209,197,168), transparent);
}

header .container {
    position: relative;
    padding: 1.8rem 2rem;
}

header .site_start {
    position: relative;
    z-index: 2;
}

header .header_mainbar {
    position: relative;
    z-index: 2;
    display: block;
}

header .header_mainbar::after {
    height: 25px;
    width: 25px;
    bottom: -5px;
    background: rgb(179,166,134,0.5);
    right: -10px;
}

header .header_mainbar:hover svg {
    transform: rotate(-5deg);
}

header .nav_pro::after {
    background-size: 10px 10px;
    z-index: -1;
    position: absolute;
    opacity: 0.05;
    animation: moveStripes 20s linear infinite;
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(209,197,168,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(209,197,168,0.5) 50%, rgb(209,197,168,0.5) 75%, transparent 75%, transparent);
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

header .nav_site a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgb(209,197,168,0.5);
    color: rgb(209,197,168);
    transform: translateZ(20px);
}

.opening_page .learn_learn {
    transform: translateZ(0) rotateX(1deg);
    padding: 4rem 2.5rem;
    border-left: 4px solid rgb(209,197,168);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.opening_page .learning_primary h3 {
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    font-size: calc(21px * 0.9);
    margin: 0;
    animation: slide-up 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    color: #ffffff;
    line-height: 1.4;
    transform: translateY(100%);
}

.opening_page .learning_primary div div {
    padding-left: 0;
    transform: none;
    margin-top: 0;
    position: relative;
}

.course_program_description {
    background-color: rgb(239,233,217);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.course_program_description::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at center, rgb(209,197,168,0.5) 0%, transparent 70%);
    left: 0;
    opacity: 0.15;
    top: 0;
    z-index: 2;
}

.course_program_description .text_capsule h2 {
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 31px;
    padding-bottom: 20px;
}

.course_program_description .text_capsule .description:last-child {
    margin-bottom: 0;
}

.course_program_description .thumbnail_img {
    border-radius: 26px;
    position: relative;
    height: 500px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-top: 60px;
    width: 100%;
}

.course_program_description .class_map::after {
    right: -100px;
    transform: rotate(-45deg);
}

.pricing_lineup .value_pricing p::-webkit-scrollbar {
    width: 4px;
}

.pricing_lineup .value_pricing p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.pricing_lineup .value_pricing p::-webkit-scrollbar-thumb {
    background: rgb(209,197,168,0.5);
}



@media (max-width: 992px) {.meet_us {
    padding: 80px 0;
}.meet_us .knowledge_sessions::before {
    height: 90%;
}.meet_us .knowledge_track,
    .meet_us .virtual_guides {
    gap: 30px;
    grid-template-columns: 1fr;
}.meet_us .knowledge_track span,
    .meet_us .knowledge_track p {
    grid-column: 1 / -1;
}.meet_us .knowledge_track .thumbnail_img {
    grid-row: 3 / 4;
    height: 300px;
    grid-column: 1 / -1;
}.meet_us .virtual_guides p {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
}.meet_us .virtual_guides .learn_expert {
    height: 300px;
    grid-row: 1 / 2;
    grid-column: 1 / -1;
}
}



@media (max-width: 575px) {.test_drive {
    padding: 2.5rem 1rem;
}.test_drive h6 {
    line-height: 1.5;
}.test_drive h6::after {
    bottom: -10px;
    width: 40px;
}.test_drive .query_request {
    padding: 10px 20px;
}}



@media (max-width: 767px) {.secure_nest {
    padding: 3rem 1rem;
}.secure_nest .container {
    padding: 2rem 1.5rem;
    border-left-width: 3px;
}.secure_nest h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 1.5rem;
}.secure_nest h2 {
    font-size: calc(35px * 0.8);
    margin: 2rem 0 1rem;
}.secure_nest h3 {
    font-size: calc(35px * 0.7);
}.secure_nest h4 {
    font-size: calc(35px * 0.6);
}.secure_nest ul {
    margin-left: 0.5rem;
}.secure_nest li {
    padding-left: 1.25rem;
}.secure_nest p, .secure_nest span, .secure_nest li {
    font-size: calc(17px * 0.95);
}
}



@media (min-width: 768px) {.tyMessage {
    padding: 7rem 0;
}.tyMessage .knowledge_sessions {
    padding: clamp(3rem, 6vw, 5rem);
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.tyMessage .knowledge_sessions > div:first-child {
    padding-bottom: 0;
    padding-right: 2rem;
}.tyMessage .knowledge_sessions > div:first-child::after {
    width: 3px;
    bottom: auto;
    right: 0;
    height: 70%;
    left: auto;
    top: 15%;
    animation: expandVertLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    background: linear-gradient(180deg, rgb(209,197,168) 0%, transparent 100%);
    transform-origin: top center;
    transform: scaleY(0);
}.tyMessage h5 {
    text-align: left;
}
}



@media screen and (max-width: 1024px) {.reach_out_info {
    padding: 60px 0;
}.reach_out_info .form_learn {
    grid-template-columns: 1fr 1fr;
}.reach_out_info .quick_request:nth-child(1) {
    grid-column: 1 / 3;
}
}



@media screen and (max-width: 480px) {.reach_out_info {
    padding: 30px 0;
}.reach_out_info .container {
    padding: 10px;
}.reach_out_info .form_learn {
    gap: 20px;
}.reach_out_info .quick_request h2::after {
    width: 40px;
}.reach_out_info .learn_chat a {
    padding: 12px;
}.reach_out_info .instant_request span {
    font-size: calc(15px * 0.9);
}}


@media only screen and (max-width: 1200px) {.cookie_popup_disclosure {
    padding: 15px 0;
}.data_guard {
    padding: 15px 5%;
}
}



@media (min-width: 768px) {.academic_experience {
    padding: 7rem 0;
}.academic_experience .user_reviews {
    grid-template-columns: auto 1fr 2fr;
    padding: 3rem;
    gap: 2.5rem;
    align-items: center;
}.academic_experience .thumbnail_img {
    height: 150px;
    margin: 0;
    width: 150px;
}.academic_experience .name,
    .academic_experience .user_reviews > div:nth-child(2) > div {
    text-align: left;
}.academic_experience .name::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.academic_experience .user_reviews:hover .name::after {
    transform: translateX(0) scaleX(1);
}.academic_experience .job_area {
    padding: 0;
    text-align: left;
}.academic_experience .user_reviews::before {
    width: 8px;
}.academic_experience::after {
    top: -30%;
    right: -10%;
    width: 50%;
}
}



@media (max-width: 991px) {header .head_site {
    gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
}header .nav_pro {
    border-radius: 24px;
    background: #ffffff;
    width: 100%;
    justify-content: center;
    clip-path: none;
}
}



@media (max-width: 576px) {.opening_page {
    min-height: 70vh;
}.opening_page .learn_learn {
    padding: 2.5rem 1.25rem;
}.opening_page .learning_primary h1 {
    margin-bottom: 1.25rem;
    font-size: calc(43px * 0.8);
}.opening_page .learning_primary span {
    margin-bottom: 1rem;
}.opening_page .learning_primary div {
    padding-left: 1.25rem;
    margin-top: 1.5rem;
}.opening_page .learning_primary h1::after {
    width: 60px;
    bottom: -10px;
}}



@media (max-width: 768px) {.course_program_description {
    padding: 60px 0;
}.course_program_description .text_capsule {
    padding: 25px 20px;
}.course_program_description .text_capsule h2 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(31px * 0.85);
}.course_program_description .text_capsule h2::after {
    width: 50px;
    height: 2px;
}.course_program_description .text_capsule .description {
    font-size: calc(14px * 0.95);
}.course_program_description .thumbnail_img {
    margin-top: 30px;
    height: 350px;
}.course_program_description .class_map::before,
    .course_program_description .class_map::after {
    display: none;
}
}



@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.5;
    }
}



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}



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



@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



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

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    }
    100% {
        background-position: 100px 100px, 100px 150px, 150px 50px, 50px 100px;
    }
}

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



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



@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

