.nav_pagewrap_base {
    flex: 1 0 auto;
}

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

header,footer {
    width: 100%;
}

header {
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 100;
    position: relative;
    margin-top: 0;
    background: linear-gradient(135deg, rgb(194,187,207,0.5) 0%, rgb(159,151,175,0.5) 100%);
}

.learning_outcomes_base h2 {
    margin-left: 2rem;
    font-size: calc(37px * 1.5);
    line-height: 1.2;
    font-weight: 700;
    width: 60%;
    margin-bottom: 2.5rem;
    position: relative;
    color: #000000;
}

.learning_outcomes_base .pic_card_base::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgb(194,187,207,0.5) 0%, transparent 100%);
    top: 0;
}

.learning_outcomes_base .text_main_holder > div {
    padding: 2rem 2.5rem;
    position: relative;
    display: flex;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    align-items: flex-start;
    border-radius: 15px;
    transition: all 0.4s ease;
}

.learning_outcomes_base .text_main_holder svg {
    width: 3rem;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
    height: 3rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

header::before {
    top: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(194,187,207,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(159,151,175,0.5) 0%, transparent 30%);
    opacity: 0.5;
}

header .main_sitewrap_base {
    display: block;
    transition: all 0.3s ease;
}

header .top_mainwrap_base {
    position: relative;
    display: flex;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}

header .main_skill_base a::before {
    height: 100%;
    z-index: -1;
    opacity: 0;
    width: 100%;
    top: 0;
    border-radius: 28px;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    content: '';
    position: absolute;
    left: 0;
}

header .main_skill_base:hover::after {
    width: 70%;
}

header .head_expert_base::after {
    position: absolute;
    background: rgb(159,151,175,0.5);
    border-radius: 50%;
    width: 80px;
    left: -20px;
    z-index: -1;
    bottom: -20px;
    height: 80px;
    filter: blur(30px);
    opacity: 0.5;
    content: '';
}

.title_greeting_base {
    background: linear-gradient(135deg, rgb(229,225,236) 0%, rgba(245, 247, 250, 0.92) 100%);
    padding: 80px 0;
    display: flex;
    align-items: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.title_greeting_base .learning_dna_base {
    z-index: 2;
    position: relative;
    width: 100%;
    margin: 0 auto;
    flex-direction: column-reverse;
    display: flex;
    padding: 0 20px;
    max-width: 1200px;
}

.title_greeting_base .text_widget_base:hover {
    transform: translateY(-5px);
}

.title_greeting_base .text_widget_base:hover h1::after {
    transform: scaleX(1);
}

.title_greeting_base .learn_entry_base {
    gap: 25px;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
    position: relative;
    flex-direction: column;
}

.title_greeting_base .text_widget_base:hover .learn_entry_base svg {
    filter: drop-shadow(0 6px 12px rgba(94, 170, 168, 0.25));
    transform: scale(1.05) rotate(2deg);
}

.title_greeting_base .learn_entry_base p {
    max-width: 600px;
    position: relative;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(12px * 1.1);
    margin: 0;
    padding-left: 12px;
    line-height: 1.7;
}

.title_greeting_base ul li {
    margin-right: 15px;
}

.title_greeting_base .query_reach_base {
    font-weight: 600;
    padding: 15px 30px;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.2);
    border-radius: 10px;
    font-size: 19px;
    background: linear-gradient(135deg, rgb(194,187,207) 0%, rgb(159,151,175) 100%);
    position: relative;
    color: #ffffff;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
}

.title_greeting_base .pic_card_base:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
}

.give_it_a_try_base::before {
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.15;
    background: linear-gradient(135deg, rgb(194,187,207,0.5) 0%, transparent 50%, rgb(159,151,175,0.5) 100%);
    width: 100%;
    top: 0;
    left: 0;
    content: '';
}

.give_it_a_try_base .container p {
    margin: 0;
    width: 60%;
    text-shadow: 0 0 10px rgba(rgb(194,187,207,0.5), 0.5);
    line-height: 1.4;
    font-size: 29px;
    font-weight: 700;
    z-index: 5;
    color: #ffffff;
}

.give_it_a_try_base .query_reach_base::before {
    inset: 0;
    content: '';
    z-index: -2;
    animation: rotate-border 8s linear infinite;
    position: absolute;
    border-radius: 50%;
    background: conic-gradient(
        rgb(194,187,207),
        rgb(159,151,175),
        rgb(194,187,207)
    );
}

header .top_plank .prime_skill_base div svg, header .top_plank .prime_skill_base div svg path {
    fill: #ffffff;
}

header .top_plank .prime_skill_base div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}

.sign_up_base {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(229,225,236) 0%, rgb(159,151,175,0.5) 100%);
}

.sign_up_base .container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}

.sign_up_base .learning_dna_base {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.03);
    gap: 2rem;
    padding: 3rem 2.5rem;
    background: #ffffff;
    grid-template-columns: 1fr;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 4px solid rgb(194,187,207);
    display: grid;
    transform: perspective(1000px) rotateY(-1deg);
}

.sign_up_base .input_holder {
    display: flex;
    margin-top: 1rem;
    position: relative;
    flex-direction: column;
    gap: 1rem;
}

.sign_up_base .sub_banners_base::placeholder {
    transition: color 0.3s ease;
    color: rgba(0, 0, 0, 0.35);
}

.sign_up_base .sub_banners_base:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.sign_up_base .begin_now_base:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(rgb(194,187,207,0.5), 0.3);
}

.sign_up_base .begin_now_base::before {
    height: 100%;
    top: 0;
    content: '';
    transition: transform 0.6s ease;
    width: 100%;
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

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

.contact_us_basepJI4 .help_section_base::before {
    height: 1px;
    left: -50%;
    width: 200%;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(90deg, 
        transparent, 
        rgb(194,187,207), 
        transparent);
}

.contact_us_basepJI4 .request_box_base {
    background: linear-gradient(135deg, 
        rgb(194,187,207,0.5), 
        rgba(0, 0, 0, 0.2));
    padding: 2rem;
    flex: 1 1 300px;
    backdrop-filter: blur(5px);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateZ(0);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.contact_us_basepJI4 .request_box_base div {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    padding-left: 10px;
}

.contact_us_basepJI4 .request_box_base div svg {
    width: 20px;
    margin-right: 15px;
    height: 20px;
    flex-shrink: 0;
}

.contact_us_basepJI4 .request_box_base div:hover svg path {
    fill: rgb(194,187,207);
    filter: drop-shadow(0 0 2px rgb(194,187,207));
}

.contact_us_basepJI4 .request_box_base div span a:hover {
    color: rgb(159,151,175);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.contact_us_basepJI4 .inquiry_message_base form {
    gap: 1.2rem;
    flex-direction: column;
    display: flex;
}

.contact_us_basepJI4 .inquiry_message_base h3 {
    font-size: 21px;
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.contact_us_basepJI4 .inquiry_message_base input[type="text"]:focus,
.contact_us_basepJI4 .inquiry_message_base input[type="email"]:focus {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(194,187,207);
    box-shadow: 0 0 0 2px rgb(194,187,207,0.5);
}

.contact_us_basepJI4 .inquiry_message_base .request_reach_base {
    margin: 0.5rem 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact_us_basepJI4 .inquiry_message_base .request_reach_base input[type="checkbox"]:checked::before {
    content: "✓";
    left: 50%;
    font-size: 12px;
    color: #ffffff;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.contact_us_basepJI4 .inquiry_message_base .request_reach_base label a {
    position: relative;
    text-decoration: none;
    color: rgb(159,151,175);
    transition: all 0.3s ease;
}

.contact_us_basepJI4 .inquiry_message_base .query_reach_base {
    position: relative;
    text-transform: uppercase;
    margin-top: 1rem;
    border-radius: 10px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
    background: linear-gradient(135deg, 
        rgb(194,187,207), 
        rgb(159,151,175));
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 12px 20px;
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
}

.cookie_notice_window_base .manage_cookies_base svg {
    fill: rgb(194,187,207);
    width: 60px;
    height: 60px;
}

.cookie_notice_window_base .cookie_hide_base p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}

.cookie_notice_window_base .data_approve_base:active {
    transform: translateY(1px);
    box-shadow: none;
}


#cookie_popup_panel_base {
    display: none;
}

.secure_bunker_base {
    padding: 60px;
    display: flex;
    width: 100%;
    height: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    flex-direction: column;
    border: 2px solid #000000;
    align-items: center;
}

.secure_bunker_base ul, .secure_bunker_base ol {
    width: 100%;
    padding-left: 0;
    padding: 20px 0;
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
    list-style: none;
    max-width: 800px;
    margin: 30px 0;
}

.secure_bunker_base p, .secure_bunker_base span, .secure_bunker_base div {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: justify;
    width: 100%;
    max-width: 800px;
    font-size: 16px;
}

.quantitative_data_base::after {
    left: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    opacity: 0.07;
    width: 100%;
    content: "";
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(159,151,175,0.5) 0,
        rgb(159,151,175,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}

.quantitative_data_base .statistics_pros_base:nth-child(even) {
    border-left: none;
    background: linear-gradient(to left, rgb(159,151,175,0.5) 0%, transparent 100%);
    border-right: 3px solid rgb(159,151,175);
    transform: translateX(1.5rem) translateZ(0);
    text-align: right;
    border-radius: 30px 0 0 30px;
}

.quantitative_data_base .statistics_pros_base h4 {
    line-height: 1;
    font-weight: 700;
    font-size: calc(37px * 1.3);
    margin: 0 0 0.5rem 0;
    color: rgb(194,187,207);
}

.quantitative_data_base .statistics_extras_base::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(194,187,207) 0%, rgb(159,151,175) 100%);
    width: 5px;
    content: "";
}

.quantitative_data_base svg {
    margin-bottom: 0.5rem;
    fill: rgb(194,187,207);
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}

.thxMessage_base {
    background: linear-gradient(135deg, rgb(229,225,236), #ffffff);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.thxMessage_base .container {
    z-index: 2;
    max-width: 1140px;
    position: relative;
    padding: 0 20px;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin: 0 auto;
}

.thxMessage_base h2 {
    transform: translateZ(20px);
    font-weight: 600;
    color: #000000;
    font-size: 30px;
    animation: fadeSlideIn 0.8s ease-out forwards;
    line-height: 1.4;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    position: relative;
    margin-bottom: 40px;
}

.thxMessage_base .learning_dna_base::before {
    background: linear-gradient(135deg, rgb(159,151,175,0.5) 30%, transparent 70%);
    border-radius: 50%;
    position: absolute;
    height: 100px;
    transform: translateZ(-5px);
    content: "";
    opacity: 0.15;
    width: 100px;
    right: 20px;
    top: 20px;
}

.leadership_experience_base {
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem 4rem;
    background: linear-gradient(180deg, rgb(229,225,236) 0%, rgb(159,151,175,0.5) 100%);
}

.leadership_experience_base .client_opinions_base {
    align-items: center;
    position: relative;
    max-width: 600px;
    flex-direction: column;
    display: flex;
    z-index: 2;
    margin: 0 auto;
}

.leadership_experience_base .pic_card_base:hover {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-15px);
}

.leadership_experience_base .work_exp_base::before {
    left: 0;
    z-index: -1;
    content: "";
    transform: translateZ(-20px);
    top: 0;
    height: 100%;
    background: rgb(194,187,207);
    width: 100%;
    position: absolute;
}

.leadership_experience_base .name::after {
    background: rgb(159,151,175);
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.leadership_experience_base .experience_details_base::before,
.leadership_experience_base .experience_details_base::after {
    border-radius: 50%;
    position: absolute;
    background: rgb(159,151,175,0.5);
    width: 30px;
    content: "";
    height: 30px;
}

.leadership_experience_base .experience_details_base::before {
    transform: translateX(-20px);
    left: 50%;
    top: -15px;
}

.company_info_base h3 {
    display: inline-block;
    transform: translateX(-50%);
    left: 50%;
    color: #000000;
    text-align: center;
    font-weight: 700;
    font-size: 37px;
    position: relative;
    margin-bottom: 50px;
}

.company_info_base .growth_path_base {
    flex-direction: column;
    margin-bottom: 70px;
    display: flex;
    position: relative;
}

.company_info_base .growth_path_base .pic_card_base {
    width: 35%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    right: 0;
    box-shadow: -15px 15px 0 rgb(194,187,207,0.5);
    position: absolute;
    height: 100%;
    top: 0;
    border-radius: 22px;
}

.company_info_base .fast_learning_base432GF .method_edu_base:hover {
    box-shadow: 20px 20px 0 rgb(159,151,175,0.5);
    transform: translate(-5px, -5px);
}

.company_info_base .learning_dna_base::after {
    width: 150px;
    border: 2px dashed rgb(159,151,175,0.5);
    animation: rotate 20s infinite linear reverse;
    bottom: -75px;
    position: absolute;
    z-index: -1;
    height: 150px;
    right: -75px;
    border-radius: 50%;
    content: "";
}

.company_info_base .fast_learning_base432GF svg {
    position: absolute;
    right: -45px;
    width: 30px;
    top: 10px;
    opacity: 0.7;
    color: rgb(159,151,175);
    height: 30px;
}

.program_overview_base::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        linear-gradient(45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%),
        linear-gradient(-45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%);
    position: absolute;
    top: 0;
    background-size: 80px 80px, 60px 60px, 60px 60px;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 0;
    content: "";
}

.program_overview_base .pic_card_base {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) rotateX(-1deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border: 3px solid #ffffff;
    overflow: hidden;
    position: relative;
    height: 350px;
}

.program_overview_base .text_widget_base {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    background-color: #ffffff;
    z-index: 2;
    transform: translateY(-15px);
    padding: 35px 40px;
}

.program_overview_base .description:first-of-type {
    animation-delay: 0.2s;
}

footer {
    position: relative;
}

.webinar_live_base .container {
    flex-wrap: wrap;
    gap: 40px;
    display: flex;
}

.webinar_live_base .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.webinar_live_base .company_holder h3 {
    font-weight: 700;
    display: inline-block;
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
}

.webinar_live_base .campus_links_base {
    position: relative;
}

.webinar_live_base .header_pro_base {
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

.webinar_live_base .top_mainwrap_base .header_pro_base a {
    padding: 8px 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    font-size: 17px;
    transition: all 0.3s ease;
    color: #ffffff;
    z-index: 1;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.lecture_ref_base .container {
    display: flex;
    justify-content: center;
    align-items: center;
}



footer::after {
    top: 0;
    right: 0;
    background-size: 40px 40px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    content: '';
}

.offer_box_base .pricing_rates_base {
    perspective: 1000px;
}

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

.offer_box_base .cost_table_base {
    position: relative;
    display: block;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    text-decoration: none;
}

.offer_box_base .tuition_plans_base::after {
    height: 2px;
    content: "";
    transform-origin: bottom;
    right: 10px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -2px;
    background: linear-gradient(90deg, 
        rgb(159,151,175,0.5) 0%,
        rgb(194,187,207,0.5) 100%);
    opacity: 0.7;
    left: 10px;
    position: absolute;
}

.offer_box_base .tuition_grid_base h4::after {
    position: absolute;
    transform-origin: left;
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    background: rgb(194,187,207);
    left: 0;
    width: 40px;
    height: 3px;
    bottom: -8px;
}

.offer_box_base .fee_schemes_base::before {
    border-radius: 50%;
    margin-right: 8px;
    width: 10px;
    background: rgb(194,187,207);
    box-shadow: 0 0 15px rgb(194,187,207);
    transform: translateY(-2px);
    height: 10px;
    content: "";
    display: inline-block;
}

.offer_box_base .learning_package_base li:hover .tuition_plans_base::after {
    transform: scaleY(1.5);
    opacity: 0.9;
}

.offer_box_base .tuition_grid_base p::-webkit-scrollbar {
    width: 4px;
}

.offer_box_base .tuition_grid_base p::-webkit-scrollbar-thumb {
    background: rgb(194,187,207,0.5);
    border-radius: 10px;
}



@media (max-width: 768px) {.learning_outcomes_base {
    padding: 7rem 0 20rem;
}.learning_outcomes_base .learning_dna_base {
    flex-direction: column;
    display: flex;
}.learning_outcomes_base h2 {
    font-size: 37px;
    width: auto;
    margin-right: 2rem;
    margin-left: 2rem;
}.learning_outcomes_base .text_widget_base {
    width: auto;
    padding: 0 2rem;
}.learning_outcomes_base .pic_card_base {
    height: 300px;
    top: auto;
    clip-path: none;
    margin: 2rem auto 0;
    border-radius: 15px;
    right: auto;
    position: relative;
    width: 90%;
}.learning_outcomes_base .text_main_holder > div {
    padding: 1.8rem 2rem;
}
}



@media (max-width: 479px) {header .head_expert_base {
    padding: 0.7rem 1rem;
}header .site_prime_base {
    max-width: 120px;
    padding: 0.4rem 0.7rem;
}header .main_skill_base a {
    padding: 0.4rem 0.6rem;
    font-size: calc(15px - 3px);
}}



@media (min-width: 768px) {.title_greeting_base .learning_dna_base {
    flex-direction: row;
    gap: 30px;
    align-items: center;
}.title_greeting_base .text_widget_base {
    flex: 1;
    padding: 0 20px 0 0;
}.title_greeting_base .pic_card_base {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
    margin-bottom: 0;
    flex: 1;
    height: 450px;
}.title_greeting_base .pic_card_base:hover {
    transform: perspective(1000px) rotateY(-3deg) translateX(-5px);
}.title_greeting_base h1 {
    font-size: calc(28px * 1.1);
}.title_greeting_base .learn_entry_base svg {
    width: 100px;
    height: 100px;
}
}



@media (max-width: 767px) {.title_greeting_base {
    padding: 60px 0;
}.title_greeting_base h1 {
    font-size: calc(28px * 0.9);
}.title_greeting_base .query_reach_base {
    font-size: calc(19px * 0.95);
    padding: 12px 25px;
}
}



@media (max-width: 480px) {.title_greeting_base {
    padding: 40px 0;
}.title_greeting_base .learning_dna_base {
    padding: 0 15px;
}.title_greeting_base .text_widget_base {
    padding: 30px 10px;
}.title_greeting_base h1 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.85);
}.title_greeting_base .learn_entry_base {
    gap: 20px;
    margin-bottom: 25px;
}.title_greeting_base .learn_entry_base p {
    font-size: 12px;
}.title_greeting_base .pic_card_base {
    height: 250px;
}.title_greeting_base .query_reach_base {
    font-size: calc(19px * 0.9);
    padding: 10px 20px;
}}



@media (min-width: 992px) {.sign_up_base {
    padding: 6rem 2rem;
}.sign_up_base .learning_dna_base {
    padding: 4rem;
    grid-template-columns: 1.8fr 1fr;
}.sign_up_base h3 {
    font-size: 20px;
}.sign_up_base .sub_banners_base {
    padding: 1rem 1.5rem;
}.sign_up_base .begin_now_base {
    padding: 1rem 2rem;
}
}



@media screen and (max-width: 992px) {.contact_us_basepJI4 {
    padding: 5rem 0;
}.contact_us_basepJI4 .help_section_base {
    flex-direction: column;
    gap: 2rem;
}.contact_us_basepJI4 .request_box_base,
    .contact_us_basepJI4 .inquiry_message_base {
    flex: 1 1 100%;
}
}


@media (max-width: 768px) {.cookie_notice_window_base .manage_cookies_base {
    margin-bottom: 15px;
    margin-right: 0;
}.cookie_notice_window_base .data_approve_base {
    margin-left: 0;
    width: 48%;
    text-align: center;
}}



@media only screen and (max-width: 800px) {.secure_bunker_base {
    border-radius: 10px;
    padding: 30px;
}.secure_bunker_base h1 {
    padding-bottom: 10px;
    font-size: calc(23px - 5px);
}.secure_bunker_base h2 {
    padding-left: 10px;
    font-size: calc(23px - 5px);
}.secure_bunker_base ul, .secure_bunker_base ol {
    margin: 20px 0;
    padding: 15px 0;
}.secure_bunker_base ul li, .secure_bunker_base ol li {
    padding-left: 20px;
    font-size: 16px;
}}



@media (max-width: 480px) {.quantitative_data_base {
    padding: 3rem 0;
}.quantitative_data_base .container {
    gap: 3rem;
    padding: 0 1rem;
}.quantitative_data_base .statistics_pros_base {
    padding: 1.5rem;
}.quantitative_data_base .statistics_pros_base h4 {
    font-size: 37px;
}.quantitative_data_base .statistics_pros_base span {
    font-size: calc(13px * 0.85);
}.quantitative_data_base .program_wins_base {
    margin-bottom: 1.2rem;
    font-size: calc(37px * 0.8);
}.quantitative_data_base .statistics_advantages_base {
    line-height: 1.6;
    font-size: calc(13px * 0.85);
}.quantitative_data_base .statistics_extras_base::before {
    width: 60px;
    height: 4px;
}}



@media (max-width: 768px) {.thxMessage_base {
    padding: 60px 0;
}.thxMessage_base h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.thxMessage_base h2::after {
    bottom: -12px;
    width: 60px;
}.thxMessage_base .learning_dna_base {
    padding: 25px 30px 20px;
}.thxMessage_base li span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}



@media (hover: hover) {.thxMessage_base .learning_dna_base:hover {
    transform: translateZ(15px) translateY(5px);
    transition: transform 0.3s ease;
}}



@media screen and (max-width: 1024px) {.company_info_base {
    padding: 80px 0;
}.company_info_base h3 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.company_info_base .growth_path_base p,
    .company_info_base .fast_learning_base432GF p {
    width: 55%;
}.company_info_base .growth_path_base .pic_card_base,
    .company_info_base .fast_learning_base432GF .method_edu_base {
    width: 40%;
}
}



@media (min-width: 768px) {.program_overview_base h2 {
    max-width: 80%;
    font-size: calc(36px * 1.1);
    transform: translateX(-2%);
}.program_overview_base .skill_explorer_base {
    gap: 30px;
    grid-template-columns: 1fr 1.3fr;
}.program_overview_base .pic_card_base {
    min-height: 450px;
    height: 100%;
}.program_overview_base .text_widget_base {
    transform: translateY(0) translateX(-50px);
    max-height: 600px;
    padding: 40px 50px;
    overflow-y: auto;
}.program_overview_base .text_widget_base::-webkit-scrollbar {
    width: 8px;
}.program_overview_base .text_widget_base::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color-opacity);
}.program_overview_base .text_widget_base::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}
}



@media (min-width: 1200px) {.program_overview_base h2 {
    font-size: calc(36px * 1.3);
    max-width: 65%;
}.program_overview_base .skill_explorer_base {
    grid-template-columns: 0.8fr 1.2fr;
}.program_overview_base .pic_card_base {
    min-height: 600px;
}.program_overview_base .text_widget_base {
    transform: translateY(60px) translateX(-100px);
    max-height: 700px;
}.program_overview_base .description {
    font-size: calc(16px * 1.1);
}
}



@media (max-width: 992px) {.webinar_live_base .container {
    flex-direction: column;
}
}



@media (max-width: 576px) {.webinar_live_base {
    padding: 40px 0;
}.webinar_live_base .company_holder h3 {
    font-size: calc(35px * 0.8);
}.webinar_live_base .top_mainwrap_base h5 {
    font-size: calc(18px * 0.9);
}.webinar_live_base .top_mainwrap_base .header_pro_base a,
    .webinar_live_base .footer_agreement {
    font-size: calc(17px * 0.95);
}}



@media (max-width: 480px) {.offer_box_base {
    padding: 50px 0;
}.offer_box_base h2 {
    font-size: calc(33px * 0.7);
}.offer_box_base .program_price_base {
    font-size: calc(18px * 0.9);
}.offer_box_base .tuition_grid_base {
    padding: 20px 15px;
}.offer_box_base .tuition_grid_base p {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
    max-height: 200px;
}
}



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

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

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

