.app-wrapping-container {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.container {
    margin: auto;
    width: 1202px;
    max-width: 100%;
}

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

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

.app-header-master {
    z-index: 1;
    padding-top: 2rem;
    position: relative;
    background: #ffffff;
}

.app-program-overview .app-future-class {
    position: absolute;
    z-index: 1;
    height: 100%;
    right: 0;
    width: 55%;
    top: 0;
}

.app-program-overview .app-future-class:hover .app-grow-skills {
    animation-play-state: paused;
}

.app-program-overview .app-class-plan {
    position: relative;
    height: 20%;
    width: 100%;
}

.app-program-overview .app-class-plan:hover img {
    transform: scale(1.1);
}

.app-program-overview .container {
    align-items: center;
    width: 100%;
    z-index: 5;
    padding: 0;
    position: relative;
    display: flex;
}

.app-program-overview .app-learn-explore::before {
    pointer-events: none;
    border: 1px solid rgb(164,172,185,0.5);
    right: 20px;
    border-left: none;
    content: '';
    bottom: 20px;
    left: 20px;
    top: 20px;
    border-radius: 0 10px 10px 0;
    position: absolute;
}

.app-program-overview .app-learn-explore .app-query-grid {
    color: #ffffff;
    background: linear-gradient(45deg, rgb(200,206,218) 0%, rgb(164,172,185) 100%);
    position: relative;
    font-size: 15px;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    padding: 1.2rem 2.5rem;
    transition: all 0.3s ease;
}

.app-instructor-profile .app-client-voices {
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    gap: 4rem;
    align-items: center;
    background: #ffffff;
    padding: 0;
}

.app-instructor-profile .name {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 0.5rem;
}

.app-instructor-profile .app-exp-section > div:nth-child(2) {
    font-size: 17px;
    padding-left: 2px;
    color: rgb(164,172,185);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.app-instructor-profile .app-client-voices:hover .app-img-item-wrapper {
    transform: scale(1.03);
}

.app-cookieAlertPromptPanel {
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    background: rgb(164,172,185);
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(164,172,185);
    animation: slideUp 0.5s forwards;
    position: fixed;
}

.app-data-control:hover svg {
    transform: scale(1.1);
}

.app-user-dialog {
    flex-shrink: 0;
    background: linear-gradient(90deg, rgb(200,206,218), rgb(164,172,185));
    font-size: 16px;
    box-shadow: 0 0 15px rgb(200,206,218);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: #000000;
    white-space: nowrap;
    margin-left: 10px;
    text-align: center;
    min-width: 140px;
    border-radius: 21px;
    padding: 10px 20px;
    cursor: pointer;
    line-height: 40px;
}

header:hover::after {
    transform: scaleX(1);
}

header .app-site-header {
    align-items: center;
    z-index: 5;
    display: flex;
    padding: 1.3rem 2.5rem;
    position: relative;
    justify-content: space-between;
}

header .app-top-info {
    transform-style: preserve-3d;
    display: block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .app-top-info img {
    max-height: 40px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
}

header .app-nav-section::before {
    top: 100%;
    position: absolute;
    transform: rotateX(90deg);
    left: 0;
    width: 100%;
    transform-origin: top;
    height: 10px;
    content: '';
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}

header .app-page-head a:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}

header .app-page-head a:hover::before {
    opacity: 1;
}

header .app-page-head a::after {
    left: 5px;
    right: 5px;
    height: 5px;
    opacity: 0;
    transform: translateZ(-10px);
    position: absolute;
    content: '';
    transition: all 0.4s ease;
    bottom: -5px;
    background: rgb(200,206,218);
}

.app-course-candidates {
    position: relative;
    padding: 110px 0;
    background: #ffffff;
    overflow: hidden;
}

.app-course-candidates .app-story-visual {
    position: relative;
}

.app-course-candidates h4 {
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
    font-size: 36px;
    position: relative;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    font-weight: 700;
}

.app-course-candidates div > div {
    gap: 20px;
    flex-direction: column;
    display: flex;
}

.app-course-candidates p::after {
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, 
                rgb(200,206,218,0.5) 0%, 
                transparent 30%);
    top: 0;
    z-index: -1;
}

.app-course-candidates p svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,206,218);
}

.app-course-candidates p:nth-child(even)::before {
    background: rgb(164,172,185);
}

.app-course-candidates .app-story-visual > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.app-course-candidates .app-story-visual > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.app-course-candidates .app-story-visual > div p:nth-child(6) {
    animation-delay: 0.6s;
}

.app-our-mission::after {
    height: 70%;
    position: absolute;
    animation: floatBackground 20s ease-in-out infinite alternate;
    transform: skewY(-12deg);
    bottom: -20px;
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(164,172,185) 0%, transparent 70%);
    content: "";
    z-index: -1;
    width: 60%;
    right: -20px;
}

.app-our-mission h2::after {
    content: "";
    left: 0;
    animation: lineExpandSecondary 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(200,206,218);
    transform-origin: left;
    transform: translateX(80px) scaleX(0);
    bottom: -12px;
    position: absolute;
    width: 40px;
    height: 4px;
}

.app-our-mission .app-content-card::after {
    background: linear-gradient(to right, rgb(200,206,218), rgb(164,172,185));
    transform-origin: center;
    right: 0;
    position: absolute;
    animation: pulseBar 12s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: scaleX(0.9);
    top: 0;
    content: "";
    width: 100%;
    height: 6px;
}

.app-our-mission .app-content-card div div {
    font-family: Arial, sans-serif;
    column-count: 1;
    transform: translateY(30px);
    column-gap: 40px;
    animation: slideUpFade 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.8;
    color: #000000;
    opacity: 0;
    font-size: 13px;
}

.app-tyPage::after {
    height: 40%;
    bottom: -15%;
    width: 35%;
    z-index: 1;
    opacity: 0.3;
    animation: float 18s ease-in-out infinite alternate-reverse;
    filter: blur(50px);
    background: linear-gradient(240deg, rgb(164,172,185,0.5) 0%, rgb(200,206,218,0.5) 100%);
    position: absolute;
    left: -5%;
    content: '';
}

.app-tyPage .app-story-visual {
    border-radius: 1rem;
    opacity: 0;
    position: relative;
    padding: 3rem;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.04);
    background: #ffffff;
    transform: translateY(30px);
    animation: fadeScale 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.app-tyPage li {
    position: relative;
    display: block;
    padding-left: 1.5rem;
}

.app-tyPage li span {
    opacity: 0.95;
    font-size: calc(12px * 1.05);
    transform: translateY(20px);
    margin: 0;
    color: #000000;
    animation: slideUp 0.8s 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    display: block;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

.app-pricing-shelf .app-pricing-fees {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
}

.app-pricing-shelf .app-lesson-rates:hover {
    transform: translateY(-5px);
}

.app-pricing-shelf .app-lesson-rates h2 {
    line-height: 1.3;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    font-size: 35px;
}

.app-pricing-shelf .app-lesson-rates:hover h2::after {
    transform: scaleX(1.5);
}

.app-pricing-shelf .app-cost-card {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
}

.app-pricing-shelf .app-group-plans:hover {
    transform: translateY(-8px);
}

.app-pricing-shelf .app-group-plans:hover .app-cost-matrix {
    box-shadow: 0 15px 35px rgba(rgb(200,206,218,0.5), 0.15);
}

.app-pricing-shelf .app-payment-scheme h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000000;
    font-size: calc(23px + 0.1rem);
    position: relative;
    line-height: 1.3;
}

.app-pricing-shelf .app-payment-scheme p {
    flex-grow: 1;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    margin-top: 1.5rem;
    font-size: 14px;
}

.app-pricing-shelf .app-group-plans:hover .app-img-item-wrapper {
    transform: scale(1.05);
}

.app-connect-form {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgb(164,172,185,0.5) 0%, 
        rgb(200,206,218,0.5) 100%
    );
    isolation: isolate;
}

.app-connect-form .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 1rem;
}

.app-connect-form h2::after {
    height: 3px;
    content: '';
    position: absolute;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(200,206,218), 
        transparent
    );
    bottom: -0.5rem;
}

.app-connect-form .app-feedback-box {
    padding: 4rem 3rem;
    flex: 0 0 60%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.app-connect-form .app-feedback-box input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    width: 100%;
    outline: none;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    font-size: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.2);
}

.app-connect-form .app-feedback-box .app-inquiry-info input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #ffffff;
    content: '✔';
    top: 50%;
}

.app-connect-form .app-feedback-box .app-inquiry-info a:hover {
    text-decoration: underline;
}

.app-connect-form .app-feedback-box .app-query-grid::before {
    height: 100%;
    left: -100%;
    content: '';
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
    width: 100%;
}

.app-statistical-report::after {
    z-index: -1;
    right: 0;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    width: 40%;
    content: "";
    bottom: 0;
    position: absolute;
    background: rgb(164,172,185,0.5);
    height: 40%;
}

.app-statistical-report .app-statistics-highlights::before {
    top: 0;
    opacity: 0.5;
    content: "";
    height: 100%;
    left: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(200,206,218,0.5), transparent);
    transition: all 0.3s ease;
    position: absolute;
}

.app-statistical-report .app-statistics-highlights:hover h4 {
    color: rgb(164,172,185);
    transform: translateZ(30px) scale(1.1);
}

.app-statistical-report .app-statistics-pros {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    z-index: 2;
    position: relative;
}

.app-statistical-report .app-benefits-block {
    font-size: 29px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: inline-block;
}

.app-statistical-report .app-benefits-block::after {
    right: -40px;
}

.app-statistical-report svg {
    opacity: 0.8;
    display: block;
    fill: rgb(200,206,218);
    margin: 0 auto 20px;
    height: 50px;
    width: 50px;
    transition: all 0.5s ease;
}

.app-statistical-report .app-statistics-highlights:nth-child(1) h4 {
    --i: 1;
}

.app-statistical-report .app-statistics-highlights:nth-child(4) h4 {
    --i: 4;
}

.app-award-show::before {
    position: absolute;
    height: 1px;
    top: 0;
    content: '';
    left: 0;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    opacity: 0.1;
    width: 100%;
}

.app-award-show .company_holder h3::after {
    border-radius: 3px;
    margin: 15px auto 0;
    width: 60px;
    content: '';
    background: rgb(200,206,218);
    display: block;
    height: 3px;
}

.app-award-show .app-teach-supp {
    position: relative;
    order: 1;
}

.app-award-show .app-nav-study {
    flex-wrap: wrap;
    gap: 60px;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.app-award-show .app-nav-section:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}

.app-award-show .app-nav-section::before {
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    content: '';
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    inset: 0;
}

.app-award-show .app-nav-section .app-nav-study {
    gap: 12px;
    display: flex;
    margin: 0;
    padding: 0 10px;
    flex-direction: column;
}

.app-award-show .app-nav-section .app-nav-study a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: #ffffff;
}

.app-award-show .app-nav-section .app-nav-study a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.app-design-res .container {
    text-align: center;
}



.app-award-show .app-teach-supp::before {
    filter: blur(100px);
    background: rgb(164,172,185);
    left: -5%;
    z-index: -1;
    content: '';
    border-radius: 50%;
    animation: pulse 10s infinite ease-in-out reverse;
    height: 250px;
    width: 250px;
    bottom: -10%;
    position: absolute;
    opacity: 0.1;
}

.app-experience-trial::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(255, 255, 255, 0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(255, 255, 255, 0.5) 0%, transparent 40%);
    bottom: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.15;
    top: 0;
    left: 0;
    content: "";
    right: 0;
}

.app-experience-trial h2 {
    font-size: 30px;
    font-family: Arial, sans-serif;
    max-width: 900px;
    position: relative;
    margin-bottom: 40px;
    transform: translateZ(10px);
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.app-experience-trial .app-story-visual:hover svg {
    transform: rotate(5deg) scale(1.1);
}

.app-experience-trial .app-story-visual:hover svg path {
    fill: rgb(200,206,218);
}

.app-experience-trial .app-query-grid::before {
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    transition: transform 0.6s ease;
    transform: translateX(-100%);
}

.app-experience-trial .app-query-grid:active {
    box-shadow: 0 5px 15px -4px rgb(164,172,185,0.5);
    transform: translateY(0);
}

.app-secure-vaulting::before {
    width: 100%;
    top: 0;
    z-index: 0;
    opacity: 0.15;
    background: radial-gradient(circle at 10% 30%, rgb(164,172,185,0.5) 0%, transparent 60%);
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
}

.app-secure-vaulting h1 {
    color: rgb(200,206,218);
    font-size: 41px;
    letter-spacing: -0.02em;
    position: relative;
    padding-bottom: 0.5rem;
    transform: translateZ(10px);
    margin-bottom: 2.5rem;
    border-bottom: 3px solid rgb(164,172,185,0.5);
    display: inline-block;
    font-weight: 700;
}

.app-secure-vaulting h3::before {
    background: rgb(164,172,185,0.5);
    content: "";
    position: absolute;
    left: 0;
    width: 0.6rem;
    top: 50%;
    height: 0.6rem;
    transform: translateY(-50%) rotate(45deg);
}

.app-secure-vaulting p {
    font-size: 16px;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 90ch;
    position: relative;
    line-height: 1.7;
    transform: translateZ(0);
}

.app-secure-vaulting ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2.5rem 1.5rem;
    position: relative;
}

.app-secure-vaulting li {
    font-size: 16px;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    line-height: 1.6;
    transform: translateZ(0);
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
}

.app-secure-vaulting span:hover {
    background: rgba(255,255,255,0.9);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transform: translateY(-3px) translateZ(0);
}

.app-reach-out-info::before {
    position: absolute;
    animation: floating 8s infinite ease-in-out;
    border: 15px solid rgb(200,206,218,0.5);
    top: -100px;
    transform: rotate(30deg);
    width: 300px;
    content: "";
    right: -100px;
    z-index: 0;
    height: 300px;
}

.app-reach-out-info h1::after {
    bottom: -15px;
    background: rgb(200,206,218);
    width: 80px;
    content: "";
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

.app-reach-out-info .app-learn-chat:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(2deg);
}

.app-reach-out-info .app-learn-chat > div:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-left: 4px solid rgb(164,172,185);
    transform: translateY(-5px);
}

.app-reach-out-info h6 {
    font-weight: 600;
    margin-bottom: 12px;
    align-items: center;
    display: flex;
    color: #000000;
    font-size: 21px;
    text-transform: capitalize;
}

.app-reach-out-info span {
    font-family: Arial, sans-serif;
    display: block;
    margin-left: 25px;
    font-size: calc(18px - 1px);
    color: #000000;
}

.app-reach-out-info .app-reach-section:hover {
    transform: translateX(5px);
    color: rgb(200,206,218);
}

.app-reach-out-info .app-reach-section:hover::after {
    width: 100%;
}

.app-reach-out-info .app-reach-section:hover svg {
    transform: scale(1) rotate(5deg);
}

.app-reach-out-info .app-reach-section:hover svg path,
.app-reach-out-info h6:hover svg path {
    fill: rgb(200,206,218);
}



.app-homepage .app-story-visual {
    grid-gap: 2rem;
    z-index: 5;
    max-width: 1400px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    display: grid;
    min-height: 85vh;
    height: 100%;
    padding: 4rem 2rem;
}

.app-homepage .app-story-visual {
    padding: 3rem 1.5rem;
    min-height: auto;
    grid-template-columns: 1fr;
}



.app-homepage .app-content-card {
    justify-content: center;
    transform-style: preserve-3d;
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.3s;
    display: flex;
    transform: translateZ(30px);
    flex-direction: column;
    opacity: 0;
}


    
    .app-homepage .app-content-card {
    order: 2;
}

.app-homepage .app-intro-head:hover {
    transform: rotate(0deg) translateY(-10px);
}

.app-homepage svg {
    transform: translateZ(20px);
    width: 100px;
    height: 100px;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    align-self: center;
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
}



.app-homepage .app-intro-head div {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
}

.app-homepage .app-query-grid:hover {
    transform: translateZ(20px) scale(1.05);
    box-shadow: 0 15px 30px rgba(94,170,168,0.4);
}

.app-homepage .app-query-grid:hover::before {
    left: 100%;
}

.app-homepage .app-img-item-wrapper {
    border-radius: 29px;
    height: 100%;
    opacity: 0;
    box-shadow: 
        25px 25px 45px rgba(0,0,0,0.2),
        -5px -5px 30px rgba(255,255,255,0.5);
    transition: all 0.6s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    animation: photoReveal 1.8s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    transform: translateZ(10px) perspective(800px) rotateY(-6deg);
    min-height: 400px;
    position: relative;
    overflow: hidden;
}

.app-homepage .app-img-item-wrapper {
    transform: translateZ(10px) perspective(800px) rotateY(0);
    margin-bottom: 2rem;
    min-height: 300px;
    order: 1;
}



@media screen and (max-width: 992px) {.app-program-overview {
    flex-direction: column;
    min-height: auto;
}.app-program-overview .app-future-class {
    position: relative;
    width: 100%;
    height: 400px;
}.app-program-overview .app-grow-skills {
    animation: carousel-horizontal 25s ease infinite;
    flex-direction: row;
    height: 100%;
    width: 500%;
}.app-program-overview .app-class-plan {
    height: 100%;
    width: 20%;
}.app-program-overview .app-class-plan::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.app-program-overview .container {
    padding: 3rem 1rem;
}.app-program-overview .app-story-visual {
    width: 100%;
    padding-left: 0;
    max-width: 800px;
    margin: 0 auto;
}.app-program-overview .app-learn-explore {
    border-left: none;
    border-top: 5px solid rgb(200,206,218);
    border-radius: 13px;
    max-width: 100%;
}.app-program-overview .app-learn-explore::before {
    border-radius: 10px;
    border-top: none;
    border: 1px solid rgb(164,172,185,0.5);
    right: 20px;
    left: 20px;
    top: 20px;
    bottom: 20px;
}
}



@media (max-width: 991px) {header .app-site-header {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .app-first-lesson {
    margin-right: 0;
    margin-bottom: 0;
}header .app-nav-section {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .app-page-head a {
    padding: 0.6rem 1rem;
    font-size: calc(17px - 1px);
}
}



@media (max-width: 991px) {.app-course-candidates {
    padding: 90px 0;
}.app-course-candidates h4 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.app-course-candidates div > div {
    gap: 18px;
}.app-course-candidates p {
    padding: 20px 25px;
}.app-course-candidates p svg {
    height: 25px;
    width: 25px;
    margin-right: 15px;
}
}



@media (max-width: 576px) {.app-course-candidates {
    padding: 60px 0;
}.app-course-candidates h4 {
    font-size: calc(36px * 0.7);
    padding-bottom: 10px;
    margin-bottom: 25px;
}.app-course-candidates h4::after {
    width: 50px;
    height: 2px;
}.app-course-candidates div > div {
    gap: 12px;
}.app-course-candidates p {
    font-size: calc(13px * 0.9);
    padding: 15px;
}.app-course-candidates p svg {
    width: 22px;
    margin-right: 12px;
    height: 22px;
}.app-course-candidates p:hover {
    transform: translateX(5px);
}}



@media (max-width: 767px) {.app-our-mission {
    padding: 100px 0 60px;
}.app-our-mission .container {
    padding: 0 15px;
    transform: perspective(800px) rotateX(1deg);
}.app-our-mission h2 {
    margin-bottom: 30px;
    font-size: 35px;
}.app-our-mission .app-content-card {
    padding: 40px 25px;
    margin-left: 0;
    border-radius: 4px;
}.app-our-mission .app-content-card::before {
    width: 4px;
}.app-our-mission .app-content-card::after {
    height: 4px;
}.app-our-mission .app-content-card div div {
    line-height: 1.7;
    font-size: 13px;
}}



@media (min-width: 768px) {.app-pricing-shelf .app-cost-card {
    grid-template-columns: repeat(2, 1fr);
}.app-pricing-shelf .app-lesson-rates {
    padding: 3rem;
}
}



@media (min-width: 992px) {.app-pricing-shelf .app-pricing-fees {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.app-pricing-shelf .app-lesson-rates {
    margin: 0;
    width: 35%;
}.app-pricing-shelf .app-cost-card {
    width: 65%;
}
}



@media (max-width: 767px) {.app-pricing-shelf {
    padding: 4rem 0;
}.app-pricing-shelf .app-payment-scheme {
    min-height: 240px;
    padding: 1.5rem;
}.app-pricing-shelf .app-img-item-wrapper {
    height: 180px;
}.app-pricing-shelf .app-lesson-rates {
    padding: 1.5rem;
}.app-pricing-shelf .app-lesson-rates h2 {
    font-size: calc(35px - 0.2rem);
}.app-pricing-shelf .app-package-pricing {
    font-size: calc(14px - 0.1rem);
}}



@media (max-width: 992px) {.app-statistical-report .app-statistics-highlights {
    flex: 0 0 calc(50% - 20px);
}.app-statistical-report .app-statistics-highlights:nth-child(2n+1)::before {
    opacity: 0;
}.app-statistical-report .app-benefits-block::before,
    .app-statistical-report .app-benefits-block::after {
    width: 20px;
}.app-statistical-report .app-benefits-block::before {
    left: -30px;
}.app-statistical-report .app-benefits-block::after {
    right: -30px;
}
}



@media (max-width: 992px) {.app-award-show {
    padding: 70px 0 40px;
}.app-award-show .app-nav-study {
    gap: 40px;
}.app-award-show .company_holder {
    margin-top: 50px;
}
}



@media (max-width: 768px) {.app-award-show {
    padding: 50px 0 30px;
}.app-award-show .app-nav-study {
    flex-direction: column;
    gap: 30px;
}.app-award-show .app-nav-section {
    max-width: 100%;
    min-width: 100%;
}.app-award-show .company_holder {
    padding: 20px;
}.app-award-show .app-partner-logo {
    max-width: 100%;
}
}



@media (max-width: 576px) {.app-experience-trial {
    padding: 40px 0;
}.app-experience-trial h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.7);
}.app-experience-trial .app-story-visual {
    padding: 20px;
    width: 90%;
}.app-experience-trial svg {
    width: 36px;
    height: 36px;
}.app-experience-trial .app-query-grid {
    font-size: calc(14px * 0.9);
    padding: 10px 20px;
}
}



@media (min-width: 768px) {.app-secure-vaulting {
    padding: 6rem 3rem;
}.app-secure-vaulting .container {
    padding: 0 2rem;
}.app-secure-vaulting h1 {
    margin-bottom: 3rem;
    font-size: calc(41px * 1.1);
}.app-secure-vaulting h2 {
    margin-top: 4rem;
    font-size: calc(36px * 1.05);
}.app-secure-vaulting ul {
    margin-left: 2.5rem;
}
}



@media (min-width: 768px) {.app-reach-out-info {
    padding: 150px 0 120px;
}.app-reach-out-info .app-learn-chat {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 50px;
}.app-reach-out-info .app-learn-chat > div:first-child {
    grid-column: 1 / -1;
}.app-reach-out-info h1 {
    margin-bottom: 60px;
    font-size: calc(48px + 5px);
}.app-reach-out-info h1::after {
    width: 100px;
}
}



@media (max-width: 576px) {.app-reach-out-info {
    padding: 80px 0 60px;
}.app-reach-out-info .app-learn-chat {
    padding: 30px 20px;
}.app-reach-out-info .app-learn-chat > div {
    padding: 15px;
}.app-reach-out-info h1 {
    font-size: calc(48px - 5px);
    margin-bottom: 40px;
}.app-reach-out-info h1::after {
    width: 60px;
    height: 3px;
}}



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

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



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



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



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



@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}



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

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

@keyframes textPulse {
    0% { fill: rgb(164,172,185); }
    100% { fill: rgb(200,206,218); }
}

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

