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

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

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

.program-overview::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 30%, #000000 100%);
    z-index: 2;
    pointer-events: none;
}

.program-overview .future-class {
    height: 100%;
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    display: flex;
    width: calc(100% * 5);
}

.program-overview .container {
    position: relative;
    margin-top: auto;
    padding-bottom: 80px;
    z-index: 3;
}

.program-overview .knowledge-map::after {
    bottom: -100px;
    width: 200px;
    height: 200px;
    left: -100px;
}

.program-overview .knowledge-map h3 {
    text-align: center;
    font-size: 47px;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
}

.program-overview .knowledge-map p {
    margin-bottom: 30px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    opacity: 0.8;
    line-height: 1.7;
}

.program-overview .knowledge-map .help-panel:hover {
    color: #ffffff;
}

.program-overview .knowledge-map .help-panel:hover::before {
    transform: translateX(0);
}

.get-in-touch::before {
    position: absolute;
    top: 0;
    z-index: 1;
    content: '';
    pointer-events: none;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
}

.get-in-touch .connect-reach {
    transition: transform 0.3s ease;
    background: rgb(115,186,127,0.5);
    border: 1px solid rgb(171,206,175,0.5);
    align-items: stretch;
    border-radius: 18px;
    transform: rotateX(5deg) scale(0.98);
    display: flex;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
}

.get-in-touch .reach-reach::before {
    top: 2rem;
    animation: signal-pulse 2s infinite alternate;
    border-radius: 50%;
    right: 2rem;
    position: absolute;
    background: rgb(171,206,175);
    content: '';
    box-shadow: 0 0 20px rgb(171,206,175);
    height: 10px;
    width: 10px;
}

.get-in-touch .reach-reach input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(171,206,175);
    box-shadow: 0 0 15px rgb(171,206,175,0.5);
}

.get-in-touch .reach-reach input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}

.get-in-touch .reach-reach .request-section input[type="checkbox"] {
    appearance: none;
    height: 22px;
    transition: all 0.3s ease;
    background: rgb(115,186,127,0.5);
    width: 22px;
    cursor: pointer;
    margin-right: 1rem;
    border-radius: 10px;
    border: 2px solid rgb(171,206,175,0.5);
    position: relative;
}

.get-in-touch .reach-reach .request-section a {
    transition: color 0.3s ease;
    color: rgb(171,206,175);
    text-decoration: none;
    margin-left: 0.3rem;
}

.get-in-touch .reach-reach .help-panel:hover::before {
    left: 100%;
}

.get-in-touch .reach-reach .help-panel:hover {
    box-shadow: 0 10px 20px rgb(171,206,175,0.5);
    transform: translateY(-3px);
}

footer {
    z-index: 1;
    position: relative;
}

.learn-nav::after {
    height: 6px;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(171,206,175), rgb(115,186,127));
    content: "";
    width: 100%;
    left: 0;
}

.learn-nav .container {
    position: relative;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.learn-nav .company_holder::before {
    border-top-right-radius: 11px;
    position: absolute;
    height: 5px;
    left: 0;
    top: 0;
    border-top-left-radius: 11px;
    width: 100%;
    background: rgb(171,206,175);
    content: "";
}

.learn-nav .science-ref {
    position: relative;
    border-left: 3px solid rgb(115,186,127);
    padding: 1.5rem;
    background: rgb(219,230,220);
    color: #000000;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.7;
}

.learn-nav .nav-main .nav-block {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 1rem 0;
}

.learn-nav .nav-main .nav-block a::after {
    width: 5px;
    content: "";
    top: 50%;
    transition: all 0.3s ease;
    left: 1.5rem;
    opacity: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
    background: rgb(115,186,127);
    height: 5px;
}

.learn-nav .nav-main .nav-block a:hover::after {
    opacity: 1;
}

.hackathon .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thxBlock {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(219,230,220) 0%, rgb(171,206,175,0.5) 100%);
    overflow: hidden;
}

.thxBlock::after {
    content: "";
    opacity: 0.03;
    width: 50%;
    right: -10%;
    background: rgb(171,206,175);
    z-index: 0;
    top: 20%;
    height: 70%;
    position: absolute;
    transform: rotate(-15deg) skewX(-15deg);
}

.thxBlock h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 40px;
    opacity: 0;
    font-size: 29px;
    color: #000000;
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(30px);
    text-align: left;
}

.thxBlock .community-team::before {
    content: "";
    width: 100%;
    opacity: 0.07;
    z-index: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(171,206,175,0.5) 0%, transparent 80%);
    height: 100%;
    position: absolute;
}

.thxBlock ul {
    padding: 0;
    z-index: 2;
    margin: 0;
    list-style: none;
    position: relative;
}

.thxBlock li::before {
    transform: scale(0);
    position: absolute;
    background: linear-gradient(135deg, rgb(171,206,175) 0%, rgb(115,186,127) 100%);
    top: 12px;
    content: "";
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
}

.cookie-notice-message h5 {
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.user-choices {
    filter: drop-shadow(0 0 10px rgb(171,206,175));
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.cookie-disclaimer:hover {
    box-shadow: 0 0 20px rgb(115,186,127);
}

.cookie-notice-message p a {
    text-decoration: none;
    color: rgb(171,206,175);
    transition: color 0.3s ease;
}

#panelPrivacyNotice {
    display: none;
}


.course-fit-for {
    padding: 100px 0;
    color: #ffffff;
    background-size: 60px 60px;
    position: relative;
    background-color: #000000;
    overflow: hidden;
}



.course-fit-for::after {
    width: 100%;
    left: 0;
    pointer-events: none;
    top: 0;
    height: 100%;
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    position: absolute;
    content: '';
}

.course-fit-for h4 {
    margin: 0 0 70px;
    letter-spacing: 3px;
    text-shadow: 0 0 15px rgb(171,206,175,0.5), 0 0 30px rgb(171,206,175,0.5);
    font-size: calc(33px * 1.2);
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.course-fit-for p {
    z-index: 1;
    display: flex;
    box-shadow: 
        0 0 20px rgb(171,206,175,0.5),
        inset 0 0 10px rgb(171,206,175,0.5);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    border: 1px solid rgb(171,206,175,0.5);
    align-items: flex-start;
    position: relative;
    padding: 30px 35px;
    overflow: visible;
    font-size: calc(17px * 1.05);
    margin: 0;
    border-radius: 0;
    line-height: 1.7;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.5);
}

.course-fit-for p:hover::after {
    opacity: 0.3;
    transform: translateY(-10px) scale(1.2);
}

.course-fit-for p:nth-child(3n+3) {
    transform: translateX(30px);
}

.course-fit-for p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}

.course-fit-for p svg path {
    fill: rgb(171,206,175);
    transition: fill 0.3s ease;
}

.course-fit-for .community-team::after {
    animation: rotateMesh 30s linear infinite reverse;
    height: 150px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(171,206,175) 49%, rgb(171,206,175) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(171,206,175) 49%, rgb(171,206,175) 51%, transparent 52%) 0 0/15px 15px;
    opacity: 0.2;
    filter: blur(2px);
    bottom: -70px;
    border-radius: 50%;
    content: '';
    width: 150px;
    right: -70px;
    position: absolute;
}

.customer-comments h4 {
    margin-bottom: 100px;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #000000;
}

.customer-comments h4::after {
    content: "";
    background: rgb(171,206,175);
    left: 50%;
    position: absolute;
    bottom: -20px;
    width: 80px;
    transform: translateX(-50%);
    height: 2px;
}

.customer-comments .learner-views::before {
    top: 15px;
    left: 15px;
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
    border-radius: 29px;
    z-index: -1;
    background: rgb(171,206,175,0.5);
    opacity: 0.2;
    content: "";
    position: absolute;
}

.customer-comments .learner-views:hover .img-list {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    transform: translateY(-5px);
}

.customer-comments .learner-views span::after {
    opacity: 0.5;
    width: 40px;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    transform: translateX(-50%);
    height: 2px;
    background: rgb(171,206,175);
    left: 50%;
    bottom: -8px;
}

.customer-comments .learner-views:nth-child(3n+1) {
    z-index: 3;
}

.customer-comments .learner-views:nth-child(3n+3) {
    z-index: 1;
}

.customer-comments .learner-views:nth-child(3n+3)::before {
    background: rgb(171,206,175,0.5);
}

.customer-comments .learner-views:nth-child(3n+3):hover {
    z-index: 4;
}

.leadership-profile::after {
    left: -5%;
    height: 60%;
    transform: rotate(20deg);
    content: "";
    z-index: 1;
    border-radius: 28px;
    position: absolute;
    background: rgb(115,186,127,0.5);
    bottom: -5%;
    width: 40%;
    animation: float 6s ease-in-out infinite reverse;
}

.leadership-profile .img-list {
    height: 200px;
    box-shadow: 10px 10px 0 rgb(171,206,175,0.5);
    transition: transform 0.3s ease;
    grid-area: photo;
    border-radius: 28px;
    transform: rotate(4deg);
}

.leadership-profile .learner-views span:not(.name) {
    color: #000000;
    font-size: 15px;
    grid-area: job;
    transform: translateX(20px);
    font-style: italic;
}

.our-background {
    position: relative;
    background: rgb(219,230,220);
    padding: 80px 0;
    overflow: hidden;
}

.our-background::before {
    animation: float 15s ease-in-out infinite alternate;
    right: -50px;
    z-index: 0;
    content: "";
    position: absolute;
    top: -50px;
    height: 300px;
    background: linear-gradient(135deg, rgb(171,206,175,0.5), rgb(115,186,127,0.5));
    width: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    opacity: 0.3;
    filter: blur(15px);
}

.our-background h1::after {
    left: 0;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    background: linear-gradient(90deg, rgb(171,206,175), rgb(115,186,127));
    position: absolute;
    bottom: -10px;
    width: 80px;
    height: 4px;
}

.our-background .learning-zone:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 12px 12px 20px rgba(0,0,0,0.07), 
                -12px -12px 20px rgba(255,255,255,0.9), 
                inset 2px 2px 5px rgba(0,0,0,0.03),
                inset -2px -2px 5px rgba(255,255,255,0.5);
}

.our-background .learning-zone:hover::before {
    height: 100%;
}

.our-background .learning-zone div {
    overflow-y: auto;
    transition: color 0.3s ease;
    padding-right: 10px;
    font-size: 15px;
    color: #000000;
    position: relative;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    max-height: 250px;
    padding-left: 10px;
}

.service-plan .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.service-plan .access-cost {
    animation: fadeUp 0.8s ease-out forwards;
    margin: 0 auto 2rem;
    order: -1;
    opacity: 0;
    max-width: 800px;
    transform: translateY(20px);
    text-align: center;
}

.service-plan .monthly-rate {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}

.service-plan .pricing-pack:nth-child(1) {
    animation-delay: 0.1s;
}

.service-plan .pricing-pack:nth-child(3) {
    animation-delay: 0.3s;
}

.service-plan .pricing-pack::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left;
    top: 0;
    background: linear-gradient(90deg, rgb(171,206,175), rgb(115,186,127));
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    height: 5px;
    transform: scaleX(0);
}

.service-plan .rate-panel h3 {
    margin: 0 0 1rem;
    transition: color 0.3s ease;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
}

.service-plan .pricing-pack:hover .payment-pricing {
    transform: translateY(-3px);
}

.service-plan .pricing-pack:hover .payment-pricing::after {
    width: 80px;
}

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

.title-opener > div {
    position: relative;
    max-width: 1200px;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 4rem;
    z-index: 1;
    margin: 0 auto;
    display: grid;
}

.title-opener h1.learn-base {
    opacity: 0;
    font-weight: 700;
    font-size: 46px;
    color: #000000;
    margin-bottom: 1.5rem;
    animation: slide-in 0.8s ease-out forwards;
    transform: translateX(-1rem);
    position: relative;
}

.title-opener .main-entry {
    overflow: hidden;
    transform: translateY(2rem);
    animation: fade-up 1s 0.6s ease-out forwards;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
    width: 100%;
    opacity: 0;
    border-radius: 10px;
}

.title-opener .academy-cult:hover span {
    transform: translateY(-10px);
}

.title-opener .academy-cult h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5;
}

.service-info .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1400px;
    z-index: 2;
}

.service-info .get-support {
    position: relative;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 1.5rem;
    display: grid;
    align-items: stretch;
}

.service-info .online-form:hover::after {
    opacity: 1;
}

.service-info .online-form:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.service-info .online-form:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: span 2;
    height: 300px;
}

.service-info .online-form h2::before {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -0.5rem;
    transform-origin: right;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.4s ease;
    content: '';
    background: linear-gradient(
        to right, 
        rgb(171,206,175), 
        rgb(115,186,127)
    );
}

.service-info .feedback-form {
    display: contents;
}

.service-info .feedback-form a::before {
    opacity: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(
        to right, 
        rgb(171,206,175,0.5), 
        rgb(115,186,127,0.5)
    );
    content: '';
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
    top: 0;
}

.service-info .contact-widget {
    display: flex;
    grid-column: 1 / -1;
    background: rgb(219,230,220);
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1rem;
    align-items: center;
}

.service-info svg,
.service-info svg path {
    fill: rgb(171,206,175);
    margin-right: 10px;
    transition: all 0.3s ease;
}

.give-it-a-try {
    position: relative;
    background: linear-gradient(135deg, rgb(115,186,127), rgb(171,206,175,0.5));
    padding: 6rem 0;
    z-index: 1;
    overflow: hidden;
}

.give-it-a-try .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    max-width: 1200px;
    z-index: 2;
    flex-direction: column;
    align-items: center;
}

.give-it-a-try .community-team {
    background: rgba(255,255,255,0.1);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    justify-content: center;
    border-radius: 10px;
    transform-style: preserve-3d;
    border: 1px solid rgba(255,255,255,0.15);
    display: flex;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    align-items: center;
    padding: 2.5rem;
    transition: transform 0.5s ease-out;
}

.give-it-a-try svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.give-it-a-try .community-team div {
    display: flex;
    align-items: center;
    transform: translateZ(15px);
}

.give-it-a-try .help-panel:hover {
    background: linear-gradient(135deg, rgb(115,186,127), rgb(171,206,175));
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transform: translateZ(30px) scale(1.05);
}

.give-it-a-try .help-panel:hover::before {
    left: 100%;
}

header:before {
    opacity: 0.1;
    background: 
        radial-gradient(circle at 15% 15%, rgb(171,206,175,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(115,186,127,0.5) 0%, transparent 25%);
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
}

header .container:before {
    mix-blend-mode: overlay;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    opacity: 0.5;
    pointer-events: none;
}

header .head-main:after {
    filter: blur(15px);
    width: 20px;
    top: 50%;
    background: rgb(115,186,127);
    border-radius: 50%;
    transform: translateY(-50%);
    content: '';
    height: 20px;
    position: absolute;
    right: -10px;
    opacity: 0.3;
    animation: breathe 5s infinite alternate-reverse;
}

header .main-bar:before {
    width: 100%;
    transition: all 0.4s ease;
    left: 0;
    z-index: -1;
    height: 100%;
    transform: skewX(-20deg) scale(0.8, 1);
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(171,206,175,0.5), 
        transparent
    );
    content: '';
    opacity: 0;
}

header .main-bar:hover:after {
    box-shadow: 
        0 0 5px rgb(171,206,175),
        0 0 10px rgb(171,206,175);
    width: 100%;
}

header .nav-pagebar:before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s ease;
    opacity: 0;
    height: 150%;
    background: radial-gradient(circle, 
        rgb(171,206,175,0.5) 0%, 
        transparent 70%
    );
    top: 50%;
    content: '';
    width: 150%;
}

header .nav-pagebar:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(171,206,175));
}

.program-results::before {
    top: 0;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(171,206,175) 0%, rgb(115,186,127) 100%);
    left: 0;
    right: 0;
    content: "";
    z-index: 1;
}

.program-results .img-list {
    transform: translateY(-10px);
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 15px 15px 0 rgb(171,206,175,0.5);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.6s ease;
}

.program-results .text-element:hover::before {
    transform: scaleY(1);
}

.program-results h1::after {
    transition: width 0.5s ease;
    bottom: -8px;
    position: absolute;
    width: 80px;
    left: 0;
    background: rgb(115,186,127);
    content: "";
    height: 3px;
}

.program-results li {
    padding-left: 40px;
    position: relative;
    transition: transform 0.3s ease;
}

.program-results li:hover svg {
    transform: translateY(-50%) scale(1.1);
}

.program-results li svg path {
    fill: rgb(171,206,175);
    transition: fill 0.3s ease;
}

.secure-shell {
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,230,220) 0%, rgba(255,255,255,0.96) 100%);
    position: relative;
}

.secure-shell h1 {
    transition: transform 0.5s ease-out;
    padding-bottom: 1rem;
    position: relative;
    transform: translateX(0);
    margin-bottom: 2rem;
    color: #000000;
    font-weight: 700;
    font-size: 44px;
}

.secure-shell h1:hover::after {
    width: 120px;
}

.secure-shell h2 {
    position: relative;
    color: #000000;
    padding-left: 1rem;
    border-left: 3px solid rgb(115,186,127);
    font-size: 29px;
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
}

.secure-shell p {
    color: #000000;
    transition: transform 0.4s ease;
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 1.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    padding-right: 1rem;
}

.secure-shell li {
    line-height: 1.6;
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
    list-style-type: none;
    font-size: 17px;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
    color: #000000;
}

.secure-shell span:hover {
    background: linear-gradient(to right, rgba(rgb(219,230,220), 0.5), transparent);
    transform: perspective(1000px) rotateX(1deg);
}


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


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



@media (max-width: 992px) {.program-overview {
    min-height: 100vh;
}.program-overview .container {
    padding-bottom: 60px;
}.program-overview .knowledge-map {
    padding: 40px 30px;
}.program-overview .knowledge-map h3 {
    font-size: calc(31px * 1.1);
}
}



@media screen and (max-width: 1024px) {.get-in-touch .connect-reach {
    transform: none;
    flex-direction: column;
}.get-in-touch .img-list {
    min-height: 300px;
    flex: 0 0 100%;
}.get-in-touch .reach-reach {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}



@media screen and (max-width: 768px) {.get-in-touch {
    padding: 3rem 0;
}.get-in-touch h2 {
    margin-bottom: 2rem;
    font-size: calc(40px * 0.8);
}.get-in-touch .reach-reach h3 {
    font-size: calc(38px * 0.9);
}.get-in-touch .reach-reach input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.get-in-touch .reach-reach .request-section {
    align-items: flex-start;
}.get-in-touch .reach-reach .request-section input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 576px) {.learn-nav {
    padding: 2.5rem 0 1rem;
}.learn-nav .container {
    gap: 1.5rem;
}.learn-nav .nav-main {
    min-width: 100%;
    flex: 1 1 100%;
}.learn-nav .nav-block {
    gap: 1rem;
}.learn-nav .company_holder {
    padding: 1.5rem;
}.learn-nav .science-ref {
    padding: 1.2rem;
}.hackathon {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}



@media screen and (max-width: 576px) {.thxBlock {
    padding: 50px 0 40px;
}.thxBlock h2 {
    font-size: calc(29px - 8px);
    margin-bottom: 25px;
}.thxBlock .community-team {
    padding: 25px 20px;
}.thxBlock li {
    padding-left: 22px;
}.thxBlock li span {
    font-size: calc(18px - 1px);
    line-height: 1.6;
}.thxBlock li::before {
    height: 7px;
    top: 10px;
    width: 7px;
}
}



@media (max-width: 1199px) {.course-fit-for div > div {
    margin: 0 -30px;
}
}



@media (max-width: 767px) {.course-fit-for {
    padding: 70px 0;
}.course-fit-for h4 {
    font-size: 33px;
    margin-bottom: 50px;
    letter-spacing: 2px;
}.course-fit-for div > div {
    grid-template-columns: 1fr;
    margin: 0;
    gap: 25px;
}.course-fit-for p {
    padding: 25px;
    transform: none !important;
}.course-fit-for p:hover {
    transform: translateY(-10px) !important;
}.course-fit-for .community-team::before {
    height: 120px;
    left: -60px;
    width: 120px;
    top: -50px;
}.course-fit-for .community-team::after {
    height: 100px;
    width: 100px;
    bottom: -50px;
    right: -50px;
}
}



@media (max-width: 768px) {.customer-comments {
    padding: 80px 0;
}.customer-comments h4 {
    margin-bottom: 80px;
}.customer-comments .review-carousel {
    max-width: 400px;
    gap: 70px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.customer-comments .learner-views::before {
    top: 10px;
    left: 10px;
}.customer-comments .learner-views:hover::before {
    left: 3px;
    top: 3px;
}.customer-comments .img-list {
    margin-top: -50px;
    width: 80px;
    height: 80px;
}}



@media (max-width: 768px) {.our-background {
    padding: 40px 0;
}.our-background .learning-zone {
    padding: 25px 20px;
}.our-background .learning-zone div {
    max-height: 200px;
}
}



@media (min-width: 768px) {.service-plan {
    padding: 7rem 2rem;
}.service-plan .bundle-price {
    align-items: flex-start;
    flex-direction: row;
}.service-plan .access-cost {
    display: flex;
    flex: 0 0 30%;
    justify-content: center;
    order: 0;
    flex-direction: column;
    text-align: left;
    padding-right: 2rem;
    margin: 0;
}.service-plan .access-cost h2 {
    text-align: left;
}.service-plan .access-cost h2::after {
    transform: none;
    left: 0;
}.service-plan .pay-options {
    margin: 0;
    max-width: 100%;
}.service-plan .monthly-rate {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}



@media (max-width: 767px) {.title-opener {
    padding: 5rem 1.5rem;
}.title-opener h1.learn-base {
    font-size: calc(46px * 0.9);
}.title-opener p {
    max-width: 100%;
    font-size: 17px;
}.title-opener .academy-cult {
    height: 280px;
}
}



@media screen and (max-width: 1200px) {.service-info .get-support {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}.service-info .online-form:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.service-info .online-form:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}.service-info .online-form:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    grid-template-columns: repeat(3, 1fr);
}
}



@media (max-width: 767px) {.give-it-a-try {
    padding: 4rem 0;
}.give-it-a-try h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 2rem;
}.give-it-a-try .community-team {
    padding: 1.8rem;
    flex-direction: column;
}.give-it-a-try svg {
    margin-bottom: 1.5rem;
    margin-right: 0;
}.give-it-a-try .help-panel {
    padding: 0.8rem 1.8rem;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .nav-pagebar svg {
    height: 35px;
}header .nav-main {
    width: 100%;
    max-width: 100%;
}}



@media (max-width: 768px) {.program-results {
    padding: 60px 0;
}.program-results .img-list {
    max-height: 300px;
}.program-results h1 {
    font-size: calc(38px * 0.8);
    margin-bottom: 20px;
}.program-results ul {
    gap: 15px;
}.program-results li p {
    font-size: 16px;
}
}



@media (max-width: 991px) {.secure-shell {
    padding: 4rem 1.5rem;
}.secure-shell .container {
    padding: 2.5rem 2rem;
}.secure-shell h1 {
    font-size: calc(44px * 0.9);
}.secure-shell h2 {
    font-size: calc(29px * 0.9);
}
}



@media (max-width: 767px) {.secure-shell {
    padding: 3rem 1rem;
}.secure-shell .container {
    padding: 2rem 1.5rem;
    border-left-width: 3px;
}.secure-shell h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 1.5rem;
}.secure-shell h2 {
    margin: 2rem 0 1rem;
    font-size: calc(29px * 0.8);
}.secure-shell h3 {
    font-size: calc(29px * 0.7);
}.secure-shell h4 {
    font-size: calc(29px * 0.6);
}.secure-shell ul {
    margin-left: 0.5rem;
}.secure-shell li {
    padding-left: 1.25rem;
}.secure-shell p, .secure-shell span, .secure-shell li {
    font-size: calc(17px * 0.95);
}
}



@keyframes float-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}




@keyframes slideTitle {
    0% { opacity: 0; transform: translateZ(30px) translateY(-20px); }
    100% { opacity: 1; transform: translateZ(30px) translateY(0); }
}



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

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



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



@keyframes line-grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes orbitalGlow {
    0% {
        opacity: 0.4;
        transform: translateX(0) translateY(0);
    }
    50% {
        opacity: 0.6;
        transform: translateX(-5%) translateY(5%);
    }
    100% {
        opacity: 0.4;
        transform: translateX(5%) translateY(-5%);
    }
}



@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(171,206,175), rgb(115,186,127), rgb(171,206,175)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(171,206,175), rgb(115,186,127), rgb(171,206,175)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(171,206,175), rgb(115,186,127), rgb(171,206,175)) 1;
    }
}

