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

* {
    scrollbar-width: auto;
    scrollbar-color: rgb(156,179,204) rgb(106,145,174,0.5);
}

.CXbB-honor-cta {
    flex: 0 0 auto;
}

.CXbB-honor-cta {
    color: #000000;
    padding: 4rem 0 2rem;
    position: relative;
}

html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
}

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


.cpBA-gratContent {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(156,179,204,0.5), rgb(106,145,174,0.5));
}

.cpBA-gratContent::after {
    bottom: -10%;
    height: 80%;
    opacity: 0.05;
    width: 40%;
    pointer-events: none;
    background: rgb(106,145,174);
    transform: rotate(25deg) skew(-15deg);
    position: absolute;
    content: "";
    right: -5%;
}

.cpBA-gratContent .Gilr-knowledge-track:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.cpBA-gratContent .Gilr-knowledge-track::before {
    transform: scaleY(0);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
    background: linear-gradient(to bottom, rgb(156,179,204), rgb(106,145,174));
    width: 6px;
    content: "";
    left: 0;
    height: 100%;
    transform-origin: left center;
}

.cpBA-gratContent h5 {
    position: relative;
    margin: 0;
    font-weight: 700;
    color: #000000;
    font-size: 21px;
    line-height: 1.4;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}

.cpBA-gratContent .Gilr-knowledge-track:hover h5::after {
    transform: scaleX(1);
}

.cpBA-gratContent a {
    transition: transform 0.4s ease;
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.cpBA-gratContent a:hover {
    transform: translateX(5px);
}

.cpBA-gratContent a:hover p {
    color: rgb(156,179,204);
}

.cpBA-gratContent a::before {
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    left: -100%;
    position: absolute;
    transform: skewX(-15deg);
    content: "";
    background: linear-gradient(90deg, #ffffff, rgb(106,145,174,0.5), #ffffff);
    width: 100%;
    opacity: 0.3;
    top: 0;
    pointer-events: none;
    height: 100%;
}

.EQtH-future-students::before {
    height: 200%;
    width: 200%;
    position: absolute;
    left: -50%;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(156,179,204,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(106,145,174,0.5) 0%, transparent 25%);
    animation: rotateBackground 60s linear infinite;
    content: '';
    pointer-events: none;
    top: -50%;
    opacity: 0.4;
}

.EQtH-future-students h4 {
    position: relative;
    letter-spacing: 3px;
    color: #ffffff;
    padding-bottom: 20px;
    text-shadow: 0 0 15px rgb(156,179,204,0.5), 0 0 30px rgb(156,179,204,0.5);
    text-transform: uppercase;
    font-weight: 700;
    font-size: calc(35px * 1.2);
    text-align: center;
    margin: 0 0 70px;
}

.EQtH-future-students div > div {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 -50px;
    perspective: 1500px;
}

.EQtH-future-students p {
    margin: 0;
    overflow: visible;
    background: rgba(0, 0, 0, 0.5);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    box-shadow: 
        0 0 20px rgb(156,179,204,0.5),
        inset 0 0 10px rgb(156,179,204,0.5);
    border-radius: 0;
    padding: 30px 35px;
    display: flex;
    backdrop-filter: blur(5px);
    position: relative;
    font-size: calc(17px * 1.05);
    line-height: 1.7;
    align-items: flex-start;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    border: 1px solid rgb(156,179,204,0.5);
    z-index: 1;
}

.EQtH-future-students p:nth-child(3)::after {
    content: '03';
}

.EQtH-future-students p:nth-child(5)::after {
    content: '05';
}

.EQtH-future-students p:nth-child(7)::after {
    content: '07';
}

.EQtH-future-students p:nth-child(9)::after {
    content: '09';
}

.EQtH-future-students p:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(156,179,204,0.5),
        inset 0 0 15px rgb(156,179,204);
    border-color: rgb(156,179,204);
    z-index: 10;
    transform: translateY(-15px) rotateX(5deg);
}

.EQtH-future-students p:nth-child(3n+3) {
    transform: translateX(30px);
}

.EQtH-future-students p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}

.EQtH-future-students p:hover svg {
    transform: scale(1.2) rotate(15deg);
}

.EQtH-future-students p svg path {
    fill: rgb(156,179,204);
    transition: fill 0.3s ease;
}

.EQtH-future-students .Gilr-knowledge-track::before {
    background: 
        linear-gradient(45deg, transparent 48%, rgb(106,145,174) 49%, rgb(106,145,174) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(106,145,174) 49%, rgb(106,145,174) 51%, transparent 52%) 0 0/20px 20px;
    content: '';
    left: -100px;
    animation: rotateMesh 30s linear infinite;
    width: 200px;
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
    filter: blur(2px);
    height: 200px;
    top: -70px;
}

.foOe-course-program-details {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,215,229) 0%, rgba(240, 240, 245, 0.9) 100%);
    padding: 90px 0;
    position: relative;
}

.foOe-course-program-details::after {
    z-index: 2;
    left: 0;
    content: "";
    height: 8px;
    width: 100%;
    background: linear-gradient(90deg, rgb(156,179,204) 0%, rgb(106,145,174) 50%, rgb(156,179,204) 100%);
    position: absolute;
    bottom: 0;
}

.foOe-course-program-details .WvAO-knowledge-guide {
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
    display: grid;
}

.foOe-course-program-details .CRcf-photo-item::before {
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.4));
}

.foOe-course-program-details .CRcf-photo-item:hover {
    transform: perspective(1000px) rotateY(0);
}

.foOe-course-program-details .VvrY-text-content {
    transition: transform 0.5s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transform: translateY(0);
    padding: 30px;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

.foOe-course-program-details h3 {
    font-size: calc(23px * 1.1);
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    color: #000000;
    line-height: 1.4;
}

.foOe-course-program-details .description {
    line-height: 1.8;
    overflow-y: auto;
    max-height: 250px;
    padding-right: 15px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 18px;
}

.XKHo-contact-information::before {
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    width: 100%;
    content: "";
    z-index: 0;
    background-size: 60px 60px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.XKHo-contact-information h2::after {
    background: rgb(156,179,204);
    bottom: -15px;
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    position: absolute;
    content: "";
}

.XKHo-contact-information .zQdx-query-inquiry::before {
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(156,179,204), rgb(106,145,174));
    position: absolute;
    top: 0;
    height: 5px;
    left: 0;
}

.XKHo-contact-information .CxJI-inquiry-card {
    padding: 60px 50px;
    flex: 0 0 50%;
    position: relative;
    background: #ffffff;
}

.XKHo-contact-information .CxJI-inquiry-card::before {
    height: 100%;
    left: 0;
    background: rgb(202,215,229);
    position: absolute;
    width: 10px;
    top: 0;
    content: "";
}

.XKHo-contact-information h3::after {
    height: 2px;
    left: 0;
    background: rgb(156,179,204,0.5);
    width: 100%;
    content: "";
    position: absolute;
    bottom: 0;
}

.XKHo-contact-information input[type="text"]:focus {
    outline: none;
    border-color: rgb(156,179,204);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.XKHo-contact-information input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}

.XKHo-contact-information .bqDW-help-request input[type="checkbox"] {
    border: 2px solid rgb(202,215,229);
    height: 24px;
    width: 24px;
    position: relative;
    margin-top: 2px;
    transition: all 0.3s ease;
    appearance: none;
    border-radius: 10px;
    cursor: pointer;
}

.XKHo-contact-information .bqDW-help-request label {
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
}

.XKHo-contact-information .bqDW-help-request a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(156,179,204);
}

.XKHo-contact-information .dnhs-query-reach {
    position: relative;
    font-weight: 600;
    background: rgb(156,179,204);
    transition: all 0.3s ease;
    font-size: 18px;
    padding: 16px 40px;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 8px 20px rgb(156,179,204,0.5);
    margin-top: 20px;
    border: none;
    align-self: flex-start;
}

.XKHo-contact-information .dnhs-query-reach:hover::before {
    left: 100%;
}

.XKHo-contact-information svg {
    fill: rgb(156,179,204);
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
}

.XKHo-contact-information svg:hover {
    transform: translateY(-2px);
    fill: rgb(106,145,174);
}

.osmk-our-story::before {
    left: 0;
    top: 0;
    content: "";
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(rgb(156,179,204,0.5), 0.03) 5px,
            rgba(rgb(156,179,204,0.5), 0.03) 10px
        );
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.osmk-our-story::before {
    background: linear-gradient(to right, 
        rgb(156,179,204) 0%, 
        rgb(156,179,204) 20%, 
        transparent 20%, 
        transparent 40%,
        rgb(106,145,174) 40%, 
        rgb(106,145,174) 60%,
        transparent 60%,
        transparent 80%,
        rgb(156,179,204) 80%,
        rgb(156,179,204) 100%
    );
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 5px;
}

.osmk-our-story .cuLt-smart-study {
    grid-template-columns: 1fr;
    display: grid;
    gap: 50px;
    position: relative;
}

.osmk-our-story .rYQp-culture-block {
    position: relative;
    gap: 30px;
    padding: 0;
    grid-template-columns: 3fr 7fr;
    align-items: center;
    display: grid;
}

.osmk-our-story .rYQp-culture-block:nth-child(1) h3 {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    grid-row: 1;
    grid-column: 1;
    margin-right: -30px;
    z-index: 2;
}

.osmk-our-story .rYQp-culture-block:nth-child(2) h3 {
    margin-left: -30px;
    grid-row: 1;
    z-index: 2;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    grid-column: 2;
    background: linear-gradient(
        135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(106,145,174,0.5) 100%
    );
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
}

.osmk-our-story .rYQp-culture-block:nth-child(1) p {
    margin-left: -20px;
    grid-column: 2;
    grid-row: 1;
    border-left: 3px solid rgb(156,179,204);
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}

.osmk-our-story .rYQp-culture-block:nth-child(1)::before {
    z-index: 0;
    opacity: 0.2;
    border-radius: 50%;
    height: 200px;
    position: absolute;
    border: 1px dashed rgb(156,179,204,0.5);
    content: "";
    transform: translateY(-50%);
    animation: rotate 30s linear infinite;
    top: 50%;
    right: -100px;
    width: 200px;
}

header:before {
    animation: gradientMove 6s infinite linear;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgb(156,179,204), rgb(106,145,174), rgb(156,179,204));
    top: 0;
    background-size: 200% 100%;
    content: '';
    left: 0;
    position: absolute;
}

header .Ttui-header-guide {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}

header .UKvJ-top-sitebar:before {
    height: 6px;
    transition: transform 0.3s ease;
    position: absolute;
    background-color: rgb(156,179,204);
    border-radius: 10px;
    top: 50%;
    left: -15px;
    width: 6px;
    content: '';
    transform: translateY(-50%) scale(0);
}

header .UKvJ-top-sitebar:hover {
    color: rgb(156,179,204);
}

header .UKvJ-top-sitebar:hover:before {
    transform: translateY(-50%) scale(1);
}

header .UKvJ-top-sitebar:hover:after {
    transform: scaleX(1);
}

header .esSA-nav-learning:before {
    border-radius: 10px;
    width: 100%;
    top: 0;
    -webkit-mask-composite: xor;
    position: absolute;
    background: linear-gradient(to right, rgb(156,179,204), rgb(106,145,174)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    transition: opacity 0.3s ease;
    content: '';
    opacity: 0;
    height: 100%;
    mask-composite: exclude;
    border: 2px solid transparent;
    left: 0;
}

footer::after {
    background-image: 
        repeating-linear-gradient(0deg, rgb(156,179,204,0.5), rgb(156,179,204,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(156,179,204,0.5), rgb(156,179,204,0.5) 1px, transparent 1px, transparent 20px);
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.1;
    z-index: -1;
}

.CXbB-honor-cta .company_holder {
    padding: 2rem 2.5rem;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    flex: 1 1 400px;
}

.CXbB-honor-cta .company_holder h3 {
    margin: 0 0 1.5rem;
    font-size: 29px;
    position: relative;
    color: rgb(156,179,204);
    letter-spacing: 0.5px;
    font-weight: 700;
}

.CXbB-honor-cta .yGPa-inclusion {
    position: relative;
    color: #000000;
    line-height: 1.7;
    font-size: 17px;
    border-radius: 10px;
    background: rgb(202,215,229);
    border-left: 3px solid rgb(106,145,174);
    padding: 1.5rem;
}

.CXbB-honor-cta .pVHR-head-bar {
    min-width: 200px;
    background: #ffffff;
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 23px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}

.CXbB-honor-cta .pVHR-head-bar .MkeY-header-page {
    gap: 0;
    flex-direction: column;
    display: flex;
    padding: 1rem 0;
}

.CXbB-honor-cta .pVHR-head-bar .MkeY-header-page a::before {
    transition: all 0.3s ease;
    background: rgb(202,215,229);
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    content: "";
    height: 100%;
}

.CXbB-honor-cta .pVHR-head-bar .MkeY-header-page a:hover {
    color: rgb(156,179,204);
    padding-left: 2.2rem;
}

.CXbB-honor-cta .pVHR-head-bar .MkeY-header-page a:hover::before {
    width: 100%;
}

.CXbB-honor-cta .pVHR-head-bar .MkeY-header-page a:hover::after {
    opacity: 1;
}

.nFyR-intern-ship::before {
    position: absolute;
    height: 1px;
    right: 10%;
    top: 0;
    content: "";
    left: 10%;
    background: linear-gradient(90deg, transparent, rgb(156,179,204,0.5), transparent);
}

.aoHw-price-card-item {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.aoHw-price-card-item::before {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
    z-index: 1;
    position: absolute;
}

.aoHw-price-card-item .LxXb-payment-scheme {
    perspective: 1000px;
}

.aoHw-price-card-item h2::after {
    position: absolute;
    background: rgb(156,179,204);
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    bottom: -10px;
    content: "";
    left: 50%;
    box-shadow: 0 0 15px rgb(156,179,204,0.5);
}

.aoHw-price-card-item .FjDO-package-deals {
    list-style: none;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
}

.aoHw-price-card-item .GrEU-discount-tier {
    backdrop-filter: blur(10px);
    overflow: hidden;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    padding: 8px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 8px;
}

.aoHw-price-card-item .fJRt-cost-table {
    height: 100%;
    border: 1px solid rgba(255,255,255,0.05);
    position: relative;
    display: flex;
    padding: 35px 25px;
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    transition: all 0.3s ease;
    flex-direction: column;
    border-radius: 4px;
}

.aoHw-price-card-item .fJRt-cost-table p {
    opacity: 0.8;
    color: #ffffff;
    font-size: calc(12px - 2px);
    margin-bottom: 25px;
    line-height: 1.6;
    flex-grow: 1;
}

.aoHw-price-card-item .UoEK-edu-packages {
    padding: 12px 25px;
    font-size: calc(18px + 4px);
    font-weight: 700;
    position: relative;
    align-self: flex-start;
    display: inline-block;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    border-radius: 30px;
    background: linear-gradient(135deg, rgb(156,179,204) 0%, rgb(106,145,174) 100%);
    color: #ffffff;
    overflow: hidden;
}

.aoHw-price-card-item .UPpC-qtr-cost:hover .GrEU-discount-tier::before {
    opacity: 1;
}

.aoHw-price-card-item .UPpC-qtr-cost:hover .fJRt-cost-table h4::after {
    width: 80px;
}

.aoHw-price-card-item .UPpC-qtr-cost:hover .UoEK-edu-packages::before {
    left: 100%;
}

.ZrLW-secure-stockade {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(202,215,229);
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 2rem;
}

.ZrLW-secure-stockade h2 {
    font-size: 34px;
    color: rgb(106,145,174);
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: 600;
}

.ZrLW-secure-stockade li {
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
    position: relative;
    font-size: 18px;
}

.ZrLW-secure-stockade p {
    font-size: 18px;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.ZrLW-secure-stockade div {
    margin-bottom: 1.5rem;
}

.optc-instructor-profile::before {
    background: linear-gradient(135deg, rgb(156,179,204,0.5), rgb(106,145,174,0.5));
    right: -10%;
    width: 45%;
    filter: blur(25px);
    content: "";
    opacity: 0.15;
    position: absolute;
    top: -5%;
    z-index: 1;
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
}

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

.optc-instructor-profile .qUxt-success-testimonials:hover {
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}

.optc-instructor-profile .qUxt-success-testimonials > div:first-child {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 320px;
}

.optc-instructor-profile .qUxt-success-testimonials .CRcf-photo-item {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    border-radius: 5px;
    transform: translateZ(20px);
    box-shadow: 
        0 10px 30px -10px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
}

.optc-instructor-profile .qUxt-success-testimonials .CRcf-photo-item::after {
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(
        45deg,
        rgb(156,179,204,0.5) 0%,
        transparent 50%
    );
    opacity: 0.4;
    height: 100%;
    content: "";
}

.optc-instructor-profile .qUxt-success-testimonials .name {
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: calc(20px * 1.1);
    margin-bottom: 0.5rem;
    color: #000000;
}

.optc-instructor-profile .qUxt-success-testimonials > div:nth-child(2) > div {
    font-weight: 600;
    margin-top: 0.8rem;
    font-size: calc(15px * 0.95);
    letter-spacing: 0.5px;
    color: rgb(106,145,174);
}

.optc-instructor-profile .qUxt-success-testimonials .tkUA-work-achievements {
    line-height: 1.7;
    font-size: 15px;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    border-left: 3px solid rgb(156,179,204,0.5);
    color: #000000;
    margin: 0;
    position: relative;
}

.gBoU-cookie-alert-message {
    animation: slideIn 0.5s ease-in-out;
    z-index: 90;
    width: 100%;
    box-shadow: 0 -10px 30px rgb(156,179,204,0.5);
    background: rgb(106,145,174);
    border-top: 2px solid rgb(156,179,204);
    position: fixed;
    bottom: 0;
}

.Ppxg-cookies-overview {
    margin-right: 20px;
    box-shadow: 0 0 15px rgb(156,179,204);
    padding: 10px;
    flex-shrink: 0;
    border-radius: 19px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.LAXW-edu-cookies {
    min-width: 300px;
    flex: 1;
    color: #ffffff;
}

.LAXW-edu-cookies p {
    font-size: 18px;
    text-shadow: 0 0 5px rgb(156,179,204,0.5);
    color: #ffffff;
    margin-bottom: 0;
}

.keTx-cookie-lock {
    padding: 12px 25px;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(156,179,204,0.5);
    white-space: nowrap;
    font-size: 14px;
    background: rgb(156,179,204);
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
}

#OAZC-cookieUsageMessage:checked ~ .gBoU-cookie-alert-message {
    opacity: 0;
    visibility: hidden;
}

.KJrz-locate::before {
    content: '';
    top: 0;
    background-position: 0 0, 10px 10px;
    position: absolute;
    opacity: 0.05;
    height: 100%;
    animation: backgroundFloat 60s linear infinite;
    left: 0;
    background-image: 
        radial-gradient(rgb(106,145,174,0.5) 1px, transparent 1px),
        radial-gradient(rgb(156,179,204,0.5) 1px, transparent 1px);
    width: 100%;
    background-size: 20px 20px;
}

.KJrz-locate .fAeL-contact-panel:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.KJrz-locate .fAeL-contact-panel::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(156,179,204), rgb(106,145,174));
    width: 5px;
}

.KJrz-locate .Jrdk-edu-asknow svg {
    height: 22px;
    margin-right: 12px;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke: rgb(156,179,204);
    width: 22px;
    fill: none;
    stroke-width: 2;
}


.KJrz-locate .Jrdk-edu-asknow::after {
    bottom: 0;
    width: 50px;
    content: '';
    left: 30px;
    position: absolute;
    height: 3px;
    background: rgb(156,179,204);
    border-radius: 10px;
}

.KJrz-locate .CRcf-photo-item::after {
    left: 0;
    height: 30%;
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}


.KJrz-locate .FmJK-send-request {
    z-index: 2;
    position: relative;
    background: #ffffff;
    padding: 30px;
}

.KJrz-locate .FmJK-send-request::before {
    height: 150px;
    content: '';
    z-index: -1;
    opacity: 0.5;
    background: rgb(202,215,229);
    border-radius: 0 0 0 100%;
    top: 0;
    right: 0;
    position: absolute;
    width: 150px;
}

.KJrz-locate .FmJK-send-request p {
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    margin: 0 0 15px;
    padding-left: 40px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.KJrz-locate .FmJK-send-request p:last-child {
    margin-bottom: 0;
}

.KJrz-locate .FmJK-send-request p svg {
    top: 4px;
    transition: all 0.3s ease;
    stroke-width: 2;
    stroke-linecap: round;
    fill: none;
    stroke-linejoin: round;
    border-radius: 50%;
    left: 0;
    padding: 4px;
    position: absolute;
    width: 20px;
    height: 20px;
    box-sizing: content-box;
    background: rgb(156,179,204,0.5);
    stroke: rgb(156,179,204);
}

.KJrz-locate .FmJK-send-request p:nth-child(2) svg path {
    animation-delay: 0.2s;
}

.KJrz-locate .FmJK-send-request p:nth-child(4) svg path {
    animation-delay: 0.4s;
}


.KJrz-locate .FmJK-send-request p:not(:last-child)::after {
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    background: linear-gradient(to right, rgb(202,215,229) 0%, transparent 100%);
    position: absolute;
    bottom: -7px;
    left: 30px;
}

.KJrz-locate .FmJK-send-request a {
    z-index: 1;
    position: relative;
    color: rgb(156,179,204);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.KJrz-locate .YCNn-course-info {
    border-top: 1px solid rgb(202,215,229);
    margin-top: 30px;
    padding-top: 25px;
    position: relative;
}

.KJrz-locate .oKGM-ask-questions {
    font-size: 20px;
    display: flex;
    font-weight: 600;
    position: relative;
    align-items: center;
    display: inline-block;
    margin: 0 0 15px;
    color: #000000;
}

.KJrz-locate .oKGM-ask-questions svg path {
    stroke-dashoffset: 30;
    animation: drawSvg 1s forwards ease-out 0.6s;
    stroke-dasharray: 30;
}

.KJrz-locate .wZHB-learn-faq {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    position: relative;
    display: grid;
}

.KJrz-locate .EFPN-edu-ask {
    overflow: hidden;
    transition: all 0.3s ease;
    color: #000000;
    font-size: calc(14px - 2px);
    background: rgb(202,215,229);
    display: flex;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    align-items: center;
    padding: 8px 12px;
    position: relative;
}

.KJrz-locate .EFPN-edu-ask svg {
    stroke-linecap: round;
    margin-right: 6px;
    fill: none;
    opacity: 0.8;
    stroke-linejoin: round;
    stroke: rgb(156,179,204);
    transition: all 0.3s ease;
    height: 14px;
    stroke-width: 2;
    width: 14px;
}

.MFby-title-welcome {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,215,229) 0%, rgba(245, 250, 255, 0.95) 100%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.MFby-title-welcome::before {
    transform: rotate(-5deg);
    height: 70%;
    opacity: 0.15;
    filter: blur(15px);
    content: "";
    animation: floatBackground 18s ease-in-out infinite alternate;
    position: absolute;
    right: -15%;
    background: linear-gradient(45deg, rgb(156,179,204,0.5) 10%, rgb(106,145,174,0.5) 90%);
    z-index: 0;
    top: -10%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 60%;
}

.MFby-title-welcome .VvrY-text-content {
    display: flex;
    max-width: 600px;
    position: relative;
    z-index: 2;
    flex-direction: column;
    padding: 2rem 0;
    align-items: flex-start;
    justify-content: center;
}

.MFby-title-welcome h1::after {
    transform-origin: left;
    left: 0;
    bottom: -0.5rem;
    width: 4rem;
    animation: scaleInX 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(156,179,204) 0%, rgb(106,145,174) 100%);
    transform: scaleX(0);
    position: absolute;
}

.MFby-title-welcome .UiHt-skill-trackfast p {
    max-width: 95%;
    padding-left: 0.75rem;
    position: relative;
    opacity: 0;
    margin-top: 1.5rem;
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
    transform: translateY(10px);
    animation: fadeIn 0.8s ease forwards 0.9s;
}

.MFby-title-welcome svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
}

.MFby-title-welcome svg:hover path {
    fill: rgb(156,179,204);
    filter: brightness(1.1);
}

.MFby-title-welcome svg text {
    font-family: Arial, sans-serif;
    animation: pulseBrightness 4s infinite alternate ease-in-out;
    dominant-baseline: middle;
}

.MFby-title-welcome .dnhs-query-reach {
    background: linear-gradient(45deg, rgb(156,179,204) 0%, rgb(106,145,174) 100%);
    padding: 1rem 2rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 1;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 21px;
    transform: translateY(0);
    text-align: center;
    display: inline-block;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(94, 170, 168, 0.2);
    position: relative;
    overflow: hidden;
    border: none;
}

.MFby-title-welcome .dnhs-query-reach:hover::before {
    left: 100%;
}

.MFby-title-welcome .CRcf-photo-item {
    border-radius: 10px;
    opacity: 0;
    overflow: hidden;
    height: 100%;
    position: relative;
    transform: translateY(10px) scale(0.98);
    animation: fadeIn 1s ease forwards 0.4s, floatUp 6s ease-in-out infinite alternate;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    min-height: 300px;
}

.MFby-title-welcome .CRcf-photo-item:hover::before {
    opacity: 1;
}


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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) {.cpBA-gratContent {
    padding: 150px 0;
}.cpBA-gratContent .Gilr-knowledge-track {
    transform: perspective(1000px) rotateX(2deg);
    max-width: 85%;
    margin: 0 auto;
    padding: 80px 70px;
}.cpBA-gratContent h5 {
    line-height: 1.3;
    font-size: calc(21px * 1.15);
}.cpBA-gratContent p {
    line-height: 1.9;
    font-size: calc(14px * 1.1);
}.cpBA-gratContent h5::after {
    width: 100px;
}
}



@media (min-width: 1200px) {.cpBA-gratContent .Gilr-knowledge-track {
    max-width: 75%;
}
}



@media (max-width: 991px) {.cpBA-gratContent {
    padding: 100px 0;
}.cpBA-gratContent .Gilr-knowledge-track {
    padding: 50px 40px;
}
}



@media (max-width: 575px) {.cpBA-gratContent {
    padding: 60px 0;
}.cpBA-gratContent .Gilr-knowledge-track {
    transform: none;
    padding: 30px 20px;
}.cpBA-gratContent h5 {
    line-height: 1.5;
    font-size: calc(21px * 0.85);
}.cpBA-gratContent p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.cpBA-gratContent h5::after {
    height: 2px;
    width: 60px;
}}



@media (max-width: 767px) {.EQtH-future-students {
    padding: 70px 0;
}.EQtH-future-students h4 {
    margin-bottom: 50px;
    font-size: 35px;
    letter-spacing: 2px;
}.EQtH-future-students div > div {
    margin: 0;
    grid-template-columns: 1fr;
    gap: 25px;
}.EQtH-future-students p {
    transform: none !important;
    padding: 25px;
}.EQtH-future-students p:hover {
    transform: translateY(-10px) !important;
}.EQtH-future-students .Gilr-knowledge-track::before {
    top: -50px;
    left: -60px;
    width: 120px;
    height: 120px;
}.EQtH-future-students .Gilr-knowledge-track::after {
    height: 100px;
    right: -50px;
    bottom: -50px;
    width: 100px;
}
}



@media (max-width: 480px) {.EQtH-future-students {
    padding: 60px 0;
}.EQtH-future-students h4 {
    font-size: calc(35px * 0.85);
    letter-spacing: 1px;
    margin-bottom: 40px;
}.EQtH-future-students p {
    padding: 20px;
    font-size: 17px;
}.EQtH-future-students p svg {
    margin-right: 12px;
    width: 28px;
    height: 28px;
}.EQtH-future-students p::after {
    right: 15px;
    top: -10px;
    font-size: 48px;
}}



@media (min-width: 992px) {.foOe-course-program-details .WvAO-knowledge-guide {
    gap: 60px;
}.foOe-course-program-details .CRcf-photo-item {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    height: 500px;
}.foOe-course-program-details .VvrY-text-content {
    transform: translateX(-80px);
    padding: 50px;
}.foOe-course-program-details .VvrY-text-content:hover {
    transform: translateX(-90px) translateY(0);
}.foOe-course-program-details h3 {
    margin-bottom: 30px;
}.foOe-course-program-details .description {
    line-height: 1.9;
    max-height: 400px;
    font-size: calc(18px * 1.05);
}
}



@media (max-width: 1200px) {.XKHo-contact-information {
    background: #ffffff;
}
}



@media (max-width: 992px) {.XKHo-contact-information {
    padding: 80px 0;
}.XKHo-contact-information .zQdx-query-inquiry {
    flex-direction: column-reverse;
}.XKHo-contact-information .CRcf-photo-item {
    min-height: 350px;
    flex: 0 0 auto;
}.XKHo-contact-information .CxJI-inquiry-card {
    padding: 50px 40px;
    flex: 0 0 auto;
}.XKHo-contact-information .CxJI-inquiry-card::before {
    left: 0;
    height: 10px;
    top: 0;
    width: 100%;
}
}



@media (max-width: 576px) {.XKHo-contact-information {
    padding: 50px 0;
}.XKHo-contact-information .container {
    padding: 0 15px;
}.XKHo-contact-information h2 {
    font-size: calc(32px - 6px);
    margin-bottom: 30px;
}.XKHo-contact-information .CxJI-inquiry-card {
    padding: 35px 25px;
}.XKHo-contact-information #contact {
    gap: 20px;
}.XKHo-contact-information input[type="text"] {
    padding: 15px;
}.XKHo-contact-information .dnhs-query-reach {
    padding: 15px 25px;
    width: 100%;
}.XKHo-contact-information .CRcf-photo-item {
    min-height: 250px;
}}



@media screen and (max-width: 768px) {.osmk-our-story {
    padding: 60px 0;
}.osmk-our-story h2 {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: calc(29px * 0.9);
}.osmk-our-story h2::before {
    top: -30px;
    font-size: calc(39px * 1.2);
}.osmk-our-story .rYQp-culture-block h3 {
    font-size: calc(18px * 0.9);
    width: 90%;
    padding: 12px 20px;
}.osmk-our-story .rYQp-culture-block p {
    padding: 20px;
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}



@media screen and (max-width: 576px) {.osmk-our-story {
    padding: 50px 0;
}.osmk-our-story .container {
    padding: 0 15px;
}.osmk-our-story h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.osmk-our-story h2::before {
    font-size: calc(39px);
    top: -25px;
    left: -5px;
}.osmk-our-story .cuLt-smart-study {
    gap: 40px;
}.osmk-our-story .rYQp-culture-block h3 {
    padding: 10px 15px;
    font-size: calc(18px * 0.85);
    width: 100%;
}.osmk-our-story .rYQp-culture-block p {
    font-size: calc(13px * 0.9);
    padding: 15px;
    line-height: 1.6;
}}



@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .esSA-nav-learning svg {
    height: 32px;
}}



@media (max-width: 1200px) {.CXbB-honor-cta .container {
    gap: 2rem;
}.CXbB-honor-cta .company_holder {
    flex: 1 1 360px;
}.CXbB-honor-cta .ZRSz-cert-block {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.CXbB-honor-cta .MkeY-header-page {
    gap: 2rem;
}
}



@media (max-width: 992px) {.CXbB-honor-cta {
    padding: 3.5rem 0 2rem;
}.CXbB-honor-cta .container {
    flex-direction: column;
    gap: 2.5rem;
}.CXbB-honor-cta .company_holder,
    .CXbB-honor-cta .ZRSz-cert-block {
    min-width: 100%;
    flex: 1 1 100%;
}.CXbB-honor-cta .pVHR-head-bar {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}



@media (max-width: 576px) {.CXbB-honor-cta {
    padding: 2.5rem 0 1rem;
}.CXbB-honor-cta .container {
    gap: 1.5rem;
}.CXbB-honor-cta .pVHR-head-bar {
    min-width: 100%;
    flex: 1 1 100%;
}.CXbB-honor-cta .MkeY-header-page {
    gap: 1rem;
}.CXbB-honor-cta .company_holder {
    padding: 1.5rem;
}.CXbB-honor-cta .yGPa-inclusion {
    padding: 1.2rem;
}.nFyR-intern-ship {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}



@media (max-width: 1200px) {.aoHw-price-card-item {
    padding: 100px 0;
}.aoHw-price-card-item .FjDO-package-deals {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.aoHw-price-card-item .fJRt-cost-table {
    padding: 30px 20px;
}
}



@media (max-width: 480px) {.aoHw-price-card-item {
    padding: 60px 0;
}.aoHw-price-card-item h2 {
    font-size: calc(34px - 6px);
}.aoHw-price-card-item .UHJS-price-view {
    font-size: calc(12px - 1px);
    margin-bottom: 30px;
}.aoHw-price-card-item .fJRt-cost-table {
    padding: 25px 15px;
}.aoHw-price-card-item .fJRt-cost-table p {
    font-size: calc(12px - 3px);
    margin-bottom: 20px;
}.aoHw-price-card-item .UoEK-edu-packages {
    padding: 8px 15px;
    font-size: calc(18px + 0px);
}
}


@media only screen and (max-width: 800px) {.ZrLW-secure-stockade {
    padding: 1rem;
    border-radius: 10px;
}.ZrLW-secure-stockade h1 {
    font-size: calc(19px - 0.5rem);
}.ZrLW-secure-stockade h2 {
    font-size: calc(19px - 0.5rem);
}.ZrLW-secure-stockade p,
    .ZrLW-secure-stockade li {
    font-size: calc(18px - 0.2rem);
}}



@media (min-width: 992px) {.optc-instructor-profile {
    padding: 8rem 0;
}.optc-instructor-profile .qUxt-success-testimonials {
    grid-template-columns: 320px 1fr;
    padding: 4rem;
    gap: 2.5rem 4rem;
}.optc-instructor-profile .qUxt-success-testimonials .name {
    font-size: calc(20px * 1.2);
}.optc-instructor-profile .qUxt-success-testimonials > div:nth-child(2) > div {
    font-size: 15px;
}.optc-instructor-profile .qUxt-success-testimonials .tkUA-work-achievements {
    font-size: calc(15px * 1.05);
    padding: 0.5rem 1rem 0.5rem 2rem;
}
}



@media (max-width: 576px) {.optc-instructor-profile {
    padding: 4rem 0;
}.optc-instructor-profile .qUxt-success-testimonials {
    gap: 1.5rem;
    padding: 2rem;
}.optc-instructor-profile .qUxt-success-testimonials .CRcf-photo-item {
    max-width: 220px;
}.optc-instructor-profile .qUxt-success-testimonials .name {
    font-size: 20px;
}.optc-instructor-profile .qUxt-success-testimonials > div:nth-child(2) > div {
    font-size: calc(15px * 0.9);
}.optc-instructor-profile .qUxt-success-testimonials .tkUA-work-achievements {
    padding: 0.5rem 0 0.5rem 1rem;
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}


@media (min-width: 768px) {.KJrz-locate .fAeL-contact-panel {
    flex-direction: row;
    align-items: stretch;
}.KJrz-locate .CRcf-photo-item {
    height: auto;
    width: 40%;
}.KJrz-locate .FmJK-send-request {
    width: 60%;
    padding: 40px;
}.KJrz-locate .Jrdk-edu-asknow {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    left: 20px;
    top: 20px;
    backdrop-filter: blur(5px);
    position: absolute;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 3;
}.KJrz-locate .Jrdk-edu-asknow svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.KJrz-locate .Jrdk-edu-asknow::after {
    left: 25px;
}.KJrz-locate .FmJK-send-request p svg {
    height: 22px;
    width: 22px;
}.KJrz-locate .oKGM-ask-questions svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}.KJrz-locate .wZHB-learn-faq {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.KJrz-locate .EFPN-edu-ask svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}
}



@media (min-width: 768px) {.MFby-title-welcome .Gilr-knowledge-track {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 3rem;
}.MFby-title-welcome .VvrY-text-content {
    padding-right: 2rem;
}.MFby-title-welcome h1 {
    max-width: 90%;
}.MFby-title-welcome .UiHt-skill-trackfast p {
    max-width: 90%;
}.MFby-title-welcome .CRcf-photo-item {
    min-height: 450px;
}
}



@media (max-width: 767px) {.MFby-title-welcome {
    min-height: auto;
}.MFby-title-welcome .Gilr-knowledge-track {
    min-height: auto;
    padding: 3rem 1.5rem;
}.MFby-title-welcome .VvrY-text-content {
    margin-bottom: 2rem;
}.MFby-title-welcome .CRcf-photo-item {
    margin-bottom: 2rem;
    order: -1;
    min-height: 250px;
}.MFby-title-welcome h1 {
    font-size: 1.75rem;
}.MFby-title-welcome .UiHt-skill-trackfast p {
    font-size: 1rem;
}.MFby-title-welcome .dnhs-query-reach {
    padding: 0.875rem 1.75rem;
}
}



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

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}


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

@keyframes drawSvg {
    to {
        stroke-dashoffset: 0;
    }
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(156,179,204,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}



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



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



@keyframes floatUp {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-5px) scale(1.01);
    }
}



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

