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

.mentor_netui {
    flex: 0 0 auto;
}

.nav_pageui {
    flex: 1 0 auto;
}

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

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


.launch_nowui {
    padding: 110px 0;
    overflow: hidden;
    position: relative;
    background-size: 200% 200%;
    z-index: 1;
    animation: gradientMove 15s ease infinite;
    background: 
        linear-gradient(140deg, 
            rgb(189,152,191) 0%, 
            rgb(212,201,192) 50%, 
            rgb(189,152,191) 100%);
}

.launch_nowui .about_sectionui {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    z-index: 2;
    max-width: 1000px;
    position: relative;
    display: flex;
    padding: 0;
    flex-direction: column;
}

.launch_nowui .about_sectionui::after {
    bottom: -20px;
    background: 
        linear-gradient(
            to right,
            transparent,
            #ffffff,
            transparent
        );
    filter: blur(1px);
    height: 1px;
    position: absolute;
    left: 0;
    opacity: 0.3;
    width: 100%;
    animation: glowLine 3s ease-in-out infinite alternate;
    content: '';
}

.launch_nowui .instant_helpui {
    padding: 20px 60px;
    display: inline-block;
    text-decoration: none;
    border: none;
    font-weight: 700;
    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
    );
    border-radius: 0;
    color: rgb(212,201,192);
    transition: all 0.4s ease;
    font-size: 18px;
    z-index: 1;
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 0 0 2px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    background: #ffffff;
    letter-spacing: 3px;
    position: relative;
}

.launch_nowui .instant_helpui:hover::before {
    opacity: 1;
}

.launch_nowui .instant_helpui:hover::after {
    opacity: 1;
}

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

footer .mentor_netui::before {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.3;
    z-index: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(212,201,192,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(189,152,191,0.5) 0%, transparent 20%);
}

footer .info_item svg {
    width: 22px;
    transition: transform 0.3s ease;
    fill: rgb(212,201,192);
    height: 22px;
    margin-right: 12px;
}

footer .text_main_holder {
    flex-direction: column;
    display: flex;
    perspective: 2000px;
    gap: 20px;
    position: relative;
    margin-top: 40px;
}

footer .header_masterui {
    color: #ffffff;
    z-index: 1;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: -20px;
    background-color: rgb(189,152,191);
    transform: translateZ(-10px) scale(0.98);
}

footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}

footer .top_wrapui svg {
    height: 45px;
    width: auto;
    display: block;
    margin-bottom: 20px;
}

footer .header_masterui h5 {
    margin-bottom: 20px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-size: 20px;
}

footer .header_masterui h5:hover::after {
    width: 100%;
}

footer .header_baseui a {
    position: relative;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
    padding: 5px 0;
    display: inline-block;
    color: rgba(255, 255, 255, 0.75);
}

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

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

footer .rating_starsui {
    margin-top: 60px;
    position: relative;
    text-align: center;
}

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

.confidential_lockupui:after {
    border-radius: 50%;
    bottom: -50px;
    width: 200px;
    right: -50px;
    content: "";
    position: absolute;
    z-index: 1;
    background: rgb(189,152,191,0.5);
    height: 200px;
}

.confidential_lockupui h2 {
    color: rgb(189,152,191);
    z-index: 2;
    position: relative;
    margin-bottom: 25px;
    font-size: 29px;
    margin-top: 35px;
    font-weight: 600;
}

.confidential_lockupui li {
    line-height: 1.8;
    font-size: 16px;
    position: relative;
    margin-bottom: 15px;
}

.confidential_lockupui li:before {
    line-height: 1;
    color: rgb(212,201,192);
    position: absolute;
    font-size: 1.5em;
    left: -25px;
    content: "•";
}

.confidential_lockupui p, .confidential_lockupui span {
    color: #000000;
    font-size: 16px;
    z-index: 2;
    position: relative;
    line-height: 1.8;
    margin-bottom: 20px;
}

.confidential_lockupui a:hover {
    border-bottom: 1px solid rgb(212,201,192);
    color: rgb(212,201,192);
}

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

.teacher_profileui::after {
    width: 250px;
    position: absolute;
    z-index: 1;
    height: 250px;
    background: rgb(189,152,191,0.5);
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    transform: rotate(15deg);
    bottom: -50px;
    content: "";
    right: -50px;
}

.teacher_profileui .feedback_sliderui > div:first-child {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}

.teacher_profileui .feedback_sliderui:hover .image_gridui {
    transform: scale(1.02);
}

.teacher_profileui .feedback_sliderui .image_gridui::after {
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
    position: absolute;
    transition: opacity 0.5s ease;
    opacity: 0;
    top: 0;
}

.teacher_profileui .name::after {
    transition: width 0.4s ease-out;
    height: 2px;
    width: 0;
    background: rgb(212,201,192);
    bottom: -3px;
    left: 0;
    position: absolute;
    content: "";
}

.teacher_profileui .work_timelineui::before {
    color: rgb(212,201,192,0.5);
    font-size: 60px;
    line-height: 1;
    top: -10px;
    position: absolute;
    font-family: serif;
    content: "";
    left: 0;
}

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

.tariff_rowui .value_pricingui {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 3;
    transform: translateY(0);
    padding: 2rem;
    position: relative;
    background: rgba(#ffffff, 0.9);
    margin: 0 auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

.tariff_rowui .study_offersui {
    word-break: break-word;
    color: #000000;
    max-width: 100%;
    margin-top: 1.5rem;
    overflow-wrap: break-word;
    font-size: 17px;
    line-height: 1.6;
}

.tariff_rowui .study_subui {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    position: relative;
    border-radius: 8px;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    background: #ffffff;
    transition: box-shadow 0.4s ease;
}

.tariff_rowui .access_ratesui::before {
    position: absolute;
    bottom: -10px;
    background: rgb(189,152,191);
    content: "";
    left: 0;
    height: 2px;
    width: 40px;
}

.tariff_rowui .image_gridui::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    content: "";
}

.gratCardui::after {
    transform: rotate(10deg) translateZ(-5px);
    background: linear-gradient(135deg, rgb(189,152,191,0.5) 10%, transparent 70%);
    width: 30%;
    height: 60%;
    filter: blur(15px);
    opacity: 0.04;
    bottom: -10%;
    right: -5%;
}

.gratCardui h2 {
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    position: relative;
    margin-bottom: 3rem;
    font-size: 28px;
    transform: translateZ(10px);
}

.gratCardui .about_sectionui::before {
    border: 1px solid rgb(212,201,192,0.5);
    border-radius: 100px;
    opacity: 0.1;
    content: '';
    right: -10px;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    transform: translateZ(5px);
    pointer-events: none;
}

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

.gratCardui li span {
    position: relative;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    font-size: 18px;
    display: block;
    color: #000000;
    transform: translateZ(5px);
    font-family: Arial, sans-serif;
    line-height: 1.7;
}

.user_feedbackui::after {
    content: "";
    z-index: 0;
    width: 40%;
    bottom: -10%;
    opacity: 0.12;
    animation: floatEffect 15s infinite alternate-reverse ease-in-out;
    filter: blur(25px);
    background: linear-gradient(225deg, rgb(189,152,191) 0%, rgb(212,201,192,0.5) 100%);
    height: 60%;
    position: absolute;
    left: -5%;
    transform: rotate(12deg);
}

.user_feedbackui .alumni_testimonialsui {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 2.5rem;
    perspective: 1000px;
    margin: 0;
    list-style: none;
}

.user_feedbackui .feedback_sliderui:hover {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px) scale(1.02);
}

.user_feedbackui .feedback_sliderui:nth-child(odd):hover {
    transform: translateZ(20px) scale(1.02) rotate(-0.5deg);
}

.user_feedbackui .feedback_sliderui img {
    border-radius: 50%;
    width: 60px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    height: 60px;
    object-fit: cover;
    border: 3px solid #ffffff;
}

.user_feedbackui .feedback_sliderui:hover h4::after {
    width: 70%;
}

.user_feedbackui a {
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transform: translateY(0);
    overflow: hidden;
    z-index: 2;
    margin-left: auto;
    padding: 0.8rem 2rem;
    background: linear-gradient(135deg, rgb(212,201,192) 0%, rgb(189,152,191) 100%);
    text-align: center;
    text-decoration: none;
    margin-right: auto;
    margin-top: 3rem;
    font-size: 17px;
    display: inline-block;
    color: #ffffff;
}

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

.course_featuresui h2::after {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(212,201,192) 0%, rgb(189,152,191) 100%);
    transform-origin: left;
    width: 80px;
    animation: scaleIn 1.2s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    bottom: -10px;
    height: 4px;
    content: "";
    left: 0;
    position: absolute;
}

.course_featuresui .image_gridui::after {
    z-index: 2;
    mix-blend-mode: hue;
    transition: opacity 0.5s ease;
    background: rgb(212,201,192);
    position: absolute;
    content: "";
    opacity: 0.2;
    inset: 0;
}

.course_featuresui .description:first-of-type {
    position: relative;
    z-index: 2;
}

.course_featuresui .description:nth-of-type(2) {
    margin-top: 20px;
    z-index: 1;
    position: relative;
}

.title_sectionui {
    min-height: 100vh;
    padding: 0;
    justify-content: center;
    overflow: hidden;
    display: flex;
    margin: 0;
    align-items: center;
    font-family: Arial, sans-serif;
    background: rgb(238,243,238);
    position: relative;
}

.title_sectionui .page_openui::after {
    content: "";
    position: absolute;
    left: 0;
    animation: lineGrow 1.2s ease-out 0.5s forwards;
    height: 3px;
    background: linear-gradient(90deg, rgb(212,201,192), rgb(189,152,191));
    width: 0;
    bottom: 0;
}

.title_sectionui .learn_welcomeui:hover::before {
    opacity: 0.6;
}

.title_sectionui .learn_welcomeui > div > div {
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateX(-15px);
    animation: slideInLeft 0.8s ease-out 0.6s forwards;
}

.title_sectionui .learn_welcomeui p::before {
    left: 0;
    transform-origin: top;
    transform: scaleY(0);
    bottom: 0;
    position: absolute;
    width: 3px;
    background: rgb(189,152,191);
    top: 0;
    content: "";
    animation: scaleVertical 0.5s ease-out 1s forwards;
}

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



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

.our_backgroundui h2::after {
    position: absolute;
    bottom: -15px;
    border-radius: 10px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(212,201,192), rgb(189,152,191));
    width: 80px;
    height: 4px;
}

.our_backgroundui .learning_spaceui:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
}

.our_backgroundui .learning_spaceui::before {
    content: "";
    opacity: 0.1;
    height: 200px;
    top: -100px;
    width: 200px;
    position: absolute;
    border-radius: 50%;
    right: -100px;
    background: rgb(212,201,192,0.5);
    transition: all 0.5s ease;
}

.our_backgroundui .learning_spaceui h3 {
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(212,201,192);
    font-size: 22px;
}

.our_backgroundui .learning_spaceui:hover h3::after {
    width: 70%;
}

.our_backgroundui .learning_spaceui p {
    font-size: 17px;
    color: #000000;
    z-index: 2;
    position: relative;
    line-height: 1.8;
}

.our_backgroundui .learning_spaceui:hover::after {
    height: 100%;
}

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

.program_resultsui::before {
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(212,201,192,0.5) 0%, transparent 60%);
}

.program_resultsui .image_gridui {
    transform: perspective(1000px) rotateY(-5deg);
    width: 100%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    object-fit: cover;
    filter: saturate(1.1) contrast(1.05);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: auto;
}

.program_resultsui h1 {
    font-size: clamp(1.75rem, 3vw, 38px);
    line-height: 1.2;
    position: relative;
    color: #000000;
    margin-bottom: 1.75rem;
    font-weight: 700;
}

.program_resultsui ul {
    grid-template-columns: 1fr;
    display: grid;
    list-style: none;
    gap: 1.25rem;
    padding: 0;
    margin: 0;
}

.program_resultsui svg {
    height: 1.5rem;
    flex-shrink: 0;
    margin-right: 0.75rem;
    transition: transform 0.3s ease-out;
    width: 1.5rem;
    transform: translateY(2px);
}

.reach_outui {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, rgb(238,243,238) 0%, rgb(212,201,192,0.5) 100%);
    padding: 90px 0;
}

.reach_outui h2 {
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 48px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #000000;
}

.reach_outui .image_gridui {
    position: relative;
    width: 100%;
    height: 200px;
}

.reach_outui form h3 {
    font-size: 22px;
    font-family: Arial, sans-serif;
    position: relative;
    display: inline-block;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
}

.reach_outui form input[type="text"]:focus {
    outline: none;
    border-color: rgb(212,201,192);
}

.reach_outui .feedback_requestui input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.reach_outui .feedback_requestui input[type="checkbox"]:checked + label::before {
    background: rgb(212,201,192);
}

.reach_outui .feedback_requestui label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(212,201,192);
}

.reach_outui form .feedback_infoui {
    font-size: 17px;
    font-weight: 600;
    background: rgb(212,201,192);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    width: 100%;
    text-align: center;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    overflow: hidden;
    padding: 16px 20px;
    position: relative;
    cursor: pointer;
}

.education_frameworkui::after {
    bottom: -5%;
    opacity: 0.15;
    left: -2%;
    z-index: 0;
    position: absolute;
    transform: rotate(10deg) translateZ(-30px);
    content: "";
    background: linear-gradient(-45deg, rgb(212,201,192) 0%, transparent 70%);
    pointer-events: none;
    height: 70%;
    width: 35%;
}

.education_frameworkui .about_sectionui > div:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5),
                0 -10px 25px -5px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.education_frameworkui .about_sectionui > div:hover::before {
    opacity: 0.2;
}

.education_frameworkui h3 {
    position: relative;
    font-family: Arial, sans-serif;
    padding-bottom: 1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transform: translateZ(10px);
    font-size: calc(29px * 0.85);
    color: #000000;
}

.education_frameworkui p {
    position: relative;
    line-height: 1.7;
    margin-bottom: 0;
    transform: translateZ(5px);
    font-size: 12px;
    color: #000000;
}

.education_frameworkui p span:hover {
    opacity: 1;
}

header .nav_blockui {
    justify-content: space-between;
    display: flex;
    z-index: 5;
    position: relative;
    align-items: center;
    padding: 1.2rem 2.5rem;
}

header .top_wrapui:hover {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

header .nav_classui img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}

header .main_infoui {
    margin: 0 0.3rem;
    position: relative;
}

header .main_infoui a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

header .main_infoui a:hover::before {
    opacity: 1;
}

header .main_infoui::after {
    transform: translateX(-50%);
    position: absolute;
    transition: width 0.3s ease;
    content: '';
    width: 0;
    left: 50%;
    border-radius: 10px;
    height: 3px;
    bottom: -3px;
    opacity: 0.7;
    background: #ffffff;
}

header .nav_pageui {
    padding-top: 2rem;
    background: rgb(238,243,238);
    z-index: 1;
    position: relative;
}



header .top_wrapui::after {
    opacity: 0.5;
    content: '';
    width: 100%;
    left: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    height: 20px;
    transition: all 0.4s ease;
    position: absolute;
    bottom: -20px;
}



@media screen and (max-width: 576px) {.launch_nowui {
    padding: 60px 0;
}.launch_nowui h3 {
    font-size: calc(36px * 0.8);
    letter-spacing: 3px;
    margin-bottom: 45px;
}.launch_nowui h3::before {
    height: 6px;
    bottom: -15px;
}.launch_nowui h3::after {
    width: 15px;
    top: -30px;
    height: 15px;
}.launch_nowui .instant_helpui {
    padding: 12px 35px;
    font-size: calc(18px * 0.85);
    letter-spacing: 1.5px;
}}



@media (max-width: 767px) {footer .mentor_netui {
    padding: 80px 0 30px;
}footer .ask_teamui {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .top_wrapui, footer .header_masterui, footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
    padding: 25px 20px;
}footer .header_masterui, footer .subscribe_holder {
    margin-top: -10px;
}footer .rating_starsui {
    margin-top: 40px;
}
}



@media (min-width: 768px) {.teacher_profileui {
    padding: 7rem 0;
}.teacher_profileui .feedback_sliderui {
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    align-items: center;
    gap: 3rem;
    grid-template-columns: 300px 1fr;
}.teacher_profileui .feedback_sliderui:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.teacher_profileui .feedback_sliderui > div:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.teacher_profileui .feedback_sliderui > div:nth-child(3) {
    grid-row: 2;
    grid-column: 1 / -1;
}
}



@media (min-width: 768px) {.tariff_rowui .lesson_plansui {
    grid-template-columns: repeat(2, 1fr);
}.tariff_rowui .value_pricingui {
    padding: 3rem;
}
}



@media (min-width: 1200px) {.tariff_rowui .lesson_plansui {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tariff_rowui .offer_boxui {
    padding: 2.5rem;
}.tariff_rowui .value_pricingui h2 {
    font-size: calc(35px + 0.2rem);
}.tariff_rowui .image_gridui {
    height: 250px;
}
}



@media (max-width: 991px) {.gratCardui {
    padding: 5rem 0;
}.gratCardui h2 {
    max-width: 100%;
    font-size: calc(28px * 0.9);
}.gratCardui .about_sectionui {
    padding: 2rem 2.5rem;
    transform: translateZ(10px) rotateY(-1deg);
}
}



@media (max-width: 480px) {.gratCardui {
    padding: 3rem 0;
}.gratCardui .container {
    padding: 0 1.5rem;
}.gratCardui h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
}.gratCardui .about_sectionui {
    margin: 0.5rem 0;
    padding: 1.25rem 1.5rem;
}.gratCardui li span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}



@media (max-width: 480px) {.user_feedbackui {
    padding: 3rem 0;
}.user_feedbackui h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 2.5rem;
}.user_feedbackui .feedback_sliderui {
    padding: 1.25rem;
}.user_feedbackui .feedback_sliderui img {
    height: 45px;
    width: 45px;
}.user_feedbackui .feedback_sliderui h4 {
    font-size: calc(22px * 0.9);
}.user_feedbackui .feedback_sliderui .description {
    font-size: calc(15px * 0.95);
}}



@media (min-width: 992px) {.course_featuresui {
    padding: 150px 0;
}.course_featuresui .container {
    padding: 0 40px;
}.course_featuresui h2 {
    max-width: 70%;
    margin-bottom: 60px;
    font-size: calc(34px * 1.3);
}.course_featuresui .image_gridui {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    height: 550px;
}.course_featuresui .description {
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}.course_featuresui .word_blockui {
    padding-top: 30px;
}
}



@media (max-width: 768px) {.title_sectionui > div {
    padding: 1.5rem;
}.title_sectionui .study_programui {
    margin-bottom: 2rem;
}.title_sectionui .page_openui {
    font-size: calc(43px * 0.8);
}.title_sectionui .learn_welcomeui {
    min-height: 300px;
}.title_sectionui .learn_welcomeui > div {
    padding: 2rem;
}.title_sectionui .learn_welcomeui p {
    max-width: 100%;
}.title_sectionui .learn_welcomeui h3 {
    font-size: calc(30px * 0.8);
}
}



@media (max-width: 576px) {.our_backgroundui {
    padding: 50px 0;
}.our_backgroundui h2 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.8);
}.our_backgroundui h2::after {
    width: 60px;
    height: 3px;
}.our_backgroundui .learning_programui {
    gap: 25px;
}.our_backgroundui .learning_spaceui {
    padding: 20px;
}.our_backgroundui .learning_spaceui h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.85);
}.our_backgroundui .learning_spaceui p {
    font-size: calc(17px * 0.95);
}
}



@media (min-width: 992px) {.program_resultsui {
    padding: 8rem 0;
}.program_resultsui .container {
    gap: 4rem;
}.program_resultsui .image_gridui {
    transform: perspective(1200px) rotateY(-12deg) translateZ(20px);
}.program_resultsui .word_blockui {
    padding: 3rem;
}.program_resultsui h1 {
    margin-bottom: 2.25rem;
}
}



@media screen and (min-width: 992px) {.reach_outui .image_gridui {
    width: 50%;
}.reach_outui .connect_messageui {
    width: 50%;
    padding: 60px;
}
}



@media screen and (max-width: 576px) {.reach_outui {
    padding: 60px 0;
}.reach_outui h2 {
    margin-bottom: 30px;
    font-size: calc(48px * 0.7);
}.reach_outui .connect_messageui {
    padding: 30px 20px;
}.reach_outui form h3 {
    font-size: calc(22px * 0.9);
}}



@media screen and (max-width: 575px) {.education_frameworkui {
    padding: 4rem 0;
}.education_frameworkui .container {
    padding: 0 1.5rem;
}.education_frameworkui .about_sectionui > div {
    border-left: 4px solid rgb(212,201,192);
    padding: 1.75rem;
}.education_frameworkui h3 {
    margin-bottom: 1rem;
    font-size: calc(29px * 0.65);
    padding-bottom: 0.7rem;
}.education_frameworkui h3::after {
    width: 4rem;
    height: 2px;
}.education_frameworkui p {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}}



@media (max-width: 479px) {header .nav_blockui {
    padding: 0.7rem 1rem;
}header .top_wrapui {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .main_infoui a {
    font-size: calc(14px - 3px);
    padding: 0.4rem 0.6rem;
}
}



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



@keyframes widthPulse {
    0% {
        width: 60%;
        opacity: 0.1;
    }
    100% {
        width: 70%;
        opacity: 0.2;
    }
}



@keyframes pulseSphere {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.4;
    }
}



@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, -30px);
  }
}



@keyframes slideIn {
  0% {
    transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



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



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

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

