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

.app-meet-us::before {
    background: linear-gradient(135deg, 
        rgba(0, 32, 63, 0.92), 
        rgba(45, 55, 72, 0.85) 50%, 
        rgba(76, 29, 89, 0.88));
    bottom: 0;
    z-index: 1;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    left: 0;
}

.app-meet-us h1::after {
    background: rgb(161,179,171);
    width: 60px;
    transform-origin: left;
    height: 3px;
    position: absolute;
    bottom: -10px;
    transform: scaleX(0);
    content: "";
    left: 1.5rem;
    animation: lineGrow 0.6s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.app-meet-us span {
    column-count: 1;
    column-gap: 2.5rem;
    display: block;
    font-size: 12px;
    hyphens: auto;
    text-align: justify;
    line-height: 1.8;
    color: #ffffff;
}

.app-start-now .container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 1200px;
    display: grid;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.app-start-now h6 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    position: relative;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    transform: translateZ(10px);
    letter-spacing: 0.02em;
    margin: 0;
    line-height: 1.4;
    color: #ffffff;
}

.app-start-now .app-request-request::after {
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(45deg);
    width: 200%;
    top: -50%;
    opacity: 0;
    content: "";
    left: -50%;
    z-index: 2;
    position: absolute;
    height: 200%;
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
}

.app-start-now .app-request-request:active {
    transform: translateY(2px) translateZ(10px);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease;
}

.app-program-structure .app-learn-classes {
    display: flex;
    justify-content: center;
    min-height: 500px;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.app-program-structure .app-top-bar::before {
    border-radius: 50%;
    right: -8px;
    opacity: 0.6;
    bottom: -8px;
    top: -8px;
    animation: spin 10s linear infinite;
    background: conic-gradient(
        from 0deg, 
        rgb(198,212,207,0.5), 
        rgb(161,179,171,0.5), 
        rgb(198,212,207,0.5)
    );
    left: -8px;
    position: absolute;
    z-index: -1;
    content: "";
}

.app-program-structure .app-top-bar svg {
    transition: transform 0.5s ease;
    height: 45px;
    width: 45px;
}

.app-program-structure .app-top-bar:hover svg path {
    fill: rgb(161,179,171);
}

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

.app-program-structure .app-learn-now:hover h3::after {
    width: 100px;
}

.app-program-structure p {
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    border-radius: 0 19px 19px 0;
    transition: all 0.5s ease 0.1s;
    grid-area: desc;
    z-index: 4;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    font-size: 14px;
    background: #ffffff;
    transform: translateX(-10%);
    position: relative;
    margin: 0;
    padding-right: 70px;
    color: #000000;
    padding: 35px 40px;
}

.app-potential-learners {
    padding: 130px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,239,238) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.app-potential-learners h4 {
    text-align: center;
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 70px;
}

.app-potential-learners div p {
    padding: 25px 25px 25px 75px;
    color: #000000;
    font-size: 12px;
    position: relative;
    margin: 0;
    flex: 0 0 calc(33.333% - 20px);
    min-width: 280px;
    line-height: 1.6;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 15px;
    background: #ffffff;
}

.app-potential-learners div p:hover::after {
    left: 15px;
    top: 15px;
}

.app-potential-learners div p:hover svg path {
    fill: rgb(161,179,171);
}

.app-join-our-mailing-list::before {
    transform: rotate(15deg);
    left: -50%;
    position: absolute;
    background-size: 40px 40px;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0.5%, transparent 8%);
    opacity: 0.1;
    height: 200%;
    width: 200%;
    top: -50%;
    content: '';
    pointer-events: none;
}

.app-join-our-mailing-list .input_holder {
    gap: 15px;
    max-width: 600px;
    position: relative;
    width: 100%;
    flex-direction: column;
    display: flex;
}

.app-join-our-mailing-list input[type="email"] {
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 18px 20px 18px 50px;
    font-size: 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.app-join-our-mailing-list .app-subscribe-coupons:active {
    transform: translateY(-1px);
}

.app-join-our-mailing-list .app-subscribe-coupons:hover::after {
    left: 100%;
}

.app-title-greeting::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.05;
    content: "";
    animation: subtleShift 20s infinite linear;
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(
    45deg,
    rgb(198,212,207,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(198,212,207,0.5) 12px
  );
}

.app-title-greeting .app-start-learn > div:first-child p {
    color: #000000;
    font-weight: 600;
    line-height: 1.6;
    font-size: calc(18px * 1.2);
    font-family: Arial, sans-serif;
    margin: 0;
    position: relative;
    letter-spacing: 0.5px;
}

.app-title-greeting .app-start-learn > div:first-child p {
    font-size: 18px;
}

.app-title-greeting .app-master-sessions > div {
    position: relative;
    overflow: hidden;
    border-left: 4px solid rgb(198,212,207);
    padding: 2.5rem;
}

.app-title-greeting .app-master-sessions > div {
    padding: 4rem;
}

.app-title-greeting .app-master-sessions > div {
    padding: 2rem 1.5rem;
}

.app-title-greeting .title_style_header {
    line-height: 1.2;
    animation: slideRightFade 1s 0.8s forwards ease-out;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 1.5rem 0;
    margin: 0;
    transform: translateX(-10px);
    font-size: calc(37px * 1.2);
    z-index: 2;
    font-weight: 700;
    opacity: 0;
    position: relative;
}

.app-title-greeting .title_style_header {
    padding: 1rem 0;
    font-size: calc(37px * 0.9);
}

.app-tyNote::after {
    width: 80%;
    height: 200%;
    top: -50%;
    position: absolute;
    opacity: 0.15;
    right: -20%;
    animation: shimmerEffect 15s infinite alternate ease-in-out;
    content: "";
    background: radial-gradient(
        circle at center,
        rgb(198,212,207,0.5) 0%,
        transparent 70%
    );
    transform: rotate(35deg);
    z-index: 0;
}

.app-tyNote .app-learn-classes > div:first-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    animation: lineExtend 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    height: 3px;
    transform-origin: left center;
    background: linear-gradient(
        to right,
        rgb(161,179,171),
        rgb(198,212,207,0.5)
    );
    width: 40%;
}

.app-tyNote a:hover::before {
    transform: scale(1.02);
    opacity: 0.5;
}

.app-tyNote a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.app-contact-form-section {
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(234,239,238) 50%);
    overflow: hidden;
    padding: 100px 0;
}

.app-contact-form-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
    color: rgb(198,212,207);
    text-align: center;
    position: relative;
}

.app-contact-form-section .app-inquiry-reach::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(198,212,207), rgb(161,179,171));
    content: "";
}

.app-contact-form-section #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}

.app-contact-form-section h3::after {
    background: rgb(198,212,207,0.5);
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.app-contact-form-section .app-reach-box {
    gap: 12px;
    margin-top: 10px;
    align-items: flex-start;
    display: flex;
}

.app-contact-form-section .app-reach-box label {
    line-height: 1.5;
    color: #000000;
    font-size: 14px;
}

.app-contact-form-section .app-reach-box a:hover {
    color: rgb(161,179,171);
}

.app-contact-form-section .app-request-request::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s ease;
    width: 100%;
    position: absolute;
    left: -100%;
    content: "";
    height: 100%;
}

.app-contact-form-section svg:hover path {
    fill: rgb(161,179,171);
}

.app-education-experience::before {
    filter: blur(50px);
    background: linear-gradient(135deg, rgb(198,212,207,0.5), rgb(161,179,171,0.5));
    content: "";
    top: -10%;
    position: absolute;
    right: -10%;
    width: 45%;
    height: 70%;
    transform: rotate(-15deg);
    z-index: 0;
}

.app-education-experience .app-feedback-stories > div:nth-child(1):hover {
    transform: translateY(-1.5rem) scale(1.02);
}

.app-education-experience .app-feedback-stories .app-profile-photo::after {
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, rgb(198,212,207,0.5) 0%, transparent 50%);
    inset: 0;
}

.app-education-experience .app-feedback-stories .name:hover::after {
    width: 100%;
}

.app-education-experience .app-feedback-stories > div:nth-child(2) > div {
    font-weight: 600;
    margin-top: 0.5rem;
    padding-left: 0.5rem;
    color: rgb(161,179,171);
    font-size: calc(15px * 0.95);
    font-style: italic;
    position: relative;
}

.app-education-experience .app-feedback-stories .app-exp-card::before {
    font-size: 6rem;
    position: absolute;
    z-index: -1;
    top: -20px;
    font-family: Georgia, serif;
    left: -20px;
    color: rgb(198,212,207,0.5);
    content: "";
}

footer .app-module-end {
    position: relative;
    z-index: 1;
}

footer .info_item:last-child {
    border-right: none;
}

footer .info_item::after {
    position: absolute;
    width: 0;
    background-color: rgb(198,212,207);
    transition: width 0.3s ease;
    content: "";
    bottom: 0;
    height: 3px;
    left: 0;
}

footer .info_item a:hover {
    color: rgb(198,212,207);
}

footer .app-top-bar {
    position: relative;
    padding: 0 25px;
}

footer .app-header-guide {
    position: relative;
    padding: 0 25px;
}

footer .app-header-guide h5::after {
    left: 0;
    background-color: rgb(198,212,207);
    content: "";
    position: absolute;
    bottom: -2px;
    width: 60px;
    height: 2px;
}

footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 600;
}

footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

footer .app-subscribe-coupons {
    position: relative;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    background-color: rgb(198,212,207);
}

header .app-site-nav {
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
}

header .app-top-navbar::before {
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(161,179,171,0.5) 120deg,
            transparent 180deg,
            rgb(198,212,207,0.5) 240deg,
            transparent 360deg
        );
    border-radius: 50%;
    height: 120px;
    position: absolute;
    width: 120px;
    animation: rotate 10s linear infinite;
    z-index: -1;
    opacity: 0.2;
    content: "";
}

header .app-nav-guide {
    color: #ffffff;
    font-size: 13px;
    transition: all 0.3s ease;
    perspective: 800px;
    letter-spacing: 1px;
    white-space: nowrap;
    z-index: 2;
    position: relative;
    padding: 0.6rem 1.5rem;
    text-decoration: none;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

header .app-nav-guide:hover::after {
    width: 80%;
}

.app-education-framework {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,239,238) 0%, rgba(245, 247, 250, 0.85) 100%);
    position: relative;
    padding: 120px 0;
}

.app-education-framework .app-learn-classes:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.app-education-framework h3 {
    animation: slideInTitle 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    margin-bottom: 1.8rem;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: calc(35px * 0.85);
    transform: translateX(-10px);
}

.app-privacy-enclosure {
    color: #000000;
    background-color: rgb(234,239,238);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 40px;
}

.app-privacy-enclosure h3, .app-privacy-enclosure h4, .app-privacy-enclosure h5, .app-privacy-enclosure h6 {
    margin: 20px 0;
    color: rgb(198,212,207);
}

.app-privacy-enclosure h3 {
    font-weight: 700;
    font-size: calc(24px - 4px);
}

.app-privacy-enclosure p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 12px;
}

.app-plan-box::before {
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(13, 27, 77, 0.85), rgba(20, 33, 61, 0.92));
    position: absolute;
    content: "";
}

.app-plan-box .app-fee-package {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 800px;
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(12px * 1.1);
    line-height: 1.6;
    transform: perspective(1000px) translateZ(5px);
}

.app-plan-box .app-study-packages li:hover {
    z-index: 5;
    transform: translateY(-15px) rotateY(5deg);
}

.app-plan-box .app-value-plan::after {
    width: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: 1;
    top: -50%;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    left: -50%;
    position: absolute;
    height: 200%;
    opacity: 0;
    content: "";
    transform: rotate(45deg);
}

.app-plan-box .app-value-plan h4::after {
    transition: width 0.3s ease;
    height: 3px;
    background: linear-gradient(to right, rgb(198,212,207), rgb(161,179,171));
    width: 60px;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
}

.app-plan-box .app-value-plan:hover .app-trial-offers::before {
    left: 100%;
}

header .app-header-guide::-webkit-scrollbar {
    display: none;
}

.app-plan-box .app-value-plan p::-webkit-scrollbar {
    width: 6px;
}

.app-plan-box .app-value-plan p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.app-plan-box .app-value-plan p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(198,212,207);
}



@media (max-width: 767px) {.app-meet-us {
    padding: 3rem 0;
}.app-meet-us::after {
    display: none;
}.app-meet-us .container {
    padding: 0 1.5rem;
}.app-meet-us h1 {
    padding-left: 1rem;
    font-size: calc(48px * 0.9);
    margin-bottom: 1.25rem;
    border-left-width: 4px;
}.app-meet-us h1::after {
    left: 1rem;
    height: 2px;
    width: 40px;
}.app-meet-us ul {
    padding: 1.5rem;
}.app-meet-us h4 {
    margin-bottom: 1rem;
    font-size: 22px;
}.app-meet-us span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}



@media (min-width: 992px) and (max-width: 1199px) {.app-program-structure {
    padding: 80px 0;
}.app-program-structure .app-learn-now {
    gap: 25px;
    grid-template-columns: 55% 45%;
}.app-program-structure h3 {
    font-size: calc(28px - 2px);
    padding: 25px 35px;
}.app-program-structure p {
    padding: 30px 35px;
}
}



@media (max-width: 767px) {.app-potential-learners {
    padding: 80px 0;
}.app-potential-learners h4 {
    font-size: calc(34px - 4px);
    margin-bottom: 50px;
}.app-potential-learners div {
    gap: 20px;
}.app-potential-learners div p {
    flex: 0 0 100%;
    padding: 18px 18px 18px 60px;
}.app-potential-learners div p svg {
    width: 28px;
    height: 28px;
}
}



@media (max-width: 479px) {.app-potential-learners {
    padding: 60px 0;
}.app-potential-learners h4 {
    padding-bottom: 15px;
    font-size: calc(34px - 6px);
    margin-bottom: 40px;
}.app-potential-learners div {
    gap: 15px;
}.app-potential-learners div p {
    padding: 15px 15px 15px 55px;
    font-size: calc(12px - 1px);
}.app-potential-learners div p svg {
    top: 15px;
    padding: 6px;
    height: 25px;
    width: 25px;
    left: 15px;
}}



@media (max-width: 480px) {.app-join-our-mailing-list {
    padding: 40px 0;
}.app-join-our-mailing-list .app-learn-classes {
    padding: 30px 20px;
}.app-join-our-mailing-list h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
}
}



@media (min-width: 1200px) {.app-join-our-mailing-list::before {
    background-size: 50px 50px;
}.app-join-our-mailing-list .app-learn-classes {
    transform: perspective(1500px) rotateY(-1deg);
}
}



@media (prefers-reduced-motion: reduce) {.app-join-our-mailing-list .app-learn-classes,
  .app-join-our-mailing-list .app-learn-classes:hover,
  .app-join-our-mailing-list input[type="email"],
  .app-join-our-mailing-list input[type="email"]:focus,
  .app-join-our-mailing-list .app-subscribe-coupons,
  .app-join-our-mailing-list .app-subscribe-coupons:hover,
  .app-join-our-mailing-list .app-subscribe-coupons:active,
  .app-join-our-mailing-list .app-subscribe-coupons::after,
  .app-join-our-mailing-list .app-subscribe-coupons:hover::after,
  .app-join-our-mailing-list input[type="email"]::placeholder,
  .app-join-our-mailing-list input[type="email"]:focus::placeholder {
    transform: none;
    transition: none;
}}



@media (max-width: 1200px) {.app-contact-form-section {
    background: #ffffff;
}
}



@media (max-width: 992px) {.app-contact-form-section {
    padding: 80px 0;
}.app-contact-form-section .app-inquiry-reach {
    flex-direction: column-reverse;
}.app-contact-form-section .app-profile-photo {
    flex: 0 0 auto;
    min-height: 350px;
}.app-contact-form-section .app-reach-card {
    padding: 50px 40px;
    flex: 0 0 auto;
}.app-contact-form-section .app-reach-card::before {
    top: 0;
    height: 10px;
    width: 100%;
    left: 0;
}
}



@media (min-width: 768px) {footer .app-carbon-cta {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .app-subscribe-coupons {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .app-header-guide, footer .subscribe_holder, footer .app-top-bar {
    padding: 20px;
}footer .app-footer-classes {
    margin-top: 40px;
}
}



@media (max-width: 991px) {header .app-top-navbar {
    margin: 0.8rem 0 1.2rem;
}header .app-top-navbar svg {
    height: 40px;
}header .app-nav-guide {
    font-size: calc(13px - 1px);
    padding: 0.5rem 1.2rem;
}
}



@media screen and (max-width: 768px) {.app-education-framework {
    padding: 70px 0;
}.app-education-framework .app-learn-classes {
    transform: none;
    padding: 2rem;
}.app-education-framework .app-learn-classes > div {
    max-width: 100%;
}.app-education-framework h3 {
    margin-bottom: 1.3rem;
    font-size: calc(35px * 0.7);
}.app-education-framework h3::after {
    width: 60px;
    height: 2px;
}.app-education-framework::before,
    .app-education-framework::after {
    opacity: 0.08;
}
}



@media (max-width: 768px) {.app-plan-box {
    padding: 60px 0;
}.app-plan-box .app-study-packages {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.app-plan-box .app-value-plan h4 {
    font-size: 19px;
}.app-plan-box .app-trial-offers {
    font-size: calc(19px * 1.1);
}.app-plan-box .app-study-packages li:hover {
    transform: translateY(-10px) rotateY(3deg);
}
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}



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


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



@keyframes lineExtend {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}



@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) skewX(5deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skewX(3deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skewX(5deg) translateY(0);
    }
}

