.lp-section {
    padding: 10px 0px 0px;
}

.lp-container {
    max-width: 1200px;
    margin: 0 auto;
}

.lp-header {
    text-align: center;
    margin-bottom: 50px;
}

.lp-main-title {
    font-family: 'SatoshiBlack';
    font-size: 28px;
    margin-bottom: 14px;
    color: #101114;
}

.lp-main-para {
    font-family: 'SatoshiRegular';
    font-size: 15px;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto;
    color: rgba(16, 17, 20, 0.65);
}

.lp-card {
    background: unset;
    border-radius: 30px;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 26px;
    border: unset;
    overflow: hidden;
}

.lp-content {
    padding: 0 0 10px;
    text-align: center;
}

.lp-eyebrow {
    font-size: 16px;
    letter-spacing: 0px;
    color: unset;
    display: inline-block;
    margin-bottom: 14px;
    font-family: 'SatoshiMedium';
}

.lp-title {
    font-family: 'SatoshiBlack';
    font-size: 24px;
    margin-bottom: 12px;
    color: #101114;
}

.lp-description {
    font-family: 'SatoshiRegular';
    font-size: 18px;
    line-height: 1.6;
    color: rgba(16, 17, 20, 0.85);
    text-align: center;
    max-width: unset;
    /* margin-bottom: 40px; */
}

.lp-descriptions {
    font-family: 'SatoshiRegular';
    font-size: 18px;
    line-height: 1.6;
    color: rgba(16, 17, 20, 0.85);
    /* text-align: center; */
    max-width: unset;
    margin-bottom: 45px;
    max-width: 460px;
}

.lp-description-small {
    font-family: 'SatoshiRegular';
    font-size: 18px;
    line-height: 1.6;
    color: rgba(16, 17, 20, 0.85);
}

.lp-image {
    position: relative;
}

.lp-image img {
    width: 100%;
    display: block;
    border-radius: 22px;
    height: 85%;
}

.lp-logos {
    /* position: absolute;
    left: 14px;
    right: 14px;
    bottom: 15%;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 12px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; */

    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 15%;
    z-index: 5;

    padding: 12px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);

    overflow: hidden;
    /* ✅ must */
}

.lp-logos-set img {
    height: 20px;
    width: auto;
    object-fit: contain;
    flex: 0 0 auto;
    max-width: none;
}

.lp-main-content {
    margin-bottom: 42px;
    display: flex;
    align-items: center;
    gap: 22px;
    flex-direction: row;
    justify-content: center;
}

.learn-pract {
    display: flex;
    gap: 30px;
}

.tea-logo {
    width: 300px;
}

/* ✅ move exactly one-set width (set by JS) */
@keyframes lpMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-1 * var(--lp-move, 300px)));
    }
}

.lp-logos-fade {
    -webkit-mask-image: linear-gradient(to right,
            transparent 0%,
            #000 10%,
            #000 90%,
            transparent 100%);

    mask-image: linear-gradient(to right,
            transparent 0%,
            #000 10%,
            #000 90%,
            transparent 100%);
}

.lp-logos-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: lpMarquee 30s linear infinite;
}

.lp-logos-group {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 30px;
    /* small spacing between end & start */
}

.lp-logos-set {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 30px;
    /* -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0)); */
    /* small spacing between sets */
}

.marquee {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.marquee-track {
    display: flex;
    gap: 47px;
}

/* .marquee:hover .marquee-track {
    animation-play-state: paused;
} */

.logos {
    width: 90px;
    height: 90px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos img {
    width: 42px;
    height: auto;
    /* filter: grayscale(100%) brightness(0.9); */
    filter: grayscale(100%) brightness(1.6) contrast(0.6);
}

.lp-new-main {
    width: 205px;
    border-radius: 10px;
    box-shadow: 0 9px 7px rgba(0, 0, 0, 0.03);
}

.lp-new-main-right p {
    font-size: 24px;
    font-family: SatoshiRegular;
    margin-bottom: 2px;
}

.lp-new-main-right .lp-new-main-para {
    font-size: 14px;
    margin-top: 0px;
    color: #acacac;
}

/* .disktop {
    display: none;
}

.mobile {
    display: block;
    text-align: center;
    margin-bottom: 40px;
} */

.lp-new-main-right {
    text-align: left;
}

.mobile .student-images img {
    width: 32px;
    height: 32px;
}

.lp-new-main,
.lp-new-main-right {
    display: none;
}

@keyframes lpMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* @keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
} */

@media (min-width: 768px) {

    .lp-main-title {
        font-size: 36px;
    }

    .lp-main-para {
        font-size: 17px;
    }

    .lp-card {
        position: relative;
        flex-direction: row;
        padding: 0px;
        gap: 40px;
    }

    .lp-content {
        flex: 1;
        padding-bottom: 70px;
        text-align: unset;
    }

    .lp-image {
        flex: 1;
        position: static;
    }

    .lp-logos {
        position: absolute;
        left: 34px;
        right: 34px;
    }

    .lp-title {
        font-size: 28px;
    }

    .lp-description {
        /* font-size: 18px; */
        max-width: 460px;
        text-align: unset;
        margin-bottom: 45px;
    }

    .lp-logos img {
        height: 26px;
        max-width: 120px;
    }

    .lp-container {
        max-width: 680px;
    }

    .lp-section {
        padding: 40px 0px 0;
    }

    .lp-main-content {
        justify-content: unset;
        gap: 30px;
        margin-bottom: 30px;
    }

    /* .disktop {
        display: block;
    }

    .mobile {
        display: none;
    } */

    .lp-new-main {
        width: 300px;
    }

    .logos img {
        width: 60px;
    }

    .lp-new-main-right p {
        font-size: 33px;
    }

    .lp-new-main-right .lp-new-main-para {
        font-size: 18px;

    }

    .lp-new-main,
    .lp-new-main-right {
        display: block;
    }

    .marquee {
        margin-top: 0px;
    }
}

@media (min-width: 1000px) {
    .lp-container {
        max-width: 1024px;
    }
}

@media (min-width: 1200px) {

    .lp-main-title {
        font-size: 42px;
    }

    .lp-card {
        padding: 7px;
        border-radius: 34px;
    }

    .lp-title {
        font-size: 32px;
    }

    /* .lp-description {
        font-size: 18px;
    } */

    .lp-logos {
        left: 44px;
        right: 44px;
        padding: 18px 28px;
    }

    .lp-logos img {
        height: 30px;
        max-width: 150px;
    }
}

@media (min-width:1400px) {
    .lp-container {
        max-width: 1260px;
    }

    .lp-title {
        font-size: 40px;
    }
}