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

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

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

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

.cookie_message_bannerX h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

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

.cookie_windowR {
    white-space: nowrap;
    margin-left: 10px;
    flex-shrink: 0;
    line-height: 35px;
    color: rgb(142,166,161);
    cursor: pointer;
    font-size: 24px;
    min-width: 120px;
    text-decoration: none;
    border-bottom: 2px solid rgb(142,166,161);
    text-align: center;
}

.meet_usf::before {
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(142,166,161,0.5) 100%);
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.15;
    height: 100%;
    content: "";
    position: absolute;
}

.meet_usf .skill_sessionsL {
    align-items: center;
    margin-bottom: 80px;
    position: relative;
    display: flex;
}

.meet_usf .skill_sessionsL p {
    color: #000000;
    margin: 0;
    position: relative;
    background: #ffffff;
    margin-right: -50px;
    z-index: 1;
    flex: 1;
    padding: 40px;
    border-radius: 29px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    font-size: 14px;
}

.meet_usf .edu_commitP p {
    font-size: 14px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    z-index: 1;
    padding: 40px;
    flex: 1;
    margin: 0;
    position: relative;
    margin-left: -50px;
    line-height: 1.8;
    color: #000000;
    border-radius: 29px;
}

.meet_usf .container::after {
    background: rgb(106,128,123,0.5);
    z-index: -1;
    opacity: 0.2;
    height: 200px;
    border-radius: 50%;
    right: -50px;
    bottom: -50px;
    width: 200px;
    content: "";
    position: absolute;
}

.meet_usf .learning_trackw::after {
    right: 0;
    content: "";
    bottom: 0;
    width: 50%;
    height: 1px;
    background: linear-gradient(to left, rgb(106,128,123,0.5), transparent);
    position: absolute;
}

.analysis_summaryP::after {
    height: 60%;
    transform: rotate(15deg) skewX(-15deg);
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(240deg, rgb(106,128,123,0.5) 0%, rgb(142,166,161,0.5) 100%);
    filter: blur(40px);
    content: "";
    left: -5%;
    bottom: -10%;
    z-index: 0;
    width: 35%;
}

.analysis_summaryP .extra_gainm {
    animation: statReveal 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    padding: 2rem 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.8) 100%);
    transform: translateY(20px);
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.1), 
                0 5px 10px -5px rgba(0, 0, 0, 0.04);
    animation-delay: calc(0.1s * var(--i, 0));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    position: relative;
}

.analysis_summaryP .extra_gainm div {
    display: flex;
    position: relative;
    align-items: center;
    z-index: 2;
    flex-direction: column;
}

.analysis_summaryP .extra_gainm:hover div::before {
    opacity: 0.4;
    transform: rotate(0deg) scale(1.2);
}

.analysis_summaryP .extra_gainm:hover p {
    transform: perspective(500px) translateZ(20px);
}

.analysis_summaryP .extra_gainm span {
    line-height: 1.4;
    transition: all 0.3s ease;
    display: block;
    letter-spacing: 0.01em;
    font-size: 12px;
    margin-top: 0.25rem;
    opacity: 0.85;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.pricing_gride::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(45deg, rgb(142,166,161,0.5) 0%, transparent 40%);
    position: absolute;
    left: 0;
    top: 0;
}

.pricing_gride .access_costN h2::after {
    left: 50%;
    position: absolute;
    height: 3px;
    background: rgb(142,166,161);
    width: 80px;
    transform: translateX(-50%);
    content: "";
    bottom: -10px;
}

.pricing_gride .package_ratesY {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    overflow: hidden;
    background: #ffffff;
    height: 100%;
    display: block;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
}

.pricing_gride .cost_tableJ h3::after {
    bottom: 0;
    content: "";
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    background: rgb(106,128,123);
}

.pricing_gride .package_ratesY:hover .pricing_levelsX::before {
    width: 100%;
}

.pricing_gride .cost_tableJ p {
    overflow-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
    font-size: 17px;
    color: #000000;
    margin-top: auto;
}

.pricing_gride .package_ratesY:nth-child(odd) .rate_plansh {
    flex-direction: column-reverse;
}

.pricing_gride .package_ratesY:nth-child(3n+2) {
    border-top: 3px solid rgb(106,128,123);
}

.client_opinionsS::before {
    left: -5%;
    z-index: 0;
    opacity: 0.1;
    height: 20vw;
    top: -10%;
    background: radial-gradient(circle, rgb(106,128,123) 0%, rgba(rgb(106,128,123,0.5), 0) 70%);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: float 15s ease-in-out infinite alternate;
    filter: blur(50px);
    width: 20vw;
    position: absolute;
    content: "";
}

.client_opinionsS h2::after {
    left: 0;
    bottom: -1rem;
    height: 3px;
    content: "";
    transform: translateX(0);
    transition: transform 0.5s ease;
    width: 4rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(106,128,123) 0%, rgba(rgb(106,128,123,0.5), 0.3) 100%);
}

.client_opinionsS .rating_zoneB:hover {
    transform: translateY(-10px) translateZ(20px) rotateY(2deg);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.client_opinionsS .rating_zoneB div {
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
}

.client_opinionsS .rating_zoneB:hover img {
    border-color: rgba(rgb(106,128,123,0.5), 0.3);
    transform: scale(1.05);
}

.client_opinionsS .rating_zoneB h4::after {
    height: 2px;
    left: 0;
    bottom: -5px;
    width: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(106,128,123) 0%, rgba(rgb(106,128,123,0.5), 0.3) 100%);
    content: "";
    transition: width 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
}

.client_opinionsS a:hover {
    box-shadow: 0 8px 25px rgba(rgb(106,128,123,0.5), 0.3);
    transform: translateY(-3px);
}

.client_opinionsS a:hover::before {
    left: 100%;
}

.appBlockS {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(179,203,198) 0%, rgb(142,166,161,0.5) 100%);
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
}

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

.appBlockS h2 {
    font-weight: 700;
    font-size: 37px;
    opacity: 1;
    position: relative;
    transform: translateY(0);
    max-width: 800px;
    animation: slideInUp 0.8s ease-out forwards;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 40px;
}

.appBlockS .learning_trackw::before {
    height: 100%;
    background-size: 20px 20px;
    z-index: -1;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 49.5%, rgb(106,128,123,0.5) 49.5%, rgb(106,128,123,0.5) 50.5%, transparent 50.5%);
    opacity: 0.05;
    position: absolute;
    content: "";
    top: 0;
}

.course_program_infoc {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background-color: rgb(106,128,123);
}

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

.course_program_infoc .training_guideu {
    position: relative;
    display: flex;
    gap: 60px;
    flex-direction: column;
}

.course_program_infoc .text_wrapY {
    order: 2;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 30px;
    position: relative;
}

.course_program_infoc .text_wrapY h2::after {
    position: absolute;
    width: 100px;
    content: "";
    border-radius: 10px;
    bottom: 0;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(142,166,161), rgb(106,128,123));
}

.course_program_infoc .text_wrapY .description::before {
    width: 100%;
    top: 0;
    position: absolute;
    background: rgb(142,166,161);
    height: 4px;
    content: "";
    left: 0;
}

.course_program_infoc .img_strip_wrapP {
    overflow: hidden;
    height: 400px;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    order: 1;
    position: relative;
}

header .main_barn {
    box-sizing: border-box;
    background: linear-gradient(120deg, rgb(142,166,161) 0%, rgb(106,128,123,0.5) 100%);
    width: 100%;
    z-index: 99;
    justify-content: space-between;
    padding: 1.5rem 0;
    align-items: center;
    position: relative;
    display: flex;
    overflow: visible;
}

header .main_barn .nav_mainM .header_learnf svg {
    height: 2.8rem;
    width: auto;
    filter: drop-shadow(0 0 8px #ffffff);
}

header .main_barn .first_sectionV::before {
    left: 0;
    z-index: -1;
    top: 0;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}

header .main_barn .first_sectionV .top_prod a:hover {
    color: rgb(106,128,123);
    transform: translateZ(10px);
}

header .main_barn .first_sectionV .top_prod a:hover::after {
    width: calc(100% - 3rem);
}

.contact_panelh {
    background: linear-gradient(135deg, rgb(179,203,198) 0%, rgb(142,166,161,0.5) 100%);
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}

.contact_panelh h2::after {
    position: absolute;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    height: 4px;
    width: 60px;
    background: rgb(142,166,161);
    left: 50%;
}

.contact_panelh .reach_widgetV {
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    overflow: hidden;
    gap: 0;
    border-radius: 23px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    margin: 0 auto;
    display: grid;
}

.contact_panelh form {
    position: relative;
    width: 100%;
}

.contact_panelh form input[type="text"] {
    border: none;
    padding: 16px 20px 16px 50px;
    margin-bottom: 25px;
    background: rgb(179,203,198);
    width: 100%;
    position: relative;
    border-radius: 10px;
    font-size: 12px;
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.contact_panelh .help_sectionJ input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_panelh .help_sectionJ label::before {
    transition: all 0.3s ease;
    width: 24px;
    left: 0;
    top: 0;
    content: "";
    border-radius: 10px;
    height: 24px;
    position: absolute;
    background: rgb(179,203,198);
}

.contact_panelh .help_sectionJ label a::after {
    bottom: -2px;
    left: 0;
    content: "";
    background: rgb(142,166,161);
    transition: width 0.3s ease;
    width: 0;
    height: 1px;
    position: absolute;
}

.contact_panelh form .query_panelA:hover::before {
    width: 100%;
}

.contact_panelh form .query_panelA:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(142,166,161);
}

.contact_panelh svg {
    top: 50%;
    fill: rgb(142,166,161);
    left: 20px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    position: absolute;
}

.interested_learnersZ {
    background-color: #edf0f8;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.interested_learnersZ h3 {
    background-color: #edf0f8;
    border-radius: 15px;
    font-size: 36px;
    padding: 20px 40px;
    display: inline-block;
    color: #000000;
    position: relative;
    margin-bottom: 60px;
    font-weight: 700;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
}

.interested_learnersZ ul li {
    border-radius: 20px;
    gap: 20px;
    position: relative;
    align-items: flex-start;
    display: flex;
    text-align: left;
    background-color: #edf0f8;
    min-width: 280px;
    width: calc(33.333% - 24px);
    transition: all 0.4s ease;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    padding: 35px 30px;
}



.interested_learnersZ ul li {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.interested_learnersZ ul li svg path {
    fill: rgb(142,166,161);
    transition: fill 0.4s ease;
}

.interested_learnersZ ul li:hover svg path {
    fill: rgb(106,128,123);
}

.interested_learnersZ ul li:nth-child(2) {
    animation-delay: 0.2s;
}

.interested_learnersZ ul li:nth-child(5) {
    animation-delay: 0.5s;
}

.secure_sanctumI::before {
    height: 120px;
    background-color: rgb(142,166,161);
    top: 0;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    width: 120px;
    content: '';
    transform: translateX(-50%);
}

.secure_sanctumI h3, .secure_sanctumI h4, .secure_sanctumI h5, .secure_sanctumI h6 {
    margin: 1rem 0;
}

.secure_sanctumI li {
    color: #000000;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    line-height: 1.6;
    position: relative;
    font-size: 13px;
}

.customer_supportV::after {
    height: 60%;
    left: -5%;
    z-index: 1;
    opacity: 0.5;
    width: 30%;
    content: "";
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(142,166,161,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: -10%;
    filter: blur(30px);
    animation: float 18s ease-in-out infinite reverse;
}

.customer_supportV h3 {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 31px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}

.customer_supportV p {
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
    max-width: 90%;
    margin-bottom: 1.5rem;
}

.customer_supportV h5:hover svg {
    transform: translateY(-2px);
}

.customer_supportV svg path {
    transition: fill 0.3s ease;
    fill: rgb(142,166,161);
}

.customer_supportV .get_contactinfof li:hover {
    transform: translateX(5px);
}

.customer_supportV .learn_talki {
    display: flex;
    font-weight: 600;
    transition: color 0.3s ease;
    align-items: center;
    color: #000000;
    text-decoration: none;
}

.customer_supportV .learn_talki:hover svg path {
    fill: rgb(106,128,123);
}

.challenge_ctap .container {
    flex-direction: column;
    position: relative;
    display: flex;
}

.challenge_ctap .container::before {
    height: 80px;
    content: "";
    left: 0;
    opacity: 0.3;
    background: linear-gradient(0deg, rgb(142,166,161) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    top: -80px;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
}

.challenge_ctap .company_holder h3 {
    font-weight: 700;
    font-size: calc(29px * 1.2);
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(142,166,161), 0 0 20px rgb(142,166,161), 0 0 30px rgb(142,166,161);
    letter-spacing: 2px;
    position: relative;
}

.challenge_ctap .slack_inviteA {
    font-size: 12px;
    margin-top: 1.5rem;
    border-left: 2px solid rgb(142,166,161);
    line-height: 1.6;
    padding-left: 1rem;
    color: #ffffff;
    opacity: 0.8;
}

.challenge_ctap .first_sectionV {
    transition: all 0.3s ease;
    position: relative;
    flex: 1;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgb(142,166,161);
    border-left: 2px solid rgb(142,166,161);
}

.challenge_ctap .first_sectionV .top_trainX a {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    padding: 0.5rem 0 0.5rem 1.5rem;
    opacity: 0.7;
}

.challenge_ctap .first_sectionV .top_trainX a:hover::before {
    color: rgb(106,128,123);
}

.reg_remindY .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reg_remindY .guide_sectionS {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    opacity: 0.7;
    letter-spacing: 1px;
    color: #ffffff;
}

.title_boardJ .img_strip_wrapP {
    z-index: 2;
    animation: subtleZoom 20s ease-in-out infinite alternate;
    opacity: 0.4;
    top: 0;
    height: 100%;
    transform: scale(1.05);
    left: 0;
    position: absolute;
    width: 100%;
}

.title_boardJ .learning_trackw {
    display: grid;
    max-width: 1200px;
    padding: 3rem;
    grid-template-columns: 1fr;
    position: relative;
    margin: 0 auto;
    z-index: 5;
    animation: floatIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    gap: 2rem;
    transform: translateY(0);
}

.title_boardJ h1::after {
    left: 0;
    background: rgb(106,128,123);
    bottom: -12px;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
    content: '';
    position: absolute;
    transform-origin: left;
    height: 3px;
    width: 60px;
    transform: scaleX(0);
}

.title_boardJ .class_onlinem {
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.title_boardJ svg:hover {
    transform: translateY(-5px) scale(1.05);
}

.title_boardJ svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}

.title_boardJ h6 {
    animation: slideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1.1s forwards;
    transform: translateY(20px);
    margin: 1rem 0 0;
    opacity: 0;
}

.title_boardJ .query_panelA:hover {
    transform: translateY(-3px);
    background-color: rgb(106,128,123);
    box-shadow: 0 7px 25px rgba(94,170,168,0.4), 0 3px 8px rgba(0,0,0,0.15);
}

.title_boardJ .query_panelA:hover::before {
    left: 100%;
}

.mentorship_profileT::before {
    background: 
        linear-gradient(135deg, transparent 0%, rgb(142,166,161,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(106,128,123,0.5) 0, rgb(106,128,123,0.5) 1px, transparent 1px, transparent 15px);
    opacity: 0.1;
    content: "";
    animation: backgroundShift 30s linear infinite;
    position: absolute;
    inset: 0;
    z-index: 0;
}

.mentorship_profileT .rating_zoneB:hover {
    transform: perspective(1200px) rotateY(2deg);
}

.mentorship_profileT .img_strip_wrapP {
    height: 100%;
    z-index: 1;
    position: relative;
    grid-column: 1;
    min-height: 450px;
    grid-row: 1 / span 2;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.mentorship_profileT .name {
    color: #000000;
    position: relative;
    font-weight: 700;
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    grid-column: 2;
    padding: 0 50px 5px 70px;
    transform: translateY(0);
    grid-row: 1;
    align-self: end;
    font-size: 23px;
    z-index: 2;
}

.mentorship_profileT .rating_zoneB:hover span:not(.name)::after {
    transform: scaleX(1);
}

.mentorship_profileT .career_backD {
    padding: 0 50px 50px 70px;
    color: #000000;
    z-index: 2;
    margin: 0;
    font-family: Arial, sans-serif;
    grid-column: 2;
    transform: translateY(0);
    grid-row: 2;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    line-height: 1.8;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}



@media screen and (max-width: 992px) {.meet_usf {
    padding: 80px 0;
}.meet_usf h3 {
    font-size: calc(39px * 0.85);
    margin-bottom: 60px;
}.meet_usf .skill_sessionsL,
    .meet_usf .edu_commitP {
    flex-direction: column;
}.meet_usf .skill_sessionsL p,
    .meet_usf .edu_commitP p {
    margin: 0 0 30px 0;
    width: 100%;
}.meet_usf .skill_sessionsL .img_strip_wrapP,
    .meet_usf .edu_commitP .expert_networkc {
    height: 350px;
    width: 100%;
}.meet_usf .skill_sessionsL::before {
    left: 10%;
    width: 80%;
    top: 0;
    transform: translateY(0);
    height: 15px;
}.meet_usf .edu_commitP::after {
    width: 80%;
    transform: translateY(0);
    top: auto;
    height: 15px;
    bottom: 0;
    right: 10%;
}.meet_usf .skill_sessionsL span {
    left: 20px;
    top: -20px;
}
}



@media (max-width: 768px) {.analysis_summaryP {
    padding: 4rem 0;
}.analysis_summaryP ul {
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}.analysis_summaryP .extra_gainm {
    padding: 1.5rem 1rem;
}.analysis_summaryP .extra_gainm p {
    font-size: 38px;
}.analysis_summaryP .extra_gainm span {
    font-size: calc(12px * 0.9);
}
}



@media (min-width: 768px) {.pricing_gride .plan_pricingn {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.pricing_gride .access_costN {
    order: 2;
    flex: 0 0 30%;
    text-align: left;
    margin-bottom: 0;
}.pricing_gride .access_costN h2 {
    text-align: left;
}.pricing_gride .access_costN h2::after {
    transform: none;
    left: 0;
}.pricing_gride .plan_matrixM {
    margin: 0;
    text-align: left;
}.pricing_gride .plan_optionsH {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 65%;
    order: 1;
}
}



@media (max-width: 1200px) {.client_opinionsS h2 {
    font-size: calc(31px * 0.9);
    max-width: 100%;
}.client_opinionsS .learner_quotesm {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 576px) {.client_opinionsS {
    padding: 2.5rem 0;
}.client_opinionsS h2 {
    font-size: calc(31px * 0.7);
}.client_opinionsS .rating_zoneB {
    padding: 1.25rem;
}.client_opinionsS .rating_zoneB img {
    height: 40px;
    width: 40px;
}.client_opinionsS .rating_zoneB h4 {
    font-size: calc(21px * 0.8);
}.client_opinionsS .rating_zoneB .description {
    font-size: calc(17px * 0.9);
}.client_opinionsS a {
    width: 100%;
    text-align: center;
}}



@media (min-width: 992px) {.course_program_infoc .training_guideu {
    gap: 80px;
}.course_program_infoc .img_strip_wrapP {
    height: 500px;
}
}



@media (max-width: 767px) {.course_program_infoc {
    padding: 60px 0;
}.course_program_infoc .text_wrapY {
    grid-template-columns: 1fr;
}.course_program_infoc .text_wrapY h2 {
    font-size: calc(44px * 0.9);
}.course_program_infoc .img_strip_wrapP {
    height: 350px;
}
}



@media screen and (max-width: 767px) {header .main_barn .first_sectionV {
    padding: 0.5rem 0;
}header .main_barn .first_sectionV .top_prod {
    width: 50%;
}header .main_barn .first_sectionV .top_prod a {
    text-align: center;
    padding: 0.6rem 0.8rem;
    font-size: calc(14px - 2px);
}header .main_barn .first_sectionV .top_prod a::after {
    display: none;
}}



@media screen and (max-width: 480px) {.contact_panelh {
    padding: 60px 0 40px;
}.contact_panelh h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.contact_panelh .img_strip_wrapP {
    min-height: 200px;
}.contact_panelh .help_feedbackj {
    padding: 30px 20px;
}.contact_panelh form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 30px;
}.contact_panelh form .query_panelA {
    padding: 14px 20px;
    width: 100%;
}}



@media (max-width: 576px) {.interested_learnersZ {
    padding: 60px 0;
}.interested_learnersZ h3 {
    padding: 15px 20px;
    font-size: calc(36px * 0.85);
    margin-bottom: 40px;
}.interested_learnersZ ul li {
    gap: 15px;
    padding: 25px 20px;
}.interested_learnersZ ul li svg {
    width: 40px;
    height: 40px;
    padding: 8px;
}
}



@media (max-width: 576px) {.customer_supportV {
    padding: 2.5rem 0;
}.customer_supportV .contact_feedbackd {
    padding: 1.5rem;
}.customer_supportV h3 {
    margin-bottom: 1rem;
    font-size: calc(31px * 0.8);
}.customer_supportV h3::after {
    height: 2px;
    width: 50px;
}.customer_supportV p {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.customer_supportV .get_contactinfof {
    margin-top: 1.5rem;
}.customer_supportV .get_contactinfof li {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
}.customer_supportV svg {
    width: 20px;
    height: 20px;
}}



@media (min-width: 768px) {.title_boardJ .learning_trackw {
    padding: 4rem;
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.title_boardJ h1 {
    font-size: 45px;
}.title_boardJ h1::after {
    width: 80px;
}.title_boardJ p {
    font-size: 17px;
}.title_boardJ svg {
    height: 150px;
    width: 150px;
}.title_boardJ::before {
    background-size: 50px 50px;
}
}



@media (min-width: 1200px) {.title_boardJ .learning_trackw {
    padding: 6rem;
}.title_boardJ .query_panelA {
    padding: 1.25rem 2.5rem;
}
}



@media (max-width: 992px) {.mentorship_profileT {
    padding: 120px 0;
}.mentorship_profileT .rating_zoneB {
    grid-template-columns: 1fr 1.2fr;
}.mentorship_profileT .img_strip_wrapP {
    min-height: 400px;
}.mentorship_profileT .name {
    font-size: calc(23px * 0.9);
    padding: 0 40px 5px 50px;
}.mentorship_profileT .rating_zoneB span:not(.name) {
    padding: 30px 40px 35px 50px;
}.mentorship_profileT .rating_zoneB span:not(.name)::after {
    left: 50px;
    bottom: 25px;
}.mentorship_profileT .career_backD {
    padding: 0 40px 40px 50px;
}
}



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



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



@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(5%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-5%, -2%) rotate(-5deg);
    }
}



@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}



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



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



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



@keyframes subtleZoom {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}



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

