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

.nav-learn {
    flex: 1 0 auto;
}

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

.wrapper-section {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}

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

.education-experience::before {
    z-index: 0;
    content: "";
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(156,156,159,0.5) 120deg, transparent 180deg, rgb(120,120,122,0.5) 260deg, transparent 360deg);
    position: absolute;
    left: -10%;
    animation: rotate 20s linear infinite;
    top: -50%;
    opacity: 0.2;
    width: 200%;
    height: 200%;
}

.education-experience .learner-testimonials:hover .image-box-item {
    transform: translateZ(30px) scale(1.05);
}

.education-experience .name {
    padding-left: 1rem;
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: rgb(156,156,159);
    grid-area: name;
    position: relative;
    margin-bottom: 0.5rem;
    transform: translateZ(10px);
}

.education-experience .employee-history::before {
    top: 0;
    background: linear-gradient(45deg, rgb(156,156,159,0.5) 0%, transparent 40%, transparent 60%, rgb(120,120,122,0.5) 100%);
    width: 100%;
    opacity: 0.3;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    mix-blend-mode: overlay;
    border-radius: 25px;
}

.client-testimonials::before {
    width: 100%;
    background: 
        radial-gradient(circle at 10% 10%, rgb(156,156,159,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 90%, rgb(120,120,122,0.5) 0%, transparent 30%);
    content: "";
    position: absolute;
    opacity: 0.4;
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
}

.client-testimonials .testimonial-feedback {
    margin: 0 auto;
    max-width: 1000px;
    flex-direction: column;
    position: relative;
    display: flex;
}

.client-testimonials .learner-testimonials:nth-child(odd) {
    align-self: flex-start;
    transform: translateY(40px);
}

.client-testimonials .learner-testimonials:nth-child(odd) {
    animation-delay: calc(0.3s * var(--i, 0));
    animation: fadeInLeft 0.8s ease-out both;
}

.client-testimonials .learner-testimonials::before {
    background: #ffffff;
    content: "";
    height: 20px;
    width: 20px;
    top: 50%;
    z-index: 3;
    border: 4px solid rgb(156,156,159);
    position: absolute;
    border-radius: 50%;
}

.client-testimonials .learner-testimonials:nth-child(odd)::after {
    right: -30px;
}

.client-testimonials .learner-testimonials:nth-child(even)::after {
    left: -30px;
}

.client-testimonials .learner-testimonials:nth-child(odd):hover {
    transform: translateY(40px) scale(1.05);
}

.client-testimonials .image-box-item {
    border: 3px solid #ffffff;
    height: 80px;
    float: left;
    border-radius: 15px;
    transition: all 0.5s ease;
    width: 80px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.client-testimonials .image-box-item {
    float: left !important;
    margin-right: 15px !important;
    width: 60px;
    height: 60px;
    margin-left: 0 !important;
}

.client-testimonials .learner-testimonials:hover p {
    color: #000000;
}

.client-testimonials .learner-testimonials:nth-child(n)::before {
    right: auto;
    left: -50px;
}

.training-structure {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(193,193,196) 0%, rgb(120,120,122,0.5) 100%);
    position: relative;
    padding: 4rem 0;
}

.training-structure .legacy-story {
    animation: appearIn 1s ease-out forwards;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.08);
    flex-direction: column;
    max-width: 900px;
    position: relative;
    border-radius: 11px;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
}

.training-structure span {
    color: #ffffff;
    max-width: 700px;
    font-size: 14px;
    opacity: 0;
    line-height: 1.8;
    animation: fadeIn 1s 0.3s ease-out forwards;
    text-align: center;
}

.try-immediately .legacy-story {
    gap: 50px;
    max-width: 1000px;
    position: relative;
    align-items: flex-start;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 10;
    display: flex;
}

.try-immediately .support-grid {
    justify-content: center;
    transform: translateY(30px);
    transition: all 0.4s ease;
    border-radius: 20px 20px 0 20px;
    z-index: 5;
    background: rgb(156,156,159);
    font-weight: 600;
    flex: 0 0 220px;
    position: relative;
    height: 220px;
    display: flex;
    text-align: center;
    padding: 20px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    color: #ffffff;
    align-items: center;
    font-size: 17px;
    text-decoration: none;
}

.try-immediately .legacy-story::after {
    left: -75px;
    position: absolute;
    border: 20px solid rgba(255, 255, 255, 0.1);
    width: 150px;
    content: '';
    border-radius: 50%;
    height: 150px;
    z-index: 1;
    bottom: -75px;
}

.join-list::after {
    content: "";
    bottom: -10%;
    position: absolute;
    width: 35%;
    background: linear-gradient(240deg, transparent, rgb(120,120,122,0.5), transparent);
    opacity: 0.2;
    left: -5%;
    transform: rotate(20deg) translateZ(0);
    height: 130%;
    z-index: -1;
    animation: shine 8s infinite ease-in-out reverse;
}

.join-list h4 {
    font-weight: 600;
    margin: 0 0 1rem;
    line-height: 1.4;
    color: #ffffff;
    position: relative;
    padding-left: 1rem;
    transform: translateZ(0);
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
    font-size: calc(18px * 1.1);
}

.join-list h4 {
    text-align: center;
    padding-left: 0;
}

.join-list .input_holder {
    gap: 1rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    z-index: 2;
    position: relative;
}

.join-list input[type="email"] {
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    backdrop-filter: blur(5px);
    width: 100%;
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255,255,255,0.1);
    border-radius: 14px;
    outline: none;
    padding: 1rem 1.5rem;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.2);
}

.join-list .subscribe-box:hover {
    background: linear-gradient(to right, #ffffff, rgba(255,255,255,0.9));
    color: rgb(156,156,159);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15), 
                0 1px 0 rgba(255,255,255,0.5) inset;
}

.join-list .subscribe-box:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.connect-with-us .image-box-item {
    filter: saturate(0) contrast(1.2);
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.05;
    z-index: 0;
    position: absolute;
    left: 0;
}

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

.connect-with-us h3::before {
    top: -15px;
    background: rgb(156,156,159);
    border-radius: 50%;
    left: 50%;
    position: absolute;
    height: 6px;
    transform: translateX(-50%);
    content: "";
    width: 6px;
}

.request-message {
    backdrop-filter: blur(5px);
    overflow: hidden;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    z-index: 10;
    border-radius: 50px;
    position: relative;
}

.request-message .reach-reach {
    padding: 70px;
    float: left;
    width: 60%;
    position: relative;
    z-index: 1;
}

.request-message .reach-reach h3::before,
.request-message .reach-reach h3::after {
    display: none;
}

.request-message .reach-reach h3::before {
    left: 0;
    background: rgb(156,156,159);
    height: 2px;
    content: "";
    bottom: -15px;
    position: absolute;
    width: 30px;
}

.request-message .reach-reach textarea {
    resize: vertical;
    min-height: 160px;
    border-radius: 25px;
}

.request-message .reach-reach .feedback-query input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.request-message .reach-reach .feedback-query input[type="checkbox"]:checked + label::before {
    background: rgb(156,156,159);
}

.request-message .reach-reach .feedback-query a {
    color: rgb(156,156,159);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}

.request-message .reach-reach .support-grid:hover {
    background: rgb(120,120,122);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.request-message .help-form::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(156,156,159,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(120,120,122,0.5) 0%, transparent 30%);
    content: "";
    z-index: -1;
}

.request-message .help-form .help-panel li:last-child {
    margin-bottom: 0;
}

.request-message .help-form .help-panel li svg {
    height: 26px;
    margin-right: 15px;
    transition: all 0.3s ease;
    width: 26px;
    flex-shrink: 0;
}

.request-message .help-form .help-panel li:hover svg {
    transform: scale(1.2);
}

.request-message .help-form .help-panel li span {
    line-height: 1.5;
    color: #000000;
    font-size: 14px;
}

.title-intro {
    position: relative;
    display: flex;
    background: linear-gradient(135deg, rgb(156,156,159,0.5), rgb(193,193,196));
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
}

.title-intro .start-primary > div:first-child {
    position: relative;
    animation: slideInLeft 0.8s 0.2s forwards ease-out;
    border-left: 4px solid rgb(156,156,159);
    transform: translateX(-30px);
    opacity: 0;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
}

.title-intro .knowledge-hub > div {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    padding: 2.5rem;
}

.title-intro .knowledge-hub > div > div {
    padding: 2rem;
    z-index: 2;
    border-left: 3px solid rgb(120,120,122);
    transition: transform 0.4s ease;
    backdrop-filter: blur(8px);
    transform: translateX(0);
    position: relative;
    background: rgba(255, 255, 255, 0.15);
}

.pricing-column {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

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

.pricing-column h2 {
    color: #ffffff;
    font-size: 28px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    position: relative;
    opacity: 1;
    transform: translateY(0);
    text-align: center;
    font-weight: 700;
}

.pricing-column .cost-levels li:hover {
    z-index: 10;
    transform: translateY(-10px);
}

.pricing-column .member-fees {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    height: 100%;
    display: block;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    overflow: hidden;
    backdrop-filter: blur(10px);
    text-decoration: none;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
}

.pricing-column .member-fees:hover .enroll-cost h4::after {
    width: 60px;
}

.pricing-column .enroll-cost p {
    flex-grow: 1;
    font-size: 16px;
    position: relative;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    transition: color 0.3s ease;
    margin-bottom: 30px;
}

.pricing-column .member-fees:hover .learning-plan {
    transform: scale(1.05);
}

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

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

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

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

footer .info_item a:hover {
    color: rgb(156,156,159);
}

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

footer .first-teach {
    padding: 30px;
    margin-left: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    position: relative;
    margin-top: -10px;
    background-color: rgb(193,193,196);
    margin-right: 20px;
    z-index: 1;
}

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

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

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

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

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

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

.course-highlights .knowledge-plan {
    max-width: 800px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.course-highlights .knowledge-plan::after {
    bottom: -30px;
    height: 100px;
    content: '';
    background-color: rgb(120,120,122);
    width: 100px;
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    right: -20px;
}

.course-highlights .knowledge-plan .support-grid {
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    background-color: rgb(156,156,159);
    position: relative;
    border-radius: 50px;
    padding: 1rem 2.5rem;
    color: #ffffff;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.course-highlights .skill-master::before {
    position: absolute;
    content: '';
    top: 0;
    z-index: 5;
    background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.4) 0%,
                transparent 40%,
                transparent 60%,
                rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
    pointer-events: none;
    width: 100%;
    left: 0;
}

.course-highlights .class-path:hover img {
    transform: scale(1.05);
}

.course-highlights .feature-item {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: calc(33.333% - 20px);
    padding: 25px;
    min-width: 250px;
    text-align: center;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-highlights .feature-item {
    padding: 20px;
    min-width: 100%;
}

header .nav-sitebar .head-prime .top-bar {
    display: inline-block;
}

header .nav-sitebar .first-teach::before {
    border-radius: 20px;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    transform: rotate(-2deg) scale(1.03);
}

header .nav-sitebar .first-teach .head-mainwrap:hover a::after {
    transform: translateX(0);
}

.our-background {
    isolation: isolate;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.our-background::after {
    content: "";
    opacity: 0.06;
    transform: rotate(35deg);
    right: -50%;
    top: -50%;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    animation: lightShift 15s infinite alternate ease-in-out;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200%;
}

.our-background .text-text {
    animation: floatIn 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.31, 0.95);
    overflow: hidden;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transform: translateY(30px);
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.25),
        -15px -15px 30px rgba(255, 255, 255, 0.05),
        inset 2px 2px 3px rgba(255, 255, 255, 0.1),
        inset -2px -2px 3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: transform 0.5s ease-out;
    background: rgba(255, 255, 255, 0.06);
}

.our-background .text-text div div {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    opacity: 0.95;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
    column-gap: 40px;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    column-count: 1;
    line-height: 1.8;
}

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

.appSection .legacy-story {
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    gap: 2.5rem;
    position: relative;
    flex-direction: column;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    display: flex;
    padding: 3.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.appSection a {
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.4) 0%, 
                rgba(#ffffff, 0.8) 50%, 
                rgba(#ffffff, 0.4) 100%);
    text-decoration: none;
    position: relative;
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    display: block;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1rem 1.5rem;
}

.privacy-armory {
    max-width: 1200px;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    padding: 60px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.privacy-armory ul {
    padding-left: 0;
    list-style-type: none;
    margin: 20px 0;
}

.privacy-armory p, .privacy-armory span, .privacy-armory div {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #ffffff;
    font-size: 13px;
}

.cookie-protect {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

#privacyWarningBox {
    display: none;
}

#privacyWarningBox:checked ~ .privacyPolicyOverlay {
    opacity: 0;
    visibility: hidden;
}

.consent-box {
    margin-right: 10px;
    flex-shrink: 0;
}

.privacyPolicyOverlay p a {
    text-decoration: none;
    color: rgb(156,156,159);
}

.wrapper-section .cookie-customize {
    padding: 10px;
    background: rgb(156,156,159);
    font-weight: 400;
    border: none;
    color: #ffffff;
    margin-left: 30px;
    font-size: 20px;
}

.wrapper-section .cookie-user h5, .wrapper-section .cookie-user p {
    color: #000000;
}


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



@media (max-width: 576px) {.education-experience {
    padding: 4rem 1rem;
}.education-experience .learner-testimonials {
    padding: 1.5rem;
}.education-experience .employee-history {
    padding: 1.5rem;
}}



@media (max-width: 992px) {.training-structure {
    padding: 3rem 0;
}.training-structure .legacy-story {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.training-structure h3 {
    font-size: calc(32px * 0.9);
}
}



@media (max-width: 768px) {.training-structure {
    padding: 2rem 0;
}.training-structure .legacy-story {
    padding: 1.5rem;
    transform: none;
}.training-structure h3 {
    font-size: calc(32px * 0.8);
}.training-structure span {
    font-size: calc(14px * 0.95);
}}



@media (max-width: 480px) {.try-immediately {
    padding: 70px 0;
}.try-immediately .container p {
    padding: 20px;
    font-size: calc(12px * 1.2);
    border-radius: 15px 15px 15px 0;
}.try-immediately .support-grid {
    font-size: calc(17px * 0.9);
    width: 140px;
    border-radius: 15px 15px 0 15px;
    height: 140px;
}.try-immediately .container p::after {
    width: 25px;
    height: 25px;
    border-radius: 8px;
}}



@media screen and (max-width: 992px) {.connect-with-us {
    padding: 80px 0;
}.request-message {
    border-radius: 30px;
    display: block;
}.request-message .reach-reach,
    .request-message .help-form {
    width: 100%;
    float: none;
    padding: 50px;
}
}



@media (min-width: 768px) {.title-intro {
    padding: 4rem;
}.title-intro .start-primary {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}.title-intro .start-primary > div:first-child {
    align-items: center;
    display: flex;
    padding: 2rem;
}.title-intro .start-primary > div:first-child p {
    font-size: calc(12px * 1.2);
}.title-intro .knowledge-hub > div {
    padding: 3rem;
}.title-intro .knowledge-hub h3 {
    font-size: calc(20px * 1.1);
    margin-bottom: 2.5rem;
}.title-intro .title_style_header {
    font-size: calc(46px * 1.3);
}
}



@media (max-width: 992px) {.pricing-column {
    padding: 90px 0;
}.pricing-column .cost-levels {
    grid-template-columns: repeat(2, 1fr);
}.pricing-column .premium-grid {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.pricing-column {
    padding: 60px 0;
}.pricing-column h2 {
    font-size: calc(28px - 6px);
}.pricing-column .enroll-cost h4 {
    font-size: 20px;
}.pricing-column .enroll-cost p {
    font-size: calc(16px - 1px);
}}



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



@media (max-width: 991px) {.course-highlights .skill-master {
    height: 350px;
}.course-highlights .knowledge-plan h3 {
    font-size: calc(44px * 0.9);
}.course-highlights .feature-item {
    width: calc(50% - 15px);
}
}



@media (max-width: 480px) {.course-highlights .skill-master {
    height: 250px;
}.course-highlights .knowledge-plan .support-grid {
    padding: 0.8rem 2rem;
}}



@media (min-width: 768px) {.our-background {
    padding: 150px 0;
}.our-background .text-text div div {
    column-count: 2;
}.our-background h2 {
    grid-column: 1 / -1;
    font-size: calc(30px * 1.5);
}
}



@media (max-width: 992px) {.appSection {
    padding: 5rem 0;
}.appSection .legacy-story {
    padding: 2.5rem;
    gap: 2rem;
}.appSection h5 {
    font-size: calc(19px * 0.9);
}
}



@media (max-width: 768px) {.appSection {
    padding: 4rem 0;
}.appSection .legacy-story {
    clip-path: polygon(
            0 3%, 
            3% 0, 
            97% 0, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0 97%
        );
    gap: 1.8rem;
    padding: 2rem;
}.appSection h5 {
    font-size: calc(19px * 0.85);
}.appSection p {
    font-size: calc(15px * 0.95);
}
}


@media only screen and (max-width: 1200px) {.privacyPolicyOverlay {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.consent-box {
    display: none;
}.cookie-protect {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.privacyPolicyOverlay h5 {
    text-align: center;
}.privacyPolicyOverlay p {
    text-align: center;
}.cookie-user {
    margin-bottom: 20px;
}body .wrapper-section .cookie-customize {
    margin-left: 0;
    margin-bottom: 10px;
}}

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



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



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



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


    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }



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



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

