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

.app-header-lead {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    width: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    left: 0;
    position: fixed;
    background: linear-gradient(to bottom, 
        rgb(198,212,207,0.5) 0%,
        #000000 100%);
    top: 0;
}

.app-meet-us h1 {
    border-left: 5px solid rgb(198,212,207);
    transform-origin: left center;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 48px;
    position: relative;
    padding-left: 1.5rem;
}

.app-meet-us h4 {
    color: rgb(161,179,171);
    font-weight: 600;
    font-size: calc(22px * 1.1);
    margin: 0 0 1.5rem;
    position: relative;
    letter-spacing: 0.5px;
    display: inline-block;
}

.app-start-now {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform-style: preserve-3d;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(161,179,171) 0%, rgb(198,212,207) 100%);
    padding: 4rem 2rem;
    position: relative;
}

.app-start-now div:nth-child(2) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-start-now .app-request-request {
    justify-content: center;
    display: inline-flex;
    border-radius: 17px;
    font-size: 18px;
    overflow: hidden;
    text-decoration: none;
    padding: 1rem 2.5rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15),
                0 5px 15px -5px rgba(0, 0, 0, 0.1);
    color: rgb(198,212,207);
    transform: translateZ(20px);
    transition: all 0.4s ease;
    background: #ffffff;
    align-items: center;
    font-weight: 700;
    position: relative;
}

.app-program-structure::after {
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    animation: gridMove 20s linear infinite;
    height: 100%;
    z-index: 0;
    left: 0;
    opacity: 0.2;
}

.app-program-structure .app-profile-photo::before {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 1;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
}

.app-program-structure .app-top-bar::after {
    bottom: -15px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.3;
    left: -15px;
    top: -15px;
    right: -15px;
    content: "";
    border: 1px solid rgb(198,212,207,0.5);
    z-index: -2;
    animation: pulse 4s ease-in-out infinite;
}

.app-program-structure h3 {
    transition: all 0.5s ease;
    background: #ffffff;
    transform: translateX(-5%);
    margin: 0;
    font-size: 28px;
    position: relative;
    grid-area: title;
    border-radius: 0 19px 19px 0;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    padding: 30px 40px;
    color: #000000;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 5;
    font-weight: 700;
}

.app-program-structure .app-profile-photo::after {
    content: "";
    transition: opacity 0.5s ease;
    z-index: 1;
    mix-blend-mode: multiply;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}

.app-program-structure .app-learn-now:hover::after {
    transform: translateX(10%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

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

.app-potential-learners div {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    display: flex;
}

.app-potential-learners div p::before {
    position: absolute;
    background: #ffffff;
    left: 5px;
    border-radius: calc(15px - 5px);
    height: calc(100% - 10px);
    opacity: 0.4;
    border: 1px solid rgb(198,212,207,0.5);
    width: calc(100% - 10px);
    content: "";
    z-index: -1;
    top: 5px;
    transition: all 0.3s ease;
}

.app-potential-learners div p svg {
    transition: all 0.3s ease;
    background: rgb(234,239,238);
    top: 25px;
    position: absolute;
    padding: 8px;
    width: 35px;
    border-radius: 50%;
    left: 25px;
    height: 35px;
}

.app-join-our-mailing-list .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.app-join-our-mailing-list .app-learn-classes:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.app-join-our-mailing-list .input_holder > div {
    position: relative;
    width: 100%;
}

.app-join-our-mailing-list .input_holder > div::before {
    background-size: contain;
    top: 50%;
    left: 20px;
    width: 18px;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    z-index: 1;
    opacity: 0.7;
    pointer-events: none;
    height: 18px;
    background-repeat: no-repeat;
}

.app-join-our-mailing-list input[type="email"]:focus::placeholder {
    opacity: 0.6;
    transform: translateX(5px);
}

.app-join-our-mailing-list .app-subscribe-coupons::after {
    left: -100%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}

.app-title-greeting::after {
    position: absolute;
    z-index: 0;
    right: -50%;
    width: 100%;
    top: -50%;
    transform: scale(2);
    opacity: 0.1;
    height: 100%;
    content: "";
    animation: pulseGlow 15s infinite alternate ease-in-out;
    background: radial-gradient(
    circle at center,
    rgb(161,179,171) 0%,
    transparent 70%
  );
}

.app-title-greeting .app-start-learn > div:first-child p::after {
    left: 0;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(198,212,207), rgb(161,179,171));
    content: "";
    position: absolute;
    bottom: -10px;
    height: 3px;
    width: 80px;
}

.app-title-greeting .app-master-sessions > div::before {
    background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
}

.app-title-greeting .title_style_header::after {
    position: absolute;
    height: 4px;
    animation: lineGrow 1.5s 1.2s forwards cubic-bezier(0.25, 0.1, 0.25, 1);
    left: 0;
    background: linear-gradient(to right, rgb(198,212,207), rgb(161,179,171));
    width: 0;
    bottom: 0;
    content: "";
}

.app-title-greeting .title_style_header::after {
    animation: lineGrow 1.5s 1.2s forwards cubic-bezier(0.25, 0.1, 0.25, 1);
}

.app-title-greeting .title_style_header::after {
    height: 3px;
}

.app-tyNote .app-learn-classes {
    transform: rotateX(2deg) rotateY(1deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.7)
    );
    transform-style: preserve-3d;
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    border-radius: 3px;
}

.app-tyNote p {
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    opacity: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    max-width: 95%;
    font-size: clamp(1rem, 1.2vw, 13px);
    margin: 0;
    line-height: 1.8;
}

.app-contact-form-section::before {
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    z-index: 0;
    position: absolute;
    background-size: 60px 60px;
    left: 0;
    width: 100%;
    content: "";
}

.app-contact-form-section .app-profile-photo {
    min-height: 550px;
    flex: 0 0 50%;
    transition: all 0.5s ease;
    position: relative;
}

.app-contact-form-section .app-reach-card::before {
    left: 0;
    top: 0;
    width: 10px;
    content: "";
    position: absolute;
    height: 100%;
    background: rgb(234,239,238);
}

.app-contact-form-section input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(198,212,207);
}

.app-contact-form-section .app-reach-box input[type="checkbox"] {
    width: 24px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    border: 2px solid rgb(234,239,238);
    height: 24px;
    border-radius: 10px;
    margin-top: 2px;
    appearance: none;
}

.app-contact-form-section .app-request-request {
    box-shadow: 0 8px 20px rgb(198,212,207,0.5);
    font-size: 20px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
    align-self: flex-start;
    border: none;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
    padding: 16px 40px;
    background: rgb(198,212,207);
}

.app-education-experience .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.app-education-experience .app-feedback-stories > div:nth-child(1) {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-1rem);
    position: relative;
}

.app-education-experience .app-feedback-stories .app-profile-photo:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 25px rgba(0,0,0,0.1);
    transform: translateY(-10px);
    clip-path: polygon(0% 5%, 100% 0%, 95% 95%, 5% 100%);
}

.app-education-experience .app-feedback-stories .name {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: calc(20px * 1.2);
    margin-bottom: 0.5rem;
    color: rgb(198,212,207);
}

.app-education-experience .app-feedback-stories > div:nth-child(3) {
    opacity: 0;
    transform: translateY(1rem);
    position: relative;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
}

footer {
    width: 100%;
    position: relative;
}

footer .app-carbon-cta {
    position: relative;
    color: #ffffff;
    background:rgb(161,179,171);
    font-family: Arial, sans-serif;
    padding: 250px 0 30px;
}

footer .info_item {
    position: relative;
    flex: 1 1 250px;
    padding: 25px;
    justify-content: flex-start;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
}

footer .info_item svg {
    margin-right: 15px;
    flex-shrink: 0;
    height: 22px;
    width: 22px;
    fill: rgb(198,212,207);
}

footer .app-top-bar svg {
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
    height: 45px;
}

footer .app-main-primary {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 20px;
}

footer .app-main-primary a:hover {
    transform: translateY(-3px);
    color: #ffffff;
    background-color: rgb(198,212,207);
}

footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: rgb(161,179,171);
    font-size: 14px;
    padding: 15px;
    border-radius: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
}

footer .app-subscribe-coupons:hover {
    background-color: rgb(161,179,171);
}

footer .app-footer-classes {
    text-align: center;
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    margin-top: 50px;
}

header::after {
    opacity: 0.1;
    left: 0;
    z-index: 1;
    background-size: 20px 20px;
    content: "";
    width: 100%;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(161,179,171,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(161,179,171,0.5) 100%);
    height: 100%;
    top: 0;
    position: absolute;
}

header .app-top-navbar svg {
    width: auto;
    height: 45px;
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 8px rgb(198,212,207,0.5));
}

header .app-header-guide::before {
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    top: 0;
    position: absolute;
    z-index: 3;
    height: 100%;
    content: "";
    pointer-events: none;
    left: 0;
    width: 100%;
}

header .app-nav-guide::after {
    position: absolute;
    width: 0%;
    content: "";
    bottom: 0;
    background: rgb(161,179,171);
    height: 2px;
    left: 50%;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.app-education-framework .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.app-education-framework .app-learn-classes {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    align-items: center;
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3.5rem;
    justify-content: center;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
}

.app-education-framework p span {
    display: inline-block;
    position: relative;
}

.app-education-framework p span::before {
    top: -12px;
    width: 30px;
    z-index: -1;
    animation: rotateIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    height: 30px;
    opacity: 0.1;
    transform: rotate(45deg) scale(0);
    left: -15px;
    background: rgb(198,212,207,0.5);
    animation-delay: 0.9s;
    content: "";
    border-radius: 1px;
    position: absolute;
}

.app-privacy-enclosure li {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.app-plan-box {
    color: #ffffff;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.app-learning-package::before {
    filter: blur(15px);
    content: "";
    background: radial-gradient(circle, rgb(198,212,207,0.5) 5%, transparent 70%);
    top: -50px;
    animation: pulseGlow 8s infinite alternate;
    right: -50px;
    height: 200px;
    width: 200px;
    position: absolute;
}

.app-plan-box .app-study-packages {
    display: grid;
    margin: 0;
    perspective: 1000px;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.app-plan-box .app-value-plan:hover::before {
    opacity: 0.2;
}

.app-plan-box .app-value-plan:hover::after {
    left: 100%;
    top: 100%;
    opacity: 0.3;
}

.app-plan-box .app-pay-plans {
    flex-direction: column;
    z-index: 2;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    min-height: 400px;
    padding: 30px;
    display: flex;
}

.app-plan-box .app-value-plan:hover h4 {
    transform: translateX(5px);
}

.app-plan-box .app-value-plan p {
    flex: 1;
    font-size: 12px;
    overflow-y: auto;
    scrollbar-color: rgb(198,212,207) rgba(255, 255, 255, 0.1);
    word-break: normal;
    max-height: 250px;
    line-height: 1.6;
    margin: 0 0 25px;
    scrollbar-width: thin;
    color: #ffffff;
    overflow-wrap: break-word;
}


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



@media (min-width: 768px) {.app-meet-us {
    padding: 6rem 0;
}.app-meet-us::after {
    height: 30%;
    width: 30%;
}.app-meet-us h1 {
    padding-left: 2rem;
    border-left-width: 6px;
    font-size: calc(48px * 1.2);
}.app-meet-us h1::after {
    width: 90px;
    left: 2rem;
}.app-meet-us ul {
    padding: 3rem;
}.app-meet-us span {
    column-count: 2;
}
}



@media (min-width: 768px) {.app-start-now {
    padding: 5rem 3rem;
}.app-start-now .container {
    gap: 3rem;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}.app-start-now h6 {
    text-align: left;
    max-width: 90%;
}.app-start-now div:nth-child(2) {
    justify-content: flex-end;
}
}



@media (max-width: 767px) {.app-start-now h6 {
    text-align: center;
    margin-bottom: 1rem;
}.app-start-now div:nth-child(2) {
    margin-top: 1rem;
}
}



@media (max-width: 767px) {.app-program-structure {
    padding: 60px 0;
}.app-program-structure .app-learn-classes {
    min-height: auto;
}.app-program-structure .app-learn-now {
    grid-template-areas: 
            "logo"
            "title"
            "desc"
            "photo1";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 200px;
    gap: 15px;
}.app-program-structure h3 {
    clip-path: none;
    padding: 20px 25px;
    font-size: calc(28px - 6px);
    border-radius: 19px;
    transform: none;
}.app-program-structure h3::before {
    display: none;
}.app-program-structure h3::after {
    width: 50px;
    height: 2px;
    left: 25px;
    bottom: 10px;
}.app-program-structure p {
    line-height: 1.6;
    font-size: calc(14px - 1px);
    padding: 20px 25px;
    transform: none;
    clip-path: none;
    border-radius: 19px;
}.app-program-structure p::before {
    display: none;
}.app-program-structure .app-learn-now::before {
    transform: none;
    height: 200px;
    border-radius: 19px;
    clip-path: none;
}.app-program-structure .app-learn-now::after {
    display: none;
}.app-program-structure .app-learn-now:hover h3,
    .app-program-structure .app-learn-now:hover p,
    .app-program-structure .app-learn-now:hover::before {
    transform: none;
}.app-program-structure .app-top-bar {
    height: 60px;
    margin-bottom: 10px;
    width: 60px;
}.app-program-structure .app-top-bar::before,
    .app-program-structure .app-top-bar::after {
    display: none;
}.app-program-structure .app-top-bar svg {
    width: 35px;
    height: 35px;
}}



@media (min-width: 768px) {.app-title-greeting .app-start-learn {
    grid-template-columns: 1fr 1.5fr;
    padding: 4rem 2rem;
    gap: 3rem;
    transform: perspective(1000px) rotateX(3deg);
}.app-title-greeting .app-start-learn > div:first-child {
    display: flex;
    padding: 2rem;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    align-items: center;
}.app-title-greeting .app-start-learn > div:first-child p {
    line-height: 1.7;
    font-size: calc(18px * 1.3);
}.app-title-greeting .app-master-sessions > div {
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px -20px #000000;
    padding: 3rem;
    border-left: 6px solid rgb(198,212,207);
}.app-title-greeting .app-master-sessions > div:hover {
    transform: translateY(-5px);
}.app-title-greeting .app-master-sessions h3 {
    font-size: 22px;
    padding-right: 3rem;
}.app-title-greeting .title_style_header {
    padding: 2rem 0;
    font-size: 41px;
}
}



@media (min-width: 768px) {.app-education-experience .app-feedback-stories {
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 300px 1fr;
}.app-education-experience .app-feedback-stories > div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}.app-education-experience .app-feedback-stories > div:nth-child(2) {
    align-self: flex-end;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}.app-education-experience .app-feedback-stories > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.app-education-experience .app-feedback-stories .app-profile-photo {
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
    height: 100%;
    min-height: 400px;
}.app-education-experience .app-feedback-stories .app-profile-photo:hover {
    clip-path: polygon(5% 0%, 95% 0%, 100% 95%, 0% 100%);
}.app-education-experience .app-feedback-stories .name {
    font-size: calc(20px * 1.5);
}.app-education-experience .app-feedback-stories .app-exp-card {
    padding: 2rem;
    font-size: calc(15px * 1.05);
}
}



@media screen and (max-width: 992px) {.app-education-framework {
    padding: 90px 0;
}.app-education-framework .app-learn-classes {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.app-education-framework .app-learn-classes > div {
    max-width: 90%;
}.app-education-framework h3 {
    font-size: calc(35px * 0.75);
    margin-bottom: 1.5rem;
}
}


@media only screen and (max-width: 800px) {.app-privacy-enclosure {
    padding: 20px;
    border-radius: 10px;
}.app-privacy-enclosure h1 {
    font-size: calc(24px - 10px);
}.app-privacy-enclosure h2 {
    font-size: calc(24px - 8px);
}.app-privacy-enclosure ul, .app-privacy-enclosure ol {
    padding-left: 15px;
}.app-privacy-enclosure li {
    font-size: calc(12px - 2px);
}}



@keyframes lineGrow {
    to {
        transform: scaleX(1);
    }
}



@keyframes shine {
    0% {
        left: -50%;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        left: 150%;
        opacity: 0;
    }
}



@keyframes lineGrow {
  from { width: 0; }
  to { width: 180px; }
}



@keyframes subtleShift {
  0% { background-position: 0 0; }
  100% { background-position: 100px 100px; }
}



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

@keyframes lineGrow {
    from { width: 0; }
    to { width: 120px; }
  }



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



@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}



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

