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

.core-container-id {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

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

.help-desk-info-id .contact-today-id {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    align-items: stretch;
    display: grid;
    perspective: 1000px;
}

.help-desk-info-id .message-us-id:hover {
    transform: rotateX(0) scale(1.02);
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.15),
        0 10px 25px rgba(0,0,0,0.1);
}

.help-desk-info-id .quick-support-id {
    margin-bottom: 0.75rem;
    font-size: 16px;
    color: rgb(135,191,140);
    font-weight: 600;
}

.help-desk-info-id .message-us-id .img-center-id {
    border-radius: 30px;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.2),
        0 10px 20px rgba(0,0,0,0.1);
    transform: translateZ(20px);
    height: 300px;
}

.help-desk-info-id .connect-team-id a:hover {
    background: rgba(255,255,255,0.1);
}

.help-desk-info-id .connect-team-id a p {
    color: #000000;
    font-size: 16px;
    margin: 0;
}

.testimonials-id::before {
    pointer-events: none;
    content: "";
    transform: rotate(-15deg) skew(5deg);
    height: 70%;
    right: -10%;
    z-index: 1;
    top: -5%;
    width: 50%;
    background: linear-gradient(230deg, rgb(179,215,182,0.5) 0%, transparent 80%);
    position: absolute;
}

.testimonials-id .container.learn-zone-id {
    position: relative;
    z-index: 5;
}

.testimonials-id .user-ratings-id::before {
    content: "";
    z-index: -1;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(179,215,182,0.5), 0.05) 100%);
    top: 0;
}

.testimonials-id .user-ratings-id h3::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: width 0.3s ease;
    width: 0;
    background: rgb(135,191,140);
    content: "";
    height: 2px;
}

.testimonials-id .user-ratings-id div::before {
    transition: opacity 0.3s ease;
    opacity: 0;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(179,215,182,0.5), transparent);
    inset: 0;
    z-index: 1;
}

.landing-page-id > div {
    margin: 0 auto;
    padding: 0 20px;
    gap: 50px;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1200px;
}

.landing-page-id p {
    border-left: 1px solid rgb(135,191,140,0.5);
    font-size: calc(14px * 1.2);
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 40px;
    max-width: 90%;
}

.landing-page-id .skill-growth-id span {
    z-index: 2;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    backdrop-filter: blur(3px);
    max-width: 90%;
    border-left: 5px solid rgb(179,215,182);
    background-color: rgb(255, 255, 255, 0.5);
}

header .top-header-id {
    position: relative;
    z-index: 5;
    flex: 0 0 auto;
}

header .nav-wrap-id {
    align-items: center;
    display: flex;
    z-index: 2;
    text-decoration: none;
    padding: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
}

header .head-guide-id {
    position: relative;
    padding: 0;
    z-index: 5;
    display: flex;
    list-style: none;
    margin: 0;
}

header .top-skill-id a::before {
    content: '';
    opacity: 0.7;
    position: absolute;
    width: 80%;
    left: 10%;
    transition: transform 0.3s ease;
    background: rgb(179,215,182);
    bottom: 5px;
    height: 1px;
    transform: scaleX(0);
}

header .top-skill-id:hover::after {
    opacity: 0.4;
}

.cookie-warning-window-id {
    padding: 20px 0;
    border-top: 2px solid rgb(179,215,182);
    width: 100%;
    transition: all 0.3s ease-in-out;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    background: rgb(135,191,140);
    z-index: 90;
    bottom: 0;
}

.cookie-review-id {
    flex-shrink: 0;
    margin-right: 20px;
}

.visitor-settings-id {
    color: #ffffff;
    padding: 10px 20px;
    line-height: 35px;
    background: rgb(179,215,182);
    border-radius: 27px;
    font-size: 20px;
    text-decoration: none;
    margin-left: 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    box-shadow: rgb(179,215,182,0.5) 0px 4px 10px 0px;
    cursor: pointer;
}

.pricing-list-item-id {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(216,236,218);
}

.pricing-list-item-id .promo-cost-id {
    text-align: center;
    margin: 0 auto;
    transform: translateY(-10px);
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out forwards;
}

.pricing-list-item-id .promo-rates-id {
    width: 100%;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}

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

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

.pricing-list-item-id .discount-deals-id::before {
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(179,215,182), rgb(135,191,140));
}

.pricing-list-item-id .pro-fees-id h3::after {
    width: 40px;
    position: absolute;
    bottom: -8px;
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    background-color: rgb(179,215,182);
}

.pricing-list-item-id .img-center-id {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    width: 100%;
    height: 200px;
}

.potential-students-id .container {
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
}

.potential-students-id div > div {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.potential-students-id p {
    position: relative;
    display: flex;
    color: #000000;
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 16px;
    font-size: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin: 0;
    overflow: hidden;
    align-items: center;
}

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

.potential-students-id p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(135,191,140,0.5) 0%, 
                transparent 30%);
}

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

.learning-profits-id .learn-zone-id {
    gap: 40px;
    transform-style: preserve-3d;
    display: flex;
    perspective: 1000px;
    align-items: center;
    justify-content: space-between;
}

.learning-profits-id .learn-zone-id {
    gap: 40px;
}

.learning-profits-id h4::after {
    transform-origin: left;
    transform: scaleX(0);
    height: 3px;
    width: 80px;
    left: 0;
    content: "";
    background: rgb(179,215,182);
    bottom: -10px;
    animation: lineWidth 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s forwards;
    position: absolute;
}

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

.learning-profits-id li:hover {
    transform: translateX(5px) translateZ(10px);
}

.learning-profits-id li p span:last-child {
    position: relative;
    padding-bottom: 5px;
}

.learning-profits-id li:hover p span:last-child::after {
    transform: scaleX(1);
}

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

.learning-profits-id li:hover svg path {
    fill: rgb(135,191,140);
}

.learning-profits-id .img-center-id::after {
    right: -20px;
    border-radius: 50%;
    background: rgb(179,215,182,0.5);
    width: 80px;
    top: -20px;
    z-index: -1;
    position: absolute;
    filter: blur(20px);
    height: 80px;
    content: "";
}



.leadership-experience-id .user-ratings-id {
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 0;
    margin: 0 auto;
    max-width: 1100px;
    display: grid;
}

.leadership-experience-id .img-center-id {
    transform: translateX(-5%);
    width: 100%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    border-radius: 0;
    height: 450px;
    grid-column: 1 / 2;
    z-index: 2;
    grid-row: 1 / 2;
    position: relative;
}

.leadership-experience-id .name {
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    color: rgb(179,215,182);
    margin-bottom: 0.7rem;
    position: relative;
}

.leadership-experience-id .career-milestones-id > div:nth-child(2) {
    opacity: 0.9;
    font-size: 21px;
    transform: translateX(-20px);
    margin-bottom: 2rem;
    font-weight: 600;
    opacity: 0;
    color: rgb(135,191,140);
    transition: all 0.5s ease 0.3s;
}



.leadership-experience-id .career-milestones-id::after {
    right: 20px;
    bottom: 20px;
    position: absolute;
    content: "";
    border-radius: 50%;
    background: rgb(179,215,182,0.5);
    z-index: -1;
    height: 40px;
    animation: float 4s ease-in-out infinite;
    width: 40px;
}

.training-structure-id h3 {
    color: #000000;
    font-size: 34px;
    border-radius: 19px;
    background: #ffffff;
    animation: fadeInDown 0.8s ease-out forwards;
    margin: 0;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    padding: 2rem;
}

.connect-form-id {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgb(179,215,182,0.5) 100%);
}

.connect-form-id h2 {
    color: rgb(179,215,182);
    font-weight: 700;
    font-size: 35px;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
}

.connect-form-id .request-block-id {
    position: relative;
    justify-content: center;
    background: #ffffff;
    display: flex;
    padding: 60px;
    order: 1;
    flex-direction: column;
}

.connect-form-id form input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(179,215,182);
    outline: none;
}

.connect-form-id form input#name {
    position: relative;
}

.connect-form-id .help-widget-id {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.connect-form-id .help-widget-id label::before {
    content: "";
    left: 0;
    position: absolute;
    background: rgb(216,236,218);
    transition: all 0.3s ease;
    width: 24px;
    border-radius: 10px;
    top: 0;
    height: 24px;
}

.connect-form-id .help-widget-id label a:hover::after {
    width: 100%;
}

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

.connect-form-id form #name,
.connect-form-id form #phone {
    position: relative;
}

.course-overview-id::before {
    background: linear-gradient(180deg, transparent 30%, #000000 100%);
    pointer-events: none;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 2;
    position: absolute;
}

.course-overview-id .program-track-id img {
    height: 100%;
    filter: brightness(0.7);
    object-fit: cover;
    width: 100%;
}

.course-overview-id .learn-track-id::before,
.course-overview-id .learn-track-id::after {
    content: "";
    z-index: -1;
    position: absolute;
    opacity: 0.3;
    border-radius: 50%;
    background: rgb(179,215,182);
}

.course-overview-id .learn-track-id::before {
    top: -150px;
    height: 300px;
    right: -150px;
    width: 300px;
}

.course-overview-id .learn-track-id .reach-feedback-id:hover::before {
    transform: translateX(0);
}

footer::before {
    opacity: 0.85;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(179,215,182,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    content: "";
    z-index: -1;
}

.sponsor-logo-id .company_holder:hover {
    border-left: 3px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(179,215,182,0.5);
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
}

.sponsor-logo-id .company_holder:hover h3::after {
    width: 100%;
}

.sponsor-logo-id .footer-workshops-id::before {
    position: absolute;
    background: linear-gradient(to bottom, 
                rgb(179,215,182) 0%, 
                transparent 100%);
    height: 100%;
    width: 2px;
    left: 0;
    content: "";
    top: 0;
}

.sponsor-logo-id .head-guide-id::after {
    right: 0;
    border-color: transparent rgb(179,215,182) transparent transparent;
    position: absolute;
    content: "";
    height: 0;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    width: 0;
    border-width: 0 25px 25px 0;
    top: 0;
    border-style: solid;
    transform: translateZ(5px);
}

.sponsor-logo-id .head-guide-id:hover h5::after {
    width: 100%;
}

.sponsor-logo-id .head-guide-id a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    position: relative;
    padding: 0.5rem 0;
    font-size: 15px;
    transform-style: preserve-3d;
    color: rgba(255, 255, 255, 0.75);
}

.student-aid-id .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.student-aid-id .linkedin-ref-id:hover {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(179,215,182), 0.3);
    color: #ffffff;
}

.sponsor-logo-id .company_holder:hover::before,
.sponsor-logo-id .head-guide-id:hover::before {
    opacity: 0.5;
}



.sponsor-logo-id .company_holder .footer-workshops-id::after {
    bottom: -10px;
    left: 1rem;
    width: 70px;
    background: linear-gradient(to right, rgb(179,215,182), transparent);
    height: 3px;
    content: "";
    transition: width 0.4s ease;
    position: absolute;
}

.sponsor-logo-id .head-core-id a::after {
    left: 0;
    background: linear-gradient(to right, rgb(179,215,182), rgb(135,191,140));
    bottom: 0;
    width: 0;
    position: absolute;
    content: "";
    height: 1px;
    transition: width 0.3s ease;
}

.privacy-barrier-id ul, .privacy-barrier-id ol {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

.privacy-barrier-id ul li::before, .privacy-barrier-id ol li::before {
    font-weight: 700;
    width: 1em;
    color: rgb(179,215,182);
    content: '\2022';
    display: inline-block;
    margin-left: -1em;
}

.statistical-details-id {
    background-color: #000000;
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 0;
    overflow: hidden;
}

.statistical-details-id .container {
    z-index: 2;
    width: 100%;
    position: relative;
    max-width: 100%;
    padding: 0;
}

.statistical-details-id .value-statistics-id {
    font-size: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.statistical-details-id .edu-wins-id {
    line-height: 1.7;
    font-size: 14px;
    max-width: 800px;
}

.statistical-details-id .value-elevation-id {
    width: 25%;
    position: relative;
    counter-increment: stat-counter;
    padding: 0 15px;
    margin-bottom: 50px;
}

.statistical-details-id .value-elevation-id::before {
    font-weight: 700;
    top: -30px;
    font-size: 6rem;
    z-index: -1;
    content: counter(stat-counter);
    color: rgb(179,215,182);
    left: 15px;
    position: absolute;
    opacity: 0.1;
}

.statistical-details-id .value-elevation-id span::after {
    position: absolute;
    width: 40px;
    background-color: rgb(179,215,182);
    bottom: 0;
    height: 3px;
    left: 0;
    content: "";
}

.our-mission-id::before {
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    backdrop-filter: blur(3px);
    background: linear-gradient(135deg, rgb(179,215,182,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.our-mission-id .text-body-wrap-id > div:nth-child(2) {
    margin-bottom: 2rem;
}

.our-mission-id .text-body-wrap-id > div:nth-child(2) p {
    font-size: calc(22px * 1.3);
    margin: 0;
    font-weight: 300;
    color: #000000;
    animation: fadeUp 0.6s ease-out forwards 0.7s;
    transform: translateY(15px);
    opacity: 0;
}

.thanksNode-id {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(216,236,218), rgb(216,236,218) 60%, rgb(135,191,140,0.5) 140%);
}

.thanksNode-id::after {
    transform: rotate(-10deg) skew(-5deg);
    filter: blur(15px);
    animation: float 15s ease-in-out infinite alternate-reverse;
    position: absolute;
    z-index: 1;
    left: -5%;
    background: linear-gradient(215deg, rgb(135,191,140,0.5) 15%, transparent 65%);
    content: "";
    opacity: 0.7;
    bottom: -8%;
    width: 40%;
    height: 60%;
}

.thanksNode-id .learn-zone-id:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
}

.thanksNode-id li::before {
    background: rgb(179,215,182);
    width: 10px;
    transform: scale(0.8);
    left: 0;
    top: 0.5rem;
    border-radius: 50%;
    height: 10px;
    position: absolute;
    transition: transform 0.3s ease, background-color 0.3s ease;
    content: "";
}

.check-it-out-now-id::before {
    content: "";
    opacity: 0.1;
    top: -50%;
    height: 200%;
    position: absolute;
    z-index: -1;
    animation: pulse 15s infinite alternate;
    left: -50%;
    transform: rotate(-15deg);
    width: 200%;
    background: radial-gradient(circle at center, transparent 30%, rgb(135,191,140,0.5) 70%);
}

.check-it-out-now-id .container div {
    justify-content: center;
    transition: transform 0.3s ease-out;
    display: flex;
    transform: translateZ(40px);
}

.check-it-out-now-id .reach-feedback-id::before {
    content: "";
    transition: opacity 0.4s ease;
    opacity: 0.7;
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, 
                rgba(255, 255, 255, 0.2) 0%, 
                rgba(255, 255, 255, 0) 50%,
                rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    position: absolute;
    width: 100%;
}

.check-it-out-now-id .reach-feedback-id:hover::before {
    opacity: 1;
}

.check-it-out-now-id .reach-feedback-id:hover span {
    transform: translateY(-2px);
}


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



@media screen and (max-width: 480px) {.help-desk-info-id {
    padding: 2rem 0;
}.help-desk-info-id .message-us-id {
    padding: 1rem;
}.help-desk-info-id .message-us-id .img-center-id {
    height: 200px;
}}



@media (max-width: 575px) {.testimonials-id {
    padding: 2.5rem 0;
}.testimonials-id h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.7);
}.testimonials-id h2::after {
    width: 4rem;
    height: 0.2rem;
}.testimonials-id .student-insights-id {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.testimonials-id .user-ratings-id {
    padding: 1.25rem;
}.testimonials-id .user-ratings-id:hover {
    transform: translateY(-5px) rotateX(1deg);
}
}



@media (max-width: 480px) {.landing-page-id {
    padding: 60px 0 40px;
}.landing-page-id > div {
    gap: 30px;
}.landing-page-id h1.course-primary-id {
    margin-bottom: 20px;
    font-size: calc(45px * 0.8);
}.landing-page-id p {
    margin-bottom: 25px;
    padding-left: 15px;
}.landing-page-id .skill-growth-id {
    height: 300px;
}.landing-page-id .skill-growth-id span {
    padding: 12px;
}.landing-page-id .skill-growth-id h3 {
    font-size: calc(21px * 0.9);
}}


@media only screen and (max-width: 1200px) {.cookie-warning-window-id {
    padding: 20px;
}
}



@media (min-width: 768px) {.pricing-list-item-id .promo-rates-id {
    grid-template-columns: repeat(2, 1fr);
}.pricing-list-item-id .pro-fees-id {
    padding: 40px;
}.pricing-list-item-id .img-center-id {
    height: 220px;
}
}



@media (min-width: 1200px) {.pricing-list-item-id .promo-rates-id {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-list-item-id .pro-fees-id h3 {
    font-size: calc(21px * 1.1);
}.pricing-list-item-id .promo-plans-id {
    font-size: calc(21px * 1.3);
}.pricing-list-item-id .img-center-id {
    height: 240px;
}
}



@media (max-width: 991px) {.potential-students-id {
    padding: 90px 0;
}.potential-students-id h4 {
    font-size: calc(37px * 0.9);
    margin-bottom: 40px;
}.potential-students-id div > div {
    gap: 18px;
}.potential-students-id p {
    padding: 20px 25px;
}.potential-students-id p svg {
    width: 25px;
    margin-right: 15px;
    height: 25px;
}
}



@media (max-width: 768px) {.learning-profits-id {
    padding: 60px 0;
}.learning-profits-id h4 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.8);
}.learning-profits-id .text-body-wrap-id::before {
    left: -15px;
    width: 3px;
}.learning-profits-id li p {
    font-size: calc(17px * 0.95);
    gap: 10px;
}.learning-profits-id svg {
    height: 20px;
    width: 20px;
}.learning-profits-id .img-center-id {
    transform: 
            perspective(800px)
            rotateY(-3deg)
            rotateX(2deg)
            translateZ(10px);
}
}



@media screen and (max-width: 1024px) {.connect-form-id .reach-reach-id {
    max-width: 800px;
}.connect-form-id .request-block-id {
    padding: 40px;
}
}



@media screen and (max-width: 768px) {.connect-form-id {
    padding: 80px 0 60px;
}.connect-form-id .reach-reach-id {
    grid-template-columns: 1fr;
}.connect-form-id .img-center-id {
    order: 1;
    min-height: 300px;
    clip-path: none;
}.connect-form-id .request-block-id {
    padding: 40px 30px;
    order: 2;
}.connect-form-id .request-block-id::before {
    top: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(179,215,182), rgb(135,191,140));
    height: 6px;
    right: 0;
}.connect-form-id h2 {
    margin-bottom: 40px;
}
}



@media (max-width: 768px) {.sponsor-logo-id {
    padding: 3.5rem 0 1.5rem;
}.sponsor-logo-id .head-core-id {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.sponsor-logo-id .company_holder,
    .sponsor-logo-id .head-guide-id {
    padding: 1.5rem;
}.sponsor-logo-id .company_holder h3,
    .sponsor-logo-id .head-guide-id h5 {
    margin-bottom: 1.25rem;
}.student-aid-id {
    margin-top: 2rem;
    padding: 1.25rem 0;
}
}



@media (max-width: 992px) {.statistical-details-id .class-gains-id {
    padding: 50px 7% 70px 7%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.statistical-details-id .statistics-growth-id {
    padding: 100px 5% 40px;
}.statistical-details-id .value-elevation-id {
    width: 50%;
}.statistical-details-id .value-elevation-id::before {
    font-size: 5rem;
    top: -25px;
}.statistical-details-id .value-elevation-id h4 {
    font-size: 2.2rem;
}
}



@media (max-width: 768px) {.our-mission-id {
    padding: 60px 0;
}.our-mission-id .text-body-wrap-id {
    padding: 2rem;
}.our-mission-id h5 {
    font-size: calc(22px * 0.85);
}.our-mission-id .text-body-wrap-id > div:nth-child(2) p {
    font-size: 22px;
}.our-mission-id .text-body-wrap-id > div:first-child::before {
    width: 40px;
}
}



@media (max-width: 768px) {.thanksNode-id {
    padding: 3.5rem 0;
}.thanksNode-id h2 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.8);
}.thanksNode-id h2::after {
    width: 60px;
    height: 3px;
}.thanksNode-id .learn-zone-id {
    padding: 1.8rem;
}.thanksNode-id li {
    padding-left: 1.8rem;
}.thanksNode-id li span {
    font-size: 16px;
}
}



@media (max-width: 480px) {.check-it-out-now-id {
    padding: 2rem 0.5rem;
}.check-it-out-now-id .container {
    gap: 1.5rem;
}.check-it-out-now-id h6 {
    font-size: calc(22px * 0.85);
}.check-it-out-now-id .reach-feedback-id {
    padding: 0.7rem 1.6rem;
    font-size: calc(19px * 0.85);
}
}

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



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



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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



@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-20%, -20%);
    }
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

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



@keyframes highlightGrow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

