﻿.site_study {
    flex: 1 0 auto;
}

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

.panel-container {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}

.course_benefits::after {
    z-index: 0;
    width: 80%;
    transform: rotate(-30deg);
    right: -50%;
    content: '';
    position: absolute;
    filter: blur(60px);
    top: -50%;
    background: linear-gradient(45deg, rgb(209,197,168,0.5) 0%, transparent 70%);
    height: 200%;
}

.course_benefits .thumbnail_img:hover {
    transform: translateY(-10px);
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.25),
                -25px -25px 50px rgba(255, 255, 255, 0.07);
}

.course_benefits h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(209,197,168) 0%, rgb(179,166,134) 100%);
    bottom: 0;
    position: absolute;
    height: 4px;
    border-radius: 10px;
    width: 80px;
    content: '';
}

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

.course_benefits .text_main_holder svg path {
    fill: rgb(209,197,168);
    transition: fill 0.3s ease;
}

.course_benefits .text_main_holder p {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
}

.meet_us::after {
    height: 100%;
    content: "";
    z-index: 2;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(179,166,134,0.5) 0%, transparent 60%);
    top: 0;
    animation: pulse 15s infinite alternate;
    position: absolute;
}

.meet_us h3:hover {
    transform: perspective(1000px) rotateX(5deg);
}

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

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

.meet_us .virtual_guides::before {
    content: "";
    bottom: -100px;
    position: absolute;
    width: 200px;
    background: radial-gradient(circle, rgb(179,166,134,0.5) 0%, transparent 70%);
    left: -100px;
    animation: float 8s infinite ease-in-out reverse;
    border-radius: 50%;
    height: 200px;
}

.meet_us .virtual_guides .learn_expert::after {
    height: 5px;
    content: "";
    width: 100%;
    background: linear-gradient(to right, rgb(179,166,134), rgb(209,197,168));
    top: 0;
    left: 0;
    position: absolute;
}

.test_drive::after {
    right: -50px;
    background: rgb(179,166,134);
    bottom: -50px;
    content: "";
    position: absolute;
    height: 200px;
    transform: translateZ(0);
    border-radius: 50%;
    width: 200px;
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: -1;
    opacity: 0.2;
}

.test_drive div span {
    transform: perspective(1000px) rotateX(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.test_drive .query_request:hover {
    transform: translateY(-2px);
    color: rgb(179,166,134);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.test_drive .query_request:hover span {
    transform: scale(1.05);
}

.contact_us {
    background: rgb(239,233,217);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.contact_us h2 {
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    font-size: 42px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 50px;
    position: relative;
}

.contact_us .query_widget {
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 12px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(209,197,168,0.5);
}

.contact_us .thumbnail_img {
    min-height: 550px;
    flex: 0 0 45%;
    overflow: hidden;
    position: relative;
}

.contact_us .connect_message {
    flex: 0 0 55%;
    padding: 60px;
    background: #ffffff;
    position: relative;
}

.contact_us .connect_message::after {
    z-index: 0;
    width: 150px;
    height: 150px;
    opacity: 0.3;
    left: -75px;
    background: rgb(179,166,134,0.5);
    filter: blur(80px);
    bottom: -75px;
    position: absolute;
    content: "";
}

.contact_us form input[type="text"]:focus {
    border-color: rgb(209,197,168);
    box-shadow: 
        0 0 0 1px rgb(209,197,168),
        0 0 5px rgb(209,197,168,0.5);
    outline: none;
}

.contact_us .feedback_info label::before {
    height: 22px;
    top: 0;
    position: absolute;
    border: 1px solid rgb(209,197,168,0.5);
    border-radius: 4px;
    width: 22px;
    transition: all 0.3s ease;
    content: "";
    left: 0;
    background: rgb(239,233,217);
}

.contact_us .feedback_info label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.contact_us .query_request:hover {
    box-shadow: 
        0 5px 20px rgb(179,166,134,0.5),
        0 0 0 1px rgb(179,166,134);
}

.contact_us svg {
    width: 22px;
    transition: all 0.3s ease;
    fill: rgb(209,197,168);
    height: 22px;
    filter: drop-shadow(0 0 2px rgb(209,197,168,0.5));
}

.secure_nest::before {
    width: 100%;
    background: 
        radial-gradient(circle at 100% 0%, rgb(209,197,168,0.5) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgb(179,166,134,0.5) 0%, transparent 50%);
    top: 0;
    z-index: 0;
    content: "";
    position: absolute;
    opacity: 0.15;
    height: 100%;
    left: 0;
}

.secure_nest h1:hover::after {
    width: 120px;
}

.secure_nest h4 {
    border-left: 1px solid rgb(179,166,134,0.5);
    color: #000000;
    font-size: calc(35px * 0.7);
    padding-left: 0.75rem;
    margin: 1.5rem 0 1rem;
    position: relative;
    font-weight: 600;
}

.secure_nest strong::after {
    transition: width 0.3s ease;
    bottom: -2px;
    content: "";
    width: 0;
    background: rgb(209,197,168);
    position: absolute;
    height: 1px;
    left: 0;
}

.secure_nest span {
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    padding: 0.75rem 1rem;
    background: linear-gradient(to right, rgba(rgb(239,233,217), 0.3), transparent);
    font-size: calc(17px * 0.95);
    transition: transform 0.3s ease-out, background 0.3s ease;
    line-height: 1.7;
    transform: perspective(1000px) rotateX(0);
    border-left: 2px solid rgb(179,166,134,0.5);
    margin-bottom: 1.5rem;
}

.join_list .knowledge_sessions:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15), 
                0 1px 0 rgba(255,255,255,0.2) inset,
                0 -1px 0 rgba(0,0,0,0.1) inset;
}

.join_list .input_holder {
    z-index: 2;
    flex-direction: column;
    display: flex;
    width: 100%;
    gap: 1rem;
    position: relative;
}

.join_list input[type="email"] {
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    color: #ffffff;
    padding: 1rem 1.5rem;
    font-size: 14px;
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    border: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    border-radius: 28px;
    backdrop-filter: blur(5px);
    outline: none;
    background: rgba(255,255,255,0.1);
}

.join_list .join_news:hover::before {
    animation: shine 1s forwards;
    left: 100%;
}

.join_list .join_news:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.tyMessage::before {
    z-index: -1;
    animation: float 15s ease-in-out infinite alternate;
    width: 45%;
    right: -5%;
    transform: rotate(-15deg) translateZ(0);
    content: "";
    opacity: 0.15;
    height: 45%;
    background: linear-gradient(225deg, rgb(209,197,168) 0%, transparent 70%);
    position: absolute;
    filter: blur(20px);
    top: -5%;
}

.tyMessage .knowledge_sessions > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}

.tyMessage h5 {
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    letter-spacing: -0.01em;
    transform: translateY(20px);
    font-size: clamp(calc(24px * 0.8), 4vw, 24px);
    opacity: 0;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
}

.tyMessage p {
    font-size: clamp(calc(18px * 0.95), 3vw, 18px);
    transition: color 0.3s ease;
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.7;
}

.tyMessage a::after {
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.5;
    transform-origin: left center;
    content: "";
    transform: scaleX(0.3);
    width: 100%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(179,166,134) 0%, transparent 100%);
    left: 0;
}

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

.pricing_lineup .learn_fees {
    display: block;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    height: 100%;
    text-decoration: none;
}

.pricing_lineup .training_sub::after {
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(179,166,134,0.5) 50%);
    height: 60px;
    content: '';
    width: 60px;
    position: absolute;
    transition: opacity 0.5s ease;
    opacity: 0;
}

.pricing_lineup .learn_fees:hover .value_pricing h4::after {
    width: 100%;
}

.pricing_lineup .rate_plans::before {
    content: '';
    width: 40px;
    position: absolute;
    left: 0;
    height: 1px;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
}

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

.reach_out_info .send_message {
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
}

.reach_out_info .get_contactblock::before {
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, transparent, rgba(rgb(209,197,168,0.5), 0.1));
    pointer-events: none;
    top: 0;
}

.reach_out_info .quick_request .thumbnail_img::after {
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(209,197,168,0.5) 100%);
    left: 0;
    opacity: 0.5;
    top: 0;
    width: 100%;
}

.reach_out_info .learn_chat a:hover::before {
    height: 100%;
}

.reach_out_info .learn_chat a span {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(179,166,134);
}

.reach_out_info svg path {
    transition: all 0.3s ease;
    fill: rgb(179,166,134);
}

.course_methodology {
    position: relative;
    justify-content: center;
    min-height: 75vh;
    overflow: hidden;
    background: rgb(239,233,217);
    display: flex;
    align-items: center;
}

.course_methodology .knowledge_sessions {
    width: 100%;
    justify-content: center;
    position: relative;
    align-items: center;
    flex-direction: column;
    max-width: 1000px;
    aspect-ratio: 1 / 1;
    display: flex;
}

.course_methodology h3 {
    width: 70%;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding: 2rem 3rem;
    color: rgb(209,197,168);
    z-index: 3;
    margin: 0 0 20%;
    background: #ffffff;
}

.course_methodology span::before {
    inset: -5px;
    animation: glowPulse 4s ease-in-out infinite alternate;
    border-radius: inherit;
    opacity: 0.3;
    content: "";
    background: linear-gradient(135deg, rgb(209,197,168,0.5), rgb(179,166,134,0.5));
    z-index: -1;
    filter: blur(5px);
    position: absolute;
}

.cookie_popup_disclosure p {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
}

.data_approval:hover svg {
    transform: scale(1.1);
}

.edu_settings {
    background: linear-gradient(90deg, rgb(209,197,168), rgb(179,166,134));
    border-radius: 18px;
    color: #000000;
    font-size: 14px;
    padding: 10px 20px;
    cursor: pointer;
    line-height: 40px;
    text-decoration: none;
    margin-left: 10px;
    min-width: 140px;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 15px rgb(209,197,168);
    flex-shrink: 0;
    white-space: nowrap;
}

.academic_experience .user_reviews {
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(-1deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    position: relative;
    gap: 2rem;
    display: grid;
}

.academic_experience .thumbnail_img::before {
    top: -10px;
    left: -10px;
    height: calc(100% + 20px);
    background: linear-gradient(135deg, rgb(209,197,168,0.5) 0%, rgb(179,166,134,0.5) 100%);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
    width: calc(100% + 20px);
    position: absolute;
    content: "";
    border-radius: 5px;
    transform: scale(0.95);
}

.academic_experience .job_area {
    color: #000000;
    line-height: 1.7;
    padding: 1rem 0;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.trophy_case .container {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    position: relative;
    gap: 3rem;
}



.trophy_case .company_holder h3 {
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #ffffff, rgb(179,166,134));
    font-size: calc(33px * 1.2);
    -webkit-background-clip: text !important;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    font-weight: 700;
}

.trophy_case .nav_pro .nav_top {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
}

.trophy_case .nav_pro .nav_top a:hover {
    opacity: 1;
    color: rgb(209,197,168);
    transform: translateX(5px);
}

.milestone_cta {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
    padding: 1.5rem 0;
}

header .top_train::before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.2;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(209,197,168,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(179,166,134,0.5) 0%, transparent 30%);
}

header .header_mainbar:hover::before,
header .header_mainbar:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}

header .nav_pro {
    margin: 0;
    list-style: none;
    padding: 10px 20px;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    justify-content: flex-end;
    border-radius: 0 24px 24px 0;
    background: linear-gradient(to right, transparent, #ffffff);
}

header .nav_site a::before {
    content: "";
    left: 0;
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    transform: translateZ(-1px);
    z-index: -1;
}

header .nav_site a:hover::after {
    width: 80%;
}

.opening_page {
    align-items: center;
    position: relative;
    min-height: 100vh;
    display: flex;
    perspective: 1000px;
    justify-content: center;
    background-color: rgb(239,233,217);
    overflow: hidden;
}

.opening_page .learning_primary span {
    display: block;
    overflow: hidden;
    margin-bottom: 1.5rem;
    position: relative;
}

.opening_page .learning_primary span::before {
    content: "";
    left: -10px;
    top: 0;
    background-color: rgb(179,166,134);
    transform: skewX(-15deg);
    position: absolute;
    width: 4px;
    height: 100%;
}

.opening_page .learning_primary h1::after {
    transform-origin: left center;
    left: 0;
    width: 80px;
    animation: scale-in 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.2s;
    position: absolute;
    background-color: rgb(209,197,168);
    content: "";
    bottom: -15px;
    transform: scaleX(0);
    height: 3px;
}

.course_program_description::before {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0;
    z-index: 1;
    content: "";
    background-size: 60px 60px;
    height: 100%;
}

.course_program_description .text_capsule .description {
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.8;
    font-size: 14px;
}

.course_program_description .thumbnail_img::before {
    background: linear-gradient(135deg, rgb(209,197,168,0.5) 0%, transparent 50%);
    height: 100%;
    left: 0;
    opacity: 0.3;
    content: "";
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
}


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


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



@media (max-width: 768px) {.course_benefits {
    padding: 80px 0;
}.course_benefits .knowledge_sessions {
    gap: 30px;
}.course_benefits .thumbnail_img {
    min-height: 300px;
}.course_benefits .text_main_holder > div {
    gap: 15px;
    padding: 15px;
}.course_benefits .text_main_holder svg {
    width: 24px;
    height: 24px;
}
}



@media (max-width: 576px) {.meet_us {
    padding: 40px 0;
}.meet_us h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.meet_us .knowledge_track,
    .meet_us .virtual_guides {
    gap: 20px;
    padding: 20px;
}.meet_us .knowledge_track span {
    margin-bottom: 15px;
}.meet_us .knowledge_track .thumbnail_img,
    .meet_us .virtual_guides .learn_expert {
    height: 200px;
}}



@media (max-width: 768px) {.contact_us {
    padding: 60px 0;
}.contact_us h2 {
    margin-bottom: 40px;
    font-size: calc(42px * 0.8);
}.contact_us .query_widget {
    flex-direction: column;
}.contact_us .thumbnail_img {
    width: 100%;
    min-height: 300px;
}.contact_us .connect_message {
    padding: 40px 30px;
    width: 100%;
}.contact_us form h3 {
    margin-bottom: 30px;
}.contact_us form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_us .feedback_info {
    margin-bottom: 25px;
}.contact_us .query_request {
    padding: 15px 25px;
}
}



@media (min-width: 768px) {.join_list .knowledge_sessions {
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    gap: 3rem;
    align-items: center;
}.join_list h4 {
    font-size: calc(21px * 1.2);
    margin: 0;
}.join_list .input_holder {
    gap: 1rem;
    flex-direction: row;
}.join_list input[type="email"] {
    flex: 1;
}.join_list .join_news {
    white-space: nowrap;
    flex: 0 0 auto;
    width: auto;
}
}



@media (prefers-reduced-motion: reduce) {.tyMessage::before,
    .tyMessage::after,
    .tyMessage .knowledge_sessions,
    .tyMessage .knowledge_sessions > div:first-child::after,
    .tyMessage h5,
    .tyMessage .knowledge_sessions > div:last-child,
    .tyMessage .knowledge_sessions > div:last-child::before,
    .tyMessage a,
    .tyMessage a::after {
    transition: opacity 0.3s ease;
    animation: none;
}.tyMessage .knowledge_sessions > div:first-child::after,
    .tyMessage a::after {
    transform: none;
}}



@media screen and (max-width: 768px) {.reach_out_info {
    padding: 40px 0;
}.reach_out_info .quick_request .thumbnail_img {
    height: 280px;
}.reach_out_info .form_learn {
    grid-template-columns: 1fr;
}.reach_out_info .quick_request:nth-child(1) {
    grid-column: auto;
}.reach_out_info .quick_request {
    padding: 20px;
}.reach_out_info .quick_request h2 {
    font-size: calc(28px * 0.9);
}.reach_out_info .get_contactblock {
    padding: 15px;
}
}



@media (max-width: 576px) {.course_methodology {
    padding: 2.5rem 0;
}.course_methodology .container {
    padding: 0 1rem;
}.course_methodology .knowledge_sessions {
    gap: 1.5rem;
}.course_methodology h3 {
    font-size: calc(36px * 0.7);
    padding: 1.2rem 1.5rem;
}.course_methodology span {
    font-size: calc(16px * 0.85);
    padding: 1.2rem 1.5rem;
}.course_methodology .knowledge_sessions::before,
    .course_methodology .knowledge_sessions::after {
    display: none;
}}



@media (min-width: 992px) {.academic_experience .user_reviews {
    padding: 3.5rem 4rem;
    gap: 3rem;
}.academic_experience .thumbnail_img {
    width: 180px;
    height: 180px;
}.academic_experience .job_area {
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}.academic_experience .user_reviews::before {
    width: 10px;
}
}



@media screen and (max-width: 768px) {.trophy_case {
    padding: 3rem 0 2rem;
}.trophy_case .nav_top {
    gap: 2rem;
    flex-direction: column;
}.trophy_case .nav_pro::before,
    .trophy_case .nav_pro::after {
    display: none;
}.trophy_case .nav_pro {
    margin-bottom: 1.5rem;
}.milestone_cta {
    padding: 1rem 0;
}
}



@media (min-width: 992px) {.opening_page .page_welcome {
    padding: 4rem;
}.opening_page .learn_learn {
    transform: translateZ(0) rotateX(2deg);
    padding: 5rem 4rem;
    border-left: 6px solid rgb(209,197,168);
}.opening_page .learning_primary h1 {
    font-size: calc(43px * 1.2);
    margin-bottom: 2.5rem;
}.opening_page .learning_primary h3 {
    font-size: 21px;
}.opening_page .learning_primary p {
    font-size: calc(18px * 1.2);
    max-width: 70%;
}.opening_page .learning_primary div {
    padding-left: 3rem;
}.opening_page .learning_primary h1::after {
    width: 100px;
}
}



@media (max-width: 991px) {.course_program_description {
    padding: 80px 0;
}.course_program_description .text_capsule {
    padding: 30px;
}.course_program_description .text_capsule h2 {
    font-size: calc(31px * 0.9);
}.course_program_description .thumbnail_img {
    margin-top: 40px;
    height: 400px;
}.course_program_description .class_map::before,
    .course_program_description .class_map::after {
    width: 150px;
}
}



@media (max-width: 576px) {.course_program_description {
    padding: 50px 0;
}.course_program_description .text_capsule {
    padding: 20px 15px;
}.course_program_description .text_capsule h2 {
    font-size: calc(31px * 0.8);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.course_program_description .text_capsule h2::after {
    width: 40px;
}.course_program_description .text_capsule .description {
    line-height: 1.7;
    font-size: calc(14px * 0.9);
}.course_program_description .thumbnail_img {
    margin-top: 25px;
    height: 250px;
}
}



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



@keyframes scaleIn {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



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



@keyframes pulse {
    0%, 100% {
        transform: scale(1) translateZ(0);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2) translateZ(0);
        opacity: 0.3;
    }
}



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



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(5px);
    }
    50% {
        opacity: 0.5;
        filter: blur(10px);
    }
}



@keyframes slide-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}



@keyframes scale-down {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}



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

