﻿header,footer {
    width: 100%;
}


header {
    z-index: 99;
    overflow: visible;
    width: 100%;
    position: relative;
    background: #ffffff;
}


.w-who-we-are {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(172,200,198) 0%, rgba(245, 245, 250, 1) 100%);
}

.w-who-we-are h1 {
    margin-bottom: 60px;
    position: relative;
    transform: translateZ(0);
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 44px;
}

.w-who-we-are .u-skill-lab {
    overflow: hidden;
    padding: 40px 35px;
    position: relative;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 5px;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
}

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

.c-program-outcomes h5 {
    line-height: 1.4;
    margin-right: auto;
    letter-spacing: 0.05em;
    position: relative;
    color: #000000;
    font-size: 23px;
    margin-bottom: 60px;
    font-weight: 700;
    transform: translateZ(10px);
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    transform-style: preserve-3d;
}

.c-program-outcomes .c-learn-spot > div:first-child {
    transition: transform 0.5s ease;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px);
    border-radius: 26px;
    width: 100%;
    position: relative;
}

.c-program-outcomes .H-text-unit {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 26px;
    padding: 35px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 100%;
    background: rgba(#ffffff, 0.95);
    transform: translateZ(20px);
}

.c-program-outcomes li:hover svg {
    transform: translateY(-2px) scale(1.1);
}

.c-program-outcomes svg path {
    transition: fill 0.3s ease;
    fill: rgb(137,163,161);
}


#N-cookieNoticeOverlay {
    display: none;
}

.z-cookie-warning-popup h5 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: Arial, sans-serif;
}

.d-privacy-ack svg {
    fill: rgb(137,163,161);
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
}

.cookie_button.U-cookie-preference:hover {
    box-shadow: 0 0 15px rgb(102,125,120);
    background: rgba(0, 0, 0, 0.5);
}

header::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(137,163,161), rgb(102,125,120));
    height: 5px;
}

header .R-head-master .y-main-mainwrap {
    position: relative;
    z-index: 2;
}

header .R-head-master .y-main-mainwrap {
    margin-bottom: 20px;
}

header .R-head-master .J-nav-pagebar {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

header .R-head-master .J-nav-pagebar {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

header .R-head-master .J-nav-pagebar .t-site-prime a::after {
    transform: scaleX(0);
    transform-origin: left center;
    background-color: rgb(102,125,120);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}

header .R-head-master .J-nav-pagebar .t-site-prime a::after {
    height: 3px;
    bottom: -2px;
    opacity: 0.3;
}

.u-test-drive::before {
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    position: absolute;
    z-index: 1;
    top: 0;
    pointer-events: none;
    content: "";
    left: 0;
}

.u-test-drive h2::after {
    content: "";
    height: 3px;
    bottom: -15px;
    border-radius: 1px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    background: #ffffff;
    position: absolute;
}

.u-test-drive svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 50px;
    width: 50px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transform: rotate(0deg);
}

.u-test-drive .M-contact-query::after {
    content: "";
    transition: width 0.4s ease;
    top: 0;
    width: 0;
    position: absolute;
    left: 0;
    z-index: -2;
    height: 100%;
    background: rgb(102,125,120);
}

.u-test-drive .c-learn-spot div {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(0);
}

.Z-developer-experience::after {
    background: rgb(137,163,161,0.5);
    width: 50%;
    right: -10%;
    top: -20%;
    z-index: 0;
    height: 140%;
    position: absolute;
    content: "";
    filter: blur(60px);
    transform: rotate(-15deg);
}

.Z-developer-experience .p-employee-view {
    background: #ffffff;
    flex-direction: column;
    padding: 3rem 3rem 3rem 5rem;
    transform-style: preserve-3d;
    transition: all 0.7s ease;
    z-index: 1;
    justify-content: center;
    margin-left: -3rem;
    position: relative;
    display: flex;
    transform: translateZ(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.Z-developer-experience .q-review-experiences:hover .g-main-photo {
    transform: translateZ(50px) translateX(-20px);
}

.Z-developer-experience .q-review-experiences:hover .name {
    transform: translateZ(40px);
}

footer::before {
    opacity: 0.85;
    background: linear-gradient(120deg, rgb(137,163,161) 0%, rgb(102,125,120) 100%);
    right: 0;
    z-index: -2;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
}

.S-assign-help .company_holder h3 {
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    font-size: 33px;
    text-transform: uppercase;
    padding: 0.5rem 2rem;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.S-assign-help .J-nav-pagebar {
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}

.S-assign-help .J-nav-pagebar .Q-main-info a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}

.S-assign-help .J-nav-pagebar .Q-main-info a::before {
    height: 100%;
    background: #ffffff;
    content: "";
    opacity: 0;
    left: 0;
    top: 0;
    width: 3px;
    position: absolute;
    transition: all 0.3s ease;
}

.p-contact-section::before {
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(137,163,161,0.5) 0,
        rgb(137,163,161,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    position: absolute;
    content: "";
    opacity: 0.07;
    top: 0;
    z-index: 1;
}

.p-contact-section h2::after {
    height: 4px;
    width: 30px;
    content: "";
    background: rgb(102,125,120);
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}

.p-contact-section .R-message-list::before {
    width: 150px;
    position: absolute;
    content: "";
    height: 150px;
    border-radius: 50%;
    border: 30px solid rgb(137,163,161,0.5);
    right: -75px;
    z-index: 0;
    top: -75px;
}

.p-contact-section form input[type="text"] {
    color: #000000;
    font-size: 14px;
    width: 100%;
    background: transparent;
    margin-bottom: 25px;
    border: none;
    border-bottom: 2px solid rgb(172,200,198);
    padding: 20px 25px;
    transition: all 0.3s ease;
}

.p-contact-section .X-query-widget label::before {
    border: 2px solid rgb(172,200,198);
    height: 22px;
    width: 22px;
    top: 0;
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    left: 0;
    background: transparent;
}

.p-contact-section .X-query-widget label a:hover {
    color: rgb(102,125,120);
}

.p-contact-section .M-contact-query::before {
    left: -10px;
    top: 0;
    z-index: -1;
    width: 0;
    transform: skewX(-25deg);
    content: "";
    height: 100%;
    transition: width 0.5s ease;
    background: rgb(102,125,120);
    position: absolute;
}

.p-contact-section svg:hover,
.p-contact-section svg:hover path {
    stroke: rgb(102,125,120);
}

.L-customer-opinions::after {
    z-index: 1;
    width: 35%;
    transform: rotate(10deg) skewX(-5deg);
    bottom: -10%;
    position: absolute;
    opacity: 0.09;
    height: 60%;
    left: -5%;
    content: "";
    background: linear-gradient(240deg, rgb(102,125,120,0.5) 0%, rgba(255,255,255,0) 80%);
}

.L-customer-opinions .q-review-experiences {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    padding: 30px;
    z-index: 2;
    border-radius: 8px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
}

.L-customer-opinions .q-review-experiences:hover h4 {
    color: rgb(137,163,161);
}

.L-customer-opinions .q-review-experiences:hover h4::after {
    width: 70%;
}

.L-customer-opinions .q-review-experiences:nth-child(odd) {
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
}

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

.L-customer-opinions a:hover::before {
    left: 100%;
}

.o-help-center {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: rgb(172,200,198);
}

.o-help-center::after {
    height: 80%;
    filter: blur(100px);
    left: -30%;
    position: absolute;
    bottom: -30%;
    animation: pulse 15s infinite alternate;
    border-radius: 50%;
    z-index: 0;
    width: 80%;
    background: rgb(137,163,161,0.5);
    content: '';
}

.o-help-center .N-learn-chat:nth-child(2) {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    order: 3;
    border-radius: 19px;
    overflow: hidden;
}

.o-help-center .N-learn-chat h2::before {
    width: 40px;
    height: 4px;
    position: absolute;
    left: 0;
    content: '';
    bottom: -10px;
    background: rgb(102,125,120);
    border-radius: 2px;
}

.o-help-center .N-learn-chat p span {
    font-weight: 600;
    opacity: 1;
}

.o-help-center .A-message-request h3 {
    color: #ffffff;
    align-items: center;
    margin-bottom: 1.5rem;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 19px;
    display: flex;
}

.o-help-center .N-learn-chat .g-main-photo {
    position: relative;
    height: 100%;
    transition: transform 0.5s ease;
    min-height: 350px;
}

.o-help-center .N-learn-chat .g-main-photo:hover {
    transform: scale(1.03);
}

.o-help-center .U-support-info a {
    overflow: hidden;
    flex-direction: row;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    display: flex;
    position: relative;
}

.o-help-center svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
    fill: none;
}

.o-help-center .U-support-info a:hover svg path {
    fill: #ffffff;
}

.m-privacy-shell h3, .m-privacy-shell h4, .m-privacy-shell h5, .m-privacy-shell h6 {
    margin: 10px 0;
}

.m-privacy-shell ul {
    margin: 10px 0;
    padding-left: 0;
    list-style: none;
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
}

.m-privacy-shell p, .m-privacy-shell span {
    margin-bottom: 1rem;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
}

.v-price-item-element::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(102,125,120,0.5), 0.05) 0%, rgba(rgb(137,163,161,0.5), 0.08) 100%);
    left: 0;
}

.v-price-item-element .p-plan-pricing {
    margin-top: 25px;
    line-height: 1.6;
    color: #000000;
    max-width: 800px;
    font-size: 18px;
}

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

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

.v-price-item-element .Z-value-deals {
    position: relative;
    padding: 35px 30px;
    box-sizing: border-box;
    z-index: 2;
    min-height: 250px;
}

.v-price-item-element .Z-value-deals h3 {
    margin-bottom: 20px;
    position: relative;
    transition: transform 0.3s ease;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    font-size: calc(22px + 2px);
}

.v-price-item-element .Z-value-deals p {
    word-wrap: break-word;
    hyphens: auto;
    margin-top: 15px;
    line-height: 1.6;
    white-space: normal;
    font-size: 18px;
    transition: color 0.3s ease;
    color: #000000;
    overflow-wrap: break-word;
    word-break: normal;
}

.f-course-structure .y-knowledge-track {
    height: 100%;
    width: 500%;
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    display: flex;
}

.f-course-structure .y-knowledge-track {
    animation-duration: 25s;
}

.f-course-structure .P-program-track::before {
    width: 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%
    );
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    animation: gradient-shift 8s infinite alternate;
    height: 100%;
}

.f-course-structure .S-knowledge::after {
    animation: shine-effect 10s ease-in-out infinite;
    z-index: -1;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    transform: translateX(-100%);
    right: 0;
}

.f-course-structure .S-knowledge .M-contact-query::before {
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(
        45deg,
        rgb(102,125,120) 0%,
        rgb(137,163,161) 100%
    );
    opacity: 0;
}

.f-course-structure .S-knowledge .M-contact-query:hover::after {
    opacity: 1;
    animation: ripple-out 1.5s ease;
    transform: scale(1);
}



.f-course-structure .P-program-track:nth-child(1)::before {
    animation-delay: 0s;
}

.f-course-structure .P-program-track:nth-child(3)::before {
    animation-delay: 4s;
}

.f-course-structure .P-program-track:nth-child(5)::before {
    animation-delay: 8s;
}

.m-thxBox::after {
    animation: rotate 24s linear infinite;
    z-index: 1;
    position: absolute;
    opacity: 0.4;
    border-radius: 50%;
    height: 200px;
    right: -50px;
    width: 200px;
    top: -50px;
    border: 2px solid rgb(137,163,161,0.5);
    content: "";
}

.m-thxBox .c-learn-spot:hover {
    transform: perspective(1000px) rotateY(0deg);
}

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

.m-thxBox li {
    animation: fadeInUp 0.8s ease forwards 1s;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    padding-left: 25px;
}




.m-thxBox .container::before,
.m-thxBox .container::after {
    height: 4px;
    content: "";
    border-radius: 50%;
    background: rgb(137,163,161);
    position: absolute;
    width: 4px;
    opacity: 0.7;
}

.m-thxBox .container::before {
    box-shadow: 
        30px 50px 0 -1px rgb(102,125,120),
        80px -20px 0 -1px rgb(137,163,161),
        120px 60px 0 -1px rgb(102,125,120),
        200px 40px 0 -1px rgb(137,163,161);
    top: 30px;
    right: 15%;
}

.x-welcome-section h1 {
    color: #ffffff;
    position: relative;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    font-size: calc(47px * 1.1);
    transform: translateX(-10px);
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: slideInTitle 0.8s cubic-bezier(0.17, 0.67, 0.32, 1.22) forwards 0.3s;
    font-weight: 700;
}

.x-welcome-section h3::before {
    position: absolute;
    content: "";
    background: rgb(102,125,120);
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.7;
    width: 3px;
}

.O-teaching-process::before {
    pointer-events: none;
    position: absolute;
    opacity: 0.07;
    top: 0;
    z-index: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(137,163,161,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 90%, rgb(102,125,120,0.5) 0%, transparent 30%);
    width: 100%;
    height: 100%;
    content: "";
}

.O-teaching-process h2::after {
    height: 4px;
    bottom: -12px;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(137,163,161), transparent);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    width: 40%;
}

.O-teaching-process .c-learn-spot:hover h2 {
    transform: translateZ(25px);
}

.w-who-we-are .u-skill-lab div::-webkit-scrollbar {
    width: 4px;
}

.w-who-we-are .u-skill-lab div::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.03);
}

.w-who-we-are .u-skill-lab div::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgb(137,163,161,0.5);
}



@media screen and (min-width: 768px) {.c-program-outcomes .c-learn-spot {
    align-items: stretch;
    flex-direction: row;
}.c-program-outcomes .c-learn-spot > div:first-child {
    width: 45%;
    max-height: 480px;
}.c-program-outcomes .g-main-photo {
    height: 100%;
}.c-program-outcomes .H-text-unit {
    align-items: center;
    display: flex;
    width: 55%;
}.c-program-outcomes ul {
    grid-template-columns: repeat(2, 1fr);
}
}


@media only screen and (max-width: 800px) {.d-privacy-ack {
    display: none;
}.W-user-default {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.z-cookie-warning-popup h5 {
    font-size: 17px;
    margin-bottom: 5px;
}.d-cookie-layer {
    margin-bottom: 15px;
}.v-edu-settings {
    margin: 10px 0;
    min-width: 100%;
}}



@media (max-width: 479px) {.u-test-drive {
    padding: 50px 0;
}.u-test-drive h2 {
    font-size: calc(33px * 0.7);
    line-height: 1.5;
}.u-test-drive h2::after {
    bottom: -12px;
    width: 50px;
}.u-test-drive .c-learn-spot {
    padding: 25px 20px;
}.u-test-drive svg {
    height: 40px;
    width: 40px;
}.u-test-drive .M-contact-query {
    text-align: center;
    padding: 12px 20px;
    font-size: calc(16px * 0.9);
    width: 100%;
}}



@media (max-width: 576px) {.S-assign-help {
    padding: 2.5rem 0 1rem;
}.S-assign-help .J-nav-pagebar {
    min-width: 100%;
    flex: 1 1 100%;
}.S-assign-help .Q-main-info {
    gap: 1rem;
}.i-art-portal {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
}.S-assign-help::before {
    height: 5px;
}
}



@media (max-width: 768px) {.p-contact-section {
    padding: 60px 0;
}.p-contact-section .B-support-card {
    flex-direction: column;
}.p-contact-section .g-main-photo {
    width: 100%;
    min-height: 300px;
}.p-contact-section .R-message-list {
    width: 100%;
    padding: 40px 30px;
}.p-contact-section form h3 {
    margin-bottom: 30px;
}.p-contact-section form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.p-contact-section .X-query-widget {
    margin-bottom: 30px;
}.p-contact-section .M-contact-query {
    padding: 15px 30px;
    width: 100%;
}
}



@media (max-width: 1100px) {.o-help-center .g-inquire-now {
    flex-direction: column;
}.o-help-center .N-learn-chat {
    min-width: 100%;
}.o-help-center .N-learn-chat:nth-child(1) {
    order: 1;
}.o-help-center .N-learn-chat:nth-child(2) {
    order: 2;
}.o-help-center .N-learn-chat:nth-child(3) {
    order: 3;
}.o-help-center .N-learn-chat .g-main-photo {
    min-height: 300px;
}
}


@media only screen and (max-width: 800px) {.m-privacy-shell {
    padding: 1.5rem;
    gap: 1rem;
    border-radius: 10px;
}.m-privacy-shell h1 {
    font-size: calc(19px * 0.9);
}.m-privacy-shell h2 {
    font-size: calc(19px * 0.9);
}.m-privacy-shell ul {
    gap: 0.5rem;
}.m-privacy-shell ul li {
    padding: 0.75rem;
}.m-privacy-shell ul li::before {
    font-size: 1rem;
}}



@media (max-width: 767px) {.v-price-item-element {
    padding: 60px 0;
}.v-price-item-element .R-offer-box {
    grid-template-columns: 1fr;
    gap: 20px;
}.v-price-item-element .Z-value-deals {
    padding: 25px 20px;
}.v-price-item-element .g-main-photo {
    height: 180px;
}.v-price-item-element .l-value-plan h2 {
    font-size: calc(33px - 2px);
}.v-price-item-element .p-plan-pricing {
    font-size: calc(18px - 1px);
}
}



@media screen and (max-width: 768px) {.m-thxBox {
    padding: 60px 0 40px;
}.m-thxBox h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.m-thxBox .c-learn-spot {
    clip-path: none;
    transform: none;
    padding: 25px;
}.m-thxBox li {
    padding-left: 20px;
}.m-thxBox li::before {
    height: 6px;
    top: 7px;
    width: 6px;
}.m-thxBox li span {
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 576px) {.x-welcome-section .n-skill-studio {
    clip-path: polygon(
      0% 0%, 
      100% 0%, 
      100% 97%, 
      0% 100%
    );
    transform: none;
    width: 92%;
    padding: 1.8rem;
}.x-welcome-section .n-skill-studio:hover {
    transform: translateY(-5px);
}.x-welcome-section h1 {
    font-size: calc(47px * 0.7);
    margin-bottom: 1rem;
}.x-welcome-section h3 {
    margin-bottom: 1rem;
    padding-left: 0.8rem;
    font-size: calc(24px * 0.9);
}.x-welcome-section p {
    font-size: calc(14px * 0.95);
}.x-welcome-section h1::before {
    top: -8px;
    width: 50px;
    height: 3px;
}.x-welcome-section p::after {
    width: 40px;
    height: 2px;
}
}



@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}



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



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



@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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

