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

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

.wrapper-containerM {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.head_classA {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    width: 100%;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
}

.ranking_bart::before {
    height: 120px;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: rgb(191,208,199,0.5);
    content: "";
    top: 0;
    background-size: 100px 100px;
    background: 
        linear-gradient(135deg, rgb(225,233,229) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(225,233,229) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(225,233,229) 25%, transparent 25%),
        linear-gradient(45deg, rgb(225,233,229) 25%, transparent 25%);
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    background-color: #ffffff;
}

footer .info_item:hover::before {
    opacity: 1;
}

footer .info_item svg {
    margin-right: 10px;
    width: 20px;
    vertical-align: middle;
    fill: rgb(191,208,199);
    height: 20px;
}

footer .info_item p,
footer .info_item a {
    display: inline-block;
    font-size: 16px;
    transition: color 0.3s ease;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
}

footer .text_main_holder::before {
    top: -40px;
    width: 100%;
    position: absolute;
    background-color: #ffffff;
    border-radius: 20px;
    left: 0;
    content: "";
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    z-index: -1;
    height: calc(100% + 80px);
}

footer .top_trainy svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}

footer .top_primeb {
    border-radius: 20px;
    margin-top: -10px;
    margin-right: 20px;
    padding: 30px;
    background-color: rgb(225,233,229);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    margin-left: 20px;
    position: relative;
}

footer .nav_study7 {
    display: grid;
    margin-bottom: 20px;
    gap: 10px;
    grid-template-columns: 1fr;
}

footer .nav_study7 a {
    padding: 8px 0;
    font-size: 16px;
    display: inline-block;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}

footer .nav_study7 a:hover {
    transform: translateX(5px);
    color: rgb(191,208,199);
}

footer .subscribe_holder::before {
    position: absolute;
    content: "";
    height: 30px;
    background-color: rgb(191,208,199);
    right: 30px;
    top: -15px;
    z-index: -1;
    transform: rotate(45deg);
    width: 30px;
}

footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 21px;
}

footer .input_holder {
    display: flex;
    position: relative;
    gap: 15px;
    flex-direction: column;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    outline: none;
}

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

footer .news_sectionF:hover {
    background-color: rgb(152,173,163);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .footer_workshopsb {
    margin-top: 60px;
    z-index: 1;
    text-align: center;
    position: relative;
}

.course_featuresG {
    min-height: 100vh;
    align-items: center;
    perspective: 1500px;
    overflow: hidden;
    display: flex;
    position: relative;
    background: rgb(191,208,199);
    padding: 100px 0;
}

.course_featuresG::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 30% 20%, rgb(191,208,199,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(152,173,163,0.5) 0%, transparent 50%);
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0.2;
    mix-blend-mode: screen;
}

.course_featuresG .container {
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
    width: 100%;
    max-width: 1600px;
}

.course_featuresG .text_area_wrapz {
    border-left: 3px solid rgb(191,208,199);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(191,208,199,0.5);
    backdrop-filter: blur(20px);
    transform: translateZ(50px);
    border-radius: 0;
    z-index: 15;
    background: rgba(0, 0, 0, 0.7);
    position: relative;
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.course_featuresG .text_area_wrapz::after {
    height: 150px;
    width: 150px;
    transform: translate(50%, 50%);
    border-radius: 50%;
    content: "";
    animation: rotateConic 10s linear infinite;
    bottom: 0;
    position: absolute;
    right: 0;
    opacity: 0.2;
    background: 
        conic-gradient(from 0deg, rgb(191,208,199,0.5) 0deg, transparent 120deg);
}

.course_featuresG .text_area_wrapz .description {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.9;
    font-size: 12px;
    opacity: 0.9;
}

.course_featuresG .text_area_wrapz .description:last-child {
    margin-bottom: 0;
}

.course_featuresG .hud-element {
    opacity: 0.2;
    border: 1px solid rgb(191,208,199,0.5);
    position: absolute;
    z-index: 5;
}

.course_featuresG .photo_wrap_item4::before {
    height: 100%;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
}

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

.course_fit_forX::before {
    height: 100%;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(191,208,199,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(152,173,163,0.5) 0%, transparent 50%);
    content: "";
    z-index: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    top: 0;
}

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

.course_fit_forX .learning_tracksH {
    background: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    display: flex;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.course_fit_forX h4::before {
    top: 0;
    opacity: 0.5;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    content: "";
    height: 100%;
    width: 100%;
}

.course_fit_forX div p:last-child {
    margin-bottom: 0;
}

.course_fit_forX div p::before {
    top: 0;
    left: 0;
    height: 100%;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, rgb(191,208,199), rgb(152,173,163));
    position: absolute;
    width: 4px;
    content: "";
}

.course_fit_forX div p:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
    border-color: rgba(0, 0, 0, 0.1);
}

.course_fit_forX div p:hover::before {
    width: 8px;
}

.course_fit_forX div p:hover::after {
    opacity: 1;
}

.course_fit_forX div p svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    height: 28px;
    margin-right: 18px;
    width: 28px;
    min-width: 28px;
}

.thanks_areaw {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(225,233,229) 0%, rgb(191,208,199,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.thanks_areaw::after {
    background: rgb(191,208,199);
    opacity: 0.03;
    width: 50%;
    top: 20%;
    right: -10%;
    transform: rotate(-15deg) skewX(-15deg);
    height: 70%;
    content: "";
    z-index: 0;
    position: absolute;
}

.thanks_areaw .container {
    perspective: 1000px;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}

.thanks_areaw h2::after {
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    content: "";
    left: 0;
    bottom: -15px;
    width: 80px;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(191,208,199), rgb(152,173,163));
    position: absolute;
    transform-origin: left;
}

.thanks_areaw .learning_tracksH::before {
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.07;
    background: linear-gradient(135deg, rgb(191,208,199,0.5) 0%, transparent 80%);
    z-index: 0;
    position: absolute;
    width: 100%;
}

.thanks_areaw .learning_tracksH:hover::after {
    opacity: 0.05;
    transform: scale(1);
}

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

.thanks_areaw li {
    padding-left: 30px;
    z-index: 2;
    position: relative;
}

.thanks_areaw li::before {
    height: 10px;
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(135deg, rgb(191,208,199) 0%, rgb(152,173,163) 100%);
    transform: scale(0);
    left: 0;
    top: 12px;
    border-radius: 50%;
    width: 10px;
    position: absolute;
    content: "";
}

.contact_form_sectionl {
    padding: 80px 0;
    position: relative;
}

.contact_form_sectionl::before {
    position: absolute;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
}

.contact_form_sectionl .inquiry_gridt {
    display: grid;
    border-radius: 0;
    grid-template-columns: 45% 55%;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.contact_form_sectionl .inquiry_gridt::after {
    position: absolute;
    right: -150px;
    content: "";
    border-radius: 50%;
    bottom: -150px;
    background: rgb(152,173,163,0.5);
    z-index: 0;
    width: 300px;
    height: 300px;
}

.contact_form_sectionl .query_grid8 h3 {
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    font-size: 33px;
    color: rgb(191,208,199);
}

.contact_form_sectionl .query_grid8 div {
    margin-bottom: 30px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}



.contact_form_sectionl .query_grid8 div {
    animation-delay: calc(var(--n) * 0.5s);
    animation: borderPulse 3s infinite;
}

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

.contact_form_sectionl .query_grid8 div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}

.contact_form_sectionl .request_queryG {
    padding: 50px;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
}

.contact_form_sectionl form {
    flex-direction: column;
    display: flex;
}

.contact_form_sectionl form input[type="text"]:focus,
.contact_form_sectionl form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(191,208,199,0.5);
}

.contact_form_sectionl form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_form_sectionl .feedback_supportL input[type="checkbox"] {
    height: 0;
    position: absolute;
    width: 0;
    opacity: 0;
    cursor: pointer;
}

.contact_form_sectionl .feedback_supportL label::before {
    background-color: rgb(225,233,229);
    transition: all 0.3s ease;
    position: absolute;
    width: 20px;
    top: 2px;
    height: 20px;
    border-radius: 10px;
    left: 0;
    content: "";
}

.contact_form_sectionl .feedback_supportL input[type="checkbox"]:checked + label::after {
    left: 7px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
    content: "";
    top: 3px;
}

.contact_form_sectionl form .support_queryr:hover {
    background-color: rgb(152,173,163);
}

.contact_form_sectionl .query_grid8 div:nth-child(2) {
    --n: 0;
}

.contact_form_sectionl .query_grid8 div:nth-child(3) {
    --n: 1;
}

.contact_form_sectionl .query_grid8 div:nth-child(4) {
    --n: 2;
}

.contact_form_sectionl .query_grid8 div:nth-child(5) {
    --n: 3;
}


#cookieBannerMessager {
    display: none;
}

#cookieBannerMessager:checked ~ .cookieNotificationBoxa {
    visibility: hidden;
    opacity: 0;
}

.manage_trackingN {
    justify-content: space-between;
    display: flex;
    padding: 20px 5%;
    align-items: center;
    gap: 20px;
}

.cookieNotificationBoxa h5 {
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    font-size: 23px;
    text-transform: uppercase;
}

.cookie_customize1 svg {
    fill: rgb(191,208,199);
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
}

.cookie_customize1:hover svg {
    transform: scale(1.1);
}

.cookie_complyu:hover {
    box-shadow: 0 0 20px rgb(152,173,163);
}

.cookie_button.cookie_screen1 {
    color: #ffffff;
    border: 2px solid rgb(152,173,163);
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.cookie_screen1:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(152,173,163);
}

.cookieNotificationBoxa p a {
    text-decoration: none;
    color: rgb(191,208,199);
    transition: color 0.3s ease;
}

.cookieNotificationBoxa p a:hover {
    color: rgb(152,173,163);
}

.secure_guardN::before {
    top: 0;
    content: "";
    z-index: 0;
    left: 0;
    opacity: 0.05;
    position: absolute;
    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
    );
    height: 100%;
}

.secure_guardN h1 {
    font-size: 43px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: rgb(191,208,199);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 2rem;
    position: relative;
    padding-bottom: 1rem;
    transform: translateY(0);
}

.secure_guardN:hover h1::after {
    width: 120px;
}

.secure_guardN h2::before {
    left: 0;
    transition: transform 0.3s ease;
    transform: scaleY(0.8);
    position: absolute;
    height: 100%;
    width: 4px;
    border-radius: 2px;
    content: "";
    background: rgb(191,208,199);
    top: 0;
}

.secure_guardN h3::before {
    position: absolute;
    transform: translateY(-50%);
    background: rgb(152,173,163);
    left: 0;
    width: 12px;
    height: 2px;
    content: "";
    top: 50%;
}

.secure_guardN h4::before {
    position: absolute;
    content: "→";
    left: 0;
    color: rgb(191,208,199);
    font-size: 0.9em;
    top: 50%;
    transform: translateY(-50%);
}

.secure_guardN p:hover {
    opacity: 1;
}

.secure_guardN p strong {
    color: #000000;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.secure_guardN p strong:hover::after {
    transform: scaleX(1);
}

.secure_guardN ul {
    margin: 1.5rem 0;
    list-style: none;
    padding: 0.5rem 0 1rem 1.5rem;
    position: relative;
}

.secure_guardN ul::before {
    border-radius: 1.5px;
    left: 0;
    background: linear-gradient(180deg, rgb(191,208,199) 0%, rgb(191,208,199,0.5) 100%);
    top: 0;
    content: "";
    width: 3px;
    position: absolute;
    bottom: 0;
}

.secure_guardN li::before {
    left: 0;
    content: "";
    height: 8px;
    top: 0.75em;
    width: 8px;
    transition: background 0.3s ease;
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
    background: rgb(152,173,163);
}

.secure_guardN span:hover {
    opacity: 1;
    background-color: rgba(rgb(152,173,163,0.5), 0.1);
}

.opening_boardO {
    position: relative;
    height: 100vh;
    min-height: 600px;
    width: 100%;
    overflow: hidden;
    background-color: #000000;
}

.opening_boardO .page_entryU {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.opening_boardO .start_learnP {
    animation: slide-transition 35s infinite;
    width: calc(100% * var(--slide-count, 5));
    height: 100%;
    display: flex;
    transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    transform: translateX(0);
    position: relative;
}



.opening_boardO .start_learnP {
    --slide-count: 2;
}

.opening_boardO .online_skillsH:nth-child(2n) img {
    animation-delay: -3s;
}

.opening_boardO .online_skillsH:nth-child(3n) img {
    animation-delay: -6s;
}

.opening_boardO .online_skillsH:nth-child(4n) img {
    animation-delay: -9s;
}

.opening_boardO .text_area_wrapz {
    animation: slide-in 1s forwards 0.5s;
    transform: translateX(50px);
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 0 28px 28px 0;
    margin-right: 8%;
    border-left: 4px solid rgb(191,208,199);
    padding: 3.5rem;
    width: 45%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    max-width: 600px;
}

.opening_boardO .text_area_wrapz {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4);
}

.opening_boardO .text_area_wrapz h1 {
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 39px;
    padding-bottom: 1rem;
    font-weight: 700;
    position: relative;
}

.opening_boardO .text_area_wrapz p {
    font-size: 14px;
    animation: fade-up 1s forwards 1.7s;
    opacity: 0;
    transform: translateY(20px);
    opacity: 0.9;
    margin-bottom: 2rem;
    color: #ffffff;
    line-height: 1.7;
}

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

.opening_boardO .text_area_wrapz .support_queryr:hover {
    background-color: rgb(152,173,163);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

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

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

.client_comments3::before {
    top: 50%;
    z-index: 1;
    height: 1px;
    content: "";
    position: absolute;
    left: 10%;
    width: 80%;
    box-shadow: 0 0 20px 5px rgb(191,208,199,0.5);
    background: linear-gradient(90deg, transparent, rgb(191,208,199), transparent);
}

.client_comments3 .container {
    position: relative;
    z-index: 2;
}

.client_comments3 h2 {
    text-align: center;
    font-size: calc(33px * 1.4);
    color: #000000;
    font-weight: 700;
    margin-bottom: 4rem;
    perspective: 1000px;
    position: relative;
}

.client_comments3 .alumni_ratingsP {
    scrollbar-width: thin;
    gap: 3rem;
    padding: 3rem 0;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    transform-style: preserve-3d;
    display: flex;
    overflow-x: auto;
    scrollbar-color: rgb(191,208,199) rgb(225,233,229);
}

.client_comments3 .feedback_ratingsH:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
    z-index: 3;
}

.client_comments3 .feedback_ratingsH::before {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgb(191,208,199,0.5) 0%, transparent 70%);
    height: 100%;
    content: "";
    transition: opacity 0.3s ease;
    opacity: 0.4;
    left: 0;
}

.client_comments3 .feedback_ratingsH:hover img {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(-40px) scale(1.1);
}

.client_comments3 .feedback_ratingsH p {
    text-align: center;
    color: #000000;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    transform: translateY(-10px);
}

.client_comments3 .feedback_ratingsH:hover .description {
    opacity: 1;
    transform: translateY(-5px);
}

.client_comments3 .feedback_ratingsH:nth-child(odd) {
    transform: rotateY(15deg) translateZ(0);
}

.client_comments3 .feedback_ratingsH:nth-child(3n+1)::after {
    content: "";
    width: 50px;
    position: absolute;
    bottom: -20px;
    opacity: 0.5;
    transition: all 0.3s ease;
    background: rgb(152,173,163,0.5);
    filter: blur(15px);
    right: -20px;
    height: 50px;
    border-radius: 50%;
}

.client_comments3 .feedback_ratingsH:nth-child(3n+2):hover::after {
    opacity: 0.6;
    width: 60px;
    height: 60px;
}

.statistical_overviewP {
    background-color: rgb(225,233,229);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.statistical_overviewP .container {
    z-index: 2;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
}

.statistical_overviewP .statistics_elevation8 {
    padding: 0 20px;
    text-align: center;
    max-width: 600px;
    position: relative;
    margin-bottom: 80px;
}

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

.statistical_overviewP .top_statisticsu {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: #000000;
    font-weight: 700;
    font-size: 37px;
}

.statistical_overviewP .statistics_extrasj {
    line-height: 1.7;
    color: #000000;
    font-size: 16px;
}

.statistical_overviewP .pro_statisticsQ {
    perspective: 1000px;
    position: relative;
    background-color: transparent;
    z-index: 3;
    transform-style: preserve-3d;
    width: 25%;
    height: 330px;
}

.statistical_overviewP .pro_statisticsQ::after {
    border-radius: calc(12px - 15px);
    bottom: 15px;
    border: 2px dashed rgb(191,208,199,0.5);
    content: "";
    position: absolute;
    left: 15px;
    opacity: 0.5;
    z-index: -1;
    top: 15px;
    right: 15px;
}

.statistical_overviewP .pro_statisticsQ h4 {
    top: 50%;
    font-size: 4rem;
    left: 50%;
    transition: all 0.3s ease;
    z-index: 3;
    font-weight: 700;
    position: absolute;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
    color: #000000;
}

.statistical_overviewP .pro_statisticsQ:hover span {
    transform: translateY(-10px);
}

.statistical_overviewP svg {
    height: 40px;
    z-index: 2;
    transform: translateX(-50%);
    width: 40px;
    opacity: 0.7;
    left: 50%;
    position: absolute;
    top: 40px;
}

.meet_usC::before {
    opacity: 0.05;
    z-index: 0;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(152,173,163,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(152,173,163,0.5) 25%, transparent 25%);
    content: "";
    width: 100%;
    background-size: 60px 60px;
    top: 0;
    height: 100%;
    position: absolute;
}

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

.meet_usC h1::after {
    width: 80px;
    position: absolute;
    left: 0;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    content: "";
    transform-origin: left;
    bottom: -12px;
    height: 4px;
    background: rgb(191,208,199);
    transform: scaleX(0);
}

.meet_usC .learning_dna9 {
    padding: 2.5rem;
    border-left: 4px solid rgb(191,208,199);
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    animation-delay: calc(0.2s * var(--i, 1));
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.meet_usC .learning_dna9 h4 {
    font-weight: 600;
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: 19px;
    position: relative;
    color: rgb(191,208,199);
    transform: translateX(-10px);
    animation-delay: calc(0.4s * var(--i, 1));
    animation: slideIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.access_nowd {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    background: linear-gradient(135deg, rgb(152,173,163), rgb(191,208,199) 120%);
    padding: 4rem 2rem;
    position: relative;
    perspective: 1000px;
}

.access_nowd::after {
    top: -10%;
    filter: blur(20px);
    height: 120%;
    opacity: 0.6;
    width: 35%;
    background: linear-gradient(135deg, rgb(191,208,199,0.5), transparent);
    position: absolute;
    transform: rotate(-15deg) translateZ(10px);
    right: -10%;
    content: "";
}

.access_nowd h6 {
    position: relative;
    margin-bottom: 2.5rem;
    color: #ffffff;
    line-height: 1.5;
    font-size: 23px;
    max-width: 800px;
    text-align: center;
    font-weight: 600;
    transform: translateY(-5px);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
}

.access_nowd div span {
    display: inline-block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 2;
    transform: perspective(800px) rotateX(5deg);
}

.access_nowd div span:hover::before {
    width: 100%;
    opacity: 0.8;
}

.access_nowd .support_queryr {
    border: 2px solid transparent;
    position: relative;
    padding: 1rem 2.5rem;
    justify-content: center;
    align-items: center;
    transform: translateZ(0);
    overflow: hidden;
    font-weight: 700;
    font-size: calc(17px + 0.1rem);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    color: rgb(152,173,163);
    display: inline-flex;
    background: #ffffff;
}

.access_nowd .support_queryr:hover::before {
    left: 100%;
}

.access_nowd .support_queryr span {
    transition: transform 0.3s ease;
    z-index: 2;
    position: relative;
}

.tariff_planx {
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
    position: relative;
}

.tariff_planx::before {
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
}

.tariff_planx h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: 0.5px;
    position: relative;
    text-align: center;
    transform: translateY(0);
    margin-bottom: 20px;
    font-size: calc(35px * 1.1);
    font-weight: 700;
    color: #ffffff;
}

.tariff_planx .price_sheet1 {
    margin: 0 auto 50px;
    text-align: center;
    letter-spacing: 0.2px;
    line-height: 1.6;
    font-size: calc(18px * 1.05);
    color: rgb(255, 255, 255, 0.5);
    font-weight: 400;
    max-width: 80%;
}

.tariff_planx .training_fees3 {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    display: flex;
    transform: translateY(0) scale(1);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    backdrop-filter: blur(10px);
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    height: 100%;
    position: relative;
}

.tariff_planx .access_costG {
    position: relative;
    height: 100%;
    display: flex;
    padding: 35px 30px;
    flex-direction: column;
}

.tariff_planx .training_fees3:hover h4 {
    color: rgb(191,208,199);
}

.tariff_planx .training_fees3 h4::after {
    transition: width 0.4s ease, background-color 0.4s ease;
    left: 0;
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 40px;
    content: "";
}

.tariff_planx .plan_ratesf {
    padding: 15px 0 0;
    color: rgb(191,208,199);
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 700;
    display: block;
    margin-top: auto;
    letter-spacing: 0.5px;
    font-size: calc(24px * 1.15);
}

.tariff_planx .training_fees3:hover .plan_ratesf {
    transform: translateY(-3px);
    color: rgb(152,173,163);
}

.tariff_planx .training_fees3:hover .plan_ratesf::before {
    opacity: 1;
    width: 40px;
}

header::before {
    content: '';
    top: 0;
    width: 35%;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(191,208,199), rgb(152,173,163));
    left: 0;
    z-index: 0;
}

header .main_learninge {
    padding: 1.2rem 0;
    display: flex;
    align-items: center;
    width: 35%;
    text-decoration: none;
    justify-content: center;
    position: relative;
}

header .top_primeb {
    padding: 1.2rem 3%;
    position: relative;
    gap: 0.5rem;
    align-items: center;
    width: 65%;
    justify-content: flex-start;
    display: flex;
}

header .head_learningF {
    border-radius: 10px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 0.6rem 1.2rem;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    z-index: 1;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

header .head_learningF:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.training_specialist2::before {
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(191,208,199,0.5) 49.5%, rgb(191,208,199,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(191,208,199,0.5) 49.5%, rgb(191,208,199,0.5) 50.5%, transparent 50.5%);
    background-size: 40px 40px;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.07;
    width: 100%;
    position: absolute;
}

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

.training_specialist2 .feedback_ratingsH {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    gap: 40px;
    display: grid;
    border-radius: 0;
    grid-template-columns: 1fr 1fr;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 50px;
    background: #ffffff;
}

.training_specialist2 .feedback_ratingsH::after {
    background: linear-gradient(
        90deg,
        rgb(191,208,199,0.5) 0%,
        transparent 20%,
        rgb(191,208,199,0.5) 40%,
        transparent 60%,
        rgb(152,173,163,0.5) 80%,
        transparent 100%
    );
    content: "";
    animation: scanner 4s linear infinite;
    left: 0;
    height: 1px;
    position: absolute;
    top: 6px;
    width: 100%;
}

.training_specialist2 .photo_wrap_item4::before {
    inset: 0;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    position: absolute;
    z-index: 1;
}

.training_specialist2 .name {
    border-left: 4px solid rgb(191,208,199);
    font-size: 29px;
    line-height: 1.2;
    color: #000000;
    padding-left: 16px;
    position: relative;
    font-weight: 700;
    margin-bottom: 12px;
}

.training_specialist2 .feedback_ratingsH:hover .name::before {
    height: 100%;
}

.training_specialist2 .feedback_ratingsH span:not(.name) {
    border-radius: 3px;
    padding: 6px 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    background: rgb(225,233,229);
    letter-spacing: 1px;
}

.training_specialist2 .job_area5 {
    color: #000000;
    border-radius: 10px;
    border-left: 1px solid rgb(191,208,199);
    font-size: 13px;
    line-height: 1.8;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 25px 30px;
    margin: 0;
    background: linear-gradient(
        to right,
        rgb(225,233,229) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
}

.training_specialist2 .feedback_ratingsH:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(-10px);
}

::-webkit-scrollbar {
    padding: 0px;
    width: 6px;
}

::-webkit-scrollbar-button {
    background: rgb(225,233,229);
    border-radius: 7px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background: rgb(152,173,163);
}

::-webkit-scrollbar-thumb {
    box-shadow: -5px -3px 7px -1px rgba(0, 0, 0, 0.6);
    border: 3px solid #ffffff;
    background: #ffffff;
    transition: background, border-radius, transform 2.4s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 17.6vh;
}

::-webkit-scrollbar-thumb:hover {
    border-color: #ffffff;
    background: rgb(191,208,199);
}

.client_comments3 .alumni_ratingsP::-webkit-scrollbar {
    height: 8px;
}

.client_comments3 .alumni_ratingsP::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(225,233,229);
}

.client_comments3 .alumni_ratingsP::-webkit-scrollbar-thumb {
    background-color: rgb(191,208,199);
    border-radius: 10px;
}

.meet_usC .learning_dna9 div::-webkit-scrollbar {
    width: 6px;
}

.meet_usC .learning_dna9 div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.meet_usC .learning_dna9 div::-webkit-scrollbar-thumb {
    background: rgb(152,173,163,0.5);
    border-radius: 10px;
}



@media (max-width: 576px) {footer .ranking_bart {
    padding: 60px 0 20px;
}footer .join_us0 {
    padding: 15px;
    transform: translateY(-20px);
    margin-bottom: 40px;
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .top_trainy {
    padding: 0 20px;
}footer .top_trainy::after {
    right: 20px;
    left: 20px;
}footer .top_primeb h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .nav_study7 a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .news_sectionF {
    padding: 12px 15px;
}}



@media screen and (max-width: 767px) {.course_featuresG {
    padding: 50px 0;
}.course_featuresG .container {
    padding: 0 20px;
}.course_featuresG .text_area_wrapz {
    padding: 25px;
}.course_featuresG .text_area_wrapz h2 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: calc(48px * 0.8);
}.course_featuresG .text_area_wrapz .description {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: calc(12px * 0.95);
}.course_featuresG .photo_wrap_item4 {
    height: 350px;
}
}



@media (max-width: 991px) {.course_fit_forX {
    padding: 80px 0;
}.course_fit_forX h4 {
    font-size: calc(37px - 2px);
    padding: 30px 25px;
}.course_fit_forX div {
    padding: 30px;
}.course_fit_forX div p {
    padding: 15px;
    margin-bottom: 15px;
}.course_fit_forX div p svg {
    height: 24px;
    min-width: 24px;
    width: 24px;
    margin-right: 15px;
}
}



@media (max-width: 479px) {.course_fit_forX {
    padding: 40px 0;
}.course_fit_forX h4 {
    padding: 20px 15px;
    font-size: calc(37px - 6px);
}.course_fit_forX div {
    padding: 20px 15px;
}.course_fit_forX div p {
    font-size: calc(15px - 1px);
    margin-bottom: 10px;
    padding: 10px 12px;
}.course_fit_forX div p svg {
    height: 18px;
    min-width: 18px;
    width: 18px;
    margin-right: 10px;
}}



@media screen and (max-width: 576px) {.thanks_areaw {
    padding: 50px 0 40px;
}.thanks_areaw h2 {
    margin-bottom: 25px;
    font-size: calc(31px - 8px);
}.thanks_areaw .learning_tracksH {
    padding: 25px 20px;
}.thanks_areaw li {
    padding-left: 22px;
}.thanks_areaw li span {
    line-height: 1.6;
    font-size: calc(13px - 1px);
}.thanks_areaw li::before {
    height: 7px;
    width: 7px;
    top: 10px;
}
}



@media (hover: none) {.thanks_areaw .learning_tracksH:hover {
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
}.thanks_areaw .learning_tracksH:hover::after {
    opacity: 0;
}}



@media screen and (max-width: 576px) {.contact_form_sectionl {
    padding: 60px 0;
}.contact_form_sectionl .query_grid8,
    .contact_form_sectionl .request_queryG {
    padding: 30px 20px;
}.contact_form_sectionl .query_grid8 h3 {
    font-size: calc(33px * 0.8);
}.contact_form_sectionl form input[type="text"],
    .contact_form_sectionl form input[type="email"] {
    height: 50px;
}.contact_form_sectionl form .support_queryr {
    padding: 14px 20px;
    width: 100%;
}}



@media screen and (max-width: 992px) {.secure_guardN {
    padding: 3rem 1rem;
}.secure_guardN .container {
    padding: 2.5rem 2rem;
}.secure_guardN h1 {
    font-size: calc(43px * 0.9);
}.secure_guardN h2 {
    font-size: calc(30px * 0.9);
}.secure_guardN p {
    max-width: 100%;
}
}



@media screen and (max-width: 576px) {.secure_guardN {
    padding: 2rem 0.5rem;
}.secure_guardN .container {
    padding: 1.5rem 1.25rem;
}.secure_guardN h1 {
    padding-bottom: 0.75rem;
    font-size: calc(43px * 0.7);
}.secure_guardN h1::after {
    height: 2px;
    width: 60px;
}.secure_guardN:hover h1::after {
    width: 90px;
}.secure_guardN h2 {
    font-size: calc(30px * 0.7);
    padding-left: 0.75rem;
}.secure_guardN h2::before {
    width: 3px;
}.secure_guardN h3, 
    .secure_guardN h4 {
    padding-left: 1.25rem;
}.secure_guardN ul {
    padding-left: 1rem;
}.secure_guardN li {
    padding-left: 1.25rem;
}.secure_guardN li::before {
    width: 6px;
    height: 6px;
}.secure_guardN span {
    padding: 0.75rem 0.75rem;
    border-left: 2px solid rgb(152,173,163);
}}



@media (max-width: 576px) {.opening_boardO {
    height: 80vh;
}.opening_boardO .text_area_wrapz {
    padding: 2rem;
    width: 90%;
}.opening_boardO .text_area_wrapz h1 {
    font-size: calc(39px * 0.9);
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
}.opening_boardO .text_area_wrapz p {
    font-size: calc(14px * 0.9);
    margin-bottom: 1.5rem;
}.opening_boardO .text_area_wrapz .support_queryr {
    padding: 0.8rem 2rem;
}
}



@media (max-width: 420px) {.opening_boardO {
    height: 70vh;
}.opening_boardO .text_area_wrapz {
    padding: 1.5rem;
}.opening_boardO .text_area_wrapz h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 1rem;
}.opening_boardO .text_area_wrapz p {
    margin-bottom: 1.2rem;
    line-height: 1.6;
    font-size: calc(14px * 0.85);
}.opening_boardO .text_area_wrapz .support_queryr {
    padding: 0.7rem 1.8rem;
    font-size: calc(20px * 0.9);
}
}



@media (max-height: 600px) {.opening_boardO {
    height: auto;
    min-height: 450px;
}
}


    
    @media (max-width: 768px) {.opening_boardO .text_area_wrapz {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}}



@media (max-width: 768px) {.client_comments3 {
    padding: 5rem 1rem;
}.client_comments3::before {
    display: none;
}.client_comments3 h2 {
    font-size: 33px;
    margin-bottom: 2.5rem;
}.client_comments3 .alumni_ratingsP {
    padding: 2rem 0;
    gap: 2rem;
}.client_comments3 .feedback_ratingsH {
    padding: 1.5rem;
    transform: rotateY(5deg) translateZ(0) !important;
    flex: 0 0 240px;
}.client_comments3 .feedback_ratingsH:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.03) !important;
}.client_comments3 .feedback_ratingsH img {
    transform: translateY(-25px);
    width: 90px;
    height: 90px;
}.client_comments3 .feedback_ratingsH:hover img {
    transform: translateY(-30px) scale(1.05);
}.client_comments3 .feedback_ratingsH p {
    font-size: calc(12px * 1.1);
}.client_comments3 .feedback_ratingsH .description {
    font-size: calc(12px * 0.9);
}
}



@media (max-width: 992px) {.statistical_overviewP {
    padding: 90px 0;
}.statistical_overviewP .statistics_elevation8 {
    margin-bottom: 60px;
}.statistical_overviewP .class_gainsg {
    flex-wrap: wrap;
}.statistical_overviewP .pro_statisticsQ {
    width: calc(50% - 20px);
    height: 260px;
    margin: 10px !important;
}.statistical_overviewP .pro_statisticsQ h4 {
    font-size: 3rem;
}.statistical_overviewP .pro_statisticsQ:nth-child(even) {
    margin-top: 0;
}
}



@media (max-width: 576px) {.statistical_overviewP {
    padding: 60px 0;
}.statistical_overviewP .statistics_elevation8 {
    margin-bottom: 40px;
}.statistical_overviewP .class_gainsg {
    flex-direction: column;
    align-items: center;
}.statistical_overviewP .pro_statisticsQ {
    width: 90%;
    max-width: 300px;
    margin: 10px 0 !important;
    height: 200px;
}.statistical_overviewP .pro_statisticsQ h4 {
    font-size: 2.5rem;
}.statistical_overviewP .pro_statisticsQ span {
    bottom: 25px;
}}



@media (min-width: 1024px) {.meet_usC {
    padding: 10rem 0;
}.meet_usC::before {
    background-size: 80px 80px;
}.meet_usC .container {
    padding: 0 4rem;
}.meet_usC h1 {
    margin-bottom: 5rem;
    font-size: calc(40px * 1.4);
}.meet_usC h1::after {
    width: 140px;
}.meet_usC .learning_dna9 {
    padding: 3rem;
}.meet_usC .learning_dna9 h4 {
    font-size: calc(19px * 1.1);
    margin-bottom: 2rem;
}.meet_usC .learning_dna9 div {
    font-size: calc(16px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 991px) {.access_nowd {
    padding: 3.5rem 1.5rem;
}.access_nowd h6 {
    margin-bottom: 2rem;
    font-size: calc(19px + 0.1rem);
}.access_nowd .support_queryr {
    padding: 0.9rem 2.2rem;
}
}



@media (max-width: 767px) {.access_nowd {
    padding: 3rem 1rem;
}.access_nowd::after {
    width: 50%;
    top: -5%;
    right: -20%;
}.access_nowd h6 {
    margin-bottom: 1.8rem;
    font-size: 19px;
    max-width: 100%;
}.access_nowd h6::after {
    width: 50px;
    bottom: -12px;
}.access_nowd .support_queryr {
    padding: 0.8rem 1.8rem;
    font-size: 17px;
}
}



@media (max-width: 992px) {.tariff_planx h2 {
    font-size: 35px;
}.tariff_planx .access_costG {
    padding: 30px 25px;
}.tariff_planx .training_fees3 h4 {
    font-size: 24px;
}
}



@media (max-width: 768px) {.tariff_planx {
    padding: 60px 0;
}.tariff_planx h2 {
    font-size: calc(35px * 0.9);
}.tariff_planx .price_sheet1 {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
}.tariff_planx .cert_costz {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.tariff_planx .training_fees3 {
    max-height: none;
}.tariff_planx .training_fees3 p {
    margin-bottom: 25px;
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 767px) {header {
    background: rgb(225,233,229);
}header::before {
    bottom: 50%;
    top: 0;
    width: 100%;
    height: auto;
}header .page_header0 {
    align-items: center;
    flex-direction: column;
}header .main_learninge {
    padding: 0.8rem 0;
    width: 100%;
}header .main_learninge svg {
    width: 120px;
}header .top_primeb {
    width: 95%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: 0.8rem 0;
}header .top_primeb::before {
    top: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(191,208,199,0.5), transparent);
}header .head_learningF {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}



@media (max-width: 991px) {.training_specialist2 {
    padding: 90px 0;
}.training_specialist2 .feedback_ratingsH {
    gap: 30px;
    padding: 40px 30px;
}.training_specialist2 .photo_wrap_item4 {
    min-height: 320px;
}.training_specialist2 .job_area5 {
    padding: 20px 25px;
}
}



@media (max-width: 575px) {.training_specialist2 {
    padding: 50px 0;
}.training_specialist2 .feedback_ratingsH {
    padding: 30px 20px;
    gap: 20px;
}.training_specialist2 .photo_wrap_item4 {
    min-height: 220px;
}.training_specialist2 .name {
    padding-left: 12px;
    font-size: calc(29px * 0.8);
}.training_specialist2 .feedback_ratingsH span:not(.name) {
    font-size: calc(20px * 0.9);
    padding: 4px 10px;
    margin-bottom: 15px;
}.training_specialist2 .job_area5 {
    font-size: calc(13px * 0.9);
    padding: 15px 18px;
}
}



@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}



@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}



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



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



@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}

@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(191,208,199,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}



@keyframes slide-zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes slide-in {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes border-reveal {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}



@keyframes line-expand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}



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



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



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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

@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

