﻿html {
    scrollbar-color: rgb(120,176,157,0.5) #ffffff;
    scrollbar-width: auto;
}

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

.main-top {
    flex: 1 0 auto;
}

.wrap-structure {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}

.customer-comments::before {
    content: "";
    z-index: 0;
    right: -5%;
    height: 25rem;
    width: 25rem;
    top: -5%;
    position: absolute;
    animation: floatBlur 15s infinite alternate ease-in-out;
    opacity: 0.15;
    background: rgb(180,203,194,0.5);
    filter: blur(80px);
    transform: rotate(-15deg);
}

.customer-comments h2::before {
    transform: translateY(-50%);
    top: 50%;
    height: 70%;
    position: absolute;
    left: -2rem;
    content: "";
    width: 0.5rem;
    background: rgb(180,203,194);
}

.customer-comments .opinion-sharing {
    isolation: isolate;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2.5rem 2rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    transform: translateY(0) rotateX(0);
}

.customer-comments .opinion-sharing > div {
    align-items: center;
    position: relative;
    display: flex;
    margin-bottom: 1.5rem;
}

.customer-comments .opinion-sharing img {
    position: relative;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    object-fit: cover;
    transition: transform 0.5s ease;
    margin-right: 1.25rem;
    height: 4.5rem;
    border-radius: 50%;
    width: 4.5rem;
}

.customer-comments .opinion-sharing .description {
    font-size: 14px;
    color: #000000;
    z-index: 2;
    line-height: 1.7;
    position: relative;
    margin: 0;
}

.customer-comments a {
    overflow: hidden;
    position: relative;
    font-weight: 600;
    z-index: 1;
    padding: 1rem 2.5rem;
    box-shadow: 0 10px 20px rgb(180,203,194,0.5);
    background: linear-gradient(135deg, rgb(180,203,194) 0%, rgb(120,176,157) 100%);
    text-decoration: none;
    border-radius: 10px;
    transform: translateX(2rem);
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 17px;
    display: inline-block;
    margin-top: 3rem;
}

.data-approve {
    margin-bottom: 20px;
}

.cookie-warning-dialog h5 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    color: rgb(180,203,194);
}

.data-comply {
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    font-size: 19px;
    padding: 10px 20px;
    text-align: center;
    background: rgb(180,203,194);
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 5px;
    width: calc(50% - 10px);
}

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

.contact-sectionlZg h2::before {
    height: 4px;
    position: absolute;
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    border-radius: 2px;
    background: rgb(180,203,194);
    content: "";
}

.contact-sectionlZg .image-show-item:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact-sectionlZg .inquiry-inquiry {
    position: relative;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(5deg);
    background: #ffffff;
    padding: 50px;
    border-radius: 10px;
}

.contact-sectionlZg form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(180,203,194);
    outline: none;
}

.contact-sectionlZg .help-support {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}

.contact-sectionlZg .help-support label::before {
    background: rgb(227,232,230);
    top: 2px;
    left: 0;
    border-radius: 4px;
    height: 22px;
    width: 22px;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
}

.contact-sectionlZg .help-support label a:hover {
    color: rgb(120,176,157);
}

.contact-sectionlZg form .help-widget::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 0;
    background: rgb(120,176,157);
    right: 0;
    transition: width 0.3s ease;
    top: 0;
    z-index: 0;
}

.contact-sectionlZg svg {
    height: 22px;
    fill: rgb(180,203,194);
    width: 22px;
}

.ssl-info::before {
    background-size: 100px 100px;
    background-color: rgb(180,203,194,0.5);
    top: 0;
    width: 100%;
    height: 120px;
    left: 0;
    position: absolute;
    content: "";
    background: 
        linear-gradient(135deg, rgb(227,232,230) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(227,232,230) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(227,232,230) 25%, transparent 25%),
        linear-gradient(45deg, rgb(227,232,230) 25%, transparent 25%);
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    vertical-align: middle;
    transition: color 0.3s ease;
    display: inline-block;
    font-size: 17px;
}

footer .nav-begin {
    padding: 0 30px;
    position: relative;
}

footer .nav-begin svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}

footer .mentor-net {
    max-width: 330px;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}

footer .main-mainwrap h5::after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -7px;
    width: 50px;
    left: 0;
    background-color: rgb(180,203,194);
}

footer .top-bar a {
    color: #000000;
    font-size: 17px;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 0;
    text-decoration: none;
}

footer .subscribe_holder {
    margin-top: -10px;
    margin-right: 40px;
    z-index: 0;
    margin-left: 40px;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background-color: rgb(180,203,194);
}

footer .input_holder input[type="email"] {
    transition: background-color 0.3s ease;
    color: #000000;
    border-radius: 10px;
    font-size: 17px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
}

footer .policy-links {
    z-index: 1;
    text-align: center;
    position: relative;
    margin-top: 60px;
}

.stay-updated {
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    background: rgb(227,232,230);
}

.stay-updated .learn-classes {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.stay-updated .support-links::before {
    width: 120px;
    height: 120px;
    animation: moveBlob1 20s infinite alternate ease-in-out;
    content: "";
    top: -40px;
    opacity: 0.2;
    border-radius: 50%;
    background: rgb(180,203,194);
    right: -40px;
    position: absolute;
}

.stay-updated h3::after {
    content: "";
    width: 100%;
    bottom: 0;
    animation: waveMotion 3s infinite ease-in-out;
    position: absolute;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(180,203,194) 50%,
        transparent 100%
    );
    height: 4px;
}

.stay-updated input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}

.stay-updated input[type="submit"]::before {
    transition: opacity 0.3s ease;
    transform: scale(0.95);
    bottom: -10px;
    right: -10px;
    content: "";
    border-radius: 50px;
    opacity: 0;
    background: linear-gradient(45deg, rgb(120,176,157) 0%, rgb(180,203,194) 100%);
    top: -10px;
    z-index: -1;
    position: absolute;
    left: -10px;
}

.stay-updated .input_holder::after {
    bottom: 15%;
    border-radius: 50%;
    content: "";
    background: rgb(120,176,157,0.5);
    position: absolute;
    animation: floatBubble 8s infinite alternate-reverse ease-in-out;
    width: 15px;
    opacity: 0.3;
    height: 15px;
    left: 5%;
}

.appSpotlight::after {
    transform: rotate(-15deg) translateZ(-10px);
    opacity: 0.15;
    position: absolute;
    background: linear-gradient(45deg, rgb(180,203,194) 0%, rgba(rgb(120,176,157,0.5), 0.8) 100%);
    z-index: -1;
    top: -10%;
    content: "";
    width: 40%;
    height: 70%;
    animation: float 15s ease-in-out infinite;
    right: -5%;
    filter: blur(80px);
}

.appSpotlight .learn-classes::before {
    top: 0;
    position: absolute;
    transform: scaleY(0);
    left: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: top;
    content: "";
    width: 4px;
    background: linear-gradient(to bottom, rgb(180,203,194), rgb(120,176,157));
    height: 100%;
}

.appSpotlight .learn-classes:hover h5::after {
    width: 7rem;
    transform: translateX(10px);
}

.appSpotlight a {
    display: block;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.appSpotlight a:hover {
    transform: translateY(-2px);
}

.appSpotlight a:hover p {
    color: rgb(180,203,194);
}

.title-screen {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(227,232,230), rgba(255, 255, 255, 0.95));
    min-height: 100vh;
}

.title-screen .learn-classes {
    gap: 2rem;
    position: relative;
    z-index: 1;
    height: 100%;
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin: 0 auto;
    max-width: 1400px;
    padding: 6rem 2rem;
}

.title-screen .learn-classes {
    gap: 1.5rem;
    padding: 4rem 1.5rem;
    grid-template-columns: 1fr;
}

.title-screen .content-box-wrap {
    opacity: 0;
    flex-direction: column;
    animation: fadeUpIn 1s ease-out forwards 0.6s;
    transform: translateY(2rem);
    display: flex;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.title-screen .study-tools:hover {
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.12),
        0 15px 25px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateY(0deg);
}

.title-screen .study-tools p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #000000;
    margin-bottom: 2.5rem;
    line-height: 1.7;
    position: relative;
}

.title-screen .study-tools p::first-letter {
    font-weight: 700;
    color: rgb(180,203,194);
    font-size: 150%;
}

.title-screen svg:hover {
    transform: scale(1.05) rotate(2deg);
}

.title-screen svg:hover path {
    fill: rgb(180,203,194);
}

.title-screen svg:hover text {
    fill: #000000;
}

.title-screen .help-widget::before {
    transition: opacity 0.3s ease;
    z-index: -1;
    top: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(120,176,157), rgb(180,203,194));
    content: "";
}

.title-screen .image-show-item {
    transform: perspective(1000px) rotateY(2deg) translateY(2rem);
    animation: fadePhotoIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.8s;
    position: relative;
    transition: transform 0.5s ease;
    border-radius: 10px;
    opacity: 0;
    overflow: hidden;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}

.title-screen .image-show-item {
    order: -1;
    transform: perspective(1000px) rotateY(0) translateY(1rem);
    height: 300px;
}

.teaching-experience .opinion-sharing:hover {
    transform: translateY(-15px);
}

.teaching-experience .image-show-item {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    height: 350px;
    margin: 0 auto;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 22px 22px 0 0;
    width: 80%;
    z-index: 3;
}

.teaching-experience .work-wrap::before {
    background: linear-gradient(90deg, 
                rgb(180,203,194), 
                rgb(120,176,157), 
                rgb(180,203,194));
    height: 6px;
    border-radius: 10px 10px 0 0;
    background-size: 200% 100%;
    content: "";
    position: absolute;
    animation: gradient-shift 8s infinite alternate;
    right: 0;
    left: 0;
    top: 0;
}

.teaching-experience .work-wrap > div:nth-child(2) {
    font-size: 19px;
    padding-bottom: 1rem;
    font-weight: 600;
    transform: translateY(0);
    position: relative;
    color: rgb(120,176,157);
    margin-bottom: 1.5rem;
    opacity: 0.8;
    transition: all 0.4s ease 0.1s;
}

.course-features {
    justify-content: center;
    position: relative;
    background-color: rgb(227,232,230);
    display: flex;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
}

.course-features .training-plan {
    width: 500%;
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    display: flex;
}

.course-features .training-plan {
    animation-duration: 25s;
}

.course-features .skill-route::before {
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute;
    height: 100%;
    animation: gradient-shift 8s infinite alternate;
}

.course-features .coding-expert::before {
    opacity: 0.7;
    width: 100%;
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    animation: pulse-gradient 8s ease infinite;
    left: 0;
}

.course-features .coding-expert h3::after {
    height: 2px;
    bottom: -8px;
    background: linear-gradient(
        90deg,
        rgb(180,203,194) 0%,
        rgb(120,176,157) 100%
    );
    position: absolute;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    width: 30%;
}

.course-features .coding-expert .help-widget::before {
    opacity: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgb(120,176,157) 0%,
        rgb(180,203,194) 100%
    );
    transition: opacity 0.3s ease;
    left: 0;
}

.course-features .coding-expert .help-widget:hover {
    box-shadow: 0 12px 30px rgb(180,203,194,0.5);
    transform: translateY(-3px);
}

.course-features .coding-expert .help-widget:hover::before {
    opacity: 1;
}

.course-features .coding-expert .help-widget:hover::after {
    transform: scale(1);
    opacity: 1;
    animation: ripple-out 1.5s ease;
}



.course-features .skill-route:nth-child(1)::before {
    animation-delay: 0s;
}

.course-features .skill-route:nth-child(2)::before {
    animation-delay: 2s;
}

.course-features .skill-route:nth-child(4)::before {
    animation-delay: 6s;
}

.pricing-row {
    position: relative;
    padding: 100px 0;
    z-index: 1;
    overflow: hidden;
}

.pricing-row .plan-deals {
    justify-content: center;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.pricing-row .study-price {
    margin: 0 auto 50px;
    max-width: 80%;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    font-size: calc(12px * 1.05);
    letter-spacing: 0.2px;
    color: rgb(255, 255, 255, 0.5);
}

.pricing-row .study-cost {
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    backdrop-filter: blur(10px);
    text-decoration: none;
    overflow: hidden;
    display: flex;
    width: 100%;
    transform: translateY(0) scale(1);
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-row .study-cost:hover h4::after {
    width: 60px;
    background-color: rgb(180,203,194);
}

.pricing-row .study-cost p {
    flex-grow: 1;
    overflow-wrap: break-word;
    line-height: 1.7;
    white-space: normal;
    margin: 0 0 30px;
    word-break: normal;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
    hyphens: auto;
    font-size: 12px;
}

.pricing-row .study-cost:hover .lesson-fees {
    color: rgb(120,176,157);
    transform: translateY(-3px);
}

.secure-enclosure::before {
    content: '';
    z-index: 0;
    height: 200px;
    right: -50px;
    width: 200px;
    opacity: 0.1;
    top: -50px;
    background: radial-gradient(circle, rgb(180,203,194), transparent);
    position: absolute;
}

.secure-enclosure h2 {
    font-weight: 600;
    font-size: 29px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    margin-top: 35px;
    color: rgb(120,176,157);
}

.secure-enclosure h4 {
    font-size: 20px;
}

.secure-enclosure h5 {
    font-size: calc(20px - 0.2rem);
}

.secure-enclosure li {
    border-left: 3px solid rgb(120,176,157);
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
    padding-left: 10px;
    line-height: 1.7;
}


.secure-enclosure hr {
    border: none;
    background: rgba(0, 0, 0, 0.5);
    height: 1px;
    margin: 40px 0;
}

.meet-us::before {
    animation: pulse 15s infinite alternate ease-in-out;
    width: 100%;
    top: 0;
    opacity: 0.7;
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(180,203,194,0.5) 0%, transparent 60%);
}

.meet-us .fast-learning {
    position: relative;
}

.meet-us .fast-learning::before {
    top: -25px;
    width: 50px;
    height: 50px;
    content: "";
    z-index: 0;
    left: -25px;
    border: 2px solid rgb(180,203,194,0.5);
    border-radius: 50%;
    animation: float 6s infinite alternate ease-in-out;
    position: absolute;
}

.meet-us .why-choose::before {
    top: -60px;
    left: -10%;
    transition: opacity 0.3s;
    content: "";
    width: 120%;
    position: absolute;
    transform: rotate(-3deg);
    background: linear-gradient(90deg, rgb(180,203,194,0.5) 0%, transparent 100%);
    opacity: 0.1;
    height: 120px;
}

.meet-us h4::after {
    position: absolute;
    width: 40px;
    bottom: -8px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    background: rgb(180,203,194);
    content: "";
    height: 3px;
    animation: expandLine 0.5s forwards 1.2s ease-out;
}

header::after {
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
    width: 5px;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(180,203,194), rgb(120,176,157));
    top: 0;
}

header .header-lesson {
    border-radius: 10px;
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem;
    display: flex;
    background: rgba(255, 255, 255, 0.4);
}

header .main-mainwrap::before {
    background: linear-gradient(135deg, rgb(180,203,194,0.5), rgb(120,176,157,0.5));
    opacity: 0.5;
    border-radius: calc(10px + 2px);
    z-index: -1;
    bottom: -2px;
    top: -2px;
    position: absolute;
    right: -2px;
    left: -2px;
    content: '';
}

header .nav-sitebar:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}


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



@media (max-width: 768px) {.customer-comments {
    padding: 4rem 0;
}.customer-comments h2 {
    transform: translateX(1.25rem);
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.8);
}.customer-comments h2::before {
    left: -1.25rem;
}.customer-comments .edu-stories {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.5rem;
}.customer-comments .opinion-sharing {
    padding: 2rem 1.5rem;
}.customer-comments a {
    margin-top: 2rem;
    padding: 0.875rem 2rem;
    transform: translateX(1.25rem);
}.customer-comments a:hover {
    transform: translateX(1.25rem) translateY(-3px);
}
}



@media screen and (max-width: 1100px) {.contact-sectionlZg .help-request {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.contact-sectionlZg .image-show-item {
    height: 500px;
}.contact-sectionlZg .inquiry-inquiry {
    padding: 40px;
}
}



@media screen and (max-width: 767px) {.contact-sectionlZg {
    padding: 60px 0;
}.contact-sectionlZg h2 {
    margin-bottom: 40px;
}.contact-sectionlZg .image-show-item {
    height: 350px;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .top-bar {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .free-trial {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .ssl-info {
    padding: 60px 0 20px;
}footer .get-help {
    margin-bottom: 40px;
    padding: 15px;
    transform: translateY(-20px);
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .nav-begin {
    padding: 0 20px;
}footer .nav-begin::after {
    right: 20px;
    left: 20px;
}footer .main-mainwrap h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .top-bar a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .free-trial {
    padding: 12px 15px;
}}



@media (min-width: 1024px) {.appSpotlight .learn-classes {
    gap: 4rem;
    padding: 5rem;
}.appSpotlight h5 {
    font-size: calc(24px * 1.3);
}.appSpotlight::after {
    width: 50%;
    right: -10%;
}
}



@media (max-width: 480px) {.appSpotlight {
    padding: 3rem 0;
}.appSpotlight .learn-classes {
    padding: 2rem 1.5rem;
}.appSpotlight h5 {
    font-size: calc(24px * 0.9);
}.appSpotlight p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 768px) {.course-features .coding-expert {
    padding: 2.5rem;
}.course-features .learn-classes {
    max-width: 90%;
}.course-features .coding-expert h3 {
    margin-bottom: 1.2rem;
    font-size: calc(34px * 0.8);
}.course-features .coding-expert p {
    margin-bottom: 2rem;
    font-size: calc(15px * 0.95);
}.course-features .coding-expert .help-widget {
    padding: 0.85rem 2rem;
}
}



@media (max-width: 768px) {.pricing-row {
    padding: 60px 0;
}.pricing-row h2 {
    font-size: calc(34px * 0.9);
}.pricing-row .study-price {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 12px;
}.pricing-row .payment-plan {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing-row .study-cost {
    max-height: none;
}.pricing-row .study-cost p {
    font-size: calc(12px * 0.95);
    margin-bottom: 25px;
}
}



@media (min-width: 1200px) {.meet-us h1 {
    margin-left: 6rem;
    font-size: calc(44px * 1.2);
}.meet-us .why-choose {
    padding: 3.5rem;
}.meet-us .why-choose div {
    max-height: 450px;
}}



@media (max-width: 767px) {header::after {
    width: 3px;
}header .head-pagewrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.8rem 2%;
    gap: 0.7rem;
    margin-left: 3px;
}header .header-lesson {
    padding: 0.4rem;
}header .header-lesson svg {
    width: 120px;
}header .main-mainwrap {
    justify-content: flex-start;
    width: 98%;
    padding: 0.4rem;
    overflow-x: auto;
}header .main-mainwrap::-webkit-scrollbar {
    height: 2px;
}header .main-mainwrap::-webkit-scrollbar-thumb {
    background: rgb(180,203,194);
    border-radius: 10px;
}header .nav-sitebar {
    padding: 0.3rem 0.5rem;
    white-space: nowrap;
    font-size: calc(18px - 1px);
}
}

@keyframes waveMotion {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

@keyframes rotateGradient {
    0% {
        transform: scale(0.95) rotate(0deg);
    }
    100% {
        transform: scale(0.95) rotate(360deg);
    }
}



@keyframes slideInTitle {
    from {
        transform: translateX(-1rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes fadeUpIn {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scaleWidth {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

