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

.nav-mainwrap-3 {
    flex: 1 0 auto;
}

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

.student-aid-5 {
    flex: 0 0 auto;
}

.student-aid-5 {
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: #ffffff;
    padding: 80px 0 30px;
    position: relative;
}


.check-it-out-now-9 {
    background-color: rgb(225,233,225);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 100px 0;
}

.check-it-out-now-9::after {
    background-position: 0 0, 25px 25px;
    width: 100%;
    top: 0;
    background-size: 30px 30px, 50px 50px;
    left: 0;
    opacity: 0.06;
    animation: bgPulse 10s ease-in-out infinite alternate;
    z-index: -1;
    content: '';
    height: 100%;
    position: absolute;
    background-image: 
        radial-gradient(rgb(191,208,191,0.5) 1px, transparent 2px),
        radial-gradient(rgb(152,173,152,0.5) 1px, transparent 2px);
}



.check-it-out-now-9::after {
    animation: 
        bgPulse 10s ease-in-out infinite alternate,
        moveBackground 30s linear infinite;
}

.check-it-out-now-9 .training-space-0:hover {
    box-shadow: 
        15px 15px 50px rgba(0, 0, 0, 0.07),
        -15px -15px 50px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(255, 255, 255, 0.6),
        inset -3px -3px 6px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

.check-it-out-now-9 h3::before {
    content: '';
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(191,208,191);
    position: absolute;
    left: -20px;
    width: 10px;
    height: 10px;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
}

.check-it-out-now-9 .contact-map-8 {
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background: rgb(225,233,225);
    color: #000000;
    overflow: hidden;
    padding: 16px 40px;
    display: inline-block;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.1),
        -8px -8px 20px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.check-it-out-now-9 .contact-map-8:hover::before {
    opacity: 0.2;
}

.check-it-out-now-9 .contact-map-8:active {
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
    transform: translateY(0);
}

.check-it-out-now-9 .training-space-0::after {
    width: 150px;
    height: 150px;
    right: -30px;
    animation: pulse 8s ease-in-out 2s infinite alternate;
    bottom: -30px;
    background: linear-gradient(135deg, rgb(152,173,152), rgb(191,208,191));
}

.check-it-out-now-9 .training-space-0::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(191,208,191,0.5), 
        rgb(152,173,152,0.5), 
        rgb(191,208,191,0.5), 
        transparent
    );
    width: calc(100% - 40px);
    position: absolute;
    opacity: 0.3;
    height: 1px;
    content: '';
    bottom: 20px;
    left: 20px;
}

.check-it-out-now-9:hover .training-space-0::before {
    opacity: 0.05;
    background-size: 40px 100%;
}

.contact-panel-9::before {
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(191,208,191,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(152,173,152,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
    opacity: 0.2;
    content: '';
}

.contact-panel-9 .img-rounded-box-3::after {
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgb(191,208,191,0.5), transparent 70%);
    content: '';
    left: 0;
    height: 100%;
    border-radius: 100px 0 0 100px;
    width: 100%;
}

.contact-panel-9 h3 {
    font-size: 36px;
    color: #000000;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}

.contact-panel-9 .inquiry-form-3::before {
    opacity: 0.05;
    border-radius: 50%;
    position: absolute;
    left: -100px;
    background: rgb(191,208,191,0.5);
    content: '';
    top: -100px;
    width: 200px;
    height: 200px;
}

.contact-panel-9 .message-links-1 {
    padding: 50px;
    width: 60%;
    position: relative;
}

.contact-panel-9 form h3 {
    font-size: 23px;
    color: rgb(191,208,191);
    text-align: left;
    margin-bottom: 30px;
}

.contact-panel-9 input[type="text"]:focus,
.contact-panel-9 textarea:focus {
    outline: none;
    box-shadow: 0 0 15px rgb(191,208,191,0.5);
    background: rgba(255, 255, 255, 1);
    border-color: rgb(191,208,191,0.5);
}

.contact-panel-9 textarea {
    border-radius: 20px;
    resize: none;
    height: 140px;
}

.contact-panel-9 .contact-query-0 {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.contact-panel-9 .contact-query-0 label {
    cursor: pointer;
    padding-left: 35px;
    font-size: 13px;
    position: relative;
    color: #000000;
    line-height: 1.6;
}

.contact-panel-9 .contact-query-0 input[type="checkbox"]:checked + label::before {
    background: rgb(191,208,191);
    border-color: rgb(191,208,191);
}

.contact-panel-9 .contact-query-0 a {
    color: rgb(191,208,191);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-panel-9 .contact-query-0 a:hover {
    color: rgb(152,173,152);
}

.contact-panel-9 .inquiry-map-3 {
    background: rgb(191,208,191);
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 15px;
    z-index: 1;
    border: none;
    font-family: Arial, sans-serif;
    padding: 15px 40px;
    font-weight: 600;
    position: relative;
    border-radius: 50px;
}

.contact-panel-9 .inquiry-map-3:hover::before {
    transform: translateY(0);
}

.contact-panel-9 .reach-box-9 {
    justify-content: center;
    top: 50%;
    padding: 50px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    display: flex;
    position: absolute;
    right: 0;
    flex-direction: column;
    border-radius: 70px 0 0 70px;
    transform: translateY(-50%);
    z-index: 3;
    width: 40%;
    background: linear-gradient(135deg, rgb(191,208,191), rgb(152,173,152));
}

.contact-panel-9 .reach-box-9 h4::after {
    bottom: -10px;
    border-radius: 3px;
    content: '';
    width: 40px;
    position: absolute;
    left: 0;
    background: #ffffff;
    height: 3px;
}

.contact-panel-9 .connect-links-1 li {
    align-items: flex-start;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 5px;
    display: flex;
}

.contact-panel-9 .connect-links-1 li:hover svg {
    transform: scale(1.2);
}

.contact-panel-9 .connect-links-1 svg path {
    fill: #ffffff;
}

.contact-panel-9 .connect-links-1 a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}

.contact-panel-9 .connect-links-1 a:hover {
    opacity: 0.8;
}

.our-story-9::before {
    z-index: 1;
    left: 0;
    top: 0;
    background-size: 20px 100%, 20px 100%, 20px 100%;
    height: 100%;
    content: "";
    opacity: 0.05;
    background: 
        linear-gradient(90deg, rgb(225,233,225) 10px, transparent 10px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(90deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    width: 100%;
    position: absolute;
}

.our-story-9 .container {
    z-index: 5;
    position: relative;
}

.our-story-9 h2::before {
    height: 2px;
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    background-color: rgb(191,208,191);
    width: 50px;
    content: "";
    left: 50%;
}

.our-story-9 .virtual-classes-4 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    padding: 40px;
    border-radius: 30px;
    overflow: hidden;
    border-top: 3px solid transparent;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.our-story-9 .virtual-classes-4 h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}

.our-story-9 .virtual-classes-4 h3::after {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    bottom: -5px;
    background-color: currentColor;
    left: 0;
}

.our-story-9 .virtual-classes-4::after {
    bottom: -5px;
    transition: all 0.3s ease;
    right: -5px;
    border-bottom: 2px solid rgb(191,208,191);
    border-right: 2px solid rgb(191,208,191);
    content: "";
    height: 10px;
    width: 10px;
    opacity: 0;
    position: absolute;
}

.our-story-9 .virtual-classes-4:hover::before,
.our-story-9 .virtual-classes-4:hover::after {
    opacity: 1;
    height: 25px;
    width: 25px;
}

.our-story-9 .container::after {
    z-index: 0;
    border-radius: 50%;
    opacity: 0.2;
    position: absolute;
    bottom: -70px;
    width: 140px;
    border: 15px solid rgb(152,173,152,0.5);
    height: 140px;
    right: -70px;
    content: "";
}

.aspiring-learners-3::before {
    width: 60%;
    background-position: 0 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(rgb(191,208,191,0.5) 20%, transparent 20%);
    position: absolute;
    background-size: 20px 20px;
    content: "";
    z-index: 1;
    opacity: 0.3;
    height: 60%;
}

.aspiring-learners-3 h4 {
    text-align: center;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 38px;
    transition: transform 0.5s ease;
    position: relative;
    color: rgb(191,208,191);
}

.aspiring-learners-3 div > div {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    display: grid;
    padding: 0 20px;
}

.aspiring-learners-3 p {
    align-items: center;
    margin: 0;
    display: flex;
    background: #ffffff;
    position: relative;
    z-index: 1;
    font-size: 13px;
    height: 200px;
    text-align: center;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    color: #000000;
    transition: all 0.3s ease;
}

.aspiring-learners-3 p:hover {
    color: #000000;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.aspiring-learners-3 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,208,191);
}

.aspiring-learners-3 p span {
    width: 100%;
    margin-top: 50px;
    display: block;
}

.aspiring-learners-3 p:hover svg path {
    fill: rgb(152,173,152);
}



.aspiring-learners-3 .training-space-0 > div p {
    animation: fadeScale 0.5s ease forwards;
    opacity: 0;
}

.aspiring-learners-3 .training-space-0 > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.aspiring-learners-3 .training-space-0 > div p:nth-child(2) {
    animation-delay: 0.2s;
}

.aspiring-learners-3 .training-space-0 > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.aspiring-learners-3 .training-space-0 > div p:nth-child(5) {
    animation-delay: 0.5s;
}

.title-screen-9 {
    min-height: 100vh;
    justify-content: center;
    position: relative;
    background: rgb(225,233,225);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.title-screen-9 .study-tech-1::before {
    content: '';
    z-index: 1;
    right: 0;
    left: 0;
    position: absolute;
    backdrop-filter: blur(8px);
    bottom: 0;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
    top: 0;
}

.title-screen-9 .study-tech-1::before {
    transition: all 0.5s ease;
}



.title-screen-9 .study-tech-1 span {
    border-radius: 0.3rem;
    z-index: 10;
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: linear-gradient(
    120deg,
    rgb(152,173,152) 0%,
    rgb(191,208,191) 100%
  );
    max-width: 90%;
    margin-bottom: 2rem;
    position: relative;
    transform: translateZ(20px);
    box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.2),
    0 0 0 2px rgba(255, 255, 255, 0.1);
}

.title-screen-9 .study-tech-1 h1 {
    animation: titleGlow 8s infinite alternate ease-in-out;
    -webkit-background-clip: text !important;
    transform: translateZ(30px);
    font-weight: 700;
    margin-bottom: 2rem;
    z-index: 10;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px;
    font-size: calc(40px * 1.2);
    background: linear-gradient(
    to right,
    #ffffff 30%,
    rgb(152,173,152) 100%
  );
    color: #ffffff;
    text-shadow: 
    0 2px 5px rgba(0, 0, 0, 0.4),
    0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}



.title-screen-9 .study-tech-1 p {
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
    font-size: calc(12px * 1.1);
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.title-screen-9 .study-tech-1:hover::before {
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

.mentorship-experience-6 {
    position: relative;
    background: radial-gradient(circle at 70% 30%, rgb(191,208,191,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(152,173,152,0.5) 0%, transparent 40%), 
              #000000;
    overflow: hidden;
    padding: 7rem 2rem;
}

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

.mentorship-experience-6 .review-voices-0 {
    grid-template-rows: auto auto auto;
    gap: 0;
    display: grid;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    grid-template-columns: 1fr 1fr;
}

.mentorship-experience-6 .review-voices-0 .img-rounded-box-3 {
    grid-column: 1 / 2;
    min-height: 500px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    transition: all 0.5s ease;
    position: relative;
    border-radius: 0;
    transform: scale(1.05) translateX(-5%);
    grid-row: 1 / 4;
    z-index: 1;
    box-shadow: 0 0 30px rgb(191,208,191,0.5);
}

.mentorship-experience-6 .review-voices-0 span:not(.name) {
    padding: 0 2rem 1rem 3rem;
    grid-column: 2 / 3;
    color: rgb(152,173,152);
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    grid-row: 2 / 3;
    font-size: 19px;
    text-transform: uppercase;
    z-index: 2;
}

.mentorship-experience-6 .review-voices-0 .experience-tasks-5 {
    backdrop-filter: blur(5px);
    border-radius: 0 10px 0 0;
    line-height: 1.7;
    margin-right: 1.5rem;
    position: relative;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    color: #ffffff;
    padding: 2rem 2rem 2.5rem 3rem;
    grid-column: 2 / 3;
    font-size: 13px;
    border-top: 1px solid rgb(152,173,152,0.5);
    grid-row: 3 / 4;
    z-index: 2;
}

footer .learn-talk-7 {
    overflow: hidden;
    justify-content: space-between;
    position: relative;
    height: 100px;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 70px;
}

footer .info_item:last-child {
    margin-right: 0;
}

footer .info_item:hover {
    flex: 1.5;
    background-color: rgb(191,208,191);
}

footer .info_item::after {
    right: 0;
    position: absolute;
    width: 1px;
    top: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    height: 100%;
}

footer .info_item p,
footer .info_item a {
    position: relative;
    text-overflow: ellipsis;
    color: #ffffff;
    font-size: 13px;
    z-index: 2;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}

footer .info_item:hover::before {
    opacity: 1;
}

footer .text_main_holder {
    overflow-x: auto;
    margin: 0 -20px;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    gap: 0;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

footer .main-master-3 svg {
    margin-bottom: 30px;
    width: auto;
    height: 50px;
}

footer .contact-edu-4 {
    font-size: 15px;
    line-height: 1.6;
    max-width: 300px;
    color: #000000;
}

footer .nav-mainbar-5 {
    display: flex;
    color: #ffffff;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(152,173,152,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(191,208,191,0.5) 0%, transparent 40%);
    justify-content: center;
    flex-direction: column;
    background-color: rgb(152,173,152);
    overflow: hidden;
    position: relative;
}

footer .nav-mainbar-5 h5 {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
}

footer .main-learning-0 {
    overflow: hidden;
    margin-bottom: 20px;
    max-height: 280px;
    position: relative;
    height: auto;
}

footer .main-learning-0 a:hover {
    border-bottom-color: rgb(191,208,191);
    padding-left: 10px;
    color: #ffffff;
}

footer .subscribe_holder {
    flex-direction: column;
    display: flex;
    background-color: rgb(191,208,191);
    color: #ffffff;
    justify-content: center;
}

footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}

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

footer .sub-typography-2:hover {
    background-color: rgb(152,173,152,0.5);
}

footer .reg-remind-1 {
    position: relative;
    padding-top: 20px;
    margin-top: 40px;
}

footer .reg-remind-1::before {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    content: "";
    left: 20%;
    top: 0;
    right: 20%;
    height: 1px;
}

.plan-chooser-5::before {
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(191,208,191), 0.03) 40px, rgba(rgb(191,208,191), 0.03) 80px);
    pointer-events: none;
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
}

.plan-chooser-5 .promo-plans-6 {
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    padding: 2rem;
    margin: 0 auto;
    transform: translateY(0);
    background: rgba(#ffffff, 0.9);
}

.plan-chooser-5 .promo-plans-6:hover h2::after {
    transform: scaleX(1.5);
}

.plan-chooser-5 .fee-offers-7 {
    line-height: 1.6;
    max-width: 100%;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 18px;
    margin-top: 1.5rem;
}

.plan-chooser-5 .discount-price-2 {
    display: block;
    overflow: hidden;
    height: 100%;
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.plan-chooser-5 .discount-price-2:hover .pricing-tiers-2 {
    box-shadow: 0 15px 35px rgba(rgb(191,208,191,0.5), 0.15);
}

.plan-chooser-5 .learning-package-3 {
    display: flex;
    flex-grow: 1;
    padding: 2rem;
    flex-direction: column;
    min-height: 280px;
}

.plan-chooser-5 .basic-rates-0 {
    font-size: calc(18px + 0.3rem);
    position: relative;
    margin: 0.5rem 0 1.25rem;
    font-weight: 700;
    display: block;
    color: rgb(191,208,191);
}

.plan-chooser-5 .learning-package-3 p {
    word-break: break-word;
    line-height: 1.6;
    flex-grow: 1;
    margin-top: 1.5rem;
    overflow-wrap: break-word;
    font-size: 18px;
    color: #000000;
}

.plan-chooser-5 .img-rounded-box-3::after {
    height: 100%;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
}

header .top-main-6 {
    grid-template-rows: auto auto;
    position: relative;
    padding: 20px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 15px;
}

header .top-main-6::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(191,208,191,0.5), transparent);
    height: 1px;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
}

header .top-main-6 .main-master-3::after {
    border-right: 2px solid rgb(152,173,152);
    right: -5px;
    border-bottom: 2px solid rgb(152,173,152);
    bottom: -5px;
    transition: transform 0.3s ease;
    transform-origin: bottom right;
    transform: scale(0);
}

header .top-main-6 .main-master-3:hover::before,
header .top-main-6 .main-master-3:hover::after {
    transform: scale(1);
}

header .top-main-6 .main-master-3 .head-guide-4 {
    transition: transform 0.3s ease;
    display: block;
}

header .top-main-6 .nav-mainbar-5 {
    padding: 20px 0 10px;
    display: flex;
    list-style: none;
    justify-content: center;
    background: linear-gradient(180deg, transparent, rgb(152,173,152) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    flex-wrap: wrap;
    position: relative;
    margin: 0;
}

header .top-main-6 .nav-mainbar-5 .first-section-3 {
    margin: 0;
    padding: 0 15px;
    transition: transform 0.3s ease;
    position: relative;
}

header .top-main-6 .nav-mainbar-5 .first-section-3:hover {
    transform: translateY(-3px);
}

header .top-main-6 .nav-mainbar-5 .first-section-3 a {
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-size: 13px;
    color: #000000;
    text-align: center;
    padding: 10px 5px;
    display: block;
    font-weight: 600;
    position: relative;
}

header .top-main-6 .nav-mainbar-5 .first-section-3 a:hover::before {
    transform: scaleX(1);
}

.training-results-2::before {
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(191,208,191,0.5),
        transparent 2px,
        transparent 10px,
        rgb(191,208,191,0.5) 12px
    );
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
    opacity: 0.05;
    top: 0;
}

.training-results-2 .container {
    flex-direction: column;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    display: flex;
}

.training-results-2 .img-rounded-box-3:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.training-results-2 .training-space-0 {
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: translateY(-30px);
    background: #ffffff;
}

.training-results-2 .training-space-0:hover .text-unit-0::before {
    transform: scaleX(1.2);
}

.training-results-2 h1 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    line-height: 1.3;
    font-size: 35px;
    position: relative;
}

.training-results-2 li {
    transition: transform 0.3s ease-out;
    padding-left: 2.5rem;
    position: relative;
}

.training-results-2 li p {
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.training-results-2 li:hover svg {
    transform: translateY(0) scale(1.1);
}

.training-results-2 svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,208,191);
}

.confidential-nest-9 {
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    overflow: hidden;
    max-width: 1200px;
    font-family: Arial, sans-serif;
    width: 90%;
    color: #000000;
    background: #ffffff;
    position: relative;
}

.confidential-nest-9 h1 {
    position: relative;
    margin-top: 20px;
    font-weight: 700;
    font-size: 39px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(191,208,191);
    letter-spacing: 2px;
    color: #000000;
    z-index: 1;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.confidential-nest-9 ul, .confidential-nest-9 ol {
    margin-bottom: 20px;
    padding-left: 0;
    position: relative;
    z-index: 1;
    list-style: none;
}

.confidential-nest-9 li:before {
    left: 0;
    content: counter(list-counter, decimal-leading-zero);
    position: absolute;
    font-weight: 700;
    font-size: 20px;
    top: 0;
    color: rgb(191,208,191);
}

.confidential-nest-9 .container {
    position: relative;
    z-index: 1;
}

.confidential-nest-9 h3, .confidential-nest-9 h4, .confidential-nest-9 h5, .confidential-nest-9 h6 {
    font-size: 22px;
    margin-top: 20px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    color: rgb(191,208,191);
    z-index: 1;
    font-weight: 600;
}

.confidential-nest-9 a:hover {
    border-bottom: 1px solid rgb(191,208,191);
    color: rgb(191,208,191);
}

.confidential-nest-9 button {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 1;
    background: rgb(191,208,191);
    border-radius: 10px;
    border: none;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    padding: 15px 30px;
}

.user-safety-5 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.privacy-ctrl-6 {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookies-overview-0 {
    font-size: 24px;
    flex-shrink: 0;
    color: rgb(191,208,191);
    text-decoration: none;
    cursor: pointer;
    border-bottom: 2px solid rgb(191,208,191);
    white-space: nowrap;
    min-width: 120px;
    line-height: 35px;
    text-align: center;
    margin-left: 10px;
}


.panel-container-0 .user-safety-5 {
    justify-content: flex-end;
}

.panel-container-0 .data-control-6 {
    text-align: right;
}

.course-program-info-8 {
    overflow: hidden;
    position: relative;
    background-color: rgb(225,233,225);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.course-program-info-8 .knowledge-base-0 {
    width: 500%;
    animation: slide-show 35s ease-in-out infinite;
    height: 100%;
    display: flex;
}

.course-program-info-8 .learn-plan-2 img {
    transform-origin: center;
    filter: brightness(0.8) saturate(1.3);
    object-fit: cover;
    animation: zoom-flow 20s ease-in-out infinite alternate;
    height: 100%;
    width: 100%;
}

.course-program-info-8 .learn-plan-2::after {
    mix-blend-mode: overlay;
    position: absolute;
    opacity: 0.3;
    content: '';
    inset: 0;
    z-index: 3;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(191,208,191,0.5) 0px,
            rgb(191,208,191,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    animation: slide-pattern 15s linear infinite;
}

.course-program-info-8 .training-space-0 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    margin-left: 0;
    border-radius: 18px;
    padding: 0.5rem;
    max-width: 600px;
    position: relative;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgb(191,208,191,0.5) 0%,
        rgb(152,173,152,0.5) 100%
    );
    backdrop-filter: blur(8px);
}

.course-program-info-8 .practical-study-5 h3 {
    font-size: 33px;
    position: relative;
    display: inline-block;
    color: rgb(191,208,191);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.course-program-info-8 .practical-study-5 h3::after {
    left: 0;
    bottom: -10px;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(to right, 
        rgb(191,208,191), 
        rgb(152,173,152));
    height: 3px;
    width: 60px;
    transition: width 0.3s ease, transform 0.3s ease;
    content: '';
}

.course-program-info-8 .practical-study-5 .inquiry-map-3 {
    background: linear-gradient(to right, 
        rgb(191,208,191), 
        rgb(152,173,152));
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    padding: 0.9rem 1.8rem;
    letter-spacing: 1px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 15px;
    box-shadow: 0 5px 15px rgb(191,208,191,0.5);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
}

.tyZone-8 {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.tyZone-8::after {
    height: 60%;
    left: -5%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    filter: blur(25px);
    content: "";
    bottom: -20%;
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
    transform: rotate(10deg);
    opacity: 0.2;
    z-index: 0;
    position: absolute;
    width: 40%;
    background: linear-gradient(225deg, rgb(152,173,152,0.5) 0%, rgb(191,208,191,0.5) 100%);
}

.tyZone-8 .training-space-0:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.tyZone-8 .training-space-0 > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}

.tyZone-8 .training-space-0 > div:first-child::after {
    position: absolute;
    bottom: -0.75rem;
    background: linear-gradient(90deg, rgb(191,208,191) 0%, rgb(152,173,152) 100%);
    border-radius: 10px;
    content: "";
    left: 0;
    transform-origin: left;
    width: 80px;
    height: 3px;
    transition: width 0.3s ease;
}

.tyZone-8 h5::before {
    align-items: center;
    position: absolute;
    height: 26px;
    transform: translateY(-50%);
    justify-content: center;
    font-size: 14px;
    display: flex;
    color: #ffffff;
    border-radius: 50%;
    content: "✓";
    transition: opacity 0.5s ease, transform 0.5s ease;
    left: -35px;
    background: linear-gradient(135deg, rgb(191,208,191) 0%, rgb(152,173,152) 100%);
    width: 26px;
    opacity: 0;
    top: 50%;
}

.tyZone-8 a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.tyZone-8 a:hover {
    transform: translateY(-2px);
}

.tyZone-8 a:hover p {
    color: rgb(191,208,191);
}

footer .text_main_holder::-webkit-scrollbar {
    display: none;
}


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



@media screen and (max-width: 992px) {.check-it-out-now-9 {
    padding: 80px 0;
}.check-it-out-now-9 .training-space-0 {
    max-width: 90%;
    padding: 40px;
}.check-it-out-now-9 h3 {
    font-size: calc(32px * 0.9);
}.check-it-out-now-9 .training-space-0::before {
    width: 150px;
    height: 150px;
}.check-it-out-now-9 .training-space-0::after {
    height: 120px;
    width: 120px;
}
}



@media (max-width: 1200px) {.contact-panel-9 .inquiry-form-3 {
    width: 70%;
}.contact-panel-9 .reach-box-9 {
    width: 35%;
}
}



@media (max-width: 992px) {.contact-panel-9 .img-rounded-box-3 {
    display: none;
}.contact-panel-9 .container {
    align-items: center;
    flex-direction: column;
    display: flex;
}.contact-panel-9 .inquiry-form-3 {
    max-width: 600px;
    width: 100%;
    flex-direction: column;
}.contact-panel-9 .reach-box-9 {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    margin-top: 30px;
    border-radius: 20px;
    transform: none;
    max-width: 600px;
}.contact-panel-9 .reach-box-9::before {
    border-radius: 20px;
}
}



@media screen and (max-width: 992px) {.our-story-9 {
    padding: 80px 0;
}.our-story-9 .class-pro-1 {
    gap: 30px;
    grid-template-columns: 1fr;
}.our-story-9 h2 {
    margin-bottom: 40px;
}.our-story-9 .container::before {
    top: -30px;
    width: 60px;
    height: 60px;
    border-width: 10px;
    left: -30px;
}.our-story-9 .container::after {
    bottom: -50px;
    right: -50px;
    border-width: 10px;
    height: 100px;
    width: 100px;
}
}



@media screen and (max-width: 576px) {.our-story-9 {
    padding: 50px 0;
}.our-story-9 h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.our-story-9 h2::before {
    width: 40px;
}.our-story-9 .virtual-classes-4 {
    padding: 25px;
}.our-story-9 .virtual-classes-4 h3 {
    margin-bottom: 12px;
    font-size: calc(19px * 0.85);
}.our-story-9 .virtual-classes-4 p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.our-story-9 .virtual-classes-4:hover::before,
    .our-story-9 .virtual-classes-4:hover::after {
    width: 20px;
    height: 20px;
}.our-story-9 .container::before,
    .our-story-9 .container::after {
    display: none;
}}



@media (max-width: 768px) {.aspiring-learners-3 {
    padding: 70px 0;
}.aspiring-learners-3 h4 {
    margin-bottom: 60px;
    font-size: calc(38px * 0.7);
}.aspiring-learners-3 h4::after {
    width: 80px;
    bottom: -12px;
}.aspiring-learners-3 div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.aspiring-learners-3 p {
    aspect-ratio: 1.73 / 1;
    padding: 20px;
    clip-path: none;
    height: auto;
    border-radius: 15px;
}.aspiring-learners-3 p::before {
    clip-path: none;
    border-radius: 15px;
}.aspiring-learners-3 p:nth-child(even) {
    transform: translateY(0);
}.aspiring-learners-3 p svg {
    width: 28px;
    height: 28px;
    transform: none;
    margin-right: 15px;
    position: static;
}.aspiring-learners-3 p span {
    display: inline;
    margin-top: 0;
}.aspiring-learners-3 p:hover {
    transform: translateY(0) scale(1.03);
}.aspiring-learners-3 p:hover svg {
    transform: scale(1.2);
}.aspiring-learners-3::after {
    display: none;
}
}



@media (max-width: 576px) {.title-screen-9 .study-tech-1 {
    padding: 1.8rem;
}.title-screen-9 .study-tech-1 h1 {
    font-size: 28px;
}.title-screen-9 .study-tech-1 div div {
    padding: 0.8rem 1.2rem;
}.title-screen-9 .study-tech-1 p {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 480px) {.title-screen-9 .study-tech-1 span {
    padding: 0.6rem 1rem;
}.title-screen-9 .study-tech-1 h3 {
    font-size: calc(22px * 0.9);
}.title-screen-9 .study-tech-1 h1 {
    margin-bottom: 1.2rem;
    font-size: calc(28px * 0.9);
}}



@media (max-width: 576px) {.mentorship-experience-6 {
    padding: 4rem 1rem;
}.mentorship-experience-6 .review-voices-0 .img-rounded-box-3 {
    min-height: 280px;
}.mentorship-experience-6 .review-voices-0 .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.mentorship-experience-6 .review-voices-0 span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.mentorship-experience-6 .review-voices-0 .experience-tasks-5 {
    padding: 1.2rem;
}}



@media (min-width: 992px) {footer .text_main_holder {
    padding: 0;
    margin: 0;
    overflow-x: visible;
    scroll-snap-type: none;
    flex-wrap: wrap;
    gap: 30px;
}footer .main-master-3, footer .nav-mainbar-5, footer .subscribe_holder {
    margin-right: 0;
    height: 500px;
    flex: 1;
    min-width: 0;
}
}



@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .main-master-3::before,
    footer .nav-mainbar-5::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}



@media (max-width: 576px) {footer .student-aid-5 {
    padding: 50px 0 20px;
}footer .main-master-3::before,
    footer .nav-mainbar-5::before,
    footer .subscribe_holder::before {
    top: 15px;
    left: 15px;
    font-size: 2rem;
}footer .main-learning-0 {
    max-height: 220px;
    height: auto;
}footer .main-master-3, footer .nav-mainbar-5, footer .subscribe_holder {
    padding: 20px 15px;
    min-height: 300px;
}footer .nav-mainbar-5 h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(21px - 2px);
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .sub-typography-2 {
    padding: 12px;
}}



@media (min-width: 1200px) {.plan-chooser-5 .access-plans-9 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan-chooser-5 .learning-package-3 {
    padding: 2.5rem;
}.plan-chooser-5 .promo-plans-6 h2 {
    font-size: calc(29px + 0.2rem);
}.plan-chooser-5 .img-rounded-box-3 {
    height: 250px;
}
}



@media (min-width: 993px) {header .top-main-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 15px 30px;
}header .top-main-6 .nav-mainbar-5 {
    padding: 20px 10px 10px;
}
}



@media (max-width: 767px) {header .top-main-6 .nav-mainbar-5 {
    justify-content: center;
    flex-wrap: wrap;
}header .top-main-6 .nav-mainbar-5 .first-section-3 {
    margin: 3px 0;
}header .top-main-6 .nav-mainbar-5 .first-section-3:not(:last-child)::after {
    display: none;
}}



@media (min-width: 768px) {.training-results-2 {
    padding: 8rem 0;
}.training-results-2 .container {
    flex-direction: row;
    align-items: center;
}.training-results-2 .img-rounded-box-3 {
    clip-path: polygon(0 4%, 100% 0, 96% 96%, 4% 100%);
    width: 45%;
    margin-bottom: 0;
}.training-results-2 .training-space-0 {
    width: 60%;
    margin-left: -5%;
    transform: translateY(0);
    z-index: 3;
}.training-results-2 h1 {
    font-size: 41px;
}.training-results-2 ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 480px) {.training-results-2 {
    padding: 3rem 0;
}.training-results-2 h1 {
    font-size: calc(35px * 0.8);
}.training-results-2 .img-rounded-box-3 {
    clip-path: polygon(0 0, 100% 2%, 98% 98%, 2% 100%);
}.training-results-2 .training-space-0 {
    transform: translateY(-15px);
    padding: 1.25rem;
}.training-results-2 li {
    padding-left: 2.2rem;
}.training-results-2 li p {
    font-size: calc(16px * 0.95);
}}


@media only screen and (max-width: 1200px) {.cookieAlertPromptPanel-7 {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.privacy-ctrl-6 {
    display: none;
}.user-safety-5 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookieAlertPromptPanel-7 h5 {
    text-align: center;
}.cookieAlertPromptPanel-7 p {
    text-align: center;
}.data-control-6 {
    margin-bottom: 20px;
}body .panel-container-0 .cookies-overview-0 {
    margin-left: 0;
}}



@media (min-width: 1400px) {.course-program-info-8 .training-space-0 {
    max-width: 650px;
}.course-program-info-8 .container {
    max-width: 1320px;
}
}



@media (max-width: 767px) {.course-program-info-8 .skill-path-5 {
    height: 300px;
}.course-program-info-8 .knowledge-base-0 {
    animation-duration: 25s;
}.course-program-info-8 .container {
    padding: 2.5rem 1rem;
}.course-program-info-8 .practical-study-5 {
    padding: 1.8rem;
}.course-program-info-8 .practical-study-5 h3 {
    font-size: calc(33px * 0.9);
}.course-program-info-8 .practical-study-5 p {
    margin-bottom: 1.5rem;
    font-size: calc(13px * 0.95);
}
}



@media (prefers-reduced-motion) {.course-program-info-8 .knowledge-base-0,
    .course-program-info-8 .learn-plan-2 img,
    .course-program-info-8 .learn-plan-2::after {
    animation: none;
}}



@media (max-width: 991px) {.tyZone-8 {
    padding: 3rem 0;
}.tyZone-8 .training-space-0 {
    padding: 2.5rem;
}.tyZone-8 h5 {
    font-size: calc(21px - 2px);
}
}



@media (max-width: 767px) {.tyZone-8 {
    padding: 2.5rem 0;
}.tyZone-8 .training-space-0 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.tyZone-8 h5 {
    padding-left: 20px;
    font-size: calc(21px - 4px);
}.tyZone-8 h5::before {
    font-size: 12px;
    height: 22px;
    width: 22px;
    left: -15px;
}.tyZone-8 p {
    font-size: calc(15px - 1px);
}
}

@keyframes bgPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.08;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}



@keyframes blinkDots {
    0%, 100% {
        opacity: 0.07;
    }
    50% {
        opacity: 0.12;
    }
}

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

@keyframes pulse {
  0% {
    transform: translate(0%, 0%) rotate(0deg);
    opacity: 0.2;
  }
  50% {
    transform: translate(-5%, -5%) rotate(180deg);
    opacity: 0.4;
  }
  100% {
    transform: translate(5%, 5%) rotate(360deg);
    opacity: 0.2;
  }
}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateY(20px) translateZ(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateZ(15px);
  }
}



@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}



@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}



@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}



@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) translate(5px, -5px);
    }
}

