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

.fRo_student_aid {
    flex: 0 0 auto;
}

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

.DFA_nav_top {
    flex: 1 0 auto;
}


.TFg_thanksPoint {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(216,148,108,0.5), rgb(230,186,157,0.5));
    perspective: 1000px;
    padding: 6rem 0;
}

.TFg_thanksPoint .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    transform-style: preserve-3d;
    transform: translateZ(0);
    padding: 0 2rem;
    max-width: 1200px;
}

.TFg_thanksPoint h2 {
    margin-bottom: 3rem;
    transform: translateZ(30px);
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    max-width: 90%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 33px;
    color: #000000;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.TFg_thanksPoint .AFI_student_journey::before {
    top: 1rem;
    right: 1rem;
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
    bottom: 1rem;
    content: "";
    border: 1px dashed rgb(216,148,108,0.5);
    position: absolute;
    left: 1rem;
}

.TFg_thanksPoint li::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    content: "";
    top: 0.5rem;
    height: 0.8rem;
    transform: rotate(45deg);
    background: linear-gradient(135deg, rgb(230,186,157), rgb(216,148,108));
    border-radius: 0.2rem;
    left: -2rem;
    opacity: 0;
    width: 0.8rem;
}

.TFg_thanksPoint li:hover span::after {
    transform: scaleX(1);
}

.GQB_title_screen::before {
    background: 
        linear-gradient(45deg, rgb(230,186,157,0.5) 0%, transparent 30%),
        linear-gradient(225deg, rgb(216,148,108,0.5) 0%, transparent 30%);
    content: "";
    opacity: 0.7;
    bottom: 0;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
}

.GQB_title_screen .FyK_edu_lead::before {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, 
        rgb(243,220,203) 0%,
        rgba(255, 255, 255, 0.1) 50%, 
        rgba(255, 255, 255, 0.05) 100%
    );
    height: 100%;
    content: "";
}

.GQB_title_screen .wQc_text_frame h1 {
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 1.5rem;
}

.GQB_title_screen .wQc_text_frame .FAs_reach_reach {
    font-size: 17px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    padding: 1rem 2.5rem;
    position: relative;
    background: linear-gradient(90deg, rgb(230,186,157), rgb(216,148,108));
}

.aSy_course_features .obJ_education {
    width: 500%;
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    display: flex;
}

.aSy_course_features .obJ_education {
    animation-duration: 25s;
}

.aSy_course_features .mdH_learn_professional::before {
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    animation: gradient-shift 8s infinite alternate;
    z-index: 2;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
}

.aSy_course_features .Oiy_knowledge_guide::before {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.7;
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
    width: 100%;
    animation: pulse-gradient 8s ease infinite;
    height: 100%;
}

.aSy_course_features .Oiy_knowledge_guide h3::after {
    background: linear-gradient(
        90deg,
        rgb(230,186,157) 0%,
        rgb(216,148,108) 100%
    );
    height: 2px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    transition: width 0.3s ease;
    position: absolute;
    width: 30%;
    bottom: -8px;
}

.aSy_course_features .Oiy_knowledge_guide .FAs_reach_reach::before {
    background: linear-gradient(
        45deg,
        rgb(216,148,108) 0%,
        rgb(230,186,157) 100%
    );
    content: "";
    height: 100%;
    z-index: -1;
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
}

.aSy_course_features .Oiy_knowledge_guide .FAs_reach_reach:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgb(230,186,157,0.5);
}

.aSy_course_features .Oiy_knowledge_guide .FAs_reach_reach:hover::before {
    opacity: 1;
}

.aSy_course_features .Oiy_knowledge_guide .FAs_reach_reach:hover::after {
    opacity: 1;
    transform: scale(1);
    animation: ripple-out 1.5s ease;
}



.aSy_course_features .mdH_learn_professional:nth-child(1)::before {
    animation-delay: 0s;
}

.aSy_course_features .mdH_learn_professional:nth-child(2)::before {
    animation-delay: 2s;
}

.aSy_course_features .mdH_learn_professional:nth-child(4)::before {
    animation-delay: 6s;
}

.qmp_register_now::before {
    opacity: 0.2;
    position: absolute;
    height: 100%;
    transform: skewY(-3deg) translateY(20px);
    content: "";
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, 
                transparent 50%, rgba(255, 255, 255, 0.1) 50%, 
                rgba(255, 255, 255, 0.1) 75%, transparent 75%);
    left: 0;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
    z-index: -1;
    width: 100%;
    background-size: 50px 50px;
}

.qmp_register_now h6::after {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    width: 60px;
    bottom: 0;
    content: "";
    height: 3px;
    background: #ffffff;
    opacity: 0.7;
    border-radius: 1px;
}

.qmp_register_now .FAs_reach_reach {
    font-weight: 700;
    position: relative;
    border-radius: 10px;
    justify-content: center;
    display: inline-flex;
    background: #ffffff;
    font-size: 19px;
    isolation: isolate;
    padding: 1.2rem 2.5rem;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                0 6px 6px rgba(0, 0, 0, 0.05),
                0 0 0 6px rgba(255, 255, 255, 0.1);
    color: rgb(230,186,157);
    align-items: center;
    transition: all 0.3s ease;
}

.qmp_register_now .FAs_reach_reach:hover span {
    transform: scale(1.05);
}

.vyN_secure_enclosure::before {
    height: 100%;
    content: "";
    z-index: 0;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(rgb(216,148,108,0.5), 0.03) 0%,
        rgba(rgb(216,148,108,0.5), 0.08) 60%, 
        rgba(rgb(216,148,108,0.5), 0.15) 100%);
}

.vyN_secure_enclosure .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.vyN_secure_enclosure h1::before {
    background: linear-gradient(90deg, rgb(230,186,157), rgb(216,148,108));
    transform: scaleX(1);
    left: 0;
    content: "";
    height: 3px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: -1px;
    transform-origin: left;
    width: 30%;
}

.vyN_secure_enclosure h3 {
    border-bottom: 1px dashed rgba(rgb(216,148,108,0.5), 0.2);
    color: #000000;
    margin: 2.5rem 0 1.2rem;
    font-size: calc(32px * 0.8);
    font-weight: 600;
    padding-bottom: 0.8rem;
}

.vyN_secure_enclosure strong {
    color: rgb(230,186,157);
    font-weight: 600;
}

.vyN_secure_enclosure li {
    font-size: 17px;
    margin-bottom: 1.2rem;
    color: #000000;
    line-height: 1.7;
    padding-left: 1.5rem;
    position: relative;
}

.Cyq_our_background {
    padding: 120px 0 140px;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}

.Cyq_our_background::after {
    width: 100%;
    transform: rotate(-15deg);
    position: absolute;
    height: 200%;
    right: -50%;
    pointer-events: none;
    content: "";
    background: linear-gradient(135deg, 
        rgb(230,186,157,0.5) 0%,
        transparent 65%);
    top: -50%;
    z-index: 2;
}

.Cyq_our_background h2::after {
    width: 80px;
    bottom: -12px;
    left: 0;
    content: "";
    position: absolute;
    transform-origin: left;
    animation: lineWidth 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(230,186,157);
    height: 3px;
}

.Cyq_our_background .wQc_text_frame p::before {
    content: "";
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 10px;
    left: -20px;
    background-color: rgb(230,186,157);
    height: 10px;
}

.CoM_education_history {
    padding: 80px 0;
    background-color: rgb(243,220,203);
    position: relative;
    overflow: hidden;
}

.CoM_education_history::after {
    content: "";
    background: radial-gradient(circle at bottom right, rgb(216,148,108,0.5) 0%, transparent 70%);
    bottom: -5%;
    opacity: 0.05;
    width: 50%;
    z-index: 1;
    right: -5%;
    position: absolute;
    height: 70%;
}

.CoM_education_history .Sxq_learner_views > div:first-child {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-10px);
    width: 180px;
    margin: 0 auto;
    height: 180px;
}

.CoM_education_history .NMr_photo_box {
    height: 100%;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.05);
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.CoM_education_history .name::after {
    bottom: -5px;
    content: "";
    opacity: 0.7;
    height: 2px;
    left: 50%;
    transition: width 0.3s ease;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(230,186,157,0.5), rgb(216,148,108,0.5));
    width: 40%;
}

.CoM_education_history .Mpm_job_tasks::after {
    right: -15px;
    content: "";
    bottom: -50px;
}

.kCT_contact_panel {
    background: linear-gradient(120deg, rgb(243,220,203) 0%, #1a1e2e 100%);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}

.kCT_contact_panel::after {
    bottom: 0;
    width: 100%;
    left: 0;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    content: "";
    height: 100px;
    z-index: 1;
    position: absolute;
}

.kCT_contact_panel h2::after {
    width: 70px;
    left: calc(50% - 10px);
    position: absolute;
    background: rgb(230,186,157);
    bottom: -20px;
    height: 2px;
    content: "";
}

.kCT_contact_panel .NMr_photo_box::after {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(230,186,157), 0.1) 10px, rgba(rgb(230,186,157), 0.1) 11px);
    height: 100%;
    animation: scanLines 5s linear infinite;
}

.kCT_contact_panel h3 {
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 21px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
}

.kCT_contact_panel input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.kCT_contact_panel .JCY_inquiry_query {
    gap: 12px;
    align-items: flex-start;
    margin-top: 5px;
    display: flex;
}

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

.kCT_contact_panel .JCY_inquiry_query a::after {
    height: 1px;
    background: rgb(230,186,157);
    content: "";
    left: 0;
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
    bottom: -2px;
}

.kCT_contact_panel .FAs_reach_reach:hover {
    transform: translateY(-3px);
    background: rgb(216,148,108);
}

.kCT_contact_panel .FAs_reach_reach:hover::before {
    left: 100%;
}

.kCT_contact_panel svg {
    fill: rgb(230,186,157);
    width: 22px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 5px rgba(rgb(230,186,157), 0.5));
    height: 22px;
}

.kHp_cookie_warning_message {
    border-top: 2px solid rgb(230,186,157);
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 90;
    background: rgb(243,220,203);
}

.wNj_cookie_rules {
    flex-shrink: 0;
    margin-right: 10px;
}

.kHp_cookie_warning_message p a {
    text-decoration: none;
    color: rgb(230,186,157);
}


.lJF_wrapper-capsule .kHp_cookie_warning_message {
    background: rgb(230,186,157);
    box-shadow: rgb(216,148,108,0.5) 0px 0px 10px 10px;
}

.lJF_wrapper-capsule .wWY_track_cookies {
    color: #ffffff;
    text-align: left;
}

.lJF_wrapper-capsule .kHp_cookie_warning_message p a {
    text-decoration: underline;
    color: rgb(216,148,108);
}

.VFb_audience_profile::before {
    content: "";
    position: absolute;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(216,148,108,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(230,186,157,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    animation: backgroundShift 15s ease-in-out infinite alternate;
}

.VFb_audience_profile .AFI_student_journey::after {
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    bottom: -15px;
    width: 120px;
    background: rgb(230,186,157);
    transform: rotate(10deg) translateZ(-15px);
    content: "";
    height: 120px;
    opacity: 0.3;
    left: -15px;
}

.VFb_audience_profile p {
    padding: 20px;
    color: #000000;
    display: flex;
    overflow: hidden;
    font-size: 17px;
    border-radius: 10px;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 1;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    margin-bottom: 0;
    position: relative;
}

.VFb_audience_profile p:hover::before {
    width: 8px;
}

.VFb_audience_profile p svg path {
    fill: rgb(230,186,157);
    transition: fill 0.3s ease;
}



.VFb_audience_profile p:nth-child(odd) {
    animation: floatItem 6s ease-in-out infinite;
}

.VFb_audience_profile .AFI_student_journey > div p:nth-child(1) {
    animation-delay: 0.2s;
}

.VFb_audience_profile .AFI_student_journey > div p:nth-child(4) {
    animation-delay: 0.8s;
}

.XNr_learning_impact {
    font-family: Arial, sans-serif;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(110deg, rgb(243,220,203) 0%, #ffffff 100%);
}



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

.XNr_learning_impact .AFI_student_journey {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 30px;
    display: grid;
    position: relative;
}

.XNr_learning_impact .wQc_text_frame {
    border-radius: 15px;
    background: #ffffff;
    z-index: 2;
    padding: 30px 25px;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.08),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    position: relative;
    transform: translateY(10px);
}

.XNr_learning_impact h3::after {
    background: rgb(216,148,108,0.5);
    right: -15px;
    z-index: -1;
    content: "";
    position: absolute;
    width: 30px;
    top: -15px;
    height: 30px;
    opacity: 0.3;
    border-radius: 50%;
}

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

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

.XNr_learning_impact li p {
    color: #000000;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
    transition: all 0.3s ease;
    padding: 10px 12px;
    align-items: center;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    display: flex;
    margin: 0;
    font-size: 14px;
    gap: 12px;
}

footer {
    position: relative;
    width: 100%;
}

footer .MiG_collab_net {
    position: relative;
    z-index: 1;
}

footer .BVw_msg_form {
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}

footer .info_item:nth-child(2) {
    transform: translateY(20px);
}

footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}

footer .info_item:nth-child(4) {
    transform: translateY(10px);
}

footer .info_item svg {
    width: 24px;
    margin-right: 10px;
    flex-shrink: 0;
    height: 24px;
    fill: #ffffff;
}

footer .text_main_holder {
    flex-wrap: wrap;
    position: relative;
    gap: 30px;
    display: flex;
    justify-content: center;
}

footer .ZbT_header_guide::before, footer .vWg_top_section::before, footer .subscribe_holder::before {
    border-radius: 50%;
    content: "";
    height: 150px;
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    width: 150px;
}

footer .ZbT_header_guide::before {
    top: -50px;
    left: -50px;
    background-color: rgb(230,186,157);
}

footer .ZbT_header_guide svg {
    filter: brightness(0) invert(1);
    height: 50px;
    width: auto;
    margin-bottom: 20px;
}

footer .vWg_top_section h5::after, footer .subscribe_holder h5::after {
    height: 2px;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    position: absolute;
    bottom: -8px;
    width: 40px;
    background-color: #ffffff;
    left: 50%;
    content: "";
}

footer .subscribe_holder p {
    line-height: 1.6;
    max-width: 300px;
    margin-bottom: 25px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(230,186,157,0.5);
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
}

footer .SCd_news_signup_form {
    cursor: pointer;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    width: 100%;
    background-color: rgb(230,186,157);
    border-radius: 10px;
    border: none;
}

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

header .OxV_main_lead {
    position: relative;
    padding: 0.5rem 1rem;
    display: flex;
    margin-bottom: 0.5rem;
    justify-content: center;
    text-decoration: none;
}

header .OxV_main_lead svg {
    height: auto;
    transition: all 0.3s ease;
    width: 160px;
}

header .vWg_top_section {
    justify-content: center;
    padding: 0.6rem;
    display: flex;
    background: rgb(243,220,203);
    gap: 0.4rem;
    border-radius: 10px;
    flex-wrap: wrap;
    width: 100%;
}

header .uoV_head_wrap:hover {
    color: #ffffff;
}

header .uoV_head_wrap:hover::before {
    opacity: 1;
}

header .uoV_head_wrap::after {
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    left: 0;
    transform-origin: left;
    bottom: 0;
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(230,186,157), rgb(216,148,108));
    height: 2px;
    content: '';
}

.CQb_pricing_option h2 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    color: #ffffff;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    opacity: 1;
    text-align: center;
    transform: translateY(0);
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    position: relative;
    font-size: 32px;
}

.CQb_pricing_option .bKx_trial_rates li:hover {
    transform: translateY(-10px);
    z-index: 10;
}

.CQb_pricing_option .qSr_discount_grid {
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    height: 100%;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.CQb_pricing_option .qSr_discount_grid:hover .EMT_trial_pricing h4::after {
    width: 60px;
}

.CQb_pricing_option .EMT_trial_pricing p {
    transition: color 0.3s ease;
    color: rgba(255,255,255,0.85);
    margin-bottom: 30px;
    line-height: 1.6;
    position: relative;
    flex-grow: 1;
    font-size: 15px;
}

.CQb_pricing_option .qSr_discount_grid:hover .pRO_cert_fees {
    transform: scale(1.05);
}


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



@media (max-width: 991px) {.TFg_thanksPoint {
    padding: 5rem 0;
}.TFg_thanksPoint .AFI_student_journey {
    padding: 2.5rem;
    transform: translateZ(5px) rotateX(1deg);
}.TFg_thanksPoint h2 {
    max-width: 100%;
    transform: translateZ(20px);
    font-size: calc(33px * 0.9);
}
}



@media screen and (max-width: 1200px) {.GQB_title_screen .wQc_text_frame {
    width: 60%;
    margin-left: 5%;
}
}



@media screen and (max-width: 992px) {.GQB_title_screen .wQc_text_frame {
    width: 70%;
}.GQB_title_screen .wQc_text_frame h1 {
    font-size: calc(45px * 0.9);
}.GQB_title_screen .wQc_text_frame p {
    font-size: calc(17px * 0.95);
}
}



@media screen and (max-width: 576px) {.GQB_title_screen .wQc_text_frame {
    width: 90%;
    padding: 1.5rem;
}.GQB_title_screen .wQc_text_frame h1 {
    font-size: calc(45px * 0.7);
    margin-bottom: 1rem;
}.GQB_title_screen .wQc_text_frame p {
    font-size: calc(17px * 0.9);
    margin-bottom: 1.5rem;
}.GQB_title_screen .wQc_text_frame .FAs_reach_reach {
    padding: 0.8rem 2rem;
    font-size: calc(17px * 0.9);
}}



@media (max-width: 767px) {.qmp_register_now {
    padding: 3rem 1rem;
}.qmp_register_now::before {
    background-size: 30px 30px;
}.qmp_register_now h6 {
    font-size: 17px;
    padding-bottom: 1.25rem;
}.qmp_register_now h6::after {
    width: 50px;
    height: 2px;
}.qmp_register_now .container {
    gap: 1.75rem;
}.qmp_register_now .FAs_reach_reach {
    padding: 1rem 2rem;
}
}



@media (max-width: 992px) {.vyN_secure_enclosure {
    padding: 4rem 1.5rem;
}.vyN_secure_enclosure .container {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(0deg);
}.vyN_secure_enclosure h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 2rem;
    padding-bottom: 1.2rem;
}.vyN_secure_enclosure h2 {
    font-size: calc(32px * 0.9);
    margin: 2.5rem 0 1.2rem;
}
}



@media (min-width: 768px) {.Cyq_our_background .wQc_text_frame div div {
    column-count: 2;
}
}



@media (min-width: 992px) {.Cyq_our_background {
    padding: 150px 0 180px;
}.Cyq_our_background .container {
    padding: 0 40px;
}.Cyq_our_background h2 {
    margin-bottom: 60px;
    font-size: calc(37px * 1.4);
}.Cyq_our_background .wQc_text_frame {
    margin-left: 40px;
    padding: 60px;
    width: calc(100% - 40px);
}
}



@media (min-width: 1200px) {.Cyq_our_background .wQc_text_frame {
    margin-left: 80px;
    width: calc(100% - 80px);
}.Cyq_our_background .wQc_text_frame div div {
    font-size: calc(15px * 1.05);
}
}



@media (prefers-reduced-motion) {.Cyq_our_background .container,
    .Cyq_our_background .wQc_text_frame,
    .Cyq_our_background h2::after {
    opacity: 1;
    transform: none;
    animation: none;
}}



@media (min-width: 1200px) {.CoM_education_history .Sxq_learner_views {
    margin: 0 auto;
    transform: perspective(1200px) rotateX(1deg) rotateY(-0.5deg);
    max-width: 1100px;
}.CoM_education_history .Mpm_job_tasks {
    padding: 0 25px;
}
}



@media (max-width: 767px) {.CoM_education_history {
    padding: 60px 0;
}.CoM_education_history .Sxq_learner_views {
    padding: 30px;
}.CoM_education_history .Mpm_job_tasks {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 768px) {.kCT_contact_panel {
    padding: 50px 0;
}.kCT_contact_panel h2 {
    margin-bottom: 50px;
    font-size: calc(35px - 4px);
}.kCT_contact_panel .NMr_photo_box {
    min-height: 250px;
}
}



@media (max-width: 991px) {.VFb_audience_profile {
    padding: 80px 0;
}.VFb_audience_profile .AFI_student_journey {
    padding: 40px 30px;
}.VFb_audience_profile h4 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.VFb_audience_profile div > div {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.VFb_audience_profile p {
    padding: 15px;
}.VFb_audience_profile::after {
    height: 80px;
}
}



@media (max-width: 992px) {.XNr_learning_impact {
    padding: 60px 0;
}.XNr_learning_impact .AFI_student_journey {
    grid-template-columns: 1fr;
    gap: 20px;
}.XNr_learning_impact .NMr_photo_box {
    transform: rotate(0);
    max-height: 350px;
    object-fit: cover;
    width: 100%;
}.XNr_learning_impact .wQc_text_frame {
    transform: translateY(0);
}
}



@media (max-width: 576px) {.XNr_learning_impact {
    padding: 40px 0;
}.XNr_learning_impact .NMr_photo_box {
    max-height: 220px;
}.XNr_learning_impact .wQc_text_frame {
    padding: 20px 15px;
}.XNr_learning_impact h3 {
    font-size: calc(32px * 0.85);
    margin-bottom: 20px;
}.XNr_learning_impact li {
    margin-bottom: 12px;
}.XNr_learning_impact li p {
    font-size: calc(14px * 0.95);
    gap: 10px;
    padding: 8px 10px;
}.XNr_learning_impact svg {
    padding: 6px;
    height: 18px;
    width: 18px;
}}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .Cpr_header_know {
    padding: 0.8rem;
    gap: 0.8rem;
}header .OxV_main_lead svg {
    width: 140px;
}header .vWg_top_section {
    padding: 0.5rem;
}header .uoV_head_wrap {
    padding: 0.4rem 0.8rem;
    font-size: calc(16px - 1px);
}
}



@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .Cpr_header_know {
    padding: 0.6rem;
    gap: 0.6rem;
}header .OxV_main_lead svg {
    width: 110px;
}header .vWg_top_section {
    padding: 0.4rem;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .vWg_top_section::-webkit-scrollbar {
    height: 2px;
}header .vWg_top_section::-webkit-scrollbar-thumb {
    background: rgb(230,186,157);
    border-radius: 10px;
}header .uoV_head_wrap {
    flex-shrink: 0;
    white-space: nowrap;
}}



@keyframes sidePanCarousel {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-100%);
    }
    36% {
        transform: translateX(-100%);
    }
    40% {
        transform: translateX(-200%);
    }
    56% {
        transform: translateX(-200%);
    }
    60% {
        transform: translateX(-300%);
    }
    76% {
        transform: translateX(-300%);
    }
    80% {
        transform: translateX(-400%);
    }
    96% {
        transform: translateX(-400%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}



@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}



@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}

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



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

@keyframes backgroundShift {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes float {
  0% {
    transform: translate(-30%, 30%) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translate(-20%, 20%) scale(1.1);
    opacity: 0.5;
  }
}

