.container {
    max-width: 100%;
    margin: auto;
    width: 1103px;
}

html,body {
    height: 100%;
    auto
contain
touch-action: none;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
}

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

.appField::before {
    top: -20%;
    right: -10%;
    transform: rotate(-15deg) skewX(15deg);
    z-index: 0;
    content: "";
    position: absolute;
    width: 60%;
    background: linear-gradient(145deg, rgba(rgb(132,162,146,0.5), 0.08), rgba(rgb(132,162,146,0.5), 0.03));
    height: 80%;
    filter: blur(20px);
}

.appField .knowledge-experts {
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 30px 70px -25px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 2px 5px rgba(rgb(165,190,175,0.5), 0.05),
        0 0 0 1px rgba(rgb(165,190,175,0.5), 0.08);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(170deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    position: relative;
    gap: 2.5rem;
}

.appField a {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
    text-decoration: none;
    overflow: hidden;
}

.appField a:hover p {
    color: #000000;
}

.stay-updated {
    background: linear-gradient(135deg, rgb(165,190,175,0.5) 0%, rgb(199,221,204) 100%);
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
}

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

.stay-updated .reach-widget::after {
    position: absolute;
    height: 10px;
    transform: skewX(15deg);
    top: -10px;
    width: 60%;
    background: rgb(132,162,146);
    right: -10px;
    content: "";
}

.stay-updated h3 {
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
    transform: skewX(10deg);
    font-weight: 700;
    font-size: 21px;
}

.stay-updated input[type="email"] {
    font-family: Arial, sans-serif;
    font-size: 13px;
    transform: translateX(-10px);
    color: #000000;
    padding: 0.8rem 1.5rem;
    border-radius: 10px;
    border: 2px solid rgb(132,162,146,0.5);
    transition: all 0.3s ease;
    background: #ffffff;
    width: 100%;
}

header:before {
    top: 0;
    height: 100%;
    position: absolute;
    pointer-events: none;
    content: '';
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(165,190,175,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(132,162,146,0.5) 0%, transparent 25%);
    opacity: 0.1;
}

header .container:before {
    width: 100%;
    pointer-events: none;
    opacity: 0.5;
    content: '';
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    mix-blend-mode: overlay;
    position: absolute;
}

header .nav-sitebar {
    align-items: center;
    position: relative;
    gap: 30px;
    display: flex;
}

header .top-pro {
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 1px #ffffff;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 2px;
}

header .top-pro:after {
    height: 2px;
    width: 0;
    bottom: -2px;
    left: 50%;
    background: linear-gradient(90deg, 
        rgb(165,190,175),
        #ffffff 50%,
        rgb(165,190,175)
    );
    position: absolute;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: '';
    filter: blur(0.5px);
    transform: translateX(-50%);
    opacity: 0.8;
}

header .main-skill:after {
    position: absolute;
    left: -5px;
    transition: all 0.5s ease;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-image: linear-gradient(45deg, rgb(165,190,175), rgb(132,162,146), rgb(165,190,175)) 1;
    top: -5px;
    opacity: 0;
    border: 1px solid transparent;
    content: '';
}

header .main-skill:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

.about-this::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    backdrop-filter: blur(5px);
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgb(165,190,175,0.5), rgba(0, 0, 0, 0.5) 70%);
}

.about-this .text-block:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.about-this h5::after {
    height: 3px;
    transform-origin: left;
    background: rgb(132,162,146);
    transition: transform 0.5s ease;
    content: "";
    bottom: -8px;
    left: 0;
    width: 40px;
    transform: scaleX(0.7);
    position: absolute;
}

.about-this .text-block:hover h5 {
    transform: translateX(0);
    opacity: 1;
}

.about-this p b {
    letter-spacing: 0.5px;
    color: rgb(132,162,146);
    transition: all 0.3s ease;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: calc(14px * 1.5);
}

.about-this ol li {
    position: relative;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.8;
    list-style-type: none;
}

footer .job-board {
    position: relative;
    margin-top: -70px;
    z-index: 1;
}

footer .info_item {
    flex: 1 1 200px;
    padding: 10px 15px;
    margin: 10px;
    transition: all 0.3s ease;
    position: relative;
    background-color: rgb(199,221,204);
    border-radius: 10px;
}

footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

footer .info_item:hover::before {
    opacity: 1;
}

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

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

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

footer .donate-books {
    font-size: 12px;
    color: #000000;
    max-width: 330px;
    line-height: 1.6;
}

footer .nav-sitebar h5::after {
    position: absolute;
    width: 50px;
    left: 0;
    height: 2px;
    content: "";
    bottom: -7px;
    background-color: rgb(165,190,175);
}

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

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

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

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

.education-framework {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(199,221,204) 0%, #ffffff 100%);
    overflow: hidden;
}

.education-framework::after {
    background: linear-gradient(225deg, rgb(165,190,175,0.5) 0%, transparent 70%);
    top: -5%;
    height: 300px;
    position: absolute;
    filter: blur(60px);
    transform: rotate(-15deg);
    width: 300px;
    content: "";
    z-index: 0;
    opacity: 0.2;
    right: -5%;
}

.education-framework .knowledge-experts > div::before {
    background-size: 200% 100%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
        rgb(165,190,175) 0%, 
        rgb(132,162,146) 50%, 
        rgb(165,190,175) 100%);
    width: 100%;
    top: 0;
    animation: gradientFlow 6s ease infinite;
    position: absolute;
    height: 3px;
}

.education-framework h3::after {
    content: "";
    transform: scaleX(0);
    left: 0;
    background: rgb(165,190,175);
    animation: expandWidth 0.8s 0.4s ease-out forwards;
    transform-origin: left;
    height: 2px;
    width: 60px;
    bottom: -5px;
    position: absolute;
}

.education-framework .knowledge-experts:hover > div {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px) translateZ(30px);
}

.connect-with-us .reach-widget {
    background: #ffffff;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 45% 55%;
}

.connect-with-us .support-links {
    padding: 50px;
    z-index: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.connect-with-us .support-links h3 {
    font-weight: 700;
    position: relative;
    color: rgb(165,190,175);
    font-size: 33px;
    margin-bottom: 40px;
}

.connect-with-us .support-links div:last-of-type {
    border-bottom: none;
}

.connect-with-us .support-links div svg path {
    transition: fill 0.3s ease;
    fill: rgb(165,190,175);
}

.connect-with-us .support-links div span {
    font-size: 17px;
    color: #000000;
}

.connect-with-us .query-panel {
    background-color: #ffffff;
    z-index: 1;
    padding: 50px;
    position: relative;
}

.connect-with-us form input[type="text"],
.connect-with-us form input[type="email"] {
    height: 55px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: rgb(199,221,204);
    border: none;
    color: #000000;
    padding: 0 20px;
    font-size: 17px;
}

.connect-with-us .reach-info label::before {
    position: absolute;
    content: "";
    height: 20px;
    left: 0;
    top: 2px;
    width: 20px;
    border-radius: 10px;
    background-color: rgb(199,221,204);
    transition: all 0.3s ease;
}

.connect-with-us .reach-info label a:hover {
    color: rgb(132,162,146);
    text-decoration: underline;
}

.connect-with-us form .message-links:hover {
    background-color: rgb(132,162,146);
}

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

.training-specialist {
    position: relative;
    background: rgb(199,221,204);
    padding: 4rem 2rem;
    overflow: hidden;
    border-radius: 21px;
}

.training-specialist .img-grid {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    z-index: 2;
    filter: grayscale(60%);
    height: 100%;
    transition: filter 0.6s ease;
    min-height: 400px;
}

.training-specialist .reviews-hub:hover .img-grid {
    filter: grayscale(0%);
}

.training-specialist .reviews-hub:hover .img-grid::before {
    opacity: 0.8;
    transform: scale(1);
}

.training-specialist .reviews-hub:hover .experiencep-wrap::before {
    width: 15px;
}

.training-specialist .name {
    font-size: calc(33px * 1.2);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1px;
    color: rgb(165,190,175);
    margin-bottom: 0.8rem;
    transform: translateX(20px);
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    opacity: 0.9;
}

.training-specialist .employee-history {
    font-size: 17px;
    transform: translateX(10px);
    color: #000000;
    opacity: 0.8;
    position: relative;
    line-height: 1.8;
    transition: all 0.4s ease 0.2s;
}


#cookie-alert-window {
    display: none;
}

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

.cookie-warning-dialog h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    color: #ffffff;
}

.cookie-show svg {
    width: 80px;
    fill: rgb(165,190,175);
    height: 80px;
    transition: transform 0.3s ease-in-out;
}

.edu-settings:hover {
    box-shadow: 0 0 20px rgb(132,162,146);
}

.cookie_button.cookies-consent:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(132,162,146);
}

.cookie-warning-dialog p a:hover {
    color: rgb(132,162,146);
}


.program-structure {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(199,221,204) 0%, #ffffff 100%);
    overflow: hidden;
}

.program-structure .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

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

.program-structure .img-grid {
    height: 350px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}

.program-structure .text-block:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.program-structure .description {
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 20px;
}

.program-structure .description:last-child {
    margin-bottom: 0;
}

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

.service-plan h2 {
    transform: translateX(-10px);
    margin-bottom: 20px;
    font-size: 31px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #ffffff;
}

.service-plan .learn-fees38eKC {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    perspective: 1000px;
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
    gap: 30px;
}

.service-plan .plan-cost:hover .lesson-fees {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: translateZ(20px);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,0.98) 100%);
}

.service-plan .plan-cost:hover .lesson-fees::after {
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
    opacity: 0.15;
}

.service-plan .promo-plans h4 {
    margin-top: 0;
    color: rgb(165,190,175);
    transform: translateX(-5px);
    letter-spacing: 0.5px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
    font-size: calc(24px + 2px);
}

.service-plan .pricing-options {
    display: block;
    color: rgb(132,162,146);
    margin-top: auto;
    transition: color 0.3s ease;
    margin-bottom: 0;
    font-weight: 700;
    position: relative;
    font-size: calc(24px + 6px);
    border-top: 1px solid rgba(0,0,0,0.08);
    padding: 15px 0 0;
}

.program-assets h5 {
    color: #000000;
    text-align: center;
    font-weight: 700;
    transform: translateZ(0);
    position: relative;
    margin-bottom: 3rem;
    z-index: 2;
    font-size: 20px;
}

.program-assets h5::after {
    width: 60px;
    left: 50%;
    bottom: -12px;
    position: absolute;
    height: 3px;
    background: rgb(165,190,175);
    content: "";
    transform: translateX(-50%);
}

.program-assets .knowledge-experts:hover {
    transform: translateY(-5px);
}

.program-assets .knowledge-experts:hover .img-grid {
    transform: scale(1.05);
}

.program-assets .text-block {
    position: relative;
    padding: 2.5rem 2rem;
}

.program-assets ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.program-assets li:hover {
    transform: translateX(5px);
}

.program-assets li p {
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    display: flex;
    line-height: 1.6;
    color: #000000;
    align-items: flex-start;
}

.program-assets li:hover svg path {
    fill: rgb(132,162,146);
}

.privacy-block h1, .privacy-block h2 {
    text-transform: uppercase;
    padding: 0.5rem 0;
    letter-spacing: 0.1em;
    margin: 0;
    color: rgb(165,190,175);
}

.privacy-block h1 {
    border-bottom: 3px solid rgb(165,190,175);
    font-size: 48px;
    font-weight: 700;
}

.privacy-block ul li::before {
    content: '—';
    margin-right: 1rem;
    color: rgb(165,190,175);
}

.privacy-block div {
    margin: 1rem 0;
}

.title-opener {
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(120deg, rgb(165,190,175,0.5), rgb(132,162,146), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
}

.title-opener .course-hero {
    transform-origin: center center;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    width: 90%;
    flex-direction: column;
    display: flex;
    z-index: 2;
}

.title-opener .course-hero > div:first-child::before {
    left: 0;
    width: 4px;
    position: absolute;
    background: rgb(165,190,175);
    animation: lineGrow 1.2s ease-out 0.8s forwards;
    content: "";
    height: 0;
    top: 0;
}

.title-opener .smart-guide > div {
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
    padding: 3rem;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.title-opener .smart-guide > div > div {
    justify-content: center;
    z-index: 2;
    display: flex;
    position: relative;
    margin-top: 2rem;
}

.title-opener .smart-guide > div > div > div {
    transform: translateY(20px);
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.8), rgba(var(--secondary-color-rgb), 0.7));
    padding: 2rem 3rem;
    animation: zoomIn 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s forwards;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    opacity: 0;
    position: relative;
    max-width: 800px;
}

.title-opener .title_style_header::after {
    content: "";
    height: 4px;
    border-radius: 2px;
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
    background: #ffffff;
    bottom: -15px;
    opacity: 0.8;
    position: absolute;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 768px) {.appField {
    padding: 7rem 0;
}.appField .knowledge-experts {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    padding: 4rem;
}.appField .knowledge-experts > div:first-child {
    transform: translateX(0);
}.appField .knowledge-experts > div:last-child {
    padding-left: 3rem;
    border-left: 2px solid rgba(rgb(132,162,146,0.5), 0.15);
}.appField h5 {
    font-size: calc(20px * 1.1);
}.appField p {
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 480px) {.stay-updated {
    padding: 2rem 0.8rem;
}.stay-updated .reach-widget {
    transform: none;
    padding: 1.5rem;
}.stay-updated h3 {
    transform: none;
    font-size: calc(21px * 0.8);
    padding-left: 0;
    text-align: center;
}.stay-updated h3::before {
    height: 5px;
    width: 50px;
    transform: translateX(-50%);
    top: -10px;
    left: 50%;
}.stay-updated .input_holder {
    transform: none;
}.stay-updated input[type="email"] {
    transform: none;
}}



@media (max-width: 992px) {.about-this {
    padding: 90px 0;
}.about-this .text-block {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.about-this p {
    font-size: 14px;
}.about-this p b {
    font-size: calc(14px * 1.3);
}
}



@media (max-width: 576px) {.about-this {
    padding: 50px 0;
}.about-this .text-block {
    border-left-width: 3px;
    padding: 25px 20px;
}.about-this h5 {
    font-size: calc(24px * 0.85);
    margin-bottom: 10px;
}.about-this h5::after {
    height: 2px;
    width: 30px;
}.about-this p {
    font-size: calc(14px * 0.95);
    margin-bottom: 15px;
}.about-this p b {
    font-size: calc(14px * 1.15);
}.about-this ol li {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.about-this::after {
    height: 200px;
    right: -30px;
    bottom: -30px;
    width: 200px;
}}



@media (max-width: 767px) {footer .tiktok-edu {
    padding: 80px 0 30px;
}footer .ask-team {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .nav-sitebar, footer .subscribe_holder {
    margin-right: 10px;
    margin-left: 10px;
    padding: 25px 20px;
}footer .diversity {
    margin-top: 40px;
}
}



@media screen and (max-width: 992px) {.education-framework {
    padding: 80px 0;
}.education-framework .knowledge-experts > div {
    padding: 40px 35px;
}.education-framework h3 {
    font-size: calc(36px * 0.9);
}
}



@media screen and (max-width: 576px) {.education-framework {
    padding: 50px 0;
}.education-framework .knowledge-experts > div {
    padding: 30px 20px;
}.education-framework h3 {
    margin-bottom: 15px;
    font-size: calc(36px * 0.7);
}.education-framework p {
    font-size: calc(12px * 0.9);
    line-height: 1.7;
}.education-framework h3::after {
    width: 40px;
}.education-framework p span::before {
    font-size: 80px;
    top: -30px;
}}


@media only screen and (max-width: 1200px) {.cookie-warning-dialog {
    padding: 15px 0;
}.tracking-policy {
    padding: 15px 5%;
}
}


@media only screen and (max-width: 800px) {.cookie-show {
    display: none;
}.tracking-policy {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookie-warning-dialog h5 {
    font-size: 17px;
    margin-bottom: 5px;
}.online-cookies {
    margin-bottom: 15px;
}.edu-settings {
    margin: 10px 0;
    min-width: 100%;
}}



@media (min-width: 1200px) {.program-structure {
    padding: 200px 0;
}.program-structure h2 {
    margin-left: 120px;
    font-size: calc(35px * 1.3);
}.program-structure .online-learn {
    gap: 60px;
}.program-structure .img-grid {
    transform: perspective(1400px) rotateY(5deg) translateX(60px);
    height: 550px;
}.program-structure .text-block {
    max-height: 550px;
    padding: 60px;
    transform: perspective(1400px) rotateY(-5deg) translateX(-60px);
}
}



@media (max-width: 991px) {.service-plan {
    padding: 80px 0;
}.cost-card {
    transform: perspective(1000px) rotateX(1deg);
}.service-plan .fee-struct {
    transform: translateX(5px);
    max-width: 90%;
}.service-plan .learn-fees38eKC {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.service-plan .lesson-fees {
    min-height: 400px;
    padding: 25px;
}
}



@media (min-width: 768px) {.program-assets .knowledge-experts {
    align-items: stretch;
    flex-direction: row;
}.program-assets .knowledge-experts > div:first-child {
    overflow: hidden;
    flex: 0 0 45%;
}.program-assets .img-grid {
    height: 100%;
}.program-assets .text-block {
    flex: 0 0 55%;
    padding: 3rem;
}.program-assets ul {
    columns: 1;
}
}



@media (max-width: 480px) {.program-assets h5 {
    font-size: calc(20px * 0.8);
}.program-assets .img-grid {
    height: 180px;
}.program-assets .text-block {
    padding: 1.5rem 1.2rem;
}.program-assets li {
    padding-left: 34px;
}.program-assets li svg {
    width: 22px;
    height: 22px;
}
}


@media only screen and (max-width: 800px) {.privacy-block {
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 10px;
}.privacy-block h1 {
    border-bottom-width: 2px;
    font-size: calc(18px * 0.9);
}.privacy-block h2 {
    font-size: calc(18px * 0.9);
    border-bottom-width: 1px;
}.privacy-block ul li {
    padding: 0.5rem 0;
}.privacy-block ul li::before {
    margin-right: 0.5rem;
}}



@media (max-width: 576px) {.title-opener {
    min-height: 90vh;
}.title-opener .course-hero > div:first-child p {
    font-size: calc(13px * 0.9);
}.title-opener .smart-guide h3 {
    border-left: 2px solid rgb(132,162,146);
    font-size: calc(22px * 0.8);
    padding-left: 0.6rem;
}.title-opener .smart-guide > div > div > div {
    padding: 1rem;
}.title-opener .title_style_header {
    font-size: calc(42px * 0.7);
}.title-opener .title_style_header::after {
    bottom: -8px;
    width: 60px;
    height: 3px;
}.title-opener .smart-guide > div > div > div::before,
  .title-opener .smart-guide > div > div > div::after {
    width: 15px;
    height: 15px;
}
}



@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}



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



@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



@keyframes slideInFromTop {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes zoomIn {
  from {
    transform: scale(0.95) translateY(20px);
    opacity: 0;
  }
  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

