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

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

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    padding: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    z-index: 100;
    position: relative;
    background: linear-gradient(90deg, rgb(119,175,198) 0%, rgb(165,203,218) 100%);
    margin-top: 0;
}

.PK-top-core {
    flex: 1 0 auto;
}

.cP-layer-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

.eo-contact-section::before {
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(165,203,218,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(119,175,198,0.5) 0%, transparent 30%);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    background: rgb(210,230,238);
    z-index: 1;
    left: 0;
}



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

.eo-contact-section h2 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 42px;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.eo-contact-section h2::before {
    content: "";
    left: calc(50% - 50px);
    background: rgb(165,203,218);
    width: 100px;
    position: absolute;
    height: 2px;
    bottom: -15px;
    box-shadow: 
        0 0 5px rgb(165,203,218),
        0 0 10px rgb(165,203,218),
        0 0 15px rgb(165,203,218);
}

.eo-contact-section .FL-img-img {
    overflow: hidden;
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
}

.eo-contact-section .FL-img-img::before {
    z-index: 1;
    inset: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}

.eo-contact-section .QV-contact-query {
    padding: 60px;
    position: relative;
    flex: 0 0 55%;
    background: #ffffff;
}

.eo-contact-section .QV-contact-query::before {
    opacity: 0.3;
    background: rgb(165,203,218,0.5);
    position: absolute;
    content: "";
    height: 200px;
    right: -100px;
    width: 200px;
    z-index: 0;
    filter: blur(100px);
    top: -100px;
}

.eo-contact-section form h3 {
    color: #000000;
    position: relative;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.eo-contact-section form input[type="text"] {
    transition: all 0.3s ease;
    font-size: 13px;
    color: #000000;
    margin-bottom: 25px;
    padding: 18px 25px;
    border-radius: 8px;
    border: 1px solid rgb(165,203,218,0.5);
    width: 100%;
    background: rgb(210,230,238);
}

.eo-contact-section form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.eo-contact-section .DV-query-card input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.eo-contact-section .DV-query-card label::before {
    content: "";
    border-radius: 4px;
    position: absolute;
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    left: 0;
    background: rgb(210,230,238);
    top: 0;
    border: 1px solid rgb(165,203,218,0.5);
}

.eo-contact-section .DV-query-card input[type="checkbox"]:checked + label::after {
    content: "";
    width: 6px;
    left: 8px;
    top: 4px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
}

.eo-contact-section .DV-query-card label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.eo-contact-section .Rd-contact-request {
    background: rgb(165,203,218);
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #ffffff;
    cursor: pointer;
    padding: 18px 30px;
    border: none;
    width: 100%;
    box-shadow: 
        0 5px 15px rgb(165,203,218,0.5),
        0 0 0 1px rgb(165,203,218);
    letter-spacing: 1px;
    font-weight: 700;
}

.eo-contact-section .Rd-contact-request:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.eo-contact-section svg path {
    transition: all 0.3s ease;
    fill: rgb(165,203,218);
}

.eo-contact-section svg:hover,
.eo-contact-section svg:hover path {
    fill: rgb(119,175,198);
    transform: translateY(-2px);
    filter: drop-shadow(0 0 3px rgb(119,175,198,0.5));
}

.Xq-join-our-mailing-list::before {
    content: "";
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(119,175,198,0.5) 0%, transparent 70%);
    width: 200%;
    top: -50%;
    z-index: 0;
    position: absolute;
    animation: rotateGradient 15s infinite linear;
    left: -50%;
    height: 200%;
}

.Xq-join-our-mailing-list .Pb-inquiry-links:hover {
    box-shadow: 
        -18px 18px 0 rgb(119,175,198,0.5),
        20px -20px 40px rgba(255, 255, 255, 0.15);
    transform: translateX(-5%) skewX(5deg) translateY(-5px);
}

.Xq-join-our-mailing-list h3 {
    margin-bottom: 2rem;
    color: #ffffff;
    padding-left: 1rem;
    transform: skewX(-5deg);
    position: relative;
    font-weight: 700;
    font-size: 32px;
}

.Xq-join-our-mailing-list .input_holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
}

.Xq-join-our-mailing-list input[type="email"] {
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    border: 2px solid rgb(119,175,198,0.5);
    color: #000000;
    font-size: 16px;
    background: #ffffff;
    transform: skewX(-5deg);
}

.Xq-join-our-mailing-list .ut-sub-bonus {
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 1.2rem 2.5rem;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    align-self: flex-start;
    transform: skewX(-5deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    background: linear-gradient(135deg, rgb(165,203,218) 0%, rgb(119,175,198) 100%);
    font-weight: 600;
    border-radius: 10px;
    border: none;
}

.Xq-join-our-mailing-list .ut-sub-bonus:hover::before {
    left: 100%;
}

.lZ-test-drive::before {
    background-size: 30px 30px;
    top: 0;
    width: 100%;
    z-index: 1;
    animation: gridAnimate 30s linear infinite;
    height: 100%;
    content: '';
    transform-origin: center bottom;
    left: 0;
    position: absolute;
    opacity: 0.7;
    transform: perspective(500px) rotateX(45deg) scale(2);
    background-image: 
        linear-gradient(30deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(150deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
}

.lZ-test-drive::before {
    top: 0;
    z-index: 2;
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    animation: scanLines 8s linear infinite;
    height: 100%;
    background: 
        repeating-linear-gradient(
            180deg,
            transparent,
            transparent 15px,
            rgba(255, 255, 255, 0.03) 15px,
            rgba(255, 255, 255, 0.03) 16px
        );
}

.lZ-test-drive::before {
    z-index: 2;
    opacity: 0.7;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    background-size: 100px 100px;
    top: 0;
    height: 100%;
    background-image: 
        linear-gradient(30deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(150deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(270deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%);
}



.lZ-test-drive::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(119,175,198), transparent);
    animation: bottomBarAnimate 4s ease-in-out infinite reverse;
    z-index: 3;
    height: 3px;
}

.lZ-test-drive .VP-edu-promise:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(rgb(165,203,218), 0.1);
    transform: translateY(-10px);
}

.lZ-test-drive .VP-edu-promise::before,
.lZ-test-drive .VP-edu-promise::after {
    border-style: solid;
    width: 40px;
    height: 40px;
    position: absolute;
    border-width: 0;
    content: '';
}

.lZ-test-drive .VP-edu-promise::before {
    animation: cornerPulse 3s infinite alternate;
    left: 15px;
    border-left-width: 2px;
    border-color: rgb(165,203,218);
    border-top-width: 2px;
    top: 15px;
}



.lZ-test-drive .VP-edu-promise::before {
    height: 100%;
    background-position: 0 20px, 0 calc(100% - 20px), 20px 0, calc(100% - 20px) 0;
    opacity: 0.7;
    z-index: -1;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgb(165,203,218) 2px, transparent 2px),
        linear-gradient(90deg, rgb(165,203,218) 2px, transparent 2px),
        linear-gradient(0deg, rgb(119,175,198) 2px, transparent 2px),
        linear-gradient(0deg, rgb(119,175,198) 2px, transparent 2px);
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    top: 0;
}

.lZ-test-drive .YD-get-contactbox {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(165,203,218) 0%, rgb(119,175,198) 100%);
    z-index: 2;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    letter-spacing: 2px;
    padding: 1.3rem 3rem;
    justify-content: center;
    border: none;
    display: inline-flex;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 10px;
    color: #ffffff;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.lZ-test-drive .YD-get-contactbox:hover::before {
    opacity: 1;
}

.lZ-test-drive .YD-get-contactbox::after {
    background-image: 
        linear-gradient(90deg, 
            transparent 0%, transparent 20%, 
            rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 40%, 
            transparent 40%, transparent 60%, 
            rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, 
            transparent 80%, transparent 100%);
    position: absolute;
    right: 15px;
    content: '';
    bottom: 7px;
    transition: opacity 0.4s ease;
    left: 15px;
    height: 2px;
    opacity: 0.5;
}

.qg-course-features::after {
    height: 100%;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(119,175,198,0.5) 0%, transparent 40%);
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
    opacity: 0.8;
}

.qg-course-features .PO-learn-work::before {
    content: "";
    height: 100%;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(165,203,218,0.5) 49.5%, rgb(165,203,218,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(165,203,218,0.5) 49.5%, rgb(165,203,218,0.5) 50.5%, transparent 50.5%);
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    background-size: 30px 30px;
    width: 100%;
    left: 0;
}

.qg-course-features .Ms-head-prime {
    margin-bottom: 2rem;
    position: relative;
    height: 90px;
    width: 90px;
    transform: rotate(-5deg) skew(-5deg);
}

.qg-course-features .Ms-head-prime::before {
    background: linear-gradient(
        135deg,
        rgb(165,203,218) 0%,
        rgb(119,175,198) 100%
    );
    inset: -5px;
    animation: pulseLogo 4s ease-in-out infinite alternate;
    filter: blur(5px);
    z-index: -1;
    transform: rotate(5deg);
    border-radius: 12px;
    position: absolute;
    content: "";
}

.qg-course-features .Ms-head-prime svg path {
    fill: rgb(165,203,218);
    transition: fill 0.3s ease;
}

.qg-course-features h3 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 1.8rem;
    position: relative;
    line-height: 1.3;
    font-weight: 700;
    transform: skew(-2deg);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.qg-course-features h3::after {
    background: linear-gradient(to right, rgb(165,203,218), transparent);
    left: 0;
    width: 80px;
    bottom: -15px;
    content: "";
    position: absolute;
    height: 1px;
}

.qg-course-features .FL-img-img {
    transform: perspective(1000px) rotateY(5deg);
    z-index: 2;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 15px 0 0 15px;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    height: 460px;
    grid-area: photo;
    position: relative;
}

.qg-course-features .FL-img-img::after {
    position: absolute;
    height: 50%;
    width: 100%;
    z-index: 2;
    left: 0;
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
    content: "";
    bottom: 0;
    opacity: 0.7;
}

.qg-course-features .VP-edu-promise:hover .PO-learn-work {
    transform: translateX(-20px);
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
}

.Eu-homepage .uW-page-welcome {
    align-items: center;
    min-height: 100vh;
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
}

.Eu-homepage .Zb-teach-style {
    position: relative;
    animation: slide-in 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(8px);
    border-left: 3px solid rgb(119,175,198);
    max-width: 1200px;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
              0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    background: linear-gradient(
    170deg, 
    rgba(255, 255, 255, 0.15), 
    rgba(255, 255, 255, 0.05)
  );
    width: 90%;
}

.Eu-homepage h3 {
    transform: translateX(-10px);
    font-size: clamp(1.25rem, 3vw, 1.8rem);
    color: rgb(255, 255, 255, 0.5);
    opacity: 0;
    animation: fade-slide-right 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    max-width: 800px;
    margin-bottom: 2rem;
    line-height: 1.5;
    font-weight: 400;
}

.Eu-homepage p::before {
    left: 0;
    content: "";
    top: 50%;
    width: 10px;
    position: absolute;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    background-color: rgb(119,175,198);
}

.Wf-leadership-profile::before {
    top: 0;
    height: 100%;
    mix-blend-mode: screen;
    background: 
    radial-gradient(circle at 25% 25%, rgb(165,203,218,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(119,175,198,0.5) 0%, transparent 40%);
    animation: morphBackground 15s infinite alternate ease-in-out;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}

.Wf-leadership-profile .FL-img-img {
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(165,203,218,0.5);
    transform: perspective(1000px) rotateY(-8deg);
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    z-index: 3;
    height: 420px;
    position: relative;
    grid-area: photo;
    border-radius: 29px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.Wf-leadership-profile .name {
    align-self: end;
    font-size: 28px;
    grid-area: name;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transform-origin: left center;
    padding-left: 20px;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    margin: 0;
    transform: perspective(1000px) rotateY(5deg);
}

.Wf-leadership-profile .Hz-review-highlights:hover .name::after {
    transform: scaleX(1);
}

.Wf-leadership-profile .Hz-review-highlights > span:not(.name) {
    padding-left: 20px;
    grid-area: job;
    color: rgb(119,175,198);
    transform-origin: left center;
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(5deg);
    font-size: 20px;
    text-transform: uppercase;
}

.Wf-leadership-profile .HD-past-work::before {
    color: rgb(165,203,218);
    position: absolute;
    content: "";
    top: -15px;
    font-size: calc(43px * 2);
    opacity: 0.7;
    left: 25px;
}

.Wf-leadership-profile .Hz-review-highlights:hover .HD-past-work {
    transform: translateY(-10px);
}

.EX-service-info {
    background: rgb(210,230,238);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.EX-service-info::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(165,203,218), rgb(119,175,198), transparent);
    position: absolute;
    animation: scanline 4s linear infinite;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.EX-service-info .container {
    position: relative;
    z-index: 2;
}

.EX-service-info .xZ-contact-section {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    perspective: 1000px;
    padding: 60px 50px;
    transform-style: preserve-3d;
    background: #ffffff;
    position: relative;
    box-shadow: 0 20px 70px -10px rgba(0, 0, 0, 0.1),
              0 5px 20px -5px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    overflow: hidden;
}

.EX-service-info .xZ-contact-section::after {
    background: linear-gradient(90deg, rgb(165,203,218), rgb(119,175,198));
    content: "";
    z-index: 1;
    top: 0;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
}

.EX-service-info h2::before {
    height: 10px;
    width: 10px;
    top: 50%;
    box-shadow: 0 0 15px rgb(165,203,218);
    border-radius: 2px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    background: rgb(165,203,218);
    animation: pulse 3s infinite;
    position: absolute;
    left: 0;
}

.EX-service-info p:last-of-type {
    background: rgba(0, 0, 0, 0.02);
    display: flex;
    border-left: 3px solid rgb(165,203,218);
    align-items: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 50px;
    padding: 15px 20px;
}

.EX-service-info p:hover svg {
    transform: scale(1.1);
}

.EX-service-info p svg path {
    transition: fill 0.3s ease;
    fill: rgb(165,203,218);
}

.EX-service-info .yJ-course-ask::before {
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    background: linear-gradient(to right, rgb(119,175,198,0.5), transparent);
}

.EX-service-info .YD-get-contactbox::before {
    content: "";
    background: 
    linear-gradient(45deg, rgb(165,203,218,0.5), transparent 70%),
    linear-gradient(135deg, transparent 70%, rgb(119,175,198,0.5));
    top: 0;
    width: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    opacity: 0;
    position: absolute;
    height: 100%;
}

.EX-service-info .YD-get-contactbox svg {
    fill: rgb(165,203,218);
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
}

.EX-service-info .YD-get-contactbox svg path {
    transition: fill 0.4s ease;
    fill: rgb(165,203,218);
}

.EX-service-info .YD-get-contactbox:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    transform: translateY(-10px) scale(1.05);
}

.EX-service-info .YD-get-contactbox:hover svg {
    fill: rgb(165,203,218);
    transform: scale(1.1);
}

.EX-service-info .YD-get-contactbox span {
    background: rgb(165,203,218);
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    animation: ripple 1s linear infinite;
    pointer-events: none;
}

header .Pk-head-train {
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 2.5rem;
    z-index: 5;
    display: flex;
    position: relative;
}

header .Ms-head-prime::before {
    z-index: -1;
    transform: skew(-5deg);
    position: absolute;
    right: -5px;
    opacity: 0.1;
    border: 2px solid #ffffff;
    top: -5px;
    bottom: -5px;
    transition: all 0.3s ease;
    content: '';
    left: -5px;
}

header .Ms-head-prime:hover::before {
    opacity: 0;
}

header .Ms-head-prime:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}

header .LM-site-start:hover {
    transform: scale(1.05);
}

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

header .tP-site-head a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    padding: 0 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0.5px;
    height: 40px;
    justify-content: center;
    font-size: 17px;
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    overflow: hidden;
    text-shadow: 0 0 5px #ffffff;
}

header .tP-site-head a:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .tP-site-head:hover::after {
    opacity: 0.5;
    bottom: -5px;
}

header .Pk-head-train::before {
    content: '';
    left: 0;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    top: 0;
    width: 100%;
}

header .PK-top-core {
    position: relative;
    background: rgb(210,230,238);
    padding-top: 2rem;
    z-index: 1;
}

.Ku-course-benefits {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(165,203,218,0.5) 0%, rgb(210,230,238) 100%);
    position: relative;
    overflow: hidden;
}

.Ku-course-benefits::after {
    opacity: 0.2;
    z-index: 0;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.Ku-course-benefits h2 {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 60px;
    position: relative;
    padding-bottom: 20px;
}

.Ku-course-benefits .VP-edu-promise > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    align-items: stretch;
    flex-wrap: wrap;
    display: flex;
    gap: 60px;
}

.Ku-course-benefits .FL-img-img::before {
    z-index: 1;
    background: linear-gradient(45deg, rgb(165,203,218,0.5) 0%, transparent 60%);
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
}

.Ku-course-benefits .gP-content-box-wrap {
    position: relative;
    min-width: 320px;
    flex-direction: column;
    flex: 1.5;
    display: flex;
}

.Ku-course-benefits .gP-content-box-wrap::before {
    height: 120px;
    position: absolute;
    z-index: -1;
    transform: rotate(45deg);
    content: '';
    border: 2px solid rgb(119,175,198,0.5);
    bottom: -30px;
    width: 120px;
    border-radius: 24px;
    left: -30px;
    opacity: 0.3;
}

.Ku-course-benefits .text_main_holder > div::before {
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.7;
    width: 5px;
    top: 0;
    background: rgb(119,175,198);
}

.Ku-course-benefits .text_main_holder > div::after {
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    content: '';
    background: linear-gradient(135deg, rgb(119,175,198,0.5) 0%, transparent 100%);
    opacity: 0.05;
    position: absolute;
    z-index: -1;
}

.Ku-course-benefits .text_main_holder > div:hover svg {
    transform: scale(1.1);
}

.Ku-course-benefits .text_main_holder svg path {
    fill: rgb(165,203,218);
    transition: fill 0.3s ease;
}

.Ku-course-benefits .text_main_holder p {
    margin: 0;
    line-height: 1.6;
    color: #ffffff;
    font-size: 18px;
}

.lA-our-mission::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

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

.lA-our-mission .gP-content-box-wrap::before {
    top: 0;
    background: linear-gradient(45deg, 
        rgb(165,203,218,0.5) 0%, 
        transparent 100%);
    z-index: -1;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}

.lA-our-mission .gP-content-box-wrap > div:first-child {
    margin-bottom: 10px;
    position: relative;
}

.lA-our-mission h5 {
    text-transform: uppercase;
    transform: translateX(-10px);
    position: relative;
    color: rgb(165,203,218);
    opacity: 0;
    margin: 0 0 10px;
    font-size: 21px;
    font-weight: 700;
    animation: fadeInRight 0.6s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: 2px;
}

.lA-our-mission b {
    font-weight: 700;
    color: rgb(165,203,218);
    letter-spacing: 0.5px;
    font-size: calc(12px * 1.3);
}

.lA-our-mission ol {
    animation: fadeInUp 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    list-style-type: none;
    opacity: 0;
    padding-left: 0;
    margin: 30px 0 0;
    transform: translateY(20px);
    counter-reset: item;
}

footer {
    position: relative;
}

footer::before {
    left: 0;
    z-index: 1;
    opacity: 0.92;
    top: 0;
    right: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #000000 0%, rgb(165,203,218) 150%);
    bottom: 0;
}

.tI-equity-pledge .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.tI-equity-pledge .company_holder::before {
    height: 5px;
    top: 0;
    width: 100%;
    background: rgb(165,203,218);
    position: absolute;
    content: '';
    left: 0;
}

.tI-equity-pledge .company_holder h3::after {
    position: absolute;
    content: '';
    height: 3px;
    width: 60px;
    bottom: -8px;
    left: 0;
    background: rgb(119,175,198);
}

.tI-equity-pledge .vO-grant-info {
    position: relative;
}

.tI-equity-pledge .qB-top-mainwrap {
    gap: 30px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.tI-equity-pledge .MJ-top-teach .qB-top-mainwrap {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.tI-equity-pledge .MJ-top-teach .qB-top-mainwrap a {
    padding: 8px 15px;
    color: #ffffff;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    font-size: 17px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.tI-equity-pledge .MJ-top-teach .qB-top-mainwrap a:hover::before {
    width: 100%;
}

.BP-enroll-info {
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
    position: relative;
    margin-top: 50px;
}

.BP-enroll-info .hV-pitch-comp {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 12px;
    text-align: center;
}



.BP-enroll-info::before {
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    opacity: 0.2;
    top: 0;
    position: absolute;
}

.Ki-appNote {
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(210,230,238) 0%, #ffffff 100%);
    overflow: hidden;
}

.Ki-appNote::after {
    bottom: -5%;
    transform: rotate(-10deg);
    position: absolute;
    content: "";
    background: linear-gradient(125deg, rgb(119,175,198,0.5) 0%, transparent 80%);
    width: 30%;
    height: 70%;
    left: -2%;
    z-index: 1;
}

.Ki-appNote h2 {
    color: #000000;
    transform: translateX(-20px);
    line-height: 1.3;
    max-width: 800px;
    margin-bottom: 40px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 34px;
    opacity: 0;
    animation: slideInTitle 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
}

.Ki-appNote .VP-edu-promise::before {
    width: 5px;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(165,203,218), rgb(119,175,198));
}

.Ki-appNote .VP-edu-promise::after {
    content: "";
    top: 0;
    z-index: -1;
    position: absolute;
    animation: revealGradient 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    right: 0;
    transform: translateX(100%);
    background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0.8) 70%);
    width: 80%;
    height: 100%;
}

.Ki-appNote li::before {
    left: -30px;
    top: 10px;
    height: 10px;
    background: rgb(165,203,218);
    transform: scale(0);
    content: "";
    border-radius: 50%;
    position: absolute;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
    width: 10px;
}

.jT-study-process::before {
    animation: bg-shift 20s linear infinite;
    content: "";
    background: repeating-linear-gradient(
        120deg,
        rgb(165,203,218,0.5) 0%,
        transparent 10%,
        rgb(119,175,198,0.5) 20%,
        transparent 30%,
        rgb(165,203,218,0.5) 40%
    );
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.3;
    position: absolute;
    z-index: -1;
}

.jT-study-process .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.jT-study-process .VP-edu-promise {
    padding: 40px;
    transform-style: preserve-3d;
    perspective: 1000px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.jT-study-process .VP-edu-promise {
    padding: 25px 20px;
}

.jT-study-process .VP-edu-promise {
    padding: 20px 15px;
}

.jT-study-process .VP-edu-promise::after {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 40%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.05) 60%,
        rgba(255, 255, 255, 0.1) 100%
    );
    inset: 0;
    backdrop-filter: blur(10px);
    position: absolute;
    content: "";
    animation: holographic-shimmer 4s ease-in-out infinite alternate;
    border-radius: 21px;
    z-index: -1;
}

.jT-study-process h3::before {
    animation: underline-pulse 3s ease-in-out infinite;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        rgb(165,203,218) 0%,
        rgb(119,175,198) 100%
    );
    top: 110%;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    opacity: 0.8;
    height: 3px;
    left: 50%;
    width: 60px;
}

.jT-study-process h3::before {
    width: 50px;
}

.jT-study-process h3::before {
    width: 40px;
    height: 2px;
}

.jT-study-process span::before {
    animation: shadow-dance 8s ease-in-out infinite alternate;
    width: 100%;
    left: 10px;
    top: 10px;
    background: rgb(165,203,218,0.5);
    z-index: -1;
    filter: blur(20px);
    opacity: 0.2;
    content: "";
    height: 100%;
    position: absolute;
}

.wr-secure-shell {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    font-family: Arial, sans-serif;
    width: 90%;
    position: relative;
    max-width: 1200px;
    border: 1px solid rgb(165,203,218);
    overflow: hidden;
    padding: 50px;
}

.wr-secure-shell h1 {
    padding-bottom: 10px;
    margin-top: 40px;
    text-transform: uppercase;
    z-index: 2;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(165,203,218);
    color: #000000;
    position: relative;
}

.wr-secure-shell h2 {
    margin-top: 35px;
    z-index: 2;
    font-size: 37px;
    color: rgb(119,175,198);
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.wr-secure-shell ul, .wr-secure-shell ol {
    list-style-type: disc;
    padding-left: 40px;
    z-index: 2;
    list-style: none;
    position: relative;
    margin-bottom: 30px;
}

.wr-secure-shell div {
    padding: 25px;
    z-index: 2;
    margin-bottom: 30px;
    line-height: 1.8;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.wr-secure-shell p, .wr-secure-shell span {
    z-index: 2;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
}

.wr-secure-shell a {
    text-decoration: none;
    font-weight: 400;
    position: relative;
    color: rgb(119,175,198);
    z-index: 2;
    border-bottom: 1px solid rgb(119,175,198);
}

.wr-secure-shell button:hover {
    background: rgb(165,203,218);
    border-color: rgb(119,175,198);
}

.Zk-privacySettingsModal {
    z-index: 90;
    width: 100%;
    background: rgb(210,230,238);
    position: fixed;
    bottom: 0;
    border-top: 2px solid rgb(165,203,218);
}

#tp-cookiePopupWindow:checked ~ .Zk-privacySettingsModal {
    opacity: 0;
    visibility: hidden;
}

.Zk-privacySettingsModal h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.qn-privacy-ack svg, .qn-privacy-ack svg path, .qn-privacy-ack img {
    height: 100px;
    width: 100px;
    fill: rgb(165,203,218);
}

.Zk-privacySettingsModal p a {
    text-decoration: none;
    color: rgb(165,203,218);
}


.cP-layer-container .Zk-privacySettingsModal {
    box-shadow: rgb(119,175,198,0.5) 0px 0px 10px 10px;
    background: rgb(165,203,218);
}

.cP-layer-container .LI-data-approve {
    margin-left: 30px;
    font-size: 20px;
    padding: 10px;
    border: none;
    background: #ffffff;
    color: rgb(165,203,218);
}

.cP-layer-container .Zk-privacySettingsModal p a {
    color: rgb(119,175,198);
    text-decoration: underline;
}


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



@media (max-width: 1024px) {.eo-contact-section {
    padding: 80px 0;
}.eo-contact-section .FL-img-img {
    min-height: 500px;
}.eo-contact-section .QV-contact-query {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.eo-contact-section {
    padding: 50px 0;
}.eo-contact-section h2 {
    margin-bottom: 30px;
    font-size: calc(42px * 0.7);
}.eo-contact-section .FL-img-img {
    min-height: 200px;
}.eo-contact-section .QV-contact-query {
    padding: 30px 20px;
}.eo-contact-section form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.eo-contact-section form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.eo-contact-section .DV-query-card {
    margin-bottom: 20px;
}.eo-contact-section .DV-query-card label {
    font-size: calc(16px * 0.9);
}.eo-contact-section .Rd-contact-request {
    padding: 12px 20px;
}}



@media (max-width: 767px) {.Xq-join-our-mailing-list h3 {
    font-size: 20px;
}.Xq-join-our-mailing-list .Pb-inquiry-links {
    padding: 2rem;
    transform: translateX(0) skewX(5deg);
}.Xq-join-our-mailing-list .Pb-inquiry-links:hover {
    transform: translateX(0) skewX(5deg) translateY(-5px);
}}



@media screen and (max-width: 1200px) {.qg-course-features .VP-edu-promise {
    min-height: 450px;
    grid-template-columns: 42% 58%;
}.qg-course-features .PO-learn-work {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.qg-course-features h3 {
    font-size: calc(36px * 0.9);
}
}



@media screen and (max-width: 768px) {.qg-course-features {
    padding: 4rem 0;
}.qg-course-features .FL-img-img {
    height: 300px;
}.qg-course-features .PO-learn-work {
    padding: 2.5rem 2rem;
}.qg-course-features .Ms-head-prime {
    margin-bottom: 1.5rem;
    width: 80px;
    height: 80px;
}.qg-course-features .Ms-head-prime svg {
    height: 45px;
    width: 45px;
}.qg-course-features h3 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.8);
}.qg-course-features p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}



@media (min-width: 768px) {.Eu-homepage .Zb-teach-style {
    margin-left: 10%;
    width: 80%;
    padding: 4rem;
}.Eu-homepage h1 {
    margin-bottom: 2rem;
}.Eu-homepage h1::after {
    width: 120px;
}
}



@media (min-width: 1200px) {.Eu-homepage .Zb-teach-style {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    padding: 5rem;
    margin-left: 15%;
    width: 75%;
}.Eu-homepage h1 {
    margin-bottom: 2.5rem;
}.Eu-homepage h1::after {
    width: 150px;
    height: 5px;
}.Eu-homepage h3 {
    max-width: 80%;
    font-size: 1.8rem;
}.Eu-homepage p {
    font-size: 12px;
    padding-left: 2rem;
}.Eu-homepage p::before {
    width: 12px;
    height: 12px;
}
}



@media (max-width: 767px) {.Eu-homepage .uW-page-welcome {
    padding: 2rem 1rem;
}.Eu-homepage .Zb-teach-style {
    backdrop-filter: blur(5px);
    padding: 2rem;
}.Eu-homepage h1 {
    font-size: 2.2rem;
}.Eu-homepage h3 {
    font-size: 1.2rem;
}
}



@media (hover: hover) {.Eu-homepage .Zb-teach-style:hover {
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.5s ease;
}.Eu-homepage .Zb-teach-style:hover h1::after {
    transition: width 0.5s ease;
    width: 200px;
}
}



@media (max-width: 992px) {.Wf-leadership-profile {
    padding: 80px 0;
}.Wf-leadership-profile .Hz-review-highlights {
    grid-template-areas:
      "FL-img-img"
      "name"
      "Wk-exp-details"
      "HD-past-work";
    grid-template-columns: 1fr;
    gap: 15px;
    grid-template-rows: auto auto auto auto;
}.Wf-leadership-profile .FL-img-img {
    height: 320px;
    transform: none;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    max-width: 320px;
}.Wf-leadership-profile .name,
  .Wf-leadership-profile .Hz-review-highlights > span:not(.name) {
    transform: none;
    text-align: center;
    padding-left: 0;
}.Wf-leadership-profile .name::after {
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.Wf-leadership-profile .Hz-review-highlights:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.Wf-leadership-profile .HD-past-work {
    margin-top: 20px;
}.Wf-leadership-profile .Hz-review-highlights:hover .FL-img-img,
  .Wf-leadership-profile .Hz-review-highlights:hover .name,
  .Wf-leadership-profile .Hz-review-highlights:hover > span:not(.name),
  .Wf-leadership-profile .Hz-review-highlights:hover .HD-past-work {
    transform: none;
}
}



@media (max-width: 576px) {.EX-service-info {
    padding: 50px 0;
}.EX-service-info .xZ-contact-section {
    padding: 35px 25px;
}.EX-service-info h2 {
    padding-left: 15px;
    font-size: calc(32px * 0.8);
}.EX-service-info h2::before {
    height: 8px;
    width: 8px;
}.EX-service-info p {
    font-size: calc(18px * 0.9);
}.EX-service-info p:last-of-type {
    padding: 10px 12px;
}.EX-service-info p svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.EX-service-info .yJ-course-ask {
    gap: 12px;
    justify-content: space-around;
}.EX-service-info .YD-get-contactbox {
    height: 55px;
    width: 55px;
    border-radius: 10px;
}.EX-service-info .YD-get-contactbox svg {
    height: 22px;
    width: 22px;
}.EX-service-info .YD-get-contactbox:hover {
    border-radius: 12px;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .Pk-head-train {
    padding: 0.8rem 1.5rem;
}header .Ms-head-prime {
    max-width: 140px;
}header .Ms-head-prime::before, 
    header .Ms-head-prime::after {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
}header .LM-site-start img {
    max-height: 35px;
}header .MJ-top-teach {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
}header .MJ-top-teach::-webkit-scrollbar {
    height: 3px;
}header .MJ-top-teach::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .tP-site-head {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .tP-site-head a {
    font-size: calc(17px - 2px);
    height: 32px;
    white-space: nowrap;
    padding: 0 0.8rem;
}header .tP-site-head::after {
    display: none;
}
}



@media (max-width: 576px) {.Ku-course-benefits {
    padding: 60px 0;
}.Ku-course-benefits .FL-img-img {
    min-height: 250px;
}.Ku-course-benefits h2 {
    font-size: 37px;
}.Ku-course-benefits .text_main_holder > div {
    padding: 20px;
}.Ku-course-benefits .text_main_holder svg {
    width: 28px;
    height: 28px;
}}



@media (min-width: 992px) {.lA-our-mission {
    padding: 180px 0;
}.lA-our-mission .gP-content-box-wrap {
    margin-left: auto;
    max-width: 75%;
    margin-right: 0;
    transform: perspective(1000px) rotateY(-2deg);
}.lA-our-mission .gP-content-box-wrap:hover::after {
    opacity: 0.4;
    transform: scale(1.1);
    transition: all 0.5s ease;
}.lA-our-mission .gP-content-box-wrap > div:first-child:hover::after {
    width: 100px;
}
}



@media (max-width: 992px) {.tI-equity-pledge .container {
    flex-direction: column;
}
}



@media (max-width: 768px) {.tI-equity-pledge {
    padding: 50px 0;
}.tI-equity-pledge .MJ-top-teach {
    flex: 0 0 100%;
}
}



@media (max-width: 992px) {.Ki-appNote {
    padding: 90px 0 60px;
}.Ki-appNote h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.9);
}.Ki-appNote .VP-edu-promise {
    padding: 35px 40px;
}
}



@media (max-width: 768px) {.Ki-appNote {
    padding: 70px 0 50px;
}.Ki-appNote::before {
    width: 50%;
}.Ki-appNote h2 {
    font-size: calc(34px * 0.8);
    max-width: 100%;
}.Ki-appNote .VP-edu-promise {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}



@media (max-width: 991px) {.jT-study-process {
    padding: 80px 15px;
}.jT-study-process h3 {
    font-size: calc(32px - 4px);
    margin-bottom: 30px;
}.jT-study-process span {
    font-size: calc(17px - 1px);
}.jT-study-process .VP-edu-promise {
    padding: 30px;
}
}



@media only screen and (max-width: 800px) {.wr-secure-shell {
    width: 95%;
    padding: 30px;
}.wr-secure-shell h1 {
    font-size: calc(20px - 10px);
}.wr-secure-shell h2 {
    font-size: calc(20px - 5px);
}.wr-secure-shell ul, .wr-secure-shell ol {
    padding-left: 20px;
}.wr-secure-shell li:before {
    left: -15px;
}.wr-secure-shell button {
    padding: 10px 20px;
}}

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}



@keyframes rotateGradient {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-15deg);
    }
}

@keyframes cornerPulse {
    0% {
        opacity: 0.5;
        width: 40px;
        height: 40px;
    }
    100% {
        opacity: 1;
        width: 50px;
        height: 50px;
    }
}

@keyframes topBarAnimate {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}



@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}



@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}



@keyframes fade-slide-right {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes scale-in {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}



@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) rotate(45deg) scale(1);
    box-shadow: 0 0 15px rgb(165,203,218);
  }
  50% {
    transform: translateY(-50%) rotate(45deg) scale(1.2);
    box-shadow: 0 0 30px rgb(165,203,218);
  }
}

@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}



@keyframes fadeInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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



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



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



@keyframes popIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}



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



@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}



@keyframes title-float {
    0%, 100% {
        transform: translateZ(30px) rotateX(0deg);
    }
    50% {
        transform: translateZ(40px) rotateX(2deg);
    }
}



@keyframes underline-pulse {
    0%, 100% {
        width: 60px;
        opacity: 0.8;
    }
    50% {
        width: 120px;
        opacity: 1;
    }
}



@keyframes shadow-dance {
    0% {
        top: 10px;
        left: 10px;
        filter: blur(20px);
    }
    100% {
        top: -10px;
        left: -10px;
        filter: blur(15px);
    }
}


    
    @keyframes underline-pulse {
        0%, 100% {
            width: 50px;
        }
        50% {
            width: 80px;
        }
    }

