﻿html,body {
    font-family: Arial, sans-serif;
    auto
    scroll-behavior: auto;
    color: #000000;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    min-height: 100%;
    height: 100%;
}

.key-wrapper-structure {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}

.key-course-program-info::after {
    background: linear-gradient(45deg, rgb(121,116,127), rgb(165,159,166));
    opacity: 0.07;
    z-index: 0;
    content: "";
    left: -80px;
    width: 300px;
    clip-path: polygon(0 0, 100% 20%, 85% 100%, 15% 80%);
    height: 200px;
    position: absolute;
    bottom: -80px;
}

.key-course-program-info .key-img-zoom {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    position: relative;
    height: 400px;
}

.key-course-program-info .description:first-of-type {
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding-bottom: 2rem;
}

.key-privacy-compartment h2 {
    margin-top: 40px;
    text-transform: uppercase;
    border-left: 5px solid rgb(165,159,166);
    font-size: 30px;
    color: rgb(121,116,127);
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

.key-privacy-compartment p {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 13px;
}

.key-privacy-compartment a:hover {
    border-bottom: 1px dashed rgb(165,159,166);
    color: rgb(165,159,166);
}

header .key-top-teach {
    margin-right: 2rem;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    position: relative;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.15);
}

header .key-top-header img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

header .key-top-base a:hover {
    border-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.2);
}

header .key-top-base:hover::after {
    width: 80%;
}

header .key-header-base::before {
    right: 10px;
    height: 40px;
    opacity: 0.5;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    top: 10px;
    border-bottom: none;
    position: absolute;
    content: '';
    width: 40px;
}

.key-join-now {
    overflow: hidden;
    z-index: 1;
    padding: 130px 0;
    background: linear-gradient(165deg, rgb(165,159,166) 0%, rgb(121,116,127) 100%);
    position: relative;
}

.key-join-now .key-study-program {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    align-items: center;
    border-radius: 16px;
    max-width: 800px;
    padding: 80px 60px;
    background-color: rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
}

.key-join-now .key-send-info {
    transition: all 0.4s ease;
    padding: 16px 50px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    position: relative;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    color: rgb(165,159,166);
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    font-size: 20px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.95);
    letter-spacing: 3px;
    font-weight: 400;
}

footer .info_item {
    border-radius: 10px;
    transition: all 0.3s ease;
    margin: 10px;
    position: relative;
    padding: 10px 15px;
    flex: 1 1 200px;
    background-color: rgb(198,198,181);
}

footer .info_item:hover::before {
    opacity: 1;
}

footer .info_item svg {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
    fill: rgb(165,159,166);
    height: 20px;
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
    display: grid;
}

footer .key-top-teach::after {
    content: "";
    left: 30px;
    height: 1px;
    background: linear-gradient(90deg, rgb(165,159,166), transparent);
    right: 30px;
    bottom: -15px;
    position: absolute;
}

footer .key-head-pagewrap {
    gap: 10px;
    grid-template-columns: 1fr;
    display: grid;
    margin-bottom: 20px;
}

footer .key-head-pagewrap a::after {
    background-color: rgb(165,159,166);
    bottom: 5px;
    height: 2px;
    left: 0;
    content: "";
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
    background-color: #ffffff;
}

footer .key-alumni-net {
    text-align: center;
    z-index: 1;
    margin-top: 60px;
    position: relative;
}

.key-subscribe-to-newsletter {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}

.key-subscribe-to-newsletter .key-study-program {
    display: flex;
    position: relative;
    flex-direction: column;
}

.key-subscribe-to-newsletter p::after {
    height: 5px;
    left: 0;
    transform-origin: left;
    animation: expandLine 1.5s cubic-bezier(.17,.67,.83,.67) forwards;
    content: "";
    background: rgb(165,159,166);
    bottom: -20px;
    width: 100px;
    position: absolute;
}

.key-subscribe-to-newsletter .key-subscribe-title {
    padding: 1.5rem;
    color: #000000;
    border: 2px solid #000000;
    border-right: none;
    font-size: 15px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    outline: none;
    transition: all 0.3s ease;
}

.key-subscribe-to-newsletter .key-feedback-box:hover::after {
    transform: scale(1);
    opacity: 1;
}

.key-education-framework {
    background: linear-gradient(135deg, rgb(198,198,181) 0%, rgb(121,116,127,0.5) 100%);
    overflow: hidden;
    padding: 7rem 0;
    perspective: 1000px;
    position: relative;
}

.key-education-framework .container.key-study-program {
    border-left: 3px solid rgb(165,159,166);
    max-width: 1140px;
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    background: #ffffff;
}

.key-education-framework .container.key-study-program:hover h3::after {
    width: 100%;
}

.key-education-framework p {
    color: #000000;
    font-size: 14px;
    z-index: 2;
    max-width: 90%;
    margin-bottom: 0;
    position: relative;
    line-height: 1.8;
}

.key-contact::after {
    width: 200%;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    top: -50%;
    animation: rotate 120s linear infinite;
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0%,
            rgb(165,159,166,0.5) 5%,
            transparent 10%,
            transparent 90%,
            rgb(121,116,127,0.5) 95%,
            transparent 100%
        );
    left: -50%;
    content: '';
    height: 200%;
}

.key-contact .key-connect-message {
    flex-wrap: wrap;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.01);
    display: flex;
    border-radius: 27px;
}

.key-contact .key-feedback-inquiry #contact {
    position: relative;
    z-index: 2;
}

.key-contact .key-feedback-inquiry h3::before {
    display: none;
}

.key-contact .key-feedback-inquiry h3::after {
    background: rgb(165,159,166);
    bottom: -10px;
    transform: none;
    width: 60px;
    left: 0;
}

.key-contact .key-feedback-inquiry .key-support-section {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.key-contact .key-feedback-inquiry .key-support-section label {
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    padding-left: 38px;
    font-size: calc(12px - 2px);
    position: relative;
}

.key-contact .key-feedback-inquiry .key-support-section input[type="checkbox"]:checked + label::before {
    border-color: rgb(165,159,166);
}

.key-contact .key-feedback-inquiry .key-support-section a {
    color: rgb(165,159,166);
    position: relative;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.key-contact .key-feedback-inquiry .key-feedback-box::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: '';
    top: 0;
    transition: all 0.5s ease;
    left: -100%;
    height: 100%;
    width: 100%;
    position: absolute;
}

.key-contact .key-feedback-inquiry .key-feedback-box:hover::before {
    left: 100%;
}

.key-contact .key-connect-reach::before {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    opacity: 1;
    content: '';
    z-index: 0;
}

.key-contact .key-connect-reach .key-message-help li svg {
    margin-right: 20px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 26px;
    height: 26px;
    position: relative;
    flex-shrink: 0;
}

.key-contact .key-connect-reach .key-message-help li a::after {
    height: 1px;
    content: '';
    transform: scaleX(0);
    bottom: -2px;
    position: absolute;
    transform-origin: right;
    left: 0;
    transition: transform 0.3s ease;
    width: 100%;
    background-color: #ffffff;
}

.key-plan-card .key-promo-rates {
    gap: 60px;
    flex-direction: column;
    display: flex;
}

.key-plan-card .key-value-rates h2 {
    -webkit-background-clip: text !important;
    font-weight: 700;
    color: transparent;
    font-size: 36px;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, #000000, rgb(165,159,166));
    margin-bottom: 15px;
    background-clip: text !important;
}

.key-plan-card .key-trial-pricing:hover .key-price-sheet {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(165,159,166,0.5);
}

.key-plan-card .key-pricing-schemes {
    display: flex;
    flex-grow: 1;
    z-index: 2;
    flex-direction: column;
    position: relative;
    padding: 35px 30px;
    overflow: hidden;
}

.key-plan-card .key-pricing-schemes .key-learn-rates {
    font-size: calc(22px + 6px);
    word-break: break-word;
    color: rgb(165,159,166);
    display: block;
    position: relative;
    margin: 5px 0 20px;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow-wrap: break-word;
}

.key-plan-card .key-trial-pricing .key-img-zoom::after {
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    top: 0;
    position: absolute;
    right: 0;
    opacity: 0;
    content: "";
    transition: opacity 0.4s ease;
    bottom: 0;
}

#key-usageNoticeDialog:checked ~ .key-cookie-popup-display {
    visibility: hidden;
    opacity: 0;
}

.key-cookie-view {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie_button.key-tracking-policy {
    background: rgb(165,159,166);
}

.key-cookie-popup-display p a {
    text-decoration: underline;
    color: rgb(165,159,166);
    font-weight: 700;
}

.key-wrapper-structure .key-cookie-menu h5, .key-wrapper-structure .key-cookie-menu p {
    color: #ffffff;
}

.key-thankYouBox::before {
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(165,159,166,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(121,116,127,0.5) 0%, transparent 60%);
    z-index: 0;
    top: 0;
    opacity: 0.15;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    pointer-events: none;
    height: 100%;
}

.key-thankYouBox .key-study-program:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(15px) rotateX(0deg);
}

.key-thankYouBox li::before {
    top: 8px;
    background: rgb(165,159,166);
    animation: dotAppear 0.5s 1.2s forwards;
    transform: scale(0);
    position: absolute;
    height: 12px;
    content: "";
    border-radius: 50%;
    width: 12px;
    left: -30px;
    opacity: 0;
}

.key-title-section .key-edu-begin::after {
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: 0;
    background-image: 
    linear-gradient(45deg, rgba(rgb(165,159,166,0.5), 0.05) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(rgb(165,159,166,0.5), 0.05) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(rgb(165,159,166,0.5), 0.05) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(rgb(165,159,166,0.5), 0.05) 75%);
    z-index: 2;
    opacity: 0.2;
    position: absolute;
    background-size: 20px 20px;
}

.key-title-section .title_style_header::after {
    width: 80px;
    animation-delay: 1s;
    background: rgb(165,159,166);
    position: absolute;
    transform-origin: left;
    height: 4px;
    bottom: -15px;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    content: "";
    left: 0;
}

.key-company-overview h2 {
    text-align: center;
    position: relative;
    margin-bottom: 70px;
    font-weight: 700;
    color: #000000;
    font-size: 38px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 20px;
}



.key-company-overview .key-knowledge-track {
    flex-direction: column;
    gap: 40px;
    display: flex;
}

.key-company-overview .key-digital-education:nth-child(2) {
    border-top-color: rgb(121,116,127);
}

.key-company-overview .key-digital-education:nth-child(2) {
    opacity: 0;
    animation: fadeInUp 0.7s ease-out 0.2s forwards;
}

.key-company-overview .key-digital-education:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.key-company-overview .key-digital-education:nth-child(2) h3 {
    color: rgb(121,116,127);
}

.key-company-overview .key-digital-education:hover h3::after {
    width: 100%;
}

.key-company-overview::after {
    opacity: 0.2;
    background-size: 60px 60px;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    animation: moveDots 100s linear infinite;
    content: "";
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(165,159,166,0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgb(121,116,127,0.5) 1px, transparent 1px);
    width: 100%;
}



.key-academic-experience .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}

.key-academic-experience .key-img-zoom {
    z-index: 3;
    border-radius: 20px;
    width: 260px;
    height: 260px;
    margin-bottom: 30px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    transform: rotate(-5deg);
}

.key-academic-experience .name::after {
    border-radius: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    background: linear-gradient(
        to right,
        rgb(165,159,166) 0%,
        rgb(121,116,127) 100%
    );
    position: absolute;
    width: 80px;
    height: 3px;
}

.key-academic-experience .key-career-wrap::before {
    position: absolute;
    background: 
        linear-gradient(45deg, rgb(165,159,166,0.5) 0%, transparent 100%);
    width: 35px;
    top: 25px;
    border-radius: 0 0 10px 0;
    content: "";
    height: 35px;
    left: 25px;
    opacity: 0.2;
}

.key-academic-experience .key-review-testimonials:hover .key-img-zoom {
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotate(0deg) translateY(-10px);
}


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



@media (min-width: 1200px) {.key-course-program-info .container {
    padding: 0 4rem;
}.key-course-program-info h2 {
    max-width: 60%;
}.key-course-program-info .key-career-challenge {
    gap: 6rem;
}.key-course-program-info .key-img-zoom {
    transform: perspective(1500px) rotateY(-4deg) translateZ(0);
}.key-course-program-info .description {
    padding-left: 2rem;
}.key-course-program-info .description::before {
    width: 4px;
}
}


@media only screen and (max-width: 800px) {.key-privacy-compartment {
    padding: 30px;
}.key-privacy-compartment h1 {
    font-size: calc(18px * 0.8);
}.key-privacy-compartment h2 {
    font-size: calc(18px * 0.8);
}.key-privacy-compartment p {
    font-size: calc(13px * 0.9);
}.key-privacy-compartment li {
    padding: 10px;
}}



@media screen and (max-width: 992px) {.key-join-now {
    padding: 110px 0;
}.key-join-now .key-study-program {
    padding: 70px 50px;
    max-width: 85%;
}.key-join-now h3 {
    margin-bottom: 55px;
    font-size: calc(37px * 0.9);
    letter-spacing: 6px;
}.key-join-now .key-send-info {
    padding: 14px 45px;
    letter-spacing: 2.5px;
    font-size: calc(20px * 0.95);
}
}



@media screen and (max-width: 576px) {.key-join-now {
    padding: 70px 0;
}.key-join-now .key-study-program {
    padding: 50px 30px;
}.key-join-now h3 {
    letter-spacing: 4px;
    font-size: calc(37px * 0.7);
    margin-bottom: 45px;
}.key-join-now h3::before {
    bottom: -15px;
    width: 30px;
}.key-join-now h3::after {
    width: 4px;
    height: 4px;
    bottom: -17px;
}.key-join-now .key-send-info {
    letter-spacing: 1.5px;
    padding: 10px 35px;
    font-size: calc(20px * 0.85);
}}



@media (max-width: 992px) {.key-subscribe-to-newsletter p {
    font-size: 37px;
    transform: translateX(10%);
    max-width: 80%;
}.key-subscribe-to-newsletter .input_holder {
    transform: translateX(-10%);
    max-width: 90%;
}.key-subscribe-to-newsletter .key-study-program::before {
    font-size: 8rem;
}
}



@media (max-width: 576px) {.key-subscribe-to-newsletter {
    margin: 4rem 0;
    padding: 3rem 1rem;
}.key-subscribe-to-newsletter p {
    margin-bottom: 3rem;
    font-size: 20px;
}.key-subscribe-to-newsletter p::after {
    height: 3px;
    width: 60px;
}.key-subscribe-to-newsletter .key-study-program::before {
    font-size: 3.5rem;
}.key-subscribe-to-newsletter .key-subscribe-title,
    .key-subscribe-to-newsletter .key-feedback-box {
    padding: 1rem;
}}



@media (max-width: 767.98px) {.key-education-framework {
    padding: 4rem 0;
}.key-education-framework .container.key-study-program {
    margin: 0 15px;
}.key-education-framework .container.key-study-program > div {
    padding: 2.5rem 1.5rem;
}.key-education-framework h3 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
}.key-education-framework p span {
    border-left-width: 1px;
    padding-left: 0.75rem;
}
}



@media (max-width: 992px) {.key-contact {
    padding: 80px 0;
}.key-contact .container {
    padding: 0 20px;
}.key-contact .key-connect-message {
    flex-direction: column;
}.key-contact .key-feedback-inquiry,
    .key-contact .key-connect-reach {
    flex: 1 1 100%;
}.key-contact .key-feedback-inquiry {
    padding: 40px;
}.key-contact .key-connect-reach {
    padding: 40px;
}
}



@media (min-width: 1200px) {.key-plan-card .key-plan-rates {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.key-plan-card .key-value-rates h2 {
    font-size: calc(36px + 5px);
}
}



@media (max-width: 991px) {.key-plan-card {
    padding: 80px 0;
}.key-plan-card .key-value-rates {
    transform: translateX(0);
    text-align: center;
}.key-plan-card .key-value-rates .key-pricing-tiers {
    margin: 0 auto;
}
}


@media only screen and (max-width: 1200px) {.key-cookie-gate {
    padding: 0 10px;
}
}



@media (max-width: 991px) {.key-thankYouBox {
    padding: 80px 0;
}.key-thankYouBox h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.9);
}.key-thankYouBox .key-study-program {
    padding: 35px;
}
}



@media (max-width: 1200px) {.key-title-section .key-edu-begin {
    min-height: 550px;
}.key-title-section .key-knowledge-sessions {
    padding: 2.5rem;
    max-width: 800px;
}.key-title-section .title_style_header {
    font-size: calc(48px * 1.3);
}
}



@media (max-width: 576px) {.key-title-section .key-edu-begin {
    padding: 3rem 1rem;
    min-height: auto;
}.key-title-section .key-knowledge-sessions {
    transform: none;
    padding: 1.2rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.key-title-section .title_style_header {
    font-size: calc(36px * 0.9);
}.key-title-section p {
    font-size: calc(15px * 0.9);
}.key-title-section h3 {
    font-size: calc(18px * 1.1);
    border-left: 2px solid rgb(121,116,127);
    padding-left: 15px;
}.key-title-section .title_style_header::after {
    bottom: -10px;
    height: 3px;
}
}



@media (max-width: 767px) {.key-academic-experience {
    padding: 60px 0;
}.key-academic-experience .key-img-zoom {
    margin-bottom: 20px;
    height: 180px;
    width: 180px;
}.key-academic-experience .name {
    margin-bottom: 10px;
    font-size: calc(47px * 0.8);
    padding: 0 15px 12px;
}.key-academic-experience .key-review-testimonials span:not(.name) {
    margin-bottom: 30px;
    font-size: calc(23px * 0.9);
    letter-spacing: 2px;
}.key-academic-experience .key-career-wrap {
    font-size: calc(12px * 0.95);
    width: 90%;
    padding: 30px 35px;
}.key-academic-experience .key-career-wrap::before,
    .key-academic-experience .key-career-wrap::after {
    width: 25px;
    height: 25px;
}.key-academic-experience .key-review-testimonials::before,
    .key-academic-experience .key-review-testimonials::after {
    width: 200px;
    height: 200px;
}.key-academic-experience .key-review-testimonials:hover span:not(.name) {
    letter-spacing: 3px;
}
}



@keyframes floatElement {
    0% { transform: rotate(-15deg) translateZ(-10px) translate(0, 0); }
    50% { transform: rotate(-10deg) translateZ(-10px) translate(20px, -10px); }
    100% { transform: rotate(-15deg) translateZ(-10px) translate(0, 0); }
}



@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(10px) rotateX(5deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(10px) rotateX(2deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateX(-50%) rotate(45deg) translateY(0);
    }
    50% {
        transform: translateX(-50%) rotate(45deg) translateY(-5px);
    }
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

