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

.wrapper-structure {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.learn-nav {
    flex: 0 0 auto;
}

.learn-nav {
    position: relative;
    color: #000000;
    padding: 4rem 0 2rem;
}


.program-overview {
    background-color: rgb(219,230,220);
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.program-overview .learn-coding {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
}

.program-overview .learn-track {
    width: calc(100% / 5);
    position: relative;
    height: 100%;
}

.program-overview .community-team {
    display: flex;
    justify-content: center;
}

.program-overview .knowledge-map::before,
.program-overview .knowledge-map::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    background: rgb(171,206,175);
    z-index: -1;
}

.program-overview .knowledge-map::before {
    height: 300px;
    right: -150px;
    width: 300px;
    top: -150px;
}

.program-overview .knowledge-map .help-panel::before {
    left: 0;
    z-index: -1;
    transition: transform 0.3s ease;
    position: absolute;
    background: rgb(115,186,127);
    content: "";
    height: 100%;
    transform: translateX(-100%);
    width: 100%;
    top: 0;
}

.get-in-touch {
    background: linear-gradient(
        225deg, 
        rgb(219,230,220) 0%, 
        rgb(115,186,127,0.5) 100%
    );
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    padding: 6rem 0;
}

.get-in-touch .container {
    margin: 0 auto;
    position: relative;
    max-width: 1300px;
    padding: 0 1rem;
    z-index: 3;
}

.get-in-touch h2 {
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
}

.get-in-touch h2::after {
    right: 0;
    width: 30%;
}

.get-in-touch .connect-reach:hover {
    transform: rotateX(0) scale(1);
}

.get-in-touch .img-list {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    flex: 0 0 40%;
}

.get-in-touch .reach-reach {
    justify-content: center;
    position: relative;
    flex: 0 0 60%;
    flex-direction: column;
    padding: 4rem 3rem;
    display: flex;
}

.get-in-touch .reach-reach form {
    margin: 0 auto;
    position: relative;
    max-width: 500px;
    width: 100%;
    z-index: 3;
}

.get-in-touch .reach-reach input:not([type="checkbox"]):not([type="submit"]) {
    background: rgb(115,186,127,0.5);
    position: relative;
    color: #ffffff;
    z-index: 2;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
    margin-bottom: 1.5rem;
    border: 1px solid rgb(171,206,175,0.5);
    padding: 1rem 1.5rem;
    outline: none;
}

.get-in-touch .reach-reach .request-section {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.get-in-touch .reach-reach .request-section input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    color: #ffffff;
    left: 50%;
    content: '✔';
    font-size: 0.8rem;
    position: absolute;
    top: 50%;
}

.get-in-touch .reach-reach .request-section a:hover {
    text-decoration: underline;
}

.get-in-touch .reach-reach .help-panel::before {
    content: '';
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(171,206,175,0.5), 
        transparent
    );
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
}

footer::after {
    z-index: -1;
    left: 0;
    content: "";
    bottom: 0;
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(171,206,175,0.5), rgb(171,206,175,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(171,206,175,0.5), rgb(171,206,175,0.5) 1px, transparent 1px, transparent 20px);
    position: absolute;
    opacity: 0.1;
    right: 0;
}

.learn-nav .company_holder h3::after {
    content: "";
    left: 0;
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -0.5rem;
    background: rgb(115,186,127);
}

.learn-nav .nav-block {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}

.learn-nav .nav-main h5 {
    background: rgb(115,186,127);
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: 24px;
    padding: 1rem 1.5rem;
    margin: 0;
}

.learn-nav .nav-main .nav-block a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 15px;
    align-items: center;
    position: relative;
    padding: 0.8rem 1.5rem;
    display: flex;
}

.learn-nav .nav-main .nav-block a:hover {
    padding-left: 2.2rem;
    color: rgb(171,206,175);
}

.hackathon::before {
    left: 10%;
    top: 0;
    content: "";
    position: absolute;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(171,206,175,0.5), transparent);
}

.thxBlock::before {
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.1;
    content: "";
    background-size: 60px 60px;
    z-index: 1;
    pointer-events: none;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(115,186,127,0.5) 49.5%, rgb(115,186,127,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(115,186,127,0.5) 49.5%, rgb(115,186,127,0.5) 50.5%, transparent 50.5%);
}

.thxBlock .community-team {
    padding: 50px 40px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    position: relative;
}

.thxBlock .community-team:hover::after {
    opacity: 0.05;
    transform: scale(1);
}

.thxBlock li {
    z-index: 2;
    position: relative;
    padding-left: 30px;
}

.thxBlock li span {
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    color: #000000;
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    transform: translateY(20px);
    opacity: 0;
    font-size: 18px;
}

.cookie-notice-message {
    transform: translateY(100%);
    background: rgb(115,186,127);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    z-index: 90;
    font-family: Arial, sans-serif;
    bottom: 0;
    border-top: 3px solid rgb(115,186,127);
    transition: transform 0.5s ease-in-out;
    animation: slideUp 0.5s forwards;
    padding: 20px 0;
}

.cookie-disclaimer {
    text-decoration: none;
    font-size: 17px;
    color: #000000;
    min-width: 140px;
    border-radius: 16px;
    margin-left: 10px;
    text-align: center;
    white-space: nowrap;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(171,206,175);
    line-height: 40px;
    cursor: pointer;
    padding: 10px 20px;
    background: linear-gradient(90deg, rgb(171,206,175), rgb(115,186,127));
}

.course-fit-for .container {
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 5;
}

.course-fit-for .community-team {
    padding: 0;
    overflow: visible;
    position: relative;
}

.course-fit-for h4::before {
    bottom: 0;
    content: '';
    transform: translateX(-50%);
    position: absolute;
    box-shadow: 0 0 10px 2px rgb(171,206,175);
    height: 3px;
    left: 50%;
    width: 120px;
    background: rgb(171,206,175);
}

.course-fit-for p::before {
    position: absolute;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    height: 30px;
    width: 30px;
    right: 0;
    opacity: 0.7;
    content: '';
    background: rgb(171,206,175);
    bottom: 0;
    transition: opacity 0.3s ease;
}

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

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

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

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

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

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

.course-fit-for p:hover::before {
    opacity: 1;
}

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

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

.course-fit-for p svg {
    height: 36px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 8px rgb(171,206,175,0.5));
    width: 36px;
    margin-right: 20px;
    flex-shrink: 0;
}

.customer-comments {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(to right, rgb(219,230,220) 0%, #ffffff 100%);
    overflow: hidden;
}

.customer-comments::before {
    left: 0;
    background-size: 40px 40px;
    content: "";
    top: 0;
    opacity: 0.05;
    width: 100%;
    background: 
        linear-gradient(45deg, rgb(171,206,175,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(171,206,175,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(171,206,175,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(171,206,175,0.5) 75%);
    height: 100%;
    position: absolute;
    z-index: 0;
}

.customer-comments .review-carousel {
    gap: 40px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
}

.customer-comments .learner-views {
    background: #ffffff;
    z-index: 1;
    padding: 40px 30px 30px;
    border-radius: 29px;
    transition: all 0.4s ease;
    position: relative;
}

.customer-comments .learner-views::after {
    z-index: -2;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    transition: all 0.4s ease;
    height: 100%;
    border-radius: 29px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.customer-comments .learner-views span {
    margin-bottom: 15px;
    font-size: calc(18px * 1.2);
    display: block;
    transition: all 0.3s ease;
    color: #000000;
    text-align: center;
    position: relative;
    font-weight: 600;
}

.customer-comments .learner-views p {
    transition: all 0.3s ease;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    color: #000000;
}

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

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

.leadership-profile {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,230,220), rgb(115,186,127,0.5));
}

.leadership-profile .container {
    position: relative;
    z-index: 2;
}

.leadership-profile .learner-views {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    display: grid;
    background: #ffffff;
    transform: rotate(-2deg);
    padding: 40px;
    gap: 15px;
    grid-template-columns: 1fr 2fr;
}

.leadership-profile .employee-content {
    grid-area: quote;
    margin-top: 20px;
    color: #000000;
    background: linear-gradient(to right, rgb(219,230,220), transparent);
    border-radius: 0 10px 10px 0;
    line-height: 1.6;
    font-size: 15px;
    border-left: 4px solid rgb(171,206,175);
    padding: 20px;
    position: relative;
}

.our-background .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
}

.our-background h1 {
    font-family: Arial, sans-serif;
    font-size: 40px;
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    transform: translateZ(0);
    text-align: left;
    font-weight: 700;
}

.our-background .knowledge-learning {
    position: relative;
}

.our-background .learning-zone {
    background: #ffffff;
    box-shadow: 9px 9px 16px rgba(0,0,0,0.05), 
                -9px -9px 16px rgba(255,255,255,0.8), 
                inset 3px 3px 7px rgba(0,0,0,0.05),
                inset -3px -3px 7px rgba(255,255,255,0.7);
    border-radius: 2px;
    transform: translateZ(0);
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.our-background .learning-zone h4 {
    color: #000000;
    margin-top: 0;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: transform 0.3s ease, color 0.3s ease;
    margin-bottom: 20px;
    position: relative;
    padding-left: 10px;
    font-size: 24px;
}

.service-plan::before {
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgb(171,206,175,0.5) 30%, transparent 70%);
    width: 100%;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    z-index: 1;
    top: 0;
}

.service-plan .access-cost h2::after {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(171,206,175), rgb(115,186,127));
    content: "";
    position: absolute;
    left: 50%;
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    bottom: -10px;
}

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

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

.service-plan .pricing-pack:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}

.service-plan .pricing-pack:hover::before {
    transform: scaleX(1);
}

.service-plan .learn-rates {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.service-plan .pricing-pack:hover .rate-panel h3 {
    color: rgb(171,206,175);
}

.service-plan .payment-pricing::after {
    left: 0;
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    bottom: -8px;
    width: 40px;
    background-color: rgb(115,186,127);
}

.service-plan .img-list {
    width: 100%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    height: 200px;
}

.service-plan .pricing-pack:hover .img-list::after {
    opacity: 0.4;
}

.title-opener::before {
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    opacity: 0.15;
    top: 0;
    z-index: 0;
    position: absolute;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(115,186,127,0.5) 0%, transparent 60%),
    radial-gradient(circle at 80% 70%, rgb(171,206,175,0.5) 0%, transparent 40%);
}

.title-opener p {
    transform: translateY(1rem);
    line-height: 1.6;
    animation: fade-up 0.8s 0.3s ease-out forwards;
    color: #000000;
    max-width: 90%;
    opacity: 0;
    font-size: calc(17px * 1.2);
}

.title-opener .academy-cult {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}

.title-opener .academy-cult span {
    bottom: 0;
    padding: 2rem;
    width: 100%;
    z-index: 2;
    transition: transform 0.4s ease;
    position: absolute;
    left: 0;
}

.service-info::before {
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    background: 
        radial-gradient(circle at 30% 100%, rgba(255,255,255,0.03) 0%, transparent 50%),
        linear-gradient(135deg, transparent 20%, rgb(219,230,220) 20%, rgb(219,230,220) 40%, transparent 40%),
        linear-gradient(225deg, transparent 20%, rgb(219,230,220) 20%, rgb(219,230,220) 40%, transparent 40%);
    right: 0;
    pointer-events: none;
    content: '';
}

.service-info .online-form:nth-child(1) p {
    align-items: center;
    display: flex;
}

.service-info .online-form:nth-child(3) {
    grid-template-columns: repeat(3, 1fr);
    grid-column: 2 / 4;
    grid-row: 2 / 3;
    display: grid;
    gap: 1rem;
}

.service-info .online-form:hover h2::before {
    transform-origin: left;
    transform: scaleX(1);
}

.service-info .img-list:hover {
    transform: perspective(1000px) rotateX(0);
}

.service-info .img-list::before {
    transition: opacity 0.4s ease;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    opacity: 0;
    background: linear-gradient(
        45deg, 
        rgb(171,206,175,0.5) 0%, 
        rgb(115,186,127,0.5) 100%
    );
}

.service-info .feedback-form a:hover::before {
    opacity: 0.1;
}

.service-info .feedback-form a p {
    position: relative;
    font-weight: 600;
    margin: 0;
    z-index: 2;
    font-size: 15px;
    color: rgb(171,206,175);
}

.service-info .learn-talk {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.service-info .learn-talk span {
    color: rgb(171,206,175);
    background: #ffffff;
    border-radius: 10px;
    padding: 0.3rem 0.7rem;
    font-size: 12px;
}

.give-it-a-try::before {
    left: 0;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.15) 0%, transparent 60%);
    z-index: -1;
    content: "";
    width: 100%;
    position: absolute;
}

.give-it-a-try h2 {
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 15px rgba(0,0,0,0.15);
    position: relative;
    transform: perspective(1000px) translateZ(20px);
    line-height: 1.3;
    letter-spacing: 0.02em;
    max-width: 800px;
    margin-bottom: 3rem;
    font-size: 30px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.give-it-a-try .community-team:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.give-it-a-try svg {
    margin-right: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    height: 42px;
    width: 42px;
    transform: translateZ(10px) rotate(-5deg);
}

.give-it-a-try .help-panel::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    left: -100%;
    position: absolute;
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    top: 0;
}

.give-it-a-try .help-panel:active {
    transform: translateZ(5px) scale(0.98);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

header:after {
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    mix-blend-mode: overlay;
    left: 0;
    opacity: 0.02;
    pointer-events: none;
}

header .header-navbar:before {
    animation: scanlineGlow 4s linear infinite;
    content: '';
    box-shadow: 0 0 15px rgb(171,206,175), 0 0 35px rgb(171,206,175);
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(171,206,175) 25%,
        #ffffff 50%,
        rgb(171,206,175) 75%,
        transparent 100%
    );
    height: 1px;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    width: 200%;
    left: -50%;
}

header .nav-main {
    align-items: center;
    gap: 30px;
    position: relative;
    display: flex;
}

header .nav-main:before {
    opacity: 0.15;
    animation: menuGlow 10s infinite ease-in-out;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(171,206,175,0.5), 
        transparent
    );
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    content: '';
    left: -5%;
    transform: translateX(-100%);
    filter: blur(5px);
}

header .main-bar:hover {
    color: #ffffff;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(171,206,175);
    transform: translateY(-2px);
}

header .main-bar:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}

header .nav-pagebar {
    padding: 5px;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    position: relative;
}

header .nav-pagebar:hover:before {
    opacity: 0.3;
}

header .nav-pagebar:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}

header .nav-pagebar svg {
    width: auto;
    position: relative;
    filter: drop-shadow(0 0 2px rgb(171,206,175,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 45px;
}

.program-results::after {
    width: 300px;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    right: -100px;
    height: 300px;
    border: 2px solid rgb(171,206,175,0.5);
    bottom: -100px;
    z-index: 0;
    opacity: 0.1;
}

.program-results .img-list:hover {
    transform: translateY(-15px) translateX(5px);
    box-shadow: 20px 20px 0 rgb(171,206,175,0.5);
}

.program-results .text-element {
    position: relative;
    padding-left: 20px;
}

.program-results h1 {
    font-weight: 700;
    font-size: 38px;
    overflow: hidden;
    margin-bottom: 30px;
    line-height: 1.3;
    color: #000000;
    position: relative;
}

.program-results .text-element:hover h1::after {
    width: 120px;
}

.program-results ul {
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 18px;
}

.program-results li svg {
    transition: transform 0.3s ease;
    position: absolute;
    height: 28px;
    width: 28px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.secure-shell::before {
    height: 100%;
    position: absolute;
    z-index: 0;
    background: 
        radial-gradient(circle at 100% 0%, rgb(171,206,175,0.5) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgb(115,186,127,0.5) 0%, transparent 50%);
    content: "";
    opacity: 0.15;
    width: 100%;
    top: 0;
    left: 0;
}

.secure-shell h1::after {
    position: absolute;
    transition: width 0.5s ease-out;
    left: 0;
    height: 3px;
    width: 80px;
    background: linear-gradient(to right, rgb(171,206,175), rgb(115,186,127));
    bottom: 0;
    content: "";
}

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

.secure-shell strong::after {
    height: 1px;
    width: 0;
    position: absolute;
    bottom: -2px;
    transition: width 0.3s ease;
    background: rgb(171,206,175);
    left: 0;
    content: "";
}

.secure-shell li:hover {
    transform: translateX(8px);
}

.secure-shell li:hover::before {
    transform: rotate(225deg);
}

.secure-shell span {
    font-family: Arial, sans-serif;
    font-size: calc(17px * 0.95);
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(219,230,220), 0.3), transparent);
    display: block;
    transform: perspective(1000px) rotateX(0);
    line-height: 1.7;
    border-left: 2px solid rgb(115,186,127,0.5);
    transition: transform 0.3s ease-out, background 0.3s ease;
    padding: 0.75rem 1rem;
    color: #000000;
}



@media (max-width: 768px) {.program-overview {
    min-height: auto;
    padding-top: 50vh;
    height: auto;
}.program-overview::before {
    background: linear-gradient(180deg, transparent 40%, #000000 70%);
}.program-overview .learn-coding {
    position: fixed;
    top: 0;
    height: 50vh;
}.program-overview .container {
    margin-top: 0;
    padding-bottom: 50px;
}.program-overview .knowledge-map {
    padding: 30px 25px;
}.program-overview .knowledge-map h3 {
    font-size: 31px;
}.program-overview .knowledge-map .help-panel {
    width: 100%;
}
}



@media (max-width: 1200px) {.learn-nav .container {
    gap: 2rem;
}.learn-nav .company_holder {
    flex: 1 1 360px;
}.learn-nav .faculty-info {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.learn-nav .nav-block {
    gap: 2rem;
}
}



@media (max-width: 768px) {.learn-nav {
    padding: 3rem 0 1.5rem;
}.learn-nav .nav-block {
    gap: 1.5rem;
}.learn-nav .company_holder {
    padding: 2rem;
}.learn-nav .company_holder h3 {
    font-size: calc(33px - 2px);
}.hackathon {
    margin-top: 2rem;
}
}




@media screen and (max-width: 1200px) {.thxBlock {
    padding: 100px 0 80px;
}.thxBlock h2 {
    font-size: calc(29px - 2px);
}
}



@media screen and (max-width: 992px) {.thxBlock {
    padding: 80px 0 60px;
}.thxBlock h2 {
    font-size: calc(29px - 4px);
}.thxBlock .community-team {
    padding: 40px 30px;
}
}



@media (hover: none) {.thxBlock .community-team:hover {
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
}.thxBlock .community-team:hover::after {
    opacity: 0;
}}


@media only screen and (max-width: 1200px) {.cookie-notice-message {
    padding: 15px 0;
}.cookie-controls {
    padding: 15px 5%;
}
}



@media (max-width: 991px) {.course-fit-for {
    padding: 80px 0;
}.course-fit-for h4 {
    font-size: calc(33px * 1.1);
    margin-bottom: 60px;
}.course-fit-for div > div {
    gap: 25px;
    margin: 0 -20px;
    grid-template-columns: repeat(2, 1fr);
}.course-fit-for p {
    padding: 25px 30px;
}.course-fit-for p svg {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}.course-fit-for p:nth-child(3n+1),
    .course-fit-for p:nth-child(3n+3) {
    transform: none;
}.course-fit-for p:nth-child(odd) {
    transform: translateX(-20px);
}.course-fit-for p:nth-child(even) {
    transform: translateX(20px);
}.course-fit-for p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.course-fit-for p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}



@media (max-width: 768px) {.leadership-profile {
    padding: 60px 0;
}.leadership-profile .learner-views {
    grid-template-areas: 
            "img-list"
            "name"
            "experience-details"
            "employee-content";
    padding: 30px 20px;
    grid-template-columns: 1fr;
}.leadership-profile .img-list {
    margin: 0 auto;
    height: 180px;
    width: 80%;
}.leadership-profile .name,
    .leadership-profile .learner-views span:not(.name) {
    text-align: center;
    transform: translateX(0);
}.leadership-profile .employee-content {
    padding: 15px;
}}



@media (min-width: 992px) {.service-plan .monthly-rate {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.service-plan {
    padding: 8rem 2rem;
}.service-plan .access-cost {
    flex: 0 0 25%;
}.service-plan .monthly-rate {
    flex: 0 0 75%;
}.service-plan .rate-panel {
    padding: 2.5rem;
}
}



@media (min-width: 768px) {.title-opener {
    padding: 8rem 3rem;
}.title-opener > div {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.title-opener h1.learn-base {
    font-size: calc(46px * 1.2);
}.title-opener .main-entry {
    margin-top: 0;
}.title-opener .academy-cult {
    height: 400px;
}.title-opener .academy-cult::after {
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgb(171,206,175,0.5) 0%, transparent 100%);
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 100%;
}.title-opener .academy-cult:hover::after {
    opacity: 0.2;
}
}



@media screen and (max-width: 480px) {.service-info .online-form:nth-child(3) {
    flex-direction: column;
    display: flex;
}}



@media (max-width: 991px) {.give-it-a-try {
    padding: 5rem 0;
}.give-it-a-try h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2.5rem;
}.give-it-a-try .community-team {
    padding: 2rem;
}
}



@media (max-width: 575px) {.give-it-a-try {
    padding: 3rem 0;
}.give-it-a-try h2 {
    letter-spacing: 0.01em;
    font-size: calc(30px * 0.7);
}.give-it-a-try .community-team {
    width: 90%;
    padding: 1.5rem;
}.give-it-a-try svg {
    width: 36px;
    margin-bottom: 1.2rem;
    height: 36px;
}.give-it-a-try .help-panel {
    font-size: calc(20px * 0.9);
    padding: 0.7rem 1.5rem;
}}



@media (max-width: 992px) {.program-results {
    padding: 80px 0;
}.program-results .container {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 30px;
}.program-results .img-list {
    max-height: 400px;
    box-shadow: 10px 10px 0 rgb(171,206,175,0.5);
    width: 100%;
}.program-results h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 25px;
}
}



@media (max-width: 576px) {.program-results {
    padding: 40px 0;
}.program-results .img-list {
    box-shadow: 8px 8px 0 rgb(171,206,175,0.5);
    max-height: 250px;
}.program-results .text-element {
    padding-left: 15px;
}.program-results .text-element::before {
    width: 3px;
}.program-results h1 {
    margin-bottom: 18px;
    font-size: calc(38px * 0.7);
}.program-results h1::after {
    height: 2px;
    width: 60px;
}.program-results li {
    padding-left: 34px;
}.program-results li svg {
    height: 24px;
    width: 24px;
}.program-results li p {
    line-height: 1.5;
    font-size: calc(16px * 0.95);
}}



@media (max-width: 480px) {.secure-shell {
    padding: 2rem 0.75rem;
}.secure-shell .container {
    padding: 1.5rem 1rem;
}.secure-shell h1 {
    font-size: calc(44px * 0.7);
}.secure-shell h2 {
    padding-left: 0.75rem;
    font-size: calc(29px * 0.7);
}.secure-shell h3, .secure-shell h4 {
    padding-left: 0.5rem;
}.secure-shell p, .secure-shell span, .secure-shell li {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.secure-shell li {
    padding-left: 1rem;
}.secure-shell li::before {
    height: 6px;
    width: 6px;
}
}




@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}



@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}



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



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}



@keyframes slide-in {
  0% {
    transform: translateX(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes borderGlow {
    0% {
        opacity: 0.4;
        filter: blur(10px);
    }
    50% {
        opacity: 0.6;
        filter: blur(15px);
    }
    100% {
        opacity: 0.4;
        filter: blur(10px);
    }
}



@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}



@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

