.tiktok-edu {
    flex: 0 0 auto;
}

.tiktok-edu {
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 100px 0 30px;
    position: relative;
    background-color: rgb(199,221,204);
}

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

a {
    text-decoration: none;
    color: inherit;
}


.appField {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,221,204), rgb(199,221,204) 60%, rgba(rgb(165,190,175,0.5), 0.1));
    padding: 5rem 0;
}

.appField::after {
    z-index: 0;
    height: 40%;
    background: linear-gradient(210deg, rgba(rgb(165,190,175,0.5), 0.09), transparent);
    position: absolute;
    width: 50%;
    bottom: -10%;
    transform: rotate(10deg) skewX(-10deg);
    content: "";
    left: -5%;
}

.appField .knowledge-experts > div:first-child {
    position: relative;
    transform: translateX(-1rem);
}

.appField .knowledge-experts > div:first-child::before {
    background: linear-gradient(to bottom, rgb(165,190,175), rgb(132,162,146));
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -2rem;
    content: "";
    width: 4px;
    height: 60%;
}

.appField h5::after {
    background: linear-gradient(90deg, rgb(132,162,146), transparent);
    bottom: -0.5rem;
    position: absolute;
    content: "";
    height: 3px;
    width: 40%;
    left: 0;
}

.appField a:hover {
    transform: translateX(5px);
}

.appField a:hover::before {
    transform: scaleX(1) translateX(0);
    opacity: 1;
}

.appField p {
    transition: color 0.3s ease;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
}

.stay-updated::before {
    background: linear-gradient(45deg, transparent 45%, rgb(132,162,146,0.5) 45%, rgb(132,162,146,0.5) 55%, transparent 55%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    transform: scale(1.5);
    z-index: 1;
}

.stay-updated .reach-widget::before {
    content: "";
    background: rgb(165,190,175);
    bottom: -10px;
    height: 10px;
    width: 60%;
    transform: skewX(15deg);
    position: absolute;
    left: -10px;
}

.stay-updated .input_holder {
    flex-direction: column;
    display: flex;
    transform: skewX(10deg);
    gap: 1.2rem;
}

.stay-updated input[type="email"]:focus {
    border-color: rgb(165,190,175);
    transform: translateX(0);
    box-shadow: 0 0 10px rgb(165,190,175,0.5);
    outline: none;
}

.stay-updated input[type="submit"]:hover {
    background: linear-gradient(90deg, rgb(132,162,146) 0%, rgb(165,190,175) 100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

header:after {
    width: 100%;
    pointer-events: none;
    opacity: 0.02;
    top: 0;
    content: '';
    mix-blend-mode: overlay;
    left: 0;
    height: 100%;
    position: absolute;
}

header .container {
    padding: 18px 25px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

header .header-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}

header .header-nav:before {
    background: rgb(165,190,175);
    top: 50%;
    opacity: 0.3;
    left: -10px;
    height: 20px;
    transform: translateY(-50%);
    width: 20px;
    border-radius: 50%;
    content: '';
    animation: breathe 5s infinite alternate;
    filter: blur(15px);
    position: absolute;
}

header .nav-sitebar:before {
    animation: menuGlow 10s infinite ease-in-out;
    left: -5%;
    opacity: 0.15;
    transform: translateX(-100%);
    height: 110%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(165,190,175,0.5), 
        transparent
    );
    width: 110%;
    content: '';
    position: absolute;
    filter: blur(5px);
    top: -5%;
}

header .top-pro:hover {
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(165,190,175);
    transform: translateY(-2px);
    color: #ffffff;
}

header .top-pro:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(165,190,175),
        0 0 10px rgb(165,190,175);
}

header .main-skill:before {
    position: absolute;
    transition: opacity 0.5s ease;
    transform: translate(-50%, -50%);
    height: 150%;
    left: 50%;
    background: radial-gradient(circle, 
        rgb(165,190,175,0.5) 0%, 
        transparent 70%
    );
    content: '';
    width: 150%;
    opacity: 0;
    top: 50%;
}

header .main-skill:hover svg {
    filter: drop-shadow(0 0 5px rgb(165,190,175));
    transform: scale(1.05);
}

.about-this {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.about-this .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}

.about-this .text-block {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    margin-left: auto;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 50px;
    border-left: 4px solid rgb(132,162,146);
    max-width: 800px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-out;
}

.about-this .text-block:hover h5::after {
    transform: scaleX(1);
}

.about-this p b::before {
    left: 0;
    background: rgb(132,162,146,0.5);
    height: 10px;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    transform: skewX(-15deg) translateY(5px);
    transition: all 0.3s ease;
    bottom: 0;
}

.about-this ol li::before {
    color: rgb(132,162,146);
    font-weight: 700;
    left: -35px;
    opacity: 0.7;
    position: absolute;
    top: 0;
}

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

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

footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}

footer .nav-study::after {
    background: linear-gradient(90deg, rgb(165,190,175), transparent);
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -15px;
    height: 1px;
    content: "";
}

footer .nav-sitebar {
    margin-left: 20px;
    border-radius: 11px;
    margin-top: -10px;
    background-color: rgb(199,221,204);
    margin-right: 20px;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 30px;
}

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

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

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

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

footer .signup-block:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(132,162,146);
    transform: translateY(-3px);
}

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

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

.education-framework .knowledge-experts {
    perspective: 1000px;
    align-items: center;
    transform-style: preserve-3d;
    position: relative;
    justify-content: center;
    display: flex;
}

.education-framework .knowledge-experts > div::after {
    background: #ffffff;
    opacity: 0.7;
    bottom: -10px;
    content: "";
    height: 10px;
    width: 90%;
    z-index: -1;
    filter: blur(10px);
    left: 5%;
    position: absolute;
}

.education-framework h3 {
    font-size: 36px;
    color: #000000;
    display: inline-block;
    margin-bottom: 25px;
    transform: translateY(0);
    animation: fadeSlideUp 0.8s ease-out forwards;
    position: relative;
    font-weight: 700;
    transition: transform 0.5s ease-out;
}

.education-framework p span {
    position: relative;
    display: block;
}

.education-framework .knowledge-experts:hover h3 {
    transform: translateY(-3px);
    color: rgb(165,190,175);
}

.connect-with-us {
    position: relative;
    padding: 80px 0;
}

.connect-with-us .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}

.connect-with-us .reach-widget::before {
    top: -150px;
    z-index: 0;
    width: 300px;
    height: 300px;
    background: rgb(165,190,175,0.5);
    border-radius: 50%;
    position: absolute;
    left: -150px;
    content: "";
}

.connect-with-us .support-links h3::after {
    bottom: -15px;
    width: 60px;
    height: 4px;
    left: 0;
    content: "";
    position: absolute;
    background-color: rgb(132,162,146);
}

.connect-with-us .support-links div svg {
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    margin-right: 15px;
}

.connect-with-us .support-links div:hover svg path {
    fill: rgb(132,162,146);
}

.connect-with-us .support-links div span a:hover {
    color: rgb(165,190,175);
}

.connect-with-us .query-panel h3 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 23px;
    font-weight: 600;
}

.connect-with-us form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.connect-with-us .reach-info {
    margin-bottom: 25px;
    position: relative;
}

.connect-with-us .reach-info label {
    display: block;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    line-height: 1.6;
    color: #000000;
}

.connect-with-us .reach-info input[type="checkbox"]:checked + label::after {
    position: absolute;
    height: 12px;
    left: 7px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    width: 6px;
    top: 3px;
    transform: rotate(45deg);
    content: "";
}

.connect-with-us .support-links div:nth-child(2) {
    --n: 0;
}

.connect-with-us .support-links div:nth-child(3) {
    --n: 1;
}

.connect-with-us .support-links div:nth-child(5) {
    --n: 3;
}

.training-specialist::before {
    opacity: 0.2;
    top: 0;
    background-image: linear-gradient(rgb(165,190,175,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(165,190,175,0.5) 1px, transparent 1px);
    animation: grid-shift 30s linear infinite;
    left: 0;
    background-size: 20px 20px;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
}

.training-specialist .experiencep-wrap {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 2rem 2rem 2rem 4rem;
    flex-direction: column;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    background: #ffffff;
    display: flex;
    z-index: 3;
    justify-content: center;
    margin-left: -10%;
}

.training-specialist .reviews-hub:hover .name {
    opacity: 1;
    transform: translateX(0);
}

.training-specialist .reviews-hub:hover .experiencep-wrap > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}

.training-specialist .employee-history::first-letter {
    font-weight: 700;
    font-size: 1.6em;
    color: rgb(165,190,175);
}

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

.cookie-show:hover svg {
    transform: scale(1.1);
}

.edu-settings {
    margin-left: 10px;
    min-width: 140px;
    line-height: 40px;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(90deg, rgb(165,190,175), rgb(132,162,146));
    text-align: center;
    color: #000000;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 29px;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(165,190,175);
    cursor: pointer;
}

.program-structure h2 {
    padding-left: 20px;
    position: relative;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg) rotateY(-2deg);
    font-size: 35px;
    margin-bottom: 50px;
    max-width: 800px;
    color: #000000;
}

.program-structure .online-learn {
    position: relative;
    transform: translateZ(0);
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.program-structure .img-grid:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.program-structure .text-block {
    max-height: 500px;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateY(-2deg);
    overflow-y: auto;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
}

.service-plan {
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.cost-card {
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center top;
}

.service-plan h2::after {
    height: 4px;
    background: rgb(165,190,175);
    transform: skewX(-20deg);
    bottom: -10px;
    width: 60px;
    content: "";
    position: absolute;
    left: 0;
}

.service-plan .learn-fees38eKC li {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}

.service-plan .lesson-fees {
    transform-style: preserve-3d;
    min-height: 450px;
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(240,240,240,0.95) 100%);
    height: 100%;
    padding: 30px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    transition: transform 0.4s ease-out;
}

.service-plan .promo-plans {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    flex: 1;
}

.service-plan .promo-plans h4::after {
    left: 0;
    position: absolute;
    background: rgb(132,162,146);
    transform: skewX(-15deg);
    width: 40px;
    content: "";
    bottom: 0;
    height: 3px;
}

.service-plan .plan-cost:hover .pricing-options {
    color: rgb(165,190,175);
    transform: translateY(-5px);
}

.program-assets {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(199,221,204) 0%, rgba(255,255,255,0.97) 100%);
}

.program-assets::after {
    background: linear-gradient(90deg, rgb(165,190,175) 0%, rgb(132,162,146) 100%);
    position: absolute;
    bottom: -2px;
    transform: scaleX(0.97);
    content: "";
    width: 100%;
    height: 6px;
    left: 0;
    z-index: 1;
    transform-origin: left;
}

.program-assets .knowledge-experts {
    overflow: hidden;
    display: flex;
    background-color: #ffffff;
    transform: translateY(0);
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.program-assets .text-block::before {
    transition: height 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(165,190,175), rgb(132,162,146));
    width: 3px;
}

.program-assets li svg {
    left: 0;
    top: 2px;
    margin-right: 12px;
    transition: transform 0.3s ease;
    height: 26px;
    width: 26px;
    position: absolute;
}

.privacy-block h2 {
    font-weight: 600;
    font-size: 38px;
    border-bottom: 2px solid rgb(132,162,146);
}

.privacy-block h3, .privacy-block h4, .privacy-block h5, .privacy-block h6 {
    margin: 10px 0;
}

.privacy-block ul li {
    align-items: center;
    border-bottom: 1px solid rgb(132,162,146,0.5);
    font-weight: 400;
    padding: 0.5rem 0;
    display: flex;
    font-size: 17px;
}

.privacy-block section {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.title-opener::after {
    opacity: 0.6;
    height: 100%;
    z-index: 1;
    position: absolute;
    animation: constellationMove 120s linear infinite;
    width: 100%;
    content: "";
    background-size: 100px 100px;
    background-image: 
    radial-gradient(circle at 10% 20%, rgba(255,255,255,0.05) 1px, transparent 2px),
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.04) 1px, transparent 2px),
    radial-gradient(circle at 70% 30%, rgba(255,255,255,0.05) 1px, transparent 2px),
    radial-gradient(circle at 90% 80%, rgba(255,255,255,0.03) 1px, transparent 2px);
}

.title-opener .course-hero > div:first-child p {
    max-width: 650px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    font-size: calc(13px * 1.2);
}

.title-opener .smart-guide > div::before {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
    content: "";
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
}

.title-opener .smart-guide > div > div > div::before,
.title-opener .smart-guide > div > div > div::after {
    border: 2px solid rgb(132,162,146);
    opacity: 0.7;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
}

.title-opener .smart-guide > div > div > div::before {
    border-bottom: none;
    border-right: none;
    left: 10px;
    top: 10px;
    animation: cornerGrow 1s ease 1.5s forwards;
}

.program-structure .text-block::-webkit-scrollbar {
    width: 6px;
}

.program-structure .text-block::-webkit-scrollbar-track {
    background: rgb(199,221,204);
}

.program-structure .text-block::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(165,190,175), rgb(132,162,146));
}



@media (max-width: 767px) {.appField {
    padding: 4rem 0;
}.appField .knowledge-experts {
    gap: 2rem;
    padding: 2rem;
}.appField h5 {
    font-size: calc(20px * 0.9);
}.appField p {
    font-size: calc(16px * 0.95);
}.appField .knowledge-experts > div:last-child {
    padding-left: 1rem;
}
}



@media (max-width: 480px) {.appField {
    padding: 3rem 0;
}.appField .knowledge-experts {
    gap: 1.5rem;
    padding: 1.5rem;
}.appField .knowledge-experts > div:first-child::before {
    height: 50%;
    left: -1.5rem;
}.appField h5 {
    font-size: calc(20px * 0.85);
}.appField p {
    font-size: calc(16px * 0.9);
}.appField .knowledge-experts > div:last-child {
    padding-left: 0.75rem;
}}



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav-sitebar {
    gap: 20px;
}header .main-skill svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .main-skill svg {
    height: 35px;
}header .nav-sitebar {
    width: 100%;
    max-width: 100%;
}}



@media (max-width: 768px) {.about-this {
    padding: 70px 0;
}.about-this .text-block {
    transform: none;
    padding: 30px 25px;
    max-width: 100%;
}.about-this h5 {
    font-size: calc(24px * 0.9);
}.about-this p b {
    font-size: calc(14px * 1.2);
}.about-this ol li {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}



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



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



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



@media (max-width: 576px) {footer .tiktok-edu {
    padding: 60px 0 20px;
}footer .ask-team {
    transform: translateY(-20px);
    margin-bottom: 40px;
    padding: 15px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .nav-study {
    padding: 0 20px;
}footer .nav-study::after {
    right: 20px;
    left: 20px;
}footer .nav-sitebar h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .top-lesson a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .signup-block {
    padding: 12px 15px;
}}



@media screen and (max-width: 992px) {.connect-with-us .container {
    width: 90%;
}.connect-with-us .reach-widget {
    grid-template-columns: 1fr;
}.connect-with-us .support-links {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}
}



@media (max-width: 768px) {.training-specialist .reviews-hub {
    grid-template-columns: 1fr;
}.training-specialist .img-grid {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.training-specialist .experiencep-wrap {
    padding: 3rem 2rem 2rem;
    margin-top: -50px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    margin-left: 0;
}}



@media (min-width: 992px) {.program-structure {
    padding: 180px 0;
}.program-structure h2 {
    margin-bottom: 60px;
    font-size: calc(35px * 1.2);
    margin-left: 80px;
}.program-structure .online-learn {
    margin-top: 60px;
    gap: 40px;
    grid-template-columns: 45% 55%;
}.program-structure .img-grid {
    transform: perspective(1200px) rotateY(4deg) translateX(40px);
    height: 500px;
}.program-structure .text-block {
    padding: 50px;
    transform: perspective(1200px) rotateY(-4deg) translateX(-40px);
    max-height: 500px;
}.program-structure .description {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 480px) {.program-structure {
    padding: 60px 0;
}.program-structure h2 {
    font-size: calc(35px * 0.8);
    padding-left: 15px;
}.program-structure h2::before {
    width: 4px;
}.program-structure .img-grid {
    height: 220px;
}.program-structure .text-block {
    padding: 20px;
    max-height: 350px;
}.program-structure .description {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 480px) {.service-plan {
    padding: 40px 0;
}.service-plan h2 {
    font-size: calc(31px - 6px);
}.service-plan .learn-fees38eKC {
    margin-top: 20px;
}.service-plan .lesson-fees {
    padding: 15px;
}.service-plan .promo-plans h4 {
    margin-bottom: 15px;
    font-size: 24px;
}.service-plan .promo-plans p {
    margin-bottom: 20px;
    font-size: calc(14px - 2px);
}}



@media (min-width: 992px) {.program-assets {
    padding: 8rem 0;
}.program-assets h5 {
    margin-bottom: 4rem;
    font-size: calc(20px * 1.1);
}.program-assets .text-block {
    padding: 3.5rem;
}.program-assets ul {
    column-gap: 2rem;
    columns: 2;
}.program-assets li {
    break-inside: avoid;
}
}



@media (hover: none) {.program-assets .knowledge-experts,
  .program-assets .knowledge-experts:hover {
    transform: translateY(0);
}.program-assets .img-grid,
  .program-assets .knowledge-experts:hover .img-grid {
    transform: scale(1);
}.program-assets li:hover {
    transform: translateX(0);
}}



@media (max-width: 768px) {.title-opener .course-hero {
    transform: none;
    width: 95%;
}.title-opener .course-hero > div:first-child {
    margin-bottom: 1.5rem;
    padding: 1rem;
}.title-opener .smart-guide > div {
    padding: 1.5rem;
}.title-opener .smart-guide h3 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 0.9);
}.title-opener .smart-guide > div > div {
    margin-top: 1.5rem;
}.title-opener .smart-guide > div > div > div {
    padding: 1.2rem 1.5rem;
}.title-opener .title_style_header {
    font-size: calc(42px * 0.8);
}.title-opener .title_style_header::after {
    width: 80px;
    bottom: -10px;
}
}



@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}



@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}



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

@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(165,190,175,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}



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



@keyframes lineGrow {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}



@keyframes constellationMove {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 1000px;
  }
}

