.top-nav-id {
    flex: 1 0 auto;
}

.top-nav-id {
    margin-top: 0;
    background: rgb(216,236,218);
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}

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


.help-desk-info-id {
    animation: gradientFlow 15s ease infinite;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgb(179,215,182,0.5) 0%, 
        rgb(135,191,140,0.5) 50%, 
        #ffffff 100%
    );
    padding: 5rem 0;
    background-size: 400% 400%;
}

.help-desk-info-id .message-us-id h2 {
    font-weight: 700;
    letter-spacing: -0.02em;
    position: relative;
    margin-bottom: 1rem;
    color: rgb(179,215,182);
    font-size: 36px;
}

.help-desk-info-id .ask-form-id {
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.6;
}

.help-desk-info-id .request-support-id {
    flex-wrap: wrap;
    display: flex;
    gap: 0.5rem;
}

.help-desk-info-id .connect-team-id {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}

.help-desk-info-id .connect-team-id a span {
    margin-bottom: 0.25rem;
    color: rgb(135,191,140);
    opacity: 0.7;
    font-size: 18px;
}

.testimonials-id {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(240, 245, 255, 0.9) 100%);
    position: relative;
}

.testimonials-id h2:hover {
    transform: scale(1.02);
}

.testimonials-id h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(179,215,182) 0%, rgb(135,191,140) 100%);
    height: 0.25rem;
    width: 6rem;
    box-shadow: 0 4px 12px rgba(rgb(179,215,182,0.5), 0.3);
    bottom: -1rem;
    position: absolute;
    content: "";
    transform: translateX(-50%);
}

.testimonials-id .user-ratings-id h3 {
    font-weight: 700;
    font-size: calc(20px * 1.1);
    color: rgb(179,215,182);
    display: inline-block;
    position: relative;
    margin-bottom: 0.75rem;
}

.testimonials-id .user-ratings-id div {
    margin-top: auto;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.testimonials-id .user-ratings-id:hover div img {
    transform: scale(1.05);
}

.landing-page-id::before {
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.5;
    height: 100%;
    content: "";
    left: 0;
}

.landing-page-id h1.course-primary-id:hover::after {
    transform: scaleX(1.5);
}

.main-first-id {
    transition: transform 0.5s ease;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(3deg);
}

.landing-page-id .skill-growth-id:hover::before {
    opacity: 0.5;
}

.landing-page-id .skill-growth-id:hover span {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

header::before {
    content: '';
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    width: 100%;
    background-size: 20px 20px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

header .nav-wrap-id img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

header .top-skill-id {
    margin: 0 0.3rem;
    position: relative;
    perspective: 800px;
}

header .top-skill-id a:hover {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
    color: rgb(179,215,182);
}

header .main-navbar-id::before {
    left: 35%;
    background: linear-gradient(90deg, transparent, rgb(179,215,182), transparent);
    height: 1px;
    content: '';
    top: 0;
    position: absolute;
    width: 30%;
}

.privacy-notify-id {
    margin: auto;
    justify-content: space-between;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 30px;
}

.cookie_button.cookie-lock-id {
    background: rgb(179,215,182);
}

.visitor-settings-id:hover {
    transform: scale(1.05);
    box-shadow: rgb(179,215,182,0.5) 0px 6px 15px 0px;
}

.core-container-id .visitor-settings-id {
    padding: 10px;
    font-weight: 400;
    background: rgb(179,215,182);
    color: #ffffff;
    font-size: 20px;
    border: none;
    margin-left: 30px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 10px;
}

.pricing-list-item-id .study-pricing-id {
    gap: 60px;
    flex-direction: column-reverse;
    display: flex;
}

.pricing-list-item-id .promo-cost-id h2 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: 34px;
}

.pricing-list-item-id .price-sheet-id {
    border-radius: 10px;
    display: block;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(20px);
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    animation-delay: calc(var(--index, 0) * 0.1s);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.pricing-list-item-id .promo-plans-id {
    display: inline-block;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    overflow-wrap: break-word;
    font-size: calc(21px * 1.2);
    word-break: break-word;
    margin: 10px 0 20px;
    border-radius: 10px;
    font-weight: 700;
    padding: 8px 16px;
    position: relative;
    color: rgb(179,215,182);
}

.potential-students-id h4 {
    color: #000000;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 50px;
    font-size: 37px;
    padding-bottom: 15px;
}

.potential-students-id p::before {
    transition: width 0.3s ease;
    height: 100%;
    content: "";
    width: 5px;
    top: 0;
    background: rgb(179,215,182);
    position: absolute;
    left: 0;
}

.potential-students-id p:hover::after {
    opacity: 0.2;
}

.potential-students-id p:hover svg {
    transform: scale(1.2);
}

.potential-students-id p:hover svg path {
    fill: rgb(135,191,140);
}

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

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

.learning-profits-id::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(179,215,182,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(135,191,140,0.5) 0%, transparent 50%);
    content: "";
    opacity: 0.1;
    position: absolute;
    height: 100%;
    transform: translateZ(-10px);
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.learning-profits-id .text-body-wrap-id > div {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.learning-profits-id ul {
    margin: 0;
    flex: 1;
    padding: 0;
    list-style: none;
}

.learning-profits-id li:nth-child(2) {
    animation-delay: 0.5s;
}

.learning-profits-id li p {
    line-height: 1.6;
    margin: 0;
    font-size: 17px;
    align-items: flex-start;
    gap: 15px;
    color: #000000;
    display: flex;
}

.learning-profits-id li p {
    font-size: calc(17px * 0.9);
}

.learning-profits-id li:hover svg {
    transform: rotate(10deg) scale(1.1);
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.learning-profits-id .img-center-id::before {
    inset: 0;
    content: "";
    opacity: 0.1;
    z-index: -1;
    border-radius: 23px;
    position: absolute;
    background: linear-gradient(135deg, rgb(179,215,182,0.5), rgb(135,191,140,0.5));
    transform: translateZ(-5px);
}

.leadership-experience-id::after {
    content: "";
    position: absolute;
    animation: morph 15s linear infinite alternate;
    height: 30%;
    bottom: -5%;
    background: rgb(135,191,140,0.5);
    width: 30%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: -1;
    left: -5%;
}

.leadership-experience-id .user-ratings-id:hover .img-center-id {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}

.leadership-experience-id .career-milestones-id {
    z-index: 1;
    flex-direction: column;
    grid-column: 2 / 3;
    justify-content: center;
    grid-row: 1 / 2;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateX(-15%);
    padding: 3rem 3rem 3rem 5rem;
    background: #ffffff;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
}

.leadership-experience-id .work-milestones-id {
    opacity: 0;
    transform: translateY(20px);
    font-weight: 400;
    line-height: 1.7;
    position: relative;
    transition: all 0.5s ease 0.5s;
    color: #000000;
    font-size: 14px;
    padding-top: 20px;
    font-style: italic;
}

.training-structure-id::before {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.2;
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(179,215,182,0.5) 0%, transparent 70%);
}

.training-structure-id span {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    line-height: 1.8;
    opacity: 0;
    font-size: 18px;
    position: relative;
    padding: 2rem;
    color: #000000;
    border-radius: 19px;
}



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

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

.connect-form-id .request-block-id::before {
    position: absolute;
    width: 10px;
    top: 0;
    height: 100%;
    right: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(179,215,182), rgb(135,191,140));
}

.connect-form-id form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.connect-form-id .help-widget-id input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.connect-form-id .help-widget-id input[type="checkbox"]:checked + label::before {
    background: rgb(179,215,182);
}

.connect-form-id .help-widget-id label a {
    color: rgb(179,215,182);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.connect-form-id form .reach-feedback-id {
    cursor: pointer;
    font-family: Arial, sans-serif;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 1;
    transition: all 0.3s ease;
    border: none;
    background: rgb(179,215,182);
    position: relative;
    font-size: 14px;
    padding: 16px 40px;
    overflow: hidden;
    text-transform: uppercase;
}

.course-overview-id .training-track-id {
    display: flex;
    height: 100%;
    width: calc(100% * 5);
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.course-overview-id .learn-track-id {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(30px);
    width: 100%;
    animation: float-up 1s forwards;
    max-width: 800px;
    position: relative;
    border-radius: 0;
    padding: 50px;
    border-top: 4px solid rgb(179,215,182);
    backdrop-filter: blur(8px);
}

.course-overview-id .learn-track-id .reach-feedback-id::before {
    z-index: -1;
    top: 0;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    content: "";
    background: rgb(135,191,140);
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
}

.sponsor-logo-id::before {
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(135,191,140) 50%, 
                transparent 100%);
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    animation: glowPulse 3s ease-in-out infinite alternate;
}

.sponsor-logo-id .company_holder h3 {
    font-weight: 700;
    margin-bottom: 1.75rem;
    position: relative;
    color: #ffffff;
    padding-bottom: 0.75rem;
    text-transform: uppercase;
    font-size: calc(32px * 0.9);
    letter-spacing: 1px;
}

.sponsor-logo-id .head-core-id {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    height: 100%;
    display: grid;
}

.sponsor-logo-id .head-guide-id:hover::before {
    left: -100%;
    top: -100%;
}

.sponsor-logo-id .head-guide-id:hover::after {
    border-width: 0 35px 35px 0;
    border-color: transparent rgb(135,191,140) transparent transparent;
}

.sponsor-logo-id .head-guide-id h5 {
    display: inline-block;
    font-size: 19px;
    position: relative;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.sponsor-logo-id .head-guide-id .head-core-id {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.sponsor-logo-id .head-guide-id a:hover {
    transform: translateX(20px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.student-aid-id::before {
    position: absolute;
    height: 1px;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(179,215,182) 30%, 
                #ffffff 50%, 
                rgb(135,191,140) 70%, 
                transparent 100%);
    content: "";
    top: 0;
}

.sponsor-logo-id .company_holder:hover::after {
    height: 40px;
    width: 40px;
    transform: rotate(45deg);
}

.sponsor-logo-id .company_holder:hover .footer-workshops-id::after {
    width: calc(100% - 1rem);
}

.sponsor-logo-id::after {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -2;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    position: absolute;
    background-size: 40px 40px;
    top: 0;
    left: 0;
    content: "";
}

.privacy-barrier-id ul li, .privacy-barrier-id ol li {
    margin-bottom: 15px;
    color: #000000;
    font-size: 17px;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    border-radius: 10px;
    background: rgb(179,215,182,0.5);
    position: relative;
}



.privacy-barrier-id ul li:hover, .privacy-barrier-id ol li:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: rgb(179,215,182);
    color: #ffffff;
    transform: translateY(-3px);
}

.statistical-details-id .class-gains-id {
    width: 100%;
    background-image: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    padding: 60px 15% 60px 15%;
    color: #ffffff;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: -50px;
    background-size: 30px 30px;
    z-index: 3;
    background-color: rgb(179,215,182);
    background-position: 0 0, 15px 0, 15px -15px, 0px 15px;
}

.statistical-details-id .value-elevation-id h4 {
    margin-bottom: 15px;
    font-weight: 700;
    color: #000000;
    font-size: 2.5rem;
    position: relative;
}

.statistical-details-id .value-elevation-id:hover span::after {
    width: 60px;
    transition: width 0.3s ease;
}

.our-mission-id {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.our-mission-id .text-body-wrap-id {
    border-left: 5px solid rgb(179,215,182);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    animation: fadeUp 0.8s ease-out forwards 0.3s;
    opacity: 0;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
}

.our-mission-id .text-body-wrap-id > div:nth-child(2) p b {
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.our-mission-id ol li {
    color: #000000;
    font-size: 18px;
    columns: 2;
    opacity: 0;
    text-align: justify;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    column-gap: 3rem;
    animation: fadeUp 0.8s ease-out forwards 1s;
    padding-left: 0;
    line-height: 1.8;
    position: relative;
}

.thanksNode-id h2 {
    font-size: 28px;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    line-height: 1.3;
    margin-bottom: 2rem;
    max-width: 90%;
    position: relative;
    font-weight: 700;
    color: #000000;
}

.thanksNode-id .learn-zone-id {
    border-radius: calc(21px / 1.5);
    position: relative;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    margin-top: 1rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2.5rem;
    backdrop-filter: blur(8px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(0);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
}

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

.check-it-out-now-id .container:hover h6 {
    transform: translateZ(30px);
}

.check-it-out-now-id .container:hover div {
    transform: translateZ(50px);
}

.check-it-out-now-id .reach-feedback-id {
    position: relative;
    font-size: 19px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none;
    color: rgb(179,215,182);
    background: #ffffff;
    padding: 1rem 2.5rem;
    align-items: center;
    font-family: Arial, sans-serif;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15),
                inset 0 -4px 0 rgba(0, 0, 0, 0.1),
                0 0 0 4px rgba(255, 255, 255, 0.15);
    transform: translateY(0) scale(1);
    z-index: 3;
}



@media screen and (max-width: 1200px) {.help-desk-info-id .contact-today-id {
    grid-template-columns: 1fr 1fr;
}
}



@media (max-width: 991px) {.testimonials-id {
    padding: 4rem 0;
}.testimonials-id h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 3rem;
}.testimonials-id .student-insights-id {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}
}



@media (prefers-reduced-motion) {.testimonials-id .user-ratings-id,
    .testimonials-id .user-ratings-id div img,
    .testimonials-id .user-ratings-id h3::after,
    .testimonials-id h2 {
    transition: none;
}.testimonials-id .user-ratings-id:hover {
    transform: none;
}.testimonials-id .user-ratings-id:hover div img {
    transform: none;
}}



@media (min-width: 1400px) {header .main-navbar-id {
    max-width: 1300px;
    margin: 0 auto;
}header .top-skill-id {
    margin: 0 0.5rem;
}header .top-skill-id a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 479px) {header .main-navbar-id {
    padding: 0.7rem 1rem;
}header .top-header-id {
    max-width: 110px;
}header .top-skill-id a {
    font-size: calc(17px - 3px);
    padding: 0.4rem 0.6rem;
}}


@media only screen and (max-width: 800px) {.cookie-review-id {
    display: none;
}.privacy-notify-id {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie-warning-window-id h5 {
    text-align: center;
}.cookie-warning-window-id p {
    text-align: center;
}.cookie-updates-id {
    text-align: center;
    margin-bottom: 20px;
}.visitor-settings-id {
    margin-left: 0;
    margin-top: 10px;
    max-width: 300px;
    width: 100%;
}}



@media (max-width: 767px) {.pricing-list-item-id {
    padding: 80px 0;
}.pricing-list-item-id .pro-fees-id {
    padding: 30px 20px;
}.pricing-list-item-id .promo-plans-id {
    font-size: 21px;
    padding: 6px 12px;
}.pricing-list-item-id .img-center-id {
    height: 180px;
}
}



@media (max-width: 768px) {.potential-students-id {
    padding: 70px 0;
}.potential-students-id h4 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.potential-students-id h4::after {
    width: 60px;
}.potential-students-id div > div {
    gap: 15px;
}.potential-students-id p {
    padding: 18px 20px;
}
}



@media (max-width: 992px) {.leadership-experience-id .user-ratings-id {
    grid-template-rows: auto auto;
    gap: 2rem;
    grid-template-columns: 1fr;
}.leadership-experience-id .img-center-id {
    grid-row: 1 / 2;
    height: 300px;
    grid-column: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    transform: none;
}.leadership-experience-id .img-center-id::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.leadership-experience-id .career-milestones-id {
    clip-path: none;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding: 2rem;
    transform: none;
}.leadership-experience-id .user-ratings-id:hover .career-milestones-id {
    transform: translateY(-5px);
}}



@media (max-width: 992px) {.course-overview-id {
    min-height: 100vh;
}.course-overview-id .container {
    padding-bottom: 60px;
}.course-overview-id .learn-track-id {
    padding: 40px 30px;
}.course-overview-id .learn-track-id h3 {
    font-size: calc(37px * 1.1);
}
}



@media (max-width: 576px) {.course-overview-id {
    padding-top: 45vh;
}.course-overview-id .education-route-id {
    height: 45vh;
}.course-overview-id .container {
    padding-bottom: 40px;
}.course-overview-id .learn-track-id {
    padding: 25px 20px;
}.course-overview-id .learn-track-id h3 {
    font-size: calc(19px * 1.1);
    margin-bottom: 15px;
}.course-overview-id .learn-track-id p {
    margin-bottom: 25px;
}.course-overview-id .learn-track-id .reach-feedback-id {
    padding: 12px 0;
}}



@media (max-width: 1200px) {.statistical-details-id .class-gains-id {
    padding: 50px 10% 60px 10%;
}.statistical-details-id .value-elevation-id {
    width: 33.333%;
}
}



@media (max-width: 767px) {.statistical-details-id .class-gains-id {
    padding: 40px 5% 60px 5%;
}.statistical-details-id .value-statistics-id {
    font-size: calc(32px * 0.9);
}.statistical-details-id .statistics-growth-id {
    padding: 80px 5% 30px;
}.statistical-details-id .value-elevation-id {
    margin-bottom: 40px;
    width: 100%;
}.statistical-details-id .value-elevation-id::before {
    font-size: 4.5rem;
}.statistical-details-id svg {
    width: 80px;
    height: 80px;
}
}



@media (max-width: 576px) {.our-mission-id {
    padding: 40px 0;
}.our-mission-id .text-body-wrap-id {
    border-left-width: 3px;
    padding: 1.5rem;
}.our-mission-id h5 {
    font-size: calc(22px * 0.8);
    letter-spacing: 1px;
}.our-mission-id .text-body-wrap-id > div:nth-child(2) p {
    font-size: calc(18px * 1.2);
}.our-mission-id ol li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}
}



@media (max-width: 991px) {.check-it-out-now-id {
    padding: 3.5rem 1.5rem;
}.check-it-out-now-id h6 {
    max-width: 600px;
    font-size: calc(22px * 1.1);
}.check-it-out-now-id .reach-feedback-id {
    padding: 0.9rem 2.2rem;
}
}



@media (max-width: 576px) {.check-it-out-now-id {
    padding: 2.5rem 0.8rem;
}.check-it-out-now-id .container {
    gap: 1.8rem;
}.check-it-out-now-id h6 {
    font-size: calc(22px * 0.9);
    line-height: 1.4;
    padding: 0 0.5rem;
}.check-it-out-now-id .reach-feedback-id {
    padding: 0.7rem 1.8rem;
    font-size: calc(19px * 0.9);
}
}



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



@keyframes lineWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes simpleFloat {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-10px);
        }
    }



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



@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes lineGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



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

