* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.site-prime {
    flex: 1 0 auto;
}.program-foot {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1217px;
    max-width: 100%;
}.inner-container {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program-foot {
    padding: 80px 0 40px;
    z-index: 1;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.program-foot .container {
    position: relative;
    display: flex;
    justify-content: space-between;
}.program-foot .company_holder {
    flex: 0 0 30%;
    position: relative;
    padding-right: 30px;
}.program-foot .company_holder::after {
    height: 80%;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(158,172,160), transparent);
    top: 10%;
    right: 0;
    width: 1px;
}.program-foot .company_holder h3 {
    text-shadow: 0 0 10px rgb(158,172,160,0.5);
    color: #ffffff;
    font-size: calc(34px * 0.9);
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}.program-foot .company_holder h3::after {
    position: absolute;
    bottom: -5px;
    width: 40%;
    background: rgb(158,172,160);
    height: 2px;
    transition: width 0.3s ease-in-out;
    left: 0;
    content: '';
}.program-foot .company_holder h3:hover::after {
    width: 100%;
}.program-foot .login-footer {
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.08);
    padding: 15px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    margin-top: 15px;
    font-size: 14px;
    border-radius: 10px;
    color: #ffffff;
    transform: translateZ(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}.program-foot .login-footer:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
}.program-foot .fellow-prog {
    flex: 0 0 65%;
    display: flex;
    justify-content: space-between;
    position: relative;
}.program-foot .header-pro {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
}.program-foot .main-navbar {
    flex: 0 0 45%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 21px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 20px;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}.program-foot .main-navbar::before {
    position: absolute;
    content: '';
    transition: transform 0.6s ease;
    z-index: -1;
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
}.program-foot .main-navbar:hover::before {
    transform: translateX(100%);
}.program-foot .main-navbar h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}.program-foot .main-navbar h5::after {
    position: absolute;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    width: 40px;
    background: rgb(158,172,160);
    left: 0;
    height: 2px;
    content: '';
    bottom: 0;
}.program-foot .main-navbar:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(158,172,160), 0 0 16px rgb(158,172,160,0.5);
}.program-foot .main-navbar .header-pro {
    flex-direction: column;
    gap: 12px;
    display: flex;
}.program-foot .main-navbar .header-pro a {
    position: relative;
    color: #ffffff;
    font-size: calc(14px * 0.95);
    padding-left: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    opacity: 0.85;
}.program-foot .main-navbar .header-pro a::before {
    content: '';
    width: 0;
    bottom: -2px;
    height: 1px;
    transition: width 0.3s ease, transform 0.3s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(158,172,160), transparent);
    transform-origin: left;
    position: absolute;
}.program-foot .main-navbar .header-pro a:hover {
    padding-left: 5px;
    color: #ffffff;
    opacity: 1;
}.program-foot .main-navbar .header-pro a:hover::before {
    box-shadow: 0 0 5px rgb(158,172,160,0.5);
    width: 100%;
}.reward-sys {
    position: relative;
    backdrop-filter: blur(10px);
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}.reward-sys::before {
    height: 1px;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(158,172,160,0.5), transparent);
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
}.reward-sys .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.reward-sys .transcript {
    text-align: center;
    opacity: 0.8;
    color: #ffffff;
    font-size: 16px;
    transition: opacity 0.3s ease;
    letter-spacing: 0.5px;
}.reward-sys .transcript:hover {
    opacity: 1;
}

@media (max-width: 991px) {.program-foot {
    padding: 60px 0 30px;
}.program-foot .container {
    flex-direction: column;
}.program-foot .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 40px;
}.program-foot .company_holder::after {
    display: none;
}.program-foot .fellow-prog {
    flex: 0 0 100%;
}.program-foot .main-navbar {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}

@media (max-width: 768px) {.program-foot {
    padding: 40px 0 20px;
}.program-foot .header-pro {
    flex-direction: column;
}.program-foot .main-navbar {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.program-foot .company_holder h3 {
    font-size: calc(34px * 0.8);
}.program-foot .main-navbar h5 {
    font-size: calc(20px * 0.9);
}.reward-sys .transcript {
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 576px) {.program-foot {
    padding: 30px 0 15px;
}.program-foot .company_holder {
    margin-bottom: 30px;
}.program-foot .company_holder h3 {
    font-size: calc(34px * 0.7);
}.program-foot .main-navbar h5 {
    font-size: calc(20px * 0.8);
}.reward-sys {
    padding: 10px 0;
}.reward-sys .transcript {
    font-size: calc(16px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    right: 0;
    left: 0;
    background-size: 50px 50px;
    bottom: 0;
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    opacity: 0.3;
    top: 0;
    z-index: 0;
    content: '';
}.program-foot .company_holder h3 {
    overflow: hidden;
    position: relative;
}.program-foot .company_holder h3::before {
    left: -100%;
    top: 0;
    position: absolute;
    height: 100%;
    pointer-events: none;
    width: 100%;
    content: '';
    transition: 0.5s;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.program-foot .company_holder h3:hover::before {
    left: 100%;
}.homepage {
    overflow: hidden;
    height: 100vh;
    position: relative;
    width: 100%;
    background-color: rgb(158,172,160);
}.homepage .learn-history {
    align-items: center;
    justify-content: center;
    height: 100%;
    display: flex;
    position: relative;
    width: 100%;
    z-index: 3;
}.homepage .intro-head {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}.homepage .intro-head::before {
    position: absolute;
    content: "";
    background: linear-gradient(
        0deg,
        rgb(158,172,160,0.5) 0%,
        transparent 50%,
        rgb(158,172,160,0.5) 100%
    );
    pointer-events: none;
    inset: 0;
    z-index: 2;
}.homepage .intro-head::after {
    background: radial-gradient(
        ellipse at center,
        transparent 40%,
        rgb(114,122,114) 100%
    );
    opacity: 0.7;
    pointer-events: none;
    content: "";
    inset: 0;
    position: absolute;
    z-index: 2;
}.homepage .master-studyfast {
    animation: grid-shuffle 25s ease-in-out infinite;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 100%;
    width: 100%;
    display: grid;
}.homepage .course-page {
    opacity: 1;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
}.homepage .course-page:nth-child(1) {
    animation: scale-up 25s infinite ease-in-out;
    grid-area: 1 / 1 / 2 / 2;
}.homepage .course-page:nth-child(2) {
    animation: scale-down 25s infinite ease-in-out;
    animation-delay: 6.25s;
    grid-area: 1 / 2 / 2 / 3;
}.homepage .course-page:nth-child(3) {
    animation-delay: 12.5s;
    animation: scale-up 25s infinite ease-in-out;
    grid-area: 2 / 1 / 3 / 2;
}.homepage .course-page:nth-child(4) {
    animation: scale-down 25s infinite ease-in-out;
    animation-delay: 18.75s;
    grid-area: 2 / 2 / 3 / 3;
}.homepage .master-studyfast:has(.course-page:nth-child(1):nth-last-child(1)) {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}.homepage .master-studyfast:has(.course-page:nth-child(1):nth-last-child(1)) .course-page:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.homepage .master-studyfast:has(.course-page:nth-child(2):nth-last-child(1)) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
}.homepage .master-studyfast:has(.course-page:nth-child(2):nth-last-child(1)) .course-page:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.homepage .master-studyfast:has(.course-page:nth-child(2):nth-last-child(1)) .course-page:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}.homepage .master-studyfast:has(.course-page:nth-child(3):nth-last-child(1)) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}.homepage .master-studyfast:has(.course-page:nth-child(3):nth-last-child(1)) .course-page:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.homepage .master-studyfast:has(.course-page:nth-child(3):nth-last-child(1)) .course-page:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}.homepage .master-studyfast:has(.course-page:nth-child(3):nth-last-child(1)) .course-page:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
}.homepage .course-page img {
    object-fit: cover;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    margin: -10px;
    transition: all 0.5s ease;
    filter: grayscale(30%) brightness(0.8);
}.homepage .course-page::before {
    z-index: 1;
    mix-blend-mode: overlay;
    transition: opacity 0.5s ease;
    content: "";
    opacity: 0;
    position: absolute;
    background: linear-gradient(
        rgb(158,172,160,0.5),
        transparent
    );
    inset: 0;
}.homepage .course-page:nth-child(even)::before {
    background: linear-gradient(
        rgb(114,122,114,0.5),
        transparent
    );
}.homepage .carousel-auto-slide.active::before {
    opacity: 0.6;
}.homepage .text-holder-wrap {
    padding: 3rem;
    transition: all 0.5s ease;
    width: 70%;
    z-index: 5;
    backdrop-filter: blur(10px);
    position: absolute;
    text-align: center;
    max-width: 800px;
}.homepage .text-holder-wrap::before {
    border-radius: 10px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    inset: 0;
}.homepage .text-holder-wrap::after {
    background-image: 
        linear-gradient(90deg, transparent 30%, rgb(158,172,160) 50%, transparent 70%),
        linear-gradient(180deg, transparent 30%, rgb(114,122,114) 50%, transparent 70%);
    position: absolute;
    filter: blur(8px);
    z-index: -2;
    content: "";
    opacity: 0.5;
    background-position: 0% 0%;
    animation: border-light 5s linear infinite;
    background-size: 200% 200%;
    inset: -5px;
    border-radius: 10px;
}.homepage .text-holder-wrap h1 {
    font-weight: 700;
    position: relative;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 44px;
}.homepage .text-holder-wrap h1::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
    margin: 15px auto 0;
    content: "";
    display: block;
    height: 2px;
}.homepage .text-holder-wrap p {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 2rem;
    color: #ffffff;
}.homepage .text-holder-wrap .feedback-message {
    font-size: 19px;
    z-index: 1;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: all 0.5s ease;
    background-color: rgb(158,172,160);
    border-radius: 50px;
    text-decoration: none;
    padding: 1rem 2.5rem;
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
}.homepage .text-holder-wrap .feedback-message::before {
    z-index: -1;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(158,172,160),
        rgb(114,122,114),
        rgb(158,172,160)
    );
    content: "";
    width: 100%;
    left: 0;
    background-size: 200% 100%;
    transition: all 0.5s ease;
    height: 100%;
    background-position: 0% 0%;
    top: 0;
}.homepage .text-holder-wrap .feedback-message:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}.homepage .text-holder-wrap .feedback-message:hover::before {
    background-position: 100% 0%;
}

@keyframes grid-shuffle {
    0%, 20% {
        transform: rotate(0deg) scale(1.1);
    }
    25%, 45% {
        transform: rotate(5deg) scale(1.15);
    }
    50%, 70% {
        transform: rotate(0deg) scale(1.2);
    }
    75%, 95% {
        transform: rotate(-5deg) scale(1.15);
    }
    100% {
        transform: rotate(0deg) scale(1.1);
    }
}

@keyframes scale-up {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 0.4;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 1;
    }
}

@keyframes scale-down {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 1;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 0.4;
    }
}

@keyframes border-light {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@media (max-width: 992px) {.homepage .text-holder-wrap {
    width: 80%;
    padding: 2.5rem;
}.homepage .text-holder-wrap h1 {
    font-size: calc(44px * 0.85);
}.homepage .text-holder-wrap p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 768px) {.homepage .text-holder-wrap {
    width: 85%;
    padding: 2rem;
}.homepage .text-holder-wrap h1 {
    margin-bottom: 1.2rem;
    font-size: calc(44px * 0.7);
}.homepage .text-holder-wrap h1::after {
    width: 60px;
    margin: 10px auto 0;
}.homepage .text-holder-wrap p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.9);
}.homepage .text-holder-wrap .feedback-message {
    padding: 0.8rem 2rem;
}
    
    @keyframes grid-shuffle {
        0%, 20% {
            transform: rotate(0deg) scale(1.05);
        }
        25%, 45% {
            transform: rotate(3deg) scale(1.1);
        }
        50%, 70% {
            transform: rotate(0deg) scale(1.15);
        }
        75%, 95% {
            transform: rotate(-3deg) scale(1.1);
        }
        100% {
            transform: rotate(0deg) scale(1.05);
        }
    }
}

@media (max-width: 576px) {.homepage .text-holder-wrap {
    width: 90%;
    padding: 1.5rem;
}.homepage .text-holder-wrap h1 {
    font-size: calc(44px * 0.6);
    margin-bottom: 1rem;
}.homepage .text-holder-wrap h1::after {
    margin: 8px auto 0;
    width: 50px;
}.homepage .text-holder-wrap p {
    font-size: calc(16px * 0.85);
    margin-bottom: 1.2rem;
    line-height: 1.5;
}.homepage .text-holder-wrap .feedback-message {
    padding: 0.7rem 1.7rem;
    font-size: calc(19px * 0.9);
}@keyframes grid-shuffle {
        0%, 20% {
            transform: rotate(0deg) scale(1.03);
        }
        25%, 45% {
            transform: rotate(2deg) scale(1.06);
        }
        50%, 70% {
            transform: rotate(0deg) scale(1.09);
        }
        75%, 95% {
            transform: rotate(-2deg) scale(1.06);
        }
        100% {
            transform: rotate(0deg) scale(1.03);
        }
    }
}.course-program-details {
    overflow: hidden;
    background: linear-gradient(45deg, rgb(208,210,182) 0%, rgb(114,122,114,0.5) 40%, rgb(208,210,182) 100%);
    padding: 5rem 0;
    position: relative;
}.course-program-details::before {
    position: absolute;
    opacity: 0.1;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, rgb(114,122,114,0.5) 0px, rgb(114,122,114,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(158,172,160,0.5) 0px, rgb(158,172,160,0.5) 1px, transparent 1px, transparent 10px);
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
}.course-program-details .container {
    z-index: 2;
    position: relative;
}.course-program-details .learn-history {
    position: relative;
    min-height: 480px;
    flex-direction: column;
    display: flex;
}.course-program-details .pic-item {
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
}.course-program-details .pic-item::after {
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    top: 0;
    background: linear-gradient(135deg, rgb(158,172,160,0.5) 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
}.course-program-details .education-route {
    backdrop-filter: blur(8px);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    width: 60%;
    padding: 2.5rem;
    margin-top: auto;
    z-index: 3;
    box-shadow: -15px -15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-left: auto;
}.course-program-details .education-route::before {
    width: 50px;
    content: "";
    left: -50px;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
    position: absolute;
}.course-program-details .head-wrap {
    position: absolute;
    padding: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    z-index: 4;
    left: 2.5rem;
    top: -35px;
    background: #ffffff;
    border-radius: 50%;
}.course-program-details .head-wrap:hover {
    transform: translateY(-5px) rotate(5deg);
}.course-program-details .head-wrap svg {
    display: block;
    width: 45px;
    filter: drop-shadow(0 3px 5px rgb(158,172,160,0.5));
    height: 45px;
}.course-program-details .head-wrap svg path {
    transition: fill 0.3s ease;
    fill: rgb(158,172,160);
}.course-program-details .head-wrap:hover svg path {
    fill: rgb(114,122,114);
}.course-program-details .education-route h3 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 30px;
}.course-program-details .education-route h3::after {
    border-radius: 10px;
    height: 3px;
    position: absolute;
    bottom: -0.5rem;
    width: 60px;
    left: 0;
    background: rgb(158,172,160);
    content: "";
}.course-program-details .education-route p {
    color: #000000;
    line-height: 1.7;
    font-size: 13px;
}.course-program-details .learn-history::before {
    z-index: 0;
    right: 65%;
    animation: floatAnimation 8s infinite ease-in-out;
    border: 2px solid rgb(158,172,160,0.5);
    content: "";
    position: absolute;
    width: 120px;
    top: 10%;
    height: 120px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.course-program-details .learn-history::after {
    left: 10%;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 80px;
    animation: floatAnimation 12s infinite ease-in-out reverse;
    z-index: 0;
    content: "";
    width: 80px;
    border: 2px solid rgb(114,122,114,0.5);
    position: absolute;
    bottom: 20%;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-10px, -5px) rotate(3deg);
    }
}

@media screen and (max-width: 991px) {.course-program-details .learn-history {
    min-height: 420px;
}.course-program-details .education-route {
    width: 75%;
    padding: 2rem;
}.course-program-details .head-wrap {
    top: -30px;
    padding: 12px;
    left: 2rem;
}.course-program-details .head-wrap svg {
    height: 40px;
    width: 40px;
}.course-program-details .education-route h3 {
    font-size: calc(30px - 0.2rem);
}
}

@media screen and (max-width: 767px) {.course-program-details {
    padding: 4rem 0;
}.course-program-details .learn-history {
    min-height: auto;
}.course-program-details .pic-item {
    position: relative;
    height: 250px;
    margin-bottom: -50px;
}.course-program-details .education-route {
    padding: 2rem 1.5rem;
    width: 90%;
    margin-right: auto;
    border-radius: 30px;
    margin-left: auto;
}.course-program-details .education-route::before {
    display: none;
}.course-program-details .education-route::after {
    width: 70px;
    height: 70px;
}.course-program-details .head-wrap {
    transform: translateX(-50%);
    left: 50%;
}.course-program-details .head-wrap:hover {
    transform: translateX(-50%) translateY(-5px);
}.course-program-details .education-route h3 {
    margin-top: 1rem;
    font-size: calc(30px - 0.3rem);
}.course-program-details .learn-history::before,
    .course-program-details .learn-history::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.course-program-details {
    padding: 3rem 0;
}.course-program-details .pic-item {
    height: 200px;
}.course-program-details .education-route {
    padding: 1.5rem 1.25rem;
    width: 100%;
}.course-program-details .head-wrap {
    padding: 10px;
}.course-program-details .head-wrap svg {
    width: 35px;
    height: 35px;
}.course-program-details .education-route h3 {
    font-size: calc(30px - 0.5rem);
    margin-top: 0.75rem;
}.course-program-details .education-route p {
    font-size: calc(13px - 0.1rem);
}}.interested-learners {
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(208,210,182) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.interested-learners::before {
    width: 60%;
    background-position: 0 0;
    height: 60%;
    bottom: 0;
    background-size: 20px 20px;
    content: "";
    background-image: radial-gradient(rgb(158,172,160,0.5) 20%, transparent 20%);
    position: absolute;
    opacity: 0.3;
    right: 0;
    z-index: 1;
}.interested-learners .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 2;
}.interested-learners .learn-history {
    position: relative;
}.interested-learners h4 {
    transform: perspective(1000px) rotateX(0deg);
    color: rgb(158,172,160);
    position: relative;
    transition: transform 0.5s ease;
    text-align: center;
    margin-bottom: 50px;
    font-size: 39px;
    font-weight: 700;
}.interested-learners h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}.interested-learners h4::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
    height: 5px;
    bottom: -15px;
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
}.interested-learners div > div {
    padding: 0 20px;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}.interested-learners p {
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    height: 200px;
    display: flex;
    margin: 0;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    background: #ffffff;
    color: #000000;
    padding: 40px 30px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}.interested-learners p:nth-child(even) {
    transform: translateY(100px);
}.interested-learners p::before {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, #ffffff, rgb(208,210,182));
    content: "";
    height: 100%;
    z-index: -1;
}.interested-learners p:hover {
    color: #000000;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.interested-learners p:hover::before {
    opacity: 1;
}.interested-learners p svg {
    transform: translateX(-50%);
    top: 30px;
    transition: all 0.3s ease;
    position: absolute;
    width: 32px;
    left: 50%;
    height: 32px;
}.interested-learners p svg path {
    fill: rgb(158,172,160);
    transition: fill 0.3s ease;
}.interested-learners p span {
    width: 100%;
    margin-top: 50px;
    display: block;
}.interested-learners p:hover svg {
    transform: translateX(-50%) scale(1.2);
}.interested-learners p:hover svg path {
    fill: rgb(114,122,114);
}@keyframes hexSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.interested-learners::after {
    position: absolute;
    content: "";
    width: 200px;
    border: 2px dashed rgb(114,122,114,0.5);
    height: 200px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    top: 10%;
    opacity: 0.5;
    z-index: 1;
    left: 5%;
    animation: hexSpin 30s linear infinite;
}@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.interested-learners .learn-history > div p {
    opacity: 0;
    animation: fadeScale 0.5s ease forwards;
}.interested-learners .learn-history > div p:nth-child(1) {
    animation-delay: 0.1s;
}.interested-learners .learn-history > div p:nth-child(2) {
    animation-delay: 0.2s;
}.interested-learners .learn-history > div p:nth-child(3) {
    animation-delay: 0.3s;
}.interested-learners .learn-history > div p:nth-child(4) {
    animation-delay: 0.4s;
}.interested-learners .learn-history > div p:nth-child(5) {
    animation-delay: 0.5s;
}.interested-learners .learn-history > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.interested-learners {
    padding: 80px 0;
}.interested-learners h4 {
    margin-bottom: 70px;
    font-size: calc(39px * 0.85);
}.interested-learners div > div {
    gap: 100px 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
}.interested-learners p {
    height: 180px;
    padding: 35px 25px;
}.interested-learners p:nth-child(3n+2) {
    transform: translateY(0);
}.interested-learners p:nth-child(even) {
    transform: translateY(90px);
}.interested-learners p svg {
    top: 25px;
}.interested-learners p span {
    margin-top: 45px;
}.interested-learners::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 768px) {.interested-learners {
    padding: 70px 0;
}.interested-learners h4 {
    margin-bottom: 60px;
    font-size: calc(39px * 0.7);
}.interested-learners h4::after {
    width: 80px;
    bottom: -12px;
}.interested-learners div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.interested-learners p {
    border-radius: 10px;
    height: auto;
    aspect-ratio: 1.73 / 1;
    padding: 20px;
    clip-path: none;
}.interested-learners p::before {
    clip-path: none;
    border-radius: 10px;
}.interested-learners p:nth-child(even) {
    transform: translateY(0);
}.interested-learners p svg {
    width: 28px;
    margin-right: 15px;
    height: 28px;
    position: static;
    transform: none;
}.interested-learners p span {
    display: inline;
    margin-top: 0;
}.interested-learners p:hover {
    transform: translateY(0) scale(1.03);
}.interested-learners p:hover svg {
    transform: scale(1.2);
}.interested-learners::after {
    display: none;
}
}

@media (max-width: 576px) {.interested-learners {
    padding: 60px 0;
}.interested-learners h4 {
    margin-bottom: 40px;
    font-size: calc(39px * 0.6);
}.interested-learners h4::after {
    bottom: -10px;
    height: 4px;
    width: 60px;
}.interested-learners p {
    font-size: calc(13px * 0.9);
    padding: 15px;
}.interested-learners p svg {
    width: 24px;
    margin-right: 10px;
    height: 24px;
}}.academic-expertise {
    background: linear-gradient(135deg, rgb(208,210,182) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.academic-expertise::before {
    position: absolute;
    height: 200px;
    width: 200px;
    background: rgb(158,172,160,0.5);
    content: "";
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    transform: rotate(-15deg);
    top: -50px;
    left: -50px;
}.academic-expertise::after {
    transform: rotate(15deg);
    z-index: 1;
    height: 250px;
    bottom: -50px;
    right: -50px;
    width: 250px;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    background: rgb(114,122,114,0.5);
    position: absolute;
    content: "";
}.academic-expertise .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.academic-expertise .user-experience {
    grid-template-columns: 1fr;
    padding: 2.5rem;
    gap: 2rem;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    display: grid;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.academic-expertise .user-experience:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.academic-expertise .user-experience > div:first-child {
    position: relative;
    transform: translateZ(0);
    overflow: hidden;
}.academic-expertise .user-experience .pic-item {
    height: 300px;
    position: relative;
    width: 100%;
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}.academic-expertise .user-experience:hover .pic-item {
    transform: scale(1.02);
}.academic-expertise .user-experience .pic-item::after {
    opacity: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
}.academic-expertise .user-experience:hover .pic-item::after {
    opacity: 1;
}.academic-expertise .user-experience > div:nth-child(2) {
    border-left: 3px solid rgb(158,172,160);
    transform: translateX(0);
    padding-left: 20px;
    position: relative;
    transition: transform 0.4s ease;
}.academic-expertise .user-experience:hover > div:nth-child(2) {
    transform: translateX(5px);
}.academic-expertise .name {
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    display: inline-block;
    margin: 0 0 0.5rem;
}.academic-expertise .name::after {
    left: 0;
    position: absolute;
    height: 2px;
    bottom: -3px;
    transition: width 0.4s ease-out;
    background: rgb(158,172,160);
    content: "";
    width: 0;
}.academic-expertise .user-experience:hover .name::after {
    width: 100%;
}.academic-expertise .user-experience > div:nth-child(2) > div {
    margin-bottom: 0.5rem;
    color: rgb(114,122,114);
    opacity: 0.85;
    font-size: calc(13px * 0.95);
    font-style: italic;
    font-weight: 600;
}.academic-expertise .past-work {
    color: #000000;
    position: relative;
    line-height: 1.7;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin: 0;
}.academic-expertise .past-work::before {
    top: -10px;
    content: "";
    font-size: 60px;
    position: absolute;
    color: rgb(158,172,160,0.5);
    line-height: 1;
    left: 0;
    font-family: serif;
}

@media (min-width: 768px) {.academic-expertise {
    padding: 7rem 0;
}.academic-expertise .user-experience {
    gap: 3rem;
    grid-template-columns: 300px 1fr;
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    align-items: center;
}.academic-expertise .user-experience:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.academic-expertise .user-experience > div:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.academic-expertise .user-experience > div:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 2;
}
}

@media (min-width: 992px) {.academic-expertise .user-experience {
    gap: 2.5rem 4rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 350px 1fr;
}.academic-expertise .pic-item {
    height: 400px;
}.academic-expertise .past-work {
    font-size: calc(13px * 1.05);
    padding-left: 2rem;
}.academic-expertise .past-work::before {
    font-size: 80px;
}
}

@media (min-width: 1200px) {.academic-expertise .user-experience {
    padding: 4rem;
    grid-template-columns: 400px 1fr;
}.academic-expertise .pic-item {
    height: 450px;
}.academic-expertise .name {
    font-size: calc(24px * 1.1);
}.academic-expertise .user-experience > div:nth-child(2) > div {
    font-size: 13px;
}.academic-expertise .past-work {
    line-height: 1.8;
}
}

@media (max-width: 767px) {.academic-expertise {
    padding: 4rem 0;
}.academic-expertise .user-experience {
    padding: 1.5rem;
}.academic-expertise .pic-item {
    height: 250px;
    margin-bottom: 1.5rem;
}.academic-expertise .name {
    font-size: calc(24px * 0.95);
}.academic-expertise .past-work {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.thanksField {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(114,122,114,0.5), rgb(158,172,160,0.5));
    padding: 6rem 0;
    position: relative;
}.thanksField::before {
    left: 0;
    position: absolute;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    pointer-events: none;
    top: 0;
    content: "";
    z-index: 1;
    width: 100%;
}.thanksField::after {
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(114,122,114) 25%, 
        rgb(158,172,160) 75%, 
        transparent 100%);
    height: 10px;
    content: "";
    z-index: 2;
    bottom: -5px;
    animation: shimmer 4s infinite ease-in-out;
    opacity: 0.7;
}.thanksField .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    width: 90%;
    position: relative;
}.thanksField .learn-history {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.95), 
        rgba(255,255,255,0.85));
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    overflow: hidden;
    padding: 4rem 3rem;
    border-radius: 10px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2) inset;
    transition: transform 0.5s ease-out;
    transform-style: preserve-3d;
}.thanksField .learn-history::before {
    filter: blur(20px);
    width: 200px;
    opacity: 0.7;
    content: "";
    animation: float 8s infinite ease-in-out;
    position: absolute;
    height: 200px;
    z-index: -1;
    right: -10%;
    top: -10%;
    border-radius: 50%;
    background: linear-gradient(135deg, 
        rgb(158,172,160,0.5) 0%, 
        transparent 70%);
}.thanksField .learn-history:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
}.thanksField .learn-history > div:first-child {
    transform: translateY(0);
    animation: fadeSlideUp 0.8s ease-out;
    position: relative;
    opacity: 1;
    margin-bottom: 2rem;
}.thanksField .learn-history > div:last-child {
    position: relative;
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
    transform: translateY(0);
    opacity: 1;
}.thanksField h5 {
    margin: 0 0 1rem;
    color: rgb(158,172,160);
    line-height: 1.4;
    display: inline-block;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
}.thanksField h5::after {
    border-radius: 2px;
    height: 3px;
    left: 0;
    position: absolute;
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: scaleX(0);
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(114,122,114), transparent);
    transform-origin: left;
    width: 60%;
}.thanksField a {
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}.thanksField a:hover p {
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    color: rgb(158,172,160);
    transform: translateY(-3px);
}.thanksField p {
    line-height: 1.8;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 0;
    transition: all 0.4s ease;
}

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

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

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

@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0%);
    }
    50% {
        opacity: 0.8;
        transform: translateX(2%);
    }
}

@media (max-width: 991px) {.thanksField {
    padding: 5rem 0;
}.thanksField .learn-history {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3rem 2.5rem;
}.thanksField h5 {
    font-size: calc(21px * 0.95);
}.thanksField p {
    font-size: calc(16px * 0.98);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.thanksField {
    padding: 4rem 0;
}.thanksField .learn-history {
    transform: none;
    padding: 2.5rem 2rem;
}.thanksField .learn-history::before {
    width: 150px;
    height: 150px;
}.thanksField h5 {
    font-size: calc(21px * 0.9);
}.thanksField h5::after {
    width: 50%;
}.thanksField p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.thanksField {
    padding: 3rem 0;
}.thanksField .container {
    width: 92%;
}.thanksField .learn-history {
    padding: 2rem 1.5rem;
}.thanksField .learn-history > div:first-child {
    margin-bottom: 1.5rem;
}.thanksField h5 {
    font-size: calc(21px * 0.85);
}.thanksField p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}}.about-this {
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.about-this::before {
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    background: radial-gradient(circle at 10% 20%, rgb(158,172,160,0.5) 0%, transparent 50%);
    width: 100%;
    animation: pulse 15s infinite alternate;
    left: 0;
    content: '';
}.about-this::after {
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    animation: pulse 20s infinite alternate-reverse;
    background: radial-gradient(circle at 90% 80%, rgb(114,122,114,0.5) 0%, transparent 50%);
    position: absolute;
    content: '';
    bottom: 0;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95);
    }
}

.about-this .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}.about-this .learn-history {
    position: relative;
    gap: 40px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 2fr;
}.about-this .learn-history::before {
    animation: borderPulse 8s infinite alternate;
    border: 1px solid rgb(158,172,160,0.5);
    position: absolute;
    content: '';
    left: -20px;
    width: calc(100% + 40px);
    opacity: 0.4;
    border-radius: 18px;
    height: calc(100% + 40px);
    z-index: -1;
    transform: rotate(-1deg);
    top: -20px;
}@keyframes borderPulse {
    0% {
        border-color: rgb(158,172,160,0.5);
    }
    50% {
        border-color: rgb(114,122,114,0.5);
    }
    100% {
        border-color: rgb(158,172,160,0.5);
    }
}

.about-this .story-visual {
    align-items: center;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    display: flex;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
}.about-this .story-visual:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.about-this .pic-item {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 200px;
    border: 4px solid #ffffff;
    height: 200px;
    position: relative;
    transition: transform 0.5s ease;
    margin-bottom: 25px;
    border-radius: 50%;
}.about-this .pic-item::before {
    left: -10px;
    border-radius: 50%;
    right: -10px;
    bottom: -10px;
    position: absolute;
    animation: rotate 15s linear infinite;
    content: '';
    border: 1px solid rgb(158,172,160,0.5);
    top: -10px;
}.about-this .pic-item::after {
    animation: rotate 25s linear infinite reverse;
    right: -20px;
    top: -20px;
    content: '';
    border: 1px dashed rgb(114,122,114,0.5);
    border-radius: 50%;
    bottom: -20px;
    position: absolute;
    left: -20px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.about-this .pedagogy-info {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}.about-this .academy-learnings {
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 5px;
}.about-this .academy-learnings::after {
    height: 2px;
    width: 50px;
    left: 50%;
    bottom: -8px;
    background: rgb(158,172,160);
    content: '';
    transition: width 0.3s ease;
    transform: translateX(-50%);
    position: absolute;
}.about-this .story-visual:hover .academy-learnings::after {
    width: 100px;
}.about-this .academy-track {
    margin-top: 15px;
    font-weight: 600;
    color: rgb(114,122,114);
    letter-spacing: 1px;
    font-size: 13px;
}.about-this .text-holder-wrap {
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 40px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}.about-this .text-holder-wrap:hover {
    transform: perspective(1000px) rotateY(0);
}.about-this .text-holder-wrap::before {
    left: 20px;
    top: 20px;
    opacity: 0.5;
    width: 40px;
    border-top: 2px solid rgb(158,172,160);
    content: '';
    position: absolute;
    height: 40px;
    border-left: 2px solid rgb(158,172,160);
}.about-this .text-holder-wrap::after {
    position: absolute;
    height: 40px;
    border-bottom: 2px solid rgb(114,122,114);
    right: 20px;
    bottom: 20px;
    opacity: 0.5;
    content: '';
    width: 40px;
    border-right: 2px solid rgb(114,122,114);
}.about-this .our-ethos {
    align-items: center;
    color: rgb(158,172,160);
    font-size: 21px;
    margin-bottom: 20px;
    display: flex;
    font-weight: 600;
}.about-this .our-ethos svg {
    fill: rgb(158,172,160);
    height: 40px;
    width: 40px;
    margin-right: 10px;
    transition: transform 0.5s ease;
}.about-this .our-ethos svg path {
    transition: fill 0.3s ease;
    fill: rgb(158,172,160);
}.about-this h2 {
    padding-bottom: 15px;
    font-size: 29px;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
}.about-this h2::after {
    height: 3px;
    bottom: 0;
    position: absolute;
    transition: width 0.5s ease;
    width: 80px;
    left: 0;
    content: '';
    background: linear-gradient(90deg, rgb(158,172,160) 0%, rgb(114,122,114) 100%);
}.about-this .text-holder-wrap:hover h2::after {
    width: 120px;
}.about-this p {
    font-size: 13px;
    color: #000000;
    position: relative;
    line-height: 1.8;
    margin-bottom: 0;
}

@media (max-width: 992px) {.about-this {
    padding: 80px 0;
}.about-this .container {
    padding: 0 20px;
}.about-this .learn-history {
    grid-template-columns: 1fr;
    gap: 30px;
}.about-this .story-visual {
    margin: 0 auto;
    max-width: 400px;
}.about-this .text-holder-wrap {
    transform: none;
    padding: 30px;
}.about-this h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.about-this {
    padding: 60px 0;
}.about-this .learn-history::before {
    display: none;
}.about-this .pic-item {
    width: 150px;
    height: 150px;
}.about-this .pic-item::before,
    .about-this .pic-item::after {
    display: none;
}.about-this .story-visual {
    padding: 20px;
}.about-this .text-holder-wrap {
    padding: 25px 20px;
}.about-this .text-holder-wrap::before,
    .about-this .text-holder-wrap::after {
    width: 25px;
    height: 25px;
}.about-this h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.8);
}.about-this .our-ethos svg {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 480px) {.about-this {
    padding: 40px 0;
}.about-this .pic-item {
    margin-bottom: 15px;
    width: 120px;
    height: 120px;
}.about-this .academy-learnings {
    font-size: calc(24px * 0.9);
}.about-this .academy-track {
    font-size: calc(13px * 0.9);
}.about-this .our-ethos {
    font-size: calc(21px * 0.9);
}.about-this h2 {
    font-size: calc(29px * 0.7);
    padding-bottom: 10px;
}.about-this p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}.stay-informed {
    background: linear-gradient(180deg, rgb(208,210,182) 0%, rgb(158,172,160,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}.stay-informed::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(114,122,114,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(158,172,160,0.5) 0%, transparent 40%);
    opacity: 0.4;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
}.stay-informed .learn-history {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    justify-content: center;
    display: flex;
    margin: 0 auto;
}.stay-informed .request-grid {
    align-items: center;
    position: relative;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    display: flex;
    padding: 3rem 2rem;
    box-shadow: 
        0 20px 25px -5px rgba(0, 0, 0, 0.5),
        0 10px 10px -5px rgba(0, 0, 0, 0.5);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    max-width: 350px;
}.stay-informed .request-grid::before {
    border: 1px dashed rgb(114,122,114,0.5);
    z-index: -1;
    right: 10px;
    position: absolute;
    top: 10px;
    content: "";
    bottom: 10px;
    left: 10px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
}.stay-informed h3 {
    font-weight: 700;
    font-size: 21px;
    position: relative;
    color: #000000;
    margin-bottom: 2.5rem;
    width: 100%;
    text-align: center;
}.stay-informed h3::after {
    background: rgb(158,172,160);
    content: "";
    transition: transform 0.3s ease;
    height: 3px;
    width: 40px;
    bottom: -0.8rem;
    position: absolute;
    transform: translateX(-50%) scaleX(0.5);
    left: 50%;
}.stay-informed .request-grid:hover h3::after {
    transform: translateX(-50%) scaleX(1);
}.stay-informed .input_holder {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
    width: 100%;
}.stay-informed input[type="email"] {
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 16px;
    border: none;
    padding: 1rem;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(114,122,114,0.5);
    background: #ffffff;
    color: #000000;
}.stay-informed input[type="email"]:focus {
    box-shadow: 0 5px 10px -5px rgb(158,172,160,0.5);
    outline: none;
    border-bottom-color: rgb(158,172,160);
}.stay-informed input[type="submit"] {
    font-family: Arial, sans-serif;
    background: rgb(158,172,160);
    position: relative;
    transform: translateY(0);
    font-size: 15px;
    margin-top: 1rem;
    padding: 1rem;
    z-index: 1;
    width: 100%;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    border: none;
}.stay-informed input[type="submit"]::before {
    height: 100%;
    width: 100%;
    position: absolute;
    transform: translateY(100%);
    top: 0;
    transition: transform 0.3s ease;
    content: "";
    background: rgb(114,122,114);
    left: 0;
    z-index: -1;
}.stay-informed input[type="submit"]:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
}.stay-informed input[type="submit"]:hover::before {
    transform: translateY(0);
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.stay-informed .request-grid {
    animation: floatUp 6s ease-in-out infinite;
}

@media (max-width: 768px) {.stay-informed {
    padding: 4rem 1.5rem;
}.stay-informed .request-grid {
    animation: none;
    padding: 2.5rem 1.5rem;
    max-width: 100%;
}
}

@media (max-width: 480px) {.stay-informed {
    padding: 3rem 1rem;
}.stay-informed .request-grid {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
    padding: 2rem 1.5rem;
}.stay-informed h3 {
    font-size: calc(21px * 0.9);
}.stay-informed input[type="email"],
    .stay-informed input[type="submit"] {
    padding: 0.8rem;
}.stay-informed input[type="submit"] {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
}}.training-results {
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgb(158,172,160,0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.training-results::before {
    position: absolute;
    width: 120%;
    content: "";
    z-index: 1;
    background: rgb(114,122,114,0.5);
    top: -10%;
    height: 70%;
    transform: rotate(-10deg);
    left: -5%;
}.training-results .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}.training-results .learn-history {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    flex-direction: row-reverse;
}.training-results .learn-history:hover {
    transform: perspective(1000px) rotateY(0deg);
}.training-results .pic-item {
    transition: all 0.5s ease;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    transform: rotate(-3deg);
    width: 45%;
    box-shadow: 20px 20px 0 rgb(114,122,114,0.5), -20px -20px 0 rgb(158,172,160,0.5);
    border-radius: 14px;
}.training-results .pic-item:hover {
    box-shadow: 15px 15px 0 rgb(114,122,114), -15px -15px 0 rgb(158,172,160);
    transform: rotate(0deg) scale(1.02);
}.training-results .text-holder-wrap {
    transform: translateX(-30px) rotate(2deg);
    background: linear-gradient(45deg, #ffffff 0%, rgb(208,210,182) 100%);
    transition: all 0.4s ease;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 30px;
    width: 50%;
}.training-results .text-holder-wrap:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    transform: translateX(-20px) rotate(0deg);
}.training-results h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 38px;
    margin-bottom: 25px;
    padding-bottom: 15px;
}.training-results h3::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(158,172,160) 0%, rgb(114,122,114) 100%);
    bottom: 0;
    border-radius: 10px;
    height: 4px;
    left: 0;
    content: "";
    width: 80px;
}.training-results ul {
    grid-template-columns: 1fr;
    display: grid;
    padding: 0;
    list-style: none;
    gap: 20px;
    margin: 0;
}.training-results li {
    transition: all 0.3s ease;
    position: relative;
    background: linear-gradient(to right, #ffffff 0%, rgb(208,210,182) 100%);
    padding: 10px 15px;
    transform-origin: left;
    border-radius: 10px;
}.training-results li:nth-child(odd) {
    transform: translateX(-10px);
}.training-results li:nth-child(even) {
    transform: translateX(10px);
}.training-results li:hover {
    transform: translateX(0) scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #ffffff 0%, rgb(158,172,160,0.5) 100%);
}.training-results li p {
    font-size: 16px;
    margin: 0;
    align-items: center;
    font-weight: 400;
    display: flex;
    transition: color 0.3s ease;
    color: #000000;
}.training-results li:hover p {
    color: #000000;
}.training-results svg {
    transition: transform 0.3s ease;
    fill: rgb(158,172,160);
    margin-right: 10px;
    width: 24px;
    height: 24px;
}.training-results li:hover svg {
    fill: rgb(114,122,114);
    transform: scale(1.2) rotate(10deg);
}

@media (max-width: 991px) {.training-results {
    padding: 60px 0;
}.training-results .learn-history {
    transform: perspective(1000px) rotateY(0deg);
    flex-direction: column;
}.training-results .pic-item {
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
    width: 80%;
    margin-bottom: 30px;
}.training-results .text-holder-wrap {
    width: 90%;
    transform: translateX(0) rotate(0deg);
}.training-results li:nth-child(odd),
    .training-results li:nth-child(even) {
    transform: translateX(0);
}
}

@media (max-width: 767px) {.training-results {
    padding: 40px 0;
}.training-results::before {
    height: 50%;
}.training-results .pic-item {
    box-shadow: 10px 10px 0 rgb(114,122,114,0.5), -10px -10px 0 rgb(158,172,160,0.5);
    width: 100%;
}.training-results .text-holder-wrap {
    padding: 20px;
    width: 100%;
}.training-results h3 {
    font-size: calc(38px - 0.2rem);
    margin-bottom: 20px;
}.training-results ul {
    gap: 15px;
}}.secure-enclave {
    width: 100%;
    padding: 40px;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    background-color: #ffffff;
}.secure-enclave:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}.secure-enclave h1 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 15px;
    color: rgb(158,172,160);
    margin-top: 20px;
}.secure-enclave h2 {
    border-bottom: 2px solid rgb(158,172,160,0.5);
    padding-bottom: 5px;
    font-size: 37px;
    font-weight: 600;
    color: rgb(114,122,114);
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}.secure-enclave h3, .secure-enclave h4, .secure-enclave h5, .secure-enclave h6 {
    margin-top: 10px;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
    font-size: 19px;
    color: #000000;
    font-weight: 400;
}.secure-enclave ul, .secure-enclave ol {
    margin: 10px 0;
    color: #000000;
    padding-left: 20px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    list-style: none;
    list-style-position: inside;
    line-height: 1.6;
}.secure-enclave li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}.secure-enclave li::before {
    left: 0;
    position: absolute;
    font-size: 1.2em;
    content: "•";
    color: rgb(158,172,160);
}.secure-enclave section {
    border-radius: 10px;
    transition: background 0.3s ease;
    background: rgb(208,210,182);
    padding: 20px;
}.secure-enclave section:hover {
    background: rgb(158,172,160,0.5);
}.secure-enclave p, .secure-enclave span, .secure-enclave div {
    transition: color 0.3s ease;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 12px;
}.secure-enclave p:hover, .secure-enclave span:hover, .secure-enclave div:hover {
    color: #000000;
}

@media only screen and (max-width: 800px) {.secure-enclave {
    padding: 20px;
}.secure-enclave h1 {
    font-size: calc(19px - 10px);
}.secure-enclave h2 {
    font-size: calc(19px - 8px);
}.secure-enclave h3, .secure-enclave h4, .secure-enclave h5, .secure-enclave h6 {
    font-size: calc(19px - 5px);
}.secure-enclave ul, .secure-enclave ol {
    font-size: calc(12px - 2px);
    padding-left: 15px;
}}header {
    box-shadow: 0 5px 15px rgb(158,172,160,0.5);
    z-index: 100;
    padding: 1.5rem 0;
    position: relative;
    background: linear-gradient(to right, rgb(208,210,182), #ffffff);
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}header .nav-header {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
    display: flex;
}header .main-start {
    padding: 0.5rem;
    position: relative;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    display: block;
    border-radius: 10px;
}header .main-start::after {
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(158,172,160), transparent);
    height: 2px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    content: '';
    bottom: -5px;
}header .main-start svg {
    width: 180px;
    transition: transform 0.3s ease;
    height: auto;
}header .main-start:hover svg {
    transform: scale(1.05);
}header .main-navbar {
    border-radius: 24px;
    justify-content: center;
    padding: 0.8rem;
    gap: 0.5rem;
    flex-wrap: wrap;
    background: linear-gradient(to right, rgb(158,172,160,0.5), rgb(114,122,114,0.5));
    width: 100%;
    display: flex;
}header .main-core {
    font-weight: 400;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.6rem 1.2rem;
    color: #000000;
    background: #ffffff;
}header .main-core:hover {
    background: linear-gradient(135deg, rgb(158,172,160), rgb(114,122,114));
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgb(158,172,160,0.5);
    color: #ffffff;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .main-start svg {
    width: 160px;
}header .main-navbar {
    padding: 0.7rem;
}header .main-core {
    font-size: calc(15px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .nav-header {
    gap: 1rem;
}header .main-start svg {
    width: 140px;
}header .main-navbar {
    gap: 0.4rem;
    padding: 0.6rem;
}header .main-core {
    font-size: calc(15px - 2px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav-header {
    gap: 0.8rem;
}header .main-start svg {
    width: 120px;
}header .main-navbar {
    padding: 0.5rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .main-navbar::-webkit-scrollbar {
    height: 3px;
}header .main-navbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(158,172,160);
}header .main-core {
    white-space: nowrap;
    flex-shrink: 0;
    font-size: calc(15px - 2px);
    padding: 0.4rem 0.7rem;
}}.register-now {
    background: linear-gradient(170deg, rgb(208,210,182) 0%, rgb(158,172,160,0.5) 100%);
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}.register-now::before {
    background-size: 30px 30px;
    content: '';
    left: 0;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(158,172,160,0.5) 98%),
        linear-gradient(0deg, transparent 98%, rgb(158,172,160,0.5) 98%);
    height: 100%;
}.register-now .learn-history {
    display: flex;
    z-index: 10;
    justify-content: space-between;
    position: relative;
    align-items: center;
}.register-now .container p {
    margin: 0;
    color: #000000;
    border-left: 4px solid rgb(158,172,160);
    padding: 0 30px;
    font-size: 28px;
    flex: 0 0 65%;
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    z-index: 5;
}.register-now .feedback-message {
    color: #000000;
    background: transparent;
    position: relative;
    font-size: 14px;
    justify-content: center;
    font-weight: 700;
    align-items: center;
    transition: all 0.4s ease;
    display: flex;
    text-decoration: none;
    z-index: 5;
    height: 80px;
    flex: 0 0 30%;
}.register-now .feedback-message::before,
.register-now .feedback-message::after {
    position: absolute;
    height: 100%;
    border: 2px solid rgb(158,172,160);
    width: 100%;
    transition: all 0.4s ease;
    content: '';
}.register-now .feedback-message::before {
    top: -8px;
    border-bottom: none;
    left: -8px;
    border-right: none;
}.register-now .feedback-message::after {
    border-left: none;
    border-top: none;
    right: -8px;
    bottom: -8px;
}.register-now .feedback-message:hover {
    color: rgb(158,172,160);
}.register-now .feedback-message:hover::before {
    left: 0;
    top: 0;
}.register-now .feedback-message:hover::after {
    bottom: 0;
    right: 0;
}.register-now::after {
    content: '';
    position: absolute;
    opacity: 0.1;
    background:
        linear-gradient(135deg, transparent 50%, rgb(158,172,160,0.5) 50%);
    top: 0;
    height: 100%;
    z-index: 1;
    right: 0;
    width: 100%;
}.register-now .learn-history::before {
    width: 150px;
    top: -75px;
    filter: blur(30px);
    z-index: -1;
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
    height: 150px;
    left: -75px;
    content: '';
    background: rgb(158,172,160,0.5);
}.register-now .learn-history::after {
    content: '';
    bottom: -100px;
    width: 200px;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.2;
    height: 200px;
    filter: blur(40px);
    right: -100px;
    position: absolute;
    background: rgb(114,122,114,0.5);
}

@media (max-width: 991px) {.register-now {
    padding: 90px 0;
}.register-now .container p {
    padding: 0 25px;
    font-size: calc(18px * 1.2);
}.register-now .feedback-message {
    height: 70px;
}
}

@media (max-width: 767px) {.register-now {
    padding: 70px 0;
}.register-now .learn-history {
    flex-direction: column;
    gap: 40px;
}.register-now .container p {
    padding: 0 20px;
    width: 100%;
    flex: none;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
}.register-now .feedback-message {
    flex: none;
    width: 80%;
    height: 60px;
}
}

@media (max-width: 480px) {.register-now {
    padding: 50px 0;
}.register-now .container p {
    font-size: calc(16px * 1.2);
    padding: 0 15px;
}.register-now .feedback-message {
    height: 50px;
    font-size: calc(14px * 0.9);
    width: 100%;
}.register-now .feedback-message::before {
    top: -5px;
    left: -5px;
}.register-now .feedback-message::after {
    bottom: -5px;
    right: -5px;
}}.plan-chooser {
    position: relative;
    background: linear-gradient(145deg, rgb(208,210,182), #ffffff);
    padding: 6rem 0;
    overflow: hidden;
}.plan-chooser::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    z-index: 1;
    content: "";
    position: absolute;
}.plan-chooser .container {
    position: relative;
    padding: 0 15px;
    max-width: 1320px;
    z-index: 2;
    margin: 0 auto;
}.plan-chooser .tuition-plans {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.plan-chooser .lesson-plans {
    animation: fadeInUp 0.8s forwards 0.2s;
    transform: translateY(20px);
    text-align: center;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    padding: 2rem;
    opacity: 0;
    order: 1;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}.plan-chooser .lesson-plans h2 {
    display: inline-block;
    font-size: 30px;
    color: rgb(158,172,160);
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
}.plan-chooser .lesson-plans h2::after {
    background: linear-gradient(90deg, transparent, rgb(158,172,160), transparent);
    height: 3px;
    transform: translateX(-50%);
    width: 60%;
    bottom: -10px;
    position: absolute;
    left: 50%;
    content: "";
}.plan-chooser .lesson-plans .price-options {
    max-width: 80%;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    font-size: 16px;
    margin: 0 auto;
}.plan-chooser .fee-pricing {
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
    order: 2;
}.plan-chooser .fee-options {
    text-decoration: none;
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 1));
    will-change: transform, opacity;
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transform: translateY(30px);
}.plan-chooser .fee-options:nth-child(1) {
    --i: 1;
}.plan-chooser .fee-options:nth-child(2) {
    --i: 2;
}.plan-chooser .fee-options:nth-child(3) {
    --i: 3;
}.plan-chooser .fee-options:nth-child(4) {
    --i: 4;
}.plan-chooser .fee-options:hover {
    transform: translateY(-5px) scale(1.02);
}.plan-chooser .discount-tier {
    flex-direction: column;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    height: 100%;
}.plan-chooser .fee-options:hover .discount-tier {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.plan-chooser .fee-chart {
    display: flex;
    padding: 2.5rem 2rem;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    z-index: 1;
}.plan-chooser .fee-chart::before {
    transform: translate(30px, -30px);
    position: absolute;
    width: 120px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    right: 0;
    opacity: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(158,172,160,0.5) 50%);
    height: 120px;
    z-index: -1;
    content: "";
    top: 0;
}.plan-chooser .fee-options:hover .fee-chart::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.plan-chooser .fee-options h3 {
    transition: color 0.3s ease;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
    font-size: calc(22px + 0.2rem);
}.plan-chooser .fee-options:hover h3 {
    color: rgb(158,172,160);
}.plan-chooser .offer-box {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: calc(18px + 0.8rem);
    font-weight: 700;
    position: relative;
    color: rgb(158,172,160);
}.plan-chooser .offer-box::before {
    position: absolute;
    bottom: -5px;
    height: 3px;
    left: 0;
    background: rgb(114,122,114);
    width: 40px;
    transition: width 0.3s ease;
    content: "";
}.plan-chooser .fee-options:hover .offer-box::before {
    width: 80px;
}.plan-chooser .fee-options p {
    -ms-word-break: break-all;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}.plan-chooser .pic-item {
    height: 200px;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
}.plan-chooser .pic-item::after {
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    inset: 0;
    position: absolute;
}.plan-chooser .fee-options:hover .pic-item {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.plan-chooser .fee-pricing {
    grid-template-columns: repeat(2, 1fr);
}.plan-chooser .lesson-plans {
    padding: 3rem;
}.plan-chooser .fee-chart {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.plan-chooser .tuition-plans {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.plan-chooser .lesson-plans {
    justify-content: center;
    display: flex;
    flex-direction: column;
    order: 2;
    padding: 4rem 3rem;
    text-align: left;
    height: 100%;
}.plan-chooser .lesson-plans h2::after {
    width: 100px;
    transform: none;
    background: linear-gradient(90deg, rgb(158,172,160), transparent);
    left: 0;
}.plan-chooser .lesson-plans .price-options {
    max-width: 100%;
    margin: 0;
}.plan-chooser .fee-pricing {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.plan-chooser .fee-pricing {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.plan-chooser .fee-chart {
    padding: 3rem 2.5rem;
}.plan-chooser .lesson-plans h2 {
    font-size: calc(30px + 0.3rem);
}
}

@media (max-width: 767px) {.plan-chooser {
    padding: 4rem 0;
}.plan-chooser .lesson-plans h2 {
    font-size: calc(30px - 0.2rem);
}.plan-chooser .lesson-plans .price-options {
    font-size: calc(16px - 0.1rem);
    max-width: 100%;
}.plan-chooser .fee-options h3 {
    font-size: 22px;
}.plan-chooser .offer-box {
    font-size: calc(18px + 0.5rem);
}.plan-chooser .pic-item {
    height: 160px;
}}.cookieNotificationBar {
    border-top: 2px solid rgb(158,172,160);
    position: fixed;
    width: 100%;
    background: rgb(208,210,182);
    bottom: 0;
    z-index: 90;
}.accept-cookies {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 0;
}.cookieNotificationBar h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieNotificationBar p {
    font-size: 18px;
}.cookie-option {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie-option svg, .cookie-option svg path, .cookie-option img {
    fill: rgb(158,172,160);
    height: 100px;
    width: 100px;
}.track-prefs {
    flex-shrink: 0;
    text-align: center;
    line-height: 35px;
    color: rgb(158,172,160);
    cursor: pointer;
    min-width: 120px;
    font-size: 24px;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 2px solid rgb(158,172,160);
    margin-left: 10px;
}.cookieNotificationBar p a {
    color: rgb(158,172,160);
    text-decoration: none;
}#cookieAlertMessage {
    display: none;
}#cookieAlertMessage:checked ~ .cookieNotificationBar {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookieNotificationBar {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie-option {
    display: none;
}.accept-cookies {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookieNotificationBar h5 {
    text-align: center;
}.cookieNotificationBar p {
    text-align: center;
}.track-switch {
    margin-bottom: 20px;
}body .inner-container .track-prefs {
    margin-left: 0;
}}
.inner-container .accept-cookies {
    justify-content: flex-end;
}.inner-container .track-prefs {
    margin-left: 30px;
    font-size: 20px;
    color: #ffffff;
    padding: 10px;
    background: rgb(158,172,160);
}.inner-container .track-switch {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.inner-container .track-prefs {
    margin-left: 0;
    margin-bottom: 10px;
}}.reach-out4DN9t {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(208,210,182);
}.reach-out4DN9t::before {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}.reach-out4DN9t .pic-item {
    width: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    left: 0;
    height: 50%;
}.reach-out4DN9t .pic-item::after {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(208,210,182) 100%);
    top: 0;
    content: '';
}.reach-out4DN9t .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.reach-out4DN9t h3 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    margin-bottom: 70px;
    text-align: center;
}.reach-out4DN9t .request-card {
    border-radius: 10px;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    background: #ffffff;
}.reach-out4DN9t .support-form {
    flex: 2;
    padding: 60px 50px;
    position: relative;
}.reach-out4DN9t form h3 {
    letter-spacing: normal;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: none;
    font-size: 18px;
    color: #000000;
    text-transform: none;
    text-align: left;
}.reach-out4DN9t input[type="text"],
.reach-out4DN9t textarea {
    border: none;
    color: #000000;
    padding: 15px 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
    border-bottom: 2px solid rgb(114,122,114,0.5);
    border-radius: 0;
    width: 100%;
    background: #ffffff;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}.reach-out4DN9t input[type="text"]::placeholder,
.reach-out4DN9t textarea::placeholder {
    color: #000000;
    opacity: 0.7;
}.reach-out4DN9t input[type="text"]:focus,
.reach-out4DN9t textarea:focus {
    border-color: rgb(158,172,160);
    outline: none;
}.reach-out4DN9t textarea {
    height: 120px;
    resize: none;
}.reach-out4DN9t .message-support {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.reach-out4DN9t .message-support input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach-out4DN9t .message-support label {
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
    font-size: 15px;
}.reach-out4DN9t .message-support label::before {
    border: 2px solid rgb(114,122,114);
    top: 0;
    width: 22px;
    content: '';
    height: 22px;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    background: #ffffff;
}.reach-out4DN9t .message-support input[type="checkbox"]:checked + label::before {
    background: rgb(158,172,160);
    border-color: rgb(158,172,160);
}.reach-out4DN9t .message-support input[type="checkbox"]:checked + label::after {
    height: 12px;
    width: 6px;
    position: absolute;
    left: 8px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    transform: rotate(45deg);
    content: '';
    top: 4px;
}.reach-out4DN9t .message-support a {
    font-weight: 600;
    color: rgb(158,172,160);
    transition: all 0.3s ease;
    text-decoration: none;
}.reach-out4DN9t .message-support a:hover {
    color: #000000;
}.reach-out4DN9t .feedback-message {
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-size: 19px;
    display: inline-block;
    font-weight: 700;
    background: rgb(158,172,160);
    border-radius: 50px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 16px 40px;
    border: none;
}.reach-out4DN9t .feedback-message:hover {
    background: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.reach-out4DN9t .inquiry-support {
    flex-direction: column;
    padding: 60px 40px;
    justify-content: center;
    position: relative;
    flex: 1;
    background: #000000;
    display: flex;
    color: #ffffff;
}.reach-out4DN9t .inquiry-support::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}.reach-out4DN9t .inquiry-support h4 {
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: #ffffff;
}.reach-out4DN9t .inquiry-support h4::after {
    position: absolute;
    bottom: -15px;
    background: rgb(158,172,160);
    content: '';
    left: 0;
    width: 50px;
    height: 3px;
}.reach-out4DN9t .help-requestfpt9z {
    list-style: none;
    padding: 0;
    margin: 0;
}.reach-out4DN9t .help-requestfpt9z li {
    transition: transform 0.3s ease;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
}.reach-out4DN9t .help-requestfpt9z li:last-child {
    margin-bottom: 0;
}.reach-out4DN9t .help-requestfpt9z li:hover {
    transform: translateX(5px);
}.reach-out4DN9t .help-requestfpt9z svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    height: 24px;
    margin-right: 20px;
    width: 24px;
}.reach-out4DN9t .help-requestfpt9z svg path {
    fill: rgb(158,172,160);
}.reach-out4DN9t .help-requestfpt9z li:hover svg {
    transform: scale(1.2);
}.reach-out4DN9t .help-requestfpt9z span {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
}.reach-out4DN9t .help-requestfpt9z a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.reach-out4DN9t .help-requestfpt9z a:hover {
    color: rgb(158,172,160);
}

@media (max-width: 992px) {.reach-out4DN9t .pic-item {
    height: 30%;
}.reach-out4DN9t h3 {
    margin-bottom: 50px;
}.reach-out4DN9t .request-card {
    flex-direction: column;
    margin: 0 auto;
    max-width: 700px;
}.reach-out4DN9t .support-form,
    .reach-out4DN9t .inquiry-support {
    width: 100%;
    padding: 40px;
}
}

@media (max-width: 768px) {.reach-out4DN9t {
    padding: 80px 0;
}.reach-out4DN9t .pic-item {
    height: 25%;
}.reach-out4DN9t h3 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.8);
}.reach-out4DN9t .support-form,
    .reach-out4DN9t .inquiry-support {
    padding: 30px;
}.reach-out4DN9t form h3,
    .reach-out4DN9t .inquiry-support h4 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.reach-out4DN9t .feedback-message {
    padding: 14px 30px;
}
}

@media (max-width: 576px) {.reach-out4DN9t {
    padding: 60px 0;
}.reach-out4DN9t .pic-item {
    height: 20%;
}.reach-out4DN9t h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.reach-out4DN9t .support-form,
    .reach-out4DN9t .inquiry-support {
    padding: 25px 20px;
}.reach-out4DN9t input[type="text"],
    .reach-out4DN9t textarea {
    margin-bottom: 20px;
    padding: 12px 0;
}.reach-out4DN9t .feedback-message {
    padding: 14px 20px;
    width: 100%;
}.reach-out4DN9t .help-requestfpt9z li {
    margin-bottom: 20px;
}.reach-out4DN9t .help-requestfpt9z svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}
}