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

.green-edu-18 {
    flex: 0 0 auto;
}

.green-edu-18 {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000, rgb(157,156,188));
    position: relative;
    color: #ffffff;
}

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    background: linear-gradient(to right, #ffffff, rgb(222,222,236));
    padding: 0;
    position: relative;
    z-index: 100;
    width: 100%;
}

.who-we-are-23::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(190,190,215), rgb(157,156,188));
    top: 0;
    height: 5px;
    width: 100%;
    left: 0;
}

.who-we-are-23 h2::after {
    transform: translateX(-50%);
    position: absolute;
    bottom: -10px;
    height: 2px;
    background: rgb(190,190,215);
    left: 50%;
    content: "";
    width: 40px;
}

.who-we-are-23 .master-study-75::before {
    left: 50%;
    border: 3px solid rgb(190,190,215);
    top: 50%;
    z-index: 3;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 50px;
    content: "";
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
}

.who-we-are-23 .learning-growth-62 {
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: #ffffff;
}

.who-we-are-23 .learning-growth-62:last-child {
    border-bottom: 3px solid rgb(157,156,188);
}

.who-we-are-23 .learning-growth-62 h3::after {
    background: rgb(157,156,188);
    width: 60px;
    bottom: 0;
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
}

.who-we-are-23 .learning-growth-62:first-child::before {
    line-height: 1;
    font-size: 70px;
    content: "01";
    position: absolute;
    right: 20px;
    color: rgb(190,190,215,0.5);
    font-weight: 700;
    opacity: 0.2;
    top: 20px;
}

.who-we-are-23 .container::before {
    top: -100px;
    width: 200px;
    opacity: 0.1;
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 200px;
    border: 30px solid rgb(190,190,215,0.5);
    z-index: -1;
    left: -100px;
}

.course-offering-31 {
    background-color: rgb(222,222,236);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.course-offering-31::after {
    border-radius: 50%;
    width: 400px;
    background: radial-gradient(circle, rgb(157,156,188,0.5) 0%, transparent 80%);
    content: "";
    top: -100px;
    height: 400px;
    right: -100px;
    z-index: 1;
    position: absolute;
    animation: rotate 20s linear infinite;
}

.course-offering-31 .learn-work-24 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}

.course-offering-31 .text-dock-46 h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    border-left: 4px solid rgb(190,190,215);
    font-size: 30px;
    grid-column: 1 / -1;
    padding-left: 20px;
}

.course-offering-31 .description:first-of-type {
    position: relative;
    overflow: hidden;
}

.course-offering-31 .description:first-of-type::before {
    height: 40px;
    content: "";
    left: -10px;
    position: absolute;
    top: -10px;
    background-color: rgb(190,190,215,0.5);
    z-index: -1;
    width: 40px;
    border-radius: 50%;
}

.course-offering-31 .description:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.course-offering-31 .img-horizontal-96 {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
    border-radius: 11px;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    margin: 40px 0;
    height: 400px;
}

.course-offering-31 .img-horizontal-96::after {
    animation: glow 4s infinite alternate;
    filter: blur(10px);
    left: 50%;
    height: 10px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgb(190,190,215);
    opacity: 0.7;
    top: -20px;
    position: absolute;
    width: 90%;
    content: "";
}

.give-it-a-try-12 .knowledge-learn-74 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}

.give-it-a-try-12 .container p {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    color: #000000;
    font-weight: 700;
    margin: 0 auto 80px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        15px 15px 0 rgb(190,190,215,0.5);
    line-height: 1.4;
    padding: 40px;
    z-index: 5;
    position: relative;
    font-size: 35px;
    background: #ffffff;
    max-width: 800px;
    text-align: center;
}

.give-it-a-try-12 .help-query-72:hover {
    transform: rotate(0) scale(1.05);
    box-shadow: 
        8px 8px 0 rgb(190,190,215),
        16px 16px 0 rgb(157,156,188,0.5);
}

.give-it-a-try-12 .help-query-72::before {
    position: absolute;
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
    content: '';
    top: 5px;
    z-index: -1;
    left: 5px;
    border: 2px dashed rgb(190,190,215);
}

.give-it-a-try-12 .knowledge-learn-74::after {
    border-radius: 50% 0 50% 50%;
    transform: rotate(-45deg);
    left: -150px;
    position: absolute;
    opacity: 0.1;
    height: 300px;
    width: 300px;
    bottom: -150px;
    content: '';
    background: rgb(157,156,188,0.5);
    z-index: 1;
}

.mentorship-experience-47::before {
    content: "";
    background: radial-gradient(circle, rgb(190,190,215,0.5) 0%, transparent 70%);
    opacity: 0.15;
    height: 40vw;
    top: -5%;
    transform: translateZ(0);
    position: absolute;
    width: 40vw;
    right: -10%;
}

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

.mentorship-experience-47 .learner-review-96 > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mentorship-experience-47 .img-horizontal-96 {
    overflow: hidden;
    width: 200px;
    border-radius: 8px;
    position: relative;
    height: 200px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
    transform: rotate(-2deg) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mentorship-experience-47 .img-horizontal-96:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}

.mentorship-experience-47 .name {
    font-size: 21px;
    display: inline-block;
    position: relative;
    color: rgb(190,190,215);
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.mentorship-experience-47 .learner-review-96 > div:nth-child(2) {
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.mentorship-experience-47 .career-projects-06 {
    color: #000000;
    position: relative;
    font-size: 13px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    margin: 0;
}

footer {
    z-index: 1;
    position: relative;
    width: 100%;
}

.green-edu-18::before {
    top: 0;
    background: radial-gradient(circle at 10% 20%, rgb(157,156,188,0.5) 0%, transparent 50%);
    right: 0;
    pointer-events: none;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
}



.green-edu-18 .container {
    z-index: 2;
    position: relative;
}

footer .qna-board-01 {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}

footer .msg-support-48 {
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 25px;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.05);
}

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

footer .info_item p, footer .info_item a {
    transition: color 0.3s ease;
    color: #ffffff;
    align-items: center;
    font-weight: 400;
    display: flex;
    text-decoration: none;
    font-size: 17px;
}

footer .nav-pagewrap-67 {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    gap: 15px;
}

footer .nav-pagewrap-67:hover svg {
    filter: drop-shadow(0 0 8px rgb(190,190,215));
}

footer .edu-global-72 {
    opacity: 0.8;
    max-width: 300px;
    line-height: 1.5;
    font-size: 14px;
    color: #ffffff;
}

footer .nav-info-50:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .nav-info-50::before {
    transition: opacity 0.5s ease;
    left: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(190,190,215), transparent, rgb(157,156,188), transparent);
    content: "";
    position: absolute;
    z-index: -1;
    right: -2px;
    border-radius: calc(14px + 2px);
    top: -2px;
    opacity: 0;
}

footer .nav-info-50 h5::after {
    background: rgb(190,190,215);
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    width: 50px;
    position: absolute;
    bottom: -1px;
}

footer .main-header-38 a {
    text-decoration: none;
    font-size: calc(17px - 1px);
    padding-left: 15px;
    position: relative;
    color: #ffffff;
    font-weight: 400;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

footer .main-header-38 a:hover {
    padding-left: 20px;
    color: rgb(190,190,215);
}

footer .main-header-38 a:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    background-color: rgb(190,190,215);
    box-shadow: 0 0 5px rgb(190,190,215), 0 0 10px rgb(190,190,215,0.5);
}

footer .subscribe_holder::before {
    position: absolute;
    content: "";
    top: -50%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    animation: pulseBackground 10s infinite ease-in-out;
    height: 200%;
    z-index: -1;
    width: 200%;
    left: -50%;
}

footer .subscribe_holder p {
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0.9;
    line-height: 1.6;
    font-size: 17px;
}

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

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(190,190,215,0.5);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgb(190,190,215);
}

footer .updates-header-98 {
    background: rgb(190,190,215);
    display: inline-block;
    position: relative;
    padding: 14px 24px;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 17px;
}

footer .updates-header-98:hover {
    background: rgb(157,156,188);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

footer .sustain-cta-94 {
    font-size: 14px;
    letter-spacing: 0.5px;
    opacity: 0.7;
    text-align: center;
    color: #ffffff;
}

.price-pick-70::before {
    height: 100%;
    pointer-events: none;
    background: linear-gradient(45deg, transparent 0%, rgb(190,190,215,0.5) 30%, transparent 70%);
    content: "";
    opacity: 0.1;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.price-pick-70 .learning-package-07 {
    margin: 0 auto 2rem;
    transform: translateY(20px);
    order: -1;
    max-width: 800px;
    opacity: 0;
    text-align: center;
    animation: fadeUp 0.8s ease-out forwards;
}

.price-pick-70 .price-tiers-84 {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    max-width: 90%;
}

.price-pick-70 .price-plan-20 {
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}

.price-pick-70 .rate-choices-37:nth-child(1) {
    animation-delay: 0.1s;
}

.price-pick-70 .rate-choices-37:nth-child(2) {
    animation-delay: 0.2s;
}

.price-pick-70 .rate-choices-37:nth-child(3) {
    animation-delay: 0.3s;
}

.price-pick-70 .rate-choices-37:nth-child(4) {
    animation-delay: 0.4s;
}

.price-pick-70 .rate-choices-37::before {
    width: 100%;
    content: "";
    transform: scaleX(0);
    height: 5px;
    top: 0;
    left: 0;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    background: linear-gradient(90deg, rgb(190,190,215), rgb(157,156,188));
}

.price-pick-70 .discount-plan-46 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.price-pick-70 .class-deals-87 h3 {
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
    font-size: 23px;
    margin: 0 0 1rem;
    font-weight: 700;
}

.price-pick-70 .fee-offers-27::after {
    background-color: rgb(157,156,188);
    width: 40px;
    bottom: -8px;
    height: 2px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
}

.price-pick-70 .rate-choices-37:hover .fee-offers-27::after {
    width: 80px;
}

.price-pick-70 .img-horizontal-96 {
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 200px;
}

.price-pick-70 .rate-choices-37:hover .img-horizontal-96 {
    transform: scale(1.05);
}

.price-pick-70 .rate-choices-37:hover .img-horizontal-96::after {
    opacity: 0.4;
}

.contact-us-70 {
    overflow: hidden;
    background: rgb(222,222,236);
    position: relative;
    padding: 80px 0;
}

.contact-us-70 .img-horizontal-96 {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    height: 100%;
    z-index: 1;
}

.contact-us-70 .img-horizontal-96::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
}

.contact-us-70 h3 {
    font-weight: 700;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    display: inline-block;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    padding: 15px;
    position: relative;
    font-size: 35px;
}

.contact-us-70 .inquiry-card-73::after {
    border-radius: 50%;
    bottom: 0;
    opacity: 0.2;
    content: '';
    width: 100px;
    height: 100px;
    left: 0;
    background: rgb(157,156,188,0.5);
    position: absolute;
    transform: translate(-50%, 50%);
}

.contact-us-70 input[type="text"]:focus,
.contact-us-70 textarea:focus {
    outline: none;
    border-color: rgb(190,190,215);
    box-shadow: 0 0 10px rgb(190,190,215,0.5);
}

.contact-us-70 textarea {
    height: 140px;
    resize: none;
}

.contact-us-70 .support-reach-85 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-us-70 .support-reach-85 label {
    cursor: pointer;
    color: #000000;
    font-size: 12px;
    padding-left: 30px;
    line-height: 1.5;
    position: relative;
}

.contact-us-70 .support-reach-85 input[type="checkbox"]:checked + label::before {
    border-color: rgb(190,190,215);
    background: rgb(190,190,215);
}

.contact-us-70 .support-reach-85 a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(190,190,215);
}

.contact-us-70 .support-reach-85 a:hover {
    color: rgb(157,156,188);
}

.contact-us-70 .help-query-72 {
    border: none;
    border-radius: 10px;
    font-size: 19px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    padding: 15px 30px;
    background: rgb(190,190,215);
    font-weight: 600;
    z-index: 1;
    color: #ffffff;
}

.contact-us-70 .help-query-72:hover::before {
    transform: translateX(0);
}

.contact-us-70 .query-map-51::before {
    left: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
    top: 0;
    position: absolute;
    height: 100%;
    content: '';
    opacity: 0.3;
    background-size: 20px 20px;
    width: 100%;
}

.contact-us-70 .help-card-46 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-us-70 .help-card-46 li:last-child {
    border-bottom: none;
}

.contact-us-70 .help-card-46 li:hover {
    transform: translateX(5px);
}

.contact-us-70 .help-card-46 svg {
    margin-top: 3px;
    height: 22px;
    width: 22px;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-us-70 .help-card-46 span {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
}

.contact-us-70 .help-card-46 a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.appContainer-52::before {
    height: 40%;
    filter: blur(60px);
    right: -5%;
    content: '';
    background: linear-gradient(120deg, rgb(190,190,215,0.5) 0%, rgb(157,156,188,0.5) 100%);
    opacity: 0.4;
    width: 40%;
    top: -10%;
    animation: float 15s ease-in-out infinite alternate;
    z-index: 1;
    position: absolute;
}

.appContainer-52 .container {
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
}

.appContainer-52 h2::after {
    width: 10rem;
    content: '';
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(190,190,215) 0%, rgb(157,156,188) 100%);
    animation: expandWidth 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 4px;
    position: absolute;
    bottom: -0.8rem;
}

.appContainer-52 .knowledge-learn-74::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, rgb(190,190,215) 0%, rgb(157,156,188) 100%);
    width: 5px;
    animation: pulseGlow 4s infinite alternate;
}

.appContainer-52 li {
    position: relative;
    padding-left: 1.5rem;
    display: block;
}

.appContainer-52 li span {
    line-height: 1.8;
    opacity: 0;
    color: #000000;
    margin: 0;
    font-size: calc(14px * 1.05);
    animation: slideUp 0.8s 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: block;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    opacity: 0.95;
}

.privacy-harbor-73 h1 {
    grid-column: span 2;
    font-size: 42px;
    font-weight: 700;
    color: rgb(190,190,215);
    text-align: center;
    border-bottom: 2px solid rgb(157,156,188);
    font-family: Arial, sans-serif;
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.privacy-harbor-73 h3, .privacy-harbor-73 h4, .privacy-harbor-73 h5 {
    font-size: 21px;
    color: #000000;
}

.privacy-harbor-73 li {
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 10px;
    background: rgb(157,156,188,0.5);
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
    border-radius: 10px;
}

.privacy-harbor-73 p, .privacy-harbor-73 span {
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 10px;
    color: #000000;
}

header::after {
    top: 0;
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(190,190,215), rgb(157,156,188));
    z-index: 1;
    left: 0;
}

header .container {
    position: relative;
    z-index: 2;
    padding: 0;
    max-width: 100%;
    margin: 0;
    width: 100%;
}

header .header-pagewrap-90 {
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem;
    align-items: center;
    border-radius: 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.4);
}

header .header-pagewrap-90 svg {
    width: 140px;
    transition: all 0.3s ease;
    height: auto;
}

header .nav-info-50::before {
    left: -2px;
    border-radius: calc(10px + 2px);
    content: '';
    position: absolute;
    bottom: -2px;
    z-index: -1;
    opacity: 0.5;
    top: -2px;
    background: linear-gradient(135deg, rgb(190,190,215,0.5), rgb(157,156,188,0.5));
    right: -2px;
}

header .head-main-73::before {
    width: 100%;
    background: linear-gradient(45deg, rgb(190,190,215,0.5), rgb(157,156,188,0.5));
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    z-index: -1;
}

header .head-main-73:hover::before {
    opacity: 1;
}

.title-board-97::before {
    background: radial-gradient(
        circle at 70% 30%,
        rgb(157,156,188,0.5) 0%,
        transparent 60%
    );
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
}

.title-board-97 .knowledge-learn-74 {
    height: 80vh;
    width: 100%;
    position: relative;
    z-index: 2;
}

.title-board-97 .start-intro-57 input {
    display: none;
}

.title-board-97 .course-first-46 {
    width: 500%;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    height: 100%;
}

.title-board-97 .page-front-79::before {
    top: 0;
    height: 100%;
    opacity: 0.85;
    background: linear-gradient(
        135deg,
        rgb(190,190,215,0.5) 0%,
        rgba(0,0,0,0.4) 40%,
        rgba(0,0,0,0.4) 60%,
        rgb(157,156,188,0.5) 100%
    );
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.title-board-97 .tech-track-27 label {
    border: 2px solid #ffffff;
    transition: all 0.4s ease;
    width: 15px;
    position: relative;
    border-radius: 50%;
    background: transparent;
    height: 15px;
    cursor: pointer;
}

.title-board-97 .tech-track-27 label:hover::before {
    transform: scale(0.6);
}

.title-board-97 .text-dock-46 .container {
    background: linear-gradient(
        -135deg,
        rgb(190,190,215) 0%,
        rgb(157,156,188) 100%
    );
    position: relative;
    padding: 3rem;
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
}

.title-board-97 .text-dock-46 h1 {
    padding-left: 15px;
    font-weight: 700;
    font-size: 39px;
    color: rgb(190,190,215);
    border-left: 4px solid rgb(190,190,215);
    margin-bottom: 1.2rem;
}

.title-board-97 .text-dock-46 p {
    max-width: 100%;
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
    font-size: 13px;
    margin-bottom: 0.5rem;
}

.title-board-97 input:nth-of-type(3):checked ~ .course-first-46 {
    transform: translateX(-40%);
}

.title-board-97 input:nth-of-type(5):checked ~ .course-first-46 {
    transform: translateX(-80%);
}

.title-board-97 input:nth-of-type(7):checked ~ .course-first-46 {
    transform: translateX(-120%);
}

.title-board-97 input:nth-of-type(9):checked ~ .course-first-46 {
    transform: translateX(-160%);
}

.title-board-97 input:nth-of-type(1):checked ~ .tech-track-27 label:nth-child(1)::before,
.title-board-97 input:nth-of-type(2):checked ~ .tech-track-27 label:nth-child(2)::before,
.title-board-97 input:nth-of-type(3):checked ~ .tech-track-27 label:nth-child(3)::before,
.title-board-97 input:nth-of-type(4):checked ~ .tech-track-27 label:nth-child(4)::before,
.title-board-97 input:nth-of-type(5):checked ~ .tech-track-27 label:nth-child(5)::before,
.title-board-97 input:nth-of-type(6):checked ~ .tech-track-27 label:nth-child(6)::before,
.title-board-97 input:nth-of-type(7):checked ~ .tech-track-27 label:nth-child(7)::before,
.title-board-97 input:nth-of-type(8):checked ~ .tech-track-27 label:nth-child(8)::before,
.title-board-97 input:nth-of-type(9):checked ~ .tech-track-27 label:nth-child(9)::before,
.title-board-97 input:nth-of-type(10):checked ~ .tech-track-27 label:nth-child(10)::before {
    transform: scale(1);
}

.title-board-97 input:nth-of-type(1):checked ~ .course-first-46 .page-front-79:nth-child(1) img,
.title-board-97 input:nth-of-type(2):checked ~ .course-first-46 .page-front-79:nth-child(2) img,
.title-board-97 input:nth-of-type(3):checked ~ .course-first-46 .page-front-79:nth-child(3) img,
.title-board-97 input:nth-of-type(4):checked ~ .course-first-46 .page-front-79:nth-child(4) img,
.title-board-97 input:nth-of-type(5):checked ~ .course-first-46 .page-front-79:nth-child(5) img,
.title-board-97 input:nth-of-type(6):checked ~ .course-first-46 .page-front-79:nth-child(6) img,
.title-board-97 input:nth-of-type(7):checked ~ .course-first-46 .page-front-79:nth-child(7) img,
.title-board-97 input:nth-of-type(8):checked ~ .course-first-46 .page-front-79:nth-child(8) img,
.title-board-97 input:nth-of-type(9):checked ~ .course-first-46 .page-front-79:nth-child(9) img,
.title-board-97 input:nth-of-type(10):checked ~ .course-first-46 .page-front-79:nth-child(10) img {
    transform: translateZ(0) scale(1);
}

.stay-updated-34 .connect-links-91::after {
    opacity: 0.2;
    width: 180px;
    border-radius: 50%;
    animation: moveBlob2 15s infinite alternate ease-in-out;
    height: 180px;
    bottom: -60px;
    content: "";
    background: rgb(157,156,188);
    position: absolute;
    left: -60px;
}

.stay-updated-34 h3::after {
    position: absolute;
    animation: waveMotion 3s infinite ease-in-out;
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(190,190,215) 50%,
        transparent 100%
    );
    bottom: 0;
}

.stay-updated-34 input[type="email"]:focus {
    outline: none;
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgb(190,190,215,0.5);
    background: #ffffff;
}

.stay-updated-34 input[type="submit"] {
    font-weight: 600;
    overflow: hidden;
    border: none;
    font-size: 15px;
    background: linear-gradient(45deg, rgb(190,190,215) 0%, rgb(157,156,188) 100%);
    align-self: center;
    z-index: 1;
    cursor: pointer;
    padding: 1rem 2rem;
    position: relative;
    text-transform: uppercase;
    min-width: 180px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 50px;
    letter-spacing: 1px;
    color: #ffffff;
}

.stay-updated-34 input[type="submit"]:hover::before {
    animation: rotateGradient 2s infinite linear;
    opacity: 1;
}

.stay-updated-34 .input_holder::after {
    position: absolute;
    animation: floatBubble 8s infinite alternate-reverse ease-in-out;
    bottom: 15%;
    height: 15px;
    content: "";
    border-radius: 50%;
    left: 5%;
    background: rgb(157,156,188,0.5);
    width: 15px;
    opacity: 0.3;
}


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



@media screen and (max-width: 767px) {.who-we-are-23 {
    padding: 60px 0;
}.who-we-are-23 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 35px;
}.who-we-are-23 .learning-growth-62 {
    padding: 25px;
}.who-we-are-23 .learning-growth-62 h3 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.9);
}.who-we-are-23 .learning-growth-62 p {
    font-size: calc(15px * 0.95);
}.who-we-are-23 .learning-growth-62:first-child::before,
    .who-we-are-23 .learning-growth-62:last-child::before {
    top: 15px;
    font-size: 60px;
    right: 15px;
}
}



@media screen and (max-width: 1024px) {.course-offering-31 {
    padding: 80px 0;
}.course-offering-31 .img-horizontal-96 {
    height: 350px;
    margin: 30px 0;
}
}



@media screen and (max-width: 768px) {.course-offering-31 {
    padding: 60px 0;
}.course-offering-31 .text-dock-46 {
    gap: 20px;
    grid-template-columns: 1fr;
}.course-offering-31 .description {
    padding: 25px;
}.course-offering-31 .img-horizontal-96 {
    height: 300px;
    margin: 25px 0;
}.course-offering-31 h2 {
    font-size: calc(30px * 0.9);
}
}



@media (max-width: 991px) {.give-it-a-try-12 {
    padding: 100px 0;
}.give-it-a-try-12 .container p {
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.1),
            10px 10px 0 rgb(190,190,215,0.5);
    font-size: calc(22px * 1.2);
    margin-bottom: 70px;
    padding: 35px;
}.give-it-a-try-12 .help-query-72 {
    padding: 18px 40px;
}
}



@media (max-width: 767px) {.give-it-a-try-12 {
    padding: 80px 0;
}.give-it-a-try-12 .container p {
    padding: 30px;
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
    margin-bottom: 60px;
    font-size: 22px;
}.give-it-a-try-12 .help-query-72 {
    transform: rotate(-1deg);
    padding: 15px 35px;
}.give-it-a-try-12 .container p::before {
    width: 30px;
    height: 30px;
}
}



@media (min-width: 768px) {.mentorship-experience-47 {
    padding: 8rem 0;
}.mentorship-experience-47 .learner-review-96 {
    grid-template-rows: auto 1fr;
    gap: 2.5rem 3rem;
    padding: 3rem;
    grid-template-columns: auto 1fr;
}.mentorship-experience-47 .learner-review-96 > div:first-child {
    grid-row: span 2;
}.mentorship-experience-47 .img-horizontal-96 {
    width: 260px;
    height: 260px;
}.mentorship-experience-47 .name {
    font-size: calc(21px + 0.2rem);
}.mentorship-experience-47 .career-projects-06 {
    font-size: calc(13px + 0.05rem);
}
}



@media (min-width: 1200px) {.mentorship-experience-47 .container {
    padding: 0 4rem;
}.mentorship-experience-47 .learner-review-96 {
    gap: 3rem 5rem;
}.mentorship-experience-47 .learner-review-96:hover .name::after {
    transform: scaleX(1);
}
}



@media (max-width: 767px) {.mentorship-experience-47 {
    padding: 4rem 0;
}.mentorship-experience-47 .container {
    padding: 0 1rem;
}.mentorship-experience-47 .learner-review-96 {
    padding: 2rem;
}.mentorship-experience-47 .img-horizontal-96 {
    width: 180px;
    height: 180px;
}}



@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .updates-header-98 {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .green-edu-18 {
    padding: 60px 0 30px;
}footer .msg-support-48 {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .nav-info-50, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .nav-info-50 h5 {
    font-size: calc(20px - 2px);
}footer .subscribe_holder p, footer .main-header-38 a {
    font-size: calc(17px - 2px);
}footer .med-guides-74 {
    margin-top: 30px;
}
}



@media (min-width: 992px) {.price-pick-70 .price-plan-20 {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.price-pick-70 {
    padding: 8rem 2rem;
}.price-pick-70 .learning-package-07 {
    flex: 0 0 25%;
}.price-pick-70 .price-plan-20 {
    flex: 0 0 75%;
}.price-pick-70 .class-deals-87 {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.price-pick-70 .rate-choices-37 {
    max-width: 400px;
    margin: 0 auto;
}.price-pick-70 .learning-package-07 h2 {
    font-size: calc(31px * 0.9);
}.price-pick-70 .price-tiers-84 {
    font-size: calc(14px * 0.95);
}}



@media (max-width: 992px) {.contact-us-70 .img-horizontal-96 {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
}.contact-us-70 .inquiry-card-73 {
    flex-direction: column;
    max-width: 90%;
    margin: 0 auto;
}.contact-us-70 .request-box-72 {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.contact-us-70 .query-map-51 {
    width: 100%;
}
}



@media (max-width: 576px) {.contact-us-70 {
    padding: 40px 0;
}.contact-us-70 h3 {
    font-size: calc(35px * 0.8);
}.contact-us-70 .inquiry-card-73 {
    max-width: 95%;
}.contact-us-70 .request-box-72,
    .contact-us-70 .query-map-51 {
    padding: 30px 20px;
}.contact-us-70 input[type="text"],
    .contact-us-70 textarea {
    padding: 12px;
}.contact-us-70 .help-query-72 {
    padding: 12px;
    width: 100%;
}}



@media (max-width: 576px) {.appContainer-52 {
    padding: 3.5rem 0;
}.appContainer-52 .container {
    padding: 0 1rem;
    transform: none;
}.appContainer-52 h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.8rem;
}.appContainer-52 h2::after {
    height: 3px;
    width: 6rem;
}.appContainer-52 .knowledge-learn-74 {
    padding: 1.8rem 1.2rem;
}.appContainer-52 li {
    padding-left: 1.2rem;
}.appContainer-52 li::before {
    top: 0.4rem;
    width: 0.4rem;
    height: 0.4rem;
}.appContainer-52 li span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 991px) {header .head-learning-87 {
    padding: 0.8rem 2.5%;
}header .header-pagewrap-90 svg {
    width: 130px;
}header .nav-info-50 {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .head-main-73 {
    padding: 0.35rem 0.6rem;
    font-size: calc(20px - 1px);
}
}



@media (max-width: 767px) {header::after {
    width: 3px;
}header .head-learning-87 {
    padding: 0.8rem 2%;
    flex-direction: column;
    gap: 0.7rem;
    margin-left: 3px;
    align-items: flex-start;
}header .header-pagewrap-90 {
    padding: 0.4rem;
}header .header-pagewrap-90 svg {
    width: 120px;
}header .nav-info-50 {
    width: 98%;
    padding: 0.4rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .nav-info-50::-webkit-scrollbar {
    height: 2px;
}header .nav-info-50::-webkit-scrollbar-thumb {
    background: rgb(190,190,215);
    border-radius: 10px;
}header .head-main-73 {
    white-space: nowrap;
    font-size: calc(20px - 1px);
    padding: 0.3rem 0.5rem;
}
}



@media (max-width: 767px) {.title-board-97 .knowledge-learn-74 {
    height: 60vh;
}.title-board-97 .start-intro-57 {
    height: 60vh;
}.title-board-97 .text-dock-46 {
    width: 98%;
    max-width: 700px;
    padding-bottom: 40px;
}.title-board-97 .text-dock-46 .container {
    padding: 1.8rem;
}.title-board-97 .text-dock-46 h1 {
    font-size: calc(39px * 0.85);
    border-left-width: 3px;
    padding-left: 12px;
}.title-board-97 .text-dock-46 h3 {
    font-size: calc(19px * 0.85);
    margin-bottom: 1.2rem;
}.title-board-97 .text-dock-46 p {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.title-board-97 .tech-track-27 {
    gap: 10px;
    left: 25px;
    bottom: 20px;
}.title-board-97 .tech-track-27 label {
    width: 10px;
    height: 10px;
}
}



@media (max-width: 480px) {.title-board-97 .text-dock-46 .container {
    padding: 1rem;
}.title-board-97 .text-dock-46 h1 {
    border-left-width: 2px;
    padding-left: 10px;
}
}



@media (max-height: 700px) and (min-width: 576px) {.title-board-97 .knowledge-learn-74 {
    height: 85vh;
}.title-board-97 .start-intro-57 {
    height: 85vh;
}.title-board-97 .text-dock-46 {
    padding-bottom: 80px;
}
}



@media (max-height: 600px) and (min-width: 576px) {.title-board-97 .knowledge-learn-74 {
    height: 90vh;
}.title-board-97 .start-intro-57 {
    height: 90vh;
}.title-board-97 .text-dock-46 {
    padding-bottom: 70px;
}
}



@media (orientation: landscape) and (max-height: 500px) and (min-width: 576px) {.title-board-97 .knowledge-learn-74 {
    height: 100vh;
}.title-board-97 .start-intro-57 {
    height: 100vh;
}.title-board-97 .text-dock-46 {
    padding-bottom: 60px;
}}



@media (max-width: 480px) {.stay-updated-34 {
    padding: 3rem 1rem;
}.stay-updated-34 .connect-links-91 {
    padding: 2rem 1.5rem;
}.stay-updated-34 h3 {
    font-size: calc(20px * 0.8);
    margin-bottom: 1.5rem;
}.stay-updated-34 input[type="email"] {
    padding: 1rem;
}.stay-updated-34 input[type="submit"] {
    min-width: 100%;
    padding: 0.8rem 1.5rem;
}
}

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



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}



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



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



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



@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15px, -15px);
    }
}

@keyframes moveBlob1 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 60% 40% 70% 30% / 40% 50% 50% 60%;
        transform: translate(20px, 10px) scale(1.2);
    }
    66% {
        border-radius: 30% 70% 40% 60% / 60% 30% 70% 40%;
        transform: translate(-10px, 20px) scale(0.8);
    }
}

@keyframes waveMotion {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

@keyframes rotateGradient {
    0% {
        transform: scale(0.95) rotate(0deg);
    }
    100% {
        transform: scale(0.95) rotate(360deg);
    }
}

