﻿.main-train {
    flex: 1 0 auto;
}

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

header,footer {
    width: 100%;
}

header {
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    border-bottom: 1px solid rgb(171,206,175,0.5);
    background: linear-gradient(180deg, 
        rgb(171,206,175) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    width: 100%;
    z-index: 1000;
    left: 0;
}

.program-overview .learn-coding:hover .future-class {
    animation-play-state: paused;
}

.program-overview .learn-track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.program-overview .knowledge-map {
    width: 100%;
    border-radius: 0;
    position: relative;
    transform: translateY(30px);
    animation: float-up 1s forwards;
    padding: 50px;
    backdrop-filter: blur(8px);
    border-top: 4px solid rgb(171,206,175);
    max-width: 800px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.program-overview .knowledge-map .help-panel {
    display: block;
    font-size: 15px;
    text-decoration: none;
    overflow: hidden;
    background: rgb(171,206,175);
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    margin: 0 auto;
    width: 200px;
    position: relative;
    padding: 15px 0;
}

.get-in-touch::after {
    width: 200%;
    z-index: 2;
    opacity: 0.6;
    top: -50%;
    position: absolute;
    left: -50%;
    animation: circuit-pulse 10s infinite alternate;
    height: 200%;
    background: radial-gradient(
        circle at center, 
        rgb(171,206,175,0.5) 0%, 
        transparent 70%
    );
    content: '';
}

.get-in-touch h2::before,
.get-in-touch h2::after {
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(171,206,175), 
        transparent
    );
    position: absolute;
    height: 2px;
    bottom: -0.5rem;
    content: '';
}

.get-in-touch h2::before {
    width: 30%;
    left: 0;
}

.get-in-touch .img-list::before {
    content: '';
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.7;
    width: 100%;
    mix-blend-mode: color-dodge;
    left: 0;
    background: linear-gradient(
        135deg, 
        rgb(171,206,175,0.5) 0%, 
        rgb(115,186,127,0.5) 100%
    );
}

.get-in-touch .reach-reach h3 {
    font-size: 38px;
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    color: #ffffff;
}

.get-in-touch .reach-reach input:not([type="checkbox"]):not([type="submit"])::before {
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
    content: '';
    opacity: 0;
    z-index: 1;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(171,206,175,0.5) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
}

.get-in-touch .reach-reach .request-section input[type="checkbox"]:checked {
    border-color: rgb(171,206,175);
    background: rgb(171,206,175);
}

.get-in-touch .reach-reach .request-section label {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.get-in-touch .reach-reach .help-panel {
    padding: 1rem;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    background: rgb(171,206,175);
    cursor: pointer;
    font-size: 20px;
    border: none;
    letter-spacing: 0.1em;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 10px;
}

footer::before {
    opacity: 0.9;
    z-index: -2;
    background: linear-gradient(145deg, rgb(219,230,220) 0%, rgb(171,206,175,0.5) 100%);
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
}

.learn-nav .company_holder {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2rem 2.5rem;
    background: #ffffff;
    border-radius: 11px;
    flex: 1 1 400px;
}

.learn-nav .company_holder h3 {
    margin: 0 0 1.5rem;
    position: relative;
    color: rgb(171,206,175);
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.learn-nav .faculty-info {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.learn-nav .nav-main {
    min-width: 200px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 11px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.learn-nav .nav-main .nav-block a::before {
    content: "";
    transition: all 0.3s ease;
    height: 100%;
    width: 0;
    position: absolute;
    background: rgb(219,230,220);
    top: 0;
    z-index: -1;
    left: 0;
}

.learn-nav .nav-main .nav-block a:hover::before {
    width: 100%;
}

.hackathon {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 2rem 0;
    background: rgb(219,230,220);
    margin-top: 3rem;
    position: relative;
}

.hackathon .faq-block {
    border-radius: 50px;
    font-weight: 400;
    font-size: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    text-align: center;
    background: #ffffff;
    padding: 0.8rem 2rem;
}

.thxBlock .container {
    margin: 0 auto;
    perspective: 1000px;
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    padding: 0 20px;
}

.thxBlock h2::after {
    height: 4px;
    position: absolute;
    content: "";
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(171,206,175), rgb(115,186,127));
    width: 80px;
    bottom: -15px;
    transform-origin: left;
    left: 0;
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.thxBlock .community-team::after {
    background: radial-gradient(circle, rgb(171,206,175,0.5) 0%, transparent 70%);
    transform: scale(0.8);
    top: -100%;
    left: -100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1.5s ease, transform 1.5s ease;
    width: 300%;
    z-index: 0;
    position: absolute;
    height: 300%;
    content: "";
}

.thxBlock .community-team:hover {
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
}


.cookie-controls {
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 20px;
    padding: 20px 5%;
}

.cookie-notice-message p {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}

.user-choices svg {
    height: 80px;
    fill: rgb(171,206,175);
    transition: transform 0.3s ease-in-out;
    width: 80px;
}

.user-choices:hover svg {
    transform: scale(1.1);
}

.cookie_button.privacy-notify:hover {
    box-shadow: 0 0 15px rgb(115,186,127);
}

.cookie-notice-message p a:hover {
    color: rgb(115,186,127);
}

#panelPrivacyNotice:checked ~ .cookie-notice-message {
    opacity: 0;
    visibility: hidden;
}

.course-fit-for::before {
    left: -50%;
    animation: rotateBackground 60s linear infinite;
    pointer-events: none;
    position: absolute;
    height: 200%;
    content: '';
    opacity: 0.4;
    top: -50%;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(171,206,175,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(115,186,127,0.5) 0%, transparent 25%);
    width: 200%;
}

.course-fit-for h4::after {
    height: 1px;
    transform: translateX(-50%);
    background: rgb(115,186,127,0.5);
    left: 50%;
    bottom: -5px;
    position: absolute;
    width: 200px;
    content: '';
}

.course-fit-for div > div {
    perspective: 1500px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    margin: 0 -50px;
    gap: 30px;
}

.course-fit-for p::after {
    color: rgb(115,186,127);
    font-size: calc(39px * 1.2);
    content: attr(data-number);
    font-weight: 700;
    opacity: 0.15;
    z-index: -1;
    transition: all 0.3s ease;
    right: 25px;
    top: -15px;
    position: absolute;
}

.course-fit-for p:nth-child(3)::after {
    content: '03';
}

.course-fit-for p:nth-child(5)::after {
    content: '05';
}

.course-fit-for p:nth-child(7)::after {
    content: '07';
}

.course-fit-for p:nth-child(9)::after {
    content: '09';
}

.course-fit-for p:hover {
    border-color: rgb(171,206,175);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(171,206,175,0.5),
        inset 0 0 15px rgb(171,206,175);
    z-index: 10;
    transform: translateY(-15px) rotateX(5deg);
}

.course-fit-for p:hover svg {
    transform: scale(1.2) rotate(15deg);
}

.course-fit-for p:hover svg path {
    fill: rgb(115,186,127);
}

.course-fit-for .community-team::before {
    top: -70px;
    border-radius: 50%;
    position: absolute;
    left: -100px;
    opacity: 0.2;
    content: '';
    width: 200px;
    height: 200px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(115,186,127) 49%, rgb(115,186,127) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(115,186,127) 49%, rgb(115,186,127) 51%, transparent 52%) 0 0/20px 20px;
    filter: blur(2px);
    animation: rotateMesh 30s linear infinite;
}

.customer-comments .community-team {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.customer-comments h4::before {
    z-index: -1;
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc(50% - 20px);
    background: rgb(171,206,175,0.5);
    transform: rotate(45deg);
    bottom: -50px;
    content: "";
}

.customer-comments .learner-views:hover {
    transform: translateY(-15px);
}

.customer-comments .learner-views:hover::before {
    left: 5px;
    top: 5px;
}

.customer-comments .learner-views:hover::after {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.customer-comments .img-list {
    z-index: 3;
    height: 100px;
    position: relative;
    width: 100px;
    margin: -70px auto 25px;
    border-radius: 20px;
    border: 5px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.customer-comments .learner-views:hover span {
    color: rgb(171,206,175);
}

.customer-comments .learner-views:hover span::after {
    width: 60px;
    opacity: 1;
}

.customer-comments .learner-views:hover p {
    color: #000000;
}

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

.customer-comments .learner-views:nth-child(3n+2)::before {
    background: rgb(115,186,127,0.5);
}

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

.leadership-profile::before {
    transform: rotate(-15deg);
    border-radius: 28px;
    content: "";
    height: 80%;
    z-index: 1;
    width: 60%;
    animation: float 8s ease-in-out infinite;
    background: rgb(171,206,175,0.5);
    position: absolute;
    top: -10%;
    right: -10%;
}

.leadership-profile .learner-views:hover {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.leadership-profile .learner-views:hover .img-list {
    transform: rotate(0deg) scale(1.05);
}

.leadership-profile .name {
    transform: translateX(20px);
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    grid-area: name;
}

.leadership-profile .employee-content::before {
    position: absolute;
    content: "";
    top: -10px;
    line-height: 1;
    font-size: calc(38px * 2);
    color: rgb(171,206,175,0.5);
    left: 10px;
    font-family: serif;
}

.our-background::after {
    filter: blur(20px);
    width: 250px;
    bottom: -100px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    left: -50px;
    content: "";
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(225deg, rgb(115,186,127,0.5), rgb(171,206,175,0.5));
    position: absolute;
    height: 250px;
    z-index: 0;
    opacity: 0.2;
}

.our-background h1:hover::after {
    width: 120px;
}

.our-background .knowledge-learning ul {
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    margin: 0;
    padding: 0;
    display: grid;
}

.our-background .learning-zone::before {
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(171,206,175), rgb(115,186,127));
    top: 0;
    width: 5px;
    height: 0;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.our-background .learning-zone:hover h4 {
    transform: translateX(5px);
    color: rgb(171,206,175);
}

.our-background .learning-zone:hover div {
    color: #000000;
}

.service-plan {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(219,230,220), rgba(0, 0, 0, 0.5));
    padding: 5rem 1rem;
    position: relative;
}

.service-plan .bundle-price {
    flex-direction: column;
    display: flex;
    gap: 3rem;
}

.service-plan .access-cost h2 {
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 1rem;
}

.service-plan .pay-options {
    margin: 0 auto;
    max-width: 90%;
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
}

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

.service-plan .rate-panel {
    flex-direction: column;
    flex-grow: 1;
    padding: 2rem;
    display: flex;
}

.service-plan .payment-pricing {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 700;
    font-size: 2rem;
    color: rgb(171,206,175);
    margin-bottom: 1.5rem;
}

.service-plan .rate-panel p {
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: calc(17px - 2px);
    margin: 0;
    line-height: 1.6;
    flex-grow: 1;
}

.service-plan .pricing-pack:hover .img-list {
    transform: scale(1.05);
}

.title-opener {
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(219,230,220) 0%, rgb(115,186,127,0.5) 100%);
    padding: 6rem 2rem;
    position: relative;
    min-height: 100vh;
    display: flex;
}

.title-opener h1.learn-base::after {
    background: linear-gradient(90deg, rgb(171,206,175) 0%, rgb(115,186,127) 100%);
    position: absolute;
    height: 0.3rem;
    animation: line-grow 1s 0.5s ease-out forwards;
    content: "";
    transform-origin: left;
    width: 4rem;
    bottom: -0.5rem;
    transform: scaleX(0);
    left: 0;
}

.title-opener .academy-cult::before {
    top: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    content: "";
    right: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
}

.service-info {
    background: linear-gradient(
        -45deg, 
        rgb(171,206,175,0.5) 0%, 
        rgb(115,186,127,0.5) 20%, 
        transparent 80%
    );
    backdrop-filter: blur(15px);
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

.service-info .online-form {
    padding: 2rem;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex-direction: column;
    border-radius: 30px;
    display: flex;
    background: linear-gradient(
        160deg, 
        #ffffff 0%, 
        rgb(219,230,220) 100%
    );
}

.service-info .online-form h2 {
    font-size: 44px;
    position: relative;
    font-weight: 700;
    color: rgb(171,206,175);
    display: inline-block;
    margin-bottom: 1rem;
}

.service-info .img-list {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateX(5deg);
    height: 100%;
    border-radius: 30px;
}

.service-info .img-list:hover::before {
    opacity: 0.3;
}

.service-info .feedback-form a {
    padding: 1rem;
    text-decoration: none;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
    align-items: flex-start;
}

.service-info .feedback-form a span {
    position: relative;
    margin-bottom: 0.5rem;
    color: rgb(171,206,175);
    z-index: 2;
    font-size: 12px;
    opacity: 0.7;
}

.service-info .contact-widget h3 {
    color: rgb(171,206,175);
    text-transform: uppercase;
    margin-right: 1rem;
    letter-spacing: 1px;
    font-size: 21px;
}

.service-info .feedback-form a:hover svg,
.service-info .feedback-form a:hover svg path {
    transform: scale(1.1);
    fill: rgb(115,186,127);
}

.give-it-a-try::after {
    bottom: -10%;
    background: radial-gradient(circle, rgb(115,186,127,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    z-index: -1;
    height: 40%;
    right: -5%;
    filter: blur(40px);
    animation: orbitalGlow 15s infinite alternate ease-in-out;
    width: 40%;
}

.give-it-a-try .community-team::before {
    position: absolute;
    content: "";
    right: -5px;
    border-radius: calc(10px + 5px);
    background: linear-gradient(45deg, rgb(171,206,175), transparent, rgb(115,186,127), transparent);
    z-index: -1;
    top: -5px;
    filter: blur(10px);
    left: -5px;
    bottom: -5px;
    animation: borderGlow 4s infinite alternate;
    opacity: 0.5;
}

.give-it-a-try svg:hover {
    transform: translateZ(20px) rotate(0deg) scale(1.1);
}

.give-it-a-try .community-team:hover svg path {
    fill: #ffffff;
    filter: drop-shadow(0 0 5px rgb(255, 255, 255, 0.5));
}

.give-it-a-try .help-panel {
    text-align: center;
    font-size: 20px;
    display: inline-block;
    padding: 0.9rem 2.2rem;
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
    letter-spacing: 0.03em;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    background: linear-gradient(135deg, rgb(171,206,175), rgb(115,186,127));
    font-family: Arial, sans-serif;
    font-weight: 600;
    transform: translateZ(10px);
}

header .header-navbar {
    position: relative;
    overflow: hidden;
}

header .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 25px;
}

header .head-main {
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
}

header .head-main:before {
    filter: blur(15px);
    top: 50%;
    transform: translateY(-50%);
    animation: breathe 5s infinite alternate;
    background: rgb(171,206,175);
    height: 20px;
    content: '';
    left: -10px;
    opacity: 0.3;
    position: absolute;
    border-radius: 50%;
    width: 20px;
}

header .main-bar {
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 2px;
    color: #ffffff;
    position: relative;
    text-shadow: 0 0 1px #ffffff;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
}

header .main-bar:after {
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
    position: absolute;
    content: '';
    width: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -2px;
    background: linear-gradient(90deg, 
        rgb(171,206,175),
        #ffffff 50%,
        rgb(171,206,175)
    );
    opacity: 0.8;
    filter: blur(0.5px);
}

header .nav-pagebar:after {
    border-image: linear-gradient(45deg, rgb(171,206,175), rgb(115,186,127), rgb(171,206,175)) 1;
    opacity: 0;
    transition: all 0.5s ease;
    content: '';
    height: calc(100% + 10px);
    left: -5px;
    border: 1px solid transparent;
    position: absolute;
    width: calc(100% + 10px);
    top: -5px;
}

header .nav-pagebar:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

.program-results {
    background: linear-gradient(135deg, rgb(219,230,220) 0%, rgba(255, 255, 255, 0.95) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.program-results .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    gap: 40px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
}

.program-results .community-team {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.program-results .text-element::before {
    transform-origin: center;
    transform: scaleY(0.7);
    width: 4px;
    left: 0;
    top: 10px;
    background: linear-gradient(to bottom, rgb(171,206,175), rgb(115,186,127));
    bottom: 10px;
    content: "";
    position: absolute;
    transition: transform 0.4s ease;
}

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

.program-results li p {
    font-size: calc(16px * 1.05);
    margin: 0;
    display: flex;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    align-items: center;
}

.program-results li:hover svg path {
    fill: rgb(115,186,127);
}

.secure-shell .container {
    max-width: 1140px;
    z-index: 1;
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
    margin: 0 auto;
    transform: translateZ(0);
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.99));
    border-left: 4px solid rgb(171,206,175);
    position: relative;
    padding: 3rem;
}

.secure-shell h1:hover {
    transform: translateX(5px);
}

.secure-shell h3 {
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
    margin: 2rem 0 1rem;
    border-left: 2px solid rgb(115,186,127,0.5);
    color: #000000;
    font-size: calc(29px * 0.8);
}

.secure-shell p:hover {
    transform: translateX(5px);
}

.secure-shell strong {
    font-weight: 700;
    position: relative;
    color: rgb(171,206,175);
}

.secure-shell p:hover strong::after {
    width: 100%;
}

.secure-shell ul {
    padding-left: 0;
    margin: 1.5rem 0 2rem 1rem;
}

.secure-shell li::before {
    transform: rotate(45deg);
    top: 0.6rem;
    position: absolute;
    height: 8px;
    left: 0;
    transition: transform 0.3s ease;
    content: "";
    width: 8px;
    background: linear-gradient(135deg, rgb(171,206,175), rgb(115,186,127));
}

.our-background .learning-zone div::-webkit-scrollbar {
    width: 5px;
}

.our-background .learning-zone div::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.03);
    border-radius: 1px;
}

.our-background .learning-zone div::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(171,206,175,0.5), rgb(115,186,127,0.5));
    border-radius: 1px;
}



@media (max-width: 576px) {.program-overview {
    padding-top: 45vh;
}.program-overview .learn-coding {
    height: 45vh;
}.program-overview .container {
    padding-bottom: 40px;
}.program-overview .knowledge-map {
    padding: 25px 20px;
}.program-overview .knowledge-map h3 {
    font-size: calc(20px * 1.1);
    margin-bottom: 15px;
}.program-overview .knowledge-map p {
    margin-bottom: 25px;
}.program-overview .knowledge-map .help-panel {
    padding: 12px 0;
}}



@media screen and (max-width: 480px) {.get-in-touch .connect-reach {
    border-radius: 0;
}.get-in-touch .img-list {
    min-height: 250px;
}.get-in-touch .reach-reach {
    padding: 2rem 1.5rem;
}}



@media (max-width: 992px) {.learn-nav {
    padding: 3.5rem 0 2rem;
}.learn-nav .container {
    flex-direction: column;
    gap: 2.5rem;
}.learn-nav .company_holder,
    .learn-nav .faculty-info {
    flex: 1 1 100%;
    min-width: 100%;
}.learn-nav .nav-main {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}



@media (max-width: 420px) {.learn-nav .company_holder h3::after {
    width: 50px;
}.learn-nav .nav-main .nav-block a:hover {
    padding-left: 2rem;
}.hackathon .faq-block {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}



@media screen and (max-width: 768px) {.thxBlock {
    padding: 60px 0 50px;
}.thxBlock h2 {
    margin-bottom: 30px;
    font-size: calc(29px - 6px);
}.thxBlock .community-team {
    transform: translateZ(0) perspective(1000px) rotateX(0);
    padding: 30px 25px;
}.thxBlock h2::after {
    width: 60px;
    height: 3px;
}.thxBlock li {
    padding-left: 25px;
}.thxBlock li::before {
    width: 8px;
    height: 8px;
}
}


@media only screen and (max-width: 800px) {.user-choices {
    display: none;
}.cookie-controls {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie-notice-message h5 {
    margin-bottom: 5px;
    font-size: 16px;
}.cookie-screen {
    margin-bottom: 15px;
}.cookie-disclaimer {
    margin: 10px 0;
    min-width: 100%;
}}



@media (max-width: 480px) {.course-fit-for {
    padding: 60px 0;
}.course-fit-for h4 {
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: calc(33px * 0.85);
}.course-fit-for p {
    padding: 20px;
    font-size: 17px;
}.course-fit-for p svg {
    height: 28px;
    margin-right: 12px;
    width: 28px;
}.course-fit-for p::after {
    right: 15px;
    top: -10px;
    font-size: 39px;
}}



@media (max-width: 992px) {.customer-comments .review-carousel {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
}.customer-comments .img-list {
    height: 90px;
    width: 90px;
    margin-top: -60px;
}.customer-comments .learner-views {
    padding: 35px 25px 25px;
}
}



@media (max-width: 992px) {.our-background {
    padding: 60px 0;
}.our-background h1 {
    text-align: center;
}.our-background h1::after {
    left: 50%;
    transform: translateX(-50%);
}.our-background .knowledge-learning ul {
    grid-template-columns: 1fr;
}
}



@media (max-width: 480px) {.our-background h1 {
    margin-bottom: 30px;
    font-size: calc(40px * 0.85);
}.our-background .learning-zone {
    padding: 20px 15px;
}.our-background .learning-zone h4 {
    font-size: calc(24px * 0.9);
    margin-bottom: 15px;
}.our-background .learning-zone div {
    font-size: calc(15px * 0.95);
    max-height: 180px;
}}



@media (max-width: 767px) {.service-plan .pricing-pack {
    max-width: 400px;
    margin: 0 auto;
}.service-plan .access-cost h2 {
    font-size: calc(34px * 0.9);
}.service-plan .pay-options {
    font-size: calc(17px * 0.95);
}}



@media (min-width: 992px) {.title-opener > div {
    gap: 6rem;
}.title-opener h1.learn-base {
    font-size: calc(46px * 1.4);
}.title-opener p {
    font-size: calc(17px * 1.3);
    max-width: 80%;
}.title-opener .academy-cult {
    transform: perspective(1000px) rotateY(-3deg);
    height: 450px;
    transition: all 0.6s ease;
}.title-opener .academy-cult:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}
}



@media (max-width: 480px) {.title-opener {
    padding: 4rem 1rem;
}.title-opener h1.learn-base {
    font-size: calc(46px * 0.8);
}.title-opener .academy-cult h3 {
    font-size: calc(20px * 0.9);
}}



@media screen and (max-width: 768px) {.service-info .get-support {
    grid-template-columns: 1fr;
}.service-info .online-form:nth-child(1),
    .service-info .online-form:nth-child(2),
    .service-info .online-form:nth-child(3) {
    grid-row: auto;
    grid-column: 1;
}.service-info .online-form:nth-child(3) {
    grid-template-columns: 1fr;
}.service-info .img-list {
    height: 250px;
}
}



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav-main {
    gap: 20px;
}header .nav-pagebar svg {
    height: 38px;
}
}



@media (max-width: 767px) {header .nav-main {
    overflow-y: auto;
    right: -100%;
    -webkit-backdrop-filter: blur(15px);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    backdrop-filter: blur(15px);
    position: fixed;
    padding: 85px 30px 30px;
    width: 85%;
    height: 100vh;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    gap: 25px;
    flex-direction: column;
    max-width: 330px;
}header .nav-main:before {
    width: 80%;
    top: 70px;
    animation: none;
    opacity: 0.3;
    left: 10%;
    height: 1px;
}header .nav-main:after {
    border: 1px solid rgb(171,206,175,0.5);
    height: 30px;
    top: 20px;
    opacity: 0.6;
    right: 20px;
    content: '';
    position: absolute;
    width: 30px;
    background: transparent;
}header .menu.active {
    right: 0;
}header .main-bar {
    opacity: 0.8;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgb(171,206,175,0.5);
    padding: 12px 5px;
}header .main-bar:last-child {
    border-bottom: none;
}header .main-bar:hover {
    opacity: 1;
    transform: translateY(0);
}header .nav-pagebar {
    margin: 0 auto;
}
}



@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}



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



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

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



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



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



@keyframes fade-up {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}



@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}



@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

