a {
    color: inherit;
    text-decoration: none;
}

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

.ranking_bart {
    flex: 0 0 auto;
}

.ranking_bart {
    position: relative;
    background-color: rgb(225,233,229);
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 100px 0 30px;
}

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


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

footer .vr_labsb {
    margin-top: -70px;
    z-index: 1;
    position: relative;
}

footer .join_us0 {
    justify-content: space-between;
    margin-bottom: 60px;
    transform: translateY(-30px);
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: relative;
    padding: 25px;
    border-radius: 20px;
}

footer .info_item {
    padding: 10px 15px;
    margin: 10px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgb(225,233,229);
    flex: 1 1 200px;
    position: relative;
}

footer .info_item::before {
    width: 3px;
    position: absolute;
    content: "";
    top: 0;
    border-radius: 3px 0 0 3px;
    opacity: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    background-color: rgb(191,208,199);
    left: 0;
}

footer .info_item a:hover {
    color: rgb(191,208,199);
}

footer .text_main_holder {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
}

footer .top_trainy {
    position: relative;
    padding: 0 30px;
}

footer .top_trainy::after {
    right: 30px;
    left: 30px;
    content: "";
    bottom: -15px;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, rgb(191,208,199), transparent);
}

footer .referral_progC {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    max-width: 330px;
}

footer .top_primeb h5 {
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
}

footer .top_primeb h5::after {
    content: "";
    background-color: rgb(191,208,199);
    width: 50px;
    bottom: -7px;
    height: 2px;
    position: absolute;
    left: 0;
}

footer .nav_study7 a::after {
    left: 0;
    background-color: rgb(191,208,199);
    transition: width 0.3s ease;
    bottom: 5px;
    position: absolute;
    width: 0;
    height: 2px;
    content: "";
}

footer .nav_study7 a:hover::after {
    width: 100%;
}

footer .subscribe_holder {
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 0;
    margin-left: 40px;
    background-color: rgb(191,208,199);
    position: relative;
    margin-top: -10px;
    margin-right: 40px;
    border-radius: 20px;
    padding: 30px;
}

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

footer .input_holder input[type="email"] {
    font-size: 16px;
    border-radius: 10px;
    padding: 14px 16px;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    transition: background-color 0.3s ease;
}

footer .news_sectionF {
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    background-color: #000000;
    padding: 14px 20px;
    color: #ffffff;
}

footer .module_endk {
    font-size: 14px;
    background-color: #ffffff;
    padding: 8px 20px;
    color: #000000;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
}

.course_featuresG::before {
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(191,208,199,0.5) 50%, rgb(191,208,199,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(191,208,199,0.5) 50%, rgb(191,208,199,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    height: 100%;
    width: 100%;
    position: absolute;
    animation: gridPulse 8s linear infinite;
    opacity: 0.08;
}

.course_featuresG .training_pathh {
    grid-gap: 0;
    transform-style: preserve-3d;
    display: grid;
    position: relative;
    grid-template-columns: 2fr 3fr;
}

.course_featuresG .text_area_wrapz::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.05;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(191,208,199,0.5) 50%, rgb(191,208,199,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    left: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.course_featuresG .text_area_wrapz h2 {
    text-shadow: 0 0 15px rgb(191,208,199,0.5);
    letter-spacing: 2px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    color: #ffffff;
    position: relative;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
}

.course_featuresG .text_area_wrapz h2::after {
    left: 0;
    background: rgb(191,208,199);
    box-shadow: 0 0 15px rgb(191,208,199);
    height: 3px;
    content: "";
    width: 100px;
    position: absolute;
    bottom: 0;
}

.course_featuresG .text_area_wrapz .description::before {
    left: 0;
    color: rgb(152,173,163);
    opacity: 0.7;
    content: ">";
    position: absolute;
}

.course_featuresG .photo_wrap_item4 {
    z-index: 10;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    height: 650px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    transform-origin: right center;
    transform: translateZ(0) rotateY(-10deg);
}

.course_featuresG .photo_wrap_item4::after {
    z-index: 2;
    mix-blend-mode: overlay;
    opacity: 0.1;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    animation: scanlines 8s linear infinite;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(191,208,199), 0.1) 2px, rgba(rgb(191,208,199), 0.1) 4px);
    top: 0;
    width: 100%;
}

.course_fit_forX::after {
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.1;
    top: 0;
    content: "";
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(191,208,199,0.5) 0,
            rgb(191,208,199,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(152,173,163,0.5) 0,
            rgb(152,173,163,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    z-index: 0;
}

.course_fit_forX .learning_tracksH:hover {
    transform: translateY(-10px);
}

.course_fit_forX h4 {
    position: relative;
    font-size: 37px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(120deg, rgb(191,208,199) 0%, rgb(152,173,163) 100%);
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    padding: 35px 30px;
    text-align: center;
}

.course_fit_forX div {
    background: #ffffff;
    padding: 40px;
}

.course_fit_forX div p {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
    background: #ffffff;
    border-radius: 10px;
    align-items: center;
    line-height: 1.6;
    overflow: hidden;
    color: #000000;
    display: flex;
    font-size: 15px;
    padding: 20px;
    font-weight: 400;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.course_fit_forX div p::after {
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, 
        rgba(rgb(191,208,199), 0.05) 0%, 
        rgba(rgb(152,173,163), 0.05) 100%
    );
}

.course_fit_forX div p:hover svg {
    transform: scale(1.15);
}

.course_fit_forX div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,208,199);
}

.course_fit_forX div p:hover svg path {
    fill: rgb(152,173,163);
}

.thanks_areaw::before {
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(152,173,163,0.5) 49.5%, rgb(152,173,163,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(152,173,163,0.5) 49.5%, rgb(152,173,163,0.5) 50.5%, transparent 50.5%);
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
}

.thanks_areaw h2 {
    opacity: 0;
    margin-bottom: 40px;
    text-align: left;
    transform: translateZ(30px);
    color: #000000;
    font-weight: 700;
    font-size: 31px;
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}

.thanks_areaw .learning_tracksH {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    padding: 50px 40px;
    opacity: 0;
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
}

.thanks_areaw .learning_tracksH::after {
    background: radial-gradient(circle, rgb(191,208,199,0.5) 0%, transparent 70%);
    opacity: 0;
    height: 300%;
    left: -100%;
    transition: opacity 1.5s ease, transform 1.5s ease;
    content: "";
    top: -100%;
    width: 300%;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    transform: scale(0.8);
}

.thanks_areaw li span {
    display: block;
    transform: translateY(20px);
    color: #000000;
    opacity: 0;
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    line-height: 1.8;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

.thanks_areaw .learning_tracksH:hover {
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
}

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

.contact_form_sectionl .inquiry_gridt::before {
    border-radius: 50%;
    background: rgb(191,208,199,0.5);
    z-index: 0;
    height: 300px;
    left: -150px;
    content: "";
    width: 300px;
    position: absolute;
    top: -150px;
}

.contact_form_sectionl .query_grid8 {
    z-index: 1;
    padding: 50px;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.contact_form_sectionl .query_grid8 h3::after {
    background-color: rgb(152,173,163);
    left: 0;
    position: absolute;
    height: 4px;
    width: 60px;
    content: "";
    bottom: -15px;
}

.contact_form_sectionl .query_grid8 div:last-of-type {
    border-bottom: none;
}

.contact_form_sectionl .query_grid8 div svg {
    margin-right: 15px;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}

.contact_form_sectionl .query_grid8 div svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,208,199);
}

.contact_form_sectionl .query_grid8 div span {
    font-size: 15px;
    color: #000000;
}

.contact_form_sectionl .query_grid8 div span a:hover {
    color: rgb(191,208,199);
}

.contact_form_sectionl .request_queryG h3 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
    font-size: 24px;
}

.contact_form_sectionl form input[type="text"],
.contact_form_sectionl form input[type="email"] {
    height: 55px;
    border: none;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 15px;
    border-radius: 10px;
    background-color: rgb(225,233,229);
    padding: 0 20px;
}

.contact_form_sectionl .feedback_supportL {
    margin-bottom: 25px;
    position: relative;
}

.contact_form_sectionl .feedback_supportL label {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    cursor: pointer;
    padding-left: 35px;
    display: block;
    position: relative;
}

.contact_form_sectionl .feedback_supportL input[type="checkbox"]:checked + label::before {
    background-color: rgb(191,208,199);
}

.contact_form_sectionl .feedback_supportL label a {
    color: rgb(191,208,199);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact_form_sectionl .feedback_supportL label a:hover {
    text-decoration: underline;
    color: rgb(152,173,163);
}

.contact_form_sectionl form .support_queryr {
    font-size: 19px;
    border-radius: 10px;
    padding: 16px 30px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    border: none;
    background-color: rgb(191,208,199);
    transition: all 0.3s ease;
    color: #ffffff;
    align-self: flex-start;
}

.cookieNotificationBoxa {
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    background: rgb(152,173,163);
    animation: slideUp 0.5s forwards;
    bottom: 0;
    position: fixed;
    transform: translateY(100%);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(152,173,163);
    padding: 20px 0;
}

.cookieNotificationBoxa p {
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #ffffff;
}

.cookie_customize1 {
    align-items: center;
    margin-right: 15px;
    display: flex;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(191,208,199));
    justify-content: center;
}

.cookie_complyu {
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    padding: 10px 20px;
    color: #000000;
    background: linear-gradient(90deg, rgb(191,208,199), rgb(152,173,163));
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(191,208,199);
    min-width: 140px;
    border-radius: 20px;
    margin-left: 10px;
    font-size: 20px;
}


.secure_guardN {
    position: relative;
    padding: 4rem 1.5rem;
    overflow: hidden;
    background: linear-gradient(165deg, rgb(225,233,229) 0%, #ffffff 100%);
    font-family: Arial, sans-serif;
    color: #000000;
}

.secure_guardN .container {
    margin: 0 auto;
    transform: translateZ(0);
    z-index: 1;
    max-width: 1140px;
    padding: 3.5rem 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
}

.secure_guardN h1::after {
    background: linear-gradient(90deg, rgb(191,208,199) 0%, rgb(152,173,163) 100%);
    left: 0;
    bottom: 0;
    width: 80px;
    position: absolute;
    transition: width 0.4s ease-out;
    height: 3px;
    content: "";
}

.secure_guardN h2 {
    margin: 2.5rem 0 1.2rem;
    padding-left: 1rem;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    color: rgb(152,173,163);
}

.secure_guardN h2:hover::before {
    transform: scaleY(1);
}

.secure_guardN h3 {
    position: relative;
    color: #000000;
    font-size: calc(30px * 0.85);
    margin: 2.2rem 0 1rem;
    font-weight: 600;
    padding-left: 1.5rem;
}

.secure_guardN h4 {
    font-size: calc(30px * 0.7);
    padding-left: 1.5rem;
    font-weight: 400;
    color: #000000;
    margin: 2rem 0 0.8rem;
    position: relative;
}

.secure_guardN p {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.5rem;
    max-width: 92%;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.secure_guardN p strong::after {
    content: "";
    bottom: 0;
    transform-origin: left;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 30%;
    transition: transform 0.3s ease;
    left: 0;
    transform: scaleX(0.95);
    background-color: rgb(191,208,199,0.5);
}

.secure_guardN li {
    position: relative;
    font-size: 16px;
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.secure_guardN li:hover {
    transform: translateX(3px);
}

.secure_guardN li:hover::before {
    background: rgb(191,208,199);
}

.secure_guardN span {
    display: block;
    color: #000000;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    border-left: 3px solid rgb(152,173,163);
    opacity: 0.85;
    font-size: calc(16px * 0.95);
    transition: all 0.3s ease;
    line-height: 1.65;
    background-color: rgba(rgb(152,173,163,0.5), 0.07);
}

.opening_boardO .learning_tracksH {
    height: 100%;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    display: flex;
}

.opening_boardO .page_entryU::before {
    background: linear-gradient(110deg, #000000 0%, #000000 35%, transparent 65%);
    z-index: 2;
    content: '';
    position: absolute;
    inset: 0;
}

.opening_boardO .online_skillsH {
    position: relative;
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    overflow: hidden;
}

.opening_boardO .online_skillsH img {
    transform-origin: center center;
    position: absolute;
    height: 100%;
    transition: transform 8s ease;
    will-change: transform;
    filter: contrast(1.1) brightness(0.9);
    animation: slide-zoom 16s infinite alternate;
    width: 100%;
    object-fit: cover;
}

.opening_boardO .text_area_wrapz::before {
    left: -4px;
    background: linear-gradient(to bottom, rgb(191,208,199), rgb(152,173,163));
    top: 0;
    animation: border-reveal 1.5s forwards 1s;
    width: 4px;
    content: '';
    height: 0;
    position: absolute;
}

.opening_boardO .text_area_wrapz::after {
    border-radius: 50%;
    content: '';
    top: 30px;
    box-shadow: 0 0 15px rgb(191,208,199);
    position: absolute;
    opacity: 0;
    background-color: rgb(191,208,199);
    left: -12px;
    animation: dot-appear 0.5s forwards 2s;
    height: 20px;
    width: 20px;
}

.opening_boardO .text_area_wrapz h1::after {
    bottom: 0;
    animation: line-expand 1.2s forwards 1.5s;
    width: 0;
    height: 3px;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(191,208,199), transparent);
    left: 0;
}

.opening_boardO .text_area_wrapz .support_queryr {
    transition: all 0.3s ease;
    animation: fade-up 1s forwards 1.9s;
    font-size: 20px;
    transform: translateY(20px);
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    background-color: rgb(191,208,199);
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    padding: 0.9rem 2.5rem;
    overflow: hidden;
    opacity: 0;
}

.opening_boardO .text_area_wrapz .support_queryr:hover::before {
    left: 100%;
}

.opening_boardO:has(.online_skillsH:nth-child(3)) .start_learnP {
    --slide-count: 3;
}

.opening_boardO:has(.online_skillsH:nth-child(5)) .start_learnP {
    --slide-count: 5;
}

.client_comments3 {
    padding: 8rem 2rem;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(90deg, rgb(225,233,229) 0%, rgb(191,208,199,0.5) 30%, rgb(225,233,229) 100%);
}

.client_comments3::after {
    left: 0;
    background: radial-gradient(circle at 30% 50%, rgb(152,173,163,0.5) 0%, transparent 60%);
    position: absolute;
    opacity: 0.4;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
}

.client_comments3 h2::before {
    height: 20px;
    bottom: -20px;
    background: linear-gradient(to right, transparent, rgb(191,208,199,0.5), transparent);
    width: 100%;
    position: absolute;
    content: "";
    filter: blur(10px);
    left: 0;
}

.client_comments3 .feedback_ratingsH {
    flex: 0 0 300px;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    display: flex;
    transform: rotateY(10deg) translateZ(0);
    position: relative;
    background: #ffffff;
    overflow: hidden;
    transform-origin: left center;
    scroll-snap-align: center;
    border-radius: 19px;
}

.client_comments3 .feedback_ratingsH:hover::before {
    opacity: 0.7;
}

.client_comments3 .feedback_ratingsH img {
    border: 5px solid #ffffff;
    object-fit: cover;
    transform: translateY(-30px);
    border-radius: 50%;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    width: 120px;
    height: 120px;
    margin-bottom: 1.5rem;
}

.client_comments3 .feedback_ratingsH .description {
    text-align: center;
    transition: all 0.3s ease;
    transform: translateY(0);
    opacity: 0.9;
    font-weight: 400;
    margin-top: 1rem;
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    color: #000000;
    z-index: 1;
}

.client_comments3 .feedback_ratingsH:nth-child(odd):hover {
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
}

.client_comments3 .feedback_ratingsH:nth-child(3n+1):hover::after {
    height: 70px;
    opacity: 0.7;
    width: 70px;
}

.client_comments3 .feedback_ratingsH:nth-child(3n+2)::after {
    filter: blur(10px);
    opacity: 0.4;
    border-radius: 50%;
    content: "";
    background: rgb(191,208,199,0.5);
    top: -15px;
    position: absolute;
    right: -15px;
    transition: all 0.3s ease;
    height: 40px;
    width: 40px;
}

.statistical_overviewP::before {
    background: 
        radial-gradient(circle at 10% 90%, rgb(191,208,199,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(152,173,163,0.5) 0%, transparent 40%);
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.6;
    content: "";
}

.statistical_overviewP .statistics_elevation8::after {
    width: 10px;
    position: absolute;
    height: 10px;
    content: "";
    border-radius: 50%;
    background-color: rgb(191,208,199);
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}

.statistical_overviewP .top_statisticsu::after {
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    width: 80%;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(191,208,199), transparent);
    content: "";
}

.statistical_overviewP .class_gainsg {
    width: 100%;
    justify-content: center;
    position: relative;
    display: flex;
}

.statistical_overviewP .pro_statisticsQ:nth-child(even) {
    margin-top: 60px;
}

.statistical_overviewP .pro_statisticsQ::before {
    top: 0;
    transform: translateZ(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    z-index: -1;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    content: "";
    height: 100%;
}

.statistical_overviewP .pro_statisticsQ:hover h4 {
    color: rgb(191,208,199);
    transform: translate(-50%, -50%) scale(1.1);
}

.statistical_overviewP .pro_statisticsQ span {
    bottom: 40px;
    transition: all 0.3s ease;
    padding: 0 20px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 16px;
    color: #000000;
    z-index: 3;
    font-weight: 600;
}

.statistical_overviewP svg path {
    fill: rgb(191,208,199);
}

.meet_usC {
    position: relative;
    background: linear-gradient(135deg, rgb(225,233,229) 0%, rgb(152,173,163,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
}

.meet_usC::after {
    height: 150%;
    z-index: 0;
    content: "";
    background: radial-gradient(ellipse at center, rgb(191,208,199,0.5) 0%, transparent 70%);
    width: 80%;
    opacity: 0.1;
    top: -50%;
    position: absolute;
    right: -25%;
    transform: rotate(-15deg);
}

.meet_usC h1 {
    font-size: 40px;
    position: relative;
    font-weight: 700;
    transform: translateX(-20px);
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    text-align: left;
    margin-bottom: 3rem;
    color: #000000;
}

.meet_usC .pro_programn {
    position: relative;
}

.meet_usC .pro_programn ul {
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
    gap: 3rem;
    display: grid;
}

.meet_usC .learning_dna9:nth-child(1) {
    --i: 1;
}

.meet_usC .learning_dna9:nth-child(2) {
    --i: 2;
}

.meet_usC .learning_dna9:hover {
    transform: translateY(-5px);
}

.meet_usC .learning_dna9::before {
    content: "";
    position: absolute;
    height: 100px;
    top: 0;
    width: 100px;
    transform: translate(50%, -50%);
    opacity: 0.1;
    border-radius: 50%;
    background: rgb(152,173,163,0.5);
    right: 0;
}

.meet_usC .learning_dna9 div {
    max-height: 250px;
    position: relative;
    overflow-y: auto;
    transform: translateY(20px);
    line-height: 1.8;
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    animation-delay: calc(0.6s * var(--i, 1));
    padding-right: 1rem;
    color: #000000;
    font-size: 16px;
}

.access_nowd::before {
    pointer-events: none;
    transform: translateZ(-10px);
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    position: absolute;
    height: 100%;
    animation: shimmer 6s infinite linear;
}

.access_nowd .container {
    max-width: 1200px;
    justify-content: center;
    transform: translateZ(30px);
    align-items: center;
    flex-direction: column;
    z-index: 1;
    position: relative;
    display: flex;
    margin: 0 auto;
}

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

.access_nowd div span:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}

.access_nowd div span::before {
    filter: blur(6px);
    opacity: 0.6;
    bottom: -8px;
    height: 8px;
    width: 90%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transition: all 0.4s ease;
    transform: translateX(-50%);
    content: "";
    background: rgba(0, 0, 0, 0.2);
}

.access_nowd .support_queryr::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    left: -100%;
    width: 100%;
    transition: left 0.7s ease;
    content: "";
    position: absolute;
    top: 0;
}

.access_nowd .support_queryr:hover {
    border-color: #ffffff;
    background: transparent;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.access_nowd .support_queryr:hover span {
    transform: scale(1.05);
}

.access_nowd .support_queryr:active {
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.tariff_planx .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}

.tariff_planx .member_feesW {
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 2;
    flex-direction: column;
    position: relative;
}

.tariff_planx h2::after {
    bottom: -12px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: rgb(191,208,199);
    width: 80px;
    border-radius: 1px;
    left: 50%;
}

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

.tariff_planx .cert_costz li {
    display: flex;
    height: 100%;
}

.tariff_planx .training_fees3::before {
    top: 0;
    background: linear-gradient(90deg, rgb(191,208,199), rgb(152,173,163));
    content: "";
    position: absolute;
    transform: translateY(-5px);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    left: 0;
    height: 5px;
}

.tariff_planx .training_fees3:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
}

.tariff_planx .training_fees3:hover::before {
    transform: translateY(0);
}

.tariff_planx .study_price7 {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.tariff_planx .training_fees3 h4 {
    font-size: calc(24px * 1.1);
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 600;
    margin: 0 0 20px;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.tariff_planx .training_fees3:hover h4::after {
    background-color: rgb(191,208,199);
    width: 60px;
}

.tariff_planx .training_fees3 p {
    margin: 0 0 30px;
    white-space: normal;
    line-height: 1.7;
    hyphens: auto;
    flex-grow: 1;
    font-size: 18px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
    word-break: normal;
}

.tariff_planx .plan_ratesf::before {
    left: 0;
    opacity: 0.6;
    content: "";
    background-color: rgb(191,208,199);
    width: 25px;
    top: 0;
    height: 2px;
    transition: width 0.4s ease, opacity 0.3s ease;
    position: absolute;
}

header .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

header .page_header0 {
    height: 100%;
    display: flex;
    align-items: stretch;
}

header .main_learninge svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
    width: 150px;
    height: auto;
}

header .main_learninge:hover svg {
    transform: scale(1.05);
}

header .top_primeb::before {
    width: 1px;
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(191,208,199,0.5), transparent);
    left: 0;
}

header .head_learningF::before {
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
    opacity: 0;
    background: linear-gradient(135deg, rgb(191,208,199,0.5), rgb(152,173,163,0.5));
    content: '';
    top: 0;
    border-radius: 10px;
    left: 0;
    z-index: -1;
    width: 100%;
}

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

.training_specialist2 {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(225,233,229) 0%, rgb(152,173,163,0.5) 100%);
    position: relative;
    padding: 120px 0;
}

.training_specialist2::after {
    opacity: 0.04;
    left: 0;
    top: 0;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(191,208,199,0.5) 40px,
            rgb(191,208,199,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(191,208,199,0.5) 60px,
            rgb(191,208,199,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(191,208,199,0.5) 80px,
            rgb(191,208,199,0.5) 81px
        );
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}

.training_specialist2 .feedback_ratingsH::before {
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(191,208,199) 0%,
        rgb(152,173,163) 100%
    );
    width: 100%;
    content: "";
    height: 6px;
}



.training_specialist2 .photo_wrap_item4 {
    width: 100%;
    height: 100%;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    transition: all 0.5s ease;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    min-height: 360px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
}

.training_specialist2 .photo_wrap_item4::after {
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    width: 100%;
    z-index: 2;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
}

.training_specialist2 .name::before {
    background: rgb(152,173,163);
    height: 0;
    position: absolute;
    content: "";
    transition: height 0.5s ease;
    top: 0;
    left: -4px;
    width: 4px;
}

.training_specialist2 .feedback_ratingsH span:not(.name)::after {
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
    bottom: 0;
    background: rgb(191,208,199);
    width: 0;
    content: "";
    position: absolute;
}

.training_specialist2 .feedback_ratingsH:hover span:not(.name)::after {
    width: 100%;
}

.training_specialist2 .job_area5::before {
    opacity: 0.6;
    height: 12px;
    content: "";
    position: absolute;
    border-left: 2px solid rgb(191,208,199);
    width: 12px;
    top: 15px;
    border-top: 2px solid rgb(191,208,199);
    left: 12px;
}

.training_specialist2 .job_area5::after {
    border-right: 2px solid rgb(152,173,163);
    width: 12px;
    opacity: 0.6;
    height: 12px;
    bottom: 15px;
    border-bottom: 2px solid rgb(152,173,163);
    position: absolute;
    right: 12px;
    content: "";
}

.training_specialist2 .feedback_ratingsH:hover .photo_wrap_item4 {
    transform: scale(1.03);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
}



@media (max-width: 768px) {::-webkit-scrollbar {
    width: 8px;
}::-webkit-scrollbar-thumb {
    background: rgb(225,233,229);
}
}



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


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



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .nav_study7 {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .news_sectionF {
    white-space: nowrap;
}
}



@media (min-width: 992px) {footer .top_primeb {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}



@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}



@media (max-width: 767px) {footer .ranking_bart {
    padding: 80px 0 30px;
}footer .join_us0 {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .top_primeb, footer .subscribe_holder {
    margin-right: 10px;
    margin-left: 10px;
    padding: 25px 20px;
}footer .footer_workshopsb {
    margin-top: 40px;
}
}


@media screen and (max-width: 1200px) {.course_featuresG {
    padding: 80px 0;
}.course_featuresG .text_area_wrapz {
    padding: 40px;
}.course_featuresG .photo_wrap_item4 {
    height: 550px;
}
}



@media screen and (max-width: 991px) {.course_featuresG {
    padding: 60px 0;
    min-height: auto;
}.course_featuresG .training_pathh {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.course_featuresG .text_area_wrapz {
    transform: translateZ(0);
    padding: 30px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}.course_featuresG .photo_wrap_item4 {
    transform: translateZ(0) rotateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    height: 450px;
}
}



@media screen and (max-width: 480px) {.course_featuresG {
    padding: 40px 0;
}.course_featuresG .container {
    padding: 0 15px;
}.course_featuresG .text_area_wrapz {
    padding: 20px;
}.course_featuresG .text_area_wrapz h2 {
    margin-bottom: 20px;
    font-size: calc(48px * 0.7);
}.course_featuresG .text_area_wrapz h2::before {
    font-size: 14px;
    top: -20px;
}.course_featuresG .photo_wrap_item4 {
    height: 280px;
}}



@media (max-width: 767px) {.course_fit_forX {
    padding: 60px 0;
}.course_fit_forX h4 {
    padding: 25px 20px;
    font-size: calc(37px - 4px);
}.course_fit_forX div {
    padding: 25px 20px;
}.course_fit_forX div p {
    padding: 12px 15px;
    margin-bottom: 12px;
}.course_fit_forX div p svg {
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin-right: 12px;
}
}




@media screen and (max-width: 1200px) {.thanks_areaw {
    padding: 100px 0 80px;
}.thanks_areaw h2 {
    font-size: calc(31px - 2px);
}
}



@media screen and (max-width: 992px) {.thanks_areaw {
    padding: 80px 0 60px;
}.thanks_areaw h2 {
    font-size: calc(31px - 4px);
}.thanks_areaw .learning_tracksH {
    padding: 40px 30px;
}
}



@media screen and (max-width: 768px) {.thanks_areaw {
    padding: 60px 0 50px;
}.thanks_areaw h2 {
    margin-bottom: 30px;
    font-size: calc(31px - 6px);
}.thanks_areaw .learning_tracksH {
    transform: translateZ(0) perspective(1000px) rotateX(0);
    padding: 30px 25px;
}.thanks_areaw h2::after {
    height: 3px;
    width: 60px;
}.thanks_areaw li {
    padding-left: 25px;
}.thanks_areaw li::before {
    width: 8px;
    height: 8px;
}
}



@media screen and (max-width: 992px) {.contact_form_sectionl .container {
    width: 90%;
}.contact_form_sectionl .inquiry_gridt {
    grid-template-columns: 1fr;
}.contact_form_sectionl .query_grid8 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}
}


@media only screen and (max-width: 1200px) {.cookieNotificationBoxa {
    padding: 15px 0;
}.manage_trackingN {
    padding: 15px 5%;
}
}


@media only screen and (max-width: 800px) {.cookie_customize1 {
    display: none;
}.manage_trackingN {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookieNotificationBoxa h5 {
    margin-bottom: 5px;
    font-size: 18px;
}.cookie_datan {
    margin-bottom: 15px;
}.cookie_complyu {
    margin: 10px 0;
    min-width: 100%;
}}



@media screen and (max-width: 768px) {.secure_guardN {
    padding: 2.5rem 0.75rem;
}.secure_guardN .container {
    padding: 2rem 1.5rem;
}.secure_guardN h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 1.5rem;
}.secure_guardN h2 {
    margin: 2rem 0 1rem;
    font-size: calc(30px * 0.8);
}.secure_guardN h3 {
    font-size: calc(30px * 0.7);
}.secure_guardN h4 {
    font-size: calc(30px * 0.6);
}.secure_guardN p, 
    .secure_guardN li {
    font-size: calc(16px * 0.95);
}.secure_guardN span {
    padding: 0.75rem 1rem;
    font-size: calc(16px * 0.9);
}
}



@media (max-width: 1200px) {.opening_boardO .text_area_wrapz {
    padding: 3rem;
    width: 50%;
    margin-right: 5%;
}
}



@media (max-width: 992px) {.opening_boardO .page_entryU::before {
    background: linear-gradient(110deg, #000000 0%, #000000 30%, transparent 60%);
}.opening_boardO .text_area_wrapz {
    width: 60%;
    padding: 2.5rem;
}.opening_boardO .text_area_wrapz h1 {
    font-size: calc(39px * 0.9);
}
}



@media (max-width: 768px) {.opening_boardO .learning_tracksH {
    justify-content: center;
}.opening_boardO .page_entryU {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.opening_boardO .page_entryU::before {
    background: linear-gradient(to right, 
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.6) 100%);
}.opening_boardO .text_area_wrapz {
    width: 85%;
    margin: 0;
    border-left: none;
    border-radius: 28px;
    border-top: 4px solid rgb(191,208,199);
    backdrop-filter: blur(5px);
    max-width: 500px;
}.opening_boardO .text_area_wrapz::before {
    top: -4px;
    animation: width-reveal 1.5s forwards 1s;
    width: 0;
    height: 4px;
    background: linear-gradient(to right, rgb(191,208,199), rgb(152,173,163));
    left: 0;
}.opening_boardO .text_area_wrapz::after {
    left: 30px;
    top: -12px;
}.opening_boardO .text_area_wrapz h1 {
    width: 100%;
    font-size: 39px;
    text-align: center;
}.opening_boardO .text_area_wrapz p {
    text-align: center;
}.opening_boardO .text_area_wrapz .support_queryr {
    margin: 0 auto;
    text-align: center;
    display: block;
}
}



@media (max-width: 992px) {.client_comments3 {
    padding: 6rem 1rem;
}.client_comments3 h2 {
    font-size: calc(33px * 1.2);
    margin-bottom: 3rem;
}.client_comments3 .alumni_ratingsP {
    gap: 2.5rem;
    padding: 2.5rem 0;
}.client_comments3 .feedback_ratingsH {
    flex: 0 0 270px;
    padding: 1.8rem;
}.client_comments3 .feedback_ratingsH img {
    height: 100px;
    width: 100px;
}
}



@media (max-width: 480px) {.client_comments3 {
    padding: 4rem 0.5rem;
}.client_comments3 .alumni_ratingsP {
    gap: 1.5rem;
    padding: 1.5rem 0;
}.client_comments3 .feedback_ratingsH {
    flex: 0 0 85%;
    transform: rotateY(0) translateZ(0) !important;
}.client_comments3 .feedback_ratingsH:hover {
    transform: rotateY(0) translateZ(0) scale(1.02) !important;
}}



@media (max-width: 1200px) {.statistical_overviewP .pro_statisticsQ {
    height: 300px;
    margin: 0 10px;
    width: calc(25% - 20px);
}.statistical_overviewP .pro_statisticsQ h4 {
    font-size: 3.5rem;
}
}



@media (max-width: 767px) {.statistical_overviewP {
    padding: 70px 0;
}.statistical_overviewP .statistics_elevation8 {
    margin-bottom: 50px;
}.statistical_overviewP .top_statisticsu {
    font-size: calc(37px * 0.9);
}.statistical_overviewP .pro_statisticsQ {
    height: 240px;
}.statistical_overviewP .pro_statisticsQ h4 {
    font-size: 2.8rem;
}.statistical_overviewP .pro_statisticsQ span {
    font-size: calc(16px * 0.9);
    bottom: 30px;
}.statistical_overviewP svg {
    top: 30px;
    height: 30px;
    width: 30px;
}
}



@media (min-width: 768px) {.meet_usC {
    padding: 8rem 0;
}.meet_usC h1 {
    margin-bottom: 4rem;
    font-size: calc(40px * 1.2);
}.meet_usC h1::after {
    width: 120px;
    height: 5px;
}.meet_usC .pro_programn ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.meet_usC .learning_dna9 {
    height: 100%;
    flex-direction: column;
    display: flex;
}.meet_usC .learning_dna9:first-child {
    transform: translateY(40px);
}.meet_usC .learning_dna9:last-child {
    transform: translateY(-10px);
}.meet_usC .learning_dna9:hover:first-child {
    transform: translateY(35px);
}.meet_usC .learning_dna9:hover:last-child {
    transform: translateY(-15px);
}.meet_usC .learning_dna9 div {
    flex: 1;
    max-height: none;
}
}



@media (max-width: 767px) {.meet_usC {
    padding: 4rem 0;
}.meet_usC h1 {
    margin-bottom: 2.5rem;
    text-align: center;
}.meet_usC h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.meet_usC .learning_dna9 {
    margin-bottom: 2rem;
    padding: 1.8rem;
}.meet_usC .learning_dna9 h4 {
    margin-bottom: 1rem;
}.meet_usC .learning_dna9 div {
    max-height: 200px;
}}



@media (max-width: 575px) {.access_nowd {
    padding: 2.5rem 0.8rem;
}.access_nowd h6 {
    line-height: 1.4;
    margin-bottom: 1.5rem;
    font-size: calc(16px + 0.1rem);
}.access_nowd .support_queryr {
    padding: 0.7rem 1.5rem;
}.access_nowd::before,
    .access_nowd::after {
    opacity: 0.4;
}}




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



@media (max-width: 480px) {.tariff_planx {
    padding: 50px 0;
}.tariff_planx h2 {
    font-size: calc(35px * 0.85);
}.tariff_planx .price_sheet1 {
    font-size: calc(18px * 0.95);
}.tariff_planx .access_costG {
    padding: 25px 20px;
}.tariff_planx .training_fees3 h4 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.95);
}.tariff_planx .plan_ratesf {
    font-size: 24px;
}}



@media (max-width: 991px) {header::before {
    width: 30%;
}header .main_learninge {
    width: 30%;
    padding: 1rem 0;
}header .main_learninge svg {
    width: 130px;
}header .top_primeb {
    gap: 0.5rem;
    padding: 1rem 2.5%;
    width: 70%;
}header .head_learningF {
    padding: 0.5rem 1rem;
    font-size: calc(14px);
}
}



@media (max-width: 480px) {header .main_learninge {
    padding: 0.7rem 0;
}header .main_learninge svg {
    width: 110px;
}header .top_primeb {
    flex-wrap: nowrap;
    padding: 0.7rem 2%;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
}header .top_primeb::-webkit-scrollbar {
    height: 3px;
}header .top_primeb::-webkit-scrollbar-thumb {
    background: rgb(191,208,199);
    border-radius: 10px;
}header .head_learningF {
    flex-shrink: 0;
    margin-right: 2px;
    white-space: nowrap;
    padding: 0.45rem 0.9rem;
    font-size: calc(14px - 1px);
}}



@media (max-width: 767px) {.training_specialist2 {
    padding: 70px 0;
}.training_specialist2 .feedback_ratingsH {
    gap: 25px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 35px 25px;
}.training_specialist2 .photo_wrap_item4 {
    min-height: 280px;
}.training_specialist2 .name {
    font-size: calc(29px * 0.9);
}.training_specialist2 .feedback_ratingsH span:not(.name) {
    font-size: calc(20px * 0.95);
    margin-bottom: 20px;
}.training_specialist2 .job_area5 {
    font-size: calc(13px * 0.95);
    padding: 18px 22px;
}
}



@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}



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




@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}




@keyframes slideTitle {
    0% { opacity: 0; transform: translateZ(30px) translateY(-20px); }
    100% { opacity: 1; transform: translateZ(30px) translateY(0); }
}



@keyframes popIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}



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

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



@keyframes slide-transition {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40%, 56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60%, 76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80%, 96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes dot-appear {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}



@keyframes width-reveal {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}



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



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

