header,footer {
    width: 100%;
}

header {
    padding: 1.2rem 0;
    position: relative;
    z-index: 1000;
    background-color: rgb(210,232,225);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
}

.receive-updates-key::before {
    opacity: 0.1;
    position: absolute;
    width: 90%;
    transform: skewY(-3deg);
    z-index: -2;
    top: -30px;
    content: "";
    left: 5%;
    height: calc(100% + 60px);
    background: linear-gradient(135deg, rgb(166,208,197,0.5) 0%, rgb(120,182,166,0.5) 100%);
}

.receive-updates-key p {
    max-width: 60%;
    align-self: flex-start;
    line-height: 1.3;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateX(40%);
    font-size: 35px;
    font-weight: 700;
    color: #000000;
}

.receive-updates-key .input_holder::before {
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    z-index: -1;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    background: #ffffff;
    position: absolute;
}

.receive-updates-key .connect-map-key:hover::before {
    transform: translateX(0) skewX(-15deg);
}

.program-details-key::before {
    left: -25%;
    content: "";
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(166,208,197,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(120,182,166,0.5) 0%, transparent 50%);
    transform-origin: center;
    position: absolute;
    animation: pulseBackground 20s ease-in-out infinite alternate;
    width: 150%;
    filter: blur(60px);
    top: -25%;
    height: 150%;
    opacity: 0.6;
    z-index: 0;
}

.program-details-key .site-header-key {
    transform-style: preserve-3d;
    margin-bottom: 1.5rem;
    height: 110px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: relative;
    transition: all 0.5s ease;
    width: 110px;
}

.program-details-key .site-header-key::before {
    content: "";
    animation: rotateConic 10s linear infinite;
    z-index: -1;
    background: conic-gradient(
        from 0deg, 
        rgb(166,208,197) 0%, 
        rgb(120,182,166) 50%, 
        rgb(166,208,197) 100%
    );
    position: absolute;
    inset: -4px;
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
}

.program-details-key .rounded-image-key {
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 500px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-row: 1 / 13;
    overflow: hidden;
    animation: morphShape 20s ease-in-out infinite alternate;
    grid-column: 5 / 13;
    z-index: 4;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    position: relative;
}

.program-details-key .study-zone-key:hover .site-header-key svg path {
    fill: rgb(120,182,166);
}

.privacy-guardhouse-key h2 {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 15px;
    color: rgb(120,182,166);
    margin-top: 30px;
}

.privacy-guardhouse-key li {
    margin-bottom: 10px;
    position: relative;
    font-size: 12px;
}

.privacy-guardhouse-key span {
    background-color: rgb(166,208,197,0.5);
    border-radius: 10px;
    padding: 2px 5px;
}

.who-we-are-key::before {
    height: 100%;
    content: "";
    position: absolute;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(to right, transparent, rgba(rgb(166,208,197,0.5), 0.05));
    right: 0;
    width: 35%;
    z-index: 1;
    top: 0;
}

.who-we-are-key .student-journey-key {
    position: relative;
}

.who-we-are-key .student-journey-key ul {
    padding: 0;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
    display: grid;
    gap: 60px;
}

.who-we-are-key .story-visual-key::before {
    position: absolute;
    background: rgb(166,208,197);
    content: "";
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    top: 0;
    width: 5px;
    height: 0;
}

.who-we-are-key .story-visual-key div {
    max-height: 250px;
    margin: 0;
    overflow-y: auto;
    padding-right: 15px;
    color: #000000;
    line-height: 1.75;
    font-size: 12px;
}

.trackingNoticeModal-key p {
    font-size: 15px;
    color: #ffffff;
    max-width: 500px;
}

.data-notice-key svg, .data-notice-key svg path {
    fill: rgb(166,208,197);
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
}

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

.wrapper-segment-key .trackingNoticeModal-key {
    padding: 40px 0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(120,182,166);
}


#consentNotification-key {
    display: none;
}

header::after {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(166,208,197) 0%, 
        rgb(120,182,166) 50%, 
        rgb(166,208,197) 100%);
    height: 4px;
    content: '';
}

header .head-mainbar-key::before {
    background: linear-gradient(45deg, rgb(166,208,197), rgb(120,182,166));
    left: -2px;
    transform: scale(0.95);
    position: absolute;
    border-radius: calc(10px + 2px);
    opacity: 0;
    bottom: -2px;
    z-index: -1;
    content: '';
    right: -2px;
    transition: all 0.3s ease;
    top: -2px;
}

header .page-top-key svg {
    position: relative;
    width: 160px;
    height: auto;
    z-index: 2;
}

.pricing-table-key::before {
    z-index: 1;
    pointer-events: none;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, transparent 0%, rgb(166,208,197,0.5) 30%, transparent 70%);
    content: "";
    opacity: 0.1;
    left: 0;
    position: absolute;
    top: 0;
}

.pricing-table-key .pay-plans-key {
    line-height: 1.6;
    font-size: 12px;
    margin: 0 auto;
    max-width: 90%;
    color: #000000;
}

.pricing-table-key .trial-rates-key:nth-child(1) {
    animation-delay: 0.1s;
}

.pricing-table-key .trial-rates-key:nth-child(2) {
    animation-delay: 0.2s;
}

.pricing-table-key .trial-rates-key::before {
    transform: scaleX(0);
    transform-origin: left;
    height: 5px;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(166,208,197), rgb(120,182,166));
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}

.pricing-table-key .edu-rates-key::after {
    background-color: rgb(120,182,166);
    width: 40px;
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
}

.pricing-table-key .trial-rates-key:hover .rounded-image-key {
    transform: scale(1.05);
}

.pricing-table-key .trial-rates-key:hover .rounded-image-key::after {
    opacity: 0.4;
}

.study-process-key::after {
    transform: translateY(5px) scaleX(0.98);
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(166,208,197) 0%, rgb(120,182,166) 50%, rgb(166,208,197) 100%);
    filter: blur(3px);
    z-index: 2;
    content: "";
    left: 0;
    opacity: 0.7;
    height: 15px;
    bottom: 0;
}

.study-process-key .study-zone-key:hover > div {
    transform: translateY(-8px);
}

.study-process-key h3::after {
    height: l3px;
    position: absolute;
    bottom: 0;
    transform-origin: left;
    left: 0;
    width: 70px;
    content: "";
    transition: width 0.3s ease-out;
    background: rgb(166,208,197);
}

.access-now-key {
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(120,182,166,0.5), rgb(166,208,197,0.5) 60%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    z-index: 1;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    margin: 5rem 0;
}

.access-now-key h2 {
    margin-right: auto;
    text-align: center;
    max-width: 85%;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    line-height: 1.4;
    padding: 0.5rem 0;
    margin-left: auto;
}

.access-now-key svg path {
    fill: rgb(166,208,197);
    transition: fill 0.3s ease;
}

.access-now-key .connect-map-key {
    font-size: 16px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    padding: 1rem 2.5rem;
    color: #ffffff;
    transform: translateZ(0);
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(166,208,197), rgb(120,182,166));
    display: inline-block;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    min-width: 200px;
}

.title-screen-key .digital-education-key {
    animation: slideInLeft 0.8s ease-out forwards;
    position: relative;
    margin-bottom: 40px;
    transform: translateX(-5%);
}

.title-screen-key .page-lead-key {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 1s 0.5s ease-out forwards;
    border-radius: 10px;
    transform: translateY(20px);
    opacity: 0;
}

.title-screen-key .page-lead-key > div {
    z-index: 2;
    flex-direction: column;
    padding: 60px 40px;
    min-height: 400px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    position: relative;
}

.training-specialist-key::before {
    height: 100%;
    opacity: 0.4;
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(166,208,197,0.5) 0%, transparent 40%);
}

.training-specialist-key .rounded-image-key::before {
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    content: "";
    height: 100%;
}

.training-specialist-key .name {
    transition: transform 0.4s ease;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    font-size: 29px;
    transform: translateZ(0);
    color: rgb(166,208,197);
}

.training-specialist-key .learner-stories-key:hover .employee-section-key > div:nth-child(2) {
    transform: translateZ(15px);
    color: rgb(120,182,166);
}

.tySpotlight-key {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,232,225) 0%, #ffffff 100%);
}

.tySpotlight-key .container {
    z-index: 2;
    position: relative;
}

.tySpotlight-key .study-zone-key::before {
    content: "";
    height: 100%;
    background: linear-gradient(45deg, transparent 48%, rgb(120,182,166,0.5) 49%, transparent 51%);
    pointer-events: none;
    left: 0;
    background-size: 10px 10px;
    opacity: 0.08;
    top: 0;
    width: 100%;
    position: absolute;
}

.tySpotlight-key .study-zone-key:hover h5 {
    transform: translateX(10px);
}

.tySpotlight-key a {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    position: relative;
    transform: translateY(0);
    text-decoration: none;
}

.tySpotlight-key p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
}

.contact-box-key .rounded-image-key::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(210,232,225) 100%);
}

.contact-box-key form h3 {
    text-transform: none;
    color: #000000;
    margin-bottom: 30px;
    text-align: left;
    font-size: 24px;
    text-shadow: none;
    letter-spacing: normal;
    font-weight: 700;
}

.contact-box-key textarea {
    height: 120px;
    resize: none;
}

.contact-box-key .request-feedback-key label {
    color: #000000;
    font-size: 15px;
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
}

.contact-box-key .request-feedback-key a {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(166,208,197);
}

.contact-box-key .connect-card-key {
    flex-direction: column;
    justify-content: center;
    flex: 1;
    background: #000000;
    padding: 60px 40px;
    position: relative;
    color: #ffffff;
    display: flex;
}

.contact-box-key .connect-card-key h4::after {
    content: '';
    width: 50px;
    position: absolute;
    height: 3px;
    bottom: -15px;
    left: 0;
    background: rgb(166,208,197);
}

.contact-box-key .support-section-key li:hover {
    transform: translateX(5px);
}

.contact-box-key .support-section-key li:hover svg {
    transform: scale(1.2);
}

.contact-box-key .support-section-key a:hover {
    color: rgb(166,208,197);
}

footer .academy-info-key {
    position: relative;
    z-index: 1;
}

footer .info_item {
    display: flex;
    align-items: center;
}

footer .info_item svg {
    flex-shrink: 0;
    margin-right: 15px;
    width: 20px;
    height: 20px;
    fill: rgb(166,208,197);
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-weight: 300;
    transition: color 0.3s ease;
    font-size: 18px;
    color: #ffffff;
}

footer .achieve-cta-key {
    font-size: 13px;
    line-height: 1.6;
    max-width: 330px;
    color: rgba(255, 255, 255, 0.7);
}

footer .main-mainbar-key a {
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    padding: 8px 0;
    font-size: 18px;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 18px;
}

footer .achieve-success-key {
    text-transform: uppercase;
    padding: 15px 20px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    border: none;
    display: inline-block;
    transition: all 0.3s ease;
    background-color: rgb(166,208,197);
    overflow: hidden;
    cursor: pointer;
}

.program-results-key .rounded-image-key {
    height: auto;
    width: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 4%, 96% 100%, 4% 96%);
    transform: perspective(1000px) rotateY(-2deg);
    object-fit: cover;
}

.program-results-key h1 {
    margin-bottom: 1.75rem;
    position: relative;
    letter-spacing: -0.01em;
    font-size: calc(30px * 1.1);
    transform: translateZ(0);
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
}

.program-results-key ul {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: 1fr;
    margin: 1.5rem 0 0;
    list-style: none;
    padding: 0;
}

.program-results-key svg path {
    fill: rgb(120,182,166);
    transition: fill 0.3s ease;
}

.program-results-key li:nth-child(odd) {
    transform: translateX(0);
}



::-webkit-scrollbar {
    height: 12px;
    width: 8px;
}

::-webkit-scrollbar-button {
    height: 4px;
    background: #ffffff;
    width: 14px;
}

::-webkit-scrollbar-track {
    border-radius: 4.4rem;
    border: 1px dashed rgb(210,232,225);
    box-shadow: inset -5px 2px 11px -1px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    transition: all, background, box-shadow 4.3s ease;
    background: rgb(120,182,166,0.5);
    border-radius: 3.1vh;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    box-shadow: -5px 3px 3px 1px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(166,208,197);
}

.who-we-are-key .story-visual-key div::-webkit-scrollbar {
    width: 4px;
}

.who-we-are-key .story-visual-key div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.who-we-are-key .story-visual-key div::-webkit-scrollbar-thumb {
    background: rgb(120,182,166);
    border-radius: 10px;
}


@media only screen and (max-width: 800px) {.privacy-guardhouse-key {
    padding: 20px;
}.privacy-guardhouse-key h1 {
    font-size: calc(21px * 0.8);
}.privacy-guardhouse-key h2 {
    font-size: calc(21px * 0.8);
}.privacy-guardhouse-key ul {
    margin-left: 10px;
    padding-left: 10px;
}.privacy-guardhouse-key li::before {
    left: -15px;
}.privacy-guardhouse-key p {
    font-size: calc(12px * 0.9);
}}



@media (max-width: 991px) {.who-we-are-key {
    padding: 80px 0 70px;
}.who-we-are-key::before {
    width: 25%;
}.who-we-are-key h1 {
    margin-bottom: 50px;
}.who-we-are-key .story-visual-key {
    padding: 30px;
}
}



@media (max-width: 480px) {.who-we-are-key {
    padding: 50px 0 40px;
}.who-we-are-key h1 {
    font-size: 29px;
    margin-bottom: 35px;
}.who-we-are-key .student-journey-key ul {
    gap: 30px;
}.who-we-are-key .story-visual-key {
    padding: 20px;
}.who-we-are-key .story-visual-key h4 {
    font-size: calc(22px + 2px);
    margin-bottom: 15px;
    padding-bottom: 10px;
}}



@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .header-navbar-key {
    flex-direction: column;
}header .nav-know-key {
    justify-content: center;
    width: 100%;
    padding: 10px;
    gap: 0.5rem;
    order: 2;
    margin-top: 1rem;
    flex-wrap: wrap;
}header .head-mainbar-key {
    padding: 0.5rem 0.7rem;
    font-size: calc(17px - 2px);
}header .page-top-key {
    order: 1;
    margin-bottom: 0.5rem;
}header .page-top-key svg {
    width: 130px;
}
}



@media (max-width: 992px) {.study-process-key {
    padding: 5rem 0;
}.study-process-key .study-zone-key {
    padding: 2.5rem 2rem;
}.study-process-key h3 {
    font-size: calc(37px * 0.8);
}
}



@media (max-width: 576px) {.study-process-key {
    padding: 3.5rem 0;
}.study-process-key .container {
    padding: 0 1rem;
    transform: perspective(1000px) rotateX(0deg);
}.study-process-key .study-zone-key {
    border-left: 3px solid rgb(166,208,197);
    padding: 1.75rem 1.25rem;
}.study-process-key .study-zone-key::before {
    display: none;
}.study-process-key h3 {
    padding-bottom: 0.75rem;
    font-size: calc(16px * 1.3);
    margin-bottom: 1rem;
}.study-process-key h3::after {
    width: 50px;
}.study-process-key p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.study-process-key p span {
    padding-left: 0.75rem;
}.study-process-key p span::before {
    font-size: 3.5rem;
    left: -10px;
    top: -15px;
}}



@media (min-width: 768px) {.training-specialist-key .learner-stories-key {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
}.training-specialist-key .rounded-image-key {
    transform-origin: right;
    transform: rotateY(-10deg);
    border-radius: 22px 0 0 22px;
    height: 100%;
}.training-specialist-key .learner-stories-key:hover .rounded-image-key {
    transform: rotateY(0deg) translateZ(30px);
}.training-specialist-key .employee-section-key {
    transform-origin: left;
    transform: rotateY(5deg);
    border-radius: 0 22px 22px 0;
}.training-specialist-key .learner-stories-key:hover .employee-section-key {
    transform: rotateY(0deg) translateZ(20px);
}
}



@media (max-width: 480px) {.tySpotlight-key {
    padding: 60px 0;
}.tySpotlight-key .study-zone-key {
    clip-path: polygon(
            0% 0%, 
            95% 0%, 
            100% 5%, 
            100% 100%, 
            5% 100%, 
            0% 95%
        );
    padding: 2rem;
}.tySpotlight-key h5 {
    font-size: calc(22px * 0.85);
}.tySpotlight-key p {
    font-size: calc(15px * 0.9);
}}



@media (max-width: 767px) {footer .review-block-key {
    padding: 60px 0 30px;
}footer .edu-talk-key {
    margin-bottom: 40px;
    padding: 20px;
    grid-template-columns: 1fr;
}footer .nav-know-key h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .nav-know-key h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .ranking-bar-key {
    margin-top: 40px;
}
}



@media (min-width: 992px) {.program-results-key .container {
    gap: 4rem;
}.program-results-key .rounded-image-key {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.program-results-key h1 {
    font-size: calc(44px * 1.05);
}.program-results-key li {
    padding-left: 3rem;
}.program-results-key svg {
    transform: scale(1);
}
}

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



@keyframes pulseElement {
    0% {
        transform: scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}



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



@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-5%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



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

