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

header,footer {
    width: 100%;
}

header {
    position: relative;
    z-index: 100;
    background: linear-gradient(to right, #ffffff, rgb(227,232,230));
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    width: 100%;
}


.customer-comments {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,232,230) 0%, rgb(120,176,157,0.5) 100%);
    padding: 7rem 0;
    position: relative;
}

.customer-comments .container {
    position: relative;
    z-index: 2;
}

.customer-comments h2 {
    font-size: 34px;
    transform: translateX(2rem);
    margin-bottom: 3.5rem;
    max-width: 80%;
    color: #000000;
    position: relative;
    font-weight: 700;
}

.customer-comments h2:hover::after {
    transform: scaleX(1.2);
}

.customer-comments .edu-stories {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 2.5rem;
    display: grid;
    padding: 0;
    perspective: 1000px;
}

.customer-comments .opinion-sharing:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px) rotateX(2deg);
}

.customer-comments .opinion-sharing:hover::before {
    transform: scaleX(1);
    opacity: 1;
}

.customer-comments .opinion-sharing > div::after {
    z-index: -1;
    font-family: serif;
    color: rgb(180,203,194,0.5);
    font-size: 8rem;
    content: "";
    right: -1rem;
    top: -2.5rem;
    position: absolute;
    line-height: 1;
    opacity: 0.15;
}

.customer-comments .opinion-sharing h4::after {
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    width: 2.5rem;
    left: 0;
    background: rgb(120,176,157,0.5);
    content: "";
    bottom: -0.5rem;
}

.customer-comments .opinion-sharing:hover .description::before {
    transform: scale(2);
}

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

.customer-comments a:hover::before {
    opacity: 1;
}

.cookie-eductrl {
    align-items: center;
    flex-direction: column;
    display: flex;
    padding: 20px;
}

.data-approve svg, .data-approve svg path, .data-approve img {
    height: 60px;
    fill: rgb(180,203,194);
    width: 60px;
}

.cookie-warning-dialog p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}

.cookie_button.track-prefs {
    background: rgb(120,176,157);
}

.cookie-warning-dialog p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(180,203,194);
}

#cookie-popup-board:checked ~ .cookie-warning-dialog {
    visibility: hidden;
    opacity: 0;
}

.contact-sectionlZg::before {
    content: "";
    opacity: 0.05;
    height: 100%;
    top: 0;
    position: absolute;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(180,203,194,0.5),
        rgb(180,203,194,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    width: 50%;
    right: 0;
}

.contact-sectionlZg .image-show-item {
    border-radius: 10px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
    height: 550px;
}

.contact-sectionlZg form h3 {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600;
}

.contact-sectionlZg form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.contact-sectionlZg .help-support input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-sectionlZg .help-support input[type="checkbox"]:checked + label::before {
    background: rgb(180,203,194);
}

.contact-sectionlZg .help-support input[type="checkbox"]:checked + label::after {
    content: "";
    height: 10px;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    left: 8px;
    position: absolute;
    border-right: 2px solid #ffffff;
    top: 6px;
}

.contact-sectionlZg form .help-widget:hover::after {
    right: auto;
    width: 100%;
    left: 0;
}

.contact-sectionlZg form .help-widget span {
    z-index: 1;
    position: relative;
}

.contact-sectionlZg svg path {
    fill: rgb(180,203,194);
    transition: fill 0.3s ease;
}

footer .get-help {
    background-color: #ffffff;
    padding: 25px;
    justify-content: space-between;
    margin-bottom: 60px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 30px;
    z-index: 2;
    position: relative;
    transform: translateY(-30px);
    flex-wrap: wrap;
}

footer .info_item::before {
    content: "";
    left: 0;
    opacity: 0;
    border-radius: 3px 0 0 3px;
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    background-color: rgb(180,203,194);
    height: 100%;
    width: 3px;
}

footer .info_item a:hover {
    color: rgb(180,203,194);
}

footer .text_main_holder::before {
    width: 100%;
    left: 0;
    border-radius: 30px;
    content: "";
    z-index: -1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: absolute;
    height: calc(100% + 80px);
    top: -40px;
    background-color: #ffffff;
}

footer .main-mainwrap {
    padding: 30px;
    background-color: rgb(227,232,230);
    position: relative;
    border-radius: 30px;
    margin-right: 20px;
    z-index: 1;
    margin-left: 20px;
    margin-top: -10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

footer .top-bar a::after {
    left: 0;
    height: 2px;
    position: absolute;
    width: 0;
    bottom: 5px;
    background-color: rgb(180,203,194);
    content: "";
    transition: width 0.3s ease;
}

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

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

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

footer .free-trial:hover {
    background-color: rgb(120,176,157);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .debate-club {
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    font-size: 15px;
    padding: 8px 20px;
    background-color: #ffffff;
    color: #000000;
}

.stay-updated .support-links {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    background: #ffffff;
    padding: 3.5rem 3rem;
    border-radius: 30px;
}

.stay-updated .support-links::after {
    bottom: -60px;
    left: -60px;
    animation: moveBlob2 15s infinite alternate ease-in-out;
    content: "";
    background: rgb(120,176,157);
    opacity: 0.2;
    position: absolute;
    height: 180px;
    border-radius: 50%;
    width: 180px;
}

.stay-updated input[type="email"] {
    font-family: Arial, sans-serif;
    background: rgb(227,232,230);
    color: #000000;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    border: none;
    border-radius: 50px;
    font-size: 17px;
}

.stay-updated input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.stay-updated input[type="submit"]:hover::before {
    animation: rotateGradient 2s infinite linear;
    opacity: 1;
}



.stay-updated .input_holder::before {
    border-radius: 50%;
    background: rgb(180,203,194,0.5);
    animation: floatBubble 6s infinite alternate ease-in-out;
    width: 20px;
    opacity: 0.3;
    top: 15%;
    right: 5%;
    position: absolute;
    height: 20px;
    content: "";
}

.appSpotlight::before {
    position: absolute;
    content: "";
    opacity: 0.6;
    background-image: 
        linear-gradient(90deg, rgba(rgb(180,203,194,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(180,203,194,0.5), 0.05) 1px, transparent 1px);
    z-index: -1;
    transform: perspective(1000px) rotateX(5deg);
    top: 0;
    width: 100%;
    left: 0;
    background-size: 20px 20px;
    height: 100%;
}

.appSpotlight .learn-classes:hover {
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(180,203,194,0.5), 0.12);
    transform: translateY(-5px);
}

.appSpotlight .learn-classes:hover::before {
    transform: scaleY(1);
}

.appSpotlight h5::after {
    background: rgb(180,203,194);
    bottom: 0;
    position: absolute;
    content: "";
    transition: width 0.6s ease, transform 0.6s ease;
    width: 4rem;
    left: 0;
    height: 3px;
    transform: translateX(0);
}

.appSpotlight a::before {
    transform: scaleX(0);
    content: "";
    position: absolute;
    transform-origin: right;
    background: rgba(rgb(180,203,194,0.5), 0.3);
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
}

.title-screen::after {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(180,203,194,0.5) 0,
        rgb(180,203,194,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    animation: patternMove 120s linear infinite;
    pointer-events: none;
    content: "";
    top: -50%;
    left: -50%;
    height: 200%;
    width: 200%;
    opacity: 0.05;
}

.title-screen h1::after {
    left: 0;
    background: linear-gradient(90deg, rgb(180,203,194), rgb(120,176,157));
    animation: scaleWidth 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    transform: scaleX(0);
    transform-origin: left;
    bottom: -1rem;
    position: absolute;
    content: "";
    height: 0.3rem;
    width: 8rem;
}

.title-screen h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}

.title-screen .study-tools::before {
    height: 0.3rem;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(180,203,194), rgb(120,176,157));
    position: absolute;
}

.title-screen svg {
    margin: 1rem auto 2.5rem;
    display: block;
    height: 120px;
    transform-origin: center;
    width: 120px;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 10px 15px rgba(94, 170, 168, 0.2));
}

.title-screen svg {
    height: 100px;
    width: 100px;
    margin: 0.5rem auto 2rem;
}

.title-screen .help-widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(94, 170, 168, 0.4);
}

.title-screen .help-widget:hover::before {
    opacity: 1;
}

.title-screen .help-widget:active {
    transform: translateY(-2px);
}

.title-screen .image-show-item::after {
    position: absolute;
    background: linear-gradient(
        to bottom right,
        rgba(var(--primary-color-rgb), 0.2),
        rgba(var(--secondary-color-rgb), 0.2)
    );
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    mix-blend-mode: overlay;
}

.teaching-experience::before {
    height: 100%;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(120,176,157,0.5) 0,
        rgb(120,176,157,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    content: "";
    left: 0;
    opacity: 0.3;
    width: 100%;
    z-index: 1;
}

.teaching-experience .image-show-item::after {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(180,203,194,0.5) 100%);
    height: 100%;
    left: 0;
    border-radius: 22px 22px 0 0;
    width: 100%;
    top: 0;
}

.teaching-experience .work-wrap::after {
    background: rgb(120,176,157,0.5);
    right: 20px;
    border-radius: 20% 40% 50% 30%;
    height: 60px;
    filter: blur(15px);
    content: "";
    animation: float-blob 10s infinite alternate;
    position: absolute;
    opacity: 0.2;
    width: 60px;
    bottom: 20px;
}

.teaching-experience .work-wrap > div:nth-child(2)::after {
    transition: width 0.4s ease;
    width: 40px;
    bottom: 0;
    left: 0;
    background: rgb(120,176,157,0.5);
    position: absolute;
    height: 3px;
    content: "";
}

.teaching-experience .opinion-sharing:hover .work-explore {
    transform: translateY(0);
    opacity: 1;
}

.course-features .training-flow {
    z-index: 1;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.course-features .training-flow:hover .training-plan {
    animation-play-state: paused;
}

.course-features .skill-route img {
    transform: scale(1.05);
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease-out;
    filter: brightness(0.85) contrast(1.1);
    width: 100%;
}

.course-features .container {
    z-index: 2;
    height: 100%;
    display: flex;
    position: relative;
    margin: auto;
    justify-content: center;
    padding: 2rem;
    align-items: center;
}

.course-features .learn-classes {
    width: 100%;
    position: relative;
    max-width: 800px;
}

.course-features .coding-expert {
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(10px);
    border-radius: 22px;
    padding: 4rem;
}

.course-features .coding-expert {
    padding: 2rem 1.5rem;
}

.course-features .coding-expert h3 {
    font-size: 34px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.course-features .coding-expert h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1rem;
}

.course-features .coding-expert p {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.8;
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 2.5rem;
}

.course-features .coding-expert p {
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-size: calc(15px * 0.9);
}

.course-features .coding-expert .help-widget::after {
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    width: 200%;
    transform: scale(0);
    position: absolute;
    content: "";
    left: -50%;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    top: -50%;
}

.course-features::after {
    width: 100%;
    content: "";
    opacity: 0.8;
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
}

.pricing-row::before {
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    position: absolute;
    top: 0;
    content: "";
}

.pricing-row h2::after {
    bottom: -12px;
    width: 80px;
    left: 50%;
    height: 3px;
    background: rgb(180,203,194);
    content: "";
    position: absolute;
    border-radius: 1px;
    transform: translateX(-50%);
}

.pricing-row .payment-plan {
    display: grid;
    width: 100%;
    list-style: none;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
}

.pricing-row .study-cost:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px) scale(1.02);
}

.pricing-row .study-cost:hover::before {
    transform: translateY(0);
}

.pricing-row .pricing-fees {
    height: 100%;
    flex-direction: column;
    display: flex;
}

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

.pricing-row .study-cost h4::after {
    left: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 0.4s ease, background-color 0.4s ease;
    content: "";
    width: 40px;
}

.pricing-row .lesson-fees::before {
    content: "";
    width: 25px;
    position: absolute;
    background-color: rgb(180,203,194);
    height: 2px;
    opacity: 0.6;
    transition: width 0.4s ease, opacity 0.3s ease;
    top: 0;
    left: 0;
}

.secure-enclosure {
    position: relative;
    line-height: 1.8;
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    padding: 60px;
    background-color: rgb(227,232,230);
    font-family: Arial, sans-serif;
    color: #000000;
}

.secure-enclosure h1 {
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(180,203,194);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    font-size: 46px;
    color: rgb(180,203,194);
    grid-column: span 2;
    font-weight: 700;
}

.secure-enclosure h6 {
    font-size: 18px;
}

.secure-enclosure ul,
.secure-enclosure ol {
    z-index: 1;
    padding-left: 20px;
    position: relative;
    margin-top: 15px;
}

.secure-enclosure span {
    color: rgb(180,203,194);
    font-weight: 600;
}

.secure-enclosure section {
    padding-top: 25px;
    margin: 50px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
}

.meet-us::after {
    content: "";
    z-index: 0;
    width: 200px;
    height: 200px;
    border: 1px solid rgb(120,176,157,0.5);
    animation: rotate 30s infinite linear;
    position: absolute;
    right: -100px;
    top: -100px;
    border-radius: 50%;
}

.meet-us h1::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(180,203,194) 0%, transparent 100%);
    transform-origin: left;
    height: 4px;
    left: 0;
    width: 60%;
    content: "";
    transform: scaleX(0);
    bottom: -10px;
    animation: expandLine 1s forwards 0.8s ease-out;
}

.meet-us .why-choose {
    overflow: hidden;
    animation: fadeUp 1s forwards 0.4s ease-out;
    border-radius: 8px;
    transform: translateY(30px);
    background: #ffffff;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 2.5rem;
    transition: transform 0.4s, box-shadow 0.4s;
}

.meet-us h4 {
    position: relative;
    display: inline-block;
    font-size: calc(23px * 1.1);
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #000000;
    margin-top: 0;
}

header::before {
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    content: '';
    top: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
}

header .header-lesson:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

header .main-mainwrap {
    border-radius: 10px;
    gap: 0.4rem;
    display: flex;
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    align-items: center;
    padding: 0.4rem 0.6rem;
}

header .nav-sitebar::before {
    top: 0;
    background: linear-gradient(45deg, rgb(180,203,194,0.5), rgb(120,176,157,0.5));
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    content: '';
    left: 0;
}



::-webkit-scrollbar {
    height: 6px;
}

::-webkit-scrollbar-track {
    border: 1px solid rgb(180,203,194);
    background: linear-gradient(157deg, #ffffff 88%, rgb(255, 255, 255, 0.5) 54%, rgb(120,176,157) 99%, rgb(120,176,157,0.5) 86%, rgb(180,203,194) 43%, rgb(180,203,194,0.5) 45%, rgb(227,232,230) 16%);
    box-shadow: inset 3px 2px 12px 7px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 2%;
}

.meet-us .why-choose div::-webkit-scrollbar {
    width: 4px;
}

.meet-us .why-choose div::-webkit-scrollbar-track {
    background: #ffffff;
}

.meet-us .why-choose div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(180,203,194,0.5);
}

.meet-us .why-choose:nth-child(2) div::-webkit-scrollbar-thumb {
    background: rgb(120,176,157,0.5);
}



@media screen and (max-width: 991px) {.contact-sectionlZg {
    padding: 80px 0;
}.contact-sectionlZg .help-request {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact-sectionlZg .image-show-item {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.contact-sectionlZg .inquiry-inquiry {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media (min-width: 992px) {footer .main-mainwrap {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}



@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}



@media (max-width: 767px) {footer .ssl-info {
    padding: 80px 0 30px;
}footer .get-help {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .main-mainwrap, footer .subscribe_holder {
    padding: 25px 20px;
    margin-right: 10px;
    margin-left: 10px;
}footer .policy-links {
    margin-top: 40px;
}
}



@media (max-width: 480px) {.stay-updated {
    padding: 3rem 1rem;
}.stay-updated .support-links {
    padding: 2rem 1.5rem;
}.stay-updated h3 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 0.8);
}.stay-updated input[type="email"] {
    padding: 1rem;
}.stay-updated input[type="submit"] {
    min-width: 100%;
    padding: 0.8rem 1.5rem;
}}



@media (max-width: 767px) {.appSpotlight {
    padding: 4rem 0;
}.appSpotlight .learn-classes {
    padding: 2.5rem;
}.appSpotlight h5 {
    font-size: 24px;
}.appSpotlight::before {
    background-size: 15px 15px;
}.appSpotlight::after {
    opacity: 0.1;
}
}



@media (max-width: 768px) {.teaching-experience .image-show-item {
    height: 250px;
    width: 100%;
}}



@media (max-width: 992px) {.course-features .coding-expert {
    padding: 3rem;
}.course-features .learn-classes {
    max-width: 700px;
}.course-features .coding-expert h3 {
    font-size: calc(34px * 0.9);
}.course-features .coding-expert p {
    max-width: 95%;
}
}



@media (max-width: 992px) {.pricing-row h2 {
    font-size: 34px;
}.pricing-row .rate-panel {
    padding: 30px 25px;
}.pricing-row .study-cost h4 {
    font-size: 18px;
}
}



@media (max-width: 480px) {.pricing-row {
    padding: 50px 0;
}.pricing-row h2 {
    font-size: calc(34px * 0.85);
}.pricing-row .study-price {
    font-size: calc(12px * 0.95);
}.pricing-row .rate-panel {
    padding: 25px 20px;
}.pricing-row .study-cost h4 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.95);
}.pricing-row .lesson-fees {
    font-size: 18px;
}}



@media (min-width: 992px) {.meet-us {
    padding: 8rem 0;
}.meet-us::before {
    animation: pulse 20s infinite alternate ease-in-out;
}.meet-us ul {
    gap: 4rem;
}.meet-us .why-choose {
    transform: translateY(30px) rotate(-1deg);
}.meet-us .why-choose:nth-child(2) {
    transform: translateY(30px) rotate(1deg);
}.meet-us .why-choose:hover {
    transform: translateY(-5px) scale(1.02) rotate(0);
}.meet-us .why-choose:nth-child(2):hover {
    transform: translateY(-5px) scale(1.02) rotate(0);
}.meet-us .why-choose div {
    max-height: 400px;
}.meet-us h1 {
    margin-left: 4rem;
}
}

@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }



@keyframes floatBlur {
    0% {
        transform: translate(0, 0) rotate(-15deg);
    }
    100% {
        transform: translate(5%, 5%) rotate(5deg);
    }
}

@keyframes moveBlob1 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 60% 40% 70% 30% / 40% 50% 50% 60%;
        transform: translate(20px, 10px) scale(1.2);
    }
    66% {
        border-radius: 30% 70% 40% 60% / 60% 30% 70% 40%;
        transform: translate(-10px, 20px) scale(0.8);
    }
}



@keyframes floatBubble {
    0%, 100% {
        transform: translate(0, 0);
    }
    33% {
        transform: translate(10px, -10px);
    }
    66% {
        transform: translate(-10px, 10px);
    }
}



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



@keyframes patternMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}



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



@keyframes gradient-shift {
    0% {
        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%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        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%
        );
    }
}



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

