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

* {
    scrollbar-color: rgb(200,206,218,0.5) rgb(255, 255, 255, 0.5);
    scrollbar-width: none;
}

html,body {
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}

header .IW_nav_core .Mt_top_navbar .mx_head_site {
    transition: transform 0.3s ease-in-out;
    display: block;
}

header .IW_nav_core .Mt_top_navbar svg {
    width: 80px;
    height: auto;
}

header .IW_nav_core .Yo_first_pagebar::before {
    z-index: -1;
    top: -10px;
    opacity: 0;
    position: absolute;
    content: "";
    border-radius: 10px;
    background: linear-gradient(45deg, transparent 0%, rgb(200,206,218,0.5) 100%);
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

header .IW_nav_core .Th_nav_mentor a:hover {
    color: rgb(164,172,185);
}

header .IW_nav_core .Th_nav_mentor a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

.iq_client_experience::after {
    position: absolute;
    content: "";
    opacity: 0.1;
    right: -5%;
    filter: blur(60px);
    width: 40%;
    transform: rotate(-15deg);
    top: -10%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(200,206,218,0.5) 10%, rgb(164,172,185,0.5) 100%);
    height: 70%;
}

.iq_client_experience h2::after {
    background: linear-gradient(90deg, rgb(200,206,218) 0%, rgb(164,172,185) 100%);
    width: 80px;
    height: 4px;
    content: "";
    margin: 0.8rem auto 0;
    border-radius: 10px;
    display: block;
}

.iq_client_experience .oI_review_feedback:nth-child(1) {
    --i: 1;
}

.iq_client_experience .oI_review_feedback:nth-child(2) {
    --i: 2;
}

.iq_client_experience .oI_review_feedback:nth-child(4) {
    --i: 4;
}

.iq_client_experience .oI_review_feedback:nth-child(6) {
    --i: 6;
}

.iq_client_experience .oI_review_feedback::before {
    line-height: 1;
    font-size: 8rem;
    font-family: Georgia, serif;
    position: absolute;
    z-index: -1;
    right: 1.5rem;
    color: rgb(200,206,218);
    opacity: 0.15;
    content: "";
    top: -1.5rem;
}

.iq_client_experience .oI_review_feedback .description {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-bottom: 1.5rem;
    z-index: 1;
    line-height: 1.6;
    position: relative;
}

.iq_client_experience .oI_review_feedback img {
    border-radius: 50%;
    width: 60px;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    height: 60px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 3px solid #ffffff;
}

.xI_privacy_unit h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: rgb(164,172,185);
    font-size: 34px;
    font-weight: 600;
    margin-top: 30px;
    border-bottom: 2px solid rgb(200,206,218);
}

.xI_privacy_unit p, .xI_privacy_unit span, .xI_privacy_unit div {
    font-size: 15px;
    text-align: left;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    width: 100%;
    margin-bottom: 20px;
}

.zL_course_program_details .lS_skill_path {
    display: flex;
    flex-direction: column;
    position: relative;
}

.zL_course_program_details .BQ_news_item h2 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 35px;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    color: #000000;
}

.zL_course_program_details .BQ_news_item .description:last-of-type {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
}

.zL_course_program_details .Wy_img_caption_box::before {
    left: 0;
    content: '';
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 70%);
    z-index: 1;
    right: 0;
    top: 0;
    position: absolute;
}

.zL_course_program_details .lS_skill_path::before {
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite;
    width: 60px;
    left: 10%;
    z-index: 1;
    height: 60px;
    content: '';
    position: absolute;
    border: 2px solid rgb(200,206,218,0.5);
    top: 20px;
}

.hs_who_we_are::after {
    opacity: 0.15;
    height: 40%;
    right: -2%;
    top: -5%;
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate;
    background: linear-gradient(120deg, rgb(164,172,185) 0%, rgb(200,206,218) 100%);
    filter: blur(20px);
    transform: rotate(15deg);
    content: "";
    width: 30%;
    position: absolute;
}

.hs_who_we_are::after {
    top: -10%;
    right: -10%;
    width: 50%;
    height: 30%;
}

.hs_who_we_are h1 {
    font-weight: 700;
    letter-spacing: -0.05em;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 46px;
    position: relative;
    color: #000000;
    transform: translateX(-2%);
}

.hs_who_we_are h1 {
    margin-bottom: 1.25rem;
    font-size: calc(46px * 0.8);
}

.hs_who_we_are h1 {
    font-size: calc(46px * 0.7);
    margin-bottom: 1rem;
}

.hs_who_we_are h4 {
    letter-spacing: 0.03em;
    font-weight: 600;
    color: rgb(200,206,218);
    transform: translateX(-1%);
    margin-bottom: 1rem;
    font-size: 21px;
}

.hs_who_we_are h4 {
    font-size: calc(21px * 0.9);
    margin-bottom: 0.75rem;
}

.MZ_join_our_community {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,235,242) 0%, rgb(164,172,185,0.5) 100%);
}

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

.MZ_join_our_community .BP_reach_box:hover {
    transform: perspective(1000px) rotateY(0);
}

.MZ_join_our_community input[type="email"] {
    color: #000000;
    background: #ffffff;
    font-size: 12px;
    font-family: Arial, sans-serif;
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    flex: 1 1 250px;
    padding: 18px 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.MZ_join_our_community .Is_subscribe_coupons:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}

.MZ_join_our_community .Is_subscribe_coupons:hover::before {
    left: 0;
}

.MZ_join_our_community .Is_subscribe_coupons:active {
    transform: translateY(0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.Es_contact_section .Wy_img_caption_box {
    top: 0;
    opacity: 0.05;
    filter: saturate(0) contrast(1.2);
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
}

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

.Es_contact_section h3::before {
    transform: translateX(-50%);
    background: rgb(200,206,218);
    content: "";
    top: -15px;
    border-radius: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
}

.Zk_help_help {
    background: #ffffff;
    overflow: hidden;
    z-index: 10;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    backdrop-filter: blur(5px);
    display: flex;
    border-radius: 50px;
}

.Zk_help_help .GA_inquiry_message {
    padding: 70px;
    width: 60%;
    position: relative;
    float: left;
    z-index: 1;
}

.Zk_help_help .GA_inquiry_message h3::before,
.Zk_help_help .GA_inquiry_message h3::after {
    display: none;
}

.Zk_help_help .GA_inquiry_message h3::before {
    height: 2px;
    background: rgb(200,206,218);
    width: 30px;
    bottom: -15px;
    content: "";
    position: absolute;
    left: 0;
}

.Zk_help_help .GA_inquiry_message textarea {
    min-height: 160px;
    border-radius: 25px;
    resize: vertical;
}

.Zk_help_help .GA_inquiry_message .uQ_inquiry_form input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.Zk_help_help .GA_inquiry_message .uQ_inquiry_form input[type="checkbox"]:checked + label::before {
    background: rgb(200,206,218);
}

.Zk_help_help .GA_inquiry_message .uQ_inquiry_form a {
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(200,206,218);
    text-decoration: none;
}

.Zk_help_help .GA_inquiry_message .gB_help_info:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgb(164,172,185);
}

.Zk_help_help .Hb_request_panel::before {
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(200,206,218,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(164,172,185,0.5) 0%, transparent 30%);
}

.Zk_help_help .Hb_request_panel .rP_message_box li:last-child {
    margin-bottom: 0;
}

.Zk_help_help .Hb_request_panel .rP_message_box li svg {
    margin-right: 15px;
    transition: all 0.3s ease;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.Zk_help_help .Hb_request_panel .rP_message_box li:hover svg path {
    fill: rgb(164,172,185);
}

.Zk_help_help .Hb_request_panel .rP_message_box li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
}

.AU_launch_now::after {
    width: 40%;
    transform: rotate(-15deg);
    right: -10%;
    content: "";
    top: -30%;
    height: 150%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.15) 0%,
        transparent 70%
    );
    z-index: -1;
    position: absolute;
}

.AU_launch_now div div {
    transform: translateZ(20px);
    display: flex;
    justify-content: center;
}

.AU_launch_now .gB_help_info {
    padding: 1rem 2rem;
    border-radius: 10px;
    align-items: center;
    overflow: hidden;
    color: rgb(200,206,218);
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: #ffffff;
    font-size: 17px;
    font-family: Arial, sans-serif;
    position: relative;
    display: inline-flex;
    text-decoration: none;
    transform: translateY(0);
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    justify-content: center;
    z-index: 1;
}

.AU_launch_now .gB_help_info:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.NF_future_learners::after {
    opacity: 0.08;
    transform: rotate(-30deg);
    width: 80%;
    right: -30%;
    content: "";
    z-index: 1;
    position: absolute;
    background: rgb(164,172,185,0.5);
    height: 200%;
    bottom: -50%;
}

.NF_future_learners h4::after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    border-radius: 3px;
    background: linear-gradient(90deg, rgb(200,206,218), rgb(164,172,185));
    bottom: 0;
    content: "";
    height: 3px;
}

.NF_future_learners p::after {
    content: "";
    transition: width 0.3s ease;
    background: rgb(200,206,218);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}

.NF_future_learners p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) rotateX(5deg);
}

.NF_future_learners p svg {
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    padding: 8px;
    margin: 0 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    width: 40px;
    z-index: 2;
    flex-shrink: 0;
}

.NF_future_learners p:nth-child(odd):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(10px);
}

.NF_future_learners p:nth-child(3n+1)::after {
    background: rgb(200,206,218);
}



.NF_future_learners .se_legacy_edu > div p {
    opacity: 0;
    animation: fadeInStagger 0.6s ease forwards;
}

.NF_future_learners .se_legacy_edu > div p:nth-child(4) {
    animation-delay: 0.4s;
}

.NF_future_learners p:hover:nth-child(odd) {
    box-shadow: 10px 10px 0 rgb(200,206,218,0.5);
}

.hp_program_outcomes::before {
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    background-image: 
    radial-gradient(circle at 70% 20%, rgb(200,206,218,0.5) 0%, transparent 30%),
    radial-gradient(circle at 30% 80%, rgb(164,172,185,0.5) 0%, transparent 30%);
    width: 100%;
    opacity: 0.3;
    content: "";
}

.hp_program_outcomes .Wy_img_caption_box {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 20px;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.15),
    -5px -5px 20px rgba(255, 255, 255, 0.8);
    min-height: 350px;
}

.hp_program_outcomes h3::before {
    background: linear-gradient(to bottom, rgb(200,206,218), rgb(164,172,185));
    border-radius: 10px;
    height: 100%;
    top: 0;
    position: absolute;
    width: 4px;
    content: "";
    left: 0;
}

.hp_program_outcomes li p {
    color: #000000;
    display: flex;
    gap: 15px;
    font-size: 13px;
    align-items: center;
    margin: 0;
}

.hp_program_outcomes svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.RS_thanksBox {
    background: linear-gradient(135deg, rgb(231,235,242) 0%, rgb(164,172,185,0.5) 100%);
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}

.RS_thanksBox::after {
    height: 200px;
    opacity: 0.2;
    top: -50px;
    position: absolute;
    content: "";
    animation: float 18s infinite ease-in-out;
    transform: rotate(15deg);
    right: -50px;
    width: 200px;
    border: 2px solid rgb(200,206,218,0.5);
}

.RS_thanksBox .se_legacy_edu:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.RS_thanksBox .se_legacy_edu::before {
    left: 20px;
    right: 20px;
    border: 1px solid rgb(164,172,185,0.5);
    transform: scale(0.98);
    bottom: 20px;
    position: absolute;
    top: 20px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.2;
    content: "";
    pointer-events: none;
}

.RS_thanksBox h5::before {
    opacity: 0.3;
    color: rgb(200,206,218,0.5);
    content: "";
    left: -30px;
    top: -20px;
    font-size: calc(20px * 2.5);
    position: absolute;
}

.RS_thanksBox a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.RS_thanksBox a:hover::after {
    transform-origin: left center;
    transform: scaleX(1);
}

.IR_education_experience::before {
    position: absolute;
    content: "";
    left: 0;
    mix-blend-mode: screen;
    animation: morphBackground 15s infinite alternate ease-in-out;
    background: 
    radial-gradient(circle at 25% 25%, rgb(200,206,218,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(164,172,185,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    top: 0;
}

.IR_education_experience .Wy_img_caption_box::before {
    mix-blend-mode: multiply;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 23px;
}

.IR_education_experience .oI_review_feedback:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}

.IR_education_experience .oI_review_feedback:hover .name::after {
    transform: scaleX(1);
}

.IR_education_experience .oI_review_feedback > span:not(.name) {
    grid-area: job;
    padding-left: 20px;
    color: rgb(164,172,185);
    margin-top: 5px;
    font-weight: 600;
    font-size: 20px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
    transform-origin: left center;
    transform: perspective(1000px) rotateY(5deg);
}

.Pv_pricing_grid_item {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.Pv_pricing_grid_item::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    width: 100%;
}

.Pv_pricing_grid_item .Bg_fee_offers {
    opacity: 0.9;
    line-height: 1.6;
    margin: 0 auto 50px;
    color: #ffffff;
    text-align: center;
    max-width: 760px;
    font-size: 18px;
}

.Pv_pricing_grid_item .cL_pro_fees {
    flex-direction: column;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    min-height: 380px;
    display: flex;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    height: 100%;
    justify-content: space-between;
    height: 100%;
}

.Pv_pricing_grid_item .oA_deal_board h4::after {
    width: 40px;
    position: absolute;
    left: 0;
    background: rgb(200,206,218);
    bottom: 0;
    content: "";
    transition: width 0.4s ease;
    height: 2px;
}

.Pv_pricing_grid_item .Ch_learning_rates::before {
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
}

.Pv_pricing_grid_item .oA_deal_board:hover h4::after {
    width: 60px;
}

.RS_title_section {
    position: relative;
    overflow: hidden;
}

.RS_title_section .LM_course_intro {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.25);
    padding: 3rem 1.5rem;
    min-height: 100vh;
}

.RS_title_section .AL_founder_bio > div:first-child {
    position: relative;
    margin-bottom: 2.5rem;
}

.RS_title_section .title_style_header {
    text-shadow: 
    0 2px 10px rgba(0, 0, 0, 0.2),
    0 15px 30px rgba(0, 0, 0, 0.15);
    letter-spacing: -0.02em;
    color: #ffffff;
    line-height: 1.2;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: clamp(2.5rem, 5vw, 43px);
    margin: 0;
    font-weight: 700;
    transform: translateZ(20px);
}

.RS_title_section p::before {
    position: absolute;
    animation: pulse 2s infinite;
    height: 10px;
    left: 0;
    width: 10px;
    box-shadow: 0 0 15px rgb(164,172,185);
    transform: translateY(-50%);
    content: "";
    background: rgb(164,172,185);
    top: 50%;
    border-radius: 50%;
}

#Co_cookie_alert_info {
    display: none;
}

#Co_cookie_alert_info:checked ~ .lj_consentInformationPopup {
    opacity: 0;
    visibility: hidden;
}

.Qy_user_default {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 1rem;
}

.Qy_user_default svg {
    height: 50px;
    width: 50px;
    fill: rgb(200,206,218);
}

.tU_track_accept p {
    color: #000000;
    font-size: 1rem;
}

.cookie_button.mI_track_edu {
    background: rgb(200,206,218);
}

.Af_cookie_user:hover {
    background: #000000;
    transform: translateY(-3px);
}

.lj_consentInformationPopup p a {
    color: rgb(200,206,218);
    transition: color 0.3s ease;
    text-decoration: underline;
}

.nd_debate_club .VG_program_foot {
    display: flex;
    flex-direction: column;
}

.nd_debate_club .info_item {
    padding: 0.5rem 1rem;
    position: relative;
    transition: transform 0.3s ease;
}

.nd_debate_club .info_item:hover {
    transform: translateX(10px);
}

.nd_debate_club .info_item p,
.nd_debate_club .info_item a {
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    gap: 0.75rem;
    font-size: 14px;
    color: #ffffff;
    display: flex;
}

.nd_debate_club .Mt_top_navbar svg {
    filter: brightness(0) invert(1);
    height: auto;
    max-width: 150px;
    transition: all 0.3s ease;
}

.nd_debate_club .jU_stats_tool {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.9;
}

.nd_debate_club .Yo_first_pagebar h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
    display: inline-block;
    font-size: 19px;
}

.nd_debate_club .Yo_first_pagebar h5::after {
    content: '';
    width: 40px;
    bottom: -0.5rem;
    background-color: rgb(200,206,218);
    height: 3px;
    position: absolute;
    left: 0;
}

.nd_debate_club .Lj_top_mentor a:hover {
    padding-left: 10px;
    opacity: 1;
}

.nd_debate_club .Lj_top_mentor a:hover::before {
    width: 30px;
}

.nd_debate_club .subscribe_holder::before {
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    content: '';
}

.nd_debate_club .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.nd_debate_club .Is_subscribe_coupons {
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    font-size: 20px;
    padding: 1rem 1.25rem;
    position: relative;
    border: none;
    background-color: rgb(200,206,218);
    font-weight: 600;
    transition: all 0.3s ease;
}

.nd_debate_club .Ow_fund_cta {
    opacity: 0.7;
    color: #ffffff;
    font-size: 13px;
}



::-webkit-scrollbar {
    width: 5px;
    padding: 1px;
}

::-webkit-scrollbar-button {
    width: 9px;
    height: 7px;
    border-radius: 9px;
    background: rgb(164,172,185);
}

::-webkit-scrollbar-track {
    background: rgb(200,206,218);
    border: 1px dotted rgb(200,206,218,0.5);
}

::-webkit-scrollbar-thumb {
    transition: all, transform 1.6s ease-out;
    border-radius: 9999px;
    background: radial-gradient(ellipse at bottom right, #ffffff 27%, rgb(255, 255, 255, 0.5) 23%, rgb(164,172,185) 65%, rgb(164,172,185,0.5) 58%, rgb(200,206,218) 97%, rgb(200,206,218,0.5) 92%);
    animation: glow_scrollbar 5.5s ease infinite;
    min-height: 57px;
    border: 1px dashed rgb(255, 255, 255, 0.5);
    box-shadow: -3px 4px 4px 3px rgba(0, 0, 0, 0.7);
}

::-webkit-scrollbar-corner {
    background: rgb(231,235,242);
    border-radius: 6px;
}



@media (max-width: 767px) {.iq_client_experience {
    padding: 3.5rem 0;
}.iq_client_experience h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.8);
}.iq_client_experience h2::after {
    width: 60px;
    height: 3px;
}.iq_client_experience .IP_learning_voices {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.iq_client_experience .oI_review_feedback img {
    height: 50px;
    width: 50px;
}
}



@media (min-width: 992px) {.zL_course_program_details .BQ_news_item::before {
    position: absolute;
    top: 0;
    content: '';
    left: -160px;
    background: linear-gradient(to right, transparent, rgb(200,206,218,0.5), transparent);
    transform: translateY(130px) rotate(90deg);
    height: 3px;
    z-index: 1;
    width: 200px;
}.zL_course_program_details .BQ_news_item::after {
    background: linear-gradient(to right, transparent, rgb(164,172,185,0.5), transparent);
    top: 0;
    content: '';
    position: absolute;
    height: 3px;
    width: 200px;
    z-index: 1;
    transform: translateY(130px) rotate(90deg);
    right: -160px;
}
}



@media (max-width: 768px) {.MZ_join_our_community {
    padding: 60px 0;
}.MZ_join_our_community::before {
    height: 60%;
    right: -20%;
    width: 100%;
    top: -10%;
    transform: rotate(-8deg);
}.MZ_join_our_community .BP_reach_box {
    transform: none;
    margin-left: 0;
}.MZ_join_our_community h3 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.8);
}.MZ_join_our_community .input_holder {
    flex-direction: column;
}.MZ_join_our_community input[type="email"],
    .MZ_join_our_community .Is_subscribe_coupons {
    width: 100%;
}
}



@media (max-width: 991px) {.AU_launch_now {
    padding: 3.5rem 1.5rem;
}.AU_launch_now h6 {
    font-size: calc(22px * 1);
    margin-bottom: 2rem;
}.AU_launch_now .gB_help_info {
    padding: 0.9rem 1.8rem;
}
}



@media (max-width: 767px) {.AU_launch_now {
    padding: 3rem 1.2rem;
}.AU_launch_now h6 {
    margin-bottom: 1.8rem;
    font-size: calc(22px * 0.95);
    line-height: 1.5;
}.AU_launch_now .gB_help_info {
    font-size: calc(17px * 0.95);
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 380px) {.AU_launch_now h6 {
    font-size: calc(22px * 0.85);
}.AU_launch_now .gB_help_info {
    font-size: calc(17px * 0.85);
    padding: 0.7rem 1.2rem;
}}



@media (max-width: 576px) {.NF_future_learners {
    padding: 60px 0;
}.NF_future_learners h4 {
    font-size: calc(32px * 0.7);
    margin-bottom: 30px;
}.NF_future_learners h4::after {
    width: 60px;
    height: 2px;
}.NF_future_learners div > div {
    gap: 15px;
}.NF_future_learners p {
    min-height: 70px;
    font-size: calc(12px * 0.9);
}.NF_future_learners p svg {
    width: 28px;
    padding: 5px;
    margin: 0 8px;
    height: 28px;
}.NF_future_learners p:nth-child(odd) {
    box-shadow: 4px 4px 0 rgb(200,206,218,0.5);
}.NF_future_learners p:nth-child(even) {
    box-shadow: 4px 4px 0 rgb(164,172,185,0.5);
}.NF_future_learners p:hover:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(200,206,218,0.5);
}.NF_future_learners p:hover:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(164,172,185,0.5);
}}



@media (min-width: 992px) {.RS_thanksBox .se_legacy_edu {
    padding: 80px 70px;
}.RS_thanksBox h5 {
    font-size: calc(20px * 1.1);
}.RS_thanksBox p {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 575px) {.RS_thanksBox {
    padding: 60px 0 40px;
}.RS_thanksBox .se_legacy_edu {
    padding: 30px 25px;
    border-left: 4px solid rgb(200,206,218);
}.RS_thanksBox .se_legacy_edu > div:first-child {
    margin-bottom: 25px;
}.RS_thanksBox h5 {
    font-size: calc(20px * 0.9);
}.RS_thanksBox h5::before {
    font-size: calc(20px * 2);
    left: -20px;
}.RS_thanksBox .se_legacy_edu > div:first-child::after {
    height: 2px;
    width: 60px;
}
}



@media (max-width: 576px) {.IR_education_experience {
    padding: 60px 0;
}.IR_education_experience .Wy_img_caption_box {
    height: 250px;
    max-width: 250px;
}.IR_education_experience .name {
    font-size: 24px;
}.IR_education_experience .Mc_career_card {
    padding: 25px 20px;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 992px) {.Pv_pricing_grid_item {
    padding: 80px 0;
}.Pv_pricing_grid_item .BW_value_plan {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.Pv_pricing_grid_item .cL_pro_fees {
    min-height: 340px;
    padding: 22px;
}.Pv_pricing_grid_item .oA_deal_board h4 {
    font-size: 20px;
}.Pv_pricing_grid_item .oA_deal_board p {
    font-size: 14px;
    line-height: 1.6;
}.Pv_pricing_grid_item .Ch_learning_rates {
    font-size: 24px;
    padding: 8px 16px;
}
}



@media (max-width: 991px) {.RS_title_section .AL_founder_bio {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.RS_title_section .title_style_header {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}.RS_title_section p {
    max-width: 100%;
}
}



@media (max-width: 480px) {.RS_title_section .LM_course_intro {
    padding-top: 25%;
}.RS_title_section .AL_founder_bio {
    padding: 1.5rem 1.25rem;
}.RS_title_section .title_style_header {
    font-size: 2rem;
}.RS_title_section h3 {
    font-size: 1.125rem;
}.RS_title_section p {
    font-size: 0.95rem;
}}



@media (max-width: 1200px) {.nd_debate_club .yD_learn_chat {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.nd_debate_club .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.nd_debate_club .subscribe_holder {
    grid-column: 1 / -1;
}
}



@media (max-width: 991px) {.nd_debate_club .text_main_holder {
    grid-template-columns: 1fr;
}.nd_debate_club .Mt_top_navbar,
    .nd_debate_club .Yo_first_pagebar,
    .nd_debate_club .subscribe_holder {
    clip-path: none;
}.nd_debate_club .Yo_first_pagebar {
    padding: 3rem 2rem;
}.nd_debate_club .Mt_top_navbar {
    padding: 3rem 2rem;
    align-items: center;
    text-align: center;
}.nd_debate_club .subscribe_holder {
    padding: 3rem 2rem;
}.nd_debate_club .py_badge_case {
    clip-path: none;
    padding: 3rem 0 2rem;
}
}

@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }



@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}


    
    @keyframes expandLine {
        100% {
            width: 60px;
        }
    }



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



@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-20px);
    }
}



@keyframes float {
  0%, 100% {
    transform: perspective(1000px) rotateX(2deg) translateY(0);
  }
  50% {
    transform: perspective(1000px) rotateX(2deg) translateY(-15px);
  }
}

