header,footer {
    width: 100%;
}

header {
    position: relative;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 100;
    margin-top: 0;
    padding: 0;
    overflow: visible;
}

.help-desk-info-id::before {
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.1) 0%, 
        transparent 70%
    );
    top: -50%;
    height: 200%;
    content: '';
    width: 200%;
    animation: circularPulse 10s infinite alternate;
    left: -50%;
    z-index: 1;
    position: absolute;
}

.help-desk-info-id .message-us-id p {
    display: flex;
    align-items: center;
}

.help-desk-info-id .message-us-id h2::after {
    position: absolute;
    opacity: 0.7;
    bottom: -0.5rem;
    background: rgb(179,215,182);
    left: 0;
    height: 3px;
    width: 3rem;
    content: '';
}

.help-desk-info-id .assist-grid-id h3 {
    color: rgb(135,191,140);
    font-size: 24px;
    margin-bottom: 0.75rem;
}

.help-desk-info-id .connect-team-id a {
    transition: all 0.3s ease;
    padding: 0.75rem;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    flex-direction: column;
    display: flex;
}

.help-desk-info-id .connect-team-id a:hover svg,
.help-desk-info-id .connect-team-id a:hover svg path {
    fill: rgb(135,191,140);
}

.testimonials-id h2 {
    text-align: center;
    position: relative;
    font-size: 33px;
    font-weight: 700;
    transform-origin: center left;
    color: #000000;
    transition: transform 0.5s ease-out;
    margin-bottom: 3.5rem;
}

.testimonials-id .user-ratings-id {
    overflow: hidden;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    position: relative;
    justify-content: space-between;
    display: flex;
    background: #ffffff;
    flex-direction: column;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2rem;
}

.testimonials-id .user-ratings-id .description::before {
    content: "";
    left: -1rem;
    color: rgba(rgb(179,215,182,0.5), 0.05);
    font-size: 8rem;
    font-family: serif;
    position: absolute;
    top: -2rem;
    z-index: -1;
}

.landing-page-id {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, #ffffff 100%);
}

.landing-page-id h1.course-primary-id::after {
    transition: transform 0.6s ease;
    background: rgb(179,215,182);
    left: 0;
    bottom: -12px;
    height: 4px;
    transform-origin: left;
    content: "";
    width: 80px;
    position: absolute;
    transform: scaleX(1);
}

.landing-page-id .skill-growth-id::before {
    background: linear-gradient(to right, 
    rgba(0, 0, 0, 0.5), 
    #000000
  );
    transition: opacity 0.4s ease;
    opacity: 0.7;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

header::after {
    animation: gradientSlide 5s linear infinite;
    background: linear-gradient(90deg, 
        rgb(179,215,182) 0%,
        rgb(135,191,140) 50%,
        rgb(179,215,182) 100%
    );
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-size: 200% auto;
    content: '';
}

header .top-header-id:hover::before {
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(179,215,182,0.5);
}

header .top-skill-id a {
    display: block;
    font-size: 17px;
    z-index: 1;
    position: relative;
    letter-spacing: 0.5px;
    padding: 0.8rem 1.2rem;
    transition: all 0.4s ease;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid transparent;
}

header .main-navbar-id::after {
    left: 20%;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    width: 60%;
    bottom: 0;
    opacity: 0.1;
    position: absolute;
}

.cookie-warning-window-id p {
    color: #ffffff;
    max-width: 500px;
    font-size: 17px;
}

.cookie-review-id svg, .cookie-review-id svg path {
    fill: rgb(179,215,182);
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
}

.cookie-warning-window-id p a {
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(179,215,182);
}

.core-container-id .cookie-updates-id h5, .core-container-id .cookie-updates-id p {
    color: #ffffff;
}

#usagePolicyBanner-id:checked ~ .cookie-warning-window-id {
    opacity: 0;
    visibility: hidden;
}

.pricing-list-item-id .container {
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.pricing-list-item-id .promo-cost-id h2::after {
    width: 80px;
    background: rgb(179,215,182);
    content: "";
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 3px;
}

.pricing-list-item-id .price-sheet-id:nth-child(2) {
    --index: 2;
}

.pricing-list-item-id .price-sheet-id:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}

.pricing-list-item-id .pro-fees-id {
    box-sizing: border-box;
    flex-direction: column;
    flex: 1;
    padding: 40px 30px;
    display: flex;
}

.pricing-list-item-id .price-sheet-id:hover .pro-fees-id h3::after {
    width: 70px;
}

.pricing-list-item-id .pro-fees-id p {
    margin-bottom: 0;
    font-size: 17px;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 1.7;
    word-break: break-word;
    color: #000000;
    flex-grow: 1;
}

.potential-students-id {
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.potential-students-id .learn-zone-id {
    position: relative;
}

.potential-students-id h4::after {
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    content: "";
    background: rgb(179,215,182);
    height: 3px;
}

.potential-students-id p:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.potential-students-id p:hover::before {
    width: 8px;
}

.potential-students-id p svg {
    width: 28px;
    margin-right: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 28px;
}



.potential-students-id .learn-zone-id > div p {
    opacity: 0;
    animation: fadeInSlide 0.5s ease forwards;
}

.potential-students-id .learn-zone-id > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.learning-profits-id {
    position: relative;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
}

.learning-profits-id {
    padding: 40px 0;
}

.learning-profits-id .text-body-wrap-id::before {
    animation: lineReveal 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    background: linear-gradient(to bottom, rgb(179,215,182), rgb(135,191,140));
    content: "";
    transform: scaleY(0);
    position: absolute;
    transform-origin: top;
    height: 100%;
    top: 0;
    left: -20px;
    width: 5px;
}

.learning-profits-id li {
    opacity: 0;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    transform: translateX(-20px);
    animation: fadeSlideIn 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.learning-profits-id li {
    margin-bottom: 15px;
}

.learning-profits-id svg {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
    height: 24px;
    transition: transform 0.3s ease, filter 0.3s ease;
    width: 24px;
}

.learning-profits-id .img-center-id {
    position: relative;
    max-width: 450px;
    opacity: 0;
    transform: 
        perspective(1000px)
        rotateY(-10deg)
        rotateX(5deg)
        translateZ(40px);
    animation: floatImage 5s ease-in-out infinite alternate;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
    border-radius: 23px;
    z-index: 2;
    flex: 0 0 45%;
    animation: 
        floatImage 6s ease-in-out infinite alternate,
        fadeIn 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
}

.learning-profits-id .img-center-id {
    transform: none;
    animation: 
            fadeIn 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards,
            simpleFloat 4s ease-in-out infinite alternate;
    box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.1),
            -3px -3px 15px rgba(255, 255, 255, 0.8);
}

.leadership-experience-id .name::before {
    transition: transform 0.4s ease 0.2s;
    z-index: -1;
    height: 30px;
    border-radius: 10px;
    transform: rotate(45deg) scale(0);
    position: absolute;
    left: -20px;
    content: "";
    top: -10px;
    width: 30px;
    background: rgb(135,191,140,0.5);
}

.leadership-experience-id .work-milestones-id::before {
    background: linear-gradient(to right, rgb(179,215,182), transparent);
    content: "";
    position: absolute;
    height: 3px;
    top: 0;
    left: 0;
    width: 60px;
}

.training-structure-id .learn-zone-id {
    max-width: 900px;
    position: relative;
    z-index: 2;
    flex-direction: column;
    gap: 2.5rem;
    display: flex;
    margin: 0 auto;
}

.training-structure-id h3::before {
    pointer-events: none;
    border-radius: inherit;
    position: absolute;
    transform: translate(8px, 8px);
    width: 100%;
    left: 0;
    z-index: -1;
    opacity: 0.5;
    border: 2px solid rgb(179,215,182,0.5);
    top: 0;
    content: "";
    height: 100%;
}

.connect-form-id::before {
    position: absolute;
    background-size: 60px 60px;
    content: "";
    height: 100%;
    background: linear-gradient(45deg, 
        rgb(179,215,182,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(179,215,182,0.5) 50%, 
        rgb(179,215,182,0.5) 75%, 
        transparent 75%, 
        transparent);
    animation: gradientMove 20s linear infinite;
    left: 0;
    opacity: 0.05;
    top: 0;
    width: 100%;
}

.connect-form-id form h3 {
    margin-bottom: 40px;
    color: #000000;
    font-size: 22px;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    border-bottom: 2px solid rgb(135,191,140,0.5);
}

.connect-form-id form input#name::before {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    content: "";
    transform: translateY(-50%);
    left: 20px;
    background: rgb(179,215,182);
}

.connect-form-id .help-widget-id input[type="checkbox"]:checked + label::after {
    top: 4px;
    left: 8px;
    width: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    height: 14px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
}

.connect-form-id form .reach-feedback-id:hover {
    box-shadow: 0 10px 20px -10px rgb(179,215,182);
    transform: translateY(-3px);
}

.connect-form-id svg path {
    fill: rgb(179,215,182);
    transition: fill 0.3s ease;
}

.course-overview-id {
    flex-direction: column;
    overflow: hidden;
    min-height: 100vh;
    background-color: rgb(216,236,218);
    position: relative;
    display: flex;
}

.course-overview-id .program-track-id {
    height: 100%;
    position: relative;
    width: calc(100% / 5);
}

.course-overview-id .learn-zone-id {
    justify-content: center;
    display: flex;
}

.course-overview-id .learn-track-id::after {
    left: -100px;
    bottom: -100px;
    width: 200px;
    height: 200px;
}

.course-overview-id .learn-track-id p {
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 13px;
    text-align: center;
    opacity: 0.8;
    color: #ffffff;
}

.course-overview-id .learn-track-id .reach-feedback-id:hover {
    color: #ffffff;
}

footer {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    perspective: 1000px;
}

footer::after {
    width: 100%;
    z-index: -1;
    content: "";
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    height: 100%;
    left: 0;
    animation: scanline 10s linear infinite;
    position: absolute;
}

.sponsor-logo-id .company_holder h3::after {
    content: "";
    background: rgb(179,215,182);
    width: 60px;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 3px;
    transition: width 0.4s ease-in-out;
}

.sponsor-logo-id .intern-ship-id {
    position: relative;
}

.sponsor-logo-id .head-guide-id {
    transform-style: preserve-3d;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 19px;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    padding: 2rem;
}

.sponsor-logo-id .head-guide-id:hover {
    transform: translateZ(15px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.05);
}

.sponsor-logo-id .head-guide-id h5::before {
    background: rgb(135,191,140);
    bottom: -8px;
    height: 1px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
}

.sponsor-logo-id .head-guide-id a::before {
    opacity: 0;
    content: "→";
    transform: translateZ(5px);
    left: -20px;
    transition: all 0.3s ease;
    position: absolute;
}

.student-aid-id .linkedin-ref-id {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    font-size: 14px;
}

.sponsor-logo-id .company_holder::after {
    opacity: 0.7;
    content: "";
    right: 20px;
    height: 30px;
    top: 20px;
    width: 30px;
    position: absolute;
    border-top: 2px solid rgb(179,215,182);
    border-right: 2px solid rgb(179,215,182);
    transition: all 0.4s ease;
}

.sponsor-logo-id .head-guide-id:nth-child(2)::before {
    background: radial-gradient(circle, rgb(135,191,140,0.5) 0%, transparent 70%);
}

.privacy-barrier-id {
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: auto;
    padding: 40px;
}

.privacy-barrier-id h2 {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000000;
    margin-top: 30px;
}

.privacy-barrier-id p, .privacy-barrier-id span, .privacy-barrier-id div {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
}

.statistical-details-id::before {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 100%),
        radial-gradient(circle at 15% 50%, rgb(179,215,182,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 30%, rgb(135,191,140,0.5) 0%, transparent 25%),
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent);
    background-size: auto, auto, auto, 100px 100px, 50px 50px, 50px 50px;
    z-index: 1;
    content: "";
}

.statistical-details-id svg {
    opacity: 0.1;
    bottom: 20px;
    position: absolute;
    right: 20px;
    z-index: 1;
    height: 120px;
    width: 120px;
}

.our-mission-id .text-body-wrap-id > div:first-child {
    margin-bottom: 1rem;
    position: relative;
}

.our-mission-id h5 {
    font-weight: 600;
    color: rgb(179,215,182);
    text-transform: uppercase;
    transform: translateX(-10px);
    font-size: 22px;
    animation: slideIn 0.6s ease-out forwards 0.5s;
    opacity: 0;
    letter-spacing: 2px;
    margin: 0;
}

.our-mission-id .text-body-wrap-id > div:nth-child(2) p b::after {
    animation: highlightGrow 0.5s ease-out forwards 1.2s;
    height: 8px;
    z-index: -1;
    background: rgba(var(--primary-color-rgb), 0.2);
    left: 0;
    position: absolute;
    transform-origin: bottom;
    content: "";
    width: 100%;
    transform: scaleY(0);
    bottom: 0;
}

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

.thanksNode-id h2::after {
    transition: transform 0.6s ease-out;
    width: 80px;
    bottom: -0.8rem;
    background: linear-gradient(90deg, rgb(179,215,182), rgb(135,191,140));
    content: "";
    transform: scaleX(1);
    left: 0;
    position: absolute;
    height: 4px;
    transform-origin: left center;
}

.thanksNode-id ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.thanksNode-id li {
    padding-left: 2rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.thanksNode-id li:hover::before {
    transform: scale(1.1);
    background: rgb(135,191,140);
}

.thanksNode-id li:hover span {
    transform: translateX(5px);
}

.check-it-out-now-id {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 
                inset 0 1px 3px rgba(255, 255, 255, 0.3);
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(179,215,182,0.5), rgb(135,191,140));
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.check-it-out-now-id h6 {
    font-weight: 600;
    margin: 0;
    max-width: 800px;
    color: #ffffff;
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease-out;
    font-size: calc(21px * 1.1);
    padding: 0 1rem;
    letter-spacing: 0.02em;
    transform: translateZ(20px);
    text-align: center;
}

.check-it-out-now-id .reach-feedback-id span {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.check-it-out-now-id .reach-feedback-id:hover {
    background: #ffffff;
    transform: translateY(-5px) scale(1.03);
    color: rgb(135,191,140);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2),
                inset 0 -4px 0 rgba(0, 0, 0, 0.1),
                0 0 0 6px rgba(255, 255, 255, 0.2);
}


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



@media screen and (max-width: 768px) {.help-desk-info-id .contact-today-id {
    grid-template-columns: 1fr;
}.help-desk-info-id .message-us-id {
    padding: 1.5rem;
}.help-desk-info-id .message-us-id .img-center-id {
    height: 250px;
}
}



@media (hover: none) {.testimonials-id .user-ratings-id:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.testimonials-id .user-ratings-id:hover h3::after {
    width: 0;
}.testimonials-id .user-ratings-id:hover div::before {
    opacity: 0;
}.testimonials-id .user-ratings-id:hover div img {
    transform: none;
}
}



@media (min-width: 768px) {.landing-page-id > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.landing-page-id h1.course-primary-id {
    max-width: 90%;
    font-size: calc(45px * 1.2);
}.landing-page-id .skill-growth-id {
    height: 400px;
}.landing-page-id p {
    padding-left: 30px;
    font-size: calc(14px * 1.3);
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .main-navbar-id {
    padding: 0.8rem 1.2rem;
}header .top-header-id {
    max-width: 130px;
}header .top-header-id::before {
    display: none;
}header .head-guide-id {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
}header .head-guide-id::-webkit-scrollbar {
    height: 2px;
}header .head-guide-id::-webkit-scrollbar-thumb {
    background: rgb(179,215,182);
    border-radius: 10px;
}header .top-skill-id {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .top-skill-id a {
    font-size: calc(17px - 2px);
    padding: 0.5rem 0.7rem;
    white-space: nowrap;
    letter-spacing: 0;
}header .top-skill-id a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}



@media (max-width: 480px) {.pricing-list-item-id {
    padding: 60px 0;
}.pricing-list-item-id .promo-cost-id h2 {
    font-size: calc(34px * 0.85);
}.pricing-list-item-id .pro-fees-id h3 {
    font-size: calc(21px * 0.95);
}.pricing-list-item-id .img-center-id {
    height: 160px;
}}



@media (max-width: 992px) {.learning-profits-id {
    padding: 80px 0;
}.learning-profits-id h4 {
    font-size: calc(35px * 0.9);
}.learning-profits-id .learn-zone-id {
    gap: 60px;
    flex-direction: column-reverse;
}.learning-profits-id .img-center-id {
    flex: 0 0 100%;
    transform: 
            perspective(1000px)
            rotateY(-5deg)
            rotateX(3deg)
            translateZ(20px);
    max-width: 100%;
}.learning-profits-id .text-body-wrap-id > div {
    flex-direction: column;
    gap: 10px;
}
}



@media (max-width: 768px) {.training-structure-id {
    padding: 4rem 1rem;
}.training-structure-id h3 {
    font-size: calc(34px * 0.8);
    padding: 1.5rem;
}.training-structure-id span {
    font-size: calc(18px * 0.95);
    padding: 1.5rem;
}.training-structure-id .learn-zone-id {
    gap: 2rem;
}.training-structure-id h3::before,
    .training-structure-id span::before {
    transform: translate(4px, 4px);
}.training-structure-id span::before {
    transform: translate(-4px, -4px);
}}



@media (max-width: 768px) {.course-overview-id {
    min-height: auto;
    padding-top: 50vh;
    height: auto;
}.course-overview-id::before {
    background: linear-gradient(180deg, transparent 40%, #000000 70%);
}.course-overview-id .education-route-id {
    position: fixed;
    top: 0;
    height: 50vh;
}.course-overview-id .container {
    padding-bottom: 50px;
    margin-top: 0;
}.course-overview-id .learn-track-id {
    padding: 30px 25px;
}.course-overview-id .learn-track-id h3 {
    font-size: 37px;
}.course-overview-id .learn-track-id .reach-feedback-id {
    width: 100%;
}
}



@media only screen and (max-width: 800px) {.privacy-barrier-id {
    padding: 20px;
}.privacy-barrier-id h1, .privacy-barrier-id h2 {
    font-size: 20px;
    text-align: center;
}.privacy-barrier-id ul li, .privacy-barrier-id ol li {
    font-size: 17px;
    padding: 8px;
}}



@media (max-width: 576px) {.statistical-details-id .class-gains-id {
    margin-bottom: -25px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    padding: 30px 5% 50px 5%;
}.statistical-details-id .value-statistics-id {
    font-size: calc(32px * 0.8);
    margin-bottom: 15px;
}.statistical-details-id .edu-wins-id {
    font-size: calc(14px * 0.95);
}.statistical-details-id .statistics-growth-id {
    padding: 60px 5% 20px;
}.statistical-details-id .value-elevation-id::before {
    font-size: 4rem;
    top: -20px;
}.statistical-details-id .value-elevation-id h4 {
    font-size: 2rem;
}.statistical-details-id svg {
    bottom: 10px;
    width: 60px;
    right: 10px;
    height: 60px;
}}



@media (max-width: 576px) {.thanksNode-id {
    padding: 3rem 0;
}.thanksNode-id h2 {
    margin-bottom: 1.2rem;
    font-size: calc(28px * 0.7);
}.thanksNode-id h2::after {
    width: 50px;
    height: 3px;
}.thanksNode-id .learn-zone-id {
    padding: 1.5rem;
    margin-top: 0.5rem;
}.thanksNode-id li {
    padding-left: 1.5rem;
}.thanksNode-id li::before {
    top: 0.4rem;
    height: 8px;
    width: 8px;
}.thanksNode-id li span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}



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



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



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



@keyframes floatImage {
    0% {
        transform: 
            perspective(1000px)
            rotateY(-10deg)
            rotateX(5deg)
            translateZ(40px)
            translateY(0);
    }
    100% {
        transform: 
            perspective(1000px)
            rotateY(-8deg)
            rotateX(3deg)
            translateZ(40px)
            translateY(-15px);
    }
}

@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(135,191,140,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(135,191,140);
    }
}



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



@keyframes float {
    0% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
    50% {
        transform: translateY(-20px) rotate(12deg) skew(3deg);
    }
    100% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
}

