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

* {
    scrollbar-color: rgb(105,134,158,0.5) rgb(255, 255, 255, 0.5);
    scrollbar-width: none;
}

.PtJtop_skill {
    flex: 1 0 auto;
}

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

.tSpslack_invite {
    flex: 0 0 auto;
}

.tSpslack_invite {
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 5rem 0 1rem;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(132,167,189,0.5) 100%);
    position: relative;
}

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

.bmitraining_method .cbkstudent_journey {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.bmitraining_method .cbkstudent_journey > div::after {
    position: absolute;
    background: #ffffff;
    height: 10px;
    filter: blur(10px);
    content: "";
    z-index: -1;
    bottom: -10px;
    opacity: 0.7;
    left: 5%;
    width: 90%;
}

.bmitraining_method h3 {
    font-weight: 700;
    transform: translateY(0);
    animation: fadeSlideUp 0.8s ease-out forwards;
    position: relative;
    color: #000000;
    transition: transform 0.5s ease-out;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 28px;
}

.bmitraining_method p span::before {
    font-family: serif;
    top: -40px;
    position: absolute;
    font-size: 120px;
    z-index: -1;
    color: rgb(132,167,189,0.5);
    opacity: 0.2;
    left: -10px;
    content: "";
}

.EsMcourse_suitability::after {
    background: 
        linear-gradient(45deg, transparent 48%, rgb(132,167,189,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(105,134,158,0.5) 49%, transparent 51%);
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0.05;
    background-size: 60px 60px;
    height: 100%;
    content: '';
}

.EsMcourse_suitability h3::after {
    right: -60px;
}

.EsMcourse_suitability ul li {
    text-align: left;
    padding: 40px 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    min-width: 280px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: calc(33.333% - 27px);
    overflow: hidden;
    border-radius: 29px;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
}



.EsMcourse_suitability ul li {
    animation: slideInBottom 0.6s forwards;
    opacity: 0;
}

.EsMcourse_suitability ul li svg {
    transition: all 0.5s ease;
    position: relative;
    width: 50px;
    flex-shrink: 0;
    height: 50px;
}

.EsMcourse_suitability ul li:nth-child(1) {
    animation-delay: 0.1s;
}

.EsMcourse_suitability ul li:nth-child(4) {
    animation-delay: 0.55s;
}

.EsMcourse_suitability ul li:nth-child(3n+1) {
    animation-delay: 0.1s, 2s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
}

.VfTprogram_outcomes {
    background: linear-gradient(135deg, rgb(161,204,220) 0%, rgba(245, 245, 250, 0.95) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

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

.VfTprogram_outcomes .cbkstudent_journey {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    align-items: center;
    display: grid;
}

.VfTprogram_outcomes h4 {
    font-weight: 700;
    padding-bottom: 0.75rem;
    font-size: 18px;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
}

.VfTprogram_outcomes .hHzdesc_block > div {
    margin-bottom: 1.5rem;
}

.VfTprogram_outcomes ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.VfTprogram_outcomes li:last-child {
    margin-bottom: 0;
}

.VfTprogram_outcomes li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.VfTprogram_outcomes li:hover svg {
    transform: rotate(15deg) scale(1.1);
}

.VfTprogram_outcomes svg path {
    fill: rgb(132,167,189);
    transition: fill 0.3s ease;
}

.VsPsecure_grotto {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 50px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.VsPsecure_grotto h2 {
    padding-bottom: 8px;
    color: rgb(105,134,158);
    margin-top: 40px;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 38px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(105,134,158);
    font-weight: 600;
}

.VsPsecure_grotto li {
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    padding: 10px 0;
    font-size: 15px;
    margin-bottom: 15px;
    color: #000000;
}

.BSclanding_page::before {
    right: 0;
    top: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 20%;
    width: 40%;
    background: rgb(105,134,158,0.5);
    position: absolute;
    z-index: 1;
    content: "";
}

.BSclanding_page > div {
    max-width: 1200px;
    width: 100%;
    display: grid;
    z-index: 2;
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
}

.BSclanding_page p {
    font-size: calc(17px * 1.2);
    position: relative;
    opacity: 0;
    max-width: 90%;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards 0.6s;
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.BSclanding_page .NVXimpact_numbers::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
    top: 0;
}

.MZyabout_this {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, rgb(161,204,220) 0%, rgb(132,167,189,0.5) 100%);
    overflow: hidden;
    position: relative;
}

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

.MZyabout_this h1 {
    transform: translateX(-5px);
    font-weight: 700;
    font-size: 47px;
    margin-bottom: 60px;
    color: #000000;
    position: relative;
}

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

.MZyabout_this .fvFour_journey::before {
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(132,167,189) 0%, rgb(105,134,158) 100%);
}

.MZyabout_this .fvFour_journey:hover h4::after {
    width: 100%;
}

.MZyabout_this .fvFour_journey div {
    color: #000000;
    font-weight: 400;
    position: relative;
    z-index: 2;
    line-height: 1.7;
    font-size: 16px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
}

.MZyabout_this .fvFour_journey:last-child:hover {
    transform: translateX(5px) translateY(-20px);
}

.EOTpricing_grid_item {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 100px 0;
}

.EOTpricing_grid_item::after {
    height: 100%;
    z-index: 2;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(132,167,189,0.5), 0.15) 0%, transparent 50%);
    position: absolute;
}

.EOTpricing_grid_item h2 {
    opacity: 1;
    position: relative;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateY(0);
    color: #ffffff;
    font-size: 31px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.EOTpricing_grid_item .bdBtrial_offers li {
    perspective: 1000px;
    display: flex;
}

.EOTpricing_grid_item .yigmonthly_plan::before {
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    transition: opacity 0.5s ease;
    opacity: 0;
    background: radial-gradient(circle at 30% 30%, rgb(132,167,189,0.5), transparent 75%);
}

.EOTpricing_grid_item .ygNpayment_pricing {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.EOTpricing_grid_item .ygNpayment_pricing h4 {
    transition: transform 0.3s ease;
    margin: 0 0 20px;
    color: #ffffff;
    position: relative;
    font-size: calc(18px + 2px);
}

.EOTpricing_grid_item .ygNpayment_pricing p {
    word-break: break-word;
    flex-grow: 1;
    overflow-wrap: break-word;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 18px;
}

.EOTpricing_grid_item .yigmonthly_plan:hover .ETZprogram_price {
    transform: scale(1.05);
}

.EOTpricing_grid_item .yigmonthly_plan:hover .ETZprogram_price::before {
    left: 100%;
}

.cUCcontact_box {
    overflow: hidden;
    background: rgb(161,204,220);
    position: relative;
    padding: 90px 0;
}

.cUCcontact_box .VIehero_banner {
    top: 2.5%;
    position: absolute;
    z-index: 1;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    right: 0;
    height: 95%;
    width: 45%;
    border-radius: 100px 0 0 100px;
}

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

.cUCcontact_box .NwKquery_support {
    width: 100%;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    background: #ffffff;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.cUCcontact_box .XYuquery_reach {
    padding: 50px;
    position: relative;
    width: 60%;
}

.cUCcontact_box form h3 {
    margin-bottom: 30px;
    text-align: left;
    color: rgb(132,167,189);
    font-size: 22px;
}

.cUCcontact_box textarea {
    height: 140px;
    border-radius: 20px;
    resize: none;
}

.cUCcontact_box .ckyquery_block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.cUCcontact_box .ckyquery_block label {
    cursor: pointer;
    position: relative;
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    padding-left: 35px;
}

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

.cUCcontact_box .NIjsupport_message:hover {
    box-shadow: 0 5px 20px rgb(132,167,189,0.5);
    transform: translateY(-3px);
}

.cUCcontact_box .NIjsupport_message:hover::before {
    transform: translateY(0);
}

.cUCcontact_box .vVRhelp_help {
    transform: translateY(-50%);
    padding: 50px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    display: flex;
    top: 50%;
    width: 40%;
    border-radius: 70px 0 0 70px;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(132,167,189), rgb(105,134,158));
    z-index: 3;
    justify-content: center;
    flex-direction: column;
}

.cUCcontact_box .VcPinquiry_widget li {
    padding: 5px;
    display: flex;
    border-radius: 10px;
    align-items: flex-start;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.cUCcontact_box .VcPinquiry_widget svg path {
    fill: #ffffff;
}

.cUCcontact_box .VcPinquiry_widget a:hover {
    opacity: 0.8;
}

.Diwprogram_overview {
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(132,167,189,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}



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

.Diwprogram_overview .cbkstudent_journey {
    overflow: hidden;
    gap: 40px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(132,167,189,0.5),
                inset 0 0 20px rgb(132,167,189,0.5);
    position: relative;
    transition: all 0.5s ease;
    grid-template-columns: 1fr 1fr;
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    padding: 40px;
    backdrop-filter: blur(5px);
    display: grid;
}

.Diwprogram_overview .nJqhead_nav {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
}

.Diwprogram_overview h3 {
    letter-spacing: 0.5px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 30px;
    font-weight: 700;
    backface-visibility: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    padding-bottom: 15px;
    margin-bottom: 25px;
}

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


.HlugratArea {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(161,204,220) 0%, rgb(132,167,189,0.5) 100%);
    padding: 6rem 0;
}

.HlugratArea::after {
    left: 0;
    z-index: 2;
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgb(132,167,189,0.5) 0%, transparent 50%);
    content: "";
    width: 100%;
    pointer-events: none;
    position: absolute;
    height: 100%;
}

.HlugratArea h2::after {
    content: "";
    position: absolute;
    width: 100px;
    transform-origin: left;
    bottom: -12px;
    transform: scaleX(0);
    animation: expandLine 0.5s 0.8s forwards ease-out;
    background: linear-gradient(90deg, rgb(132,167,189) 0%, rgb(105,134,158) 100%);
    left: 0;
    height: 4px;
}

.HlugratArea .cbkstudent_journey::before {
    position: absolute;
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(105,134,158) 0%, rgb(132,167,189) 100%);
}

.HlugratArea li::before {
    border-radius: 50%;
    height: 8px;
    animation: popIn 0.4s 0.9s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    content: "";
    left: 0;
    top: 0.7rem;
    position: absolute;
    width: 8px;
    background: rgb(105,134,158);
    transform: scale(0);
}

header .uRGhead_pro {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    gap: 2rem;
}

header .zvmtop_study::before {
    left: -50%;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: -50%;
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
}

header .zvmtop_study:hover svg {
    transform: scale(1.03);
}

header .XRjhead_main::before {
    top: 0;
    transform-origin: left;
    background: linear-gradient(to right, rgb(132,167,189), rgb(105,134,158));
    transition: transform 0.3s ease;
    transform: scaleX(0);
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    height: 3px;
}

.nTLcookie_dialog_banner {
    border-top: 2px solid rgb(132,167,189);
    bottom: 0;
    position: fixed;
    z-index: 90;
    box-shadow: 0 -10px 30px rgb(132,167,189,0.5);
    animation: slideIn 0.5s ease-in-out;
    background: rgb(105,134,158);
    width: 100%;
}

.ZmGconsent_panel svg, .ZmGconsent_panel svg path {
    width: 60px;
    fill: rgb(132,167,189);
    transition: transform 0.3s ease;
    height: 60px;
}

.epHtrack_bar {
    margin-left: 10px;
    padding: 12px 25px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    box-shadow: 0 0 10px rgb(132,167,189,0.5);
    border-radius: 10px;
    cursor: pointer;
    background: rgb(132,167,189);
    color: #000000;
    font-size: 16px;
    white-space: nowrap;
}

.xEHteacher_profile::before {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    right: -100px;
    filter: blur(120px);
    z-index: 0;
    content: "";
    position: absolute;
    top: -100px;
    background: rgb(132,167,189,0.5);
}

.xEHteacher_profile .VIehero_banner {
    transform: translateX(-30px) translateY(-30px);
    position: relative;
    height: 500px;
    border-radius: 26px 0 0 26px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.xEHteacher_profile .LxIjob_skills > div:nth-child(2) {
    color: rgb(132,167,189);
    font-weight: 400;
    padding-bottom: 15px;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    display: inline-block;
}

.xEHteacher_profile .osxreview_track:hover .VIehero_banner {
    transform: translateX(-20px) translateY(-40px);
}

.tSpslack_invite::before {
    content: '';
    background: radial-gradient(circle at 30% 50%, rgb(132,167,189,0.5) 0%, transparent 50%);
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.tSpslack_invite .vpJfooter_edu {
    flex-direction: column;
    gap: 3rem;
    display: flex;
}

.tSpslack_invite .KZvtalk_now::before {
    transform: translateX(-50%);
    content: '';
    height: 2px;
    top: -2px;
    position: absolute;
    left: 50%;
    animation: scanLine 4s infinite linear;
    width: 50%;
    background: linear-gradient(90deg, transparent, rgb(105,134,158), transparent);
}

.tSpslack_invite .info_item a:hover {
    border-color: rgb(132,167,189,0.5);
    box-shadow: 0 0 15px rgb(132,167,189,0.5);
    background: #000000;
}

.tSpslack_invite .text_main_holder {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.tSpslack_invite .nJqhead_nav svg {
    max-width: 180px;
    filter: drop-shadow(0 0 5px rgb(132,167,189,0.5));
    height: auto;
    transition: filter 0.3s ease;
}

.tSpslack_invite .wJKhead_lead h5 {
    font-weight: 600;
    padding-bottom: 0.75rem;
    position: relative;
    font-size: 19px;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.tSpslack_invite .CHOtop_bar a {
    transition: all 0.3s ease;
    padding-left: 1rem;
    text-decoration: none;
    opacity: 0.8;
    position: relative;
    color: #ffffff;
    font-size: 18px;
}

.tSpslack_invite .CHOtop_bar a:hover::before {
    box-shadow: 0 0 8px rgb(132,167,189);
    width: 7px;
    background: rgb(132,167,189);
    height: 7px;
}

.tSpslack_invite .subscribe_holder h5 {
    font-weight: 600;
    font-size: 19px;
    color: #ffffff;
}

.tSpslack_invite .subscribe_holder p {
    color: #ffffff;
    font-size: calc(18px - 1px);
    opacity: 0.9;
    line-height: 1.6;
}

.tSpslack_invite .input_holder input[type="email"] {
    padding: 0.875rem 1rem;
    color: #ffffff;
    flex: 1;
    width: 100%;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid rgb(105,134,158,0.5);
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.tSpslack_invite .PCrupgrade_skills:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(105,134,158,0.5);
    background: rgb(105,134,158);
}

.tSpslack_invite .PCrupgrade_skills:hover::before {
    left: 100%;
}

.tSpslack_invite .IgNgoal_footer {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}



::-webkit-scrollbar {
    width: 18px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    box-shadow: 3px 2px 1px 4px rgba(0, 0, 0, 0.2);
    background: rgb(255, 255, 255, 0.5);
    transition: all, transform 2.7s cubic-bezier(0.42, 0, 0.58, 1);
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

::-webkit-scrollbar-corner {
    background: #ffffff;
    border-radius: 0px;
}



@media (max-width: 992px) {.EsMcourse_suitability {
    padding: 90px 0;
}.EsMcourse_suitability h3 {
    margin-bottom: 60px;
}.EsMcourse_suitability h3::before,
    .EsMcourse_suitability h3::after {
    width: 30px;
}.EsMcourse_suitability h3::before {
    left: -40px;
}.EsMcourse_suitability h3::after {
    right: -40px;
}.EsMcourse_suitability ul {
    gap: 30px;
}.EsMcourse_suitability ul li {
    width: calc(50% - 15px);
    padding: 35px 25px;
}
}



@media (prefers-reduced-motion: reduce) {.EsMcourse_suitability ul li {
    opacity: 1;
    animation: none;
}.EsMcourse_suitability ul li:hover {
    transform: none;
}.EsMcourse_suitability ul li:hover svg {
    transform: none;
}}



@media (min-width: 992px) {.VfTprogram_outcomes {
    padding: 10rem 0;
}.VfTprogram_outcomes .cbkstudent_journey {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 5rem;
}.VfTprogram_outcomes .VIehero_banner {
    max-height: 600px;
}
}



@media (max-width: 480px) {.VfTprogram_outcomes {
    padding: 4rem 0;
}.VfTprogram_outcomes .hHzdesc_block {
    padding: 1.25rem;
}.VfTprogram_outcomes h4 {
    font-size: calc(18px - 0.2rem);
}.VfTprogram_outcomes li p {
    gap: 0.75rem;
}}



@media (min-width: 992px) {.BSclanding_page {
    padding: 8rem 6rem;
}.BSclanding_page > div {
    gap: 4rem;
}.BSclanding_page h1.shRedu_online {
    font-size: calc(41px * 1.4);
}.BSclanding_page .NVXimpact_numbers {
    transition: transform 0.5s ease;
    transform-origin: center;
    min-height: 420px;
    transform: translateY(0) rotateY(-5deg);
}.BSclanding_page .NVXimpact_numbers:hover {
    transform: rotateY(0) scale(1.03);
}
}



@media (min-width: 768px) {.MZyabout_this {
    padding: 140px 0 120px;
}.MZyabout_this h1 {
    margin-bottom: 80px;
    font-size: calc(47px * 1.2);
}.MZyabout_this .PHfsmart_track ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}.MZyabout_this .fvFour_journey {
    padding: 50px;
}.MZyabout_this .fvFour_journey h4 {
    margin-bottom: 30px;
    font-size: calc(22px * 1.4);
}.MZyabout_this .fvFour_journey div {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 1200px) {.EOTpricing_grid_item {
    padding: 80px 0;
}.EOTpricing_grid_item .bdBtrial_offers {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 992px) {.EOTpricing_grid_item h2 {
    font-size: calc(31px - 4px);
}.EOTpricing_grid_item .vuLmember_fees {
    margin-bottom: 30px;
    font-size: 18px;
}.EOTpricing_grid_item .GtTpricing_pack {
    padding: 25px;
}
}



@media (max-width: 1200px) {.cUCcontact_box .NwKquery_support {
    width: 70%;
}.cUCcontact_box .vVRhelp_help {
    width: 35%;
}
}



@media (max-width: 992px) {.cUCcontact_box .VIehero_banner {
    display: none;
}.cUCcontact_box .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}.cUCcontact_box .NwKquery_support {
    flex-direction: column;
    max-width: 600px;
    width: 100%;
}.cUCcontact_box .vVRhelp_help {
    border-radius: 20px;
    margin-top: 30px;
    width: 100%;
    right: auto;
    position: relative;
    transform: none;
    max-width: 600px;
    top: auto;
}.cUCcontact_box .vVRhelp_help::before {
    border-radius: 20px;
}
}



@media (max-width: 767px) {.Diwprogram_overview {
    padding: 40px 0;
}.Diwprogram_overview .cbkstudent_journey {
    padding: 25px;
    gap: 25px;
}.Diwprogram_overview h3 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.85);
}.Diwprogram_overview p {
    font-size: calc(17px * 0.95);
}.Diwprogram_overview .VIehero_banner {
    min-height: 250px;
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
}
}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .zvmtop_study {
    padding: 0.5rem 1.2rem;
}header .zvmtop_study svg {
    width: 140px;
}header .wJKhead_lead {
    gap: 0.5rem;
}header .XRjhead_main {
    padding: 0.5rem 1rem;
}
}



@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .uRGhead_pro {
    gap: 1rem;
}header .zvmtop_study svg {
    width: 120px;
}header .wJKhead_lead {
    justify-content: flex-start;
    padding-bottom: 10px;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 0.4rem;
}header .wJKhead_lead::-webkit-scrollbar {
    height: 3px;
}header .wJKhead_lead::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(132,167,189);
}header .XRjhead_main {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 2px;
}}



@media (max-width: 576px) {.xEHteacher_profile {
    padding: 4rem 1rem;
}.xEHteacher_profile .osxreview_track {
    max-width: 100%;
}.xEHteacher_profile .VIehero_banner {
    transform: translateY(-20px);
    height: 320px;
}.xEHteacher_profile .VIehero_banner::before {
    top: 20px;
}.xEHteacher_profile .LxIjob_skills {
    padding: 0.5rem 1.5rem 2.5rem;
}.xEHteacher_profile .name {
    font-size: calc(35px);
}.xEHteacher_profile .LxIjob_skills > div:nth-child(2) {
    letter-spacing: 1px;
    font-size: 17px;
}.xEHteacher_profile .GNPjob_area {
    font-size: 17px;
}.xEHteacher_profile .osxreview_track:hover .VIehero_banner {
    transform: translateY(-25px);
}}

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



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



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

@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}



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



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

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}

@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}



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

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

