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

html {
    scrollbar-width: thin;
    scrollbar-color: rgb(170,207,200,0.5) rgb(224,235,233);
}

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

#trackingFormPanel:checked ~ .windowPrivacySettings {
    visibility: hidden;
    opacity: 0;
}

.learn-prefs {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.learn-prefs svg {
    width: 50px;
    height: 50px;
    fill: rgb(170,207,200);
}

.manage-cookies {
    margin-bottom: 20px;
    min-width: 300px;
    flex: 1;
}

.manage-cookies p {
    color: #000000;
    font-size: 1rem;
}

.cookie_button.cookie-verify {
    background: #000000;
    margin-left: 0.5rem;
}

.cookie_button.cookie-verify:hover {
    background: rgb(170,207,200);
}

.windowPrivacySettings p a:hover {
    color: #000000;
}


.education-framework {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,235,233) 0%, rgba(rgb(119,158,177,0.5), 0.1) 100%);
    padding: 6rem 0;
    z-index: 1;
    position: relative;
}

.education-framework .academy-learnings {
    position: relative;
    grid-template-columns: 1fr;
    transform: translateZ(0);
    padding: 0 2rem;
    max-width: 1200px;
    gap: 3rem;
    margin: 0 auto;
    display: grid;
}

.education-framework h2::before {
    position: absolute;
    content: "";
    height: 4px;
    bottom: 0;
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    width: 120px;
    background: linear-gradient(90deg, rgb(119,158,177), transparent);
}

.education-framework .heading-frame:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0) translateY(-5px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.2),
        0 2px 10px rgba(rgba(0, 0, 0, 0.5), 0.08);
}

.education-framework p {
    transition: opacity 0.3s ease;
    font-weight: 400;
    color: #000000;
    opacity: 0.92;
    position: relative;
    line-height: 1.75;
    margin: 0;
    font-size: 13px;
}

.education-framework .heading-frame:hover p {
    opacity: 1;
}

.learning-outcomes {
    background: linear-gradient(135deg, rgb(224,235,233) 0%, rgb(119,158,177,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 8rem 2rem;
}

.learning-outcomes h5 {
    line-height: 1.5;
    font-size: 19px;
    text-align: center;
    position: relative;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 2;
    margin-bottom: 4rem;
    margin-right: auto;
    color: #000000;
    margin-left: auto;
    max-width: 80%;
    transform: translateY(0);
}

.learning-outcomes .academy-learnings {
    flex-direction: column;
    gap: 3rem;
    display: flex;
    position: relative;
    padding: 1rem;
}

.learning-outcomes .academy-learnings > div:first-child:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.learning-outcomes .pic-frame-wrap {
    width: 100%;
    display: block;
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(1.05);
    object-fit: cover;
    height: 100%;
}

.learning-outcomes ul {
    grid-template-columns: 1fr;
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 1.75rem;
}

.learning-outcomes li:hover {
    transform: translateX(0.5rem);
}

.learning-outcomes li p {
    color: #000000;
    margin: 0;
    align-items: flex-start;
    line-height: 1.6;
    position: relative;
    display: flex;
    font-size: 12px;
}

.learning-outcomes li:hover p svg path {
    fill: rgb(119,158,177);
}

.learning-outcomes li:nth-child(odd):hover {
    transform: translateX(0.5rem);
}

.academic-expertise {
    overflow: hidden;
    position: relative;
    padding: 70px 30px;
    background: linear-gradient(45deg, rgb(224,235,233) 0%, #ffffff 100%);
}

.academic-expertise .alumni-quotes {
    perspective: 1500px;
    position: relative;
    max-width: 1000px;
    z-index: 2;
    transform-style: preserve-3d;
    margin: 0 auto;
    grid-template-columns: 1fr;
    display: grid;
}

.academic-expertise .alumni-quotes:hover .pic-frame-wrap {
    transform: rotateX(0deg) translateZ(30px);
}

.academic-expertise .work-trajectory {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transform: rotateX(-5deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    border-radius: 0 0 23px 23px;
    padding: 40px;
    position: relative;
    transform-origin: top;
}

.academic-expertise .alumni-quotes:hover .name::after {
    width: 100%;
}

.academic-expertise .work-trajectory > div:nth-child(2) {
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    color: #000000;
    font-size: 21px;
    opacity: 0.7;
    transform: translateZ(0);
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.pricing-zone {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.pricing-zone .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}

.pricing-zone h2 {
    font-weight: 700;
    font-size: 29px;
    position: relative;
    text-align: center;
    color: #ffffff;
    transform: translateZ(0);
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

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

.pricing-zone .indv-sub:hover::before {
    transform: scaleX(1);
}

.pricing-zone .indv-sub::after {
    left: 0;
    background: linear-gradient(to top, rgba(rgb(170,207,200,0.5), 0.05), transparent);
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: 0;
    content: "";
    height: 50%;
}

.pricing-zone .package-pricing {
    flex-direction: column;
    display: flex;
    flex: 1;
}

.pricing-zone .package-pricing h4 {
    margin: 0 0 20px;
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 600;
    transition: transform 0.3s ease;
    font-size: calc(18px + 2px);
    letter-spacing: 0.5px;
}

.pricing-zone .study-costs {
    display: block;
    font-weight: 700;
    position: relative;
    border-radius: 10px;
    background: rgba(rgb(170,207,200,0.5), 0.1);
    color: rgb(170,207,200);
    align-self: flex-start;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-size: calc(18px + 4px);
    margin-top: auto;
    padding: 10px 20px;
}

.contact .container {
    width: 90%;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.contact .contact-query::before {
    background: rgb(119,158,177,0.5);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 30%;
    right: -15px;
    position: absolute;
    top: -15px;
    z-index: -1;
    content: "";
    width: 30%;
}

.contact h3:hover::after {
    transform: scaleX(1.5);
}

.contact p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    max-width: 90%;
}

.contact svg {
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
}

.contact svg path {
    fill: rgb(170,207,200);
    transition: fill 0.3s ease;
}

.contact .online-form::before {
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(170,207,200,0.5) 0%, rgb(119,158,177,0.5) 100%);
    position: absolute;
}

.contact .online-form:active {
    transform: translateY(0) scale(0.98);
}

footer::before {
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.85;
    left: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(170,207,200,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
}

.fellow-prog .container {
    position: relative;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}

.fellow-prog .company_holder {
    padding: 2rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    border-radius: 14px;
    border-left: 3px solid rgb(170,207,200);
    position: relative;
    transform-style: preserve-3d;
}

.fellow-prog .grade-help {
    color: rgba(255, 255, 255, 0.8);
    max-width: 100%;
    padding-left: 1rem;
    line-height: 1.7;
    font-size: 18px;
    position: relative;
}

.fellow-prog .top-teach {
    height: 100%;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.fellow-prog .header-pagewrap::before {
    transition: all 0.6s ease;
    top: -50%;
    content: "";
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    height: 200%;
    transform: rotate(45deg);
    z-index: -1;
    left: -50%;
    width: 200%;
    position: absolute;
}

.fellow-prog .header-pagewrap::before {
    top: -20px;
    left: -20px;
}

.fellow-prog .header-pagewrap h5::before {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 100%;
    left: 0;
    background: rgb(119,158,177);
    height: 1px;
}

.fellow-prog .header-pagewrap:hover h5::after {
    width: 100%;
}

.fellow-prog .header-pagewrap a {
    font-size: 18px;
    transition: all 0.3s ease;
    display: block;
    transform-style: preserve-3d;
    color: rgba(255, 255, 255, 0.75);
    padding: 0.5rem 0;
    position: relative;
    text-decoration: none;
}

.credit-info::before {
    height: 1px;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(170,207,200) 30%, 
                #ffffff 50%, 
                rgb(119,158,177) 70%, 
                transparent 100%);
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
}

.fellow-prog .company_holder:hover::before,
.fellow-prog .header-pagewrap:hover::before {
    opacity: 0.5;
}

.fellow-prog .company_holder:hover::after {
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
}



.fellow-prog .company_holder .grade-help::after {
    transition: width 0.4s ease;
    position: absolute;
    width: 70px;
    background: linear-gradient(to right, rgb(170,207,200), transparent);
    bottom: -10px;
    height: 3px;
    left: 1rem;
    content: "";
}

.fellow-prog .header-pagewrap:nth-child(2)::before {
    background: radial-gradient(circle, rgb(119,158,177,0.5) 0%, transparent 70%);
}

.fellow-prog .top-teach a:hover::after {
    width: 100%;
}

.program-details {
    align-items: center;
    background-color: rgb(224,235,233);
    overflow: hidden;
    display: flex;
    position: relative;
    min-height: 100vh;
}

.program-details .pro-skills:hover .job-ready {
    animation-play-state: paused;
}

.program-details .skill-academy img {
    animation: zoom-flow 20s ease-in-out infinite alternate;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform-origin: center;
    filter: brightness(0.8) saturate(1.3);
}

.program-details .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 4;
    width: 90%;
}

.program-details .academy-learnings {
    margin-left: 0;
    padding: 0.5rem;
    border-radius: 12px;
    backdrop-filter: blur(8px);
    background: linear-gradient(
        135deg,
        rgb(170,207,200,0.5) 0%,
        rgb(119,158,177,0.5) 100%
    );
    max-width: 600px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
}

.program-details .training-track h3::after {
    position: absolute;
    left: 0;
    width: 60px;
    transition: width 0.3s ease, transform 0.3s ease;
    background: linear-gradient(to right, 
        rgb(170,207,200), 
        rgb(119,158,177));
    content: '';
    bottom: -10px;
    height: 3px;
    border-radius: 10px;
}

.program-details .training-track .help-info:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(119,158,177,0.5);
}

.program-details .training-track .help-info:hover::before {
    opacity: 1;
}

.privacy-stronghold {
    padding: 40px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: auto;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.privacy-stronghold h2 {
    font-size: 33px;
    color: rgb(119,158,177);
    font-weight: 600;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(170,207,200,0.5);
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-top: 15px;
}

.privacy-stronghold li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.privacy-stronghold section {
    transition: background 0.3s ease;
    background: rgb(224,235,233);
    padding: 20px;
    border-radius: 10px;
}

.privacy-stronghold p:hover, .privacy-stronghold span:hover, .privacy-stronghold div:hover {
    color: #000000;
}

.follow::before {
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background: rgb(224,235,233);
    top: -80px;
    content: "";
    left: 0;
    width: 100%;
    z-index: 2;
    height: 80px;
    position: absolute;
}

.follow .academy-learnings::before {
    position: absolute;
    transform: rotateY(30deg) translateZ(-50px);
    z-index: -1;
    opacity: 0.1;
    width: 70%;
    filter: blur(20px);
    border-radius: 28px;
    top: 15%;
    animation: floatLayer 8s ease-in-out infinite alternate;
    left: -20%;
    background: rgb(170,207,200);
    height: 100%;
    content: "";
}

.follow p::after {
    content: "";
    width: 60px;
    bottom: -30px;
    height: 60px;
    z-index: -1;
    right: -10px;
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
    filter: blur(20px);
    background: rgb(119,158,177,0.5);
}

.follow .join-now:focus {
    box-shadow: 0 10px 20px rgb(170,207,200,0.5);
    border-color: rgb(170,207,200);
    transform: perspective(500px) rotateX(0);
}

.follow .help-info {
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    padding: 1.5rem;
    position: relative;
    border-radius: 28px;
    transform: perspective(500px) rotateX(-5deg);
    border: none;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    transform-origin: top;
    background: rgb(170,207,200);
}

.landing-page::before {
    width: 100%;
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.7;
    background: 
    radial-gradient(circle at 20% 30%, rgb(119,158,177,0.5) 0%, transparent 60%),
    radial-gradient(circle at 80% 70%, rgb(170,207,200,0.5) 0%, transparent 40%);
    top: 0;
    pointer-events: none;
}

.landing-page .course-main > div:first-child::before {
    content: "";
    width: 100%;
    border-left: 5px solid rgb(170,207,200);
    opacity: 0.8;
    top: 0;
    transform: translateX(-5px);
    height: 100%;
    left: 0;
    position: absolute;
}

.landing-page .smart-classes {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 10px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(3%) translateX(2%) rotate(1deg);
    isolation: isolate;
    z-index: 2;
    overflow: hidden;
    background: #ffffff;
    padding: 3rem 2rem 2rem;
    position: relative;
}

.landing-page .smart-classes > div {
    min-height: 200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    transform: translateY(10px);
    overflow: hidden;
    justify-content: center;
    display: flex;
    position: relative;
    align-items: center;
}

.landing-page .smart-classes > div:hover p {
    transform: translateY(-5px);
}

.about-this {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

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

.about-this h2::after {
    width: 80px;
    animation: lineExpand 0.8s 0.6s forwards;
    bottom: 0;
    content: '';
    left: 0;
    transform-origin: left;
    background: rgb(170,207,200);
    height: 3px;
    transform: scaleX(0);
    position: absolute;
}

.about-this .heading-frame > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-this .heading-frame p::before {
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(170,207,200);
    top: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    content: '';
}

header:after {
    content: '';
    width: 100%;
    pointer-events: none;
    left: 0;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(224,235,233) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(224,235,233) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(224,235,233) 25%, transparent 25%),
        linear-gradient(45deg, rgb(224,235,233) 25%, transparent 25%);
    opacity: 0.4;
    background-color: rgba(0, 0, 0, 0.01);
    background-size: 20px 20px;
    bottom: 0;
}

header .header-guide {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-pagewrap:before {
    position: absolute;
    transform: scaleX(0.9);
    left: 0;
    content: '';
    width: 100%;
    transform-origin: center;
    background: rgb(170,207,200);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: -8px;
    height: 2px;
}

header .site-head:after {
    height: 8px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    top: 100%;
    width: 8px;
    background: rgb(170,207,200);
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    content: '';
}

header .header-lead:after {
    transition: all 0.4s ease;
    width: 10px;
    background: linear-gradient(135deg, rgb(170,207,200), rgb(119,158,177));
    transform: scale(0);
    opacity: 0;
    content: '';
    position: absolute;
    left: -5px;
    border-radius: 50%;
    top: -5px;
    height: 10px;
}

header .header-lead:hover svg {
    transform: scale(1.05);
}

.tyMessage {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(170,207,200,0.5) 0%, rgb(224,235,233) 100%);
    overflow: hidden;
}

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

.tyMessage .academy-learnings {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateX(0);
}

.tyMessage .academy-learnings:hover > div:first-child::before {
    transform: translateY(-50%) rotate(225deg);
}

.tyMessage .academy-learnings > div:last-child {
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    background: #ffffff;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 35px 40px;
}

.tyMessage .academy-learnings > div:last-child::after {
    width: 90px;
    height: 90px;
    background: rgb(119,158,177,0.5);
    position: absolute;
    top: -30px;
    border-radius: 50%;
    right: -30px;
    content: "";
    z-index: 0;
    opacity: 0.15;
}

.contact-form-section::after {
    content: "";
    top: 0;
    z-index: 1;
    opacity: 0.07;
    left: 0;
    position: absolute;
    width: 100%;
    background-image: 
        linear-gradient(rgb(119,158,177,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(119,158,177,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    height: 100%;
}

.contact-form-section h2::after {
    background: rgb(119,158,177);
    content: "";
    height: 4px;
    bottom: 0;
    left: calc(50% - 15px);
    width: 30px;
    position: absolute;
}

.contact-form-section .pic-frame-wrap::before {
    background: linear-gradient(
        135deg, 
        rgba(rgb(170,207,200), 0.4), 
        rgba(rgb(119,158,177), 0.4)
    );
    content: "";
    z-index: 1;
    inset: 0;
    position: absolute;
}

.contact-form-section form {
    position: relative;
    z-index: 2;
}

.contact-form-section form h3 {
    font-weight: 600;
    color: #000000;
    font-size: 19px;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
}

.contact-form-section form input[type="text"]:focus {
    border-bottom-color: rgb(170,207,200);
    outline: none;
}

.contact-form-section form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}

.contact-form-section .connect-box label {
    color: #000000;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    font-size: 16px;
}

.contact-form-section .connect-box input[type="checkbox"]:checked + label::after {
    width: 6px;
    left: 8px;
    transform: rotate(45deg);
    top: 4px;
    position: absolute;
    height: 12px;
    border: solid #ffffff;
    content: "";
    border-width: 0 2px 2px 0;
}

.contact-form-section .connect-box label a:hover::after {
    transform: scaleX(0);
    background: rgb(119,158,177);
}

.contact-form-section .help-info::before {
    height: 100%;
    width: 0;
    content: "";
    transition: width 0.5s ease;
    top: 0;
    background: rgb(119,158,177);
    position: absolute;
    z-index: -1;
    transform: skewX(-25deg);
    left: -10px;
}

.contact-form-section svg:hover,
.contact-form-section svg:hover path {
    stroke: rgb(119,158,177);
}


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


@media only screen and (max-width: 768px) {.windowPrivacySettings .container {
    flex-direction: column;
    align-items: center;
}.learn-prefs {
    margin-right: 0;
    margin-bottom: 1rem;
}.manage-cookies {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.cookie-verify {
    margin-top: 0.5rem;
    margin-left: 0;
}}



@media (min-width: 992px) {.education-framework {
    padding: 8rem 0;
}.education-framework .academy-learnings {
    gap: 6rem;
}.education-framework h2 {
    font-size: calc(33px * 1.4);
    transform: translateX(-15px);
}.education-framework .heading-frame {
    padding: 3.5rem 4rem;
    border-left-width: 8px;
}.education-framework p {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}



@media (min-width: 992px) {.learning-outcomes {
    padding: 12rem 4rem;
}.learning-outcomes h5 {
    font-size: calc(19px * 1.4);
    max-width: 60%;
}.learning-outcomes .academy-learnings {
    gap: 8rem;
}.learning-outcomes .academy-learnings > div:first-child {
    flex: 0 0 40%;
}.learning-outcomes .heading-frame {
    flex: 0 0 55%;
}.learning-outcomes li p {
    font-size: calc(12px * 1.05);
}.learning-outcomes li p svg {
    width: 2rem;
    height: 2rem;
}
}



@media (max-width: 767px) {.learning-outcomes {
    padding: 6rem 1.5rem;
}.learning-outcomes h5 {
    font-size: calc(19px * 0.9);
    margin-bottom: 3rem;
    max-width: 100%;
}.learning-outcomes li {
    margin-bottom: 1.25rem;
}.learning-outcomes li p {
    font-size: calc(12px * 0.95);
}}



@media (min-width: 768px) {.academic-expertise .alumni-quotes {
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
}.academic-expertise .pic-frame-wrap {
    height: 100%;
    transform: rotateY(-10deg);
    border-radius: 23px 0 0 23px;
    transform-origin: right;
}.academic-expertise .alumni-quotes:hover .pic-frame-wrap {
    transform: rotateY(0deg) translateZ(30px);
}.academic-expertise .work-trajectory {
    transform: rotateY(5deg);
    border-radius: 0 23px 23px 0;
    transform-origin: left;
}.academic-expertise .alumni-quotes:hover .work-trajectory {
    transform: rotateY(0deg) translateZ(20px);
}
}



@media (max-width: 767px) {.pricing-zone {
    padding: 70px 0;
}.pricing-zone .plan-options {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing-zone h2 {
    font-size: calc(29px - 2px);
}.pricing-zone .study-packages {
    font-size: 12px;
    margin-bottom: 40px;
}.pricing-zone .package-pricing h4 {
    font-size: 18px;
}.pricing-zone .package-pricing p {
    font-size: calc(12px - 1px);
    margin-bottom: 20px;
}.pricing-zone .study-costs {
    font-size: calc(18px + 2px);
}.pricing-zone .learning-fee {
    padding: 30px 20px;
}
}



@media (prefers-reduced-motion) {.contact .contact-query,
    .contact h3::after,
    .contact .online-form,
    .contact .online-form::before,
    .contact svg {
    transition: none;
}.contact .online-form:hover {
    transform: none;
}.contact .online-form:hover svg {
    transform: none;
}.contact h3:hover::after {
    transform: none;
}}



@media (max-width: 576px) {.fellow-prog {
    padding: 3rem 0 1rem;
}.fellow-prog .company_holder {
    padding: 1.25rem;
}.fellow-prog .company_holder h3 {
    font-size: calc(32px * 0.8);
}.fellow-prog .header-pagewrap h5 {
    font-size: calc(22px * 0.9);
}.fellow-prog .header-pagewrap a,
    .fellow-prog .grade-help {
    font-size: calc(18px * 0.9);
}.credit-info .donate-books {
    font-size: calc(14px * 0.9);
    padding: 0.4rem 1rem;
}}



@media (max-width: 480px) {.program-details .pro-skills {
    height: 250px;
}.program-details .job-ready {
    animation-duration: 20s;
}.program-details .container {
    padding: 2rem 0.8rem;
}.program-details .training-track {
    padding: 1.5rem;
}.program-details .training-track h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1rem;
}.program-details .training-track p {
    line-height: 1.5;
    font-size: calc(13px * 0.85);
    margin-bottom: 1.2rem;
}.program-details .training-track .help-info {
    text-align: center;
    width: 100%;
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 768px) {.follow {
    padding: 3rem 1.5rem;
    margin: 4rem 0;
}.follow p {
    margin-bottom: 2rem;
    font-size: 18px;
}.follow .join-now,
    .follow .help-info {
    padding: 1.2rem;
}.follow::before,
    .follow::after {
    height: 40px;
}.follow::before {
    top: -40px;
}.follow::after {
    bottom: -40px;
}
}



@media (min-width: 1024px) {.landing-page {
    padding: 3rem;
}.landing-page h3 {
    font-size: 1.5rem;
}.landing-page .course-main > div:first-child {
    padding: 3rem;
}.landing-page .smart-classes {
    padding: 5rem 4rem 4rem;
}.landing-page .smart-classes > div {
    min-height: 320px;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.96);
}.landing-page .smart-classes > div:hover {
    transform: scale(1.02) translateY(5px);
}
}



@media (min-width: 768px) {.about-this {
    padding: 150px 0;
}.about-this::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 100%);
}.about-this h2 {
    margin-bottom: 60px;
    font-size: calc(31px * 1.2);
}.about-this h2::after {
    height: 4px;
    width: 120px;
}.about-this .heading-frame {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 60px;
    border-left: 6px solid rgb(170,207,200);
    grid-template-columns: 1fr;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.3), 
                    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 100%);
}.about-this .heading-frame:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.4), 
                    inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}.about-this .heading-frame p {
    font-size: calc(14px * 2);
    padding-left: 25px;
}.about-this .heading-frame p::before {
    height: 12px;
    width: 12px;
}.about-this .heading-frame div div {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    padding-left: 25px;
    column-count: 2;
    font-size: calc(14px * 1.1);
    line-height: 1.9;
    column-gap: 40px;
}
}



@media (max-width: 767px) {.tyMessage {
    padding: 80px 0;
}.tyMessage::after {
    height: 150px;
    width: 150px;
}.tyMessage .academy-learnings > div:first-child {
    padding-left: 20px;
}.tyMessage .academy-learnings > div:last-child {
    padding: 25px 30px;
}.tyMessage h5 {
    font-size: calc(23px * 0.9);
}.tyMessage p {
    font-size: calc(15px * 0.95);
}}



@media (max-width: 480px) {.contact-form-section {
    padding: 50px 0;
}.contact-form-section h2 {
    font-size: calc(31px * 0.85);
}.contact-form-section .help-help {
    margin-top: 30px;
}.contact-form-section .pic-frame-wrap {
    min-height: 200px;
}.contact-form-section .reach-support {
    padding: 30px 20px;
}.contact-form-section form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.contact-form-section form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact-form-section .connect-box {
    margin-bottom: 25px;
}.contact-form-section .connect-box label {
    font-size: calc(16px * 0.9);
}.contact-form-section .help-info {
    padding: 12px 25px;
}
}



@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}



@keyframes ripple {
    0% {
        transform: scale(0.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}



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



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



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

