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

svg {
    height: 30px;
    width: 30px;
}

header,footer {
    width: 100%;
}

header {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgb(165,190,175,0.5);
    top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, 
        rgb(165,190,175) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    transition: all 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
}

.appField .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}

.appField .knowledge-experts:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(165,190,175,0.5), 0.08),
        0 0 0 1px rgba(rgb(165,190,175,0.5), 0.1);
}

.appField h5 {
    position: relative;
    color: #000000;
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
    font-weight: 700;
    display: inline-block;
}

.appField .knowledge-experts > div:last-child {
    padding-left: 1.5rem;
    position: relative;
    border-left: 1px solid rgba(rgb(132,162,146,0.5), 0.2);
}

.appField a::before {
    position: absolute;
    transform-origin: left;
    z-index: -1;
    transform: scaleX(0.8) translateX(-10%);
    background: linear-gradient(90deg, 
        rgba(rgb(165,190,175,0.5), 0.03), 
        rgba(rgb(132,162,146,0.5), 0.05)
    );
    top: 0;
    content: "";
    height: 100%;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    opacity: 0;
    left: 0;
}

.stay-updated .reach-widget {
    background: linear-gradient(110deg, #ffffff 0%, rgb(199,221,204) 100%);
    padding: 3rem;
    transform: skewX(-10deg);
    display: flex;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-radius: 23px;
    flex-direction: column;
    max-width: 600px;
    margin-left: auto;
}

.stay-updated h3::before {
    transform: skewY(45deg);
    top: 0;
    left: 0;
    width: 5px;
    content: "";
    height: 100%;
    background: rgb(165,190,175);
    position: absolute;
}

.stay-updated input[type="submit"] {
    border-radius: 10px;
    transform: translateY(0);
    font-size: 19px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0.8rem 2rem;
    border: none;
    font-weight: 600;
    align-self: flex-end;
    font-family: Arial, sans-serif;
    background: linear-gradient(90deg, rgb(165,190,175) 0%, rgb(132,162,146) 100%);
}

header .main-page {
    position: relative;
    overflow: hidden;
}

header .main-page:before {
    height: 1px;
    position: absolute;
    opacity: 0.7;
    animation: scanlineGlow 4s linear infinite;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(165,190,175) 25%,
        #ffffff 50%,
        rgb(165,190,175) 75%,
        transparent 100%
    );
    bottom: 0;
    left: -50%;
    box-shadow: 0 0 15px rgb(165,190,175), 0 0 35px rgb(165,190,175);
    content: '';
    width: 200%;
}

header .header-nav:after {
    content: '';
    transform: translateY(-50%);
    top: 50%;
    background: rgb(132,162,146);
    opacity: 0.3;
    filter: blur(15px);
    position: absolute;
    width: 20px;
    border-radius: 50%;
    height: 20px;
    right: -10px;
    animation: breathe 5s infinite alternate-reverse;
}

header .top-pro:before {
    opacity: 0;
    height: 100%;
    transform: skewX(-20deg) scale(0.8, 1);
    transition: all 0.4s ease;
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(165,190,175,0.5), 
        transparent
    );
    left: 0;
    z-index: -1;
    top: 0;
}

header .top-pro:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}

header .main-skill {
    transition: all 0.3s ease;
    align-items: center;
    padding: 5px;
    text-decoration: none;
    position: relative;
    justify-content: center;
    display: flex;
}

header .main-skill:hover:before {
    opacity: 0.3;
}

header .main-skill:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}

header .main-skill svg {
    filter: drop-shadow(0 0 2px rgb(165,190,175,0.5));
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    height: 45px;
}

.about-this::after {
    z-index: 0;
    right: -50px;
    width: 300px;
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
    bottom: -50px;
    border-radius: 50%;
    background: rgb(132,162,146,0.5);
    position: absolute;
    filter: blur(60px);
    height: 300px;
}

.about-this h5 {
    color: #ffffff;
    opacity: 0.9;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    transition: all 0.4s ease;
    letter-spacing: 1.5px;
    position: relative;
    font-size: 24px;
    transform: translateX(-10px);
    font-weight: 700;
}

.about-this p {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: calc(14px * 1.3);
    font-weight: 400;
    line-height: 1.5;
}

.about-this .text-block:hover p b::before {
    transform: skewX(-15deg) translateY(3px);
    height: 15px;
}

.about-this ol {
    padding: 0;
    margin: 0;
    counter-reset: item;
}

footer {
    position: relative;
    width: 100%;
}

.tiktok-edu::before {
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(199,221,204) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(199,221,204) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(199,221,204) 25%, transparent 25%),
        linear-gradient(45deg, rgb(199,221,204) 25%, transparent 25%);
    content: "";
    height: 120px;
    width: 100%;
    background-color: rgb(165,190,175,0.5);
    top: 0;
    left: 0;
    background-size: 100px 100px;
}

footer .info_item svg {
    fill: rgb(165,190,175);
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

footer .info_item a:hover {
    color: rgb(165,190,175);
}

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

footer .nav-sitebar h5 {
    display: inline-block;
    font-size: 19px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
    position: relative;
}

footer .top-lesson {
    margin-bottom: 20px;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr;
}

footer .top-lesson a:hover {
    color: rgb(165,190,175);
    transform: translateX(5px);
}

footer .top-lesson a:hover::after {
    width: 100%;
}

footer .subscribe_holder::before {
    z-index: -1;
    content: "";
    height: 30px;
    transform: rotate(45deg);
    top: -15px;
    right: 30px;
    background-color: rgb(165,190,175);
    width: 30px;
    position: absolute;
}

footer .input_holder {
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 15px;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

footer .signup-block {
    border: none;
    font-weight: 600;
    padding: 14px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #000000;
    font-size: 17px;
    color: #ffffff;
    border-radius: 10px;
}

.education-framework::before {
    content: "";
    width: 100%;
    animation: backgroundShift 15s ease-in-out infinite alternate;
    opacity: 0.1;
    height: 100%;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(165,190,175,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(132,162,146,0.5) 0%, transparent 40%);
    top: 0;
    position: absolute;
    left: 0;
}

.education-framework .knowledge-experts > div {
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 50px 60px;
    max-width: 800px;
    width: 100%;
    background: #ffffff;
}

.education-framework p {
    margin-bottom: 0;
    animation: fadeSlideUp 0.8s 0.2s ease-out forwards;
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-size: 12px;
    opacity: 0;
}

.education-framework p span::before {
    position: absolute;
    color: rgb(165,190,175,0.5);
    font-size: 120px;
    content: "";
    font-family: serif;
    top: -40px;
    opacity: 0.2;
    z-index: -1;
    left: -10px;
}

.connect-with-us::before {
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
}

.connect-with-us .reach-widget::after {
    position: absolute;
    border-radius: 50%;
    background: rgb(132,162,146,0.5);
    width: 300px;
    right: -150px;
    bottom: -150px;
    z-index: 0;
    content: "";
    height: 300px;
}

.connect-with-us .support-links div {
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    display: flex;
}



.connect-with-us .support-links div {
    animation: borderPulse 3s infinite;
    animation-delay: calc(var(--n) * 0.5s);
}

.connect-with-us .support-links div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.connect-with-us form {
    flex-direction: column;
    display: flex;
}

.connect-with-us form input[type="text"]:focus,
.connect-with-us form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(165,190,175,0.5);
}

.connect-with-us .reach-info input[type="checkbox"] {
    width: 0;
    cursor: pointer;
    height: 0;
    position: absolute;
    opacity: 0;
}

.connect-with-us .reach-info input[type="checkbox"]:checked + label::before {
    background-color: rgb(165,190,175);
}

.connect-with-us .reach-info label a {
    color: rgb(165,190,175);
    text-decoration: none;
    transition: all 0.3s ease;
}

.connect-with-us form .message-links {
    align-self: flex-start;
    border-radius: 10px;
    border: none;
    padding: 16px 30px;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: rgb(165,190,175);
    color: #ffffff;
    display: inline-block;
}

.training-specialist .reviews-hub {
    z-index: 2;
    display: grid;
    position: relative;
    max-width: 900px;
    gap: 0;
    margin: 0 auto;
    grid-template-columns: 45% 55%;
}

.training-specialist .img-grid::before {
    transition: all 0.5s ease;
    mix-blend-mode: overlay;
    transform: scale(0.9);
    content: "";
    left: 20px;
    opacity: 0;
    right: 20px;
    position: absolute;
    border: 1px solid #ffffff;
    top: 20px;
    bottom: 20px;
    z-index: 3;
}

.training-specialist .experiencep-wrap::before {
    content: "";
    transition: width 0.3s ease;
    width: 10px;
    background: linear-gradient(to bottom, rgb(165,190,175), rgb(132,162,146));
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}

.training-specialist .experiencep-wrap > div:nth-child(2) {
    color: rgb(132,162,146);
    transition: all 0.4s ease 0.1s;
    text-transform: uppercase;
    transform: translateX(15px);
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    font-size: 17px;
    opacity: 0.7;
}

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

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

.cookie-warning-dialog p {
    line-height: 1.5;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.cookie-show {
    margin-right: 15px;
    justify-content: center;
    flex-shrink: 0;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(165,190,175));
    align-items: center;
}

.cookie_button.cookies-consent {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(132,162,146);
}

.cookie-warning-dialog p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(165,190,175);
}

.program-structure::before {
    opacity: 0.08;
    z-index: 0;
    height: 100%;
    pointer-events: none;
    content: "";
    background: 
    linear-gradient(45deg, transparent 49.5%, rgb(132,162,146,0.5) 49.5%, rgb(132,162,146,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px,
    linear-gradient(-45deg, transparent 49.5%, rgb(165,190,175,0.5) 49.5%, rgb(165,190,175,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

.program-structure .img-grid::after {
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(132,162,146,0.5) 0%, transparent 60%);
    content: "";
    width: 100%;
    mix-blend-mode: multiply;
    position: absolute;
}

.program-structure .text-block::before {
    width: 100%;
    height: 6px;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(165,190,175), rgb(132,162,146));
}

.service-plan::before {
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    right: 0;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}

.service-plan .fee-struct {
    max-width: 80%;
    transform: translateX(10px);
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin-bottom: 40px;
    font-size: 14px;
}

.service-plan .learn-fees38eKC li:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.02);
}

.service-plan .plan-cost {
    overflow: hidden;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    height: 100%;
    position: relative;
    color: #000000;
    display: block;
}

.service-plan .lesson-fees::after {
    transition: transform 0.5s ease;
    position: absolute;
    top: 0;
    opacity: 0.1;
    width: 100px;
    transform: rotate(45deg) translate(30px, -80px);
    height: 100px;
    background: rgb(132,162,146);
    content: "";
    right: 0;
}

.service-plan .promo-plans p {
    hyphens: auto;
    word-wrap: break-word;
    line-height: 1.5;
    font-size: 14px;
    flex-grow: 1;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 25px;
}

.service-plan .pricing-options::before {
    content: "";
    width: 30px;
    transform: translateY(-1px);
    top: 0;
    background: rgb(165,190,175);
    left: 0;
    position: absolute;
    height: 1px;
}

.program-assets::before {
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(rgb(165,190,175,0.5), 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(132,162,146,0.5), 0.07) 0%, transparent 50%);
    top: 0;
    position: absolute;
    content: "";
}

.program-assets .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}

.program-assets .img-grid {
    object-fit: cover;
    display: block;
    transition: transform 1.2s ease-out;
    width: 100%;
    height: 300px;
    object-position: center;
    transform: scale(1);
}

.program-assets .knowledge-experts:hover .text-block::before {
    height: 100%;
}

.program-assets li {
    position: relative;
    transition: transform 0.3s ease;
    transform: translateX(0);
    margin-bottom: 1.2rem;
    padding-left: 38px;
}

.program-assets li:hover svg {
    transform: rotate(10deg);
}

.program-assets svg path {
    fill: rgb(165,190,175);
    transition: fill 0.3s ease;
}

.privacy-block {
    gap: 2rem;
    padding: 2rem;
    display: grid;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
    grid-template-columns: 1fr;
}

.privacy-block ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.privacy-block ul li:last-child {
    border-bottom: none;
}

.privacy-block p, .privacy-block span {
    font-size: 17px;
    color: #000000;
    margin: 0 0 1rem 0;
    line-height: 1.6;
}

.title-opener::before {
    pointer-events: none;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.1) 0%, transparent 60%);
    right: 0;
    bottom: 0;
}

.title-opener .course-hero > div:first-child {
    padding: 1.5rem 2rem;
    backdrop-filter: blur(8px);
    background: rgba(255,255,255,0.1);
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    animation: slideInFromTop 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    opacity: 0;
    margin-bottom: 2rem;
    transform: translateY(20px);
    align-self: flex-start;
}

.title-opener .smart-guide {
    opacity: 0;
    position: relative;
    animation: slideInFromBottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    transform: translateY(30px);
    width: 100%;
}

.title-opener .smart-guide h3 {
    opacity: 0;
    transform: translateX(20px);
    position: relative;
    animation: slideInFromRight 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
    border-left: 3px solid rgb(132,162,146);
    color: #ffffff;
    line-height: 1.6;
    padding-left: 1rem;
    max-width: 800px;
    z-index: 2;
    margin: 0 0 2rem 0;
    font-size: calc(22px * 1.1);
}

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

.title-opener .title_style_header {
    margin: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    position: relative;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    font-size: 42px;
    letter-spacing: 1px;
    color: #ffffff;
}


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



@media (min-width: 992px) {.appField {
    padding: 9rem 0;
}.appField .container {
    padding: 0 2rem;
}.appField .knowledge-experts {
    gap: 4rem;
    grid-template-columns: 1fr 1.8fr;
    padding: 5rem;
}.appField h5 {
    font-size: calc(20px * 1.2);
}.appField h5::after {
    width: 50%;
    height: 4px;
}.appField .knowledge-experts > div:last-child {
    padding-left: 4rem;
}.appField a {
    padding: 1rem 0;
}
}



@media (max-width: 768px) {.stay-updated {
    padding: 3rem 1rem;
}.stay-updated .reach-widget {
    padding: 2rem;
    max-width: 100%;
    transform: skewX(-5deg);
}.stay-updated h3 {
    font-size: calc(21px * 0.9);
    transform: skewX(5deg);
}.stay-updated .input_holder {
    transform: skewX(5deg);
}.stay-updated input[type="email"] {
    padding: 0.7rem 1rem;
}.stay-updated input[type="submit"] {
    align-self: center;
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 767px) {header .nav-sitebar {
    width: 85%;
    top: 0;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    gap: 25px;
    overflow-y: auto;
    flex-direction: column;
    backdrop-filter: blur(15px);
    height: 100vh;
    max-width: 330px;
    z-index: 1001;
    -webkit-backdrop-filter: blur(15px);
    padding: 85px 30px 30px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    right: -100%;
    position: fixed;
}header .nav-sitebar:before {
    left: 10%;
    animation: none;
    width: 80%;
    top: 70px;
    opacity: 0.3;
    height: 1px;
}header .nav-sitebar:after {
    top: 20px;
    opacity: 0.6;
    background: transparent;
    height: 30px;
    position: absolute;
    width: 30px;
    content: '';
    right: 20px;
    border: 1px solid rgb(165,190,175,0.5);
}header .menu.active {
    right: 0;
}header .top-pro {
    padding: 12px 5px;
    width: 100%;
    opacity: 0.8;
    border-bottom: 1px solid rgb(165,190,175,0.5);
    text-align: left;
}header .top-pro:last-child {
    border-bottom: none;
}header .top-pro:hover {
    transform: translateY(0);
    opacity: 1;
}header .main-skill {
    margin: 0 auto;
}
}



@media screen and (max-width: 768px) {.education-framework {
    padding: 60px 0;
}.education-framework .knowledge-experts > div {
    padding: 35px 30px;
}.education-framework h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 20px;
}.education-framework p {
    font-size: calc(12px * 0.95);
}.education-framework .knowledge-experts > div::before {
    height: 2px;
}
}



@media screen and (max-width: 576px) {.connect-with-us {
    padding: 60px 0;
}.connect-with-us .support-links,
    .connect-with-us .query-panel {
    padding: 30px 20px;
}.connect-with-us .support-links h3 {
    font-size: calc(33px * 0.8);
}.connect-with-us form input[type="text"],
    .connect-with-us form input[type="email"] {
    height: 50px;
}.connect-with-us form .message-links {
    padding: 14px 20px;
    width: 100%;
}}



@media (min-width: 768px) {.program-structure {
    padding: 150px 0;
}.program-structure h2 {
    padding-left: 30px;
    font-size: calc(35px * 1.1);
    margin-left: 40px;
}.program-structure h2::before {
    width: 8px;
}.program-structure .online-learn {
    align-items: center;
    grid-template-columns: 40% 60%;
}.program-structure .img-grid {
    height: 450px;
    transform: perspective(1000px) rotateY(3deg) translateX(20px);
}.program-structure .text-block {
    max-height: 450px;
    transform: perspective(1000px) rotateY(-3deg) translateX(-20px);
}
}



@media (max-width: 767px) {.program-structure {
    padding: 80px 0;
}.program-structure h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 40px;
}.program-structure .img-grid {
    height: 280px;
}.program-structure .text-block {
    max-height: 400px;
    padding: 25px;
}.program-structure .description {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 767px) {.service-plan {
    padding: 60px 0;
}.cost-card {
    transform: none;
}.service-plan h2 {
    transform: none;
    font-size: calc(31px - 4px);
}.service-plan .fee-struct {
    margin-bottom: 30px;
    max-width: 100%;
    transform: none;
}.service-plan .learn-fees38eKC {
    gap: 20px;
    grid-template-columns: 1fr;
}.service-plan .lesson-fees {
    padding: 20px;
    min-height: 350px;
}.service-plan .promo-plans h4 {
    transform: none;
}.service-plan .promo-plans p {
    font-size: calc(14px - 1px);
}.service-plan .pricing-options {
    font-size: calc(24px + 4px);
}
}



@media (max-width: 767px) {.program-assets {
    padding: 4rem 0;
}.program-assets h5 {
    padding: 0 15px;
    line-height: 1.4;
    font-size: calc(20px * 0.9);
}.program-assets .img-grid {
    height: 220px;
}.program-assets .text-block {
    padding: 1.8rem 1.5rem;
}.program-assets li {
    margin-bottom: 1rem;
}
}



@media (max-width: 992px) {.title-opener .course-hero {
    transform: perspective(1000px) rotateX(1deg);
}.title-opener .course-hero > div:first-child {
    padding: 1.2rem 1.5rem;
}.title-opener .course-hero > div:first-child p {
    font-size: 13px;
}.title-opener .smart-guide > div {
    padding: 2rem;
}.title-opener .smart-guide h3 {
    padding-left: 0.8rem;
    font-size: 22px;
}.title-opener .smart-guide > div > div > div {
    padding: 1.5rem 2rem;
}.title-opener .title_style_header {
    font-size: calc(42px * 0.9);
}
}



@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}



@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}



@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(165,190,175), rgb(132,162,146), rgb(165,190,175)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(165,190,175), rgb(132,162,146), rgb(165,190,175)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(165,190,175), rgb(132,162,146), rgb(165,190,175)) 1;
    }
}



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



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



@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



@keyframes slideInFromRight {
  from {
    transform: translateX(20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes cornerGrow {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }
  to {
    width: 20px;
    height: 20px;
    opacity: 0.7;
  }
}

