html,body {
    height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}

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

a {
    text-decoration: none;
    color: inherit;
}

.cookies-consent {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}

.dialogCookieSettings h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie-data svg, .cookie-data svg path, .cookie-data img {
    width: 100px;
    height: 100px;
    fill: rgb(141,153,152);
}

.wrapper-border .data-guard {
    padding: 10px;
    margin-left: 30px;
    font-weight: 400;
    font-size: 20px;
    background: rgb(141,153,152);
    color: #ffffff;
    border: none;
}

.wrapper-border .cookie-compl h5, .wrapper-border .cookie-compl p {
    color: #000000;
}

.thanksCore {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(176,186,186), rgba(245, 247, 250, 0.95));
}

.thanksCore .container {
    max-width: 1200px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding: 0 2rem;
}

.thanksCore .corp-culture {
    opacity: 0;
    transform: translateY(1rem);
    border-left: 4px solid rgb(141,153,152);
    padding: 3rem;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    animation: slideUp 0.8s ease-out forwards 0.5s;
}

.thanksCore li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.thanksCore li::before {
    left: 0;
    transform: rotate(45deg) scale(0);
    position: absolute;
    width: 0.5rem;
    content: "";
    top: 0.6rem;
    background: rgb(141,153,152);
    height: 0.5rem;
    animation: growBox 0.6s ease-out forwards 1.2s;
}



.our-mission::after {
    z-index: 1;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(141,153,152,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(106,114,113,0.5) 0%, transparent 50%);
    content: "";
    filter: blur(60px);
    width: 100%;
    animation: bgPulse 20s infinite alternate;
    left: 0;
    height: 100%;
    opacity: 0.3;
}



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

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

.our-mission .edu-promise::before {
    content: "";
    left: calc(50% - 100px);
    position: absolute;
    height: 1px;
    top: -35px;
    background: linear-gradient(to right, rgb(141,153,152,0.5), rgb(106,114,113,0.5));
    width: 200px;
}

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

.our-mission .edu-promise::after {
    left: -25px;
    border-color: rgb(106,114,113,0.5);
    bottom: -25px;
}

.our-mission .corp-culture::before,
.our-mission .corp-culture::after {
    border-radius: 50%;
    z-index: -1;
    content: "";
    position: absolute;
    filter: blur(40px);
    height: 120px;
    width: 120px;
    opacity: 0.15;
    animation: floatAnimation 15s infinite alternate ease-in-out;
}



.our-mission .corp-culture::before {
    left: -60px;
    top: 20%;
    background: rgb(141,153,152);
}

.customer-feedback h2.container {
    position: relative;
    z-index: 2;
    transform: perspective(1000px) translateZ(0);
    color: #000000;
    margin-bottom: 3.5rem;
    font-weight: 700;
    font-size: calc(28px * 1.1);
    transition: transform 0.5s ease-out;
    text-align: center;
}

.customer-feedback .learner-testimonials {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    display: grid;
}

.customer-feedback .feedback-carousel:hover {
    transform: translateY(-10px) scale(1.01) rotate(0.5deg);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.04);
}

.customer-feedback .feedback-carousel:hover::before {
    transform: scaleX(1);
}

.customer-feedback .feedback-carousel h3 {
    z-index: 2;
    font-size: calc(24px * 1.1);
    transition: transform 0.3s ease;
    transform-origin: left;
    margin-bottom: 0.75rem;
    color: #000000;
    font-weight: 600;
    position: relative;
}

.customer-feedback .feedback-carousel:hover div {
    transform: scale(1.03);
}

.customer-feedback .feedback-carousel:hover img {
    transform: scale(1.05);
}

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

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

.code-labs::before {
    opacity: 0.85;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    background: #000000;
    z-index: -1;
    top: 0;
    content: "";
}



.code-labs .container {
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}

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

.code-labs .company_holder h3 {
    background: linear-gradient(90deg, #ffffff, rgb(141,153,152));
    position: relative;
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
}

.code-labs .head-sitebar:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.code-labs .head-sitebar:hover::before {
    height: 100%;
}

.code-labs .head-sitebar h5::before {
    box-shadow: 0 0 10px rgb(141,153,152);
    content: "";
    width: 5px;
    position: absolute;
    height: 5px;
    background: rgb(141,153,152);
    left: 0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.code-labs .head-sitebar .head-tutor a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
}

.code-labs .head-sitebar .head-tutor a:hover::before {
    transform: translateX(0);
}

.vr-labs::before {
    top: 0;
    position: absolute;
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(141,153,152), transparent);
    left: 50%;
    content: "";
    transform: translateX(-50%);
}

header .container {
    z-index: 1;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0;
    padding: 0 3%;
}

header .head-mentor::before {
    position: absolute;
    left: -50%;
    width: 200%;
    opacity: 0;
    height: 200%;
    top: -50%;
    content: '';
    transition: opacity 0.3s ease;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
}

header .head-mentor svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    height: auto;
    width: 150px;
}

header .head-learn::before {
    left: 0;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    height: 3px;
    background: linear-gradient(to right, rgb(141,153,152), rgb(106,114,113));
    transform-origin: left;
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
}

.opening-board::before {
    content: '';
    z-index: 1;
    width: 40%;
    position: absolute;
    height: 120%;
    opacity: 0.6;
    background: linear-gradient(45deg, rgb(141,153,152,0.5) 0%, transparent 70%);
    top: -10%;
    transform: skewX(-15deg);
    left: -5%;
}

.opening-board h1::after {
    transform: scaleX(0);
    background: rgb(141,153,152);
    left: 0;
    height: 4px;
    content: '';
    width: 80px;
    animation: scaleWidth 1s ease-out forwards 0.8s;
    position: absolute;
    bottom: -10px;
    transform-origin: left;
}

.opening-board h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}

.opening-board .learn-entry p {
    padding-left: 1rem;
    position: relative;
    color: #000000;
    line-height: 1.6;
    font-size: calc(14px * 1.1);
    margin-bottom: 2rem;
}

.opening-board svg {
    display: block;
    width: 120px;
    margin: 1rem auto 2rem;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    height: 120px;
    animation: growSvg 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.6s;
    transform: scale(0);
}

.opening-board .query-card {
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
    transform: translateZ(0);
    text-decoration: none;
    transition: all 0.3s ease;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    font-weight: 600;
    font-size: 20px;
    margin-top: 1rem;
    z-index: 1;
    text-align: center;
    background: rgb(141,153,152);
}

.location-info {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, rgb(176,186,186) 0%, rgb(141,153,152,0.5) 100%);
}


.location-info {
    animation: floatBackground 15s ease infinite;
    background-size: 400% 400%;
}

.location-info .container {
    z-index: 2;
    position: relative;
}

.location-info .write-page:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.location-info .write-page h3 {
    text-align: center;
    font-weight: 700;
    font-size: 37px;
    position: relative;
    margin: 2.5rem 0 1rem;
    color: rgb(141,153,152);
}

.location-info .quick-answers {
    line-height: 1.6;
    max-width: 80%;
    color: #000000;
    padding: 0 1.5rem;
    margin: 0 auto 2rem;
    text-align: center;
    font-size: 18px;
}

.location-info .message-section::before {
    background: linear-gradient(
        to right,
        transparent,
        rgb(141,153,152,0.5),
        rgb(106,114,113,0.5),
        rgb(141,153,152,0.5),
        transparent
    );
    left: 3rem;
    height: 1px;
    content: '';
    position: absolute;
    top: 0;
    right: 3rem;
}

.location-info .message-section > span:nth-child(even)::before {
    background-color: rgb(106,114,113);
}

.location-info .message-section > span:nth-child(even) svg {
    fill: rgb(106,114,113);
}

.location-info .message-section > span svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
    transition: all 0.3s ease;
}

.location-info .message-section span > span {
    display: flex;
    font-weight: 400;
    align-items: center;
    margin-top: 0.5rem;
    color: #000000;
}

.location-info .message-section a svg {
    transition: all 0.3s ease;
    position: static;
    margin-right: 6px;
    opacity: 0.9;
    width: 14px;
    height: 14px;
}

.location-info .message-section a:hover {
    color: rgb(106,114,113);
}

.location-info .message-section a:hover::after {
    transform-origin: left;
    background-color: rgb(106,114,113);
    transform: scaleX(1);
}

.location-info .learn-help::before {
    content: '';
    opacity: 0.1;
    top: 0;
    z-index: -1;
    left: 0;
    background: radial-gradient(circle at top right, rgb(141,153,152,0.5) 0%, transparent 70%);
    width: 100%;
    position: absolute;
    height: 100%;
}

.location-info .learn-help h4::after {
    width: 30px;
    height: 2px;
    background-color: rgb(106,114,113);
    left: 0;
    content: '';
    position: absolute;
    bottom: -5px;
}

.location-info .learn-help span svg {
    width: 14px;
    opacity: 0.7;
    height: 14px;
    fill: rgb(106,114,113);
    margin-right: 8px;
    transition: transform 0.3s ease;
}

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

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

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

.location-info .message-section > span:hover::after {
    left: 0;
    height: 100%;
    top: 0;
    z-index: 0;
    background: linear-gradient(
        to bottom right,
        transparent, 
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent,
        transparent
    );
    content: '';
    width: 100%;
    animation: shine 1.5s ease forwards;
    position: absolute;
}

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

.program-offerings .job-skills::after {
    width: 80%;
    height: 1px;
    left: 50%;
    content: "";
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(141,153,152) 0%, transparent 100%);
    filter: blur(1px);
}

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

.program-offerings .head-know svg {
    height: 60px;
    left: 50%;
    filter: drop-shadow(0 0 10px rgb(141,153,152,0.5));
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    animation: floatLogo 6s ease-in-out infinite;
    width: 60px;
    z-index: 1;
}

.program-offerings p {
    transform-origin: left bottom;
    color: #ffffff;
    font-size: 17px;
    max-width: 100%;
    line-height: 1.8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(1deg);
    margin-bottom: 0;
    position: relative;
}

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

.program-offerings .corp-culture:hover .job-skills {
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) translateX(10px);
}

.program-outcomes::before {
    pointer-events: none;
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(106,114,113,0.5) 0.5%, transparent 8%),
        radial-gradient(circle at 90% 70%, rgb(141,153,152,0.5) 0.8%, transparent 10%);
    width: 100%;
}

.program-outcomes h4 {
    color: #000000;
    font-size: calc(23px * 1.1);
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
}

.program-outcomes .textual-box > div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
}

.program-outcomes li:hover {
    transform: translateX(5px);
}

.program-outcomes li:hover p span:first-child {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.program-outcomes li:hover svg {
    transform: rotate(5deg);
}

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

.program-outcomes .shot:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-5px);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.18);
}

.pricing-plan {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.pricing-plan::before {
    height: 100%;
    background: linear-gradient(135deg, rgba(13, 27, 77, 0.85), rgba(20, 33, 61, 0.92));
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
}

.pricing-plan h2 {
    margin-bottom: 20px;
    transform: perspective(1000px) translateZ(10px);
    color: transparent;
    font-weight: 700;
    background-clip: text !important;
    transition: transform 0.5s ease;
    background: linear-gradient(to right, #ffffff, rgb(106,114,113));
    -webkit-background-clip: text !important;
    font-size: 35px;
    text-align: center;
}

.pricing-plan .basic-rates li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pricing-plan .skill-pricing::before {
    width: 100%;
    opacity: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(141,153,152,0.5), transparent 70%);
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
    content: "";
    height: 100%;
}

.pricing-plan .skill-pricing:hover::after {
    left: 100%;
    opacity: 0.3;
    top: 100%;
}

.pricing-plan .tuition-grid {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    min-height: 400px;
    padding: 30px;
    height: 100%;
}

.pricing-plan .skill-pricing h4::after {
    bottom: 0;
    width: 60px;
    height: 3px;
    content: "";
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(141,153,152), rgb(106,114,113));
    left: 0;
    position: absolute;
}

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

.contact::before {
    top: 0;
    z-index: 0;
    content: "";
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    left: 0;
    position: absolute;
    width: 100%;
}

.contact .support-help {
    background: #ffffff;
    grid-row: 1;
    grid-column: 1;
    padding: 50px 40px;
}

.contact h3 {
    font-weight: 600;
    color: rgb(141,153,152);
    font-size: 19px;
    margin-bottom: 15px;
}

.contact input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.contact .request-help {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact .request-help input[type="checkbox"]:checked::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "✓";
    font-size: 16px;
    position: absolute;
    color: #ffffff;
}

.contact .query-card {
    font-size: 17px;
    cursor: pointer;
    overflow: hidden;
    align-self: flex-start;
    color: #ffffff;
    margin-top: 10px;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    background: rgb(141,153,152);
    padding: 15px 35px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.leadership-experience::before {
    z-index: 0;
    filter: blur(120px);
    right: -100px;
    height: 400px;
    background: rgb(141,153,152,0.5);
    top: -100px;
    position: absolute;
    width: 400px;
    content: "";
}

.leadership-experience .feedback-carousel {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    backdrop-filter: blur(10px);
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    padding: 40px;
    display: grid;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    gap: 30px;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
}

.leadership-experience .feedback-carousel .name {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: rgb(141,153,152);
    font-size: calc(21px * 1.1);
    margin-bottom: 10px;
}

.leadership-experience .feedback-carousel > div:nth-child(3) {
    position: relative;
}

.leadership-experience .feedback-carousel .experiencep-wrap::after {
    content: "";
    bottom: -60px;
    right: -15px;
}

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

.potential-learners::after {
    left: -50%;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    bottom: -50%;
    transform: rotate(-35deg);
    background: rgb(106,114,113,0.5);
    z-index: 1;
}

.potential-learners .corp-culture::before {
    height: 6px;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(141,153,152), rgb(106,114,113));
    content: "";
    top: 0;
}



.potential-learners .corp-culture::before {
    animation: dotAnimation 8s infinite;
}

.potential-learners div > div {
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    display: grid;
}

.potential-learners div > div::before {
    left: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(106,114,113,0.5) 20%, 
        rgb(106,114,113,0.5) 80%, 
        transparent 100%);
    position: absolute;
    top: 50%;
    opacity: 0.5;
    z-index: -1;
    width: 100%;
}

.potential-learners p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgb(141,153,152,0.5);
    transform: translateY(-10px) scale(1.02);
}

.potential-learners p:hover svg {
    transform: rotate(10deg) scale(1.2);
}

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

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

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

.privacy-bunker {
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 100%;
}

.privacy-bunker h2 {
    color: #000000;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.privacy-bunker p, .privacy-bunker span, .privacy-bunker div {
    margin-bottom: 10px;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

.pricing-plan .skill-pricing p::-webkit-scrollbar {
    width: 6px;
}

.pricing-plan .skill-pricing p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.pricing-plan .skill-pricing p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(141,153,152);
}



@media (hover: hover) {.thanksCore .corp-culture:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.thanksCore .corp-culture:hover::before {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
}



@media screen and (max-width: 1199px) {.our-mission {
    padding: 100px 0;
}.our-mission h3 {
    margin-bottom: 50px;
    padding: 15px 25px;
    font-size: calc(30px - 0.2rem);
}.our-mission .legacy-edu {
    margin-bottom: 60px;
}.our-mission .legacy-edu p,
    .our-mission .edu-promise p {
    padding: 30px;
}.our-mission .legacy-edu .shot,
    .our-mission .edu-promise .expert-learnings {
    height: 400px;
}
}



@media screen and (max-width: 575px) {.our-mission {
    padding: 50px 0;
}.our-mission::before {
    background-size: 15px 15px;
}.our-mission h3 {
    padding: 10px 15px;
    margin-bottom: 35px;
    font-size: calc(30px - 0.8rem);
}.our-mission h3::before {
    left: -1px;
    width: 2px;
}.our-mission .legacy-edu span {
    font-size: calc(19px - 0.4rem);
    top: -30px;
    left: 10px;
    padding: 6px 12px;
}.our-mission .legacy-edu,
    .our-mission .edu-promise {
    gap: 15px;
}.our-mission .legacy-edu {
    margin-bottom: 35px;
}.our-mission .legacy-edu p,
    .our-mission .edu-promise p {
    font-size: calc(12px - 0.2rem);
    padding: 15px;
}.our-mission .legacy-edu .shot,
    .our-mission .edu-promise .expert-learnings {
    height: 250px;
}.our-mission .legacy-edu .shot {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.our-mission .edu-promise .expert-learnings {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.our-mission .legacy-edu::after,
    .our-mission .edu-promise::after {
    height: 30px;
    width: 30px;
}
}



@media (max-width: 480px) {.customer-feedback {
    padding: 2.5rem 0;
}.customer-feedback h2.container {
    font-size: calc(28px * 0.8);
    padding: 0 1rem;
}.customer-feedback .feedback-carousel {
    padding: 1.25rem;
}.customer-feedback .feedback-carousel h3 {
    font-size: 24px;
}.customer-feedback .feedback-carousel .description {
    margin-bottom: 1rem;
    font-size: calc(18px * 0.95);
}
}



@media screen and (max-width: 768px) {.code-labs {
    padding: 4rem 0 3rem;
}.code-labs .head-tutor {
    grid-template-columns: 1fr;
    gap: 2rem;
}.code-labs .head-sitebar {
    padding: 1.2rem;
}.code-labs .head-sitebar h5 {
    font-size: calc(20px * 0.9);
}.code-labs .company_holder::before,
    .code-labs .company_holder::after {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 767px) {header .site-top {
    gap: 1.5rem;
}header .head-mentor {
    padding: 0.4rem 1rem;
}header .head-mentor svg {
    width: 130px;
}header .head-sitebar {
    gap: 0.5rem;
}header .head-learn {
    padding: 0.5rem 0.9rem;
    font-size: calc(15px - 1px);
}
}



@media (max-width: 480px) {.opening-board {
    padding: 3rem 0 1rem;
}.opening-board .corp-culture {
    gap: 1.5rem;
}.opening-board h1 {
    font-size: calc(44px * 0.65);
}.opening-board .learn-entry {
    padding: 1.25rem;
}.opening-board svg {
    height: 80px;
    width: 80px;
}.opening-board .shot {
    min-height: 220px;
}}


@media (min-width: 992px) {.location-info .write-page {
    grid-template-columns: 1fr;
}.location-info .message-section {
    grid-template-columns: repeat(3, 1fr);
}.location-info .learn-help {
    grid-column: span 3;
}.location-info .message-section > span {
    padding: 1.5rem;
}
}


@media (max-width: 767px) {.location-info {
    padding: 3rem 0;
}.location-info .message-section {
    padding: 1.5rem;
    grid-template-columns: 1fr;
    gap: 1rem;
}.location-info .learn-help {
    padding: 1.5rem;
    grid-column: 1;
}.location-info .quick-answers {
    max-width: 100%;
}.location-info .message-section::before {
    right: 1.5rem;
    left: 1.5rem;
}.location-info .message-section > span svg {
    width: 18px;
    height: 18px;
}
}



@media (max-width: 992px) {.program-offerings {
    padding: 5rem 0;
}.program-offerings .corp-culture {
    gap: 10px;
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.program-offerings .job-skills {
    z-index: 5;
    padding: 2.5rem;
    margin-top: -80px;
    grid-row: 2 / 3;
    grid-column: 1 / -1;
}.program-offerings .shot {
    grid-column: 1 / -1;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    height: 350px;
    grid-row: 1 / 2;
}.program-offerings .head-know {
    margin-right: auto;
    margin-left: auto;
}.program-offerings h3 {
    padding-right: 0;
    text-align: center;
}.program-offerings h3::before {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.program-offerings p {
    text-align: center;
}.program-offerings .corp-culture:hover .shot {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.program-offerings .corp-culture:hover .job-skills {
    transform: translateZ(10px) translateY(-15px);
}
}



@media (max-width: 576px) {.program-outcomes {
    padding: 50px 0;
}.program-outcomes h4 {
    font-size: 19px;
}.program-outcomes .corp-culture {
    gap: 40px;
}.program-outcomes li {
    margin-bottom: 15px;
}.program-outcomes li p {
    font-size: calc(18px * 0.95);
}.program-outcomes li p span:first-child {
    height: 30px;
    width: 30px;
}.program-outcomes svg {
    height: 20px;
    width: 20px;
}}



@media (max-width: 992px) {.pricing-plan h2 {
    font-size: calc(35px * 0.9);
}.pricing-plan .discount-grid {
    margin-bottom: 40px;
    font-size: 15px;
}.pricing-plan .tuition-grid {
    min-height: 350px;
    padding: 25px;
}
}



@media (max-width: 992px) {.contact .request-panel {
    grid-template-columns: 1fr;
}.contact .shot {
    border-radius: 0;
    min-height: 300px;
    grid-row: 1;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    grid-column: 1;
}.contact .support-help {
    grid-column: 1;
    grid-row: 2;
    padding: 40px 30px;
}
}



@media (max-width: 576px) {.contact {
    padding: 40px 0;
}.contact .container {
    padding: 0 15px;
}.contact h2::after {
    width: 40px;
}.contact .support-help {
    padding: 25px 20px;
}.contact #contact {
    gap: 20px;
}.contact .query-card {
    width: 100%;
    padding: 14px 20px;
}.contact .shot {
    min-height: 200px;
}}



@media (max-width: 767px) {.leadership-experience {
    padding: 80px 0;
}.leadership-experience .feedback-carousel {
    padding: 30px 25px;
}.leadership-experience .feedback-carousel .shot {
    width: 150px;
    height: 150px;
}.leadership-experience .feedback-carousel .experiencep-wrap {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.leadership-experience .feedback-carousel .experiencep-wrap::before,
  .leadership-experience .feedback-carousel .experiencep-wrap::after {
    font-size: 60px;
}
}



@media (max-width: 768px) {.potential-learners {
    padding: 80px 0 70px;
}.potential-learners .corp-culture {
    padding: 40px 25px;
}.potential-learners h4 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.8);
}.potential-learners div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.potential-learners div > div::before {
    display: none;
}.potential-learners p {
    padding: 18px;
}.potential-learners p svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.potential-learners .corp-culture::after {
    top: auto;
    right: auto;
    left: 20px;
    height: 80px;
    width: 80px;
    bottom: 20px;
}
}



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



@keyframes growBox {
  from {
    transform: rotate(45deg) scale(0);
  }
  to {
    transform: rotate(45deg) scale(1);
  }
}

@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}



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



@keyframes growSvg {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

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

@keyframes item-appear {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



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



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



@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

