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

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

.nav-learning {
    flex: 1 0 auto;
}

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

.fellow-prog {
    flex: 0 0 auto;
}

.fellow-prog {
    padding: 5rem 0 3rem;
    position: relative;
    z-index: 1;
}

#trackingFormPanel {
    display: none;
}

.windowPrivacySettings .container {
    align-items: center;
    max-width: 1140px;
    padding: 0 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    gap: 1rem;
    display: flex;
    z-index: 1;
    margin: 0 auto;
}

.manage-cookies h5 {
    color: rgb(170,207,200);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.cookie_button.data-notice {
    background: rgb(170,207,200);
}

.cookie-screen:hover {
    background: #000000;
    transform: translateY(-3px);
}

.windowPrivacySettings p a {
    transition: color 0.3s ease;
    color: rgb(170,207,200);
    text-decoration: underline;
}

.education-framework::before {
    height: 120%;
    transform: rotate(-3deg) scale(1.05);
    pointer-events: none;
    position: absolute;
    left: -5%;
    z-index: -1;
    content: "";
    width: 120%;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgba(rgb(119,158,177,0.5), 0.03) 0px,
            rgba(rgb(119,158,177,0.5), 0.03) 1px,
            transparent 1px,
            transparent 10px
        ),
        repeating-linear-gradient(
            135deg,
            rgba(rgb(170,207,200,0.5), 0.02) 0px,
            rgba(rgb(170,207,200,0.5), 0.02) 1px,
            transparent 1px,
            transparent 15px
        );
    top: -10%;
}

.education-framework .heading-frame::before {
    top: 0;
    position: absolute;
    content: "";
    mask-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    opacity: 0.4;
    mask-image: linear-gradient(45deg, #000 25%, transparent 25%), 
                linear-gradient(-45deg, #000 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, #000 75%),
                linear-gradient(-45deg, transparent 75%, #000 75%);
    left: 0;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(rgb(119,158,177,0.5), 0.08) 0%,
        rgba(rgb(170,207,200,0.5), 0.05) 100%
    );
    mask-size: 20px 20px;
    z-index: -1;
}

.learning-outcomes::after {
    height: 20rem;
    pointer-events: none;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(119,158,177,0.5) 0%, transparent 70%);
    bottom: -5rem;
    filter: blur(5rem);
    right: -5rem;
    z-index: 0;
    width: 20rem;
}

.learning-outcomes .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}

.learning-outcomes .academy-learnings > div:first-child {
    border-radius: 21px;
    order: 1;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.15);
    position: relative;
}

.learning-outcomes .academy-learnings > div:first-child:hover .pic-frame-wrap {
    transform: scale(1);
}

.learning-outcomes .heading-frame {
    padding: 1rem;
    position: relative;
    order: 2;
}

.learning-outcomes li {
    position: relative;
    padding-left: 3rem;
    transition: transform 0.4s ease-out;
    transform: translateX(0);
}

.learning-outcomes li div {
    position: relative;
}

.learning-outcomes li p svg {
    position: absolute;
    width: 1.75rem;
    top: 0.125rem;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    left: -3rem;
    height: 1.75rem;
}

.learning-outcomes li:nth-child(even) {
    transform: translateX(0);
}

.academic-expertise::before {
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(170,207,200,0.5) 0%, transparent 40%);
    opacity: 0.4;
    width: 100%;
    z-index: 0;
}

.academic-expertise .pic-frame-wrap {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    height: 300px;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    transform: rotateX(10deg);
    transform-origin: bottom;
    border-radius: 23px 23px 0 0;
}

.academic-expertise .name {
    transition: transform 0.4s ease;
    color: rgb(170,207,200);
    display: inline-block;
    font-weight: 700;
    transform: translateZ(0);
    position: relative;
    font-size: 33px;
    margin-bottom: 10px;
}

.academic-expertise .alumni-quotes:hover .name {
    transform: translateZ(10px);
}

.academic-expertise .alumni-quotes:hover .work-trajectory > div:nth-child(2) {
    transform: translateZ(15px);
    color: rgb(119,158,177);
}

.academic-expertise .alumni-quotes:hover .job-skills {
    transform: translateZ(5px);
}

.academic-expertise .job-skills::before {
    font-size: 60px;
    left: -5px;
    top: 10px;
    line-height: 0;
    content: "";
    position: absolute;
    opacity: 0.5;
    color: rgb(119,158,177,0.5);
}

.pricing-zone .discount-plan {
    position: relative;
}

.pricing-zone h2::after {
    bottom: -12px;
    content: "";
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(170,207,200), rgb(119,158,177));
    border-radius: 10px;
    height: 4px;
    left: 50%;
}

.pricing-zone .plan-options li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.pricing-zone .indv-sub {
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    height: 100%;
    display: block;
    isolation: isolate;
    text-decoration: none;
}

.pricing-zone .package-pricing h4::after {
    content: "";
    height: 3px;
    transition: width 0.3s ease;
    bottom: 0;
    background: rgb(119,158,177);
    left: 0;
    width: 40px;
    position: absolute;
}

.pricing-zone .indv-sub:hover .study-costs {
    background: rgba(rgb(170,207,200,0.5), 0.2);
    transform: scale(1.05);
}

.contact {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(224,235,233) 0%, #ffffff 100%);
    isolation: isolate;
}

.contact::after {
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    transform: skewY(-3deg) scale(1.2);
    z-index: -1;
    background-size: 30px 30px;
    left: 0;
    background-image: radial-gradient(rgb(119,158,177,0.5) 1px, transparent 1px);
    opacity: 0.1;
    width: 100%;
}

.contact h3 {
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: calc(31px * 1.1);
    transform: translateX(-10px);
    color: rgb(170,207,200);
}

.contact h5 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 0.5rem;
    align-items: center;
    gap: 0.5rem;
    font-size: 22px;
    display: flex;
}

.contact .msg-info {
    flex-direction: column;
    padding: 0;
    display: flex;
    margin: 2rem 0 0;
    gap: 1.2rem;
    list-style: none;
}

.contact .online-form:hover {
    color: #ffffff;
    border-left-color: rgb(170,207,200);
    transform: translateY(-3px) scale(1.02);
}

.contact .online-form:hover::before {
    transform: translateX(0);
}

.contact .online-form:hover svg path {
    fill: #ffffff;
}

.contact .online-form:hover svg {
    transform: rotate(5deg) scale(1.1);
}

footer {
    color: #ffffff;
    perspective: 1000px;
    font-family: Arial, sans-serif;
    position: relative;
}

footer::after {
    content: "";
    z-index: -1;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    animation: scanline 10s linear infinite;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.fellow-prog .company_holder h3 {
    position: relative;
    color: #ffffff;
    font-size: calc(32px * 0.9);
    font-weight: 700;
    padding-bottom: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 1.75rem;
    letter-spacing: 1px;
}

.fellow-prog .company_holder:hover h3::after {
    width: 100%;
}

.fellow-prog .grade-help::before {
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, 
                rgb(170,207,200) 0%, 
                transparent 100%);
    height: 100%;
    width: 2px;
    left: 0;
}

.fellow-prog .header-pagewrap:hover::before {
    left: -100%;
    top: -100%;
}

.fellow-prog .header-pagewrap::after {
    transition: all 0.4s ease;
    transform: translateZ(5px);
    right: 0;
    top: 0;
    position: absolute;
    border-style: solid;
    height: 0;
    content: "";
    border-color: transparent rgb(170,207,200) transparent transparent;
    transform-style: preserve-3d;
    width: 0;
    border-width: 0 25px 25px 0;
}

.fellow-prog .header-pagewrap h5 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 22px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    display: inline-block;
    position: relative;
}

.fellow-prog .header-pagewrap .top-teach {
    display: flex;
    gap: 0.875rem;
    flex-direction: column;
}

.fellow-prog .header-pagewrap a:hover {
    color: #ffffff;
    transform: translateX(20px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.credit-info {
    padding: 1.5rem 0;
    margin-top: 3rem;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(0, 0, 0, 0.3);
}

.credit-info .donate-books {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    text-align: center;
    padding: 0.5rem 1.5rem;
    font-size: 14px;
}

.fellow-prog .company_holder::after {
    width: 30px;
    top: 20px;
    right: 20px;
    transition: all 0.4s ease;
    opacity: 0.7;
    border-right: 2px solid rgb(170,207,200);
    content: "";
    border-top: 2px solid rgb(170,207,200);
    position: absolute;
    height: 30px;
}

.fellow-prog .company_holder:hover .grade-help::after {
    width: calc(100% - 1rem);
}

.fellow-prog .header-pagewrap:nth-child(1)::before {
    background: radial-gradient(circle, rgb(170,207,200,0.5) 0%, transparent 70%);
}

.fellow-prog .top-teach a::after {
    left: 0;
    bottom: 0;
    content: "";
    height: 1px;
    background: linear-gradient(to right, rgb(170,207,200), rgb(119,158,177));
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
}

.program-details .job-ready {
    animation: slide-show 35s ease-in-out infinite;
    height: 100%;
    display: flex;
    width: 500%;
}

.program-details .skill-academy::before {
    opacity: 0.7;
    position: absolute;
    content: '';
    inset: 0;
    z-index: 2;
    background: 
        linear-gradient(0deg, 
            rgb(170,207,200,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(119,158,177,0.5) 100%),
        linear-gradient(90deg, 
            rgb(170,207,200,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(119,158,177,0.5) 100%);
}

.program-details .training-track::before {
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(170,207,200,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(119,158,177,0.5) 0%,
            transparent 70%
        );
    opacity: 0.15;
    position: absolute;
    content: '';
    z-index: -1;
    inset: 0;
}

.program-details .training-track p {
    color: #000000;
    margin-bottom: 2rem;
    font-size: 13px;
    line-height: 1.7;
}

.program-details .training-track .help-info::before {
    opacity: 0;
    z-index: -1;
    background: linear-gradient(to right, 
        rgb(119,158,177), 
        rgb(170,207,200));
    content: '';
    transition: opacity 0.4s ease;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
}

.privacy-stronghold:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
}

.privacy-stronghold h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 46px;
    color: rgb(170,207,200);
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}

.privacy-stronghold ul, .privacy-stronghold ol {
    list-style: none;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    margin: 10px 0;
    font-family: Arial, sans-serif;
    list-style-position: inside;
    padding-left: 20px;
}

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

.follow .container {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    z-index: 2;
}

.follow .academy-learnings {
    position: relative;
    display: flex;
    perspective: 1000px;
    transform-style: preserve-3d;
    flex-direction: column;
}

.follow p {
    font-weight: 700;
    transform: translateZ(50px);
    color: #000000;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    line-height: 1.4;
    font-size: 32px;
}

.follow p::before {
    opacity: 0.5;
    border-radius: 50%;
    z-index: -1;
    height: 80px;
    position: absolute;
    top: -40px;
    filter: blur(30px);
    background: rgb(170,207,200,0.5);
    content: "";
    left: -20px;
    width: 80px;
}

.follow .input_holder::before {
    background: #ffffff;
    top: -10px;
    left: -10px;
    border-radius: 28px;
    transform: translateZ(-10px);
    bottom: -10px;
    content: "";
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    right: -10px;
    position: absolute;
    z-index: -1;
}

.follow .help-info:hover {
    background: rgb(119,158,177);
    box-shadow: 0 15px 25px rgb(119,158,177,0.5);
    transform: perspective(500px) rotateX(0);
}

.follow .help-info:hover::before {
    opacity: 0.15;
    animation: ripple 1s ease-out;
}

.landing-page {
    background: linear-gradient(135deg, rgb(224,235,233) 0%, rgb(170,207,200,0.5) 100%);
    overflow: hidden;
    display: flex;
    padding: 2rem;
    position: relative;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
}

.landing-page .course-main {
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 2;
    transform: translateY(-2%);
    width: 100%;
    max-width: 1200px;
    display: grid;
}

.landing-page h3 {
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    letter-spacing: -0.01em;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    line-height: 1.4;
}

.landing-page h3::after {
    height: 3px;
    content: "";
    display: block;
    transform-origin: left;
    animation: lineGrow 1.5s ease-out forwards;
    margin-top: 1rem;
    width: 40%;
    background: linear-gradient(90deg, rgb(170,207,200) 0%, rgb(119,158,177) 100%);
}

.landing-page h1::before {
    left: -1rem;
    bottom: 0.8rem;
    top: 0.8rem;
    content: "";
    animation: lineDown 1s 0.5s ease-in-out forwards;
    width: 5px;
    transform-origin: top;
    transform: scaleY(0);
    background: rgb(170,207,200);
    position: absolute;
}

.landing-page p {
    transition: transform 0.5s ease;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 400;
    position: relative;
    padding: 2rem 3rem;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    z-index: 2;
}

.about-this h2 {
    margin-bottom: 40px;
    animation: slideInRight 0.8s 0.2s forwards;
    padding-bottom: 12px;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    font-size: 31px;
    position: relative;
    opacity: 0;
    transform: translateX(-10px);
}

.about-this .heading-frame p {
    color: rgb(170,207,200);
    font-weight: 600;
    font-size: calc(14px * 1.5);
    padding-left: 15px;
    margin: 0;
    letter-spacing: 1px;
    position: relative;
}

.about-this .heading-frame div div {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    letter-spacing: 0.3px;
    color: #ffffff;
    line-height: 1.8;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 15px;
}

header .nav-mainbar {
    position: relative;
    overflow: hidden;
}

header .container {
    position: relative;
    margin: 0 auto;
    padding: 15px 25px;
    max-width: 1200px;
}

header .container:before {
    opacity: 0.7;
    background: rgb(170,207,200);
    width: 8px;
    height: 8px;
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    position: absolute;
    content: '';
}

header .header-guide:before {
    position: absolute;
    left: 0;
    height: 1px;
    content: '';
    bottom: -10px;
    opacity: 0.2;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    width: 100%;
}

header .site-head:before {
    background: rgb(170,207,200);
    content: '';
    left: 0;
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 100%;
    transform: translateX(-101%);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

header .site-head:hover {
    color: rgb(170,207,200);
}

header .site-head:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}

header .header-lead:before {
    position: absolute;
    width: 100%;
    background: linear-gradient(rgb(224,235,233), rgb(224,235,233)) padding-box,
                linear-gradient(135deg, rgb(170,207,200), rgb(119,158,177)) border-box;
    content: '';
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    top: 0;
    height: 100%;
    opacity: 0;
    left: 0;
    border-radius: 10px;
}

.tyMessage::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    opacity: 0.08;
    z-index: 0;
    transform: rotate(15deg);
    content: "";
    bottom: -20px;
    right: -20px;
    height: 250px;
    background: rgb(170,207,200);
    width: 250px;
}

.tyMessage .academy-learnings > div:first-child {
    border-left: 4px solid rgb(170,207,200);
    padding-left: 30px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
    position: relative;
}

.tyMessage h5 {
    line-height: 1.4;
    margin: 0;
    position: relative;
    font-weight: 700;
    font-size: 23px;
    color: #000000;
}

.tyMessage .academy-learnings > div:last-child:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.tyMessage .academy-learnings > div:last-child:hover::before {
    width: 10px;
}

.tyMessage a {
    display: block;
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease;
    z-index: 1;
}

.contact-form-section {
    padding: 100px 0;
    background: rgb(224,235,233);
    overflow: hidden;
    position: relative;
}

.contact-form-section .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
    position: relative;
}

.contact-form-section h2 {
    transform: translateX(-50%);
    left: 50%;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 31px;
}

.contact-form-section .help-help {
    display: flex;
    background: #ffffff;
    border-radius: 0;
    margin-top: 50px;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.contact-form-section .reach-support::before {
    z-index: 0;
    right: -75px;
    position: absolute;
    content: "";
    width: 150px;
    border: 30px solid rgb(170,207,200,0.5);
    top: -75px;
    border-radius: 50%;
    height: 150px;
}

.contact-form-section form h3::after {
    background: rgb(170,207,200);
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    width: 50%;
    bottom: -15px;
}

.contact-form-section form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}

.contact-form-section .connect-box {
    position: relative;
    margin-bottom: 40px;
}

.contact-form-section .connect-box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-form-section .connect-box input[type="checkbox"]:checked + label::before {
    background: rgb(170,207,200);
    border-color: rgb(170,207,200);
}

.contact-form-section .connect-box label a {
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(170,207,200);
    position: relative;
    text-decoration: none;
}

.contact-form-section .connect-box label a:hover {
    color: rgb(119,158,177);
}

.contact-form-section .help-info {
    z-index: 1;
    border: none;
    overflow: hidden;
    display: inline-block;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    color: #ffffff;
    transition: all 0.3s ease;
    width: auto;
    cursor: pointer;
    padding: 18px 40px;
    background: rgb(170,207,200);
    position: relative;
    font-size: 20px;
    font-weight: 600;
}


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



@media (min-width: 768px) {.education-framework .academy-learnings {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}.education-framework h2 {
    font-size: calc(33px * 1.2);
    padding-bottom: 2rem;
    margin-bottom: 0;
    transform: translateX(-10px);
}.education-framework h2::before {
    width: 180px;
    height: 5px;
}.education-framework .heading-frame {
    transform: perspective(1000px) rotateY(2deg) translateZ(0) translateX(20px);
}.education-framework .heading-frame:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0) translateX(15px) translateY(-5px);
}
}



@media (min-width: 768px) {.learning-outcomes {
    padding: 10rem 3rem;
}.learning-outcomes h5 {
    max-width: 70%;
    font-size: calc(19px * 1.2);
}.learning-outcomes .academy-learnings {
    align-items: center;
    gap: 5rem;
    flex-direction: row;
}.learning-outcomes .academy-learnings > div:first-child {
    transform: perspective(1000px) rotateY(-8deg);
    order: 0;
    flex: 0 0 45%;
}.learning-outcomes .heading-frame {
    flex: 0 0 50%;
    padding-right: 2rem;
}.learning-outcomes ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 3rem;
}.learning-outcomes li:nth-child(odd) {
    transform: translateY(-0.5rem);
}.learning-outcomes li:nth-child(odd):hover {
    transform: translateY(-0.5rem) translateX(0.5rem);
}.learning-outcomes li:nth-child(even) {
    transform: translateY(0.5rem);
}.learning-outcomes li:nth-child(even):hover {
    transform: translateY(0.5rem) translateX(0.5rem);
}
}



@media (max-width: 767px) {.academic-expertise {
    padding: 50px 20px;
}.academic-expertise .pic-frame-wrap {
    height: 250px;
}.academic-expertise .work-trajectory {
    padding: 30px 25px;
}.academic-expertise .name {
    font-size: calc(33px - 4px);
}.academic-expertise .work-trajectory > div:nth-child(2) {
    font-size: calc(21px - 1px);
}.academic-expertise .job-skills {
    font-size: calc(14px - 1px);
}}



@media (min-width: 992px) and (max-width: 1199px) {.pricing-zone .plan-options {
    grid-template-columns: repeat(3, 1fr);
}.pricing-zone .learning-fee {
    padding: 35px 30px;
}
}



@media (max-width: 480px) {.pricing-zone {
    padding: 50px 0;
}.pricing-zone .learning-fee {
    padding: 25px 20px;
}.pricing-zone h2::after {
    height: 3px;
    width: 60px;
}.pricing-zone .study-costs {
    padding: 8px 16px;
}}



@media (min-width: 992px) {.contact {
    padding: 120px 0;
}.contact .contact-query {
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
    padding: 5rem 4rem;
}.contact h3 {
    transform: translateX(-20px);
    font-size: calc(31px * 1.3);
}.contact p {
    font-size: calc(13px * 1.1);
    max-width: 80%;
}.contact .online-form {
    padding: 1rem 1.25rem;
}.contact .online-form:hover {
    transform: translateY(-5px) scale(1.03);
}
}



@media (max-width: 992px) {.fellow-prog {
    padding: 4rem 0 2rem;
}.fellow-prog .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.fellow-prog .company_holder,
    .fellow-prog .carbon-cta {
    width: 100%;
}.fellow-prog .top-teach {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 992px) and (max-width: 1400px) {.program-details .training-track {
    padding: 2.5rem;
}.program-details .academy-learnings {
    max-width: 550px;
}
}



@media (min-width: 1400px) {.program-details .academy-learnings {
    max-width: 650px;
}.program-details .container {
    max-width: 1320px;
}
}



@media (max-width: 767px) {.program-details .pro-skills {
    height: 300px;
}.program-details .job-ready {
    animation-duration: 25s;
}.program-details .container {
    padding: 2.5rem 1rem;
}.program-details .training-track {
    padding: 1.8rem;
}.program-details .training-track h3 {
    font-size: calc(31px * 0.9);
}.program-details .training-track p {
    margin-bottom: 1.5rem;
    font-size: calc(13px * 0.95);
}
}



@media only screen and (max-width: 800px) {.privacy-stronghold {
    padding: 20px;
}.privacy-stronghold h1 {
    font-size: calc(21px - 10px);
}.privacy-stronghold h2 {
    font-size: calc(21px - 8px);
}.privacy-stronghold h3, .privacy-stronghold h4, .privacy-stronghold h5, .privacy-stronghold h6 {
    font-size: calc(21px - 5px);
}.privacy-stronghold ul, .privacy-stronghold ol {
    padding-left: 15px;
    font-size: calc(18px - 2px);
}}



@media (min-width: 768px) {.landing-page .course-main {
    gap: 1rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.landing-page .course-main > div:first-child {
    margin-left: 0;
    transform: translateX(-10%) rotate(-2deg);
    margin-right: auto;
}.landing-page .smart-classes {
    padding: 4rem 3rem 3rem;
    transform: translateY(5%) translateX(5%) rotate(2deg);
}.landing-page h1 {
    transform: translateX(-2rem);
    font-size: clamp(3rem, 4vw, 4rem);
}.landing-page h1::before {
    left: -2rem;
    width: 8px;
}.landing-page .smart-classes > div {
    min-height: 280px;
}
}



@media (min-width: 1200px) {.about-this {
    padding: 180px 0;
}.about-this::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 100%);
}.about-this h2 {
    font-size: calc(31px * 1.4);
}.about-this .heading-frame {
    grid-template-columns: 1fr;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    padding: 80px;
}.about-this .heading-frame div div {
    column-gap: 60px;
    column-count: 2;
}
}



@media (max-width: 767px) {header .header-pagewrap {
    right: -100%;
    flex-direction: column;
    background: rgb(224,235,233);
    max-width: 320px;
    height: 100vh;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1001;
    padding: 75px 30px 30px;
    position: fixed;
    width: 80%;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    gap: 5px;
    top: 0;
}header .header-pagewrap:before {
    left: 10%;
    height: 1px;
    top: 60px;
    width: 80%;
    bottom: auto;
}header .menu.active {
    right: 0;
}header .site-head {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 14px 5px;
}header .site-head:last-child {
    border-bottom: none;
}header .site-head:after {
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}header .site-head:hover:after {
    opacity: 1;
    top: 50%;
    left: 5px;
}header .header-lead {
    margin: 0 auto;
}
}



@media (max-width: 1024px) {.contact-form-section {
    padding: 80px 0;
}.contact-form-section .pic-frame-wrap {
    min-height: 500px;
}.contact-form-section .reach-support {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.contact-form-section {
    padding: 60px 0;
}.contact-form-section .help-help {
    flex-direction: column;
}.contact-form-section .pic-frame-wrap {
    width: 100%;
    min-height: 300px;
}.contact-form-section .reach-support {
    width: 100%;
    padding: 40px 30px;
}.contact-form-section form h3 {
    margin-bottom: 30px;
}.contact-form-section form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-form-section .connect-box {
    margin-bottom: 30px;
}.contact-form-section .help-info {
    padding: 15px 30px;
    width: 100%;
}
}



@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes lineDown {
  0% { transform: scaleY(0); }
  100% { transform: scaleY(1); }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

