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

header,footer {
    width: 100%;
}

header {
    padding: 1.2rem 0;
    background: linear-gradient(to bottom, rgb(176,186,186), #ffffff);
    z-index: 100;
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
}

#panelPrivacyNotice {
    display: none;
}

#panelPrivacyNotice:checked ~ .dialogCookieSettings {
    visibility: hidden;
    opacity: 0;
}

.dialogCookieSettings p {
    font-size: 18px;
}

.data-guard {
    font-size: 24px;
    text-decoration: none;
    min-width: 120px;
    border-bottom: 2px solid rgb(141,153,152);
    text-align: center;
    flex-shrink: 0;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 10px;
    color: rgb(141,153,152);
    line-height: 35px;
}

.wrapper-border .cookie-data svg, .wrapper-border .cookie-data svg path, .wrapper-border .cookie-data img {
    height: 40px;
    width: 40px;
    fill:#000000;
}

.thanksCore::after {
    z-index: 2;
    position: absolute;
    background: linear-gradient(90deg, 
    transparent, 
    rgb(106,114,113), 
    rgb(141,153,152), 
    transparent);
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 3px;
}

.thanksCore h2 {
    line-height: 1.3;
    animation: slideTitle 0.8s ease-out forwards 0.3s;
    color: #000000;
    font-weight: 700;
    position: relative;
    transform: translateX(-1rem);
    margin-bottom: 2.5rem;
    font-size: 35px;
    opacity: 0;
    font-family: Arial, sans-serif;
    max-width: 85%;
}

.thanksCore ul {
    z-index: 2;
    margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
}

.thanksCore li:last-child {
    margin-bottom: 0;
}

.thanksCore li span {
    display: block;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    transform: translateX(0.5rem);
    animation: fadeIn 0.8s ease-out forwards 0.7s;
    font-size: 16px;
    opacity: 0;
}



.our-mission .container {
    position: relative;
    z-index: 2;
}

.our-mission .corp-culture {
    position: relative;
}

.our-mission h3 {
    position: relative;
    display: inline-block;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    margin-bottom: 60px;
    font-size: 30px;
    backdrop-filter: blur(10px);
    border-radius: 0 10px 10px 0;
    background: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    border-left: 4px solid rgb(141,153,152);
    padding: 20px 30px;
}

.our-mission .legacy-edu span {
    top: -40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: absolute;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 20px;
    left: 0;
    z-index: 5;
    background: rgb(141,153,152);
    font-size: 19px;
    transform: translateY(-50%);
}

.our-mission .edu-promise {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    position: relative;
}

.our-mission .edu-promise p {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border-right: 3px solid rgb(106,114,113);
    padding: 40px;
    color: #000000;
    border-radius: 10px;
    height: 100%;
    backdrop-filter: blur(10px);
    line-height: 1.8;
    font-size: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}



.our-mission .legacy-edu::after,
.our-mission .edu-promise::after {
    position: absolute;
    content: "";
    opacity: 0.7;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid rgb(141,153,152,0.5);
    z-index: -1;
    animation: rotateFadeIn 10s infinite linear;
}



.our-mission .legacy-edu::after {
    top: -25px;
    right: -25px;
    border-color: rgb(141,153,152,0.5);
}

.customer-feedback {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(176,186,186) 0%, rgba(rgb(141,153,152,0.5), 0.05) 100%);
}

.customer-feedback::after {
    pointer-events: none;
    opacity: 0.05;
    bottom: 0;
    position: absolute;
    background: radial-gradient(circle at 50% 120%, rgb(141,153,152,0.5) 0%, transparent 70%);
    z-index: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}

.customer-feedback .container.corp-culture {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}

.customer-feedback .feedback-carousel::before {
    content: "";
    opacity: 0.8;
    height: 3px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(141,153,152), rgb(106,114,113));
    transition: transform 0.5s ease-out;
    position: absolute;
    transform-origin: left;
    top: 0;
    width: 100%;
    left: 0;
}

.customer-feedback .feedback-carousel:hover h3 {
    transform: translateX(5px);
    color: rgb(141,153,152);
}

.customer-feedback .feedback-carousel .description {
    flex-grow: 1;
    color: #000000;
    z-index: 2;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    position: relative;
}

.customer-feedback .feedback-carousel img {
    left: 0;
    position: absolute;
    object-fit: cover;
    width: 100%;
    top: 0;
    height: 100%;
    transition: transform 0.6s ease;
}

.customer-feedback .feedback-carousel:nth-child(even) {
    transform: translateY(0) rotate(0.5deg);
}

.customer-feedback .feedback-carousel:hover::after {
    opacity: 0.15;
    transform: translateY(0) rotate(5deg);
}

.code-labs::after {
    background: 
        linear-gradient(rgba(rgb(141,153,152), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(141,153,152), 0.2) 1px, transparent 1px);
    top: 0;
    position: absolute;
    content: "";
    background-position: center;
    opacity: 0.15;
    left: 0;
    width: 100%;
    background-size: 30px 30px;
    z-index: -1;
    height: 100%;
    animation: gridAnimate 15s linear infinite;
}

.code-labs .company_holder h3::after {
    box-shadow: 0 0 10px rgb(141,153,152);
    content: "";
    width: 30%;
    background: rgb(141,153,152);
    bottom: -5px;
    left: 0;
    position: absolute;
    height: 2px;
}

.code-labs .head-tutor {
    gap: 3rem;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
}

.code-labs .head-sitebar::before {
    width: 3px;
    height: 0;
    position: absolute;
    top: 0;
    background: rgb(141,153,152);
    left: 0;
    content: "";
    transition: height 0.3s ease;
}

.code-labs .head-sitebar h5 {
    margin-bottom: 1.5rem;
    color: rgb(106,114,113);
    font-size: 20px;
    padding-left: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
}

.code-labs .head-sitebar .head-tutor a::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(rgb(141,153,152,0.5), 0.1), transparent);
    content: "";
    transition: transform 0.3s ease;
    left: 0;
    z-index: -1;
}

.vr-labs .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.vr-labs .guide-section {
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
    font-size: 16px;
    letter-spacing: 0.5px;
}

header .site-top {
    gap: 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

header .head-mentor {
    border-radius: 19px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    overflow: hidden;
    padding: 0.5rem 1.5rem;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, rgb(141,153,152,0.5), rgb(106,114,113,0.5));
    text-decoration: none;
}

header .head-sitebar {
    gap: 0.6rem;
    max-width: 800px;
    justify-content: center;
    margin-top: 0.5rem;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

header .head-learn:hover {
    color: rgb(141,153,152);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

header .head-learn:hover::before {
    transform: scaleX(1);
}

.opening-board {
    background: linear-gradient(135deg, rgb(176,186,186) 0%, rgb(106,114,113,0.5) 100%);
    min-height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.opening-board h1 {
    grid-column: 1 / -1;
    color: #000000;
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
    opacity: 0;
    font-weight: 700;
    font-size: 44px;
}

.opening-board h1 {
    font-size: calc(44px * 0.85);
    text-align: center;
}

.opening-board .learn-entry {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08);
    border-left: 5px solid rgb(141,153,152);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transition: transform 0.4s ease;
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-5deg);
}


    
    .opening-board .learn-entry {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}

.opening-board svg:hover text {
    fill: #000000;
    transform: scale(1.05);
}

.opening-board .query-card::before {
    content: '';
    transform: scaleX(0);
    position: absolute;
    transform-origin: right;
    background: rgb(106,114,113);
    height: 100%;
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

.opening-board .shot::after {
    background: linear-gradient(135deg, rgb(106,114,113,0.5) 0%, transparent 50%);
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

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

.location-info .write-page h3::after {
    background: linear-gradient(to right, rgb(141,153,152), rgb(106,114,113));
    height: 4px;
    left: 50%;
    bottom: -15px;
    width: 60px;
    content: '';
    position: absolute;
    border-radius: 2px;
    transform: translateX(-50%);
}

.location-info .message-section > span {
    overflow: hidden;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    background-color: rgba(rgb(176,186,186), 0.03);
    position: relative;
    padding: 1rem;
    display: flex;
    border-radius: 10px;
}


.location-info .message-section > span {
    opacity: 0;
    animation: item-appear 0.5s ease-out forwards;
}

.location-info .message-section > span:hover svg {
    opacity: 1;
    transform: translateY(-3px) rotate(10deg);
}

.location-info .message-section > span:hover svg path {
    stroke-width: 1;
}

.location-info .message-section p svg {
    position: static;
    opacity: 0.9;
    margin-right: 8px;
    width: 18px;
    height: 18px;
}

.location-info .message-section span > span svg {
    height: 16px;
    position: static;
    margin-right: 8px;
    opacity: 0.8;
    width: 16px;
}

.location-info .message-section a::after {
    width: 100%;
    left: 0;
    transform: scaleX(0);
    height: 1px;
    transition: transform 0.3s ease;
    content: '';
    bottom: 0;
    transform-origin: right;
    background-color: rgb(141,153,152);
    position: absolute;
}

.location-info .learn-help h4 {
    font-weight: 600;
    margin-right: 10px;
    display: inline-flex;
    margin-bottom: 1.5rem;
    color: rgb(141,153,152);
    position: relative;
    font-size: 22px;
    align-items: center;
}

.location-info .learn-help:hover h4 svg {
    transform: rotate(360deg);
}

.location-info .learn-help span:hover {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
}

.location-info .learn-help span:hover svg {
    opacity: 1;
    transform: scale(1.2);
}

.location-info .write-page::after {
    position: absolute;
    background: linear-gradient(to right, rgb(141,153,152), rgb(106,114,113));
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    height: 5px;
}

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


.location-info .container::before {
    border-radius: 50%;
    top: -10%;
    right: -5%;
    background: radial-gradient(circle, rgb(141,153,152,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 300px;
    opacity: 0.2;
    width: 300px;
    position: absolute;
    content: '';
}

.program-offerings {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(150deg, rgb(141,153,152,0.5) 0%, rgb(176,186,186) 50%, rgb(106,114,113,0.5) 100%);
    overflow: hidden;
}

.program-offerings .container {
    z-index: 2;
    position: relative;
}

.program-offerings .corp-culture {
    min-height: 550px;
    grid-template-rows: repeat(12, minmax(30px, auto));
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}

.program-offerings .job-skills::before {
    width: 100%;
    z-index: -1;
    left: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgb(141,153,152,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(106,114,113,0.5) 0%, transparent 80%);
    content: "";
    top: 0;
    border-radius: 19px;
    opacity: 0.15;
    position: absolute;
    height: 100%;
}

.program-offerings .head-know::before {
    position: absolute;
    content: "";
    animation: rotateConic 10s linear infinite;
    background: conic-gradient(
        from 0deg, 
        rgb(141,153,152) 0%, 
        rgb(106,114,113) 50%, 
        rgb(141,153,152) 100%
    );
    inset: -4px;
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    z-index: -1;
}

.program-offerings h3 {
    margin-bottom: 1.5rem;
    font-size: 33px;
    position: relative;
    line-height: 1.3;
    transform: perspective(1000px) rotateX(2deg);
    text-shadow: 0 0 20px rgb(141,153,152,0.5);
    font-weight: 700;
    color: #ffffff;
    transform-origin: left bottom;
    padding-right: 2rem;
}

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

.program-offerings .corp-culture:hover .head-know {
    transform: rotate(5deg) scale(1.05);
}

.program-outcomes {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,186,186), #ffffff 80%);
    padding: 120px 0;
}

.program-outcomes .corp-culture {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.program-outcomes .textual-box:hover {
    transform: translateY(-15px);
}

.program-outcomes .textual-box::before {
    width: 60%;
    background: linear-gradient(90deg, rgb(141,153,152), rgb(106,114,113));
    height: 5px;
    position: absolute;
    top: -5px;
    left: 0;
    content: '';
}

.program-outcomes ul {
    min-width: 280px;
    margin: 0;
    flex: 1;
    list-style: none;
    padding: 0;
}

.program-outcomes li p {
    line-height: 1.6;
    font-size: 18px;
    display: flex;
    margin: 0;
    align-items: flex-start;
    color: #000000;
    gap: 15px;
}

.program-outcomes svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.program-outcomes li:hover svg path {
    fill: rgb(106,114,113);
}

.program-outcomes .shot {
    width: 100%;
    position: relative;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transform: perspective(1000px) rotateY(-5deg);
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.6s ease;
    aspect-ratio: 4/3;
    border-radius: 4px;
    height: auto;
}

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

.pricing-offers::after {
    content: "";
    background: radial-gradient(ellipse, rgb(106,114,113,0.5) 5%, transparent 70%);
    width: 300px;
    left: -80px;
    animation: pulseGlow 10s infinite alternate-reverse;
    height: 300px;
    filter: blur(20px);
    position: absolute;
    bottom: -80px;
}

.pricing-plan .basic-rates {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    perspective: 1000px;
    display: grid;
    list-style: none;
    gap: 30px;
}

.pricing-plan .skill-pricing {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    text-decoration: none;
    display: block;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
}

.pricing-plan .program-rate {
    flex-direction: column;
    display: flex;
    flex: 1;
}

.pricing-plan .skill-pricing:hover h4 {
    transform: translateX(5px);
}

.pricing-plan .skill-pricing:hover h4::after {
    width: 100px;
}

.pricing-plan .skill-pricing p {
    overflow-y: auto;
    flex: 1;
    line-height: 1.6;
    scrollbar-width: thin;
    overflow-wrap: break-word;
    word-break: normal;
    color: #ffffff;
    margin: 0 0 25px;
    font-size: 15px;
    max-height: 250px;
    scrollbar-color: rgb(141,153,152) rgba(255, 255, 255, 0.1);
}

.pricing-plan .skill-pricing:hover .study-packages::before {
    left: 100%;
}

.contact {
    overflow: hidden;
    padding: 70px 0;
    background: rgb(176,186,186);
    position: relative;
}

.contact h2 {
    margin-bottom: 40px;
    color: rgb(106,114,113);
    text-align: center;
    font-weight: 700;
    font-size: 31px;
    position: relative;
}

.contact .request-panel {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: grid;
    gap: 0;
    background: #ffffff;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
}

.contact #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.contact input[type="text"] {
    font-size: 13px;
    border-radius: 10px;
    color: #000000;
    padding: 15px 20px;
    width: 100%;
    background: #ffffff;
    border: 1px solid rgb(176,186,186);
    transition: all 0.3s ease;
}

.contact .request-help input[type="checkbox"]:checked {
    border-color: rgb(141,153,152);
    background: rgb(141,153,152);
}

.contact .request-help label {
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
}

.contact .request-help a:hover {
    color: rgb(106,114,113);
}

.contact .query-card::before {
    height: 100%;
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    top: 0;
    position: absolute;
    width: 100%;
}

.contact svg path {
    fill: rgb(141,153,152);
}

.leadership-experience {
    background: linear-gradient(135deg, rgb(176,186,186) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

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

.leadership-experience .feedback-carousel > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}

.leadership-experience .feedback-carousel:hover .shot {
    transform: translateZ(20px) scale(1.05);
}

.leadership-experience .feedback-carousel .shot::before {
    content: "";
    position: absolute;
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(141,153,152,0.5) 100%
  );
    z-index: 1;
    inset: 0;
}

.leadership-experience .feedback-carousel .name::after {
    width: 80px;
    left: 50%;
    content: "";
    background: rgb(106,114,113);
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -8px;
}

.leadership-experience .feedback-carousel .experiencep-wrap {
    transform: translateZ(5px);
    margin: 0;
    line-height: 1.7;
    position: relative;
    padding: 20px 0;
    color: #000000;
    font-size: 13px;
}

.potential-learners::before {
    transform: rotate(35deg);
    z-index: 1;
    content: "";
    width: 100%;
    top: -50%;
    position: absolute;
    background: rgb(141,153,152,0.5);
    right: -50%;
    height: 100%;
}

.potential-learners .corp-culture {
    padding: 60px 40px;
    position: relative;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.potential-learners h4 {
    font-size: 28px;
    position: relative;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.potential-learners h4::after {
    left: 50%;
    width: 80px;
    background: rgb(106,114,113,0.5);
    position: absolute;
    content: "";
    border-radius: 10px;
    transform: translateX(-20px);
    height: 4px;
    bottom: -20px;
}

.potential-learners p::before {
    position: absolute;
    height: 100%;
    z-index: -1;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgb(176,186,186) 100%);
    transition: opacity 0.4s ease;
    opacity: 0;
    top: 0;
    border-radius: 10px;
}

.potential-learners p:hover::before {
    opacity: 1;
}

.potential-learners p svg {
    width: 28px;
    flex-shrink: 0;
    transition: all 0.4s ease;
    height: 28px;
    margin-right: 18px;
}



.potential-learners .corp-culture > div p {
    animation: fadeSlideIn 0.6s ease forwards;
    opacity: 0;
}

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

.potential-learners p::after {
    position: absolute;
    transition: all 0.4s ease;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    content: "";
    right: 10px;
    z-index: -1;
    bottom: 10px;
    background: rgb(106,114,113,0.5);
    opacity: 0;
}

.privacy-bunker ul, .privacy-bunker ol {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

.privacy-bunker ul li, .privacy-bunker ol li {
    padding: 10px;
    font-size: 12px;
    color: #000000;
    border-radius: 10px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    position: relative;
    background: rgb(141,153,152,0.5);
    font-weight: 400;
}

.privacy-bunker p:hover, .privacy-bunker span:hover, .privacy-bunker div:hover {
    color: rgb(141,153,152);
}


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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}


@media only screen and (max-width: 800px) {.cookie-data {
    display: none;
}.cookies-consent {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.dialogCookieSettings h5 {
    text-align: center;
}.dialogCookieSettings p {
    text-align: center;
}.cookie-compl {
    margin-bottom: 20px;
}body .wrapper-border .data-guard {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 480px) {.thanksCore {
    padding: 2.5rem 0;
}.thanksCore h2 {
    font-size: calc(35px * 0.7);
    line-height: 1.4;
}.thanksCore h2::after {
    width: 4rem;
}.thanksCore .corp-culture {
    border-left-width: 3px;
    padding: 1.75rem 1.25rem;
}.thanksCore li {
    padding-left: 1.25rem;
}.thanksCore li span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}



@media screen and (max-width: 767px) {.our-mission {
    padding: 60px 0;
}.our-mission::before {
    background-size: 20px 20px;
}.our-mission h3 {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 10px;
    font-size: calc(30px - 0.6rem);
}.our-mission .legacy-edu,
    .our-mission .edu-promise {
    grid-template-columns: 1fr;
    gap: 20px;
}.our-mission .legacy-edu {
    margin-bottom: 40px;
}.our-mission .legacy-edu span {
    left: 20px;
}.our-mission .legacy-edu p,
    .our-mission .edu-promise p {
    padding: 20px;
    border-width: 2px;
}.our-mission .legacy-edu .shot,
    .our-mission .edu-promise .expert-learnings {
    height: 300px;
}.our-mission .edu-promise p {
    order: 2;
}.our-mission .edu-promise .expert-learnings {
    order: 1;
}.our-mission .corp-culture::before,
    .our-mission .corp-culture::after {
    width: 60px;
    filter: blur(20px);
    height: 60px;
}.our-mission::after {
    filter: blur(40px);
}
}



@media (max-width: 991px) {.customer-feedback {
    padding: 4rem 0;
}.customer-feedback h2.container {
    margin-bottom: 2.5rem;
    font-size: 28px;
}.customer-feedback .learner-testimonials {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (hover: none) {.customer-feedback .feedback-carousel:hover {
    transform: none;
    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);
}.customer-feedback .feedback-carousel:hover::before {
    transform: scaleX(0.3);
}.customer-feedback .feedback-carousel:hover h3 {
    transform: none;
}.customer-feedback .feedback-carousel:hover div,
    .customer-feedback .feedback-carousel:hover img {
    transform: none;
}}



@media screen and (max-width: 576px) {.code-labs {
    padding: 3rem 0 2rem;
}.code-labs .company_holder h3 {
    font-size: calc(28px * 0.9);
}.code-labs .footer-benefit {
    font-size: calc(16px * 0.9);
}.code-labs .head-sitebar .head-tutor a {
    font-size: calc(16px * 0.9);
}.vr-labs {
    margin-top: 2rem;
    padding: 1rem 0;
}}



@media (max-width: 768px) {.opening-board {
    padding: 4rem 0 2rem;
}.opening-board .corp-culture {
    gap: 2rem;
    padding: 1rem;
}.opening-board h1 {
    font-size: calc(44px * 0.75);
    margin-bottom: 1rem;
}.opening-board .learn-entry {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}.opening-board .learn-entry p {
    font-size: 14px;
    margin-bottom: 1.5rem;
}.opening-board svg {
    margin: 0.5rem auto 1.5rem;
    height: 90px;
    width: 90px;
}.opening-board .query-card {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding: 0.8rem 1.5rem;
}.opening-board .shot {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    min-height: 280px;
}
}


@media (max-width: 575px) {.location-info {
    padding: 2.5rem 0;
}.location-info .write-page {
    gap: 1.5rem;
}.location-info .message-section {
    padding: 1rem;
}.location-info .learn-help {
    margin-top: 1rem;
    padding: 1.2rem;
}.location-info .learn-help span {
    margin-right: 0.5rem;
    padding: 0.3rem 0.8rem;
}.location-info .write-page h3 {
    font-size: calc(37px * 0.9);
    margin: 2rem 0 1.5rem;
}.location-info .quick-answers {
    font-size: calc(18px * 0.95);
    padding: 0 1rem;
}.location-info .message-section > span {
    padding: 0.8rem;
}.location-info .message-section > span svg {
    height: 16px;
    width: 16px;
    top: 0.8rem;
    right: 0.8rem;
}.location-info .learn-help h4 svg {
    height: 16px;
    width: 16px;
}.location-info .learn-help span svg {
    height: 10px;
    margin-right: 5px;
    width: 10px;
}}



@media (max-width: 576px) {.program-offerings {
    padding: 3rem 0;
}.program-offerings .shot {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    height: 250px;
}.program-offerings .job-skills {
    margin-top: -50px;
    padding: 1.8rem 1.5rem;
}.program-offerings .head-know {
    margin-bottom: 1.2rem;
    height: 80px;
    width: 80px;
}.program-offerings .head-know svg {
    width: 45px;
    height: 45px;
}.program-offerings h3 {
    margin-bottom: 1.2rem;
    font-size: calc(33px * 0.7);
}.program-offerings h3::before {
    width: 50px;
    height: 2px;
}.program-offerings p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 767px) {.program-outcomes {
    padding: 60px 0;
}.program-outcomes .textual-box {
    padding: 30px 25px;
}.program-outcomes .textual-box > div {
    flex-direction: column;
    gap: 10px;
}.program-outcomes ul {
    width: 100%;
}.program-outcomes h4 {
    font-size: calc(19px * 1.2);
}.program-outcomes .shot {
    max-width: 100%;
}.program-outcomes li p {
    gap: 12px;
}.program-outcomes li p span:first-child {
    width: 34px;
    height: 34px;
}
}



@media (max-width: 768px) {.pricing-plan {
    padding: 60px 0;
}.pricing-plan .basic-rates {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing-plan .skill-pricing h4 {
    font-size: 18px;
}.pricing-plan .study-packages {
    font-size: calc(18px * 1.1);
}.pricing-plan .basic-rates li:hover {
    transform: translateY(-10px) rotateY(3deg);
}
}



@media (max-width: 768px) {.contact {
    padding: 50px 0;
}.contact h2 {
    margin-bottom: 30px;
    font-size: calc(31px - 4px);
}.contact .support-help {
    padding: 30px 25px;
}.contact .shot {
    min-height: 250px;
}
}



@media (min-width: 992px) {.leadership-experience {
    padding: 140px 0;
}.leadership-experience .feedback-carousel {
    grid-template-columns: 260px 1fr;
    padding: 60px;
    gap: 40px 60px;
}.leadership-experience .feedback-carousel .shot {
    height: 220px;
    width: 220px;
}.leadership-experience .feedback-carousel .name {
    font-size: calc(21px * 1.2);
}.leadership-experience .feedback-carousel .experiencep-wrap {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 480px) {.leadership-experience {
    padding: 60px 0;
}.leadership-experience .feedback-carousel {
    gap: 20px;
    padding: 25px 20px;
}.leadership-experience .feedback-carousel .shot {
    height: 120px;
    width: 120px;
}.leadership-experience .feedback-carousel .name {
    font-size: 21px;
}.leadership-experience .feedback-carousel > div:nth-child(2) > div {
    font-size: calc(13px * 0.9);
}}



@media (max-width: 576px) {.potential-learners {
    padding: 60px 0 50px;
}.potential-learners .corp-culture {
    padding: 35px 20px;
}.potential-learners h4 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.7);
}.potential-learners h4::before {
    height: 3px;
    width: 30px;
}.potential-learners h4::after {
    width: 60px;
    height: 3px;
}.potential-learners p {
    padding: 15px;
    font-size: calc(13px * 0.9);
}.potential-learners p svg {
    height: 20px;
    width: 20px;
    margin-right: 12px;
}.potential-learners p:hover {
    transform: translateY(-5px) scale(1.01);
}.potential-learners .corp-culture::after {
    height: 60px;
    width: 60px;
}}

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

@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}



@keyframes slideInTitle {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes card-appear {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(10deg) translateY(50px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}



@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}



@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 pulseGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

