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

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

.panel-container-0 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

header,footer {
    width: 100%;
}

header {
    position: relative;
    z-index: 99;
    overflow: visible;
    width: 100%;
    background: rgb(225,233,225);
}

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

.check-it-out-now-9::before {
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.5) 0px,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0.04;
    width: 100%;
    z-index: -1;
}



.check-it-out-now-9 .training-space-0 {
    background-color: rgb(225,233,225);
    padding: 60px;
    margin: 0 auto;
    border-radius: 20px;
    max-width: 1000px;
    text-align: center;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.08),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
    position: relative;
}



.check-it-out-now-9 .training-space-0 {
    position: relative;
}

.check-it-out-now-9 h3 {
    font-family: Arial, sans-serif;
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
}

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

.check-it-out-now-9 .contact-map-8::before {
    height: 100%;
    z-index: -1;
    left: 0;
    width: 100%;
    top: 0;
    transition: opacity 0.5s ease;
    opacity: 0;
    content: '';
    background: linear-gradient(90deg, 
        rgb(191,208,191,0.5), 
        rgb(152,173,152,0.5),
        rgb(191,208,191,0.5)
    );
    position: absolute;
}

.check-it-out-now-9 .contact-map-8:hover {
    transform: translateY(-2px);
    color: rgb(191,208,191);
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.05),
        -5px -5px 15px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
}

.check-it-out-now-9 .training-space-0::before,
.check-it-out-now-9 .training-space-0::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    opacity: 0.15;
    z-index: -1;
}

.check-it-out-now-9 .training-space-0::before {
    height: 200px;
    left: -40px;
    width: 200px;
    top: -40px;
    animation: pulse 8s ease-in-out infinite alternate;
    background: linear-gradient(135deg, rgb(191,208,191), rgb(152,173,152));
}

.check-it-out-now-9 .training-space-0::before {
    background: linear-gradient(90deg, transparent 49.5%, rgb(191,208,191,0.5) 50%, transparent 50.5%);
    position: absolute;
    left: 0;
    background-size: 80px 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    transition: opacity 0.5s ease, background-size 0.5s ease;
    width: 100%;
    opacity: 0;
    content: '';
}

.contact-panel-9 {
    position: relative;
    background: rgb(225,233,225);
    overflow: hidden;
    padding: 90px 0;
}

.contact-panel-9::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    left: 0;
    content: '';
    top: 0;
}

.contact-panel-9 .img-rounded-box-3 {
    z-index: 1;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 2.5%;
    width: 45%;
    right: 0;
    height: 95%;
    border-radius: 100px 0 0 100px;
}

.contact-panel-9 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.contact-panel-9 .inquiry-form-3 {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.contact-panel-9 .inquiry-form-3::after {
    bottom: -75px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    content: '';
    right: -75px;
    background: rgb(152,173,152,0.5);
    opacity: 0.05;
    position: absolute;
}

.contact-panel-9 form h3::before,
.contact-panel-9 form h3::after {
    display: none;
}

.contact-panel-9 input[type="text"],
.contact-panel-9 textarea {
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 15px 25px;
    width: 100%;
    color: #000000;
    background: rgba(245, 245, 245, 0.5);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 18px;
}

.contact-panel-9 .contact-query-0 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-panel-9 .contact-query-0 label::before {
    width: 22px;
    position: absolute;
    transition: all 0.3s ease;
    top: 2px;
    border-radius: 50%;
    height: 22px;
    background: #ffffff;
    border: 2px solid rgb(191,208,191,0.5);
    content: '';
    left: 0;
}

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

.contact-panel-9 .inquiry-map-3::before {
    height: 100%;
    background: rgb(152,173,152);
    position: absolute;
    border-radius: 50px;
    transition: all 0.5s ease;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    transform: translateY(100%);
}

.contact-panel-9 .inquiry-map-3:hover {
    box-shadow: 0 5px 20px rgb(191,208,191,0.5);
    transform: translateY(-3px);
}

.contact-panel-9 .reach-box-9::before {
    left: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    top: 0;
    position: absolute;
    height: 100%;
    border-radius: 70px 0 0 70px;
    content: '';
}

.contact-panel-9 .reach-box-9 h4 {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 23px;
    margin-bottom: 30px;
}

.contact-panel-9 .connect-links-1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-panel-9 .connect-links-1 li:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.contact-panel-9 .connect-links-1 svg {
    height: 24px;
    margin-top: 3px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    width: 24px;
    margin-right: 15px;
}

.contact-panel-9 .connect-links-1 span {
    color: #ffffff;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

.our-story-9 {
    padding: 100px 0;
    background-color: rgb(225,233,225);
    position: relative;
    overflow: hidden;
}

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

.our-story-9 h2 {
    font-size: 32px;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    color: #000000;
}

.our-story-9 .class-pro-1 {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

.our-story-9 .virtual-classes-4:first-child {
    border-top-color: rgb(191,208,191);
}

.our-story-9 .virtual-classes-4:last-child {
    border-top-color: rgb(152,173,152);
}

.our-story-9 .virtual-classes-4:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.our-story-9 .virtual-classes-4:first-child h3 {
    color: rgb(191,208,191);
}

.our-story-9 .virtual-classes-4:last-child h3 {
    color: rgb(152,173,152);
}

.our-story-9 .virtual-classes-4:hover h3::after {
    width: 100%;
}

.our-story-9 .virtual-classes-4 p {
    line-height: 1.8;
    font-size: 17px;
    margin: 0;
    color: #000000;
}

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

.our-story-9 .virtual-classes-4:last-child::before,
.our-story-9 .virtual-classes-4:last-child::after {
    border-color: rgb(152,173,152);
}

.our-story-9 .container::before {
    border: 15px solid rgb(191,208,191,0.5);
    position: absolute;
    width: 100px;
    left: -50px;
    content: "";
    z-index: 0;
    border-radius: 50%;
    height: 100px;
    opacity: 0.2;
    top: -50px;
}

.aspiring-learners-3 {
    background: linear-gradient(120deg, rgb(225,233,225) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.aspiring-learners-3 .container {
    position: relative;
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
}

.aspiring-learners-3 .training-space-0 {
    position: relative;
}

.aspiring-learners-3 h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.aspiring-learners-3 h4::after {
    position: absolute;
    height: 5px;
    content: "";
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(191,208,191), rgb(152,173,152));
    bottom: -15px;
    border-radius: 5px;
}

.aspiring-learners-3 p:nth-child(even) {
    transform: translateY(100px);
}

.aspiring-learners-3 p::before {
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, #ffffff, rgb(225,233,225));
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    opacity: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 100%;
    height: 100%;
}

.aspiring-learners-3 p:hover::before {
    opacity: 1;
}

.aspiring-learners-3 p svg {
    transition: all 0.3s ease;
    left: 50%;
    position: absolute;
    width: 32px;
    transform: translateX(-50%);
    height: 32px;
    top: 30px;
}

.aspiring-learners-3 p:hover svg {
    transform: translateX(-50%) scale(1.2);
}



.aspiring-learners-3::after {
    z-index: 1;
    content: "";
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    border: 2px dashed rgb(152,173,152,0.5);
    width: 200px;
    position: absolute;
    left: 5%;
    animation: hexSpin 30s linear infinite;
    opacity: 0.5;
    top: 10%;
    height: 200px;
}

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

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

.title-screen-9 .study-smart-5 {
    z-index: 2;
    max-width: 1400px;
    padding: 2rem;
    width: 100%;
    position: relative;
}

.title-screen-9 .study-tech-1 {
    overflow: hidden;
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.2),
    -20px -20px 60px rgba(255, 255, 255, 0.08),
    inset 0 0 0 2px rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    position: relative;
    padding: 3.5rem;
    perspective: 1000px;
    border-radius: 1.5rem;
}

.title-screen-9 .study-tech-1::after {
    height: 200%;
    background: radial-gradient(
    circle at center,
    rgba(rgb(191,208,191,0.5), 0.4) 0%,
    transparent 70%
  );
    content: '';
    opacity: 0.3;
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    left: -50%;
    pointer-events: none;
    z-index: 2;
    top: -50%;
    width: 200%;
}

.title-screen-9 .study-tech-1 h3 {
    font-size: calc(20px * 0.9);
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}



.title-screen-9 .study-tech-1 div div {
    padding: 1.2rem 2rem;
    border-left: 4px solid rgb(191,208,191);
    border-radius: 0.3rem;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.2),
    -5px -5px 20px rgba(255, 255, 255, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 10;
    max-width: 80%;
    animation: floatIn 1s ease-out forwards;
    position: relative;
    backdrop-filter: blur(10px);
    transform: translateY(20px) translateZ(15px);
    display: inline-block;
    opacity: 0;
    transform: translateZ(15px) translateX(1rem);
    background: rgba(255, 255, 255, 0.15);
    animation-delay: 0.6s;
}

.title-screen-9 .study-tech-1:hover {
    box-shadow: 
    25px 25px 70px rgba(0, 0, 0, 0.25),
    -10px -10px 50px rgba(255, 255, 255, 0.1),
    inset 0 0 0 2px rgba(255, 255, 255, 0.15);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(-5px);
}

.mentorship-experience-6::before {
    opacity: 0.3;
    height: 150%;
    content: "";
    animation: backgroundMovement 30s linear infinite alternate;
    left: -25%;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    position: absolute;
    top: -25%;
    width: 150%;
}

.mentorship-experience-6 .review-voices-0::after {
    content: "";
    position: absolute;
    width: 100%;
    mix-blend-mode: overlay;
    top: 0;
    background: linear-gradient(135deg, rgb(191,208,191,0.5) 0%, transparent 50%);
    pointer-events: none;
    opacity: 0.3;
    left: 0;
    height: 100%;
}

.mentorship-experience-6 .review-voices-0 .img-rounded-box-3:hover {
    transform: scale(1.07) translateX(-4%);
    box-shadow: 0 0 50px rgb(191,208,191);
}

.mentorship-experience-6 .review-voices-0 .name {
    position: relative;
    padding: 3.5rem 2rem 0.5rem 3rem;
    color: #ffffff;
    z-index: 2;
    font-weight: 700;
    font-size: 36px;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    letter-spacing: 2px;
    animation: neonPulse 4s infinite alternate;
    text-shadow: 0 0 10px rgb(191,208,191,0.5), 0 0 20px rgb(191,208,191,0.5);
}

footer {
    width: 100%;
    position: relative;
}

.student-aid-5::before {
    content: "";
    background-image: repeating-linear-gradient(
        to right,
        rgb(191,208,191),
        rgb(191,208,191) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
}

footer .trade-mark-4 {
    position: relative;
    z-index: 1;
}

footer .info_item {
    position: relative;
    cursor: pointer;
    min-width: 250px;
    flex: 1;
    overflow: hidden;
    margin-right: 1px;
    align-items: center;
    background-color: rgb(152,173,152);
    transition: all 0.5s ease;
    display: flex;
    padding: 0 25px;
    height: 100px;
}

footer .info_item:last-child::after {
    display: none;
}

footer .info_item svg {
    margin-right: 15px;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    fill: #ffffff;
    z-index: 2;
    position: relative;
}

footer .info_item::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    transition: opacity 0.5s ease;
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

footer .main-master-3, footer .nav-mainbar-5, footer .subscribe_holder {
    max-width: 500px;
    border-radius: 11px;
    margin-right: 30px;
    scroll-snap-align: start;
    min-width: 280px;
    transition: all 0.4s ease;
    padding: 30px;
    position: relative;
    height: 450px;
    flex: 0 0 100%;
}

footer .main-master-3 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(225,233,225);
    display: flex;
    text-align: center;
}

footer .nav-mainbar-5::after {
    position: absolute;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    opacity: 0.3;
    top: 0;
    content: "";
    bottom: 0;
    background-size: 30px 30px;
    pointer-events: none;
    left: 0;
    right: 0;
}

footer .nav-mainbar-5 h5::after {
    width: 30px;
    content: "";
    bottom: -10px;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: rgb(191,208,191);
}

footer .main-learning-0 a {
    display: block;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    transition: all 0.3s ease;
}

footer .subscribe_holder h5 {
    font-size: 21px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

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

footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    color: #ffffff;
    border: none;
    padding: 15px;
}

footer .sub-typography-2 {
    border-radius: 10px;
    font-size: 20px;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    color: #ffffff;
    background-color: rgb(152,173,152);
}

footer .footer-account-8 {
    font-size: 15px;
    color: #000000;
    text-align: center;
}

.plan-chooser-5 {
    position: relative;
    background: linear-gradient(135deg, rgb(225,233,225) 0%, rgb(152,173,152,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}

.plan-chooser-5 .container {
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1320px;
}

.plan-chooser-5 .price-choices-1 {
    flex-direction: column-reverse;
    gap: 2.5rem;
    display: flex;
}

.plan-chooser-5 .promo-plans-6:hover {
    transform: translateY(-5px);
}

.plan-chooser-5 .promo-plans-6 h2 {
    font-weight: 700;
    font-size: 29px;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 1rem;
    position: relative;
}

.plan-chooser-5 .promo-plans-6 h2::after {
    background: rgb(191,208,191);
    left: 0;
    height: 3px;
    bottom: -10px;
    transform: scaleX(1);
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s ease;
    width: 80px;
    content: "";
}

.plan-chooser-5 .access-plans-9 {
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
    display: grid;
}

.plan-chooser-5 .discount-price-2:hover {
    transform: translateY(-8px);
}

.plan-chooser-5 .pricing-tiers-2 {
    flex-direction: column;
    position: relative;
    background: #ffffff;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: box-shadow 0.4s ease;
    border-radius: 8px;
    display: flex;
}

.plan-chooser-5 .learning-package-3 h3 {
    line-height: 1.3;
    font-weight: 600;
    font-size: calc(18px + 0.1rem);
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
}

.plan-chooser-5 .basic-rates-0::before {
    bottom: -10px;
    width: 40px;
    background: rgb(152,173,152);
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
}

.plan-chooser-5 .img-rounded-box-3 {
    position: relative;
    height: 220px;
    transition: transform 0.6s ease-out;
    width: 100%;
    transform: scale(1);
}

.plan-chooser-5 .discount-price-2:hover .img-rounded-box-3 {
    transform: scale(1.05);
}

header::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    opacity: 0.15;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, rgb(191,208,191,0.5) 0%, transparent 50%, rgb(191,208,191,0.5) 100%);
}

header .top-main-6 .main-master-3 {
    z-index: 10;
    padding: 5px 20px 15px;
    justify-self: center;
    position: relative;
}

header .top-main-6 .main-master-3::before,
header .top-main-6 .main-master-3::after {
    height: 90%;
    width: 90%;
    border-radius: 15px;
    position: absolute;
    content: "";
}

header .top-main-6 .main-master-3::before {
    transform-origin: top left;
    border-top: 2px solid rgb(191,208,191);
    left: -5px;
    transition: transform 0.3s ease;
    transform: scale(0);
    top: -5px;
    border-left: 2px solid rgb(191,208,191);
}

header .top-main-6 .main-master-3 .head-guide-4 svg {
    width: auto;
    height: 60px;
}

header .top-main-6 .nav-mainbar-5::before,
header .top-main-6 .nav-mainbar-5::after {
    width: 2px;
    height: 70%;
    background: rgb(191,208,191,0.5);
    content: "";
    position: absolute;
    top: 15%;
}

header .top-main-6 .nav-mainbar-5::before {
    left: 0;
}

header .top-main-6 .nav-mainbar-5::after {
    right: 0;
}

header .top-main-6 .nav-mainbar-5 .first-section-3:not(:last-child)::after {
    content: "";
    height: 60%;
    position: absolute;
    background: rgb(152,173,152,0.5);
    right: 0;
    top: 20%;
    width: 1px;
}

header .top-main-6 .nav-mainbar-5 .first-section-3 a:hover {
    color: rgb(191,208,191);
}

header .top-main-6 .nav-mainbar-5 .first-section-3 a::before {
    transition: transform 0.3s ease;
    content: "";
    bottom: 5px;
    background: rgb(152,173,152);
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
}

.training-results-2 {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,233,225), #ffffff 95%);
}

.training-results-2::after {
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(191,208,191) 50%, transparent);
    height: 1px;
    position: absolute;
    left: 10%;
    width: 80%;
    transform: translateY(-2rem);
}

.training-results-2 .img-rounded-box-3 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: auto;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 4%, 98% 100%, 2% 96%);
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg);
    margin-bottom: 2.5rem;
}

.training-results-2 .text-unit-0 {
    position: relative;
}

.training-results-2 .text-unit-0::before {
    content: "";
    transition: transform 0.4s ease;
    left: 0;
    background: rgb(191,208,191);
    width: 40px;
    height: 4px;
    top: -15px;
    transform: scaleX(0.8);
    position: absolute;
}

.training-results-2 ul {
    margin: 0;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
}

.training-results-2 li:hover {
    transform: translateX(5px);
}

.training-results-2 svg {
    height: 24px;
    transform: translateY(2px);
    width: 24px;
    left: 0;
    top: 0;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
}

.training-results-2 li:hover svg path {
    fill: rgb(152,173,152);
}

.confidential-nest-9:before, .confidential-nest-9:after {
    transform-origin: center;
    z-index: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0.2;
    height: 100%;
    top: 0;
    position: absolute;
    transform: rotate(45deg) translate(-50%, -50%);
    left: 0;
    background: linear-gradient(45deg, rgb(191,208,191,0.5), rgb(152,173,152,0.5));
    content: "";
}

.confidential-nest-9 h2 {
    position: relative;
    font-weight: 600;
    z-index: 1;
    letter-spacing: 1.5px;
    padding-bottom: 5px;
    font-size: 34px;
    border-bottom: 1px solid rgb(152,173,152,0.5);
    margin-bottom: 15px;
    color: rgb(152,173,152);
    margin-top: 20px;
}

.confidential-nest-9 li {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 18px;
    counter-increment: list-counter;
    line-height: 1.6;
    position: relative;
}

.confidential-nest-9 div {
    padding: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    line-height: 1.8;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    background: #ffffff;
}

.confidential-nest-9 p, .confidential-nest-9 span {
    color: #000000;
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
    z-index: 1;
}

.confidential-nest-9 a {
    font-weight: 600;
    position: relative;
    text-decoration: none;
    color: rgb(152,173,152);
    border-bottom: 1px solid rgb(152,173,152);
    z-index: 1;
}

.confidential-nest-9 button:hover {
    background: rgb(152,173,152);
}

.cookieAlertPromptPanel-7 {
    position: fixed;
    z-index: 90;
    background: rgb(225,233,225);
    bottom: 0;
    border-top: 2px solid rgb(191,208,191);
    width: 100%;
}

.cookieAlertPromptPanel-7 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookieAlertPromptPanel-7 p {
    font-size: 18px;
}

.privacy-ctrl-6 svg, .privacy-ctrl-6 svg path, .privacy-ctrl-6 img {
    height: 100px;
    fill: rgb(191,208,191);
    width: 100px;
}

.cookieAlertPromptPanel-7 p a {
    text-decoration: none;
    color: rgb(191,208,191);
}

#consentPolicyBanner-1 {
    display: none;
}

#consentPolicyBanner-1:checked ~ .cookieAlertPromptPanel-7 {
    visibility: hidden;
    opacity: 0;
}

.panel-container-0 .cookies-overview-0 {
    padding: 10px;
    margin-left: 30px;
    background: rgb(191,208,191);
    font-size: 20px;
    color: #ffffff;
}

.course-program-info-8 .skill-path-5 {
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.course-program-info-8 .skill-path-5:hover .knowledge-base-0 {
    animation-play-state: paused;
}

.course-program-info-8 .learn-plan-2 {
    height: 100%;
    overflow: hidden;
    width: 20%;
    position: relative;
}

.course-program-info-8 .learn-plan-2::before {
    z-index: 2;
    position: absolute;
    inset: 0;
    opacity: 0.7;
    content: '';
    background: 
        linear-gradient(0deg, 
            rgb(191,208,191,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(152,173,152,0.5) 100%),
        linear-gradient(90deg, 
            rgb(191,208,191,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(152,173,152,0.5) 100%);
}

.course-program-info-8 .container {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    position: relative;
    z-index: 4;
}

.course-program-info-8 .practical-study-5 {
    background: rgb(225,233,225);
    position: relative;
    border-radius: 10px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.course-program-info-8 .practical-study-5::before {
    opacity: 0.15;
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(191,208,191,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(152,173,152,0.5) 0%,
            transparent 70%
        );
    z-index: -1;
    content: '';
    position: absolute;
    inset: 0;
}

.course-program-info-8 .practical-study-5:hover h3::after {
    transform: translateY(-3px);
    width: 100%;
}

.course-program-info-8 .practical-study-5 p {
    font-size: 13px;
    margin-bottom: 2rem;
    color: #000000;
    line-height: 1.7;
}

.course-program-info-8 .practical-study-5 .inquiry-map-3::before {
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    background: linear-gradient(to right, 
        rgb(152,173,152), 
        rgb(191,208,191));
    height: 100%;
    left: 0;
    content: '';
    z-index: -1;
    top: 0;
    width: 100%;
}

.course-program-info-8 .practical-study-5 .inquiry-map-3:hover {
    box-shadow: 0 8px 20px rgb(152,173,152,0.5);
    transform: translateY(-3px);
}

.course-program-info-8 .practical-study-5 .inquiry-map-3:hover::before {
    opacity: 1;
}

.tyZone-8::before {
    right: -10%;
    opacity: 0.3;
    transform: rotate(-15deg);
    content: "";
    position: absolute;
    z-index: 0;
    filter: blur(30px);
    top: -30%;
    background: linear-gradient(145deg, rgb(191,208,191,0.5) 0%, rgb(152,173,152,0.5) 100%);
    width: 60%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: float 15s ease-in-out infinite alternate;
    height: 70%;
}

.tyZone-8 .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1140px;
    position: relative;
    z-index: 2;
}

.tyZone-8 .training-space-0 {
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 0.9);
}

.tyZone-8 .training-space-0:hover > div:first-child::after {
    width: 120px;
}

.tyZone-8 h5 {
    position: relative;
    line-height: 1.4;
    font-size: 21px;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    color: #000000;
}

.tyZone-8 .training-space-0:hover h5::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.tyZone-8 p {
    margin: 0;
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
    transition: color 0.3s ease;
}

.tyZone-8 a {
    text-decoration: none;
    position: relative;
    display: block;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.tyZone-8 a::before {
    background: linear-gradient(90deg, rgb(191,208,191,0.5) 0%, rgb(152,173,152) 100%);
    transform-origin: right;
    height: 2px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    position: absolute;
    transform: scaleX(0);
    content: "";
    left: 0;
    bottom: 0;
}


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



@media screen and (max-width: 768px) {.check-it-out-now-9 {
    padding: 60px 0;
}.check-it-out-now-9 .training-space-0 {
    padding: 30px 20px;
    max-width: 95%;
}.check-it-out-now-9 h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.check-it-out-now-9 h3::before,
    .check-it-out-now-9 h3::after {
    display: none;
}.check-it-out-now-9 .contact-map-8 {
    padding: 14px 30px;
    font-size: calc(16px * 0.9);
}.check-it-out-now-9 .training-space-0::before,
    .check-it-out-now-9 .training-space-0::after {
    height: 100px;
    width: 100px;
}}



@media (max-width: 768px) {.contact-panel-9 {
    padding: 70px 0;
}.contact-panel-9 h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.contact-panel-9 .message-links-1,
    .contact-panel-9 .reach-box-9 {
    padding: 30px;
}
}



@media (max-width: 576px) {.contact-panel-9 {
    padding: 50px 0;
}.contact-panel-9 h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.contact-panel-9 .message-links-1,
    .contact-panel-9 .reach-box-9 {
    padding: 25px 20px;
}.contact-panel-9 input[type="text"],
    .contact-panel-9 textarea {
    padding: 12px 20px;
    margin-bottom: 15px;
}.contact-panel-9 .inquiry-map-3 {
    width: 100%;
    padding: 12px;
}}



@media screen and (max-width: 768px) {.our-story-9 {
    padding: 60px 0;
}.our-story-9 h2 {
    font-size: calc(32px * 0.9);
}.our-story-9 .virtual-classes-4 {
    padding: 30px;
}.our-story-9 .virtual-classes-4 h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
}
}



@media (max-width: 991px) {.aspiring-learners-3 {
    padding: 80px 0;
}.aspiring-learners-3 h4 {
    margin-bottom: 70px;
    font-size: calc(38px * 0.85);
}.aspiring-learners-3 div > div {
    gap: 100px 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
}.aspiring-learners-3 p {
    height: 180px;
    padding: 35px 25px;
}.aspiring-learners-3 p:nth-child(3n+2) {
    transform: translateY(0);
}.aspiring-learners-3 p:nth-child(even) {
    transform: translateY(90px);
}.aspiring-learners-3 p svg {
    top: 25px;
}.aspiring-learners-3 p span {
    margin-top: 45px;
}.aspiring-learners-3::after {
    height: 150px;
    width: 150px;
}
}



@media (max-width: 576px) {.aspiring-learners-3 {
    padding: 60px 0;
}.aspiring-learners-3 h4 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.6);
}.aspiring-learners-3 h4::after {
    width: 60px;
    height: 4px;
    bottom: -10px;
}.aspiring-learners-3 p {
    font-size: calc(13px * 0.9);
    padding: 15px;
}.aspiring-learners-3 p svg {
    height: 24px;
    margin-right: 10px;
    width: 24px;
}}



@media (max-width: 1200px) {.title-screen-9 .study-tech-1 {
    padding: 3rem;
}.title-screen-9 .study-tech-1 h1 {
    font-size: calc(40px * 1.1);
}
}



@media (max-width: 992px) {.title-screen-9 .study-tech-1 {
    padding: 2.5rem;
}.title-screen-9 .study-tech-1 h1 {
    font-size: 40px;
}.title-screen-9 .study-tech-1 div div {
    max-width: 85%;
}
}



@media (max-width: 768px) {.title-screen-9 .study-smart-5 {
    padding: 1.5rem;
}.title-screen-9 .study-tech-1 {
    padding: 2rem;
}.title-screen-9 .study-tech-1 span {
    padding: 0.7rem 1.2rem;
    max-width: 100%;
}.title-screen-9 .study-tech-1 h3 {
    font-size: 22px;
}.title-screen-9 .study-tech-1 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 1.1);
}.title-screen-9 .study-tech-1 div div {
    transform: translateZ(15px) translateX(0);
    max-width: 100%;
    padding: 1rem 1.5rem;
}.title-screen-9 .study-tech-1 p {
    font-size: 12px;
}
}



@media (max-width: 992px) {.mentorship-experience-6 {
    padding: 5rem 1.5rem;
}.mentorship-experience-6 .review-voices-0 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
}.mentorship-experience-6 .review-voices-0 .img-rounded-box-3 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-column: 1 / 2;
    transform: scale(1.02) translateY(-5%);
    min-height: 350px;
    grid-row: 1 / 2;
}.mentorship-experience-6 .review-voices-0 .img-rounded-box-3:hover {
    transform: scale(1.03) translateY(-4%);
}.mentorship-experience-6 .review-voices-0 .name {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.mentorship-experience-6 .review-voices-0 span:not(.name) {
    grid-row: 3 / 4;
    padding: 0 1.5rem 1rem 1.5rem;
    grid-column: 1 / 2;
}.mentorship-experience-6 .review-voices-0 .experience-tasks-5 {
    grid-column: 1 / 2;
    padding: 1.5rem;
    margin-right: 0;
    border-radius: 10px;
    grid-row: 4 / 5;
}
}



@media (max-width: 767px) {footer .student-aid-5 {
    padding: 60px 0 30px;
}footer .learn-talk-7 {
    height: auto;
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 1px;
    margin-right: 0;
    width: 100%;
}footer .info_item:hover {
    padding-left: 35px;
    flex: 1;
}footer .main-master-3, footer .nav-mainbar-5, footer .subscribe_holder {
    min-height: 350px;
    padding: 25px 20px;
    height: auto;
}
}



@media (min-width: 768px) {.plan-chooser-5 .access-plans-9 {
    grid-template-columns: repeat(2, 1fr);
}.plan-chooser-5 .promo-plans-6 {
    padding: 3rem;
}
}



@media (min-width: 992px) {.plan-chooser-5 .price-choices-1 {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.plan-chooser-5 .promo-plans-6 {
    width: 35%;
    margin: 0;
}.plan-chooser-5 .access-plans-9 {
    width: 65%;
}
}



@media (max-width: 767px) {.plan-chooser-5 {
    padding: 4rem 0;
}.plan-chooser-5 .learning-package-3 {
    min-height: 240px;
    padding: 1.5rem;
}.plan-chooser-5 .img-rounded-box-3 {
    height: 180px;
}.plan-chooser-5 .promo-plans-6 {
    padding: 1.5rem;
}.plan-chooser-5 .promo-plans-6 h2 {
    font-size: calc(29px - 0.2rem);
}.plan-chooser-5 .fee-offers-7 {
    font-size: calc(18px - 0.1rem);
}}



@media (max-width: 992px) {header .top-main-6 {
    grid-template-rows: auto auto;
    gap: 10px;
    padding: 15px;
}header .top-main-6 .main-master-3 {
    padding: 5px 10px;
}header .top-main-6 .main-master-3 .head-guide-4 svg {
    height: 45px;
}header .top-main-6 .nav-mainbar-5 {
    padding: 15px 0 10px;
}header .top-main-6 .nav-mainbar-5 .first-section-3 {
    padding: 0 10px;
}header .top-main-6 .nav-mainbar-5 .first-section-3 a {
    font-size: calc(13px - 1px);
    padding: 8px 3px;
}
}



@media (min-width: 992px) {.training-results-2 .container {
    gap: 2rem;
}.training-results-2 .img-rounded-box-3 {
    width: 50%;
}.training-results-2 .training-space-0 {
    width: 55%;
}.training-results-2 h1 {
    margin-bottom: 2.5rem;
}.training-results-2 li {
    padding-left: 3rem;
}.training-results-2 svg {
    transform: scale(1.15) translateY(2px);
}
}



@media (max-width: 767px) {.training-results-2 {
    padding: 4rem 0;
}.training-results-2 h1 {
    font-size: calc(35px * 0.9);
}.training-results-2 ul {
    grid-template-columns: 1fr;
    gap: 1.2rem;
}.training-results-2 .training-space-0 {
    padding: 1.5rem;
}
}



@media only screen and (max-width: 800px) {.confidential-nest-9 {
    padding: 20px;
    width: 95%;
}.confidential-nest-9 h1 {
    font-size: calc(22px - 5px);
}.confidential-nest-9 h2 {
    font-size: calc(22px - 3px);
}.confidential-nest-9 ul, .confidential-nest-9 ol {
    padding-left: 10px;
}.confidential-nest-9 li {
    padding-left: 20px;
}.confidential-nest-9 button {
    padding: 10px 20px;
}}


@media only screen and (max-width: 800px)  {.panel-container-0 .cookies-overview-0 {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (min-width: 992px) and (max-width: 1400px) {.course-program-info-8 .practical-study-5 {
    padding: 2.5rem;
}.course-program-info-8 .training-space-0 {
    max-width: 550px;
}
}



@media (max-width: 991px) {.course-program-info-8 {
    flex-direction: column;
    padding: 0;
    min-height: auto;
}.course-program-info-8 .skill-path-5 {
    position: relative;
    height: 350px;
}.course-program-info-8 .container {
    padding: 3rem 1.5rem;
    width: 100%;
}.course-program-info-8 .training-space-0 {
    margin: 0 auto;
    max-width: 100%;
}.course-program-info-8 .practical-study-5 {
    padding: 2rem;
}
}



@media (max-width: 480px) {.course-program-info-8 .skill-path-5 {
    height: 250px;
}.course-program-info-8 .knowledge-base-0 {
    animation-duration: 20s;
}.course-program-info-8 .container {
    padding: 2rem 0.8rem;
}.course-program-info-8 .practical-study-5 {
    padding: 1.5rem;
}.course-program-info-8 .practical-study-5 h3 {
    margin-bottom: 1rem;
    font-size: calc(33px * 0.8);
}.course-program-info-8 .practical-study-5 p {
    font-size: calc(13px * 0.85);
    margin-bottom: 1.2rem;
    line-height: 1.5;
}.course-program-info-8 .practical-study-5 .inquiry-map-3 {
    width: 100%;
    padding: 0.8rem 1.5rem;
    text-align: center;
}
}



@media (max-width: 576px) {.tyZone-8 {
    padding: 2rem 0;
}.tyZone-8 .training-space-0 {
    padding: 1.5rem;
    transform: none;
    border-radius: 10px;
}.tyZone-8 h5 {
    font-size: calc(21px - 6px);
}.tyZone-8 .training-space-0 > div:first-child::after {
    width: 60px;
    height: 2px;
}.tyZone-8 .training-space-0:hover > div:first-child::after {
    width: 90px;
}.tyZone-8 h5::before {
    height: 20px;
    font-size: 10px;
    width: 20px;
}.tyZone-8 p {
    line-height: 1.6;
    font-size: calc(15px - 2px);
}
}



@keyframes moveBackground {
    0% {
        background-position: 0 0, 25px 25px;
    }
    100% {
        background-position: 30px 30px, 55px 55px;
    }
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes titleGlow {
  0%, 100% {
    filter: drop-shadow(0 0 8px rgba(rgb(191,208,191,0.5), 0.6));
  }
  50% {
    filter: drop-shadow(0 0 15px rgba(rgb(152,173,152,0.5), 0.8));
  }
}



@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(191,208,191,0.5), 0 0 20px rgb(191,208,191,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(191,208,191), 0 0 30px rgb(191,208,191);
  }
}



@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

