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

* {
    scrollbar-width: auto;
    scrollbar-color: rgb(120,182,166,0.5) rgb(210,232,225);
}

.top-expert-key {
    flex: 1 0 auto;
}


.receive-updates-key {
    overflow: visible;
    position: relative;
    margin: 5rem 0 5rem;
    padding: 7rem 3rem 5rem;
    background: rgb(210,232,225);
    z-index: 1;
}

.receive-updates-key .container {
    z-index: 3;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.receive-updates-key .study-zone-key::before {
    position: absolute;
    transform: rotate(-15deg);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    left: -20px;
    background: rgb(166,208,197,0.5);
    animation: floatElement 8s ease-in-out infinite;
    z-index: -1;
    height: 120px;
    opacity: 0.3;
    width: 120px;
    top: -40px;
    content: "";
}

.receive-updates-key .connect-map-key {
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 1;
    padding: 1.5rem 2.5rem;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    background: rgb(166,208,197);
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    cursor: pointer;
}

.program-details-key::after {
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    animation: gridMove 30s linear infinite;
    top: 0;
    position: absolute;
    left: 0;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
}

.program-details-key .training-route-key::after {
    position: absolute;
    width: 80%;
    height: 1px;
    background: linear-gradient(to right, rgb(166,208,197) 0%, transparent 100%);
    bottom: -10px;
    filter: blur(1px);
    content: "";
    transform: translateX(-50%);
    left: 50%;
}

.program-details-key .site-header-key::after {
    content: "";
    background: rgb(210,232,225);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    inset: 6px;
    z-index: -1;
}

.program-details-key h3::before {
    height: 3px;
    left: 0;
    content: "";
    bottom: -8px;
    transform-origin: left;
    position: absolute;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 60px;
    background: rgb(166,208,197);
}

.program-details-key .rounded-image-key::after {
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(210,232,225) 100%
    );
    position: absolute;
    mix-blend-mode: multiply;
    top: -25%;
    animation: pulseOverlay 15s ease-in-out infinite;
    content: "";
    opacity: 0.2;
    left: -25%;
    z-index: 1;
    height: 150%;
    width: 150%;
}

.privacy-guardhouse-key {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(210,232,225);
}

.privacy-guardhouse-key ul {
    list-style: none;
    margin-left: 20px;
    color: #000000;
    padding-left: 20px;
}

.privacy-guardhouse-key p {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
}

.privacy-guardhouse-key a:hover {
    color: rgb(120,182,166);
}

.who-we-are-key::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(166,208,197), transparent);
    content: "";
    animation: expandLine 3s ease-out forwards;
    position: absolute;
    width: 100%;
    transform-origin: left;
    left: 0;
    bottom: 0;
}

.who-we-are-key h1::before {
    width: 40px;
    opacity: 0.7;
    position: absolute;
    top: -30px;
    left: -10px;
    content: "";
    height: 40px;
    border-left: 3px solid rgb(120,182,166);
    border-top: 3px solid rgb(120,182,166);
}

.who-we-are-key .story-visual-key:hover::before {
    height: 100%;
}

.who-we-are-key .story-visual-key:hover h4 {
    color: rgb(166,208,197);
    transform: translateX(8px);
}

.who-we-are-key .story-visual-key:hover h4::after {
    background-color: rgb(166,208,197);
    width: 70px;
}

.trackingNoticeModal-key {
    padding: 20px 0;
    background: rgb(120,182,166);
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    border-top: 2px solid rgb(166,208,197);
    position: fixed;
    transition: all 0.3s ease-in-out;
    z-index: 90;
    bottom: 0;
}

.cookie-tab-key {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-decoration: none;
    line-height: 35px;
    border-radius: 22px;
    cursor: pointer;
    box-shadow: rgb(166,208,197,0.5) 0px 4px 10px 0px;
    margin-left: 20px;
    font-size: 19px;
    background: rgb(166,208,197);
    color: #ffffff;
    padding: 10px 20px;
}

header::before {
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(166,208,197,0.5) 49.5%, rgb(166,208,197,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(120,182,166,0.5) 49.5%, rgb(120,182,166,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    animation: gridMove 40s linear infinite;
    opacity: 0.15;
    position: absolute;
    z-index: -1;
    height: 100%;
}

header .head-mainbar-key:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

header .page-top-key:hover::before {
    left: 100%;
}

.pricing-table-key {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(210,232,225), rgba(0, 0, 0, 0.5));
    padding: 5rem 1rem;
}

.pricing-table-key .skill-plans-key {
    flex-direction: column;
    display: flex;
    gap: 3rem;
}

.pricing-table-key .plan-matrix-key h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    font-size: 32px;
    display: inline-block;
}

.pricing-table-key .trial-rates-key {
    position: relative;
    transform: translateZ(0) scale(1);
    overflow: hidden;
    display: block;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    color: #000000;
    text-decoration: none;
    opacity: 0;
}

.pricing-table-key .edu-rates-key {
    font-weight: 700;
    position: relative;
    font-size: 2rem;
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: rgb(166,208,197);
}

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

.study-process-key .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    transform-origin: center top;
    padding: 0 2rem;
}

.study-process-key .study-zone-key::before {
    position: absolute;
    width: 40px;
    right: 30px;
    content: "";
    z-index: -1;
    top: -10px;
    background: rgb(120,182,166);
    height: 40px;
    transform: rotate(45deg);
}

.study-process-key p span {
    padding-left: 1rem;
    display: block;
    border-left: 2px solid rgb(120,182,166,0.5);
    position: relative;
}

.access-now-key::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 2px,
        transparent 2px,
        transparent 8px
    );
    content: "";
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    left: 0;
}

.access-now-key .study-zone-key {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 3px 10px rgba(0, 0, 0, 0.05),
                inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    transform: translateY(0) scale(1);
    gap: 2.5rem;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 80%;
}

.access-now-key .connect-map-key:hover::before {
    transform: translateX(100%);
}

.access-now-key .connect-map-key:active {
    transform: translateY(1px) translateZ(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.title-screen-key > div {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.title-screen-key::after {
    top: 0;
    z-index: 1;
    background-image: 
    linear-gradient(45deg, rgb(210,232,225) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(210,232,225) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(210,232,225) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(210,232,225) 75%);
    left: 0;
    background-size: 20px 20px;
    content: "";
    width: 100%;
    opacity: 0.03;
    position: absolute;
    height: 100%;
}

.title-screen-key .page-lead-key p {
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    transform: translateX(-20px);
    font-size: calc(13px * 1.2);
    line-height: 1.6;
    max-width: 80%;
    animation: fadeInRight 0.8s 0.8s ease-out forwards;
    position: relative;
    padding-left: 20px;
    opacity: 0;
}

.training-specialist-key::after {
    background: radial-gradient(circle at 70% 30%, rgb(120,182,166,0.5) 0%, transparent 40%);
    position: absolute;
    content: "";
    opacity: 0.3;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.training-specialist-key .learner-stories-key:hover .rounded-image-key {
    transform: rotateX(0deg) translateZ(30px);
}

.training-specialist-key .learner-stories-key:hover .employee-section-key {
    transform: rotateX(0deg) translateZ(20px);
}

.training-specialist-key .learner-stories-key:hover .name::after {
    width: 100%;
}

.training-specialist-key .learner-stories-key:hover .name {
    transform: translateZ(10px);
}

.training-specialist-key .learner-stories-key:hover .work-block-key {
    transform: translateZ(5px);
}

.training-specialist-key .work-block-key::before {
    opacity: 0.5;
    content: "";
    position: absolute;
    top: 10px;
    font-size: 60px;
    left: -5px;
    line-height: 0;
    color: rgb(120,182,166,0.5);
}

.tySpotlight-key .study-zone-key {
    position: relative;
    grid-template-columns: 1fr;
    backdrop-filter: blur(15px);
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.85);
    display: grid;
    gap: 2rem;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    clip-path: polygon(
        0% 0%, 
        97% 0%, 
        100% 3%, 
        100% 100%, 
        3% 100%, 
        0% 97%
    );
}

.tySpotlight-key a:hover::before {
    height: 100%;
    opacity: 0.1;
}

.contact-box-key::before {
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
}

.contact-box-key .help-info-key {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    display: flex;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.contact-box-key input[type="text"]::placeholder,
.contact-box-key textarea::placeholder {
    opacity: 0.7;
    color: #000000;
}

.contact-box-key .request-feedback-key {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}

.contact-box-key .request-feedback-key label::before {
    background: #ffffff;
    content: '';
    height: 22px;
    left: 0;
    width: 22px;
    transition: all 0.3s ease;
    border: 2px solid rgb(120,182,166);
    top: 0;
    position: absolute;
}

.contact-box-key .connect-map-key {
    border: none;
    padding: 16px 40px;
    font-size: 19px;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    cursor: pointer;
    background: rgb(166,208,197);
}

.contact-box-key .support-section-key {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-box-key .support-section-key svg {
    margin-right: 20px;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
}

footer {
    width: 100%;
    position: relative;
}

.review-block-key::after {
    opacity: 0.2;
    transform: rotate(30deg);
    position: absolute;
    bottom: -50px;
    content: "";
    height: 300px;
    left: -50px;
    width: 300px;
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(120,182,166,0.5) 15px,
        rgb(120,182,166,0.5) 30px
    );
}

footer .site-header-key {
    position: relative;
}

footer .site-header-key svg {
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
    margin-bottom: 20px;
}

footer .nav-know-key h5::after {
    height: 3px;
    width: 40px;
    bottom: -10px;
    left: 0;
    background-color: rgb(166,208,197);
    position: absolute;
    content: "";
}

footer .subscribe_holder::before {
    background: linear-gradient(135deg, rgb(166,208,197,0.5), transparent);
    top: 0;
    border-radius: 12px;
    left: 0;
    content: "";
    opacity: 0.1;
    bottom: 0;
    right: 0;
    position: absolute;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .achieve-success-key::after {
    position: absolute;
    height: 300px;
    transition: all 0.7s ease;
    content: "";
    transform: rotate(45deg);
    width: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    left: -100px;
    top: -100px;
}

.program-results-key::before {
    width: 100%;
    left: 0;
    content: "";
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(166,208,197,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(120,182,166,0.5) 0%, transparent 60%);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

.program-results-key .caption-box-key:hover::before {
    height: 100%;
}

.program-results-key h1::after {
    width: 70px;
    position: absolute;
    background: rgb(120,182,166);
    height: 3px;
    transform-origin: left;
    bottom: -0.75rem;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform: scaleX(0.6);
}

.program-results-key svg {
    height: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 24px;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0.9);
}

.program-results-key li:nth-child(even):hover {
    transform: translateX(8px);
}



@media (max-width: 992px) {.receive-updates-key {
    margin: 6rem 0 8rem;
    padding: 6rem 2rem 4rem;
}.receive-updates-key p {
    max-width: 70%;
    transform: translateX(30%);
    font-size: calc(35px * 0.9);
}.receive-updates-key p::before {
    left: -40px;
    width: 30px;
}.receive-updates-key .input_holder {
    max-width: 80%;
}
}



@media (max-width: 1200px) {.program-details-key .study-zone-key {
    min-height: 500px;
}.program-details-key .training-route-key {
    padding: 2.2rem;
    grid-column: 1 / 8;
}.program-details-key h3 {
    font-size: calc(33px * 0.9);
}.program-details-key .site-header-key {
    width: 100px;
    height: 100px;
}.program-details-key .site-header-key svg {
    height: 55px;
    width: 55px;
}
}



@media (max-width: 768px) {.program-details-key {
    padding: 4rem 0;
}.program-details-key .rounded-image-key {
    height: 300px;
}.program-details-key .training-route-key {
    padding: 2rem;
    margin-top: -60px;
}.program-details-key .site-header-key {
    height: 90px;
    margin-bottom: 1.3rem;
    width: 90px;
}.program-details-key .site-header-key svg {
    height: 50px;
    width: 50px;
}.program-details-key h3 {
    margin-bottom: 1.3rem;
    font-size: calc(33px * 0.8);
}.program-details-key p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}



@media (min-width: 992px) {.who-we-are-key .student-journey-key ul {
    grid-template-columns: 1fr 1fr;
}.who-we-are-key .story-visual-key:first-child {
    transform: translateY(20px);
}.who-we-are-key .story-visual-key:first-child:hover {
    transform: translateY(15px);
}.who-we-are-key h1 {
    margin-bottom: 70px;
    font-size: calc(46px + 4px);
}
}


@media only screen and (max-width: 1200px) {.trackingNoticeModal-key {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.data-notice-key {
    display: none;
}.cookie-disclaimer-key {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.trackingNoticeModal-key h5 {
    text-align: center;
}.trackingNoticeModal-key p {
    text-align: center;
}.cookie-layer-key {
    text-align: center;
    margin-bottom: 20px;
}.cookie-tab-key {
    max-width: 300px;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}



@media (min-width: 992px) {.pricing-table-key .learn-pricing-key {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.pricing-table-key {
    padding: 8rem 2rem;
}.pricing-table-key .plan-matrix-key {
    flex: 0 0 25%;
}.pricing-table-key .learn-pricing-key {
    flex: 0 0 75%;
}.pricing-table-key .qtr-cost-key {
    padding: 2.5rem;
}
}



@media (max-width: 768px) {.study-process-key {
    padding: 4rem 0;
}.study-process-key::before {
    width: 25%;
}.study-process-key .study-zone-key {
    padding: 2rem 1.5rem;
}.study-process-key h3 {
    margin-bottom: 1.25rem;
    font-size: calc(24px * 1.2);
}.study-process-key p {
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 480px) {.access-now-key h2 {
    font-size: calc(35px * 0.6);
}
}



@media (hover: none) {.access-now-key .study-zone-key {
    transform: none !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                    0 3px 10px rgba(0, 0, 0, 0.05);
}.access-now-key svg {
    transform: none !important;
}.access-now-key .connect-map-key:hover {
    transform: none;
}
}



@media screen and (max-width: 768px) {.title-screen-key {
    padding: 50px 10px;
}.title-screen-key .digital-education-key {
    margin-bottom: 30px;
}.title-screen-key .learning-intro-key {
    font-size: calc(46px * 0.8);
}.title-screen-key .page-lead-key > div {
    min-height: 300px;
    padding: 30px 20px;
}.title-screen-key .page-lead-key p {
    margin-bottom: 20px;
    max-width: 100%;
}.title-screen-key .page-lead-key h3 {
    font-size: calc(24px * 0.8);
    padding: 15px;
}
}



@media (min-width: 992px) {.tySpotlight-key {
    padding: 180px 0;
}.tySpotlight-key .study-zone-key {
    padding: 5rem;
}.tySpotlight-key h5 {
    font-size: calc(22px * 1.2);
}.tySpotlight-key .study-zone-key > div:first-child::after {
    width: 100px;
}
}



@media (max-width: 767px) {.tySpotlight-key {
    padding: 80px 0;
}.tySpotlight-key .study-zone-key {
    padding: 2.5rem;
}.tySpotlight-key h5 {
    font-size: calc(22px * 0.9);
}.tySpotlight-key p {
    font-size: calc(15px * 0.95);
}.tySpotlight-key .study-zone-key > div:first-child::after {
    width: 60px;
}
}



@media (max-width: 576px) {.contact-box-key {
    padding: 60px 0;
}.contact-box-key .rounded-image-key {
    height: 20%;
}.contact-box-key h3 {
    margin-bottom: 30px;
    font-size: calc(44px * 0.7);
}.contact-box-key .reach-box-key,
    .contact-box-key .connect-card-key {
    padding: 25px 20px;
}.contact-box-key input[type="text"],
    .contact-box-key textarea {
    margin-bottom: 20px;
    padding: 12px 0;
}.contact-box-key .connect-map-key {
    padding: 14px 20px;
    width: 100%;
}.contact-box-key .support-section-key li {
    margin-bottom: 20px;
}.contact-box-key .support-section-key svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}}



@media (max-width: 767px) {.program-results-key {
    padding: 3rem 0;
}.program-results-key .container {
    gap: 2rem;
}.program-results-key h1 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.9);
}.program-results-key li {
    margin-bottom: 1rem;
}.program-results-key .rounded-image-key {
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
    max-height: 300px;
}.program-results-key ul {
    gap: 1rem;
}
}



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



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



@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}



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



@keyframes pulse {
    0% {
        opacity: 0.6;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.9;
        transform: scale(1.02);
    }
}



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

