* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
}.framework-wrap {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}.site-header {
    flex: 1 0 auto;
}.sample-docs {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1252px;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.training-method {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(218,225,214) 0%, rgba(rgb(145,175,116,0.5), 0.05) 100%);
}.training-method::before {
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(179,200,167,0.5), 0.1) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(rgb(145,175,116,0.5), 0.15) 0%, transparent 50%);
    top: 0;
    position: absolute;
    height: 100%;
}.training-method::after {
    animation: floatElement 18s ease-in-out infinite alternate;
    position: absolute;
    height: 250px;
    top: -5%;
    z-index: 0;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 250px;
    opacity: 0.07;
    right: -5%;
    background: linear-gradient(225deg, rgb(179,200,167) 0%, transparent 70%);
    content: "";
}.training-method .knowledge-space {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.training-method h2 {
    margin-bottom: 40px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 31px;
    transform: translateX(-5px);
    display: inline-block;
}.training-method h2::before {
    transform-origin: left center;
    width: 80px;
    position: absolute;
    height: 4px;
    content: "";
    transform: scaleX(1);
    left: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgb(179,200,167);
    bottom: -10px;
}.training-method h2::after {
    position: absolute;
    height: 4px;
    content: "";
    background: rgb(145,175,116);
    opacity: 0.8;
    left: 85px;
    width: 20px;
    bottom: -10px;
}.training-method:hover h2::before {
    transform: scaleX(1.2);
}.training-method .content-zone {
    transform: translateY(0);
    padding: 40px;
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 0 0 1px rgba(rgba(0, 0, 0, 0.5), 0.02);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    border-radius: 0 24px 24px 24px;
    z-index: 2;
}.training-method .content-zone::before {
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(179,200,167), rgb(145,175,116));
    content: "";
    height: 100%;
    width: 8px;
    top: 0;
    z-index: 2;
}.training-method .content-zone::after {
    position: absolute;
    background: 
        linear-gradient(135deg, rgba(rgb(179,200,167,0.5), 0.05) 0%, transparent 100%),
        linear-gradient(45deg, rgba(rgb(145,175,116,0.5), 0.03) 0%, transparent 80%);
    content: "";
    width: 100%;
    pointer-events: none;
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
}.training-method .content-zone p {
    color: #000000;
    line-height: 1.7;
    margin: 0;
    max-width: 95%;
    z-index: 3;
    position: relative;
    font-size: 17px;
}.training-method:hover .content-zone {
    box-shadow: 
        0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 0 0 1px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: translateY(-5px);
}

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

@media (max-width: 991px) {.training-method {
    padding: 90px 0;
}.training-method h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 30px;
}.training-method .content-zone {
    padding: 35px;
}.training-method::after {
    width: 180px;
    height: 180px;
}
}

@media (max-width: 767px) {.training-method {
    padding: 70px 0;
}.training-method h2 {
    transform: translateX(0);
    font-size: calc(31px * 0.8);
    margin-bottom: 25px;
}.training-method h2::before {
    width: 60px;
}.training-method h2::after {
    width: 15px;
    left: 65px;
}.training-method .content-zone {
    padding: 30px 25px 30px 30px;
}.training-method .content-zone p {
    max-width: 100%;
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.training-method::after {
    right: -2%;
    height: 120px;
    width: 120px;
    top: -2%;
}
}

@media (max-width: 480px) {.training-method {
    padding: 50px 0;
}.training-method h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 20px;
}.training-method h2::before {
    width: 50px;
    height: 3px;
}.training-method h2::after {
    width: 12px;
    left: 55px;
    height: 3px;
}.training-method .content-zone {
    padding: 25px 20px 25px 25px;
}.training-method .content-zone::before {
    width: 6px;
}.training-method .content-zone p {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}.course-fit-for {
    background: linear-gradient(45deg, rgb(218,225,214) 0%, rgb(145,175,116,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.course-fit-for::before {
    position: absolute;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(179,200,167,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(145,175,116,0.5) 0%, transparent 50%);
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    height: 100%;
    z-index: 0;
    content: "";
}.course-fit-for::after {
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(179,200,167,0.5) 0,
            rgb(179,200,167,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(145,175,116,0.5) 0,
            rgb(145,175,116,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
}.course-fit-for .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.course-fit-for .knowledge-space {
    display: flex;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    transform: translateY(0);
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
}.course-fit-for .knowledge-space:hover {
    transform: translateY(-10px);
}.course-fit-for h4 {
    font-size: 31px;
    margin: 0;
    position: relative;
    background: linear-gradient(120deg, rgb(179,200,167) 0%, rgb(145,175,116) 100%);
    text-align: center;
    padding: 35px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    color: #ffffff;
}.course-fit-for h4::before {
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.5;
    width: 100%;
    position: absolute;
    left: 0;
}.course-fit-for div {
    background: #ffffff;
    padding: 40px;
}.course-fit-for div p {
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    border-radius: 10px;
    font-size: 12px;
    transition: all 0.3s ease;
    z-index: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    align-items: center;
    background: #ffffff;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 400;
}.course-fit-for div p:last-child {
    margin-bottom: 0;
}.course-fit-for div p::before {
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(180deg, rgb(179,200,167), rgb(145,175,116));
    transition: all 0.3s ease;
    content: "";
    height: 100%;
    width: 4px;
}.course-fit-for div p::after {
    top: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
    content: "";
    transition: opacity 0.3s ease;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, 
        rgba(rgb(179,200,167), 0.05) 0%, 
        rgba(rgb(145,175,116), 0.05) 100%
    );
    position: absolute;
}.course-fit-for div p:hover {
    transform: translateX(5px);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.course-fit-for div p:hover::before {
    width: 8px;
}.course-fit-for div p:hover::after {
    opacity: 1;
}.course-fit-for div p svg {
    transition: all 0.3s ease;
    height: 28px;
    width: 28px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    min-width: 28px;
    margin-right: 18px;
}.course-fit-for div p:hover svg {
    transform: scale(1.15);
}.course-fit-for div p svg path {
    fill: rgb(179,200,167);
    transition: fill 0.3s ease;
}.course-fit-for div p:hover svg path {
    fill: rgb(145,175,116);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {.course-fit-for {
    padding: 80px 0;
}.course-fit-for h4 {
    padding: 30px 25px;
    font-size: calc(31px - 2px);
}.course-fit-for div {
    padding: 30px;
}.course-fit-for div p {
    margin-bottom: 15px;
    padding: 15px;
}.course-fit-for div p svg {
    min-width: 24px;
    width: 24px;
    margin-right: 15px;
    height: 24px;
}
}

@media (max-width: 767px) {.course-fit-for {
    padding: 60px 0;
}.course-fit-for h4 {
    padding: 25px 20px;
    font-size: calc(31px - 4px);
}.course-fit-for div {
    padding: 25px 20px;
}.course-fit-for div p {
    padding: 12px 15px;
    margin-bottom: 12px;
}.course-fit-for div p svg {
    min-width: 20px;
    height: 20px;
    width: 20px;
    margin-right: 12px;
}
}

@media (max-width: 479px) {.course-fit-for {
    padding: 40px 0;
}.course-fit-for h4 {
    font-size: calc(31px - 6px);
    padding: 20px 15px;
}.course-fit-for div {
    padding: 20px 15px;
}.course-fit-for div p {
    padding: 10px 12px;
    font-size: calc(12px - 1px);
    margin-bottom: 10px;
}.course-fit-for div p svg {
    width: 18px;
    min-width: 18px;
    margin-right: 10px;
    height: 18px;
}}.program-offerings {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    display: flex;
    background-color: rgb(218,225,214);
    overflow: hidden;
}.program-offerings .learn-work {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    overflow: hidden;
    top: 0;
}.program-offerings .knowledge {
    display: flex;
    width: 500%;
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}.program-offerings .learn-work:hover .knowledge {
    animation-play-state: paused;
}.program-offerings .learn-business {
    position: relative;
    width: 20%;
    height: 100%;
    overflow: hidden;
}.program-offerings .learn-business img {
    filter: brightness(0.85) contrast(1.1);
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.7s ease-out;
    transform: scale(1.05);
}.program-offerings .learn-business:hover img {
    transform: scale(1);
    filter: brightness(0.9) contrast(1.05);
}.program-offerings .learn-business::before {
    animation: gradient-shift 8s infinite alternate;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 2;
}.program-offerings .learn-business::after {
    top: 0;
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
    height: 100%;
}.program-offerings .container {
    padding: 2rem;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 100%;
}.program-offerings .knowledge-space {
    width: 100%;
    max-width: 800px;
    position: relative;
}.program-offerings .lesson-map {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    position: relative;
    border-radius: 24px;
    padding: 4rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    backdrop-filter: blur(10px);
    transform: translateY(0);
    overflow: hidden;
    text-align: center;
}.program-offerings .lesson-map::before {
    width: 100%;
    top: 0;
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.7;
    animation: pulse-gradient 8s ease infinite;
}.program-offerings .lesson-map::after {
    right: 0;
    position: absolute;
    content: "";
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    transform: translateX(-100%);
    top: 0;
    z-index: -1;
    bottom: 0;
    animation: shine-effect 10s ease-in-out infinite;
    left: 0;
}.program-offerings .lesson-map h3 {
    display: inline-block;
    font-size: 38px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}.program-offerings .lesson-map h3::after {
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
    transition: width 0.3s ease;
    width: 30%;
    bottom: -8px;
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(179,200,167) 0%,
        rgb(145,175,116) 100%
    );
}.program-offerings .lesson-map:hover h3::after {
    width: 60%;
}.program-offerings .lesson-map p {
    opacity: 0.8;
    color: #ffffff;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    font-size: 14px;
    margin-left: auto;
    max-width: 90%;
    font-weight: 300;
    margin-right: auto;
}.program-offerings .lesson-map .query-map {
    border-radius: 10px;
    display: inline-block;
    z-index: 1;
    box-shadow: 0 8px 25px rgb(179,200,167,0.5);
    font-size: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    text-decoration: none;
    padding: 1rem 2.5rem;
    background: linear-gradient(
        45deg,
        rgb(179,200,167) 0%,
        rgb(145,175,116) 100%
    );
    position: relative;
}.program-offerings .lesson-map .query-map::before {
    left: 0;
    height: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(
        45deg,
        rgb(145,175,116) 0%,
        rgb(179,200,167) 100%
    );
    content: "";
}.program-offerings .lesson-map .query-map::after {
    width: 200%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    left: -50%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    top: -50%;
    transform: scale(0);
    opacity: 0;
    height: 200%;
    content: "";
    position: absolute;
}.program-offerings .lesson-map .query-map:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgb(179,200,167,0.5);
}.program-offerings .lesson-map .query-map:hover::before {
    opacity: 1;
}.program-offerings .lesson-map .query-map:hover::after {
    transform: scale(1);
    animation: ripple-out 1.5s ease;
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes gradient-shift {
    0% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
}

@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.program-offerings::before {
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    opacity: 0.7;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    top: 0;
    height: 100%;
}.program-offerings::after {
    width: 100%;
    left: 0;
    opacity: 0.8;
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
}

@media (max-width: 992px) {.program-offerings .lesson-map {
    padding: 3rem;
}.program-offerings .knowledge-space {
    max-width: 700px;
}.program-offerings .lesson-map h3 {
    font-size: calc(38px * 0.9);
}.program-offerings .lesson-map p {
    max-width: 95%;
}
}

@media (max-width: 768px) {.program-offerings .lesson-map {
    padding: 2.5rem;
}.program-offerings .knowledge-space {
    max-width: 90%;
}.program-offerings .lesson-map h3 {
    margin-bottom: 1.2rem;
    font-size: calc(38px * 0.8);
}.program-offerings .lesson-map p {
    margin-bottom: 2rem;
    font-size: calc(14px * 0.95);
}.program-offerings .lesson-map .query-map {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 576px) {.program-offerings .knowledge {
    animation-duration: 25s;
}.program-offerings .lesson-map {
    padding: 2rem 1.5rem;
}.program-offerings .lesson-map h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1rem;
}.program-offerings .lesson-map p {
    font-size: calc(14px * 0.9);
    max-width: 100%;
    margin-bottom: 1.5rem;
}.program-offerings .lesson-map .query-map {
    padding: 0.75rem 1.75rem;
    font-size: calc(16px * 0.9);
}@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

.program-offerings .learn-business:nth-child(1)::before {
    animation-delay: 0s;
}.program-offerings .learn-business:nth-child(2)::before {
    animation-delay: 2s;
}.program-offerings .learn-business:nth-child(3)::before {
    animation-delay: 4s;
}.program-offerings .learn-business:nth-child(4)::before {
    animation-delay: 6s;
}.program-offerings .learn-business:nth-child(5)::before {
    animation-delay: 8s;
}.program-offerings .learn-business::after {
    animation: tech-grid 15s linear infinite;
}@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}.cookieAgreementModal {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    z-index: 90;
    justify-content: center;
    border-top: 3px solid rgb(179,200,167);
    background: rgb(218,225,214);
    bottom: 0;
    overflow: hidden;
    position: fixed;
    align-items: center;
    display: flex;
    padding: 1rem 0;
}#cookiePolicyBanner {
    display: none;
}#cookiePolicyBanner:checked ~ .cookieAgreementModal {
    visibility: hidden;
    opacity: 0;
}.cookieAgreementModal .container {
    z-index: 1;
    padding: 0 15px;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: center;
    position: relative;
    display: flex;
    max-width: 1140px;
    gap: 1rem;
    justify-content: space-between;
}.cookies-terms {
    flex-shrink: 0;
    margin-right: 1rem;
    align-items: center;
    display: flex;
}.cookies-terms svg {
    fill: rgb(179,200,167);
    height: 50px;
    width: 50px;
}.cookie-overview {
    flex: 1;
    margin-bottom: 20px;
    min-width: 300px;
}.cookie-overview h5 {
    color: rgb(179,200,167);
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.5rem;
}.cookie-overview p {
    font-size: 1rem;
    color: #000000;
}.digital-consent {
    border: none;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-weight: 700;
    background: rgb(179,200,167);
}.cookie_button.cookies-tracking {
    background: rgb(179,200,167);
}.cookie_button.consent-comply {
    margin-left: 0.5rem;
    background: #000000;
}.digital-consent:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.consent-comply:hover {
    background: rgb(179,200,167);
}.cookieAgreementModal p a {
    transition: color 0.3s ease;
    color: rgb(179,200,167);
    text-decoration: underline;
}.cookieAgreementModal p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookieAgreementModal .container {
    flex-direction: column;
    align-items: center;
}.cookies-terms {
    margin-bottom: 1rem;
    margin-right: 0;
}.cookie-overview {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.consent-comply {
    margin-left: 0;
    margin-top: 0.5rem;
}}
header {
    position: relative;
    padding: 1.2rem 0;
    background: rgb(218,225,214);
    z-index: 100;
}header::before {
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(179,200,167,0.5) 0%, 
        transparent 50%, 
        rgb(145,175,116,0.5) 100%);
    left: 0;
    opacity: 0.5;
}header .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}header .nav-top {
    display: flex;
    padding: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    background: #ffffff;
    align-items: center;
    border-radius: 11px;
    gap: 1rem;
}header .top-sitebar {
    margin-bottom: 0.5rem;
    text-decoration: none;
    display: flex;
    justify-content: center;
    padding: 0.5rem 1rem;
    position: relative;
}header .top-sitebar::before {
    width: 100%;
    height: 1px;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(179,200,167,0.5), 
        rgb(145,175,116,0.5), 
        rgb(179,200,167,0.5), 
        transparent);
}header .top-sitebar svg {
    width: 160px;
    transition: all 0.3s ease;
    height: auto;
}header .top-sitebar:hover svg {
    filter: drop-shadow(0 2px 4px rgb(179,200,167,0.5));
    transform: translateY(-2px);
}header .header-sitebar {
    gap: 0.4rem;
    display: flex;
    width: 100%;
    padding: 0.6rem;
    border-radius: 10px;
    flex-wrap: wrap;
    justify-content: center;
    background: rgb(218,225,214);
}header .top-nav {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 14px;
    padding: 0.5rem 1rem;
    font-weight: 400;
    z-index: 1;
}header .top-nav::before {
    height: 100%;
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, rgb(179,200,167), rgb(145,175,116));
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
}header .top-nav:hover {
    color: #ffffff;
}header .top-nav:hover::before {
    opacity: 1;
}header .top-nav::after {
    left: 0;
    content: '';
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(179,200,167), rgb(145,175,116));
    height: 2px;
    transition: transform 0.3s ease;
    bottom: 0;
    width: 100%;
}header .top-nav:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .nav-top {
    gap: 0.8rem;
    padding: 0.8rem;
}header .top-sitebar svg {
    width: 140px;
}header .header-sitebar {
    padding: 0.5rem;
}header .top-nav {
    font-size: calc(14px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .nav-top {
    gap: 0.7rem;
    padding: 0.7rem;
}header .top-sitebar svg {
    width: 120px;
}header .header-sitebar {
    padding: 0.4rem;
    gap: 0.3rem;
}header .top-nav {
    padding: 0.3rem 0.7rem;
    font-size: calc(14px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .nav-top {
    padding: 0.6rem;
    gap: 0.6rem;
}header .top-sitebar svg {
    width: 110px;
}header .header-sitebar {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.4rem;
}header .header-sitebar::-webkit-scrollbar {
    height: 2px;
}header .header-sitebar::-webkit-scrollbar-thumb {
    background: rgb(179,200,167);
    border-radius: 10px;
}header .top-nav {
    flex-shrink: 0;
    white-space: nowrap;
}}.get-in-touch {
    padding: 110px 0;
    background: linear-gradient(125deg, rgb(218,225,214) 0%, rgb(218,225,214) 60%, rgb(179,200,167,0.5) 100%);
    position: relative;
    overflow: hidden;
}.get-in-touch::before {
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(179,200,167,0.5),
        rgb(179,200,167,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    top: 0;
    right: 0;
    position: absolute;
    width: 50%;
    content: "";
    opacity: 0.05;
    height: 100%;
}.get-in-touch .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.get-in-touch h2 {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 33px;
    color: #000000;
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
}.get-in-touch h2::before {
    height: 4px;
    content: "";
    border-radius: 2px;
    background: rgb(179,200,167);
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    position: absolute;
    bottom: -15px;
}.get-in-touch .feedback-box {
    position: relative;
    align-items: center;
    background: transparent;
    gap: 40px;
    grid-template-columns: 1fr 450px;
    display: grid;
}.get-in-touch .featured-photo {
    border-radius: 30px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    height: 550px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.get-in-touch .featured-photo:hover {
    transform: perspective(1000px) rotateY(0deg);
}.get-in-touch .help-links {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 30px;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.5s ease;
    padding: 50px;
}.get-in-touch .help-links:hover {
    transform: perspective(1000px) rotateY(0deg);
}.get-in-touch form {
    width: 100%;
}.get-in-touch form h3 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #000000;
    margin-bottom: 30px;
}.get-in-touch form input[type="text"] {
    font-family: Arial, sans-serif;
    border-radius: 10px;
    width: 100%;
    color: #000000;
    border: none;
    font-size: 12px;
    background: rgb(218,225,214);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    padding: 16px 20px;
}.get-in-touch form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(179,200,167);
    outline: none;
}.get-in-touch form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.get-in-touch .reach-list {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.get-in-touch .reach-list input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get-in-touch .reach-list label {
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    color: #000000;
    font-size: 16px;
}.get-in-touch .reach-list label::before {
    left: 0;
    content: "";
    position: absolute;
    background: rgb(218,225,214);
    border-radius: 4px;
    top: 2px;
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
}.get-in-touch .reach-list input[type="checkbox"]:checked + label::before {
    background: rgb(179,200,167);
}.get-in-touch .reach-list input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    top: 6px;
    content: "";
    border-right: 2px solid #ffffff;
    height: 10px;
    width: 6px;
    position: absolute;
    left: 8px;
}.get-in-touch .reach-list label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(179,200,167);
}.get-in-touch .reach-list label a:hover {
    color: rgb(145,175,116);
}.get-in-touch form .query-map {
    padding: 16px 35px;
    border: none;
    background: rgb(179,200,167);
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    font-size: 20px;
    position: relative;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}.get-in-touch form .query-map::after {
    z-index: 0;
    width: 0;
    height: 100%;
    background: rgb(145,175,116);
    right: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    top: 0;
}.get-in-touch form .query-map:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}.get-in-touch form .query-map span {
    z-index: 1;
    position: relative;
}.get-in-touch svg {
    fill: rgb(179,200,167);
    height: 22px;
    width: 22px;
}.get-in-touch svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,200,167);
}

@media screen and (max-width: 1100px) {.get-in-touch .feedback-box {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.get-in-touch .featured-photo {
    height: 500px;
}.get-in-touch .help-links {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.get-in-touch {
    padding: 80px 0;
}.get-in-touch .feedback-box {
    gap: 40px;
    grid-template-columns: 1fr;
}.get-in-touch .featured-photo {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.get-in-touch .help-links {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.get-in-touch {
    padding: 60px 0;
}.get-in-touch h2 {
    margin-bottom: 40px;
}.get-in-touch .featured-photo {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.get-in-touch {
    padding: 50px 0;
}.get-in-touch h2 {
    font-size: calc(33px * 0.85);
}.get-in-touch .featured-photo {
    height: 250px;
}.get-in-touch .help-links {
    padding: 30px 25px;
}.get-in-touch form h3 {
    font-size: calc(21px * 0.9);
}.get-in-touch form .query-map {
    width: 100%;
}}.privacy-guardhouse {
    margin: 0 auto;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
}.privacy-guardhouse h1 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 41px;
    color: rgb(179,200,167);
    margin-top: 40px;
    font-family: Arial, sans-serif;
    text-align: center;
    border-bottom: 2px solid rgb(179,200,167);
}.privacy-guardhouse h2 {
    color: rgb(145,175,116);
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(145,175,116);
    font-size: 31px;
}.privacy-guardhouse h3, .privacy-guardhouse h4, .privacy-guardhouse h5, .privacy-guardhouse h6 {
    font-size: 19px;
    color: #000000;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}.privacy-guardhouse ul, .privacy-guardhouse ol {
    margin: 0;
    padding: 15px 0;
    list-style-position: inside;
    padding-left: 0;
}.privacy-guardhouse li {
    margin-bottom: 12px;
    padding: 5px;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    transition: background 0.3s ease-in-out;
}.privacy-guardhouse li:hover {
    background: rgb(179,200,167,0.5);
}.privacy-guardhouse section {
    background: none;
}.privacy-guardhouse p, .privacy-guardhouse span, .privacy-guardhouse div {
    margin-bottom: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.privacy-guardhouse {
    width: 100%;
    padding: 25px 10px;
}.privacy-guardhouse h1, .privacy-guardhouse h2 {
    font-size: calc(19px - 5px);
    text-align: left;
}.privacy-guardhouse ul, .privacy-guardhouse ol {
    padding: 10px 0;
}}.customer-support {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,225,214) 0%, rgba(242, 246, 255, 0.9) 100%);
    position: relative;
}.customer-support::before {
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.03) 0px,
        rgba(0, 0, 0, 0.03) 1px,
        transparent 1px,
        transparent 25px
    );
    height: 100%;
    left: 0;
    pointer-events: none;
}.customer-support::after {
    transform: rotate(-15deg);
    right: -10%;
    content: "";
    width: 60%;
    position: absolute;
    top: -50%;
    background: linear-gradient(120deg, rgb(179,200,167,0.5) 0%, transparent 70%);
    height: 200%;
    z-index: 0;
}.customer-support .container {
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.customer-support .get-answers {
    transform: translateY(0);
    gap: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.04);
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 3rem;
}.customer-support .get-answers:hover {
    transform: translateY(-5px);
}.customer-support .get-answers::before {
    width: 6px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(179,200,167), rgb(145,175,116));
}.customer-support h3 {
    transform: translateX(0);
    margin: 0 0 1.5rem;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    color: #000000;
    transition: transform 0.3s ease;
}.customer-support .get-answers:hover h3 {
    transform: translateX(10px);
}.customer-support h3::after {
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(179,200,167), rgb(145,175,116,0.5));
    left: 0;
}.customer-support p {
    line-height: 1.7;
    margin: 0 0 1.5rem;
    color: #000000;
    font-size: 16px;
}.customer-support h5 {
    align-items: center;
    font-size: 23px;
    color: #000000;
    margin: 0 0 0.75rem;
    gap: 0.75rem;
    font-weight: 600;
    display: flex;
}.customer-support svg {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}.customer-support svg:hover {
    transform: scale(1.15);
}.customer-support svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,200,167);
}.customer-support a:hover svg path {
    fill: rgb(145,175,116);
}.customer-support .contact-card {
    gap: 1.25rem;
    display: grid;
    padding: 0;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 1.5rem 0 0;
}.customer-support .msg-page {
    color: #000000;
    display: flex;
    text-decoration: none;
    border-left: 3px solid transparent;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    font-weight: 600;
    align-items: center;
    background-color: rgba(242, 246, 255, 0.6);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}.customer-support .msg-page:hover {
    transform: translateX(5px);
    background-color: rgba(242, 246, 255, 1);
    border-left: 3px solid rgb(179,200,167);
}

@media (min-width: 768px) {.customer-support .get-answers {
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
}.customer-support h3 {
    grid-column: 1 / -1;
}.customer-support .contact-card {
    grid-column: 1 / -1;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.customer-support::after {
    top: -30%;
    width: 40%;
    right: -5%;
}
}

@media (min-width: 992px) {.customer-support {
    padding: 7rem 0;
}.customer-support .get-answers {
    grid-template-columns: 2fr 1fr;
    column-gap: 4rem;
    padding: 5rem;
}.customer-support .contact-card {
    grid-template-columns: 1fr;
    grid-column: auto;
}.customer-support h3 {
    font-size: calc(36px * 1.2);
    grid-column: 1 / -1;
}.customer-support .get-answers::before {
    width: 8px;
}.customer-support .msg-page {
    padding: 1rem 1.5rem;
}
}

@media (min-width: 1200px) {.customer-support .get-answers {
    padding: 5rem 6rem;
}.customer-support h3::after {
    width: 120px;
}.customer-support .msg-page:hover {
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.customer-support {
    padding: 3rem 0;
}.customer-support .get-answers {
    padding: 2rem;
}.customer-support h3 {
    font-size: calc(36px * 0.9);
}.customer-support p {
    font-size: calc(16px * 0.95);
}}.homepage {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,225,214), rgba(0, 0, 0, 0.5));
    justify-content: center;
    align-items: center;
}.homepage::before {
    height: 100%;
    content: "";
    position: absolute;
    transform: translateZ(0);
    top: 0;
    background: linear-gradient(45deg, rgb(179,200,167,0.5) 0%, transparent 40%, rgb(145,175,116,0.5) 100%);
    width: 100%;
    left: 0;
    z-index: 1;
}.homepage::after {
    pointer-events: none;
    left: -10%;
    width: 120%;
    background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 10px
  );
    height: 120%;
    animation: patternShift 30s linear infinite;
    content: "";
    position: absolute;
    top: -10%;
    z-index: 2;
}.homepage .edu-title {
    perspective: 1200px;
    position: relative;
    z-index: 3;
    max-width: 1200px;
    width: 90%;
}.homepage .learn-title {
    padding: 4rem 3rem;
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 10px 20px rgba(0, 0, 0, 0.15),
    0 5px 10px rgba(0, 0, 0, 0.1);
    transform: rotateX(5deg) rotateY(-2deg);
    overflow: hidden;
}.homepage .learn-title::before {
    left: 0;
    height: 100%;
    z-index: -1;
    content: "";
    width: 100%;
    position: absolute;
    transform: translateZ(-10px);
    background: linear-gradient(to right, 
    rgba(#000000, 0.8) 0%,
    rgba(#000000, 0.7) 50%,
    rgba(#000000, 0.8) 100%);
    top: 0;
}.homepage .learn-title span {
    transform: translateZ(20px);
    margin-bottom: 1.5rem;
    display: block;
}.homepage .learn-title h3 {
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: calc(23px * 1.2);
    opacity: 0;
    position: relative;
    padding-left: 1rem;
    animation: slideInUp 0.8s 0.2s forwards ease-out;
    color: rgb(145,175,116);
    line-height: 1.4;
    transform: translateY(-10px);
    letter-spacing: 0.5px;
}.homepage .learn-title h3::before {
    width: 3px;
    left: 0;
    transform: scaleY(0);
    position: absolute;
    animation: scaleIn 0.6s 0.5s forwards cubic-bezier(0.33, 1, 0.68, 1);
    top: 0;
    height: 100%;
    background: rgb(145,175,116);
    content: "";
    transform-origin: top;
}.homepage .learn-title h1 {
    font-size: calc(44px * 1.25);
    animation: slideInUp 0.8s 0.4s forwards ease-out;
    text-shadow: 
    0 2px 5px rgba(0, 0, 0, 0.3),
    0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateZ(40px);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.5px;
    opacity: 0;
    line-height: 1.2;
    margin-bottom: 2rem;
    transform: translateY(-20px);
}.homepage .learn-title > div {
    position: relative;
    animation: slideInUp 0.8s 0.6s forwards ease-out;
    opacity: 0;
    transform: translateZ(30px);
    transform: translateY(20px);
}.homepage .learn-title > div > div {
    display: inline-block;
    background: linear-gradient(to right, 
    rgb(179,200,167,0.5) 0%,
    rgb(179,200,167) 50%,
    rgb(179,200,167,0.5) 100%);
    box-shadow: 
    0 10px 20px rgba(0, 0, 0, 0.1),
    0 6px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    border-left: 4px solid rgb(145,175,116);
    padding: 1.5rem 2rem;
    transform: translateX(0);
}.homepage .learn-title > div > div:hover {
    transform: translateX(10px);
}.homepage .learn-title p {
    font-weight: 400;
    color: #ffffff;
    font-size: calc(14px * 1.25);
    line-height: 1.6;
    margin: 0;
}

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

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

@keyframes patternShift {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, 5%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@media (max-width: 992px) {.homepage .learn-title {
    padding: 3rem 2rem;
    transform: rotateX(3deg) rotateY(-1deg);
}.homepage .learn-title h1 {
    font-size: calc(44px * 1.1);
}.homepage .learn-title h3 {
    font-size: calc(23px * 1.1);
}.homepage .learn-title p {
    font-size: calc(14px * 1.1);
}
}

@media (max-width: 768px) {.homepage {
    min-height: 80vh;
}.homepage .learn-title {
    padding: 2.5rem 1.5rem;
    transform: rotateX(2deg) rotateY(0);
}.homepage .learn-title h1 {
    font-size: 44px;
    margin-bottom: 1.5rem;
}.homepage .learn-title h3 {
    font-size: 23px;
}.homepage .learn-title > div > div {
    padding: 1.25rem 1.5rem;
}.homepage .learn-title p {
    font-size: 14px;
}
}

@media (max-width: 576px) {.homepage .edu-title {
    width: 95%;
}.homepage .learn-title {
    padding: 2rem 1rem;
    transform: none;
}.homepage .learn-title h1 {
    font-size: calc(29px * 1.1);
}.homepage .learn-title h3 {
    font-size: calc(21px * 1.1);
}.homepage .learn-title > div > div {
    padding: 1rem;
    width: 100%;
}}.training-specialist {
    background: linear-gradient(135deg, rgb(218,225,214) 0%, rgb(179,200,167,0.5) 100%);
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
}.training-specialist::before {
    content: "";
    background: repeating-linear-gradient(
    -45deg,
    rgb(179,200,167,0.5) 0px,
    rgb(179,200,167,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    opacity: 0.08;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}.training-specialist::after {
    width: 100%;
    right: -50%;
    z-index: 0;
    height: 100%;
    content: "";
    top: -50%;
    background: radial-gradient(circle, rgb(145,175,116,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.15;
}.training-specialist .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.training-specialist .feedback-quotes {
    isolation: isolate;
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    gap: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    display: grid;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.training-specialist .feedback-quotes::before {
    content: "";
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(179,200,167), rgb(145,175,116));
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
}.training-specialist .feedback-quotes > div:first-child {
    display: flex;
    order: 1;
    align-items: center;
    justify-content: center;
}.training-specialist .feedback-quotes .featured-photo {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    width: 200px;
    transform: translateY(-10px) rotate(-3deg);
}.training-specialist .feedback-quotes .featured-photo::after {
    inset: 0;
    mix-blend-mode: overlay;
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top right, rgba(rgb(179,200,167), 0.2), transparent);
}.training-specialist .feedback-quotes .featured-photo:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}.training-specialist .feedback-quotes > div:nth-child(2) {
    border-left: 1px solid rgb(179,200,167,0.5);
    order: 2;
    padding-left: 1rem;
}.training-specialist .feedback-quotes .name {
    font-weight: 700;
    font-size: calc(18px * 1.1);
    color: rgb(179,200,167);
    position: relative;
    margin-bottom: 0.5rem;
    display: inline-block;
}.training-specialist .feedback-quotes .name::after {
    background: rgb(145,175,116);
    height: 2px;
    content: "";
    position: absolute;
    transition: transform 0.3s ease-out;
    left: 0;
    transform-origin: left;
    width: 60%;
    transform: scaleX(0.7);
    bottom: -4px;
}.training-specialist .feedback-quotes .name:hover::after {
    transform: scaleX(1);
}.training-specialist .feedback-quotes > div:nth-child(2) > div {
    margin-top: 0.5rem;
    color: rgb(145,175,116);
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 600;
}.training-specialist .feedback-quotes > div:nth-child(3) {
    position: relative;
    margin-top: 1rem;
    order: 3;
}.training-specialist .feedback-quotes .career-container {
    color: #000000;
    background: linear-gradient(to right, rgb(218,225,214) 0%, transparent 100%);
    font-size: 12px;
    padding: 1.5rem;
    border-radius: 10px;
    position: relative;
    margin: 0;
    line-height: 1.7;
}.training-specialist .feedback-quotes .career-container::before {
    content: "";
    opacity: 0.3;
    top: -0.5rem;
    color: rgb(179,200,167,0.5);
    left: 0;
    line-height: 1;
    font-size: 5rem;
    position: absolute;
}

@media (min-width: 768px) {.training-specialist .feedback-quotes {
    padding: 4rem;
    grid-template-areas: 
      "photo info"
      "quote quote";
    grid-template-columns: 250px 1fr;
    gap: 3rem;
}.training-specialist .feedback-quotes > div:first-child {
    grid-area: photo;
    justify-content: flex-start;
}.training-specialist .feedback-quotes > div:nth-child(2) {
    grid-area: info;
    padding-left: 0;
    align-self: center;
    border-left: none;
}.training-specialist .feedback-quotes > div:nth-child(3) {
    grid-area: quote;
}.training-specialist .feedback-quotes .career-container {
    background: linear-gradient(135deg, rgb(218,225,214) 0%, transparent 100%);
    padding: 2rem;
}
}

@media (min-width: 992px) {.training-specialist .feedback-quotes {
    grid-template-columns: 300px 1fr;
    padding: 5rem;
    gap: 3rem 4rem;
    grid-template-areas: 
      "photo info"
      "photo quote";
}.training-specialist .feedback-quotes > div:first-child {
    align-self: start;
}.training-specialist .feedback-quotes .featured-photo {
    height: 280px;
    width: 280px;
}.training-specialist .feedback-quotes .name {
    font-size: calc(18px * 1.3);
}.training-specialist .feedback-quotes > div:nth-child(2) > div {
    font-size: calc(12px * 1.1);
}.training-specialist .feedback-quotes .career-container {
    padding: 2.5rem;
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.training-specialist .feedback-quotes {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
}.training-specialist .feedback-quotes:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.training-specialist .feedback-quotes .featured-photo {
    width: 320px;
    height: 320px;
}
}

@media (max-width: 767px) {.training-specialist {
    padding: 3rem 0;
}.training-specialist .container {
    padding: 0 1.5rem;
}.training-specialist .feedback-quotes {
    padding: 2rem 1.5rem;
    transform: none;
}.training-specialist .feedback-quotes .featured-photo {
    width: 180px;
    height: 180px;
}}.our-mission {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.our-mission::before {
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(179,200,167,0.5), rgba(0, 0, 0, 0.5) 75%);
}.our-mission::after {
    opacity: 0.15;
    z-index: 0;
    background: rgb(145,175,116);
    right: -5%;
    height: 200%;
    animation: floatElement 20s infinite alternate ease-in-out;
    width: 45%;
    top: -10%;
    position: absolute;
    content: "";
    transform: rotate(-25deg);
}.our-mission .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1240px;
    z-index: 2;
}.our-mission h2 {
    font-weight: 700;
    margin-bottom: 40px;
    display: inline-block;
    transform: translateX(-5px);
    font-size: 28px;
    color: #ffffff;
    position: relative;
}.our-mission h2::after {
    position: absolute;
    height: 3px;
    width: 80px;
    animation: expandWidth 0.7s ease-out forwards;
    left: 0;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(145,175,116), transparent);
    transform-origin: left;
}.our-mission .content-zone {
    position: relative;
    gap: 30px;
    transform: translateY(0);
    grid-template-columns: 1fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    display: grid;
    z-index: 3;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: rgba(255, 255, 255, 0.92);
    padding: 40px;
    backdrop-filter: blur(10px);
}.our-mission .content-zone::before {
    animation: growVertical 1s 0.3s ease-out forwards;
    top: 0;
    left: 0;
    height: 0;
    width: 6px;
    background: rgb(179,200,167);
    content: "";
    position: absolute;
}.our-mission .content-zone > div {
    position: relative;
}.our-mission .content-zone p {
    margin-bottom: 20px;
    font-size: calc(17px * 1.5);
    color: rgb(179,200,167);
    padding-left: 15px;
    transition: transform 0.3s ease;
    position: relative;
    font-weight: 600;
    transform: translateX(0);
}.our-mission .content-zone p::before {
    content: "";
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    background: rgb(145,175,116);
    width: 8px;
    top: 50%;
    position: absolute;
    left: 0;
}.our-mission .content-zone div > div {
    padding-left: 15px;
    font-size: 17px;
    column-count: 1;
    column-gap: 40px;
    line-height: 1.8;
    position: relative;
    color: #000000;
}.our-mission .content-zone:hover {
    transform: translateY(-5px);
}.our-mission .content-zone:hover p {
    transform: translateX(5px);
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

@keyframes growVertical {
    from { height: 0; }
    to { height: 100%; }
}

@keyframes floatElement {
    0% { transform: rotate(-25deg) translateY(0); }
    50% { transform: rotate(-22deg) translateY(-15px); }
    100% { transform: rotate(-25deg) translateY(0); }
}

@media (min-width: 768px) {.our-mission {
    padding: 150px 0;
}.our-mission h2 {
    margin-bottom: 60px;
    font-size: calc(28px * 1.2);
}.our-mission h2::after {
    width: 120px;
}.our-mission .content-zone {
    padding: 60px;
    margin-left: 40px;
    width: calc(100% - 40px);
}.our-mission .content-zone div > div {
    column-count: 2;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.our-mission {
    padding: 180px 0;
}.our-mission::after {
    width: 60%;
    right: -10%;
    top: -20%;
}.our-mission h2 {
    transform: translateX(-10px);
}.our-mission .content-zone {
    padding: 80px;
    margin-left: 80px;
    width: calc(100% - 80px);
}.our-mission .content-zone::before {
    width: 8px;
}.our-mission .content-zone div > div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.our-mission h2 {
    margin-bottom: 80px;
}.our-mission .content-zone {
    padding: 100px;
    width: calc(100% - 120px);
    margin-left: 120px;
}.our-mission .content-zone::before {
    width: 10px;
}
}

@media (max-width: 767px) {.our-mission {
    padding: 80px 0;
}.our-mission h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.our-mission .content-zone {
    padding: 30px 20px;
}.our-mission .content-zone p {
    font-size: calc(17px * 1.2);
    margin-bottom: 15px;
}.our-mission .content-zone div > div {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}.gratefulPage {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(218,225,214) 0%, rgb(145,175,116,0.5) 100%);
    overflow: hidden;
}.gratefulPage::before {
    opacity: 0.4;
    top: 0;
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    pointer-events: none;
    height: 100%;
    background: 
    radial-gradient(circle at 10% 20%, rgb(179,200,167,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(145,175,116,0.5) 10%, transparent 50%);
}.gratefulPage::after {
    pointer-events: none;
    height: 90%;
    right: -50%;
    transform: rotate(-15deg);
    background: rgb(255, 255, 255, 0.5);
    top: -50%;
    width: 90%;
    opacity: 0.08;
    position: absolute;
    z-index: 1;
    filter: blur(80px);
    content: "";
}.gratefulPage .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.gratefulPage .knowledge-space {
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
    padding: 60px 50px;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(179,200,167);
    position: relative;
}.gratefulPage .knowledge-space::before {
    border: 1px solid rgb(145,175,116,0.5);
    transition: transform 0.5s ease;
    border-radius: 10px;
    opacity: 0.2;
    left: 20px;
    right: 20px;
    transform: scale(0.97);
    pointer-events: none;
    content: "";
    bottom: 20px;
    position: absolute;
    top: 20px;
}.gratefulPage .knowledge-space:hover::before {
    transform: scale(1);
}.gratefulPage .knowledge-space > div:first-child {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}.gratefulPage .knowledge-space > div:first-child::after {
    content: "";
    height: 3px;
    transform-origin: left center;
    left: 0;
    bottom: 0;
    animation: lineExpand 1s ease-out 0.3s forwards;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,200,167) 0%, rgb(145,175,116) 100%);
    width: 80px;
}.gratefulPage h5 {
    opacity: 0;
    font-weight: 700;
    transform: translateY(15px);
    color: #000000;
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
}.gratefulPage p {
    transform: translateY(15px);
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    opacity: 0;
    font-size: 16px;
    color: #000000;
}.gratefulPage a {
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
    color: inherit;
    text-decoration: none;
}.gratefulPage a:hover {
    transform: translateY(-5px);
}.gratefulPage a::after {
    transform: scaleX(0.3);
    width: 100%;
    opacity: 0;
    content: "";
    transform-origin: left;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(179,200,167,0.5) 0%, transparent 100%);
    bottom: -8px;
    height: 1px;
    transition: transform 0.5s ease, opacity 0.5s ease;
}.gratefulPage a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

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

@keyframes lineExpand {
  0% {
    transform: scaleX(0.1);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}

@media (max-width: 992px) {.gratefulPage {
    padding: 80px 0;
}.gratefulPage .knowledge-space {
    padding: 50px 40px;
}.gratefulPage h5 {
    font-size: calc(24px - 2px);
}
}

@media (max-width: 768px) {.gratefulPage {
    padding: 60px 0;
}.gratefulPage .knowledge-space {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.gratefulPage .knowledge-space::before {
    bottom: 15px;
    right: 15px;
    left: 15px;
    top: 15px;
}.gratefulPage .knowledge-space > div:first-child {
    margin-bottom: 25px;
    padding-bottom: 20px;
}.gratefulPage h5 {
    font-size: calc(24px - 4px);
}.gratefulPage p {
    font-size: calc(16px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.gratefulPage {
    padding: 50px 0;
}.gratefulPage .knowledge-space {
    border-left: 3px solid rgb(179,200,167);
    transform: none;
    padding: 30px 20px;
}.gratefulPage .knowledge-space::before {
    display: none;
}.gratefulPage .knowledge-space > div:first-child {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.gratefulPage .knowledge-space > div:first-child::after {
    height: 2px;
    width: 60px;
}.gratefulPage h5 {
    font-size: calc(24px - 6px);
}.gratefulPage p {
    font-size: calc(16px - 2px);
    line-height: 1.6;
}}.register-now {
    background: linear-gradient(125deg, rgb(145,175,116) 0%, rgb(179,200,167) 100%);
    padding: 120px 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}.register-now::before {
    width: 100%;
    top: 0;
    opacity: 0.05;
    content: '';
    left: 0;
    background: repeating-conic-gradient(
        from 0deg at 50% 50%,
        rgb(179,200,167,0.5) 0deg,
        transparent 5deg,
        transparent 55deg,
        rgb(179,200,167,0.5) 60deg
    );
    position: absolute;
    animation: rotatePortal 20s linear infinite;
    z-index: -1;
    height: 100%;
}.register-now::after {
    z-index: -2;
    width: 200%;
    animation: rotatePortalReverse 30s linear infinite;
    opacity: 0.1;
    height: 200%;
    content: '';
    position: absolute;
    left: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(145,175,116) 0deg,
        rgb(179,200,167) 120deg,
        rgb(145,175,116) 240deg,
        rgb(179,200,167) 360deg
    );
    top: -50%;
}.register-now .knowledge-space {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    padding: 60px 40px;
    backdrop-filter: blur(10px);
    z-index: 2;
    max-width: 1000px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    flex-direction: column;
    border-radius: 25px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
}.register-now .knowledge-space::before {
    left: -10px;
    filter: blur(20px);
    right: -10px;
    bottom: -10px;
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    animation: gradientFlow 8s ease infinite;
    top: -10px;
    background: linear-gradient(45deg, 
        rgb(179,200,167,0.5), 
        rgb(145,175,116,0.5), 
        rgb(179,200,167,0.5)
    );
    content: '';
}.register-now .knowledge-space::after {
    position: absolute;
    opacity: 0.2;
    left: 0;
    z-index: -1;
    content: '';
    background-size: 40px 40px;
    background: 
        linear-gradient(0deg, 
            transparent 49.5%, 
            rgba(255, 255, 255, 0.1) 50%, 
            transparent 50.5%),
        linear-gradient(90deg, 
            transparent 49.5%, 
            rgba(255, 255, 255, 0.1) 50%, 
            transparent 50.5%);
    animation: gridScale 15s ease infinite;
    top: 0;
    width: 100%;
    height: 100%;
}.register-now h3 {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    letter-spacing: 4px;
    font-size: 29px;
    text-align: center;
    text-shadow: 0 0 10px #ffffff;
}.register-now h3::before {
    opacity: 0.1;
    position: absolute;
    height: 100%;
    top: 0;
    animation: pulseGlow 4s ease-in-out infinite;
    content: '';
    background: radial-gradient(
        circle at center,
        #ffffff 0%,
        transparent 70%
    );
    width: 100%;
    z-index: -1;
    left: 0;
    filter: blur(15px);
}.register-now h3::after {
    height: 60px;
    border-radius: 50%;
    bottom: -80px;
    animation: pulseCircle 4s ease-in-out infinite;
    transform: translateX(-50%);
    box-shadow: 0 0 20px #ffffff;
    position: absolute;
    content: '';
    left: 50%;
    width: 60px;
    opacity: 0.1;
    border: 1px solid #ffffff;
}.register-now .msg-page {
    font-family: Arial, sans-serif;
    padding: 20px 55px;
    letter-spacing: 3px;
    text-transform: uppercase;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.15),
        0 0 15px #ffffff;
    text-decoration: none;
    position: relative;
    color: rgb(179,200,167);
    font-weight: 700;
    font-size: 19px;
    background: #ffffff;
    margin-top: 30px;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
    border-radius: 25px;
    display: inline-block;
}.register-now .msg-page::before {
    height: 100%;
    position: absolute;
    content: '';
    opacity: 0;
    background: radial-gradient(
        circle at center,
        #ffffff 0%,
        transparent 70%
    );
    z-index: -1;
    left: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    top: 0;
}.register-now .msg-page::after {
    left: 50%;
    height: 300%;
    content: '';
    position: absolute;
    transform: translateX(-50%) rotate(20deg);
    top: -100%;
    background: linear-gradient(
        to bottom,
        transparent,
        #ffffff,
        transparent
    );
    opacity: 0;
    width: 15px;
    transition: all 0.6s ease;
    z-index: -1;
}.register-now .msg-page:hover {
    color: rgb(179,200,167);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 30px #ffffff;
    transform: translateY(-5px) scale(1.05);
}.register-now .msg-page:hover::before {
    opacity: 0.5;
    animation: pulseGlow 2s ease-in-out infinite;
}.register-now .msg-page:hover::after {
    animation: lightBeam 1.5s ease-in-out;
    opacity: 0.6;
}

@media screen and (max-width: 992px) {.register-now {
    padding: 100px 0;
}.register-now .knowledge-space {
    padding: 50px 30px;
    max-width: 90%;
}.register-now h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 50px;
}.register-now h3::after {
    height: 50px;
    bottom: -70px;
    width: 50px;
}.register-now .msg-page {
    margin-top: 25px;
    padding: 18px 50px;
}
}

@media screen and (max-width: 768px) {.register-now {
    padding: 80px 0;
}.register-now .knowledge-space {
    padding: 40px 25px;
}.register-now h3 {
    letter-spacing: 3px;
    margin-bottom: 45px;
    font-size: calc(29px * 0.8);
}.register-now h3::after {
    width: 40px;
    bottom: -60px;
    height: 40px;
}.register-now .msg-page {
    padding: 16px 45px;
    letter-spacing: 2px;
    margin-top: 20px;
    font-size: calc(19px * 0.95);
}
}

@media screen and (max-width: 576px) {.register-now {
    padding: 60px 0;
}.register-now .knowledge-space {
    padding: 30px 20px;
}.register-now h3 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.7);
    letter-spacing: 2px;
}.register-now h3::after {
    width: 30px;
    bottom: -50px;
    height: 30px;
}.register-now .msg-page {
    margin-top: 15px;
    letter-spacing: 1px;
    font-size: calc(19px * 0.9);
    padding: 14px 35px;
}}

@keyframes rotatePortal {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.05);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes rotatePortalReverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gridScale {
    0% {
        background-size: 40px 40px;
        opacity: 0.1;
    }
    50% {
        background-size: 45px 45px;
        opacity: 0.2;
    }
    100% {
        background-size: 40px 40px;
        opacity: 0.1;
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        filter: blur(15px);
    }
    50% {
        opacity: 0.2;
        filter: blur(20px);
    }
    100% {
        opacity: 0.1;
        filter: blur(15px);
    }
}

@keyframes pulseCircle {
    0% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.2;
    }
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
}

@keyframes lightBeam {
    0% {
        opacity: 0;
        transform: translateX(-50%) rotate(20deg);
    }
    25% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        transform: translateX(300%) rotate(20deg);
    }
}.service-package {
    position: relative;
    padding: 120px 0;
    background-color: rgb(218,225,214);
    overflow: hidden;
}.service-package::before {
    z-index: 0;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    transform: rotate(-3deg);
    position: absolute;
    top: -10%;
    height: 120%;
    content: "";
    width: 110%;
    left: -5%;
}.service-package .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.service-package .access-rates {
    flex-direction: column;
    display: flex;
}.service-package .skill-offers {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    order: 1;
}.service-package .skill-offers h2 {
    font-weight: 700;
    background: linear-gradient(120deg, rgb(145,175,116), rgb(179,200,167));
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    -webkit-text-fill-color: transparent;
    font-size: 34px;
    color: #000000;
}.service-package .skill-offers:hover h2 {
    transform: translateY(-5px);
}.service-package .bundle-rate {
    max-width: 700px;
    color: #000000;
    font-size: 17px;
    position: relative;
    line-height: 1.6;
    margin: 0 auto;
}.service-package .bundle-rate::after {
    content: "";
    transform: translateX(-50%) scaleX(0.7);
    transition: transform 0.5s ease;
    left: 50%;
    bottom: -15px;
    position: absolute;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, rgb(145,175,116), rgb(179,200,167));
}.service-package .skill-offers:hover .bundle-rate::after {
    transform: translateX(-50%) scaleX(1);
}.service-package .price-deals {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    order: 2;
    width: 100%;
}.service-package .class-cost {
    display: block;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 21px;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    z-index: 1;
    transform-style: preserve-3d;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}.service-package .class-cost::before {
    top: 0;
    z-index: 2;
    position: absolute;
    background: linear-gradient(90deg, rgb(145,175,116), rgb(179,200,167));
    transform-origin: left;
    transform: scaleX(0.85);
    height: 5px;
    content: "";
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}.service-package .class-cost:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}.service-package .class-cost:hover::before {
    transform: scaleX(1);
}.service-package .edu-deals {
    flex-direction: column;
    display: flex;
    height: 100%;
}.service-package .rate-packages {
    z-index: 1;
    padding: 30px;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}.service-package .rate-packages::before {
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
}.service-package .rate-packages h3 {
    transition: transform 0.4s ease;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: calc(24px + 2px);
}.service-package .class-cost:hover .rate-packages h3 {
    transform: translateX(5px);
}.service-package .learning-fee {
    position: relative;
    font-size: calc(24px + 8px);
    margin-bottom: 20px;
    padding: 5px 10px;
    display: inline-block;
    color: rgb(179,200,167);
    transition: transform 0.4s ease, color 0.4s ease;
    font-weight: 700;
}.service-package .learning-fee::before {
    bottom: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    background: linear-gradient(90deg, rgb(145,175,116), rgb(179,200,167));
    transform-origin: left;
    transform: scaleX(0.3);
    height: 2px;
    content: "";
    width: 100%;
}.service-package .class-cost:hover .learning-fee {
    transform: translateY(-5px);
    color: rgb(145,175,116);
}.service-package .class-cost:hover .learning-fee::before {
    transform: scaleX(1);
}.service-package .rate-packages p {
    max-width: 100%;
    font-size: 17px;
    color: #000000;
    margin-bottom: 0;
    hyphens: auto;
    flex-grow: 1;
    word-wrap: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
}.service-package .featured-photo {
    overflow: hidden;
    height: 200px;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    width: 100%;
}.service-package .featured-photo::after {
    top: 0;
    content: "";
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
}.service-package .class-cost:hover .featured-photo {
    transform: scale(1.05);
}

@media (min-width: 768px) {.service-package .price-deals {
    grid-template-columns: repeat(2, 1fr);
}.service-package .rate-packages {
    padding: 35px;
}.service-package .featured-photo {
    height: 220px;
}
}

@media (min-width: 992px) {.service-package .access-rates {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.service-package .skill-offers {
    flex: 0 0 30%;
    margin-bottom: 0;
    order: 2;
    text-align: left;
}.service-package .price-deals {
    flex: 0 0 65%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}.service-package .bundle-rate::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.service-package .skill-offers:hover .bundle-rate::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.service-package {
    padding: 150px 0;
}.service-package .price-deals {
    gap: 40px;
}.service-package .class-cost {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.service-package .class-cost:hover {
    transform: translateY(-15px) scale(1.02);
}.service-package .class-cost:nth-child(even) {
    transform: translateY(15px);
}.service-package .class-cost:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.service-package .featured-photo {
    height: 250px;
}}footer {
    z-index: 1;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}footer::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(179,200,167,0.5) 50%, rgb(145,175,116,0.5) 100%);
    z-index: -1;
    left: 0;
    backdrop-filter: blur(8px);
    top: 0;
    animation: gradientShift 15s ease infinite;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
}.sample-docs {
    position: relative;
    padding: 4.5rem 0 2rem;
}.sample-docs::before {
    left: 0;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(179,200,167) 25%, 
                #ffffff 50%, 
                rgb(145,175,116) 75%, 
                transparent 100%);
    animation: shimmer 8s linear infinite;
}.sample-docs .container {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    display: flex;
}.sample-docs .company_holder {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-right: 2rem;
    padding: 1.5rem;
    border-radius: 28px;
    background: rgba(0, 0, 0, 0.5);
    flex: 1 1 350px;
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateY(0);
}.sample-docs .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(179,200,167,0.5);
}.sample-docs .company_holder h3 {
    margin-bottom: 1.25rem;
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: calc(31px * 0.85);
}.sample-docs .company_holder h3::after {
    transition: transform 0.5s ease;
    width: 100%;
    position: absolute;
    height: 2px;
    background: linear-gradient(to right, rgb(179,200,167), rgb(145,175,116));
    left: 0;
    transform: scaleX(0.3);
    transform-origin: left;
    bottom: -8px;
    content: "";
}.sample-docs .company_holder:hover h3::after {
    transform: scaleX(1);
}.sample-docs .mentor-net {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 13px;
    max-width: 450px;
    margin-top: 1rem;
}.sample-docs .guide-section {
    flex: 1 1 450px;
    position: relative;
}.sample-docs .site-top {
    flex-wrap: wrap;
    display: flex;
    gap: 1.5rem;
}.sample-docs .guide-section .site-top {
    justify-content: flex-end;
}.sample-docs .header-sitebar {
    backdrop-filter: blur(10px);
    flex: 1 1 200px;
    position: relative;
    border-radius: 28px;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
}.sample-docs .header-sitebar h5 {
    margin-bottom: 1.25rem;
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-size: 23px;
    font-weight: 600;
}.sample-docs .header-sitebar h5::before {
    left: 0;
    content: "";
    bottom: -6px;
    height: 2px;
    width: 40px;
    position: absolute;
    background: rgb(179,200,167);
    transition: width 0.3s ease;
}.sample-docs .header-sitebar:hover h5::before {
    width: 100%;
}.sample-docs .header-sitebar .site-top {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}.sample-docs .header-sitebar a {
    z-index: 1;
    color: rgba(255, 255, 255, 0.8);
    padding: 0.25rem 0.5rem;
    position: relative;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 13px;
}.sample-docs .header-sitebar a::before {
    transition: width 0.3s ease;
    z-index: -1;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background: linear-gradient(to right, rgb(179,200,167), rgb(145,175,116));
    position: absolute;
    bottom: 0;
}.sample-docs .header-sitebar a:hover {
    color: #ffffff;
    transform: translateX(5px);
}.sample-docs .header-sitebar a:hover::before {
    width: 100%;
}.volunteer {
    position: relative;
    backdrop-filter: blur(15px);
    padding: 1.5rem 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}.volunteer::before {
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(145,175,116) 25%, 
                #ffffff 50%, 
                rgb(179,200,167) 75%, 
                transparent 100%);
    height: 1px;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}.volunteer .container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}.volunteer .syllabus-ref {
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    border-radius: 30px;
    font-size: 15px;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    text-align: center;
}.volunteer .syllabus-ref:hover {
    box-shadow: 0 0 15px rgb(179,200,167,0.5);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.sample-docs {
    padding: 3.5rem 0 2rem;
}.sample-docs .container {
    flex-direction: column;
}.sample-docs .company_holder {
    margin-bottom: 2rem;
    flex: 1 1 100%;
    margin-right: 0;
}.sample-docs .guide-section {
    flex: 1 1 100%;
}.sample-docs .guide-section .site-top {
    justify-content: space-between;
}.sample-docs .header-sitebar {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.sample-docs {
    padding: 3rem 0 1.5rem;
}.sample-docs::before {
    height: 2px;
}.sample-docs .company_holder {
    padding: 1.25rem;
}.sample-docs .header-sitebar {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.sample-docs .guide-section .site-top {
    flex-direction: column;
}.volunteer {
    padding: 1.25rem 0;
}.volunteer::before {
    height: 2px;
}
}

@media (max-width: 576px) {.sample-docs {
    padding: 2.5rem 0 1rem;
}.sample-docs .company_holder h3 {
    font-size: calc(31px * 0.75);
}.sample-docs .mentor-net {
    font-size: calc(13px * 0.9);
}.sample-docs .header-sitebar h5 {
    font-size: calc(23px * 0.9);
}.sample-docs .header-sitebar a {
    font-size: calc(13px * 0.9);
}.volunteer .syllabus-ref {
    font-size: calc(15px * 0.9);
    padding: 0.4rem 0.8rem;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.sample-docs .site-top a::after {
    content: "";
    left: -10px;
    position: absolute;
    width: 4px;
    background: rgb(179,200,167);
    border-radius: 50%;
    height: 4px;
    transform: translateY(-50%) scale(0);
    top: 50%;
    transition: transform 0.3s ease;
}.sample-docs .site-top a:hover::after {
    transform: translateY(-50%) scale(1);
}.sample-docs .mentor-net::before {
    content: "";
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    left: -10px;
    top: -10px;
    position: absolute;
    border: 1px solid transparent;
    height: 0;
    width: 0;
}.sample-docs .mentor-net::after {
    right: -10px;
    border: 1px solid transparent;
    height: 0;
    width: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    bottom: -10px;
    content: "";
    position: absolute;
}.sample-docs .company_holder:hover .mentor-net::before {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-right-color: rgb(179,200,167,0.5);
    border-top-color: rgb(179,200,167,0.5);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}.sample-docs .company_holder:hover .mentor-net::after {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-bottom-color: rgb(145,175,116,0.5);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-left-color: rgb(145,175,116,0.5);
}