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

.app-award-show {
    flex: 0 0 auto;
}

.app-award-show {
    color: #ffffff;
    position: relative;
    padding: 90px 0 50px;
    font-family: Arial, sans-serif;
    z-index: 2;
}

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

.app-program-overview::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    z-index: 2;
    top: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(231,235,242) 90%);
}

.app-program-overview .app-class-plan img {
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    width: 100%;
    transition: transform 0.8s ease;
    object-fit: cover;
    height: 100%;
    transform: scale(1.05);
}

.app-program-overview .app-story-visual {
    padding-left: 8%;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    display: flex;
}

.app-program-overview .app-learn-explore h3 {
    color: rgb(200,206,218);
    padding-bottom: 15px;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 48px;
    font-weight: 700;
}

.app-program-overview .app-learn-explore p {
    color: #000000;
    font-size: 17px;
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

.app-program-overview .app-learn-explore .app-query-grid::before {
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(164,172,185) 0%, rgb(200,206,218) 100%);
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.app-instructor-profile::before {
    top: 0;
    content: "";
    height: 100%;
    background: repeating-linear-gradient(45deg, rgb(164,172,185,0.5) 0px, transparent 2px, transparent 10px);
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.1;
}

.app-instructor-profile .app-img-item-wrapper::after {
    top: 0;
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(200,206,218,0.5), transparent);
}

.app-instructor-profile .app-employee-details {
    padding-left: 1.5rem;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    font-family: Arial, sans-serif;
}

.app-instructor-profile .app-client-voices:hover .name::after {
    width: 100%;
}


#app-trackingAlertPopup {
    display: none;
}

.app-track-bar {
    justify-content: space-between;
    gap: 20px;
    padding: 20px 5%;
    align-items: center;
    display: flex;
}

.app-cookieAlertPromptPanel p {
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.app-data-control {
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(200,206,218));
    flex-shrink: 0;
    display: flex;
    margin-right: 15px;
}

.cookie_button.app-track-edu {
    color: #ffffff;
    border: 2px solid rgb(164,172,185);
    background: rgba(0, 0, 0, 0.5);
}

.app-cookieAlertPromptPanel p a {
    color: rgb(200,206,218);
    transition: color 0.3s ease;
    text-decoration: none;
}

header::after {
    transition: transform 0.5s ease;
    height: 5px;
    background: linear-gradient(to right, 
        rgb(200,206,218), 
        rgb(164,172,185), 
        rgb(200,206,218)
    );
    width: 100%;
    bottom: 0;
    transform: scaleX(0.7);
    content: '';
    position: absolute;
    transform-origin: center;
    left: 0;
}

header .app-first-lesson {
    perspective: 800px;
    flex: 0 0 auto;
    position: relative;
    margin-right: 2rem;
}

header .app-top-info:hover {
    transform: rotateY(10deg) rotateX(5deg);
}

header .app-nav-section {
    perspective: 1000px;
    margin: 0;
    display: flex;
    position: relative;
    list-style: none;
    transform-style: preserve-3d;
    padding: 0;
}

header .app-page-head {
    margin: 0 0.3rem;
    transform-style: preserve-3d;
    position: relative;
}

header .app-page-head a::before {
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(200,206,218,0.5) 0%, 
        rgb(164,172,185,0.5) 100%
    );
    transform: translateZ(-5px);
    content: '';
    transition: opacity 0.4s ease;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    top: 0;
    width: 100%;
}

header .app-page-head a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}



@supports not (transform-style: preserve-3d) {header .app-top-info:hover {
    transform: translateY(-3px);
}header .app-page-head a:hover {
    transform: translateY(-3px);
}}

.app-course-candidates::before {
    opacity: 0.1;
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
                rgb(200,206,218,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(164,172,185,0.5) 100%);
    width: 100%;
    left: 0;
}

.app-course-candidates p {
    background: #ffffff;
    margin: 0;
    font-size: 13px;
    border-radius: 13px;
    padding: 25px 30px;
    color: #000000;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
}

.app-course-candidates p:hover::before {
    width: 8px;
}

.app-course-candidates p svg {
    height: 28px;
    transition: all 0.3s ease;
    width: 28px;
    flex-shrink: 0;
    margin-right: 20px;
}

.app-course-candidates p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(164,172,185,0.5) 0%, 
                transparent 30%);
}

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

.app-our-mission {
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    isolation: isolate;
    padding: 120px 0 80px;
    position: relative;
    align-items: center;
}

.app-our-mission .container {
    padding: 0 20px;
    transform-origin: center top;
    max-width: 1200px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 1;
    margin: 0 auto;
}

.app-our-mission h2::before {
    content: "";
    left: 0;
    animation: lineExpand 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(164,172,185);
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    bottom: -12px;
    width: 80px;
    height: 4px;
}

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

.app-our-mission .app-content-card p::after {
    background: rgb(164,172,185);
    transform-origin: left;
    position: absolute;
    width: 40px;
    content: "";
    left: 0;
    transform: scaleX(0);
    height: 2px;
    bottom: -8px;
    animation: lineGrow 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.app-tyPage {
    position: relative;
    background: linear-gradient(135deg, rgb(231,235,242) 0%, rgba(245, 245, 255, 0.95) 100%);
    padding: 6rem 0;
    overflow: hidden;
}

.app-tyPage .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
}

.app-tyPage h2::after {
    content: '';
    left: 0;
    position: absolute;
    width: 10rem;
    animation: expandWidth 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -0.8rem;
    background: linear-gradient(90deg, rgb(200,206,218) 0%, rgb(164,172,185) 100%);
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
}

.app-tyPage ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.app-tyPage li::before {
    background-color: rgb(200,206,218);
    left: 0;
    animation: popIn 0.5s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 0.5rem;
    position: absolute;
    height: 0.5rem;
    transform: scale(0);
    content: '';
    top: 0.5rem;
    border-radius: 50%;
}

.app-pricing-shelf::before {
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(200,206,218), 0.03) 40px, rgba(rgb(200,206,218), 0.03) 80px);
}

.app-pricing-shelf .app-lesson-rates h2::after {
    position: absolute;
    background: rgb(200,206,218);
    height: 3px;
    transition: transform 0.5s ease;
    content: "";
    transform-origin: left;
    width: 80px;
    left: 0;
    transform: scaleX(1);
    bottom: -10px;
}

.app-pricing-shelf .app-group-plans {
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.app-pricing-shelf .app-payment-scheme {
    display: flex;
    min-height: 280px;
    padding: 2rem;
    flex-direction: column;
    flex-grow: 1;
}

.app-pricing-shelf .app-learning-pricing {
    font-size: calc(23px + 0.3rem);
    display: block;
    color: rgb(200,206,218);
    font-weight: 700;
    position: relative;
    margin: 0.5rem 0 1.25rem;
}

.app-pricing-shelf .app-img-item-wrapper {
    width: 100%;
    height: 220px;
    position: relative;
    transition: transform 0.6s ease-out;
    transform: scale(1);
}

.app-connect-form::before {
    position: absolute;
    height: 200%;
    width: 200%;
    left: -50%;
    content: '';
    z-index: 1;
    top: -50%;
    animation: subtle-pulse 12s infinite alternate;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
}

.app-connect-form h2 {
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 39px;
    color: #ffffff;
    text-align: center;
    position: relative;
    letter-spacing: -0.02em;
}

.app-connect-form .app-img-item-wrapper {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}

.app-connect-form .app-img-item-wrapper::before {
    left: 0;
    background: linear-gradient(
        45deg, 
        rgb(164,172,185,0.5) 0%, 
        rgb(200,206,218,0.5) 100%
    );
    position: absolute;
    top: 0;
    width: 100%;
    mix-blend-mode: color-dodge;
    height: 100%;
    opacity: 0.6;
    content: '';
}

.app-connect-form .app-feedback-box .app-inquiry-info {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.app-connect-form .app-feedback-box .app-inquiry-info input[type="checkbox"] {
    border-radius: 10px;
    appearance: none;
    position: relative;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    width: 22px;
    cursor: pointer;
    margin-right: 1rem;
    height: 22px;
}

.app-connect-form .app-feedback-box .app-inquiry-info a {
    margin-left: 0.3rem;
    transition: color 0.3s ease;
    color: rgb(200,206,218);
    text-decoration: none;
}

.app-connect-form .app-feedback-box .app-query-grid:hover::before {
    left: 100%;
}

.app-connect-form .app-feedback-box .app-query-grid:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.app-statistical-report::before {
    position: absolute;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(200,206,218,0.5) 100%);
    top: 0;
    height: 100%;
}

.app-statistical-report .app-statistics-pro {
    z-index: 2;
    justify-content: center;
    display: flex;
    position: relative;
    margin-top: 70px;
    gap: 0;
    flex-wrap: wrap;
}

.app-statistical-report .app-statistics-highlights:first-child::before {
    opacity: 0;
}

.app-statistical-report .app-statistics-highlights:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-10px);
    border-bottom: 3px solid rgb(200,206,218);
}

.app-statistical-report .app-statistics-highlights span {
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.app-statistical-report .app-statistics-pros::before {
    top: 50%;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    height: 120%;
    content: "";
    left: 50%;
    width: 150%;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse at center, rgb(200,206,218,0.5) 0%, transparent 70%);
}

.app-statistical-report .app-class-gains {
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
}

.app-statistical-report .app-statistics-highlights:hover svg {
    fill: rgb(164,172,185);
    transform: rotateY(180deg);
    opacity: 1;
}

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

footer {
    position: relative;
}

.app-award-show .container {
    flex-direction: column;
    display: flex;
}

.app-award-show .company_holder {
    animation: shiftGradient 15s ease infinite;
    margin-top: 70px;
    order: 2;
    padding: 30px;
    border-radius: 17px;
    background-size: 200% 200%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
}

.app-award-show .app-nav-section {
    overflow: hidden;
    padding: 20px;
    flex: 1;
    max-width: calc(50% - 30px);
    transform: translateZ(0);
    min-width: 250px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.app-award-show .app-nav-section h5::before {
    background: rgb(164,172,185);
    bottom: -1px;
    position: absolute;
    left: 0;
    width: 50px;
    content: '';
    height: 1px;
}

.app-award-show .app-nav-section .app-nav-study a::before {
    content: '';
    transform: scale(0);
    border-radius: 50%;
    opacity: 0;
    height: 6px;
    margin-right: 10px;
    min-width: 6px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    background: rgb(164,172,185);
}

.app-design-res::before {
    background: linear-gradient(90deg, transparent, rgb(164,172,185,0.5), transparent);
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 0;
    content: '';
}

.app-experience-trial {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(164,172,185,0.5), rgb(200,206,218,0.5));
}

.app-experience-trial::after {
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(45deg, rgb(164,172,185) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(164,172,185) 25%, transparent 25%);
    opacity: 0.04;
    width: 100%;
    top: 0;
    z-index: 0;
}

.app-experience-trial .app-story-visual {
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.5);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    box-shadow: 
        0 20px 40px -15px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(164,172,185,0.5);
    padding: 30px 50px;
    transform: translateZ(20px) perspective(100px) rotateX(2deg);
}

.app-experience-trial .app-story-visual div {
    transform: translateY(-5px);
}

.app-experience-trial .app-query-grid:hover {
    box-shadow: 0 12px 25px -4px rgb(164,172,185,0.5);
    background: linear-gradient(135deg, rgb(200,206,218), rgb(164,172,185));
    transform: translateY(-5px);
}

.app-experience-trial .app-query-grid:hover::before {
    transform: translateX(100%);
}

.app-secure-vaulting {
    background: linear-gradient(135deg, rgb(231,235,242) 0%, rgba(250, 250, 255, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}

.app-secure-vaulting .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    perspective: 1000px;
}

.app-secure-vaulting h1::after {
    content: "";
    width: 60%;
    background: rgb(200,206,218);
    height: 3px;
    transform-origin: left;
    position: absolute;
    animation: lineGrow 1.5s ease-out forwards;
    bottom: -3px;
    left: 0;
}

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

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

.app-secure-vaulting p strong::after {
    left: 0;
    content: "";
    bottom: -2px;
    height: 2px;
    background: rgb(164,172,185,0.5);
    position: absolute;
    width: 100%;
    transform: scaleX(0.9);
    transform-origin: left;
}

.app-secure-vaulting li::before {
    border: 2px solid rgb(164,172,185);
    position: absolute;
    left: 0;
    width: 0.5rem;
    transform: rotate(45deg);
    height: 0.5rem;
    content: "";
    border-radius: 10px;
    top: 0.6em;
}

.app-reach-out-info {
    background: linear-gradient(135deg, rgb(231,235,242) 0%, rgba(245, 247, 250, 0.9) 100%);
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}

.app-reach-out-info::after {
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(164,172,185,0.5), transparent);
    animation: floating 10s infinite ease-in-out alternate;
    width: 200px;
    content: "";
    left: -50px;
    z-index: 0;
    height: 200px;
    transform: rotate(-15deg);
    position: absolute;
    bottom: -50px;
}

.app-reach-out-info .app-learn-chat {
    grid-template-columns: 1fr;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    gap: 40px;
    display: grid;
    border-radius: 15px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    transform-style: preserve-3d;
}

.app-reach-out-info .app-learn-chat > div > div {
    font-size: 18px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #000000;
}

.app-reach-out-info .app-learn-chat > div:hover h6 svg {
    transform: scale(1);
}

.app-reach-out-info .app-msg-team {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

.app-reach-out-info .app-reach-section::after {
    transition: width 0.3s ease;
    background: rgb(200,206,218);
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
}

.app-reach-out-info svg {
    transition: all 0.3s ease;
}

.app-reach-out-info svg:hover {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}

.app-homepage {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(231,235,242), rgb(164,172,185,0.5) 70%);
    overflow: hidden;
    perspective: 1000px;
    position: relative;
}

.app-homepage h1 {
    position: relative;
    transform: translateZ(60px);
    font-weight: 700;
    opacity: 0;
    margin-bottom: 2rem;
    color: #000000;
    grid-column: 1 / -1;
    font-size: calc(39px * 1.2);
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    text-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.app-homepage h1 {
    text-align: center;
    font-size: calc(39px * 1.1);
}



.app-homepage .app-intro-head {
    display: flex;
    border-left: 4px solid rgb(200,206,218);
    background: linear-gradient(120deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    gap: 1.5rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    transform: rotate(-2deg);
    flex-direction: column;
}

.app-homepage svg path {
    transition: fill 0.3s ease;
    fill: rgb(164,172,185);
}

.app-homepage .app-query-grid {
    font-weight: 600;
    padding: 0.8rem 2rem;
    font-size: 18px;
    display: inline-block;
    transform: translateZ(10px);
    background: linear-gradient(135deg, rgb(200,206,218), rgb(164,172,185));
    z-index: 10;
    text-decoration: none;
    position: relative;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    color: #ffffff;
    border: none;
}

.app-homepage .app-img-item-wrapper::after {
    position: absolute;
    z-index: 3;
    height: 40%;
    content: "";
    left: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    width: 100%;
    bottom: 0;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (min-width: 1440px) {.app-program-overview .app-story-visual {
    padding-left: 10%;
}.app-program-overview .app-learn-explore {
    max-width: 650px;
}
}



@media screen and (max-width: 768px) {.app-program-overview .app-future-class {
    height: 350px;
}.app-program-overview .container {
    padding: 2.5rem 1rem;
}.app-program-overview .app-learn-explore {
    padding: 2rem;
}.app-program-overview .app-learn-explore h3 {
    font-size: calc(48px * 0.8);
}

}



@media (max-width: 992px) {.app-instructor-profile .app-client-voices {
    gap: 2rem;
    flex-direction: column;
}.app-instructor-profile .app-img-item-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    width: 100%;
    height: 350px;
}.app-instructor-profile .app-exp-section {
    padding: 0 2rem 2rem;
    width: 100%;
}
}



@media (max-width: 576px) {.app-instructor-profile {
    padding: 3rem 1rem;
}.app-instructor-profile .app-img-item-wrapper {
    height: 280px;
}.app-instructor-profile .app-exp-section {
    padding: 0 1.5rem 1.5rem;
}.app-instructor-profile .name {
    font-size: calc(28px * 0.85);
}.app-instructor-profile .app-employee-details {
    font-size: calc(14px * 0.95);
}}



@media (min-width: 1400px) {header .app-site-header {
    max-width: 1320px;
    margin: 0 auto;
}header .app-page-head {
    margin: 0 0.5rem;
}header .app-page-head a {
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 479px) {header .app-site-header {
    padding: 0.7rem 1.2rem;
}header .app-first-lesson {
    max-width: 120px;
}header .app-page-head a {
    font-size: calc(17px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}



@media (max-width: 768px) {.app-course-candidates {
    padding: 70px 0;
}.app-course-candidates h4 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.app-course-candidates h4::after {
    width: 60px;
}.app-course-candidates div > div {
    gap: 15px;
}.app-course-candidates p {
    padding: 18px 20px;
}
}




@media (min-width: 768px) {.app-our-mission {
    padding: 150px 0 100px;
}.app-our-mission .container {
    transform: perspective(1200px) rotateX(3deg);
}.app-our-mission h2 {
    margin-bottom: 60px;
    font-size: calc(35px + 4px);
}.app-our-mission .app-content-card {
    padding: 70px 60px;
    margin-left: 40px;
    border-radius: 6px;
    transform: perspective(1000px) translateZ(10px) rotateY(-1deg);
}.app-our-mission .app-content-card div div {
    column-count: 2;
}
}



@media (min-width: 1200px) {.app-our-mission .container {
    transform: perspective(2000px) rotateX(4deg);
    padding: 0 40px;
}.app-our-mission .app-content-card {
    transform: perspective(1000px) translateZ(30px) rotateY(-2deg);
    margin-left: 80px;
    padding: 90px 80px;
}.app-our-mission .app-content-card div div {
    column-gap: 60px;
    column-count: 2;
}
}



@media (max-width: 768px) {.app-tyPage {
    padding: 4rem 0;
}.app-tyPage::before,
    .app-tyPage::after {
    width: 50%;
    height: 30%;
}.app-tyPage .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.app-tyPage h2 {
    font-size: calc(28px * 0.75);
    margin-bottom: 2rem;
}.app-tyPage h2::after {
    width: 8rem;
    height: 3px;
}.app-tyPage .app-story-visual {
    padding: 2rem 1.5rem;
}.app-tyPage li span {
    font-size: 12px;
    line-height: 1.7;
}
}



@media (min-width: 1200px) {.app-pricing-shelf .app-cost-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.app-pricing-shelf .app-payment-scheme {
    padding: 2.5rem;
}.app-pricing-shelf .app-lesson-rates h2 {
    font-size: calc(35px + 0.2rem);
}.app-pricing-shelf .app-img-item-wrapper {
    height: 250px;
}
}



@media screen and (max-width: 768px) {.app-connect-form {
    padding: 3rem 0;
}.app-connect-form h2 {
    margin-bottom: 2rem;
    font-size: calc(39px * 0.8);
}.app-connect-form .app-feedback-box h3 {
    font-size: calc(30px * 0.9);
}.app-connect-form .app-feedback-box input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.app-connect-form .app-feedback-box .app-inquiry-info {
    align-items: flex-start;
}.app-connect-form .app-feedback-box .app-inquiry-info input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 480px) {.app-statistical-report {
    padding: 60px 0;
}.app-statistical-report .app-statistics-highlights {
    margin-bottom: 15px;
    flex: 0 0 100%;
}.app-statistical-report .app-statistics-highlights::before {
    opacity: 0;
}.app-statistical-report .app-statistics-highlights h4 {
    font-size: 2.2rem;
}.app-statistical-report svg {
    height: 35px;
    width: 35px;
}.app-statistical-report .app-benefits-block {
    margin-bottom: 15px;
    font-size: calc(29px * 0.7);
}.app-statistical-report .app-class-gains {
    font-size: calc(16px * 0.9);
}}



@media (max-width: 992px) {.app-experience-trial {
    padding: 60px 0;
}.app-experience-trial h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.app-experience-trial .app-story-visual {
    padding: 25px 40px;
}.app-experience-trial svg {
    height: 40px;
    width: 40px;
}.app-experience-trial .app-query-grid {
    padding: 14px 28px;
}
}



@media (hover: none) {.app-experience-trial .app-story-visual {
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    transform: none;
}.app-experience-trial .app-story-visual:hover {
    transform: none;
}.app-experience-trial .app-query-grid:hover {
    background: linear-gradient(135deg, rgb(164,172,185), rgb(200,206,218));
    transform: none;
}
}



@media (max-width: 767px) {.app-secure-vaulting {
    padding: 4rem 1.5rem;
}.app-secure-vaulting h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 2rem;
}.app-secure-vaulting h2 {
    padding-left: 1.25rem;
    font-size: calc(36px * 0.9);
    margin-top: 2.5rem;
}.app-secure-vaulting h3, .app-secure-vaulting h4 {
    padding-left: 1rem;
}.app-secure-vaulting p, .app-secure-vaulting li, .app-secure-vaulting span {
    font-size: calc(16px * 0.95);
}.app-secure-vaulting ul {
    margin-left: 0.5rem;
}.app-secure-vaulting li {
    padding-left: 1.25rem;
}.app-secure-vaulting span {
    padding: 1rem;
}}



@media (max-width: 768px) {.app-homepage .app-story-visual {
    padding: 2rem 1rem;
}.app-homepage h1 {
    margin-bottom: 1.5rem;
    font-size: 39px;
}.app-homepage .app-intro-head {
    transform: rotate(0);
    padding: 1.5rem;
}.app-homepage .app-intro-head p {
    font-size: 14px;
}.app-homepage svg {
    height: 80px;
    width: 80px;
}.app-homepage .app-img-item-wrapper {
    min-height: 250px;
}
}



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



@keyframes lineExpandSecondary {
    0% { transform: translateX(80px) scaleX(0); }
    100% { transform: translateX(80px) scaleX(1); }
}



@keyframes pulseBar {
    0%, 100% {
        transform: scaleY(0.8);
    }
    50% {
        transform: scaleY(1);
    }
}



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



@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15px, -15px);
    }
}



@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}



@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

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

@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateZ(10px) perspective(800px) rotateY(-20deg) translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) perspective(800px) rotateY(-6deg) translateX(0);
    }
}

