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

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

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

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

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

.nav-base-02 {
    flex: 1 0 auto;
}


.who-we-are-23 {
    position: relative;
    overflow: hidden;
    background: rgb(222,222,236);
    padding: 90px 0;
}

.who-we-are-23 .container {
    z-index: 2;
    position: relative;
}

.who-we-are-23 h2 {
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    transform: translateX(-50%);
    background: #ffffff;
    display: inline-block;
    padding: 0 15px;
    left: 50%;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.who-we-are-23 .master-study-75 {
    position: relative;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.who-we-are-23 .master-study-75::after {
    width: 1px;
    top: 0;
    z-index: 1;
    position: absolute;
    left: 50%;
    content: "";
    background: rgb(190,190,215,0.5);
    transform: translateX(-50%);
    height: 100%;
}

.who-we-are-23 .learning-growth-62:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.who-we-are-23 .learning-growth-62:first-child {
    border-bottom: 3px solid rgb(190,190,215);
}

.who-we-are-23 .learning-growth-62 h3 {
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(190,190,215);
    display: inline-block;
    padding-bottom: 15px;
    font-size: 20px;
}

.who-we-are-23 .learning-growth-62 p {
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 15px;
    color: #000000;
}

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

.who-we-are-23 .container::after {
    position: absolute;
    z-index: -1;
    width: 150px;
    bottom: -70px;
    height: 150px;
    border-radius: 50%;
    opacity: 0.1;
    content: "";
    right: -70px;
    border: 30px solid rgb(157,156,188,0.5);
}

.course-offering-31::before {
    content: "";
    z-index: 1;
    background: linear-gradient(45deg, rgb(190,190,215,0.5) 0%, transparent 50%, rgb(157,156,188,0.5) 100%);
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
}

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

.course-offering-31 .text-dock-46 {
    display: grid;
    gap: 30px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.course-offering-31 .description {
    line-height: 1.8;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 11px;
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    font-size: 12px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}

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

.course-offering-31 .description:last-of-type::before {
    bottom: -10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    z-index: -1;
    right: -10px;
    position: absolute;
    background-color: rgb(157,156,188,0.5);
    content: "";
}

.course-offering-31 .img-horizontal-96::before {
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
}

.course-offering-31 .img-horizontal-96:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.give-it-a-try-12 {
    padding: 130px 0;
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgb(157,156,188,0.5) 100%);
    overflow: hidden;
    position: relative;
}

.give-it-a-try-12::before {
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    background: radial-gradient(
        ellipse at center,
        rgb(222,222,236) 0%,
        transparent 70%
    );
    width: 100%;
}

.give-it-a-try-12 .help-query-72 {
    font-size: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #000000;
    text-decoration: none;
    box-shadow: 
        5px 5px 0 rgb(190,190,215),
        10px 10px 0 rgb(157,156,188,0.5);
    transform: rotate(-2deg);
    transform-origin: center;
    z-index: 5;
    position: relative;
    font-weight: 600;
    background: #ffffff;
    padding: 20px 50px;
}

.give-it-a-try-12 .container p::before {
    content: '';
    z-index: -1;
    background: rgb(190,190,215);
    width: 40px;
    position: absolute;
    top: -5px;
    right: -5px;
    height: 40px;
}

.give-it-a-try-12 .help-query-72:hover::before {
    top: 8px;
    left: 8px;
}

.give-it-a-try-12::after {
    width: 400px;
    z-index: 1;
    position: absolute;
    transform: rotate(45deg);
    opacity: 0.1;
    top: -200px;
    background: rgb(190,190,215,0.5);
    right: -200px;
    height: 400px;
    border-radius: 0 50% 50% 50%;
    content: '';
}

.mentorship-experience-47 {
    position: relative;
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgba(245, 248, 250, 0.9) 100%);
    overflow: hidden;
    padding: 6rem 0;
}

.mentorship-experience-47::after {
    left: -10%;
    position: absolute;
    width: 30vw;
    transform: translateZ(0);
    bottom: -5%;
    height: 30vw;
    content: "";
    background: radial-gradient(circle, rgb(157,156,188,0.5) 0%, transparent 70%);
    opacity: 0.1;
}

.mentorship-experience-47 .learner-review-96 {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    padding: 2.5rem;
    gap: 2rem;
    transform: translateZ(0);
    display: grid;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(190,190,215), 0.03) inset;
    position: relative;
    grid-template-columns: 1fr;
}

.mentorship-experience-47 .img-horizontal-96::after {
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(190,190,215), 0.1) 100%);
}

.mentorship-experience-47 .name::after {
    background: linear-gradient(90deg, rgb(157,156,188) 0%, transparent 100%);
    height: 3px;
    content: "";
    bottom: -8px;
    transform-origin: left;
    transform: scaleX(0.8);
    position: absolute;
    transition: transform 0.4s ease;
    left: 0;
    width: 60%;
}

.mentorship-experience-47 .learner-review-96 > div:nth-child(2) > div {
    font-size: calc(13px - 0.1rem);
    margin-top: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.mentorship-experience-47 .career-projects-06::before {
    top: -2rem;
    font-family: serif;
    position: absolute;
    font-size: 6rem;
    left: -1rem;
    color: rgb(190,190,215,0.5);
    content: "";
    opacity: 0.15;
    z-index: -1;
}

.green-edu-18::after {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(190,190,215,0.5) 70%, transparent 100%);
    pointer-events: none;
    animation: shiftGradient 15s infinite linear;
    content: "";
}

footer .msg-support-48:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

footer .info_item {
    display: flex;
    align-items: center;
    flex: 1 1 220px;
}

footer .info_item svg {
    margin-right: 12px;
    filter: drop-shadow(0 0 3px rgb(190,190,215,0.5));
    height: 20px;
    fill: rgb(190,190,215);
    transition: transform 0.3s ease;
    width: 20px;
}

footer .info_item a:hover {
    color: rgb(190,190,215);
    text-shadow: 0 0 8px rgb(190,190,215,0.5);
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: grid;
    gap: 40px;
}

footer .nav-pagewrap-67 svg {
    filter: drop-shadow(0 0 5px rgb(190,190,215,0.5));
    margin-bottom: 10px;
    width: auto;
    height: 50px;
    transition: filter 0.3s ease;
}

footer .nav-info-50 {
    transition: box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    padding: 25px;
    border-radius: 14px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
}

footer .nav-info-50:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}



footer .nav-info-50 h5 {
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

footer .nav-info-50:hover h5::after {
    width: 100px;
}

footer .main-header-38 {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 25px;
}

footer .main-header-38 a::before {
    height: 6px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    left: 0;
    background-color: rgb(190,190,215);
    content: "";
    width: 6px;
    opacity: 0.7;
    transform: translateY(-50%) scale(0.8);
}

footer .subscribe_holder {
    border-radius: 14px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(157,156,188,0.5), #000000);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}



footer .subscribe_holder h5 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

footer .subscribe_holder h5::after {
    content: "";
    height: 2px;
    background: linear-gradient(90deg, rgb(190,190,215), transparent);
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
}

footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 14px 16px;
    border-radius: 10px;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .updates-header-98::before {
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

footer .updates-header-98:hover::before {
    left: 100%;
}

footer .med-guides-74 {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.price-pick-70 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(222,222,236), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    position: relative;
    padding: 5rem 1rem;
}

.price-pick-70 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1400px;
    position: relative;
}

.price-pick-70 .learning-fees-13 {
    gap: 3rem;
    display: flex;
    flex-direction: column;
}

.price-pick-70 .learning-package-07 h2 {
    font-size: 31px;
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
    color: #000000;
}

.price-pick-70 .learning-package-07 h2::after {
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(190,190,215), rgb(157,156,188));
    border-radius: 10px;
    left: 50%;
    position: absolute;
}

.price-pick-70 .rate-choices-37 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    display: block;
    color: #000000;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    border-radius: 14px;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    background: #ffffff;
    opacity: 0;
    transform: translateZ(0) scale(1);
}

.price-pick-70 .rate-choices-37:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}

.price-pick-70 .rate-choices-37:hover::before {
    transform: scaleX(1);
}

.price-pick-70 .class-deals-87 {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    padding: 2rem;
}

.price-pick-70 .rate-choices-37:hover .class-deals-87 h3 {
    color: rgb(190,190,215);
}

.price-pick-70 .fee-offers-27 {
    color: rgb(190,190,215);
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 2rem;
}

.price-pick-70 .rate-choices-37:hover .fee-offers-27 {
    transform: translateY(-3px);
}

.price-pick-70 .class-deals-87 p {
    margin: 0;
    overflow-wrap: break-word;
    color: #000000;
    flex-grow: 1;
    font-size: calc(14px - 2px);
    word-break: break-word;
    line-height: 1.6;
}

.price-pick-70 .img-horizontal-96::after {
    transition: opacity 0.5s ease;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    opacity: 0.7;
}

.contact-us-70::before {
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 20% 50%, rgb(190,190,215,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 30%, rgb(157,156,188,0.5) 0%, transparent 40%);
    opacity: 0.6;
}

.contact-us-70 .container {
    z-index: 2;
    max-width: 1200px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-us-70 .inquiry-card-73 {
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    z-index: 3;
    display: flex;
}

.contact-us-70 .inquiry-card-73::before {
    content: '';
    background: rgb(190,190,215,0.5);
    height: 150px;
    top: 0;
    border-radius: 50%;
    transform: translate(50%, -50%);
    opacity: 0.2;
    width: 150px;
    position: absolute;
    right: 0;
}

.contact-us-70 .request-box-72 {
    padding: 50px;
    position: relative;
    flex: 1;
}

.contact-us-70 form h3 {
    font-size: 21px;
    text-align: left;
    margin-bottom: 25px;
}

.contact-us-70 input[type="text"],
.contact-us-70 textarea {
    font-family: Arial, sans-serif;
    border: 2px solid rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease;
    background: #ffffff;
}

.contact-us-70 .support-reach-85 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-us-70 .support-reach-85 label::before {
    position: absolute;
    border-radius: 10px;
    left: 0;
    width: 20px;
    transition: all 0.3s ease;
    content: '';
    top: 2px;
    height: 20px;
    border: 2px solid rgb(190,190,215,0.5);
}

.contact-us-70 .support-reach-85 input[type="checkbox"]:checked + label::after {
    top: 6px;
    content: '';
    left: 7px;
    height: 10px;
    transform: rotate(45deg);
    width: 6px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    position: absolute;
}

.contact-us-70 .help-query-72::before {
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
    background: rgb(157,156,188);
    content: '';
}

.contact-us-70 .help-query-72:hover {
    box-shadow: 0 5px 15px rgb(190,190,215,0.5);
}

.contact-us-70 .query-map-51 {
    position: relative;
    width: 35%;
    background: linear-gradient(135deg, rgb(190,190,215), rgb(157,156,188));
    overflow: hidden;
    padding: 50px;
    color: #ffffff;
}

.contact-us-70 .query-map-51 h4 {
    margin-bottom: 30px;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 21px;
}

.contact-us-70 .query-map-51 h4::after {
    left: 0;
    content: '';
    bottom: -10px;
    width: 40px;
    background: #ffffff;
    height: 3px;
    position: absolute;
    border-radius: 3px;
}

.contact-us-70 .help-card-46 li {
    padding-bottom: 15px;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: flex-start;
    display: flex;
}

.contact-us-70 .help-card-46 svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.contact-us-70 .help-card-46 li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.contact-us-70 .help-card-46 a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}

.appContainer-52 {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgba(245, 245, 255, 0.95) 100%);
}

.appContainer-52::after {
    position: absolute;
    width: 35%;
    opacity: 0.3;
    left: -5%;
    z-index: 1;
    bottom: -15%;
    filter: blur(50px);
    height: 40%;
    content: '';
    background: linear-gradient(240deg, rgb(157,156,188,0.5) 0%, rgb(190,190,215,0.5) 100%);
    animation: float 18s ease-in-out infinite alternate-reverse;
}

.appContainer-52 h2 {
    animation: slideUp 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    margin-bottom: 3rem;
    opacity: 0;
    font-weight: 700;
    font-size: 29px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    transform: translateY(0);
    position: relative;
}

.appContainer-52 .knowledge-learn-74 {
    background: #ffffff;
    overflow: hidden;
    padding: 3rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.04);
    border-radius: 1rem;
    transform: translateY(30px);
    opacity: 0;
    position: relative;
    animation: fadeScale 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.appContainer-52 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.appContainer-52 li::before {
    background-color: rgb(190,190,215);
    top: 0.5rem;
    left: 0;
    border-radius: 50%;
    transform: scale(0);
    height: 0.5rem;
    animation: popIn 0.5s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 0.5rem;
    content: '';
    position: absolute;
}

.privacy-harbor-73 {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 50px;
    background: #ffffff;
    height: auto;
    width: 100%;
}

.privacy-harbor-73 h2 {
    margin-top: 0;
    border-left: 4px solid rgb(190,190,215);
    font-size: 33px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 15px;
    color: rgb(157,156,188);
}

.privacy-harbor-73 ul {
    list-style-type: square;
    padding-left: 20px;
    margin: 0;
}

.privacy-harbor-73 div {
    background: rgb(190,190,215,0.5);
    margin-bottom: 15px;
    font-size: 13px;
    padding: 15px;
    line-height: 1.8;
    color: #000000;
    border-radius: 27px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
}

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

header .head-learning-87 {
    padding: 0.9rem 3%;
    align-items: center;
    margin-left: 5px;
    display: flex;
    justify-content: space-between;
}

header .header-pagewrap-90:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

header .nav-info-50 {
    gap: 0.4rem;
    position: relative;
    padding: 0.4rem 0.6rem;
    background: rgba(255, 255, 255, 0.3);
    align-items: center;
    border-radius: 10px;
    display: flex;
}

header .head-main-73 {
    font-size: 20px;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    z-index: 1;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    padding: 0.4rem 0.7rem;
    font-family: Arial, sans-serif;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
}

header .head-main-73:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    color: #ffffff;
}

.title-board-97 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgb(222,222,236);
}

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

.title-board-97 .start-intro-57 {
    top: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 80vh;
    left: 0;
}

.title-board-97 .page-front-79 {
    width: 20%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.title-board-97 .page-front-79 img {
    transform: translateZ(0) scale(1.1);
    filter: brightness(0.8) contrast(1.1);
    will-change: transform;
    width: 100%;
    transition: transform 2s ease;
    object-fit: cover;
    height: 100%;
}

.title-board-97 .tech-track-27 {
    z-index: 10;
    display: flex;
    left: 40px;
    gap: 15px;
    position: absolute;
    bottom: 40px;
}

.title-board-97 .tech-track-27 label::before {
    border-radius: 50%;
    background: #ffffff;
    transition: transform 0.3s ease;
    inset: 2px;
    transform: scale(0);
    position: absolute;
    content: "";
}

.title-board-97 .text-dock-46 {
    position: absolute;
    width: 95%;
    max-width: 1000px;
    bottom: 0;
    right: 0;
    padding: 0 0 50px 0;
    z-index: 5;
}

.title-board-97 .text-dock-46 .container::before {
    bottom: 5px;
    left: 5px;
    z-index: -1;
    position: absolute;
    right: 5px;
    content: "";
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
    top: 5px;
    background: #ffffff;
}

.title-board-97 .text-dock-46 h3 {
    margin-bottom: 1.8rem;
    font-weight: 600;
    color: rgb(157,156,188);
    font-size: 19px;
}

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

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

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

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

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

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

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

.stay-updated-34 {
    overflow: hidden;
    padding: 5rem 2rem;
    background: rgb(222,222,236);
    position: relative;
}

.stay-updated-34::before {
    opacity: 0.5;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background:
        radial-gradient(circle at 10% 20%, rgb(190,190,215,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(157,156,188,0.5) 0%, transparent 35%);
}

.stay-updated-34 .knowledge-learn-74 {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}

.stay-updated-34 .connect-links-91 {
    background: #ffffff;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    border-radius: 14px;
    padding: 3.5rem 3rem;
}

.stay-updated-34 .connect-links-91::before {
    animation: moveBlob1 20s infinite alternate ease-in-out;
    top: -40px;
    height: 120px;
    background: rgb(190,190,215);
    opacity: 0.2;
    border-radius: 50%;
    width: 120px;
    position: absolute;
    content: "";
    right: -40px;
}



.stay-updated-34 h3 {
    padding-bottom: 15px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    overflow: hidden;
    margin-bottom: 2.5rem;
    position: relative;
    font-size: 20px;
}



.stay-updated-34 .input_holder {
    position: relative;
    gap: 2rem;
    display: flex;
    flex-direction: column;
}

.stay-updated-34 input[type="email"] {
    font-size: 17px;
    color: #000000;
    background: rgb(222,222,236);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50px;
    padding: 1.2rem 1.5rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

.stay-updated-34 input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}

.stay-updated-34 input[type="submit"]::before {
    left: -10px;
    transform: scale(0.95);
    z-index: -1;
    bottom: -10px;
    opacity: 0;
    position: absolute;
    right: -10px;
    content: "";
    border-radius: 50px;
    top: -10px;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(157,156,188) 0%, rgb(190,190,215) 100%);
}

.stay-updated-34 input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}



.stay-updated-34 .input_holder::before {
    position: absolute;
    right: 5%;
    animation: floatBubble 6s infinite alternate ease-in-out;
    background: rgb(190,190,215,0.5);
    top: 15%;
    border-radius: 50%;
    opacity: 0.3;
    width: 20px;
    content: "";
    height: 20px;
}


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



@media screen and (max-width: 991px) {.who-we-are-23 {
    padding: 70px 0;
}.who-we-are-23 h2 {
    margin-bottom: 40px;
}.who-we-are-23 .master-study-75 {
    gap: 25px;
    grid-template-columns: 1fr;
}.who-we-are-23 .master-study-75::before,
    .who-we-are-23 .master-study-75::after {
    display: none;
}.who-we-are-23 .learning-growth-62 {
    padding: 30px;
}
}



@media screen and (max-width: 575px) {.who-we-are-23 {
    padding: 50px 0;
}.who-we-are-23 h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.who-we-are-23 .learning-growth-62 {
    padding: 20px;
}.who-we-are-23 .learning-growth-62 h3 {
    font-size: calc(20px * 0.85);
    padding-bottom: 10px;
    margin-bottom: 12px;
}.who-we-are-23 .learning-growth-62 p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.who-we-are-23 .learning-growth-62:first-child::before,
    .who-we-are-23 .learning-growth-62:last-child::before {
    top: 10px;
    font-size: 50px;
    right: 10px;
}.who-we-are-23 .container::before,
    .who-we-are-23 .container::after {
    height: 100px;
    border-width: 20px;
    width: 100px;
}}



@media screen and (max-width: 480px) {.course-offering-31 {
    padding: 40px 0;
}.course-offering-31 .learn-work-24 {
    gap: 30px;
}.course-offering-31 .text-dock-46 h2 {
    padding-left: 15px;
    font-size: calc(30px * 0.8);
}.course-offering-31 .description {
    font-size: calc(12px * 0.95);
    padding: 20px;
}.course-offering-31 .img-horizontal-96 {
    transform: perspective(1000px) rotateX(0deg);
    margin: 20px 0;
    height: 250px;
}}



@media (max-width: 480px) {.give-it-a-try-12 {
    padding: 60px 0;
}.give-it-a-try-12 .container p {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 95%, 
            95% 100%, 
            0% 100%
        );
    box-shadow: 
            0 8px 20px rgba(0, 0, 0, 0.1),
            8px 8px 0 rgb(190,190,215,0.5);
    margin-bottom: 50px;
    font-size: calc(17px * 1.2);
    padding: 25px;
}.give-it-a-try-12 .help-query-72 {
    transform: rotate(0);
    font-size: calc(20px * 0.9);
    box-shadow: 
            3px 3px 0 rgb(190,190,215),
            6px 6px 0 rgb(157,156,188,0.5);
    padding: 12px 30px;
}.give-it-a-try-12 .help-query-72::before {
    top: 3px;
    left: 3px;
}.give-it-a-try-12 .help-query-72:hover {
    transform: scale(1.03);
    box-shadow: 
            5px 5px 0 rgb(190,190,215),
            10px 10px 0 rgb(157,156,188,0.5);
}.give-it-a-try-12 .help-query-72:hover::before {
    top: 5px;
    left: 5px;
}}



@media (min-width: 1024px) {.mentorship-experience-47 .learner-review-96 {
    grid-template-columns: auto 1fr;
    padding: 4rem;
    gap: 3rem 4rem;
}.mentorship-experience-47 .img-horizontal-96 {
    width: 300px;
    transform: rotate(-3deg) translateZ(0);
    height: 300px;
}.mentorship-experience-47 .name {
    font-size: calc(21px + 0.4rem);
}.mentorship-experience-47 .name::after {
    height: 4px;
}.mentorship-experience-47 .career-projects-06 {
    line-height: 1.7;
    font-size: calc(13px + 0.1rem);
}.mentorship-experience-47 .learner-review-96 > div:nth-child(2) > div {
    font-size: 13px;
}
}



@media (min-width: 992px) {footer .qna-board-01 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .msg-support-48 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}footer .info_item {
    flex: 0 1 auto;
}
}



@media (max-width: 576px) {footer .green-edu-18 {
    padding: 40px 0 20px;
}footer .msg-support-48, footer .nav-info-50, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .updates-header-98 {
    padding: 12px;
}footer .nav-pagewrap-67 svg {
    height: 40px;
}footer .edu-global-72 {
    font-size: calc(14px - 1px);
}}



@media (min-width: 768px) {.price-pick-70 {
    padding: 7rem 2rem;
}.price-pick-70 .learning-fees-13 {
    align-items: flex-start;
    flex-direction: row;
}.price-pick-70 .learning-package-07 {
    flex-direction: column;
    order: 0;
    flex: 0 0 30%;
    justify-content: center;
    padding-right: 2rem;
    margin: 0;
    display: flex;
    text-align: left;
}.price-pick-70 .learning-package-07 h2 {
    text-align: left;
}.price-pick-70 .learning-package-07 h2::after {
    left: 0;
    transform: none;
}.price-pick-70 .price-tiers-84 {
    max-width: 100%;
    margin: 0;
}.price-pick-70 .price-plan-20 {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}



@media (max-width: 768px) {.contact-us-70 {
    padding: 60px 0;
}.contact-us-70 .img-horizontal-96 {
    display: none;
}.contact-us-70 h3 {
    font-size: calc(35px * 0.9);
}.contact-us-70 .request-box-72,
    .contact-us-70 .query-map-51 {
    padding: 40px 30px;
}.contact-us-70 form h3,
    .contact-us-70 .query-map-51 h4 {
    font-size: calc(21px * 0.9);
}
}



@media (max-width: 992px) {.appContainer-52 {
    padding: 5rem 0;
}.appContainer-52 h2 {
    font-size: calc(29px * 0.85);
    margin-bottom: 2.5rem;
}.appContainer-52 .knowledge-learn-74 {
    padding: 2.5rem 2rem;
}
}



@media (max-width: 768px) {.appContainer-52 {
    padding: 4rem 0;
}.appContainer-52::before,
    .appContainer-52::after {
    height: 30%;
    width: 50%;
}.appContainer-52 .container {
    transform: perspective(1000px) rotateX(1deg);
    padding: 0 1.5rem;
}.appContainer-52 h2 {
    font-size: calc(29px * 0.75);
    margin-bottom: 2rem;
}.appContainer-52 h2::after {
    height: 3px;
    width: 8rem;
}.appContainer-52 .knowledge-learn-74 {
    padding: 2rem 1.5rem;
}.appContainer-52 li span {
    font-size: 14px;
    line-height: 1.7;
}
}


@media only screen and (max-width: 800px) {.privacy-harbor-73 {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
}.privacy-harbor-73 h1 {
    margin-bottom: 15px;
    font-size: calc(21px - 4px);
}.privacy-harbor-73 h2 {
    font-size: calc(21px - 2px);
    margin-bottom: 10px;
}.privacy-harbor-73 ul {
    padding-left: 15px;
}.privacy-harbor-73 li {
    padding: 8px;
    margin-bottom: 8px;
}.privacy-harbor-73 div {
    padding: 10px;
}}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .head-learning-87 {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .header-pagewrap-90 svg {
    width: 110px;
}header .nav-info-50 {
    padding: 0.3rem;
}header .head-main-73 {
    font-size: calc(20px - 2px);
    padding: 0.3rem 0.4rem;
}}



@media (max-width: 1199px) {.title-board-97 .text-dock-46 {
    max-width: 900px;
    width: 95%;
    padding-bottom: 70px;
}.title-board-97 .text-dock-46 .container {
    padding: 2rem;
}
}



@media (max-width: 991px) {.title-board-97 .knowledge-learn-74 {
    height: 70vh;
}.title-board-97 .start-intro-57 {
    height: 70vh;
}.title-board-97 .text-dock-46 {
    max-width: 900px;
    padding-bottom: 40px;
    width: 98%;
}.title-board-97 .text-dock-46 .container {
    padding: 2.2rem;
}.title-board-97 .text-dock-46 h1 {
    font-size: calc(39px * 0.9);
}.title-board-97 .text-dock-46 h3 {
    font-size: calc(19px * 0.9);
}.title-board-97 .tech-track-27 {
    left: 30px;
    gap: 12px;
    bottom: 25px;
}.title-board-97 .tech-track-27 label {
    height: 12px;
    width: 12px;
}
}



@media (max-width: 575px) {.title-board-97 .knowledge-learn-74 {
    display: flex;
    flex-direction: column;
    height: 90vh;
}.title-board-97 .start-intro-57 {
    position: relative;
    height: 50%;
}.title-board-97 .text-dock-46 {
    padding: 0.5rem;
    max-width: 100%;
    position: relative;
    height: 50%;
    width: 100%;
}.title-board-97 .text-dock-46 .container {
    clip-path: none;
    height: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}.title-board-97 .text-dock-46 .container::before {
    clip-path: none;
}.title-board-97 .text-dock-46 h1 {
    margin-bottom: 0.6rem;
    font-size: calc(39px * 0.8);
}.title-board-97 .text-dock-46 h3 {
    font-size: calc(17px * 1.1);
    margin-bottom: 1rem;
}.title-board-97 .text-dock-46 p {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.title-board-97 .tech-track-27 {
    flex-direction: row;
    left: 50%;
    gap: 8px;
    bottom: 15px;
    transform: translateX(-50%);
}.title-board-97 .tech-track-27 label {
    height: 8px;
    width: 8px;
}
}



@media (max-width: 768px) {.stay-updated-34 {
    padding: 4rem 1.5rem;
}.stay-updated-34 .connect-links-91 {
    padding: 2.5rem 2rem;
}.stay-updated-34 .connect-links-91::before,
    .stay-updated-34 .connect-links-91::after {
    display: none;
}.stay-updated-34 h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 2rem;
}
}



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



@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

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

@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}



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



@keyframes fadeScale {
    from {
        transform: translateY(30px) scale(0.98);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}



@keyframes popIn {
    from {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}



@keyframes pulseGlow {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 5px 1px rgb(190,190,215,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 12px 3px rgb(190,190,215,0.5);
    }
}



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



@keyframes floatBubble {
    0%, 100% {
        transform: translate(0, 0);
    }
    33% {
        transform: translate(10px, -10px);
    }
    66% {
        transform: translate(-10px, 10px);
    }
}

