header,footer {
    width: 100%;
}

header {
    background: rgb(243,220,203);
    padding: 1.2rem 0;
    position: relative;
    z-index: 100;
}

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

.TFg_thanksPoint::after {
    width: 80%;
    transform: rotate(-15deg);
    background: radial-gradient(
        circle at center,
        rgb(230,186,157,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    z-index: 0;
    content: "";
    height: 80%;
    opacity: 0.4;
    top: -10%;
    right: -10%;
}

.TFg_thanksPoint .AFI_student_journey {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
    border-left: 4px solid rgb(230,186,157);
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    padding: 3rem;
    position: relative;
    transform: translateZ(10px) rotateX(2deg);
    background: #ffffff;
    backdrop-filter: blur(5px);
}

.TFg_thanksPoint ul {
    position: relative;
    z-index: 1;
    padding: 0;
    list-style: none;
    margin: 0;
}

.TFg_thanksPoint li:hover::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 1;
}

.TFg_thanksPoint span::after {
    transform-origin: left;
    background: linear-gradient(to right, rgb(216,148,108,0.5), transparent);
    transform: scaleX(0);
    bottom: -0.8rem;
    content: "";
    height: 1px;
    left: 0;
    width: 100%;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.GQB_title_screen .AFI_student_journey {
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 100%;
    position: relative;
}

.GQB_title_screen .MNb_learn_entry {
    height: 100%;
    display: flex;
    animation: sidePanCarousel 30s linear infinite;
}

.GQB_title_screen .FyK_edu_lead img {
    transform-origin: center;
    height: 100%;
    width: 100%;
    animation: slowZoom 15s alternate infinite ease-in-out;
    object-fit: cover;
}

.GQB_title_screen .wQc_text_frame::before {
    right: 0;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(230,186,157), rgb(216,148,108));
}

.GQB_title_screen .wQc_text_frame p {
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.7;
    font-size: 17px;
    color: #000000;
}

.GQB_title_screen .wQc_text_frame .FAs_reach_reach:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.aSy_course_features {
    align-items: center;
    background-color: rgb(243,220,203);
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
    position: relative;
}

.aSy_course_features .Aig_learn_development:hover .obJ_education {
    animation-play-state: paused;
}

.aSy_course_features .mdH_learn_professional img {
    filter: brightness(0.85) contrast(1.1);
    object-fit: cover;
    height: 100%;
    transform: scale(1.05);
    width: 100%;
    transition: transform 0.7s ease-out;
}

.aSy_course_features .container {
    position: relative;
    align-items: center;
    z-index: 2;
    padding: 2rem;
    display: flex;
    margin: auto;
    justify-content: center;
    height: 100%;
}

.aSy_course_features .AFI_student_journey {
    max-width: 800px;
    width: 100%;
    position: relative;
}

.aSy_course_features .Oiy_knowledge_guide {
    text-align: center;
    padding: 4rem;
    backdrop-filter: blur(10px);
    overflow: hidden;
    transform: translateY(0);
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    position: relative;
    border-radius: 17px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aSy_course_features .Oiy_knowledge_guide {
    padding: 2rem 1.5rem;
}

.aSy_course_features .Oiy_knowledge_guide h3 {
    margin-bottom: 1.5rem;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
}

.aSy_course_features .Oiy_knowledge_guide h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1rem;
}

.aSy_course_features .Oiy_knowledge_guide p {
    color: #ffffff;
    margin-right: auto;
    opacity: 0.8;
    font-size: 14px;
    margin-left: auto;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-width: 90%;
    font-weight: 300;
}

.aSy_course_features .Oiy_knowledge_guide p {
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: calc(14px * 0.9);
}

.aSy_course_features .Oiy_knowledge_guide .FAs_reach_reach::after {
    transform: scale(0);
    width: 200%;
    height: 200%;
    left: -50%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    top: -50%;
    content: "";
    opacity: 0;
    position: absolute;
}

.aSy_course_features::after {
    top: 0;
    opacity: 0.8;
    height: 100%;
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
}

.qmp_register_now {
    background: linear-gradient(135deg, rgb(230,186,157) 0%, rgb(216,148,108) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 1;
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
}

.qmp_register_now:hover::before {
    transform: skewY(-5deg) translateY(10px);
}

.qmp_register_now .container {
    gap: 2.5rem;
    z-index: 2;
    margin: 0 auto;
    flex-direction: column;
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
    display: flex;
}

.qmp_register_now div div {
    justify-content: center;
    display: flex;
    position: relative;
    transform: translateZ(30px);
}

.qmp_register_now div span {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-block;
    transform: perspective(800px) rotateX(0deg);
    position: relative;
}

.qmp_register_now .FAs_reach_reach:hover {
    background: #ffffff;
    color: rgb(216,148,108);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 10px 10px rgba(0, 0, 0, 0.05),
                0 0 0 8px rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.qmp_register_now .FAs_reach_reach span {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
}

.vyN_secure_enclosure {
    color: #000000;
    background: rgb(243,220,203);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
}

.vyN_secure_enclosure .container {
    max-width: 1140px;
    transform: perspective(1000px) rotateY(0.5deg);
    transition: transform 0.5s ease-out;
    margin: 0 auto;
    border-left: 4px solid rgb(230,186,157);
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 3px 14px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform-origin: left center;
    background: #ffffff;
    z-index: 2;
    padding: 3rem;
    position: relative;
}

.vyN_secure_enclosure h1:hover::before {
    transform: scaleX(1.2);
}

.vyN_secure_enclosure h2 {
    margin: 3rem 0 1.5rem;
    font-size: 32px;
    position: relative;
    padding-left: 1.2rem;
    font-weight: 600;
    color: #000000;
}

.vyN_secure_enclosure h4 {
    font-size: calc(32px * 0.7);
    color: #000000;
    letter-spacing: 0.01em;
    margin: 2rem 0 1rem;
    font-weight: 400;
}

.vyN_secure_enclosure span {
    line-height: 1.7;
    padding-left: 1rem;
    display: block;
    font-size: 17px;
    margin-bottom: 1.5rem;
    color: #000000;
    border-left: 2px solid rgba(rgb(216,148,108,0.5), 0.3);
}

.vyN_secure_enclosure li:hover::before {
    background: rgb(230,186,157);
    transform: rotate(135deg);
}

.Cyq_our_background::before {
    z-index: 1;
    content: "";
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
}

.Cyq_our_background h2 {
    font-size: calc(37px * 1.2);
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    transform: translateX(-10px);
    color: #ffffff;
}



.Cyq_our_background .wQc_text_frame > div {
    position: relative;
}

.Cyq_our_background .wQc_text_frame p {
    letter-spacing: 0.5px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    transform: translateX(-10px);
    color: rgb(216,148,108);
    font-size: calc(15px * 1.5);
    margin-bottom: 20px;
}

.CoM_education_history::before {
    width: 120%;
    background: linear-gradient(135deg, rgb(230,186,157,0.5) 0%, transparent 70%);
    z-index: 1;
    left: -5%;
    top: -10%;
    position: absolute;
    content: "";
    opacity: 0.07;
    transform: rotate(-3deg);
    height: 120%;
}

.CoM_education_history .Sxq_learner_views {
    padding: 40px;
    position: relative;
    display: grid;
    gap: 30px;
    transform: perspective(1000px) rotateX(1deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 0 5px 15px rgba(0,0,0,0.03);
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.98));
    grid-template-columns: 1fr;
}

.CoM_education_history .NMr_photo_box::after {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.2));
    width: 100%;
}

.CoM_education_history .Sxq_learner_views > div:nth-child(2):hover .name::after {
    width: 70%;
}

.CoM_education_history .Sxq_learner_views > div:nth-child(2) > div {
    color: #000000;
    margin-top: 10px;
    opacity: 0.9;
    font-style: italic;
    font-size: calc(14px * 0.95);
}

.CoM_education_history .Mpm_job_tasks {
    padding: 0 15px;
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    color: #000000;
}

.kCT_contact_panel::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(230,186,157), 0.05) 100%);
    position: absolute;
    content: "";
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

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

.kCT_contact_panel .WkS_query_map {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    grid-template-columns: 6fr 4fr;
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: grid;
    backdrop-filter: blur(10px);
}



.kCT_contact_panel .dpQ_request_block {
    position: relative;
    padding: 50px;
}

.kCT_contact_panel #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}

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

.kCT_contact_panel input[type="text"]:focus {
    border-color: rgb(230,186,157);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(230,186,157), 0.2);
    background: rgba(0, 0, 0, 0.3);
}

.kCT_contact_panel .JCY_inquiry_query input[type="checkbox"] {
    appearance: none;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    width: 24px;
    margin-top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 24px;
}

.kCT_contact_panel .JCY_inquiry_query a {
    color: rgb(230,186,157);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

.kCT_contact_panel .FAs_reach_reach {
    transition: all 0.3s ease;
    align-self: flex-start;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 16px 35px;
    background: rgb(230,186,157);
    border: none;
    overflow: hidden;
}

.kCT_contact_panel svg:hover path {
    fill: #ffffff;
}

.aVd_cookie_all {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.kHp_cookie_warning_message p {
    font-size: 18px;
}

.wNj_cookie_rules svg, .wNj_cookie_rules svg path, .wNj_cookie_rules img {
    width: 100px;
    height: 100px;
    fill: rgb(230,186,157);
}

.lJF_wrapper-capsule .aVd_cookie_all {
    justify-content: space-between;
    padding: 40px 0;
}

.lJF_wrapper-capsule .Mdw_cookies_consent {
    color: rgb(230,186,157);
    font-size: 20px;
    background: #ffffff;
    margin-left: 30px;
    padding: 10px;
    border: none;
}

.VFb_audience_profile {
    padding: 110px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(243,220,203) 0%, rgb(230,186,157,0.5) 100%);
    overflow: hidden;
}



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

.VFb_audience_profile .AFI_student_journey::before {
    top: -10px;
    height: 100px;
    right: -10px;
    border-radius: 10px;
    opacity: 0.3;
    background: rgb(216,148,108);
    width: 100px;
    content: "";
    z-index: -1;
    position: absolute;
    transform: rotate(-15deg) translateZ(-10px);
}

.VFb_audience_profile h4::after {
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    bottom: 0;
    width: 70px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(230,186,157), rgb(216,148,108));
    height: 4px;
}

.VFb_audience_profile p::after {
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgb(230,186,157,0.5) 0%, transparent 100%);
    z-index: -1;
}

.VFb_audience_profile p:hover::after {
    opacity: 0.15;
}

.VFb_audience_profile p:hover svg {
    transform: scale(1.2);
}

.VFb_audience_profile p:hover svg path {
    fill: rgb(216,148,108);
}



.VFb_audience_profile .AFI_student_journey > div p {
    animation: fadeSlideUp 0.6s ease forwards;
    opacity: 0;
}

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

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

.XNr_learning_impact::after {
    transform: translate(-30%, 30%);
    filter: blur(60px);
    width: 400px;
    position: absolute;
    content: "";
    left: 0;
    background: radial-gradient(circle, rgb(216,148,108,0.5) 0%, transparent 70%);
    bottom: 0;
    animation: float 20s ease-in-out infinite alternate-reverse;
    opacity: 0.4;
    height: 400px;
}

.XNr_learning_impact .NMr_photo_box:hover {
    transform: rotate(0) scale(1.02);
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.15),
    -8px -8px 25px rgba(255, 255, 255, 0.8);
}

.XNr_learning_impact .wQc_text_frame::before {
    left: -5px;
    top: -5px;
    position: absolute;
    content: "";
    filter: blur(10px);
    opacity: 0.3;
    bottom: -5px;
    right: -5px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgb(230,186,157,0.5), rgb(216,148,108,0.5));
    z-index: -1;
}

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

.XNr_learning_impact li::before {
    border-radius: 3px;
    top: 0;
    content: "";
    height: 0;
    position: absolute;
    left: -10px;
    transition: height 0.3s ease;
    background: linear-gradient(to bottom, rgb(230,186,157), rgb(216,148,108));
    width: 3px;
}

.XNr_learning_impact svg {
    background: #ffffff;
    flex-shrink: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgb(230,186,157,0.5);
    padding: 8px;
    width: 20px;
    height: 20px;
}

.XNr_learning_impact li:hover svg path {
    fill: #ffffff;
}

footer .fRo_student_aid {
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 80px 0 30px;
    background: linear-gradient(135deg, rgb(230,186,157), rgb(216,148,108));
    position: relative;
}

footer .info_item {
    height: 220px;
    display: flex;
    position: relative;
    backdrop-filter: blur(5px);
    flex: 0 1 220px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background-color: rgb(230,186,157,0.5);
    border-radius: 50%;
    z-index: 1;
    justify-content: center;
    padding: 20px;
    align-items: center;
    transition: all 0.4s ease;
}

footer .info_item p,
footer .info_item a {
    max-width: 80%;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

footer .ZbT_header_guide:hover, footer .vWg_top_section:hover, footer .subscribe_holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background-color: rgb(216,148,108,0.5);
}

footer .vWg_top_section::before {
    bottom: -50px;
    background-color: rgb(216,148,108);
    right: -50px;
}

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

footer .vWg_top_section h5, footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    font-size: 18px;
    display: inline-block;
}

footer .VxC_header_pro a {
    font-size: 12px;
    border-radius: 10px;
    background-color: rgb(230,186,157,0.5);
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 15px;
}

footer .input_holder {
    width: 100%;
    align-items: center;
    display: flex;
    max-width: 300px;
    flex-direction: column;
    gap: 15px;
}

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

footer .SCd_news_signup_form:hover {
    background-color: rgb(216,148,108);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

header::before {
    opacity: 0.5;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgb(230,186,157,0.5) 0%, 
        transparent 50%, 
        rgb(216,148,108,0.5) 100%);
    height: 100%;
}

header .OxV_main_lead::before {
    bottom: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(230,186,157,0.5), 
        rgb(216,148,108,0.5), 
        rgb(230,186,157,0.5), 
        transparent);
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
}

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

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

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

.VYF_discount_plan {
    position: relative;
}

.CQb_pricing_option h2::after {
    content: "";
    margin: 20px auto 0;
    background: linear-gradient(90deg, rgb(216,148,108), rgb(230,186,157));
    width: 80px;
    transform: scaleX(1);
    display: block;
    transition: transform 0.4s ease;
    height: 3px;
}

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

.CQb_pricing_option .qSr_discount_grid:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
}

.CQb_pricing_option .qSr_discount_grid:hover::before {
    opacity: 0.2;
}

.CQb_pricing_option .Mnb_plan_table {
    z-index: 2;
    position: relative;
    padding: 40px 30px;
}

.CQb_pricing_option .EMT_trial_pricing h4 {
    position: relative;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    font-size: calc(22px + 2px);
}

.CQb_pricing_option .qSr_discount_grid:hover .EMT_trial_pricing p {
    color: #ffffff;
}

.CQb_pricing_option .pRO_cert_fees::before {
    content: "";
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, rgb(216,148,108) 0%, transparent 100%);
    height: 1px;
    left: 0;
    position: absolute;
}


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



@media (max-width: 767px) {.TFg_thanksPoint {
    padding: 4rem 0;
}.TFg_thanksPoint .container {
    padding: 0 1.5rem;
}.TFg_thanksPoint .AFI_student_journey {
    padding: 2rem;
    transform: translateZ(0) rotateX(0deg);
}.TFg_thanksPoint h2 {
    transform: translateZ(10px);
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
}.TFg_thanksPoint h2::after {
    width: 6rem;
    height: 0.25rem;
}.TFg_thanksPoint span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}



@media screen and (max-width: 768px) {.GQB_title_screen .AFI_student_journey {
    align-items: center;
}.GQB_title_screen .wQc_text_frame {
    margin: 0 auto;
    padding: 2rem;
    width: 85%;
    border-radius: 26px;
}.GQB_title_screen .wQc_text_frame h1 {
    font-size: calc(45px * 0.8);
}
}



@media (max-width: 768px) {.aSy_course_features .Oiy_knowledge_guide {
    padding: 2.5rem;
}.aSy_course_features .AFI_student_journey {
    max-width: 90%;
}.aSy_course_features .Oiy_knowledge_guide h3 {
    margin-bottom: 1.2rem;
    font-size: calc(30px * 0.8);
}.aSy_course_features .Oiy_knowledge_guide p {
    font-size: calc(14px * 0.95);
    margin-bottom: 2rem;
}.aSy_course_features .Oiy_knowledge_guide .FAs_reach_reach {
    padding: 0.85rem 2rem;
}
}



@media (hover: none) {.qmp_register_now div span {
    transform: none !important;
}.qmp_register_now .FAs_reach_reach:hover {
    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);
    transform: none;
}.qmp_register_now .FAs_reach_reach:active {
    transform: translateY(1px);
}}



@media (max-width: 576px) {.vyN_secure_enclosure {
    padding: 2rem 0.5rem;
}.vyN_secure_enclosure .container {
    border-left: 2px solid rgb(230,186,157);
    padding: 1.5rem 1.2rem;
}.vyN_secure_enclosure h1 {
    font-size: calc(41px * 0.7);
}.vyN_secure_enclosure h2 {
    font-size: calc(32px * 0.7);
}.vyN_secure_enclosure h2::before {
    top: 0.4rem;
    width: 3px;
    height: calc(100% - 0.8rem);
}.vyN_secure_enclosure p, 
    .vyN_secure_enclosure span,
    .vyN_secure_enclosure li {
    font-size: calc(17px * 0.9);
    max-width: 100%;
}.vyN_secure_enclosure span {
    padding-left: 0.8rem;
}.vyN_secure_enclosure li::before {
    height: 6px;
    width: 6px;
}}



@media (hover: hover) {.Cyq_our_background .wQc_text_frame:hover {
    transform: translateY(-5px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 20px rgba(rgb(230,186,157,0.5), 0.2);
}}



@media (min-width: 992px) {.CoM_education_history .Sxq_learner_views {
    grid-template-columns: 250px 1fr;
    gap: 40px;
    padding: 70px;
}.CoM_education_history .Sxq_learner_views > div:first-child {
    width: 250px;
    height: 300px;
}.CoM_education_history .name {
    font-size: calc(22px * 1.2);
}.CoM_education_history .Mpm_job_tasks {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 992px) {.kCT_contact_panel {
    padding: 70px 0;
}.kCT_contact_panel .WkS_query_map {
    grid-template-columns: 1fr;
}.kCT_contact_panel .NMr_photo_box {
    min-height: 300px;
}.kCT_contact_panel .dpQ_request_block {
    padding: 40px 30px 50px;
}
}


@media only screen and (max-width: 1200px) {.kHp_cookie_warning_message {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.wNj_cookie_rules {
    display: none;
}.aVd_cookie_all {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.kHp_cookie_warning_message h5 {
    text-align: center;
}.kHp_cookie_warning_message p {
    text-align: center;
}.wWY_track_cookies {
    margin-bottom: 20px;
}body .lJF_wrapper-capsule .Mdw_cookies_consent {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 576px) {.VFb_audience_profile {
    padding: 60px 0 80px;
}.VFb_audience_profile .AFI_student_journey {
    padding: 30px 20px;
}.VFb_audience_profile .AFI_student_journey::before,
    .VFb_audience_profile .AFI_student_journey::after {
    width: 70px;
    height: 70px;
}.VFb_audience_profile h4 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.7);
    padding-bottom: 10px;
}.VFb_audience_profile h4::after {
    width: 50px;
    height: 3px;
}.VFb_audience_profile p {
    font-size: calc(17px * 0.9);
    padding: 12px;
}.VFb_audience_profile p svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}.VFb_audience_profile::after {
    height: 40px;
}}



@media (max-width: 767px) {footer .fRo_student_aid {
    padding: 60px 0 30px;
}footer .BVw_msg_form {
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    height: 100px;
    flex: 0 1 100px;
    padding: 15px;
}footer .ZbT_header_guide, footer .vWg_top_section, footer .subscribe_holder {
    padding: 25px 20px;
}footer .fuv_trust_badge {
    margin-top: 40px;
}
}



@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .Cpr_header_know {
    gap: 0.7rem;
    padding: 0.7rem;
}header .OxV_main_lead svg {
    width: 120px;
}header .vWg_top_section {
    gap: 0.3rem;
    padding: 0.4rem;
}header .uoV_head_wrap {
    padding: 0.3rem 0.7rem;
    font-size: calc(16px - 2px);
}
}



@media (max-width: 768px) {.CQb_pricing_option {
    padding: 70px 0;
}.CQb_pricing_option h2 {
    font-size: calc(32px - 4px);
}.CQb_pricing_option .rWf_learning_fees {
    font-size: 15px;
    margin-bottom: 40px;
}.CQb_pricing_option .bKx_trial_rates {
    gap: 20px;
    grid-template-columns: 1fr;
}.CQb_pricing_option .Mnb_plan_table {
    padding: 25px 20px;
}.CQb_pricing_option .pRO_cert_fees {
    font-size: calc(22px + 2px);
}
}



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



@keyframes buttonGlow {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes gradient-shift {
    0% {
        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%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        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%
        );
    }
}

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



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

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

