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



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

.app_storeui {
    flex: 0 0 auto;
}

.app_storeui {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    background-color: rgb(208,191,194);
    padding: 80px 0 30px;
}

header .site_navbarui .head_pagewrapui {
    padding: 5px 20px 15px;
    position: relative;
    justify-self: center;
    z-index: 10;
}

header .site_navbarui .head_pagewrapui:hover::before,
header .site_navbarui .head_pagewrapui:hover::after {
    transform: scale(1);
}

header .site_navbarui .head_pagewrapui .nav_masterui svg {
    width: auto;
    height: 60px;
}

header .site_navbarui .nav_mainwrapui::before,
header .site_navbarui .nav_mainwrapui::after {
    background: rgb(208,191,194,0.5);
    height: 70%;
    width: 2px;
    position: absolute;
    content: "";
    top: 15%;
}

header .site_navbarui .nav_mainwrapui::before {
    left: 0;
}

header .site_navbarui .nav_mainwrapui .top_wrapui a:hover {
    color: rgb(208,191,194);
}

header .site_navbarui .nav_mainwrapui .top_wrapui a:hover::before {
    transform: scaleX(1);
}

.study_methodui::before {
    animation: gridMove 50s linear infinite;
    top: 0;
    background-position: -1px -1px;
    background-image: 
        linear-gradient(90deg, rgb(208,191,194,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(208,191,194,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.2;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    bottom: 0;
}

.study_methodui h3::before,
.study_methodui h3::after {
    width: 100px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(208,191,194), transparent);
    left: 50%;
    content: "";
    height: 4px;
    border-radius: 10px;
}

.study_methodui h3::before {
    bottom: 0;
    animation: slideWidth 3s ease-in-out infinite alternate;
}

.our_missionui {
    padding: 150px 0;
    z-index: 1;
    overflow: hidden;
    background: rgb(233,225,227);
    position: relative;
}

.our_missionui .container {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.our_missionui .container::after {
    opacity: 0.15;
    height: 300px;
    filter: blur(50px);
    background: radial-gradient(circle at center, rgb(173,152,155,0.5) 0%, transparent 70%);
    left: -100px;
    animation: pulseGlow 20s ease-in-out infinite alternate-reverse;
    bottom: -150px;
    width: 300px;
}

.our_missionui .study_centerui::before {
    pointer-events: none;
    opacity: 0.2;
    content: "";
    top: 0;
    background: 
        linear-gradient(90deg, transparent calc(33.33% - 1px), rgb(208,191,194,0.5) calc(33.33%), transparent calc(33.33% + 1px)),
        linear-gradient(0deg, transparent calc(40% - 1px), rgb(208,191,194,0.5) calc(40%), transparent calc(40% + 1px));
    height: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
}

.our_missionui .corp_cultureui svg path {
    transition: fill 0.5s ease;
}

.our_missionui .corp_cultureui:hover svg {
    transform: rotate(10deg) scale(1.1);
    filter: drop-shadow(0 0 5px rgb(208,191,194));
}

.our_missionui .method_pedui:hover::before {
    opacity: 0.1;
}

.our_missionui .method_pedui::after {
    width: 30%;
    content: "";
    bottom: 0;
    height: 2px;
    left: 35%;
    animation: scanHorizontal 3s ease-in-out infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(208,191,194), transparent);
    position: absolute;
}

.our_missionui .method_pedui:hover .skill_trackui::after {
    width: 60px;
}

.our_missionui .method_pedui:hover .who_weareui {
    opacity: 1;
    transform: translateX(5px);
}

.our_missionui .description_cardui:hover {
    border-color: rgb(173,152,155,0.5);
    transform: translateY(-5px);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.15);
}



.our_missionui .description_cardui h2 {
    padding-bottom: 15px;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 29px;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.our_missionui .description_cardui h2::after {
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgb(208,191,194), rgb(173,152,155,0.5), transparent);
    width: 80px;
    height: 3px;
    transition: all 0.4s ease;
    left: 0;
}

.secure_enclaveui::before {
    background: linear-gradient(90deg, rgb(208,191,194) 0%, rgb(173,152,155) 100%);
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left center;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
}

.secure_enclaveui h2::before {
    top: 0;
    left: 0;
    opacity: 0.8;
    content: "";
    width: 3px;
    position: absolute;
    height: 100%;
    transform: scaleY(0.7);
    background: rgb(173,152,155);
}

.secure_enclaveui h4 {
    animation: fadeup 0.5s ease-out 0.3s forwards;
    color: #000000;
    transform: translateY(10px);
    font-weight: 600;
    opacity: 0.85;
    font-size: calc(31px * 0.75);
    margin: 1.5rem 0 1rem;
    opacity: 0;
}

.secure_enclaveui span::before {
    content: "";
    top: 0.5rem;
    opacity: 0.3;
    height: calc(100% - 1rem);
    left: 0;
    background: rgb(173,152,155);
    position: absolute;
    width: 3px;
}

.secure_enclaveui li:last-child {
    margin-bottom: 0;
}

.secure_enclaveui li::before {
    height: 8px;
    content: "";
    transform: rotate(45deg);
    left: 0;
    border-radius: 1px;
    position: absolute;
    width: 8px;
    top: 0.5rem;
    background: rgb(173,152,155);
}

.title_greetingui > div {
    position: relative;
    width: 100%;
    display: flex;
    z-index: 3;
    flex-direction: column;
    transform-style: preserve-3d;
    gap: 2.5rem;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
}

.title_greetingui .virtual_trackui {
    position: relative;
    margin-bottom: 1.5rem;
}

.title_greetingui .virtual_trackui::after {
    left: 0;
    bottom: -0.75rem;
    background: rgb(173,152,155);
    animation: lineGrowX 1.2s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    content: "";
    height: 3px;
}

.pricing_deckui {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

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

.pricing_deckui .price_gridui {
    line-height: 1.6;
    opacity: 0.9;
    margin: 0 auto 50px;
    max-width: 800px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
}

.pricing_deckui .skill_offersui:hover {
    transform: translateY(-8px);
}

.pricing_deckui .pricing_listui {
    height: 100%;
    flex-direction: column;
    padding: 35px 30px;
    position: relative;
    display: flex;
    z-index: 2;
}

.pricing_deckui .pricing_listui h4::after {
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: rgb(173,152,155);
    position: absolute;
    width: 40px;
    content: "";
}

.pricing_deckui .member_feesui::before {
    transition: opacity 0.3s ease;
    content: "";
    background: linear-gradient(135deg, rgb(208,191,194,0.5) 0%, rgb(173,152,155,0.5) 100%);
    z-index: -1;
    inset: 0;
    opacity: 0.6;
    position: absolute;
    border-radius: 3px;
}

.app_storeui::before {
    height: 100%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    background-color: rgb(208,191,194);
    right: 0;
    z-index: 0;
    top: 0;
    content: "";
    width: 60%;
}

footer .info_item svg {
    fill: #ffffff;
    vertical-align: middle;
    margin-right: 10px;
    height: 20px;
    transform: skewX(5deg);
    width: 20px;
}

footer .head_pagewrapui::before {
    top: 0;
    height: 100%;
    width: 5px;
    left: 0;
    position: absolute;
    background-color: rgb(208,191,194);
    content: "";
}

footer .top_pageui a {
    position: relative;
    text-decoration: none;
    padding-left: 0;
    font-size: 15px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
}

footer .subscribe_holder {
    border-radius: 15px;
    padding: 30px;
    border-left: 5px solid rgb(208,191,194);
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
}

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

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

footer .news_signup_formui:hover {
    background-color: rgb(173,152,155);
    transform: translateX(5px);
}

footer .search_footui {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.academic_expertiseui::after {
    animation: pulseBackground 15s ease-in-out infinite alternate;
    left: -50%;
    content: "";
    z-index: 0;
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(208,191,194,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(173,152,155,0.5) 0%, transparent 40%);
    filter: blur(60px);
    opacity: 0.3;
}

.academic_expertiseui .user_testimonialsui:hover .pictureui::before {
    opacity: 0.4;
}

.academic_expertiseui .user_testimonialsui:hover .name {
    transform: translateY(-5px);
}

.academic_expertiseui .user_testimonialsui:hover span:not(.name) {
    transform: translateY(-5px);
}

.academic_expertiseui .user_testimonialsui:hover span:not(.name)::after {
    transform: scaleX(1);
}

.academic_expertiseui .career_areaui {
    grid-row: 2;
    font-weight: 400;
    position: relative;
    font-family: Arial, sans-serif;
    grid-column: 2;
    color: #000000;
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    font-size: 16px;
    transform: translateY(0);
    line-height: 1.8;
    z-index: 2;
    padding: 0 50px 50px 70px;
}

.thanks_idui h2 {
    font-size: clamp(1.5rem, 3vw, 38px);
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 2.5rem;
    position: relative;
    transform: translateZ(30px);
    animation: fadeSlideIn 0.8s ease-out both;
    font-weight: 700;
    text-align: center;
    color: #000000;
    font-family: Arial, sans-serif;
}

.thanks_idui .study_centerui:hover {
    transform: translateZ(25px) rotateX(0deg);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
}

.thanks_idui li:hover::before {
    width: 8px;
    transform: scale(1);
    opacity: 1;
    height: 8px;
    left: -20px;
}

.contact_form_sectionui::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(208,191,194,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(173,152,155,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
    left: 0;
    z-index: 1;
    opacity: 0.4;
}

.contact_form_sectionui h3 {
    text-shadow: 0 0 15px rgb(208,191,194,0.5);
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 1px;
}

.contact_form_sectionui .help_linksui::before {
    border-radius: 50%;
    top: -100px;
    width: 200px;
    right: -100px;
    background: radial-gradient(rgb(208,191,194,0.5), transparent 70%);
    content: '';
    position: absolute;
    opacity: 0.2;
    height: 200px;
}

.contact_form_sectionui input[type="text"]:focus,
.contact_form_sectionui textarea:focus {
    box-shadow: 0 0 10px rgb(208,191,194,0.5);
    outline: none;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgb(208,191,194);
}

.contact_form_sectionui .feedback_queryui input[type="checkbox"]:checked + label::before {
    background: rgb(208,191,194);
    border-color: rgb(208,191,194);
}

.contact_form_sectionui .feedback_queryui a {
    color: rgb(208,191,194);
    transition: color 0.3s ease;
    text-decoration: none;
}

.contact_form_sectionui .request_blockui::before {
    height: 100%;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    transition: left 0.7s ease;
    left: -100%;
}

.contact_form_sectionui .support_infoui h4 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-size: 18px;
    margin-bottom: 30px;
}

.contact_form_sectionui .contact_feedbackui li:hover {
    transform: translateX(5px);
}

.contact_form_sectionui .contact_feedbackui svg {
    margin-right: 15px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 5px rgb(208,191,194,0.5));
    width: 24px;
    fill: rgb(208,191,194);
    transition: transform 0.3s ease;
    height: 24px;
}

.data_statisticsui {
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.data_statisticsui::after {
    top: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    opacity: 0.1;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(208,191,194,0.5) 0,
        rgb(208,191,194,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    height: 100%;
}

.data_statisticsui .advantage_statisticsui {
    margin: 30px auto;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    max-width: 700px;
    text-align: center;
    font-size: 18px;
}

.data_statisticsui .key_classesui::after {
    z-index: 1;
    top: 0;
    width: 1px;
    content: "";
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    height: 100%;
}

.data_statisticsui .growth_trackui {
    width: 55px;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    height: 55px;
    transition: transform 0.3s ease;
    transform: translateY(0);
    justify-content: center;
}

.data_statisticsui .statistics_supportui:hover span::after {
    width: 50px;
}

.data_statisticsui .statistics_supportui:nth-child(1) {
    animation: fadeIn 0.5s ease forwards;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}



.data_statisticsui .pro_gainsui::before {
    border-radius: 50%;
    opacity: 0.15;
    width: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    animation: pulseCircle 4s infinite;
    height: 200px;
    border: 1px solid rgb(208,191,194);
    content: "";
    top: 50%;
}


.cookie_popup_warningui .data_approvalui {
    flex-grow: 1;
}

.cookie_popup_warningui .cookie_disclaimerui:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.course_overviewui {
    position: relative;
    padding: 120px 0 100px;
    z-index: 1;
    background: linear-gradient(145deg, rgb(233,225,227) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}

.course_overviewui h2 {
    font-size: 29px;
    margin-bottom: 50px;
    transform: perspective(1000px) rotateX(0deg);
    transform-origin: left center;
    color: #000000;
    font-weight: 700;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.course_overviewui .pictureui::before {
    right: 0;
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
}

.course_overviewui .description_cardui:hover::before {
    height: 100%;
}

.course_overviewui .description {
    transition: transform 0.4s ease;
    position: relative;
    color: #000000;
    transform: translateZ(0);
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 14px;
}

.customer_opinionsui {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,191,194,0.5), rgb(173,152,155,0.5));
}

.customer_opinionsui h2 {
    text-align: left;
    margin-bottom: 3rem;
    transform: translateX(-1rem);
    animation: slideInLeft 0.8s ease-out forwards 0.2s;
    color: #000000;
    font-weight: 700;
    padding-left: 1.5rem;
    opacity: 0;
    position: relative;
    font-size: 34px;
}

.customer_opinionsui .user_testimonialsui:nth-child(1) {
    --i: 1;
}

.customer_opinionsui .user_testimonialsui:nth-child(4) {
    --i: 4;
}

.customer_opinionsui .user_testimonialsui:nth-child(7) {
    --i: 7;
}

.customer_opinionsui .user_testimonialsui:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12), 0 2px 5px rgba(0, 0, 0, 0.05);
}

.customer_opinionsui .user_testimonialsui:hover::after {
    width: 100%;
}

.customer_opinionsui .user_testimonialsui h4 {
    margin: 0;
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: 21px;
}

.customer_opinionsui .user_testimonialsui .description {
    position: relative;
    line-height: 1.6;
    z-index: 2;
    margin: 0;
    font-size: 14px;
    color: #000000;
}

.customer_opinionsui a:hover::before {
    opacity: 1;
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-thumb {
    background: radial-gradient(ellipse at bottom left, #ffffff 4%, rgb(255, 255, 255, 0.5) 11%, rgb(173,152,155,0.5) 96%, rgb(208,191,194) 39%, rgb(208,191,194,0.5) 16%, rgb(233,225,227) 23%);
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: -5px 1px 9px 7px rgba(0, 0, 0, 0.3);
    background: rgb(173,152,155,0.5);
}



@media (max-width: 992px) {.study_methodui {
    padding: 5rem 1.5rem;
}.study_methodui::before {
    background-size: 30px 30px;
}.study_methodui h3 {
    font-size: calc(37px * 0.9);
}.study_methodui .study_centerui::before {
    left: -70px;
    width: 150px;
    height: 150px;
    top: -30px;
}.study_methodui .study_centerui::after {
    height: 150px;
    right: -30px;
    bottom: -70px;
    width: 150px;
}
}



@media (max-width: 575px) {.our_missionui {
    padding: 60px 0;
}.our_missionui .method_pedui {
    padding: 25px 15px;
    text-align: center;
    flex-direction: column;
}.our_missionui .pictureui {
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
}.our_missionui .skill_trackui::after {
    left: 50%;
    transform: translateX(-50%);
}.our_missionui .method_pedui:hover .who_weareui {
    transform: translateX(0) translateY(3px);
}.our_missionui .description_cardui {
    padding: 25px 20px;
}.our_missionui .description_cardui h2 {
    font-size: calc(29px * 0.8);
}.our_missionui .corp_cultureui svg {
    width: 40px;
    height: 40px;
}.our_missionui .skill_trackui {
    font-size: calc(19px * 0.95);
}.our_missionui .who_weareui {
    font-size: calc(15px * 0.95);
}}



@media (max-width: 767px) {.title_greetingui {
    padding: 2.5rem 1rem;
}.title_greetingui::after {
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}.title_greetingui > div {
    transform: none;
    transform-style: flat;
    gap: 1.5rem;
}.title_greetingui > div > div:first-child,
  .title_greetingui .fast_schoolui {
    transform: none;
}.title_greetingui > div > div:first-child {
    padding-left: 1rem;
}.title_greetingui .fast_schoolui {
    backdrop-filter: blur(8px);
    padding: 1.5rem;
}.title_greetingui .virtual_trackui {
    margin-bottom: 1rem;
}
}



@media (max-width: 991px) {footer .app_storeui::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background-color: rgb(208,191,194);
    opacity: 0.7;
}
}



@media (max-width: 576px) {footer .app_storeui {
    padding: 50px 0 20px;
}footer .info_item {
    margin-right: 0;
    width: 100%;
}footer .top_pageui {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .news_signup_formui {
    padding: 12px 15px;
}}



@media (min-width: 768px) {.thanks_idui {
    padding: 6rem 0;
}.thanks_idui .study_centerui {
    transform: translateZ(20px) rotateX(3deg);
    max-width: 85%;
    padding: 3rem;
    margin: 0 auto;
}.thanks_idui h2 {
    margin-bottom: 3rem;
}.thanks_idui li::before {
    left: -10px;
}.thanks_idui li:hover::before {
    left: -25px;
}
}



@media (max-width: 767px) {.thanks_idui {
    padding: 4rem 0;
}.thanks_idui .study_centerui {
    transform: translateZ(10px) rotateX(1deg);
    padding: 1.5rem;
}.thanks_idui h2 {
    margin-bottom: 2rem;
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    transform: translateZ(15px);
}.thanks_idui .study_centerui:hover {
    transform: translateZ(15px) rotateX(0deg);
}.thanks_idui span {
    font-size: 0.95rem;
}
}



@media (max-width: 768px) {.contact_form_sectionui {
    padding: 40px 0;
}.contact_form_sectionui .pictureui {
    display: none;
}.contact_form_sectionui h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.contact_form_sectionui .help_linksui,
    .contact_form_sectionui .support_infoui {
    padding: 30px;
}.contact_form_sectionui form h3,
    .contact_form_sectionui .support_infoui h4 {
    font-size: calc(18px * 0.9);
}.contact_form_sectionui input[type="text"],
    .contact_form_sectionui textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact_form_sectionui textarea {
    height: 100px;
}.contact_form_sectionui .request_blockui {
    padding: 12px;
}.contact_form_sectionui .contact_feedbackui li {
    margin-bottom: 20px;
}.contact_form_sectionui .contact_feedbackui svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
}




@media (min-width: 768px) {.course_overviewui {
    padding: 150px 0 130px;
}.course_overviewui .program_pathui {
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    gap: 60px;
}.course_overviewui h2 {
    max-width: 80%;
    font-size: calc(29px * 1.1);
}.course_overviewui .pictureui {
    height: 500px;
}.course_overviewui .description_cardui {
    padding: 50px 40px;
}
}



@media (max-width: 767px) {.course_overviewui {
    padding: 80px 0 70px;
}.course_overviewui h2 {
    font-size: calc(29px * 0.85);
    margin-bottom: 30px;
}.course_overviewui .pictureui {
    height: 250px;
}.course_overviewui .description_cardui {
    padding: 30px 20px;
}.course_overviewui .description {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 480px) {.customer_opinionsui {
    padding: 3rem 0;
}.customer_opinionsui h2 {
    font-size: calc(34px * 0.7);
}.customer_opinionsui .user_testimonialsui {
    padding: 1.25rem;
}.customer_opinionsui .user_testimonialsui img {
    height: 50px;
    width: 50px;
}.customer_opinionsui .user_testimonialsui div {
    margin-bottom: 1rem;
}.customer_opinionsui .user_testimonialsui .description {
    font-size: calc(14px * 0.95);
}
}

@keyframes scanHorizontal {
    0% {
        opacity: 0.4;
        transform: scaleX(0.7);
    }
    100% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}



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



@keyframes lineGrowX {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}



@keyframes fadeUp {
  from { transform: translateZ(20px) translateY(40px); opacity: 0; }
  to { transform: translateZ(20px) translateY(0); opacity: 1; }
}



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



@keyframes glow {
  0%, 100% {
    opacity: 0.2;
    filter: blur(100px);
  }
  50% {
    opacity: 0.3;
    filter: blur(120px);
  }
}



@keyframes pulseCircle {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.25;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
}

