.goal_footerex {
    flex: 0 0 auto;
}

.goal_footerex {
    color: #ffffff;
    z-index: 1;
    padding: 6rem 0 4rem;
    position: relative;
}

header,footer {
    width: 100%;
}

header {
    padding: 0;
    margin-top: 0;
    background: linear-gradient(135deg, rgb(168,199,187,0.5) 0%, rgb(212,227,220) 100%);
    overflow: visible;
    position: relative;
    z-index: 100;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.ty_bannerex::after {
    opacity: 0.3;
    z-index: 0;
    content: "";
    background: linear-gradient(225deg, rgb(123,168,154) 0%, transparent 80%);
    bottom: -10%;
    width: 40%;
    filter: blur(50px);
    height: 40%;
    transform: rotate(15deg);
    right: -5%;
    position: absolute;
}

.ty_bannerex .learn_cultureex::before {
    left: 0;
    width: 100%;
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
        rgb(168,199,187) 0%, 
        rgb(123,168,154) 50%, 
        rgb(168,199,187) 100%);
    animation: gradientMove 6s linear infinite;
    height: 4px;
    position: absolute;
    top: -2px;
    content: "";
}

.ty_bannerex h5 {
    margin: 0;
    transform: translateY(10px);
    font-size: 24px;
    opacity: 0;
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.ty_bannerex a::before {
    top: 0;
    content: "";
    height: 0;
    background-color: rgb(123,168,154);
    position: absolute;
    left: -20px;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
}

.plan_displayex .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1400px;
}

.plan_displayex .learning_feesex {
    order: -1;
    transform: translateY(20px);
    max-width: 800px;
    animation: fadeUp 0.8s ease-out forwards;
    text-align: center;
    opacity: 0;
    margin: 0 auto 2rem;
}

.plan_displayex .package_dealex {
    gap: 2rem;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.plan_displayex .fee_structex:nth-child(1) {
    animation-delay: 0.1s;
}

.plan_displayex .fee_structex:nth-child(3) {
    animation-delay: 0.3s;
}

.plan_displayex .fee_structex::before {
    left: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    height: 5px;
    transform: scaleX(0);
    top: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(168,199,187), rgb(123,168,154));
    width: 100%;
    position: absolute;
}

.plan_displayex .plan_feesex h3 {
    position: relative;
    font-size: 23px;
    margin: 0 0 1rem;
    font-weight: 700;
    color: #000000;
    transition: color 0.3s ease;
}

.plan_displayex .fee_structex:hover .plan_tableex {
    transform: translateY(-3px);
}

.plan_displayex .fee_structex:hover .plan_tableex::after {
    width: 80px;
}

.plan_displayex .img_textex::after {
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    content: "";
    opacity: 0.7;
    transition: opacity 0.5s ease;
    left: 0;
    position: absolute;
    right: 0;
}

.landing_pageex .edu_openex {
    min-height: 70vh;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    flex-direction: column;
    padding: 5rem 3rem;
    position: relative;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 10px 15px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow: hidden;
    justify-content: center;
    width: 100%;
    display: flex;
}

.landing_pageex .edu_openex h1 {
    font-family: Arial, sans-serif;
    position: relative;
    opacity: 0;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin: 1rem 0 2rem;
    transform: translateY(2rem);
    z-index: 10;
    font-weight: 700;
    font-size: clamp(2.5rem, 6vw, 42px);
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.7s;
    line-height: 1.2;
}

.landing_pageex .edu_openex:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.confidential_cellex::before {
    position: absolute;
    content: "";
    filter: blur(60px);
    width: 250px;
    top: -10%;
    height: 250px;
    z-index: 0;
    transform: rotate(-15deg);
    opacity: 0.3;
    right: -5%;
    background: linear-gradient(120deg, rgb(168,199,187,0.5), rgb(123,168,154,0.5));
}

.confidential_cellex .container:hover {
    transform: translateY(-5px) translateZ(0);
}

.confidential_cellex h1 {
    padding-bottom: 1rem;
    transform: translateZ(0);
    font-size: 42px;
    letter-spacing: -0.02em;
    color: #000000;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
}

.confidential_cellex .container:hover h1::after {
    width: 120px;
}

.confidential_cellex h2 {
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.01em;
    position: relative;
    display: inline-block;
    font-size: 33px;
    margin: 2.5rem 0 1.25rem;
}

.confidential_cellex h3 {
    margin: 2rem 0 1rem;
    font-weight: 600;
    position: relative;
    font-size: calc(33px * 0.8);
    padding-left: 15px;
    color: #000000;
}

.confidential_cellex h4 {
    margin: 1.5rem 0 0.75rem;
    opacity: 0.85;
    text-transform: uppercase;
    font-weight: 600;
    font-size: calc(33px * 0.7);
    letter-spacing: 0.05em;
    color: #000000;
}

.confidential_cellex ul {
    margin-bottom: 2rem;
    position: relative;
    padding-left: 1.5rem;
}

.confidential_cellex li {
    line-height: 1.7;
    color: #000000;
    font-size: 13px;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 0.5rem;
}

.confidential_cellex li:hover::before {
    background-color: rgb(168,199,187,0.5);
    transform: rotate(135deg);
}

.goal_footerex::before {
    position: absolute;
    opacity: 0.85;
    background: #000000;
    width: 100%;
    z-index: -1;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
}

.goal_footerex .company_holder {
    position: relative;
    grid-column: 1 / 5;
    grid-row: 1;
}

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

.goal_footerex .footer_workshopsex {
    margin-top: 1.5rem;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
    font-size: 14px;
}

.goal_footerex .tech_stackex {
    justify-content: flex-end;
    grid-row: 1;
    grid-column: 6 / 13;
    display: flex;
}

.goal_footerex .header_navbarex {
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 1.5rem;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}

.goal_footerex .header_navbarex .top_teachex {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.goal_footerex .header_navbarex .top_teachex a {
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    opacity: 0.7;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    font-size: 14px;
    padding: 0.4rem 1rem;
    border-radius: 10px;
}

.alumni_netex {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 4rem;
    padding: 1.5rem 0;
    grid-column: 1 / 13;
    grid-row: 2;
}

.our_missionex {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    display: flex;
    padding: 5rem 0;
}

.our_missionex .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    transform-origin: center center;
    padding: 0 2rem;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 10;
}

.our_missionex .text_overlayex {
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(-2deg);
    transform-style: preserve-3d;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 0;
    position: relative;
}

.our_missionex .text_overlayex:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(10px);
}

.our_missionex .text_overlayex div div {
    line-height: 1.7;
    column-gap: 2.5rem;
    font-size: 17px;
    column-count: 2;
    color: #000000;
    transform: translateZ(5px);
    text-align: justify;
}

.check_it_out_nowex {
    padding: 4rem 2rem;
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(123,168,154) 0%, rgb(168,199,187) 100%);
}

.check_it_out_nowex h6 {
    color: #ffffff;
    letter-spacing: 0.02em;
    font-weight: 600;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
    transform: translateZ(10px);
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    margin: 0;
}

.check_it_out_nowex .reach_widgetex {
    align-items: center;
    transition: all 0.4s ease;
    transform: translateZ(20px);
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15),
                0 5px 15px -5px rgba(0, 0, 0, 0.1);
    font-size: 17px;
    color: rgb(168,199,187);
    justify-content: center;
    position: relative;
    text-decoration: none;
    background: #ffffff;
    display: inline-flex;
    padding: 1rem 2.5rem;
    overflow: hidden;
    font-weight: 700;
}

.check_it_out_nowex .reach_widgetex:hover::after {
    animation: shine 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

header::before {
    left: 0;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    width: 100%;
    top: 0;
    z-index: 0;
    opacity: 0.4;
    height: 100%;
    position: absolute;
    content: '';
}

header .header_navbarex {
    padding: 0;
    z-index: 2;
    display: flex;
    margin: 0;
    position: relative;
    list-style: none;
}

header .main_pagewrapex {
    margin: 0 0.5rem;
    position: relative;
}

header .main_pagewrapex a::before {
    z-index: -1;
    left: 0;
    transform: scale(1.1);
    border-radius: inherit;
    background: linear-gradient(135deg, rgb(168,199,187,0.5) 0%, rgb(123,168,154,0.5) 100%);
    transition: opacity 0.4s ease;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
}

header .main_pagewrapex::after {
    transition: transform 0.4s ease;
    height: 6px;
    content: '';
    background: rgb(168,199,187);
    bottom: -8px;
    left: 50%;
    width: 6px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.7;
    transform: translateX(-50%) scale(0);
}

#cookiePreferenceBoxex {
    display: none;
}

#cookiePreferenceBoxex:checked ~ .cookiePolicyContainerex {
    opacity: 0;
    visibility: hidden;
}

.cookiePolicyContainerex h5 {
    letter-spacing: 1.5px;
    color: rgb(168,199,187);
    font-size: 23px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}

.cookiePolicyContainerex p {
    position: relative;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    font-size: 13px;
}

.privacy_cookiesex:hover {
    box-shadow: 0 0 10px rgb(123,168,154);
    background-color: rgb(123,168,154);
}

.cookie_button.web_cookiesex:hover {
    box-shadow: 0 0 10px rgb(123,168,154);
}

.cookiePolicyContainerex p a {
    transition: color 0.3s ease;
    text-decoration: none;
    border-bottom: 1px dashed rgb(168,199,187);
    color: rgb(168,199,187);
}

.operation_processex::before {
    height: 70%;
    filter: blur(20px);
    top: -10%;
    background: linear-gradient(225deg, rgb(123,168,154,0.5) 0%, transparent 80%);
    animation: floatBackground 15s ease-in-out infinite alternate;
    z-index: 1;
    position: absolute;
    content: "";
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
    width: 40%;
    opacity: 0.6;
}

.operation_processex h2 {
    padding-bottom: 1rem;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 1.5rem;
    transform: translateZ(20px);
    position: relative;
    font-weight: 700;
    font-size: 34px;
}

.operation_processex .text_overlayex:hover {
    box-shadow: 
    0 15px 40px -15px rgba(0, 0, 0, 0.15), 
    0 1px 6px rgba(0, 0, 0, 0.08),
    25px 25px 80px -25px rgba(rgb(168,199,187,0.5), 0.15);
    transform: translateZ(20px) translateY(-5px);
}

.operation_processex p {
    font-weight: 400;
    line-height: 1.8;
    font-size: 16px;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
    margin: 0;
}

.program_offeringsex::before {
    background: linear-gradient(45deg, rgb(168,199,187,0.5) 0%, rgb(123,168,154,0.5) 100%);
    height: 70%;
    filter: blur(30px);
    transform: rotate(-15deg) skewX(15deg);
    top: -10%;
    content: "";
    width: 40%;
    animation: floatEffect 15s infinite alternate ease-in-out;
    right: -5%;
    position: absolute;
    opacity: 0.2;
    z-index: 0;
}

.program_offeringsex h2::after {
    transform: translateX(-50%) scaleX(0.8);
    background: linear-gradient(90deg, rgb(168,199,187) 0%, rgb(123,168,154) 100%);
    bottom: -12px;
    width: 80px;
    left: 50%;
    transition: transform 0.5s ease;
    content: "";
    position: absolute;
    height: 4px;
}

.program_offeringsex .img_textex:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(40px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
               0 8px 20px rgba(0, 0, 0, 0.1);
}

.program_offeringsex .img_textex:hover::before {
    opacity: 0.7;
}

.program_offeringsex .text_overlayex::before {
    top: 0;
    height: 0;
    transition: height 0.8s ease;
    position: absolute;
    content: "";
    width: 3px;
    background: linear-gradient(to bottom, rgb(168,199,187), rgb(123,168,154));
    left: 0;
}

.program_offeringsex .description {
    font-size: 15px;
    line-height: 1.8;
    position: relative;
    padding-right: 10px;
    max-height: 300px;
    margin-bottom: 1.5rem;
    overflow-y: auto;
    color: #000000;
}

.data_summaryex::before {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    height: 100%;
}

.data_summaryex ul {
    list-style: none;
    gap: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.data_summaryex .fast_gainex:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateX(10px);
}

.data_summaryex .fast_gainex:hover {
    transform: translateY(-10px);
}

.data_summaryex .fast_gainex:nth-child(2n) p {
    background: rgb(123,168,154);
}

.data_summaryex .fast_gainex p::after {
    border-bottom: 15px solid transparent;
    height: 0;
    width: 0;
    z-index: 1;
    border-top: 15px solid transparent;
    content: "";
    border-left: 15px solid rgb(168,199,187);
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.data_summaryex .fast_gainex p::after {
    border-right: 15px solid transparent;
    bottom: -15px;
    transform: translateX(-50%);
    border-top: 15px solid rgb(168,199,187);
    top: auto;
    border-bottom: none;
    border-left: 15px solid transparent;
    left: 50%;
    right: auto;
}

.data_summaryex .fast_gainex:hover svg {
    transform: scale(1.1) rotate(10deg);
}

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

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



.data_summaryex .container::before,
.data_summaryex .container::after {
    content: "";
    height: 300px;
    background: radial-gradient(circle, rgb(168,199,187,0.5) 0%, transparent 70%);
    width: 300px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
}

.data_summaryex .container::before {
    right: -150px;
    top: -150px;
}

.course_instructorex::before {
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(168,199,187) 0%, rgb(123,168,154) 50%, rgb(168,199,187) 100%);
    left: 0;
    right: 0;
}

.course_instructorex .user_reviewex:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
}

.course_instructorex .user_reviewex .img_textex {
    position: relative;
    overflow: hidden;
    width: 180px;
    transform: translateZ(30px);
    height: 180px;
    border: 4px solid #ffffff;
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                clip-path 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.course_instructorex .user_reviewex:hover .name::after {
    width: 100%;
}

.course_instructorex .user_reviewex:hover > div:nth-child(2) > div {
    transform: translateY(0);
    opacity: 1;
}

.course_instructorex .user_reviewex .work_blockex {
    color: #000000;
    position: relative;
    font-size: 15px;
    padding: 0 1rem;
    line-height: 1.8;
    margin: 0;
}

.contact_form_sectionex {
    position: relative;
    padding: 0;
}

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

.contact_form_sectionex .help_panelex {
    display: flex;
    position: relative;
}

.contact_form_sectionex .inquiry_reachex h3::after {
    content: '';
    height: 3px;
    width: 60px;
    bottom: -15px;
    left: 0;
    background: #ffffff;
    position: absolute;
}

.contact_form_sectionex .inquiry_reachex svg {
    width: 25px;
    margin-right: 20px;
    height: 25px;
}

.contact_form_sectionex .inquiry_reachex span {
    color: #ffffff;
    font-size: 14px;
}

.contact_form_sectionex .help_listex {
    padding: 100px 50px 100px 100px;
    width: 60%;
    align-items: center;
    display: flex;
    background-color: #ffffff;
}

.contact_form_sectionex form input[type="text"],
.contact_form_sectionex form input[type="email"] {
    color: #000000;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
    border: none;
    transition: all 0.3s ease;
    background: transparent;
    margin-bottom: 25px;
}

.contact_form_sectionex .connect_supportex input[type="checkbox"]:checked::before {
    width: 6px;
    left: 6px;
    content: '';
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    height: 10px;
    top: 2px;
    border: solid white;
}

.contact_form_sectionex .reach_widgetex {
    z-index: 1;
    position: relative;
    border: none;
    padding: 15px 40px;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    background: rgb(168,199,187);
    transition: all 0.3s ease;
}


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



@media (min-width: 768px) {.ty_bannerex .learn_cultureex {
    padding: 60px 70px;
    gap: 40px;
}.ty_bannerex h5 {
    font-size: calc(24px * 1.2);
}.ty_bannerex p {
    font-size: calc(14px * 1.05);
}
}



@media (min-width: 768px) {.plan_displayex {
    padding: 7rem 2rem;
}.plan_displayex .rate_choiceex {
    align-items: flex-start;
    flex-direction: row;
}.plan_displayex .learning_feesex {
    flex-direction: column;
    margin: 0;
    flex: 0 0 30%;
    text-align: left;
    justify-content: center;
    padding-right: 2rem;
    order: 0;
    display: flex;
}.plan_displayex .learning_feesex h2 {
    text-align: left;
}.plan_displayex .learning_feesex h2::after {
    transform: none;
    left: 0;
}.plan_displayex .study_packagesex {
    max-width: 100%;
    margin: 0;
}.plan_displayex .package_dealex {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}



@media screen and (max-width: 480px) {.landing_pageex .edu_openex {
    padding: 2.5rem 1rem;
    transform: perspective(1000px) rotateX(1deg);
}.landing_pageex .edu_openex h3 {
    font-size: 0.9rem;
    transform: skewX(-2deg);
    padding: 0.6rem 0.8rem;
}.landing_pageex .edu_openex h1 {
    margin: 0.6rem 0 1.2rem;
    font-size: 2rem;
}}



@media (max-width: 576px) {.confidential_cellex {
    padding: 2rem 0.75rem;
}.confidential_cellex .container {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 8px),
            calc(100% - 8px) 100%,
            0 100%
        );
    padding: 1.5rem;
}.confidential_cellex h1 {
    padding-bottom: 0.75rem;
    font-size: calc(42px * 0.7);
}.confidential_cellex h1::after {
    width: 60px;
    height: 3px;
}.confidential_cellex h2 {
    font-size: calc(33px * 0.7);
}.confidential_cellex h2::before {
    height: 8px;
}.confidential_cellex h3 {
    padding-left: 12px;
    font-size: calc(33px * 0.6);
}.confidential_cellex h3::before {
    width: 3px;
}.confidential_cellex h4 {
    font-size: calc(33px * 0.55);
}.confidential_cellex p, 
    .confidential_cellex li,
    .confidential_cellex span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.confidential_cellex ul {
    padding-left: 1.25rem;
}.confidential_cellex span {
    padding-left: 0.75rem;
}}



@media (max-width: 768px) {.our_missionex {
    padding: 3rem 0;
}.our_missionex h2 {
    margin-bottom: 2rem;
    font-size: 29px;
}.our_missionex .text_overlayex {
    padding: 2rem;
    transform: none;
}.our_missionex .container {
    transform: none;
}.our_missionex .text_overlayex div div {
    column-count: 1;
}.our_missionex .text_overlayex p {
    font-size: calc(17px * 1.2);
}
}



@media (max-width: 767px) {.check_it_out_nowex h6 {
    margin-bottom: 1rem;
    text-align: center;
}.check_it_out_nowex div:nth-child(2) {
    margin-top: 1rem;
}
}



@media (min-width: 1400px) {header .head_teachex {
    max-width: 1320px;
    margin: 0 auto;
}header .main_pagewrapex {
    margin: 0 0.7rem;
}header .main_pagewrapex a {
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .head_teachex {
    padding: 0.8rem 1.5rem;
}header .head_learnex {
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    padding: 0.6rem;
    max-width: 140px;
}header .head_barex img {
    max-height: 35px;
}header .header_navbarex {
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
    margin-top: 0.8rem;
}header .header_navbarex::-webkit-scrollbar {
    height: 3px;
}header .header_navbarex::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(168,199,187,0.5);
}header .main_pagewrapex {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .main_pagewrapex a {
    white-space: nowrap;
    font-size: calc(18px - 2px);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    padding: 0.5rem 0.8rem;
}header .main_pagewrapex::after {
    display: none;
}header::after {
    height: 5px;
}
}



@media (hover: none) {.operation_processex .text_overlayex {
    transform: none !important;
    box-shadow: 
      0 10px 30px -10px rgba(0, 0, 0, 0.1), 
      0 1px 4px rgba(0, 0, 0, 0.05) !important;
}.operation_processex p {
    transform: none !important;
}.operation_processex h2::after {
    transform: scaleX(1) !important;
}}



@media (max-width: 767px) {.program_offeringsex {
    padding: 4rem 0;
}.program_offeringsex h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2rem;
}.program_offeringsex .img_textex {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
    height: 250px;
}.program_offeringsex .text_overlayex {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
    padding: 1.5rem;
}.program_offeringsex .description {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
    max-height: 250px;
    margin-bottom: 1rem;
}}



@media (min-width: 768px) {.course_instructorex {
    padding: 7rem 0;
}.course_instructorex .user_reviewex {
    grid-template-columns: 220px 1fr;
    padding: 3rem;
    grid-template-rows: auto 1fr;
    gap: 2.5rem 3rem;
}.course_instructorex .user_reviewex > div:nth-child(1) {
    grid-row: span 2;
}.course_instructorex .user_reviewex > div:nth-child(2) {
    align-items: flex-start;
    text-align: left;
}.course_instructorex .user_reviewex > div:nth-child(3) {
    grid-column: 2;
}.course_instructorex .user_reviewex .img_textex {
    width: 220px;
    height: 220px;
}
}



@media (max-width: 1024px) {.contact_form_sectionex .inquiry_reachex {
    padding: 60px 30px;
}.contact_form_sectionex .help_listex {
    padding: 80px 40px 80px 70px;
}
}



@media (max-width: 768px) {.contact_form_sectionex .help_panelex {
    flex-direction: column;
}.contact_form_sectionex .inquiry_reachex {
    width: 100%;
    clip-path: none;
    padding: 50px 30px;
}.contact_form_sectionex .help_listex {
    padding: 50px 30px;
    width: 100%;
}.contact_form_sectionex .inquiry_reachex h3,
    .contact_form_sectionex form h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}
}



@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}



@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes rotateBackground {
    0% {
        transform: rotate(25deg);
    }
    100% {
        transform: rotate(385deg);
    }
}



@keyframes floatBackground {
  0% {
    transform: rotate(-15deg) skewX(15deg) translate(0, 0);
  }
  100% {
    transform: rotate(-15deg) skewX(15deg) translate(20px, 20px);
  }
}


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

