header,footer {
    width: 100%;
}

header {
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    margin-top: 0;
    background: linear-gradient(135deg, rgb(212,201,192,0.5) 0%, rgb(189,152,191,0.5) 100%);
    z-index: 100;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.launch_nowui::after {
    left: 0;
    width: 100%;
    z-index: -1;
    top: 0;
    content: '';
    animation: shadowSweep 10s linear infinite alternate;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(0, 0, 0, 0.3) 50%,
            transparent 100%
        );
}

.launch_nowui .about_sectionui::before {
    height: 70%;
    top: 15%;
    transform-origin: center center;
    filter: blur(30px);
    content: '';
    position: absolute;
    border-radius: 50%;
    background: 
        linear-gradient(
            to right,
            transparent,
            rgba(0, 0, 0, 0.6),
            transparent
        );
    left: -10%;
    transform: perspective(800px) rotateX(60deg);
    width: 120%;
    z-index: -1;
}

.launch_nowui h3::before {
    left: 20%;
    background: 
        linear-gradient(
            to right,
            transparent,
            #ffffff,
            transparent
        );
    position: absolute;
    filter: blur(5px);
    bottom: -25px;
    height: 10px;
    opacity: 0.1;
    width: 60%;
    content: '';
    animation: widthPulse 4s ease-in-out infinite alternate;
}

.launch_nowui .instant_helpui::after {
    animation: borderGradient 3s linear infinite;
    content: '';
    position: absolute;
    top: -2px;
    transition: opacity 0.4s ease;
    right: -2px;
    opacity: 0;
    bottom: -2px;
    background: linear-gradient(
        45deg,
        rgb(212,201,192),
        rgb(189,152,191),
        rgb(212,201,192)
    );
    z-index: -2;
    clip-path: polygon(
        10px 0%, 
        calc(100% - 10px) 0%, 
        100% 10px, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        10px 100%, 
        0% calc(100% - 10px), 
        0% 10px
    );
    left: -2px;
    background-size: 200% 200%;
}

footer .footnote_refui {
    z-index: 1;
    position: relative;
}

footer .ask_teamui {
    padding: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    gap: 15px;
    width: 85%;
    background-color: #ffffff;
    border-radius: 17px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 3;
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item p,
footer .info_item a {
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
}

footer .top_wrapui:hover {
    transform: translateZ(30px) scale(1.02);
}

footer .subscribe_holder {
    margin-right: 40px;
    margin-top: -20px;
    z-index: 0;
    margin-left: 40px;
    transform: translateZ(-20px) scale(0.96);
    color: #ffffff;
    background-color: rgb(212,201,192);
}

footer .top_wrapui::after, footer .header_masterui::after, footer .subscribe_holder::after {
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    content: "";
    border-radius: 17px;
    width: 100%;
}

footer .header_baseui {
    margin-bottom: 20px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    gap: 15px;
}

footer .header_baseui a:hover {
    transform: translateX(5px);
    color: #ffffff;
}

footer .header_baseui a:hover::before {
    width: 100%;
}

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

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

footer .sub_tipsui {
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    background-color: #ffffff;
    font-weight: 600;
    color: rgb(212,201,192);
    transition: all 0.3s ease;
    border: none;
    padding: 14px 20px;
}

.confidential_lockupui:before {
    z-index: 1;
    top: -50px;
    left: -50px;
    border-radius: 50%;
    height: 150px;
    content: "";
    background: rgb(212,201,192,0.5);
    position: absolute;
    width: 150px;
}

.confidential_lockupui h1 {
    font-size: 39px;
    z-index: 2;
    color: #000000;
    position: relative;
    border-bottom: 3px solid rgb(212,201,192);
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.confidential_lockupui ul, .confidential_lockupui ol {
    margin-bottom: 30px;
    list-style: none;
    z-index: 2;
    position: relative;
    padding-left: 40px;
    list-style-type: disc;
}

.confidential_lockupui .container {
    z-index: 2;
    position: relative;
}

.confidential_lockupui h3, .confidential_lockupui h4, .confidential_lockupui h5, .confidential_lockupui h6 {
    font-size: 1.2em;
    position: relative;
    font-weight: 600;
    color: rgb(212,201,192);
    margin-top: 30px;
    margin-bottom: 15px;
    z-index: 2;
}

.confidential_lockupui button {
    color: #ffffff;
    position: relative;
    font-size: 19px;
    z-index: 2;
    border-radius: 10px;
    border: 2px solid rgb(212,201,192);
    padding: 12px 25px;
    background: rgb(189,152,191);
    cursor: pointer;
}

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

.teacher_profileui .feedback_sliderui {
    display: grid;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    gap: 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    grid-template-columns: 1fr;
}

.teacher_profileui .feedback_sliderui:hover .image_gridui::after {
    opacity: 1;
}

.teacher_profileui .feedback_sliderui:hover > div:nth-child(2) {
    transform: translateX(5px);
}

.teacher_profileui .name {
    margin: 0 0 0.5rem;
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.teacher_profileui .work_timelineui {
    position: relative;
    padding-left: 1.5rem;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    line-height: 1.7;
}

.tariff_rowui {
    background: linear-gradient(135deg, rgb(238,243,238) 0%, rgb(189,152,191,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.tariff_rowui .payment_pricingui {
    gap: 2.5rem;
    display: flex;
    flex-direction: column-reverse;
}

.tariff_rowui .value_pricingui:hover {
    transform: translateY(-5px);
}

.tariff_rowui .value_pricingui h2::after {
    transform: scaleX(1);
    position: absolute;
    content: "";
    transition: transform 0.5s ease;
    background: rgb(212,201,192);
    height: 3px;
    bottom: -10px;
    left: 0;
    transform-origin: left;
    width: 80px;
}

.tariff_rowui .study_ratesui {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.tariff_rowui .offer_boxui {
    flex-grow: 1;
    padding: 2rem;
    flex-direction: column;
    min-height: 280px;
    display: flex;
}

.tariff_rowui .access_ratesui {
    font-weight: 700;
    margin: 0.5rem 0 1.25rem;
    color: rgb(212,201,192);
    font-size: calc(22px + 0.3rem);
    position: relative;
    display: block;
}

.tariff_rowui .image_gridui {
    transition: transform 0.6s ease-out;
    position: relative;
    height: 220px;
    width: 100%;
    transform: scale(1);
}

.gratCardui {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,243,238) 0%, rgb(238,243,238) 60%, rgba(rgb(212,201,192,0.5), 0.05) 100%);
    padding: 6rem 0;
    perspective: 1000px;
}

.gratCardui .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 2rem;
    transform-style: preserve-3d;
}

.gratCardui .about_sectionui {
    position: relative;
    padding: 2.5rem 3rem;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    border-radius: 28px;
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateZ(20px) rotateY(-2deg);
    margin: 1rem 0;
}



.gratCardui .about_sectionui {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.gratCardui li {
    padding-left: 0;
    position: relative;
}

.user_feedbackui {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(238,243,238) 0%, rgb(189,152,191,0.5) 100%);
}

.user_feedbackui::before {
    background: linear-gradient(45deg, rgb(212,201,192,0.5) 0%, rgb(189,152,191) 100%);
    animation: floatEffect 18s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    height: 70%;
    width: 45%;
    top: -10%;
    right: -10%;
    opacity: 0.15;
    position: absolute;
    filter: blur(35px);
    z-index: 0;
    content: "";
}

.user_feedbackui h2::after {
    height: 4px;
    content: "";
    position: absolute;
    width: 120px;
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(212,201,192), transparent);
    left: 50%;
}

.user_feedbackui .feedback_sliderui::before {
    font-family: serif;
    content: "";
    opacity: 0.1;
    line-height: 1;
    font-size: 120px;
    right: 20px;
    top: -20px;
    color: rgb(212,201,192);
    pointer-events: none;
    position: absolute;
}

.user_feedbackui .feedback_sliderui div {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}

.user_feedbackui .feedback_sliderui h4::after {
    left: 0;
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    width: 0;
    bottom: -5px;
    position: absolute;
    background: rgb(212,201,192);
}

.user_feedbackui a::before {
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    left: -100%;
    transition: all 0.5s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.course_featuresui {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(238,243,238) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.course_featuresui::after {
    filter: blur(60px);
    position: absolute;
    width: 250px;
    z-index: 0;
    bottom: -80px;
    height: 250px;
    left: -80px;
    content: "";
    background: rgb(189,152,191,0.5);
    animation: float 18s ease-in-out infinite alternate;
}

.course_featuresui .new_studyui {
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
    display: grid;
}

.course_featuresui .image_gridui {
    height: 380px;
    overflow: hidden;
    animation: fadeUp 1s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(20px);
    border-radius: 4px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
}

.course_featuresui .word_blockui {
    opacity: 0;
    gap: 30px;
    display: flex;
    transform: translateY(20px);
    animation: fadeUp 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    flex-direction: column;
}

.course_featuresui .description:hover {
    border-left: 2px solid rgb(189,152,191);
}

.title_sectionui > div {
    width: 100%;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 2rem;
    max-width: 1200px;
}

.title_sectionui .page_openui {
    padding-bottom: 0.5rem;
    transform: perspective(1000px) rotateX(0deg);
    color: rgb(212,201,192);
    font-size: 43px;
    margin: 0;
    font-weight: 700;
    position: relative;
    transition: transform 0.5s ease;
    display: inline-block;
}

.title_sectionui .learn_welcomeui::before {
    opacity: 0.7;
    transition: opacity 0.5s ease;
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, rgb(212,201,192,0.5), rgba(0, 0, 0, 0.5));
    right: 0;
    top: 0;
    content: "";
    z-index: 1;
    left: 0;
}

.title_sectionui .learn_welcomeui p {
    line-height: 1.6;
    position: relative;
    max-width: 80%;
    padding-left: 1rem;
    font-size: calc(15px * 1.2);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin: 0 0 1.5rem;
}

.title_sectionui .learn_welcomeui h3::after {
    transform-origin: left;
    transform: scaleX(0);
    background: rgb(189,152,191);
    left: 0;
    animation: scaleHorizontal 0.5s ease-out 1.3s forwards;
    width: 60px;
    bottom: 0;
    height: 2px;
    content: "";
    position: absolute;
}

.our_backgroundui h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
    letter-spacing: 1px;
    position: relative;
    color: #000000;
}

.our_backgroundui .learning_programui {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.our_backgroundui .learning_spaceui {
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    overflow: hidden;
    border-radius: 27px;
    padding: 40px;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.our_backgroundui .learning_spaceui:nth-child(2)::before {
    top: auto;
    background: rgb(189,152,191,0.5);
    bottom: -100px;
    left: -100px;
    right: auto;
}

.our_backgroundui .learning_spaceui:hover::before {
    opacity: 0.15;
    transform: scale(1.2);
}

.our_backgroundui .learning_spaceui:nth-child(2) h3 {
    color: rgb(189,152,191);
}

.our_backgroundui .learning_spaceui h3::after {
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    content: "";
    background: currentColor;
    bottom: -5px;
    opacity: 0.3;
    width: 100%;
    height: 2px;
}

.our_backgroundui .learning_spaceui:nth-child(2)::after {
    background: linear-gradient(to bottom, rgb(189,152,191), rgb(212,201,192));
}

.our_backgroundui .learning_spaceui:last-child {
    animation: fadeInUp 0.7s 0.2s ease forwards;
}

.program_resultsui::after {
    content: "";
    background: radial-gradient(ellipse, rgb(189,152,191,0.5) 0%, transparent 70%);
    right: -30%;
    position: absolute;
    height: 80%;
    transform: rotate(-15deg);
    top: -30%;
    width: 80%;
    z-index: 0;
}

.program_resultsui .image_gridui:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.program_resultsui .word_blockui {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-20px);
    backdrop-filter: blur(8px);
    padding: 2rem;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.program_resultsui .word_blockui:hover h1::after {
    width: 6rem;
}

.program_resultsui li {
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease;
}

.program_resultsui li p {
    align-items: flex-start;
    margin: 0;
    display: flex;
    color: #000000;
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}

.program_resultsui li:hover svg path {
    fill: rgb(189,152,191);
}

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

.reach_outui .reach_linksui {
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    margin: 0 auto;
    max-width: 800px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 22px;
    display: flex;
}

.reach_outui form {
    width: 100%;
}

.reach_outui form h3::after {
    left: 0;
    position: absolute;
    height: 3px;
    bottom: -10px;
    background: rgb(212,201,192);
    content: "";
    border-radius: 1.5px;
    width: 100%;
}

.reach_outui form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}

.reach_outui .feedback_requestui {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}

.reach_outui .feedback_requestui label::before {
    width: 22px;
    height: 22px;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    top: 2px;
    border-radius: 10px;
    left: 0;
    background: rgb(238,243,238);
}

.reach_outui .feedback_requestui label a:hover {
    text-decoration: underline;
}

.reach_outui form .feedback_infoui:hover {
    background: rgb(189,152,191);
}

.reach_outui svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,201,192);
}

.education_frameworkui::before {
    pointer-events: none;
    transform: rotate(-15deg) translateZ(-50px);
    z-index: 0;
    content: "";
    filter: blur(20px);
    top: -10%;
    width: 40%;
    position: absolute;
    opacity: 0.3;
    height: 120%;
    right: -5%;
    background: linear-gradient(45deg, rgb(189,152,191,0.5) 0%, rgb(212,201,192,0.5) 100%);
}

.education_frameworkui .about_sectionui:hover {
    transform: translateZ(40px) scale(1.02);
}

.education_frameworkui .about_sectionui > div {
    background: #ffffff;
    position: relative;
    max-width: 800px;
    border-left: 5px solid rgb(212,201,192);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem 3.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5),
                0 -5px 20px -5px rgba(0, 0, 0, 0.5);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.education_frameworkui h3::after {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
    content: "";
    height: 3px;
    bottom: 0;
    position: absolute;
    transform: scaleX(0.8) translateZ(5px);
    background: linear-gradient(90deg, rgb(212,201,192), rgb(189,152,191));
    width: 6rem;
    left: 0;
}

.education_frameworkui p span::first-letter {
    font-weight: 600;
    color: rgb(212,201,192);
    font-size: 1.25em;
}

header .top_wrapui {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    z-index: 2;
    -webkit-backdrop-filter: blur(5px);
    padding: 0.8rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex: 0 0 auto;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

header .main_infoui a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    font-size: 14px;
    backdrop-filter: blur(5px);
    padding: 0.8rem 1.2rem;
    z-index: 1;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 16px;
    position: relative;
}

header .nav_blockui::before {
    border-radius: 50%;
    height: 100px;
    background: rgb(212,201,192,0.5);
    right: -20px;
    filter: blur(40px);
    opacity: 0.5;
    position: absolute;
    content: '';
    top: -20px;
    z-index: -1;
    width: 100px;
}

header .top_wrapui:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}


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



@media screen and (max-width: 768px) {.launch_nowui {
    padding: 80px 0;
}.launch_nowui h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 50px;
    letter-spacing: 4px;
}.launch_nowui h3::before {
    height: 8px;
    bottom: -20px;
}.launch_nowui h3::after {
    top: -35px;
    width: 20px;
    height: 20px;
}.launch_nowui .instant_helpui {
    padding: 15px 40px;
    letter-spacing: 2px;
    font-size: calc(18px * 0.9);
}
}



@media (max-width: 991px) {footer .ask_teamui {
    padding: 20px;
    width: 90%;
}footer .text_main_holder {
    margin-top: 80px;
}
}



@media (max-width: 576px) {footer .mentor_netui {
    padding: 70px 0 20px;
}footer .ask_teamui {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .top_wrapui, footer .header_masterui, footer .subscribe_holder {
    padding: 20px 15px;
}footer .header_masterui h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .header_baseui {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .sub_tipsui {
    padding: 12px;
}}



@media (min-width: 992px) {.teacher_profileui .feedback_sliderui {
    grid-template-columns: 350px 1fr;
    grid-template-rows: auto 1fr;
    gap: 2.5rem 4rem;
}.teacher_profileui .image_gridui {
    height: 400px;
}.teacher_profileui .work_timelineui {
    padding-left: 2rem;
    font-size: calc(14px * 1.05);
}.teacher_profileui .work_timelineui::before {
    font-size: 80px;
}
}



@media (max-width: 767px) {.teacher_profileui {
    padding: 4rem 0;
}.teacher_profileui .feedback_sliderui {
    padding: 1.5rem;
}.teacher_profileui .image_gridui {
    height: 250px;
    margin-bottom: 1.5rem;
}.teacher_profileui .name {
    font-size: calc(19px * 0.95);
}.teacher_profileui .work_timelineui {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}



@media (min-width: 992px) {.gratCardui {
    padding: 8rem 0;
}.gratCardui h2 {
    max-width: 80%;
    font-size: calc(28px * 1.1);
    transform: translateZ(15px);
}.gratCardui h2::after {
    width: 100px;
}.gratCardui .about_sectionui {
    padding: 3.5rem 4rem;
    margin: 2rem 0;
}.gratCardui li span {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}.gratCardui li::before {
    height: 80px;
    width: 80px;
}
}



@media (max-width: 991px) {.user_feedbackui {
    padding: 5rem 0;
}.user_feedbackui h2 {
    max-width: 90%;
    font-size: calc(32px * 0.9);
}.user_feedbackui .alumni_testimonialsui {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}



@media (max-width: 768px) {.user_feedbackui {
    padding: 4rem 0;
}.user_feedbackui h2 {
    transform: none;
    font-size: calc(32px * 0.8);
    max-width: 100%;
}.user_feedbackui h2::after {
    width: 80px;
}.user_feedbackui .alumni_testimonialsui {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 480px;
}.user_feedbackui .feedback_sliderui {
    padding: 1.5rem;
}.user_feedbackui .feedback_sliderui img {
    width: 50px;
    height: 50px;
}.user_feedbackui a {
    width: 100%;
    max-width: 480px;
    margin-top: 2rem;
}
}



@media (min-width: 1200px) {.course_featuresui .new_studyui {
    gap: 80px;
}.course_featuresui h2 {
    max-width: 60%;
}.course_featuresui .image_gridui {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    height: 600px;
}.course_featuresui .image_gridui:hover {
    transform: perspective(1000px) rotateY(0);
}.course_featuresui .word_blockui {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(2deg);
}.course_featuresui .word_blockui:hover {
    transform: perspective(1000px) rotateY(0);
}
}



@media (max-width: 576px) {.title_sectionui {
    padding: 3rem 0;
}.title_sectionui > div {
    padding: 1rem;
}.title_sectionui .page_openui {
    font-size: calc(43px * 0.7);
}.title_sectionui .learn_welcomeui {
    min-height: 250px;
}.title_sectionui .learn_welcomeui > div {
    padding: 1.5rem;
}.title_sectionui .learn_welcomeui p {
    font-size: calc(15px * 0.9);
    padding-left: 0.75rem;
}.title_sectionui .learn_welcomeui h3 {
    font-size: calc(30px * 0.7);
}}



@media (prefers-reduced-motion: reduce) {.our_backgroundui::before {
    animation: none;
}.our_backgroundui .learning_spaceui,
    .our_backgroundui .learning_spaceui::after,
    .our_backgroundui .learning_spaceui::before,
    .our_backgroundui .learning_spaceui h3::after {
    transition: none;
}.our_backgroundui .learning_spaceui:first-child,
    .our_backgroundui .learning_spaceui:last-child {
    transform: none;
    animation: none;
    opacity: 1;
}.our_backgroundui .learning_spaceui:hover {
    transform: none;
}}



@media (max-width: 767px) {.program_resultsui {
    padding: 4rem 0;
}.program_resultsui .container {
    gap: 1.5rem;
}.program_resultsui .word_blockui {
    transform: translateY(0);
}.program_resultsui .word_blockui:hover {
    transform: translateY(-5px);
}.program_resultsui h1 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}.program_resultsui li p {
    font-size: 0.9rem;
}}



@media screen and (max-width: 991px) {.education_frameworkui {
    padding: 6rem 0;
}.education_frameworkui .about_sectionui > div {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
}.education_frameworkui h3 {
    font-size: calc(29px * 0.75);
}
}



@media (min-width: 1400px) {header .nav_blockui {
    max-width: 1320px;
    margin: 0 auto;
}header .main_infoui {
    margin: 0 0.5rem;
}header .main_infoui a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .nav_blockui {
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
}header .top_wrapui {
    border-radius: 10px;
    margin-bottom: 0;
    padding: 0.6rem 1rem;
}header .header_masterui {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .main_infoui a {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    font-size: calc(14px - 1px);
}header .nav_blockui::before,
    header .nav_blockui::after {
    display: none;
}
}



@keyframes shadowSweep {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(50%);
    }
}



@keyframes glowLine {
    0% {
        opacity: 0.2;
        filter: blur(1px);
    }
    100% {
        opacity: 0.4;
        filter: blur(2px);
    }
}



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



@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) translate(10px, -10px);
    }
}



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



@keyframes scaleVertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}



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

