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

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

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

.first_expertex {
    flex: 1 0 auto;
}

.first_expertex {
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    background: rgb(212,227,220);
}


.ty_bannerex {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(212,227,220) 0%, rgb(123,168,154,0.5) 100%);
}

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

.ty_bannerex .learn_cultureex {
    display: flex;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(0, 0, 0, 0.02), 
                0 4px 6px rgba(0, 0, 0, 0.04);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    gap: 30px;
    transform: perspective(1000px) rotateX(2deg);
}

.ty_bannerex .learn_cultureex > div:last-child {
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

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

.plan_displayex {
    overflow: hidden;
    padding: 5rem 1rem;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(212,227,220), rgba(0, 0, 0, 0.5));
}

.plan_displayex .rate_choiceex {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.plan_displayex .learning_feesex h2 {
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    font-size: 32px;
}

.plan_displayex .study_packagesex {
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    max-width: 90%;
    font-size: 13px;
}

.plan_displayex .fee_structex {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    background: #ffffff;
    text-decoration: none;
    transform: translateZ(0) scale(1);
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 19px;
    display: block;
    color: #000000;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.plan_displayex .cost_levelsex {
    height: 100%;
    flex-direction: column;
    display: flex;
}

.plan_displayex .fee_structex:hover .plan_feesex h3 {
    color: rgb(168,199,187);
}

.plan_displayex .plan_tableex::after {
    content: "";
    background-color: rgb(123,168,154);
    height: 2px;
    bottom: -8px;
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    position: absolute;
}

.plan_displayex .img_textex {
    overflow: hidden;
    height: 200px;
    width: 100%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.plan_displayex .fee_structex:hover .img_textex::after {
    opacity: 0.4;
}

.landing_pageex .main_introex {
    align-items: center;
    padding: 2rem;
    height: 100vh;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    display: flex;
}

.landing_pageex .edu_openex::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(
    to bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.5) 100%
  );
    z-index: 2;
    content: "";
}

.landing_pageex .edu_openex h3 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-left: 5px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: skewX(-5deg);
    font-weight: 600;
    background: linear-gradient(
    120deg,
    rgb(168,199,187) 0%,
    rgb(123,168,154) 100%
  );
    padding: 1rem 1.5rem;
    line-height: 1.4;
    font-size: clamp(1rem, 2.5vw, 1.4rem);
}

.landing_pageex .edu_openex p {
    font-size: clamp(1rem, 3vw, 1.2rem);
    border-left: 3px solid rgb(123,168,154);
    color: #ffffff;
    position: relative;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    padding: 1.2rem 1.5rem;
    margin-top: 0.5rem;
    background: linear-gradient(
    90deg,
    rgb(123,168,154,0.5) 0%,
    transparent 100%
  );
}

.confidential_cellex .container {
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 15px),
        calc(100% - 15px) 100%,
        0 100%
    );
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.02),
                0 20px 50px rgba(50, 50, 93, 0.05);
    position: relative;
    transform: translateZ(0);
    max-width: 1140px;
    padding: 3rem;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px) saturate(120%);
}

.confidential_cellex h2:hover::before {
    opacity: 0.4;
    height: 8px;
}

.confidential_cellex h3::before {
    height: 70%;
    left: 0;
    content: "";
    border-radius: 1px;
    position: absolute;
    top: 0.25em;
    width: 4px;
    background: linear-gradient(to bottom, rgb(168,199,187), rgb(123,168,154));
}

.confidential_cellex strong {
    padding-bottom: 2px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #000000;
}

.confidential_cellex ul::before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(168,199,187,0.5),
        rgb(123,168,154,0.5),
        transparent);
}

.confidential_cellex span {
    display: block;
    line-height: 1.75;
    padding-left: 1rem;
    font-size: 13px;
    border-left: 1px dashed rgb(123,168,154,0.5);
    color: #000000;
    margin-bottom: 1.5rem;
}



.goal_footerex .container {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
}

.goal_footerex .company_holder::before {
    content: "";
    border-top: 2px solid rgb(168,199,187);
    top: -20px;
    left: -20px;
    position: absolute;
    height: 60px;
    width: 60px;
    opacity: 0.7;
    border-left: 2px solid rgb(168,199,187);
}

.goal_footerex .company_holder h3 {
    -webkit-background-clip: text !important;
    display: inline-block;
    position: relative;
    background: linear-gradient(90deg, #ffffff, rgb(168,199,187));
    margin-bottom: 1.5rem;
    font-size: 36px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
}

.goal_footerex .header_navbarex:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.goal_footerex .header_navbarex:hover::before {
    height: 100%;
}

.goal_footerex .header_navbarex h5::before {
    width: 5px;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    content: "";
    box-shadow: 0 0 10px rgb(168,199,187);
    border-radius: 50%;
    background: rgb(168,199,187);
    height: 5px;
}

.goal_footerex .header_navbarex .top_teachex a:hover {
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
}

.goal_footerex .header_navbarex .top_teachex a:hover::before {
    transform: translateX(0);
}

.alumni_netex::before {
    height: 1px;
    transform: translateX(-50%);
    width: 60%;
    position: absolute;
    top: 0;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(168,199,187), transparent);
}

.our_missionex::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: #000000;
    opacity: 0.75;
    content: "";
}

.our_missionex h2 {
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 3rem;
    font-size: calc(29px * 1.5);
    letter-spacing: 2px;
    font-weight: 700;
    display: inline-block;
    transform: translateZ(50px);
    position: relative;
}

.our_missionex .text_overlayex::before {
    transform: translateZ(20px);
    width: 5px;
    left: 0;
    background: linear-gradient(to bottom, rgb(168,199,187), rgb(123,168,154));
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
}

.our_missionex .text_overlayex > div {
    z-index: 5;
    position: relative;
}

.our_missionex .text_overlayex p {
    font-weight: 600;
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    display: inline-block;
    font-size: calc(17px * 1.5);
    color: #000000;
    transform: translateZ(10px);
}

.check_it_out_nowex::after {
    height: 200px;
    right: -50px;
    z-index: 0;
    border-radius: 50%;
    width: 200px;
    position: absolute;
    content: "";
    filter: blur(40px);
    bottom: -50px;
    background: rgb(168,199,187);
    opacity: 0.2;
}

.check_it_out_nowex div:nth-child(2) {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}

.check_it_out_nowex div:nth-child(2)::before {
    transform: translate(-50%, -50%) rotate(-2deg);
    width: 120%;
    background: rgba(255, 255, 255, 0.1);
    height: 120%;
    content: "";
    border-radius: 100px;
    left: 50%;
    top: 50%;
    z-index: -1;
    filter: blur(15px);
    position: absolute;
}

.check_it_out_nowex .reach_widgetex::after {
    top: -50%;
    left: -50%;
    transform: rotate(45deg);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    z-index: 2;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
    opacity: 0;
}

.check_it_out_nowex .reach_widgetex:hover span {
    transform: translateX(5px);
}

header::after {
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(168,199,187,0.5), 
        transparent
    );
    left: 0;
    position: absolute;
    content: '';
    opacity: 0.6;
    height: 10px;
    width: 100%;
}

header .head_learnex {
    overflow: hidden;
    padding: 1rem;
    flex: 0 0 auto;
    margin-right: 2rem;
    transition: all 0.6s ease;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
}

header .head_barex img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}

header .header_navbarex:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}

header .main_pagewrapex a {
    font-size: 18px;
    transition: all 0.4s ease;
    justify-content: center;
    z-index: 1;
    font-weight: 600;
    color: #000000;
    display: flex;
    overflow: hidden;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    text-decoration: none;
    padding: 0.8rem 1.3rem;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}

header .main_pagewrapex:hover::after {
    transform: translateX(-50%) scale(1);
}

header .head_teachex::after {
    filter: blur(30px);
    bottom: -75px;
    position: absolute;
    border-radius: 50%;
    left: -75px;
    opacity: 0.1;
    height: 150px;
    content: '';
    background: radial-gradient(circle, rgb(123,168,154,0.5) 0%, transparent 70%);
    width: 150px;
}

.privacy_gateex {
    border: 2px dashed rgb(168,199,187);
    align-items: center;
    padding: 20px 5%;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    display: flex;
    gap: 20px;
}

.cookie_hideex {
    align-items: center;
    border-radius: 25px;
    margin-right: 20px;
    background: rgb(168,199,187,0.5);
    display: flex;
    justify-content: center;
    padding: 10px;
    flex-shrink: 0;
}

.cookie_button.web_cookiesex {
    color: #ffffff;
    border: 2px solid rgb(123,168,154);
    background: rgba(0, 0, 0, 0.5);
}

.cookiePolicyContainerex p a:hover {
    color: rgb(123,168,154);
}


.operation_processex {
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(212,227,220) 0%, rgba(240,240,255,0.9) 100%);
    position: relative;
    overflow: hidden;
}

.operation_processex .learn_cultureex {
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    perspective: 1000px;
    display: grid;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    gap: 2.5rem;
    max-width: 1200px;
    position: relative;
}

.operation_processex h2::after {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    transform-origin: left;
    transform: scaleX(1);
    bottom: 0;
    background: linear-gradient(90deg, rgb(168,199,187) 0%, rgb(123,168,154) 100%);
    height: 4px;
    left: 0;
    width: 120px;
}

.operation_processex .text_overlayex::before {
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
}

.operation_processex .text_overlayex:hover p {
    transform: translateY(2px);
}

.program_offeringsex::after {
    height: 60%;
    opacity: 0.15;
    transform: rotate(10deg) skewX(-15deg);
    position: absolute;
    content: "";
    filter: blur(25px);
    background: linear-gradient(225deg, rgb(123,168,154,0.5) 0%, rgb(168,199,187,0.5) 100%);
    left: -5%;
    bottom: -10%;
    z-index: 0;
    width: 35%;
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
}

.program_offeringsex h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.program_offeringsex h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}

.program_offeringsex .img_textex {
    position: relative;
    border-radius: 20px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
               0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-4deg) translateZ(30px);
    height: 350px;
    overflow: hidden;
}

.program_offeringsex .text_overlayex {
    border-radius: 20px;
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
}

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

.data_summaryex {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
    background: rgb(212,227,220);
}

.data_summaryex {
    padding: 70px 0;
}

.data_summaryex .container {
    position: relative;
    z-index: 2;
    flex-direction: column;
    display: flex;
}

.data_summaryex h2 {
    text-align: left;
    padding-left: 25px;
    font-size: 38px;
    border-left: 5px solid rgb(168,199,187);
    margin-bottom: 80px;
    font-weight: 700;
    color: #000000;
    position: relative;
}

.data_summaryex h2 {
    border-left: none;
    padding-left: 0;
    text-align: center;
    border-bottom: 3px solid rgb(168,199,187);
    padding-bottom: 15px;
}

.data_summaryex .fast_gainex p {
    padding: 30px 40px;
    justify-content: center;
    display: flex;
    min-width: 180px;
    align-items: center;
    margin: 0;
    font-size: 3rem;
    position: relative;
    background: rgb(168,199,187);
    color: #ffffff;
    font-weight: 700;
}

.data_summaryex .fast_gainex p {
    width: 100%;
    min-width: auto;
    padding: 20px;
    font-size: 2.2rem;
}

.data_summaryex .fast_gainex:hover span {
    color: rgb(168,199,187);
}

.data_summaryex .fast_gainex:nth-child(2n):hover span {
    color: rgb(123,168,154);
}

.data_summaryex svg {
    position: absolute;
    top: 20px;
    fill: #ffffff;
    height: 40px;
    width: 40px;
    right: 20px;
    transition: all 0.3s ease;
}

.data_summaryex svg {
    right: auto;
    top: auto;
    position: relative;
    margin: 15px 0;
}

.data_summaryex .fast_gainex:nth-child(2) {
    animation: slide-in 0.5s 0.2s both;
}

.data_summaryex .fast_gainex:nth-child(4) {
    animation: slide-in 0.5s 0.4s both;
}

.data_summaryex .container::after {
    left: -150px;
    bottom: -150px;
}



.data_summaryex .fast_gainex::before {
    background: linear-gradient(45deg, #ffffff 0%, transparent 100%);
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 0;
    width: 100%;
}

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

.course_instructorex .user_reviewex {
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    padding: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}

.course_instructorex .user_reviewex:hover .img_textex {
    transform: translateZ(40px) scale(1.05);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.course_instructorex .user_reviewex .name {
    font-size: calc(24px * 1.2);
    display: inline-block;
    color: #000000;
    font-weight: 700;
    position: relative;
    transform: translateZ(15px);
    margin: 0 0 0.5rem;
}

.course_instructorex .user_reviewex > div:nth-child(2) > div {
    transform: translateY(10px);
    color: rgb(123,168,154);
    letter-spacing: 0.5px;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    font-weight: 600;
    font-size: calc(15px * 1.05);
}

.course_instructorex .user_reviewex .work_blockex::after {
    transform: rotate(180deg);
    right: -1rem;
    bottom: -3rem;
}

.contact_form_sectionex::before {
    content: '';
    background-color: rgb(212,227,220);
    opacity: 0.92;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}

.contact_form_sectionex .inquiry_reachex h3 {
    position: relative;
    color: #ffffff;
    font-size: 33px;
    margin-bottom: 50px;
    font-weight: 700;
}

.contact_form_sectionex .inquiry_reachex div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.contact_form_sectionex .inquiry_reachex a:hover {
    opacity: 0.8;
}

.contact_form_sectionex form {
    width: 100%;
}

.contact_form_sectionex form h3::after {
    content: '';
    background: rgb(168,199,187);
    bottom: -15px;
    position: absolute;
    left: 0;
    height: 3px;
    width: 60px;
}

.contact_form_sectionex form input::placeholder {
    color: #9e9e9e;
}

.contact_form_sectionex .connect_supportex {
    margin: 30px 0;
    align-items: flex-start;
    display: flex;
}

.contact_form_sectionex .connect_supportex input[type="checkbox"]:checked {
    background-color: rgb(168,199,187);
    border-color: rgb(168,199,187);
}

.contact_form_sectionex .connect_supportex label {
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
}

.contact_form_sectionex .connect_supportex a {
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(168,199,187);
    text-decoration: none;
}

.contact_form_sectionex .reach_widgetex:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.program_offeringsex .description::-webkit-scrollbar {
    width: 4px;
}

.program_offeringsex .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.program_offeringsex .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(168,199,187), rgb(123,168,154));
}



@media (max-width: 480px) {.ty_bannerex {
    padding: 50px 0;
}.ty_bannerex .learn_cultureex {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.ty_bannerex h5 {
    font-size: calc(24px * 0.85);
}.ty_bannerex p {
    font-size: calc(14px * 0.95);
}.ty_bannerex .learn_cultureex > div:first-child {
    padding-bottom: 15px;
}}



@media (max-width: 767px) {.plan_displayex .fee_structex {
    max-width: 400px;
    margin: 0 auto;
}.plan_displayex .learning_feesex h2 {
    font-size: calc(32px * 0.9);
}.plan_displayex .study_packagesex {
    font-size: calc(13px * 0.95);
}}



@media screen and (max-width: 768px) {.landing_pageex .main_introex {
    height: auto;
    min-height: 100vh;
    padding: 1rem;
}.landing_pageex .edu_openex {
    padding: 3rem 1.5rem;
    min-height: 60vh;
}.landing_pageex .edu_openex span {
    max-width: 100%;
}.landing_pageex .edu_openex h3 {
    font-size: 1rem;
    transform: skewX(-3deg);
    padding: 0.7rem 1rem;
}.landing_pageex .edu_openex h1 {
    margin: 0.8rem 0 1.5rem;
}.landing_pageex .edu_openex p {
    padding: 1rem;
    font-size: 1rem;
}
}



@media screen and (max-width: 992px) {.goal_footerex .container {
    grid-template-columns: repeat(1, 1fr);
}.goal_footerex .company_holder {
    grid-row: 1;
    grid-column: 1;
}.goal_footerex .tech_stackex {
    grid-column: 1;
    margin-top: 2rem;
    grid-row: 2;
}.alumni_netex {
    grid-row: 3;
    margin-top: 3rem;
}
}



@media screen and (max-width: 768px) {.goal_footerex {
    padding: 4rem 0 3rem;
}.goal_footerex .top_teachex {
    gap: 2rem;
    grid-template-columns: 1fr;
}.goal_footerex .header_navbarex {
    padding: 1.2rem;
}.goal_footerex .header_navbarex h5 {
    font-size: calc(23px * 0.9);
}.goal_footerex .company_holder::before,
    .goal_footerex .company_holder::after {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 992px) {.our_missionex {
    padding: 4rem 0;
}.our_missionex h2 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 1.3);
}.our_missionex .text_overlayex {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-1deg);
}.our_missionex .text_overlayex div div {
    column-count: 2;
}
}



@media (hover: hover) {.our_missionex .text_overlayex:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}}



@media (min-width: 768px) {.check_it_out_nowex {
    padding: 5rem 3rem;
}.check_it_out_nowex .container {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 2fr 1fr;
}.check_it_out_nowex h6 {
    text-align: left;
    max-width: 90%;
}.check_it_out_nowex div:nth-child(2) {
    justify-content: flex-end;
}
}



@media (hover: none) {.check_it_out_nowex .reach_widgetex:hover {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15),
                    0 5px 15px -5px rgba(0, 0, 0, 0.1);
    transform: none;
}.check_it_out_nowex .reach_widgetex:hover::after {
    animation: none;
}.check_it_out_nowex .reach_widgetex:hover span {
    transform: none;
}}



@media (max-width: 479px) {header .head_teachex {
    padding: 0.7rem 1.2rem;
}header .head_learnex {
    max-width: 120px;
    padding: 0.5rem;
}header .main_pagewrapex a {
    padding: 0.4rem 0.6rem;
    font-size: calc(18px - 3px);
}}



@media (min-width: 768px) {.operation_processex .learn_cultureex {
    padding: 0 4rem;
    grid-template-columns: 1fr;
    gap: 3rem;
}.operation_processex h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 1.1);
}.operation_processex .text_overlayex {
    padding: 3rem;
}
}



@media (min-width: 992px) {.operation_processex {
    padding: 9rem 0;
}.operation_processex .learn_cultureex {
    grid-template-columns: 1fr;
    gap: 4rem;
}.operation_processex h2 {
    font-size: calc(34px * 1.2);
    margin-bottom: 2.5rem;
}.operation_processex .text_overlayex {
    padding: 3.5rem 4rem;
    border-left-width: 4px;
}.operation_processex p {
    font-size: calc(16px * 1.05);
    line-height: 1.9;
}
}



@media (min-width: 768px) {.program_offeringsex {
    padding: 8rem 0;
}.program_offeringsex h2 {
    font-size: calc(30px * 1.1);
    margin-bottom: 3.5rem;
}.program_offeringsex .new_skillsex {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.program_offeringsex .img_textex {
    height: 500px;
}.program_offeringsex .text_overlayex {
    padding: 3rem;
}
}



@media (max-width: 992px) {.data_summaryex {
    padding: 90px 0;
}.data_summaryex h2 {
    margin-bottom: 60px;
    font-size: calc(38px * 0.9);
}.data_summaryex .fast_gainex p {
    min-width: 150px;
    font-size: 2.5rem;
    padding: 25px 30px;
}.data_summaryex .fast_gainex span {
    padding: 25px 30px;
}.data_summaryex ul::before {
    left: 75px;
}
}



@media (max-width: 576px) {.data_summaryex {
    padding: 50px 0;
}.data_summaryex h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.8);
}.data_summaryex .fast_gainex p {
    padding: 15px;
    font-size: 2rem;
}.data_summaryex .fast_gainex span {
    padding: 20px 15px;
    font-size: calc(23px * 0.9);
}.data_summaryex ul {
    gap: 20px;
}}



@media (max-width: 767px) {.course_instructorex .user_reviewex {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.course_instructorex .user_reviewex .name {
    font-size: 24px;
}.course_instructorex .user_reviewex > div:nth-child(2) > div {
    transform: translateY(0);
    opacity: 1;
}.course_instructorex .user_reviewex .work_blockex {
    padding: 0;
}.course_instructorex .user_reviewex .work_blockex::before,
    .course_instructorex .user_reviewex .work_blockex::after {
    font-size: 3rem;
}
}



@media (max-width: 576px) {.contact_form_sectionex .inquiry_reachex,
    .contact_form_sectionex .help_listex {
    padding: 40px 25px;
}.contact_form_sectionex .inquiry_reachex h3,
    .contact_form_sectionex form h3 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.8);
}.contact_form_sectionex .inquiry_reachex div {
    margin-bottom: 20px;
}.contact_form_sectionex .reach_widgetex {
    width: 100%;
    padding: 15px 20px;
}
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}



@keyframes shine {
    0% {
        left: -50%;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        left: 150%;
        opacity: 0;
    }
}



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

