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

.O-nav-base {
    flex: 1 0 auto;
}

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

.w-who-we-are::before {
    position: absolute;
    content: "";
    top: -10%;
    background: linear-gradient(120deg, rgb(137,163,161,0.5) 0%, transparent 80%);
    right: -5%;
    z-index: 1;
    width: 40%;
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    opacity: 0.07;
}

.w-who-we-are .l-expert-learning {
    position: relative;
}

.w-who-we-are .l-expert-learning ul {
    padding: 0;
    list-style: none;
    margin: 0;
    grid-template-columns: 1fr;
    gap: 50px;
    display: grid;
}

.w-who-we-are .u-skill-lab:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 10px 20px rgba(0, 0, 0, 0.05);
}

.w-who-we-are .u-skill-lab:hover h4::after {
    transform: scaleX(1);
}

.w-who-we-are .u-skill-lab:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(30px);
    opacity: 0;
}

.c-program-outcomes {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(172,200,198), 0.95), rgba(rgb(137,163,161,0.5), 0.15));
    perspective: 1000px;
    padding: 120px 0;
}

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

.c-program-outcomes .c-learn-spot:hover {
    transform: rotateX(0) rotateY(0);
}

.c-program-outcomes .c-learn-spot > div:first-child:hover {
    transform: translateZ(40px) scale(1.02);
}

.c-program-outcomes .c-learn-spot > div:first-child:hover::before {
    opacity: 0.3;
}

.c-program-outcomes .H-text-unit:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateZ(25px);
}

.c-program-outcomes li:hover {
    transform: translateX(5px);
}

.c-program-outcomes li::before {
    background: linear-gradient(to bottom, rgb(137,163,161), rgb(102,125,120));
    position: absolute;
    border-radius: 2px;
    transition: height 0.4s ease;
    top: 0;
    height: 0;
    content: "";
    width: 4px;
    left: 0;
}

#N-cookieNoticeOverlay:checked ~ .z-cookie-warning-popup {
    visibility: hidden;
    opacity: 0;
}

.z-cookie-warning-popup p {
    line-height: 1.5;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.d-privacy-ack:hover svg {
    transform: scale(1.1);
}

.v-edu-settings {
    flex-shrink: 0;
    font-size: 18px;
    line-height: 40px;
    color: #000000;
    cursor: pointer;
    min-width: 140px;
    border-radius: 21px;
    background: linear-gradient(90deg, rgb(137,163,161), rgb(102,125,120));
    box-shadow: 0 0 15px rgb(137,163,161);
    padding: 10px 20px;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

header .R-head-master .y-main-mainwrap .Y-main-navbar:hover svg {
    transform: scale(1.08);
}

header .R-head-master .J-nav-pagebar .t-site-prime:last-child {
    margin-right: 0;
}

header .R-head-master .J-nav-pagebar .t-site-prime a:hover {
    letter-spacing: 1px;
    color: rgb(137,163,161);
}

header .R-head-master .J-nav-pagebar .t-site-prime a:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}

header .R-head-master .J-nav-pagebar .t-site-prime a:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}

header .R-head-master .J-nav-pagebar .t-site-prime:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

.u-test-drive::after {
    border-radius: 50%;
    top: -50%;
    height: 100%;
    transform: rotate(-15deg);
    right: -50%;
    z-index: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    width: 100%;
    background: radial-gradient(ellipse at center, rgb(137,163,161,0.5) 0%, transparent 70%);
}

.u-test-drive .c-learn-spot:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.u-test-drive .c-learn-spot:hover svg {
    transform: rotate(15deg) scale(1.1);
}

.u-test-drive svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.u-test-drive .M-contact-query {
    overflow: hidden;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 15px 30px;
    background: #ffffff;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    border-radius: 10px;
    position: relative;
    transition: color 0.4s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    color: rgb(137,163,161);
}

.Z-developer-experience .q-review-experiences {
    transform-style: preserve-3d;
    transform: rotateX(5deg) rotateZ(-1deg);
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    position: relative;
    margin: 0 auto;
    gap: 0;
    z-index: 1;
    max-width: 1100px;
}

.Z-developer-experience .name {
    margin-bottom: 0.5rem;
    transition: transform 0.5s ease;
    font-size: calc(31px * 1.2);
    transform: translateZ(20px);
    color: #000000;
    font-weight: 700;
}

.Z-developer-experience .B-past-jobs {
    transform: translateZ(10px);
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    transition: transform 0.5s ease 0.2s;
    color: #000000;
    font-style: italic;
}

.Z-developer-experience .q-review-experiences:hover .B-past-jobs {
    transform: translateZ(30px);
}

.S-assign-help::before {
    content: "";
    height: 10px;
    left: 0;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    top: 0;
    opacity: 0.2;
    width: 100%;
    background: #ffffff;
    position: absolute;
}

.S-assign-help .Q-main-info {
    gap: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}

.S-assign-help .J-nav-pagebar .Q-main-info {
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    gap: 0.8rem;
}

.S-assign-help .J-nav-pagebar .Q-main-info a:hover::before {
    opacity: 0.7;
}

.i-art-portal .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-contact-section {
    padding: 100px 0;
    background: rgb(172,200,198);
    overflow: hidden;
    position: relative;
}

.p-contact-section .container {
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.p-contact-section h2::before {
    bottom: 0;
    position: absolute;
    left: calc(50% - 40px);
    background: rgb(137,163,161);
    height: 4px;
    width: 80px;
    content: "";
}

.p-contact-section .g-main-photo {
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
}

.p-contact-section .R-message-list {
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding: 60px;
    position: relative;
    flex: 0 0 55%;
}

.p-contact-section form h3 {
    margin-bottom: 40px;
    font-weight: 600;
    display: inline-block;
    color: #000000;
    font-size: 24px;
    position: relative;
}

.p-contact-section form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(137,163,161);
}

.p-contact-section .X-query-widget {
    position: relative;
    margin-bottom: 40px;
}

.p-contact-section .X-query-widget input[type="checkbox"]:checked + label::before {
    border-color: rgb(137,163,161);
    background: rgb(137,163,161);
}

.p-contact-section .X-query-widget label a::after {
    transform: scaleX(1);
    transform-origin: left;
    height: 1px;
    left: 0;
    content: "";
    width: 100%;
    background: rgb(137,163,161);
    position: absolute;
    bottom: -1px;
    transition: transform 0.3s ease;
}

.p-contact-section svg {
    stroke-width: 2;
    stroke: rgb(137,163,161);
    height: 24px;
    transition: all 0.3s ease;
    fill: none;
    width: 24px;
}

.L-customer-opinions {
    background: linear-gradient(135deg, rgb(172,200,198) 0%, rgba(245, 245, 248, 0.95) 100%);
    overflow: hidden;
    padding: 100px 0 120px;
    position: relative;
}

.L-customer-opinions h2 {
    margin-bottom: 50px;
    color: #000000;
    font-size: 37px;
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
}

.L-customer-opinions .q-review-experiences::before {
    font-family: serif;
    color: rgb(102,125,120,0.5);
    opacity: 0.1;
    right: 20px;
    top: 10px;
    content: "";
    z-index: -1;
    font-size: 120px;
    position: absolute;
    line-height: 1;
}

.L-customer-opinions .q-review-experiences:hover img {
    border-color: rgb(137,163,161,0.5);
    transform: scale(1.05);
}

.L-customer-opinions .q-review-experiences h4::after {
    background: rgb(137,163,161);
    position: absolute;
    left: 0;
    height: 2px;
    bottom: -5px;
    content: "";
    transition: width 0.4s ease;
    width: 0;
}

.L-customer-opinions .q-review-experiences:nth-child(odd):hover {
    transform: perspective(1000px) rotateY(0) translateY(-10px);
}

.L-customer-opinions a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) translateY(-5px);
}

.o-help-center::before {
    z-index: 0;
    height: 100%;
    width: 100%;
    right: -50%;
    border-radius: 50%;
    position: absolute;
    background: rgb(102,125,120,0.5);
    top: -50%;
    content: '';
    filter: blur(80px);
}

.o-help-center .g-inquire-now {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
    position: relative;
}

.o-help-center .N-learn-chat:nth-child(3) {
    border-top: 4px solid rgb(137,163,161);
    order: 2;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 19px;
    backdrop-filter: blur(10px);
    padding: 3rem;
    background: linear-gradient(145deg, rgb(102,125,120,0.5), rgba(0, 0, 0, 0.5));
}

.o-help-center .N-learn-chat p {
    opacity: 0.9;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: flex-start;
    display: flex;
    color: #ffffff;
}

.o-help-center .V-contact-us {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
}

.o-help-center .V-contact-us span {
    display: block;
    padding: 0.75rem 1rem;
    text-align: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    font-size: calc(18px * 0.9);
    border-radius: 10px;
    transition: all 0.3s ease;
    border-bottom: 3px solid rgb(102,125,120);
}

.o-help-center .U-support-info a:nth-child(3) {
    border-left-color: rgb(102,125,120);
}

.o-help-center .U-support-info a:hover::before {
    left: 0;
    opacity: 0;
}

.o-help-center .U-support-info a p {
    font-weight: 600;
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    padding-left: 2rem;
}

.o-help-center svg path {
    transition: fill 0.3s ease;
    fill: rgb(102,125,120);
}

.m-privacy-shell h2 {
    font-weight: 600;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    padding-left: 0.5rem;
    border-left: 4px solid rgb(102,125,120);
    font-size: 35px;
    background-color: rgba(0, 0, 0, 0.5);
}

.m-privacy-shell ul li::before {
    content: '⭑';
    font-size: 1.2rem;
    color: rgb(137,163,161);
}

.m-privacy-shell div {
    margin-bottom: 1rem;
}

.m-privacy-shell section {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.v-price-item-element .J-program-fees {
    display: flex;
    flex-direction: column;
}

.v-price-item-element .l-value-plan h2::after {
    content: "";
    width: 80px;
    bottom: -10px;
    left: 0;
    border-radius: 2px;
    height: 4px;
    background: linear-gradient(90deg, rgb(102,125,120), rgb(137,163,161));
    position: absolute;
}

.v-price-item-element .f-study-packages:nth-child(2) {
    --i: 2;
}

.v-price-item-element .D-learn-sub {
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
}

.v-price-item-element .p-rate-list {
    display: block;
    position: relative;
    margin: 20px 0;
    font-weight: 700;
    transition: all 0.3s ease;
    color: rgb(102,125,120);
    font-size: calc(22px + 4px);
}

.v-price-item-element .g-main-photo::after {
    content: "";
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    left: 0;
    z-index: 1;
}

.f-course-structure .j-skill-work:hover .y-knowledge-track {
    animation-play-state: paused;
}

.f-course-structure .P-program-track:hover img {
    transform: scale(1);
    filter: brightness(0.9) contrast(1.05);
}

.f-course-structure .container {
    margin: auto;
    position: relative;
    height: 100%;
    align-items: center;
    z-index: 2;
    padding: 2rem;
    display: flex;
    justify-content: center;
}

.f-course-structure .S-knowledge::before {
    width: 100%;
    content: "";
    left: 0;
    opacity: 0.7;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
    animation: pulse-gradient 8s ease infinite;
    position: absolute;
}

.f-course-structure .S-knowledge h3::after {
    left: 50%;
    height: 2px;
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(137,163,161) 0%,
        rgb(102,125,120) 100%
    );
    width: 30%;
    transition: width 0.3s ease;
    bottom: -8px;
    transform: translateX(-50%);
}

.f-course-structure .S-knowledge .M-contact-query::after {
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    content: "";
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scale(0);
    width: 200%;
}

.f-course-structure::after {
    z-index: 1;
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.8;
    height: 100%;
}

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

.m-thxBox h2::after {
    position: absolute;
    width: 80px;
    transform: scaleX(0);
    content: "";
    left: 0;
    bottom: -15px;
    transform-origin: left;
    animation: growLine 1.2s ease-out forwards 0.8s;
    background: linear-gradient(90deg, rgb(137,163,161) 0%, rgb(102,125,120) 100%);
    height: 3px;
}

.m-thxBox li span {
    display: block;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-size: 17px;
}

.x-welcome-section {
    height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.x-welcome-section .d-page-begin {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
}

.x-welcome-section .n-skill-studio {
    max-width: 850px;
    padding: 3.5rem;
    position: relative;
    clip-path: polygon(
    0% 0%, 
    100% 0%, 
    97% 97%, 
    3% 100%
  );
    backdrop-filter: blur(10px);
    width: 90%;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 5;
    background: rgba(255, 255, 255, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.3),
    inset 2px 2px 6px rgba(255, 255, 255, 0.2),
    inset -2px -2px 6px rgba(0, 0, 0, 0.2);
}

.x-welcome-section p {
    font-size: calc(14px * 1.1);
    opacity: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    transform: translateX(-10px);
    max-width: 90%;
    position: relative;
    color: #ffffff;
    display: inline-block;
    line-height: 1.6;
    animation: slideInTitle 0.8s cubic-bezier(0.17, 0.67, 0.32, 1.22) forwards 0.7s;
}

.O-teaching-process .c-learn-spot {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.O-teaching-process .H-text-unit {
    background: #ffffff;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding: 2.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    border-left: 4px solid rgb(137,163,161);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(10px) translateX(0);
}



@media (min-width: 768px) {.w-who-we-are .l-expert-learning ul {
    grid-template-columns: 1fr 1fr;
}.w-who-we-are h1 {
    margin-bottom: 70px;
    font-size: calc(44px * 1.1);
}.w-who-we-are h1::after {
    width: 100px;
}.w-who-we-are .u-skill-lab {
    padding: 45px 40px;
}.w-who-we-are .u-skill-lab div {
    max-height: 350px;
}
}



@media screen and (min-width: 992px) {.c-program-outcomes {
    padding: 150px 0;
}.c-program-outcomes h5 {
    font-size: calc(23px * 1.1);
    margin-bottom: 80px;
}.c-program-outcomes .c-learn-spot {
    gap: 60px;
}.c-program-outcomes .c-learn-spot > div:first-child {
    width: 40%;
}.c-program-outcomes .H-text-unit {
    padding: 50px;
    width: 60%;
}
}



@media (max-width: 991px) {.u-test-drive {
    padding: 90px 0;
}.u-test-drive h2 {
    max-width: 700px;
    font-size: calc(33px * 0.9);
}.u-test-drive .c-learn-spot {
    padding: 25px 35px;
}
}



@media (max-width: 767px) {.u-test-drive {
    padding: 70px 0;
}.u-test-drive h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.u-test-drive h2::after {
    width: 60px;
}.u-test-drive .c-learn-spot {
    gap: 20px;
    flex-direction: column;
    padding: 30px;
}.u-test-drive svg {
    height: 45px;
    width: 45px;
}.u-test-drive .M-contact-query {
    padding: 12px 24px;
}
}



@media (max-width: 768px) {.S-assign-help {
    padding: 3rem 0 1.5rem;
}.S-assign-help .company_holder {
    padding: 2rem;
}.S-assign-help .company_holder h3 {
    font-size: calc(33px - 2px);
}.S-assign-help .Q-main-info {
    gap: 1.5rem;
}.i-art-portal {
    margin-top: 2rem;
}
}



@media (max-width: 1024px) {.p-contact-section {
    padding: 80px 0;
}.p-contact-section .g-main-photo {
    min-height: 500px;
}.p-contact-section .R-message-list {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.p-contact-section {
    padding: 50px 0;
}.p-contact-section h2 {
    font-size: calc(32px * 0.85);
}.p-contact-section .B-support-card {
    margin-top: 30px;
}.p-contact-section .g-main-photo {
    min-height: 200px;
}.p-contact-section .R-message-list {
    padding: 30px 20px;
}.p-contact-section form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.p-contact-section form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.p-contact-section .X-query-widget {
    margin-bottom: 25px;
}.p-contact-section .X-query-widget label {
    font-size: calc(16px * 0.9);
}.p-contact-section .M-contact-query {
    padding: 12px 25px;
}}



@media (max-width: 768px) {.o-help-center {
    padding: 4rem 0;
}.o-help-center .container {
    padding: 0 1.5rem;
}.o-help-center .N-learn-chat {
    padding: 2rem;
}.o-help-center .N-learn-chat h2 {
    font-size: calc(31px * 0.9);
}.o-help-center .A-message-request {
    padding: 1.5rem;
}.o-help-center .V-contact-us {
    grid-template-columns: repeat(2, 1fr);
}.o-help-center .N-learn-chat .g-main-photo {
    min-height: 250px;
}
}



@media (min-width: 1200px) {.v-price-item-element .J-program-fees {
    flex-direction: row-reverse;
}.v-price-item-element .l-value-plan {
    margin-bottom: 0;
    width: 30%;
    padding-left: 50px;
}.v-price-item-element .R-offer-box {
    width: 70%;
}.v-price-item-element .l-value-plan h2 {
    font-size: calc(33px + 4px);
}
}



@media (max-width: 992px) {.f-course-structure .S-knowledge {
    padding: 3rem;
}.f-course-structure .c-learn-spot {
    max-width: 700px;
}.f-course-structure .S-knowledge h3 {
    font-size: calc(33px * 0.9);
}.f-course-structure .S-knowledge p {
    max-width: 95%;
}
}



@media screen and (max-width: 992px) {.m-thxBox {
    padding: 80px 0 60px;
}.m-thxBox h2 {
    font-size: calc(30px * 0.9);
    max-width: 100%;
}.m-thxBox .c-learn-spot {
    padding: 30px;
    transform: perspective(1000px) rotateY(-1deg);
}
}



@media (max-width: 992px) {.x-welcome-section .n-skill-studio {
    clip-path: polygon(
      0% 0%, 
      100% 0%, 
      98% 98%, 
      2% 100%
    );
    max-width: 700px;
    padding: 2.5rem;
}.x-welcome-section h1 {
    font-size: calc(47px * 0.9);
}.x-welcome-section h3 {
    font-size: 24px;
}
}



@media (max-width: 991px) {.O-teaching-process {
    padding: 4rem 1.5rem;
}.O-teaching-process h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.9);
}.O-teaching-process .H-text-unit {
    padding: 2rem;
}
}



@media (max-width: 576px) {.O-teaching-process {
    padding: 2.5rem 0.75rem;
}.O-teaching-process h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.25rem;
}.O-teaching-process .H-text-unit {
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    border-left-width: 3px;
}.O-teaching-process p {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}.O-teaching-process .H-text-unit::before {
    display: none;
}
}

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



@keyframes gradient-shift {
    0% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
}

