.code-labs {
    flex: 0 0 auto;
}

.code-labs {
    z-index: 1;
    padding: 6rem 0 4rem;
    position: relative;
    color: #ffffff;
}

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

.container {
    width: 1188px;
    max-width: 100%;
    margin: auto;
}

.main-mainwrap {
    flex: 1 0 auto;
}


.dialogCookieSettings {
    z-index: 90;
    background: rgb(176,186,186);
    border-top: 2px solid rgb(141,153,152);
    bottom: 0;
    width: 100%;
    position: fixed;
}

.cookie-data {
    flex-shrink: 0;
    margin-right: 10px;
}

.dialogCookieSettings p a {
    color: rgb(141,153,152);
    text-decoration: none;
}


.wrapper-border .dialogCookieSettings {
    box-shadow: rgb(141,153,152,0.5) 0px 0px 40px 39px;
    background: #ffffff;
    border: none;
}

.wrapper-border .cookie-data {
    border-radius: 50%;
    background:rgb(141,153,152);
    width: 80px;
    justify-content: center;
    display: flex;
    height: 80px;
    align-items: center;
}

.thanksCore::before {
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.15;
    transform: skewX(-15deg) translateX(20%);
    z-index: 1;
    background: linear-gradient(to bottom right, rgb(141,153,152,0.5), transparent);
    height: 100%;
    right: 0;
    width: 50%;
}

.thanksCore h2::after {
    position: absolute;
    width: 5rem;
    background: rgb(141,153,152);
    animation: growLine 1s ease-out forwards 0.8s;
    transform-origin: left;
    bottom: -0.8rem;
    transform: scaleX(0);
    content: "";
    left: 0;
    height: 3px;
}

.thanksCore .corp-culture::before {
    background: linear-gradient(135deg, rgb(106,114,113,0.5), transparent);
    opacity: 0.12;
    top: 2rem;
    content: "";
    position: absolute;
    height: 8rem;
    right: 2rem;
    border-radius: 50%;
    width: 8rem;
    z-index: 0;
}

.our-mission {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(176,186,186);
}

.our-mission::before {
    left: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(141,153,152,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(141,153,152,0.5) 95%);
    animation: gridMove 40s linear infinite;
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    background-size: 30px 30px;
    height: 100%;
    top: 0;
    opacity: 0.2;
}

.our-mission h3::before {
    background: rgb(106,114,113);
    width: 4px;
    animation: pulseHeight 3s infinite alternate;
    position: absolute;
    content: "";
    height: calc(100% - 40px);
    top: 20px;
    left: -2px;
}

.our-mission .legacy-edu .shot {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 450px;
    border-radius: 10px;
}

.our-mission .legacy-edu .shot::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
}

.our-mission .edu-promise .expert-learnings {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    border-radius: 10px;
    height: 450px;
}

.our-mission .edu-promise .expert-learnings::after {
    transform: skewX(-25deg);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
    animation: shine 6s infinite;
    left: -100%;
    content: "";
    z-index: 3;
    width: 50%;
    height: 100%;
}

.our-mission .corp-culture::after {
    animation-delay: 2s;
    background: rgb(106,114,113);
    right: -60px;
    bottom: 20%;
}

.customer-feedback::before {
    left: 0;
    position: absolute;
    opacity: 0.7;
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(106,114,113), transparent);
    height: 3px;
}

.customer-feedback h2.container::after {
    bottom: -15px;
    width: 80px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(to right, transparent, rgb(106,114,113), transparent);
    left: 50%;
    height: 3px;
}

.customer-feedback .feedback-carousel {
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform-style: preserve-3d;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0) scale(1) rotate(0);
    position: relative;
    overflow: hidden;
    display: flex;
    backdrop-filter: blur(10px);
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    border: 1px solid rgba(rgb(255, 255, 255, 0.5), 0.2);
}

.customer-feedback .feedback-carousel div {
    width: 100%;
    transition: transform 0.4s ease;
    position: relative;
    transform-origin: bottom;
    overflow: hidden;
    border-radius: 4px;
    padding-bottom: 60%;
    height: 0;
}

.customer-feedback .feedback-carousel:nth-child(odd):hover {
    transform: translateY(-10px) rotate(0);
}

.customer-feedback .feedback-carousel::after {
    font-family: serif;
    right: 1rem;
    z-index: 1;
    top: 0.5rem;
    color: rgb(106,114,113);
    content: "";
    line-height: 1;
    opacity: 0.1;
    transition: all 0.4s ease;
    position: absolute;
    transform: translateY(-10px);
    font-size: 5rem;
}

.code-labs .company_holder {
    grid-row: 1;
    position: relative;
    grid-column: 1 / 5;
}

.code-labs .company_holder::after {
    height: 60px;
    width: 60px;
    position: absolute;
    border-bottom: 2px solid rgb(141,153,152);
    right: -20px;
    content: "";
    bottom: -20px;
    border-right: 2px solid rgb(141,153,152);
    opacity: 0.7;
}

.code-labs .footer-benefit {
    margin-top: 1.5rem;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
}

.code-labs .award-show {
    grid-row: 1;
    display: flex;
    grid-column: 6 / 13;
    justify-content: flex-end;
}

.code-labs .head-sitebar {
    border-radius: 10px;
    backdrop-filter: blur(4px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 1.5rem;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.code-labs .head-sitebar .head-tutor {
    flex-direction: column;
    gap: 0.7rem;
    display: flex;
}

.code-labs .head-sitebar .head-tutor a {
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    padding: 0.4rem 1rem;
    opacity: 0.7;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    border-radius: 10px;
}

.vr-labs {
    grid-row: 2;
    position: relative;
    grid-column: 1 / 13;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    margin-top: 4rem;
}

header::before {
    height: 100%;
    z-index: 0;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(141,153,152,0.5) 65%, 
        rgb(141,153,152,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(106,114,113,0.5) 75%, 
        rgb(106,114,113,0.5) 80%, 
        transparent 80%);
    width: 100%;
    opacity: 0.5;
}

header .head-mentor:hover::before {
    opacity: 1;
}

header .head-mentor:hover svg {
    transform: scale(1.03);
}

header .head-learn {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    overflow: hidden;
    padding: 0.6rem 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-align: center;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    z-index: 1;
    position: relative;
}

.opening-board .corp-culture {
    gap: 2rem;
    z-index: 2;
    position: relative;
    padding: 2rem;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.opening-board .corp-culture {
    gap: 3rem;
    grid-template-columns: 1fr;
}

.opening-board .textual-box {
    transform: translateY(20px);
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards 0.4s;
}

.opening-board .learn-entry:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.opening-board .learn-entry p::before {
    width: 3px;
    top: 0;
    background: rgb(106,114,113);
    content: '';
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: absolute;
}

.opening-board svg path {
    transition: fill 0.3s ease;
}

.opening-board svg:hover path {
    fill: rgb(141,153,152);
}

.opening-board svg text {
    transform-origin: center;
    transition: fill 0.3s ease, transform 0.3s ease;
}

.opening-board .query-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.opening-board .query-card:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.opening-board .shot {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    min-height: 400px;
    opacity: 0;
    overflow: hidden;
    animation: fadeIn 1s ease-out forwards 0.6s;
    transition: transform 0.5s ease;
    position: relative;
}

.opening-board .shot {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    min-height: 350px;
    order: -1;
}

.location-info .write-page {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr;
    gap: 2rem;
    border-radius: 27px;
    display: grid;
    transition: transform 0.5s ease;
    overflow: hidden;
    transform: perspective(1000px) rotateX(0deg);
    background-color: #ffffff;
}


.location-info .write-page {
    transform-style: preserve-3d;
    animation: card-appear 0.8s ease-out forwards;
}

.location-info .message-section {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 2rem 3rem 3rem;
    display: grid;
    position: relative;
}

.location-info .message-section > span:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

.location-info .message-section > span::before {
    left: 0;
    content: '';
    width: 4px;
    top: 0;
    position: absolute;
    background-color: rgb(141,153,152);
    height: 100%;
}

.location-info .message-section > span svg {
    height: 24px;
    width: 24px;
    fill: rgb(141,153,152);
    transition: all 0.3s ease;
    top: 1rem;
    position: absolute;
    opacity: 0.7;
    right: 1rem;
}

.location-info .message-section p {
    margin: 0 0 0.5rem 0;
    font-weight: 600;
    font-size: 18px;
    align-items: center;
    color: #000000;
    display: flex;
}

.location-info .message-section a {
    position: relative;
    color: rgb(141,153,152);
    transition: color 0.3s ease;
    text-decoration: none;
    align-items: center;
    font-weight: 600;
    display: inline-flex;
    padding-bottom: 2px;
}

.location-info .message-section a:hover svg {
    fill: rgb(106,114,113);
    transform: translateX(3px);
}

.location-info .learn-help {
    position: relative;
    border-radius: 10px;
    margin-top: 2rem;
    background-color: rgba(rgb(141,153,152,0.5), 0.05);
    grid-column: 1 / -1;
    padding: 2rem;
}

.location-info .learn-help h4 svg {
    fill: rgb(141,153,152);
    margin-right: 10px;
    width: 20px;
    height: 20px;
    transition: transform 0.5s ease;
}

.location-info .learn-help span {
    display: inline-flex;
    padding: 0.5rem 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    font-size: calc(18px * 0.95);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    align-items: center;
    margin-right: 1.5rem;
    color: #000000;
    margin-bottom: 0.75rem;
}

.location-info .message-section > span:nth-child(2) {
    animation-delay: 0.2s;
}

.location-info .message-section > span:nth-child(5) {
    animation-delay: 0.5s;
}

.location-info .container::after {
    height: 250px;
    content: '';
    width: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(106,114,113,0.5) 0%, transparent 70%);
    z-index: 0;
    position: absolute;
    bottom: -10%;
    left: -5%;
    opacity: 0.2;
}

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

.program-offerings .job-skills {
    backdrop-filter: blur(10px);
    z-index: 5;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    transform: translateZ(0);
    border-radius: 19px;
    grid-column: 1 / 8;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 2.5rem;
    grid-row: 3 / 11;
}

.program-offerings .head-know::after {
    background: rgb(176,186,186);
    inset: 6px;
    position: absolute;
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
}

.program-offerings .head-know svg path {
    transition: fill 0.3s ease;
    fill: rgb(141,153,152);
}

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

.program-offerings .shot::before {
    opacity: 0.6;
    content: "";
    z-index: 1;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(141,153,152,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(106,114,113,0.5) 0%, transparent 70%);
    position: absolute;
    mix-blend-mode: overlay;
    inset: 0;
}

.program-offerings .corp-culture:hover .shot {
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
}

.program-offerings .corp-culture:hover .head-know svg path {
    fill: rgb(106,114,113);
}

.program-outcomes .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 1;
    max-width: 1320px;
}

.program-outcomes .textual-box {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px);
    background: #ffffff;
    position: relative;
}

.program-outcomes h4::after {
    background: rgb(141,153,152);
    position: absolute;
    bottom: -12px;
    content: '';
    left: 0;
    height: 3px;
    width: 40px;
}

.program-outcomes li {
    margin-bottom: 20px;
    transform: translateX(0);
    transition: transform 0.3s ease-out;
}

.program-outcomes li p span:first-child {
    border-radius: 50%;
    flex-shrink: 0;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(-2px);
    height: 38px;
    display: flex;
    width: 38px;
    padding: 8px;
    align-items: center;
    background: linear-gradient(135deg, rgb(141,153,152,0.5), rgb(106,114,113,0.5));
}

.program-outcomes .corp-culture::after {
    position: absolute;
    top: -5%;
    z-index: 1;
    right: -5%;
    clip-path: polygon(0 0, 100% 20%, 90% 100%, 10% 80%);
    content: '';
    background: linear-gradient(135deg, rgb(141,153,152,0.5), rgb(106,114,113,0.5));
    width: 45%;
    height: 80%;
}

.pricing-offers {
    position: relative;
}

.pricing-offers::before {
    position: absolute;
    top: -50px;
    filter: blur(15px);
    content: "";
    width: 200px;
    animation: pulseGlow 8s infinite alternate;
    height: 200px;
    right: -50px;
    background: radial-gradient(circle, rgb(141,153,152,0.5) 5%, transparent 70%);
}

.pricing-plan .discount-grid {
    max-width: 800px;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
    transform: perspective(1000px) translateZ(5px);
    font-size: calc(15px * 1.1);
}

.pricing-plan .basic-rates li:hover {
    z-index: 5;
    transform: translateY(-15px) rotateY(5deg);
}

.pricing-plan .skill-pricing:hover::before {
    opacity: 0.2;
}

.pricing-plan .skill-pricing::after {
    height: 200%;
    z-index: 1;
    top: -50%;
    opacity: 0;
    position: absolute;
    content: "";
    left: -50%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 200%;
}

.pricing-plan .skill-pricing h4 {
    font-size: calc(18px * 1.1);
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 15px;
    color: rgb(141,153,152);
    font-weight: 600;
    transition: transform 0.3s ease;
}

.pricing-plan .study-packages {
    font-size: calc(18px * 1.3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-top: auto;
    transform: translateZ(20px);
    border-radius: 10px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgb(141,153,152), rgb(106,114,113));
    position: relative;
    align-self: flex-start;
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 700;
}

.contact .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}

.contact h2::after {
    position: absolute;
    background: rgb(141,153,152);
    width: 60px;
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
}

.contact .shot {
    grid-column: 2;
    transition: transform 0.6s ease;
    height: 100%;
    min-height: 500px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    grid-row: 1;
}

.contact input[type="text"]:focus {
    border-color: rgb(141,153,152);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    outline: none;
}

.contact .request-help input[type="checkbox"] {
    width: 24px;
    flex-shrink: 0;
    position: relative;
    border-radius: 10px;
    height: 24px;
    cursor: pointer;
    border: 2px solid rgb(176,186,186);
    appearance: none;
    margin-top: 2px;
}

.contact .request-help a {
    font-weight: 600;
    color: rgb(141,153,152);
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact .query-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(106,114,113);
    transform: translateY(-3px);
}

.contact .query-card:hover::before {
    left: 100%;
}

.contact svg {
    height: 22px;
    vertical-align: middle;
    width: 22px;
    margin-right: 10px;
    fill: rgb(141,153,152);
}

.leadership-experience::after {
    left: -50px;
    z-index: 0;
    position: absolute;
    bottom: -50px;
    filter: blur(100px);
    width: 300px;
    content: "";
    height: 300px;
    background: rgb(106,114,113,0.5);
}

.leadership-experience .feedback-carousel:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.leadership-experience .feedback-carousel .shot {
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    height: 180px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    width: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.leadership-experience .feedback-carousel > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}

.leadership-experience .feedback-carousel > div:nth-child(2) > div {
    font-weight: 600;
    font-size: calc(13px * 0.95);
    margin-top: 15px;
    color: #000000;
    font-style: italic;
}

.leadership-experience .feedback-carousel .experiencep-wrap::before,
.leadership-experience .feedback-carousel .experiencep-wrap::after {
    color: rgb(141,153,152,0.5);
    position: absolute;
    content: "";
    line-height: 1;
    font-family: Georgia, serif;
    font-size: 80px;
}

.leadership-experience .feedback-carousel .experiencep-wrap::before {
    left: -15px;
    top: -20px;
}

.potential-learners .container {
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.potential-learners .corp-culture::after {
    border-radius: 50%;
    right: 20px;
    width: 120px;
    opacity: 0.5;
    border: 2px solid rgb(141,153,152,0.5);
    content: "";
    height: 120px;
    z-index: -1;
    position: absolute;
    top: 20px;
}

.potential-learners h4::before {
    width: 40px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px;
    content: "";
    position: absolute;
    height: 4px;
    border-radius: 10px;
    background: rgb(141,153,152);
}

.potential-learners p {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 24px;
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    display: flex;
    color: #000000;
    align-items: center;
    background: #ffffff;
    z-index: 1;
}

.potential-learners p svg path {
    transition: fill 0.3s ease;
    fill: rgb(141,153,152);
}

.potential-learners p:hover svg path {
    fill: rgb(106,114,113);
}

.potential-learners .corp-culture > div p:nth-child(2) {
    animation-delay: 0.3s;
}

.potential-learners .corp-culture > div p:nth-child(5) {
    animation-delay: 0.9s;
}

.potential-learners p:hover::after {
    opacity: 0.3;
    transform: scale(2);
}

.privacy-bunker h1 {
    text-transform: uppercase;
    border-bottom: 2px solid rgb(141,153,152);
    color: rgb(141,153,152);
    font-size: 39px;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    padding-bottom: 10px;
    margin-top: 40px;
    font-weight: 700;
}



.privacy-bunker h1, .privacy-bunker h2 {
    animation: fadeInUp 0.6s ease-in-out;
}

.privacy-bunker ul li::before, .privacy-bunker ol li::before {
    color: rgb(141,153,152);
    width: 1em;
    margin-left: -1em;
    display: inline-block;
    content: '\2022';
    font-weight: 700;
}



.privacy-bunker ul li:hover, .privacy-bunker ol li:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: rgb(141,153,152);
    transform: translateY(-3px);
    color: #ffffff;
}


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


@media only screen and (max-width: 800px){.wrapper-border .cookie-data {
    margin: 0;
    margin-bottom: 14px;
}}



@media (max-width: 991px) {.thanksCore {
    padding: 4rem 0;
}.thanksCore h2 {
    font-size: calc(35px * 0.9);
    max-width: 95%;
}.thanksCore .corp-culture {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.thanksCore {
    padding: 3rem 0;
}.thanksCore::before {
    width: 70%;
}.thanksCore .container {
    padding: 0 1.5rem;
}.thanksCore h2 {
    max-width: 100%;
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.thanksCore .corp-culture {
    padding: 2rem 1.5rem;
}.thanksCore .corp-culture::before {
    right: 1.5rem;
    top: 1.5rem;
    width: 6rem;
    height: 6rem;
}
}



@media screen and (max-width: 991px) {.our-mission {
    padding: 80px 0;
}.our-mission h3 {
    padding: 12px 20px;
    font-size: calc(30px - 0.4rem);
    margin-bottom: 40px;
}.our-mission .legacy-edu,
    .our-mission .edu-promise {
    gap: 25px;
}.our-mission .legacy-edu {
    margin-bottom: 50px;
}.our-mission .legacy-edu span {
    font-size: calc(19px - 0.2rem);
    padding: 8px 15px;
    top: -35px;
}.our-mission .legacy-edu p,
    .our-mission .edu-promise p {
    padding: 25px;
    font-size: calc(12px - 0.1rem);
}.our-mission .legacy-edu .shot,
    .our-mission .edu-promise .expert-learnings {
    height: 350px;
}.our-mission .legacy-edu::after,
    .our-mission .edu-promise::after {
    height: 40px;
    width: 40px;
}.our-mission .corp-culture::before,
    .our-mission .corp-culture::after {
    height: 80px;
    width: 80px;
    filter: blur(30px);
}
}



@media screen and (min-width: 1400px) {.our-mission .legacy-edu .shot,
    .our-mission .edu-promise .expert-learnings {
    height: 500px;
}.our-mission .legacy-edu p,
    .our-mission .edu-promise p {
    padding: 50px;
}}



@media (max-width: 767px) {.customer-feedback {
    padding: 3rem 0;
}.customer-feedback h2.container {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.9);
}.customer-feedback h2.container::after {
    width: 60px;
    bottom: -10px;
}.customer-feedback .learner-testimonials {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.5rem;
}.customer-feedback .feedback-carousel {
    padding: 1.5rem;
}
}



@media screen and (max-width: 992px) {.code-labs .container {
    grid-template-columns: repeat(1, 1fr);
}.code-labs .company_holder {
    grid-row: 1;
    grid-column: 1;
}.code-labs .award-show {
    grid-row: 2;
    grid-column: 1;
    margin-top: 2rem;
}.vr-labs {
    grid-row: 3;
    margin-top: 3rem;
}
}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .head-mentor {
    padding: 0.5rem 1.2rem;
}header .head-mentor svg {
    width: 140px;
}header .head-sitebar {
    gap: 0.5rem;
}header .head-learn {
    padding: 0.5rem 1rem;
}
}



@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .site-top {
    gap: 1rem;
}header .head-mentor svg {
    width: 120px;
}header .head-sitebar {
    gap: 0.4rem;
    justify-content: flex-start;
    padding-bottom: 10px;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .head-sitebar::-webkit-scrollbar {
    height: 3px;
}header .head-sitebar::-webkit-scrollbar-thumb {
    background: rgb(141,153,152);
    border-radius: 10px;
}header .head-learn {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 2px;
}}


@media (max-width: 991px) {.location-info .learn-help h4 {
    margin-bottom: 20px;
    width: 100%;
}.location-info {
    padding: 4rem 0;
}.location-info .message-section {
    padding: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.location-info .learn-help {
    grid-column: span 2;
}.location-info .quick-answers {
    max-width: 90%;
}.location-info .message-section > span svg {
    height: 20px;
    width: 20px;
}.location-info .learn-help span svg {
    height: 12px;
    width: 12px;
}
}



@media (max-width: 1200px) {.program-offerings .corp-culture {
    min-height: 500px;
}.program-offerings .job-skills {
    padding: 2.2rem;
    grid-column: 1 / 8;
}.program-offerings h3 {
    font-size: calc(33px * 0.9);
}.program-offerings .head-know {
    height: 100px;
    width: 100px;
}.program-offerings .head-know svg {
    width: 55px;
    height: 55px;
}
}



@media (max-width: 768px) {.program-offerings {
    padding: 4rem 0;
}.program-offerings .shot {
    height: 300px;
}.program-offerings .job-skills {
    margin-top: -60px;
    padding: 2rem;
}.program-offerings .head-know {
    height: 90px;
    width: 90px;
    margin-bottom: 1.3rem;
}.program-offerings .head-know svg {
    height: 50px;
    width: 50px;
}.program-offerings h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 1.3rem;
}.program-offerings p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 1200px) {.program-outcomes {
    padding: 100px 0;
}.program-outcomes .corp-culture {
    gap: 40px;
}.program-outcomes .textual-box {
    padding: 35px;
}.program-outcomes h4 {
    font-size: 23px;
}
}



@media (max-width: 991px) {.program-outcomes {
    padding: 80px 0;
}.program-outcomes .corp-culture {
    gap: 50px;
    grid-template-columns: 1fr;
}.program-outcomes .shot {
    transform: perspective(1000px) rotateY(0);
    max-width: 80%;
    margin: 0 auto;
}.program-outcomes .shot:hover {
    transform: perspective(1000px) translateY(-5px);
}.program-outcomes .corp-culture::after {
    right: 0;
    top: auto;
    height: 40%;
    width: 70%;
    bottom: 0;
}
}



@media (max-width: 1200px) {.pricing-plan {
    padding: 80px 0;
}.pricing-plan .basic-rates {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}
}



@media (max-width: 576px) {.pricing-plan {
    padding: 50px 0;
}.pricing-plan h2 {
    font-size: calc(35px * 0.8);
}.pricing-plan .discount-grid {
    font-size: calc(15px * 0.9);
    margin-bottom: 30px;
}.pricing-plan .basic-rates {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 400px;
}.pricing-plan .tuition-grid {
    min-height: 300px;
    padding: 20px;
}.pricing-plan .skill-pricing p {
    font-size: calc(15px * 0.9);
    max-height: 180px;
}.pricing-plan .study-packages {
    padding: 8px 15px;
}}



@media (min-width: 768px) {.leadership-experience .feedback-carousel {
    padding: 50px;
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
    gap: 30px 40px;
}.leadership-experience .feedback-carousel > div:first-child {
    grid-row: span 2;
}.leadership-experience .feedback-carousel > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.leadership-experience .feedback-carousel .name::after {
    transform: none;
    left: 0;
}.leadership-experience .feedback-carousel .experiencep-wrap {
    padding: 10px 0 10px 30px;
    border-left: 3px solid rgb(106,114,113,0.5);
}
}



@media (max-width: 991px) {.potential-learners {
    padding: 90px 0 80px;
}.potential-learners .corp-culture {
    padding: 50px 30px;
}.potential-learners h4 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.potential-learners div > div {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.potential-learners p {
    padding: 20px;
}.potential-learners .corp-culture::after {
    height: 100px;
    width: 100px;
}
}



@media only screen and (max-width: 800px) {.privacy-bunker {
    padding: 20px;
}.privacy-bunker h1, .privacy-bunker h2 {
    text-align: center;
    font-size: 19px;
}.privacy-bunker ul li, .privacy-bunker ol li {
    font-size: 12px;
    padding: 8px;
}}



@keyframes slideTitle {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes slideUp {
  from {
    transform: translateY(1rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(0.5rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}



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

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

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%);
    }
    100% {
        transform: translateX(100%) translateY(100%);
    }
}



@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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

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

