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

header,footer {
    width: 100%;
}

header {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    left: 0;
    background: rgb(224,235,233);
    top: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: fixed;
    width: 100%;
    z-index: 1000;
}


.windowPrivacySettings {
    width: 100%;
    bottom: 0;
    z-index: 90;
    justify-content: center;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(170,207,200);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    background: rgb(224,235,233);
    padding: 1rem 0;
    align-items: center;
    position: fixed;
}

.cookie-screen {
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    background: rgb(170,207,200);
    padding: 0.75rem 1.5rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1rem;
    color: #ffffff;
}

.education-framework::after {
    background: linear-gradient(180deg, transparent, rgb(224,235,233) 90%);
    width: 100%;
    z-index: -1;
    transform: skewY(-2deg);
    left: 0;
    height: 60%;
    bottom: 0;
    position: absolute;
    transform-origin: bottom;
    content: "";
}

.education-framework h2 {
    transform: translateX(-5px);
    padding-bottom: 1.5rem;
    color: #000000;
    font-size: 33px;
    font-weight: 700;
    z-index: 2;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    position: relative;
}

.education-framework:hover h2::before {
    transform: scaleX(1.5);
}

.education-framework .heading-frame {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    padding: 2.5rem 3rem;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, rgba(rgb(255, 255, 255, 0.5), 0.8), rgba(rgb(255, 255, 255, 0.5), 0.4));
    backdrop-filter: blur(10px);
    border-left: 5px solid rgb(119,158,177);
}

.education-framework .heading-frame p::first-letter {
    font-weight: 600;
    color: rgb(119,158,177);
    font-size: calc(13px * 1.5);
    margin-right: 2px;
}

.learning-outcomes::before {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle at 80% 20%, rgb(170,207,200,0.5) 0%, transparent 60%);
}

.learning-outcomes h5::after {
    background: linear-gradient(90deg, rgb(170,207,200) 0%, rgb(119,158,177) 100%);
    bottom: -1rem;
    border-radius: 10px;
    content: "";
    position: absolute;
    height: 0.25rem;
    left: 50%;
    width: 6rem;
    transform: translateX(-50%);
}

.learning-outcomes .academy-learnings > div:first-child::before {
    opacity: 0.4;
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, transparent 0%, rgb(170,207,200,0.5) 100%);
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.learning-outcomes .heading-frame::before {
    content: "";
    filter: blur(2rem);
    pointer-events: none;
    background: radial-gradient(circle, rgb(119,158,177,0.5) 0%, transparent 70%);
    z-index: -1;
    top: -3rem;
    position: absolute;
    left: -1rem;
    height: 8rem;
    width: 8rem;
}

.learning-outcomes li:hover p svg {
    transform: rotate(10deg) scale(1.1);
}

.learning-outcomes li p svg path {
    fill: rgb(170,207,200);
    transition: fill 0.3s ease;
}

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

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

.academic-expertise::after {
    background: radial-gradient(circle at 70% 30%, rgb(119,158,177,0.5) 0%, transparent 40%);
    width: 100%;
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    opacity: 0.3;
    right: 0;
    height: 100%;
}

.academic-expertise .pic-frame-wrap::before {
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
}

.academic-expertise .alumni-quotes:hover .work-trajectory {
    transform: rotateX(0deg) translateZ(20px);
}

.academic-expertise .name::after {
    position: absolute;
    left: 0;
    height: 3px;
    transition: width 0.4s ease 0.1s;
    background: linear-gradient(to right, rgb(119,158,177), transparent);
    bottom: -5px;
    content: "";
    width: 0;
}

.academic-expertise .job-skills {
    padding: 20px 0 0 0;
    border-top: 1px solid rgb(224,235,233);
    line-height: 1.7;
    transform: translateZ(0);
    position: relative;
    transition: transform 0.4s ease 0.2s;
    font-size: 14px;
    color: #000000;
}

.pricing-zone::before {
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    position: absolute;
    top: 0;
}

.pricing-zone .study-packages {
    text-align: center;
    max-width: 800px;
    font-size: calc(12px + 2px);
    margin: 0 auto 60px;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
    font-weight: 300;
}

.pricing-zone .plan-options li:hover {
    z-index: 2;
    transform: translateY(-15px);
}

.pricing-zone .indv-sub::before {
    position: absolute;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(170,207,200), rgb(119,158,177));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: 0 0;
    height: 4px;
    transform: scaleX(0);
    content: "";
    top: 0;
}

.pricing-zone .learning-fee {
    box-sizing: border-box;
    position: relative;
    padding: 35px 30px;
    flex-direction: column;
    display: flex;
    z-index: 1;
    height: 100%;
}

.pricing-zone .indv-sub:hover .package-pricing h4::after {
    width: 60px;
}

.pricing-zone .package-pricing p {
    line-height: 1.6;
    flex: 1;
    hyphens: auto;
    margin: 0 0 30px;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    overflow-wrap: break-word;
}

.contact::before {
    right: 0;
    position: absolute;
    z-index: 1;
    height: 4px;
    left: 0;
    background: linear-gradient(90deg, rgb(170,207,200) 0%, rgb(119,158,177) 100%);
    top: 0;
    content: "";
}

.contact .contact-query {
    grid-template-columns: 1fr;
    border-left: 4px solid rgb(170,207,200);
    position: relative;
    background: #ffffff;
    padding: 3rem 2rem;
    backdrop-filter: blur(5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    display: grid;
}

.contact h3::after {
    content: "";
    background: linear-gradient(90deg, rgb(170,207,200) 0%, rgb(119,158,177) 100%);
    transform-origin: left;
    left: 0;
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -10px;
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contact .online-form {
    display: flex;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.3) 100%);
    padding: 0.75rem 1rem;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-size: calc(13px * 1.05);
    color: #000000;
    border-left: 2px solid rgb(119,158,177,0.5);
}

.fellow-prog::before {
    animation: glowPulse 3s ease-in-out infinite alternate;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(119,158,177) 50%, 
                transparent 100%);
    content: "";
    top: 0;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
}

.fellow-prog .company_holder:hover {
    border-left: 3px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(170,207,200,0.5);
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
}

.fellow-prog .company_holder h3::after {
    content: "";
    transition: width 0.4s ease-in-out;
    width: 60px;
    position: absolute;
    background: rgb(170,207,200);
    bottom: 0;
    height: 3px;
    left: 0;
}

.fellow-prog .carbon-cta {
    position: relative;
}

.fellow-prog .header-pagewrap {
    transform-style: preserve-3d;
    padding: 2rem;
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.03);
}

.fellow-prog .header-pagewrap:hover::after {
    border-color: transparent rgb(119,158,177) transparent transparent;
    border-width: 0 35px 35px 0;
}

.fellow-prog .header-pagewrap:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.05);
    transform: translateZ(15px) scale(1.03);
}

.fellow-prog .header-pagewrap h5::after {
    width: 30%;
    content: "";
    height: 3px;
    bottom: -8px;
    background: rgb(170,207,200);
    position: absolute;
    left: 0;
    transition: width 0.4s ease-in-out;
}

.fellow-prog .header-pagewrap a::before {
    content: "→";
    left: -20px;
    position: absolute;
    transform: translateZ(5px);
    opacity: 0;
    transition: all 0.3s ease;
}

.fellow-prog .header-pagewrap a:hover::before {
    left: 0;
    opacity: 1;
}

.credit-info .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.credit-info .donate-books:hover {
    box-shadow: 0 0 15px rgba(rgb(170,207,200), 0.3);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
}



.fellow-prog .company_holder::before,
.fellow-prog .header-pagewrap::before {
    height: 100px;
    opacity: 0;
    position: absolute;
    background: radial-gradient(circle, rgb(170,207,200,0.5) 0%, transparent 70%);
    filter: blur(30px);
    content: "";
    border-radius: 50%;
    transition: opacity 0.5s ease;
    width: 100px;
    z-index: -1;
}

.fellow-prog .company_holder::before {
    bottom: -20px;
    right: -20px;
}

.fellow-prog::after {
    height: 100%;
    z-index: -2;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    content: "";
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    background-size: 40px 40px;
    top: 0;
}

.program-details .pro-skills {
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
}

.program-details .skill-academy {
    height: 100%;
    width: 20%;
    position: relative;
    overflow: hidden;
}

.program-details .skill-academy::after {
    z-index: 3;
    opacity: 0.3;
    content: '';
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(170,207,200,0.5) 0px,
            rgb(170,207,200,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    animation: slide-pattern 15s linear infinite;
    mix-blend-mode: overlay;
    position: absolute;
    inset: 0;
}

.program-details .training-track {
    overflow: hidden;
    background: rgb(224,235,233);
    padding: 3rem;
    border-radius: 10px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.program-details .training-track h3 {
    position: relative;
    font-size: 31px;
    color: rgb(170,207,200);
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
}

.program-details .training-track:hover h3::after {
    transform: translateY(-3px);
    width: 100%;
}

.program-details .training-track .help-info {
    text-decoration: none;
    position: relative;
    border-radius: 10px;
    font-size: 20px;
    padding: 0.9rem 1.8rem;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    background: linear-gradient(to right, 
        rgb(170,207,200), 
        rgb(119,158,177));
    box-shadow: 0 5px 15px rgb(170,207,200,0.5);
}

.privacy-stronghold h3, .privacy-stronghold h4, .privacy-stronghold h5, .privacy-stronghold h6 {
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 21px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
}

.privacy-stronghold li::before {
    content: "•";
    font-size: 1.2em;
    left: 0;
    position: absolute;
    color: rgb(170,207,200);
}

.privacy-stronghold section:hover {
    background: rgb(170,207,200,0.5);
}

.follow {
    z-index: 1;
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    background: rgb(224,235,233);
}

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

.follow .academy-learnings::after {
    transform: rotateY(-30deg) translateZ(-50px);
    border-radius: 28px;
    width: 70%;
    bottom: 15%;
    background: rgb(119,158,177);
    z-index: -1;
    position: absolute;
    animation: floatLayer 8s ease-in-out infinite alternate-reverse;
    height: 100%;
    content: "";
    opacity: 0.1;
    filter: blur(20px);
    right: -20%;
}

.follow .input_holder {
    border-radius: 28px;
    padding: 0.5rem;
    gap: 1.5rem;
    position: relative;
    flex-direction: column;
    display: flex;
    transform: translateZ(30px);
}

.follow .join-now {
    transition: all 0.3s ease;
    outline: none;
    border-radius: 28px;
    font-family: Arial, sans-serif;
    transform: perspective(500px) rotateX(5deg);
    color: #000000;
    padding: 1.5rem;
    font-size: 18px;
    background: #ffffff;
    border: 2px solid rgb(170,207,200,0.5);
    transform-origin: bottom;
}

.follow .help-info::before {
    left: -50%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    opacity: 0;
    width: 200%;
    content: "";
    height: 200%;
    position: absolute;
    top: -50%;
    transform: scale(0.5);
    transition: opacity 0.5s ease;
}

.landing-page::after {
    transform: rotate(-15deg) scale(2);
    position: absolute;
    height: 100%;
    z-index: 0;
    right: -50%;
    opacity: 0.1;
    top: -50%;
    width: 100%;
    background: rgb(119,158,177,0.5);
    content: "";
}

.landing-page .course-main > div:first-child {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
              0 1px 1px rgba(0, 0, 0, 0.02),
              0 3px 5px rgba(0, 0, 0, 0.05);
    margin-left: auto;
    padding: 2rem;
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    max-width: 650px;
    transform: translateX(-5%) rotate(-1deg);
}

.landing-page .smart-classes::before {
    z-index: -1;
    top: 0;
    right: 0;
    height: 150px;
    transform: translate(50%, -50%) rotate(45deg);
    opacity: 0.2;
    width: 150px;
    position: absolute;
    content: "";
    background: rgb(119,158,177,0.5);
}

.landing-page h1 {
    margin: 0 0 2rem;
    line-height: 1.1;
    transform: translateX(-1rem);
    letter-spacing: -0.02em;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: clamp(2.5rem, 5vw, 42px);
}

.landing-page .smart-classes > div::before {
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, 
    transparent 0%, 
    rgba(0, 0, 0, 0.65) 100%);
}

.about-this::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
    content: '';
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
}

.about-this .heading-frame {
    display: grid;
    padding: 40px;
    opacity: 0;
    animation: fadeUp 1s 0.4s forwards;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    gap: 30px;
    grid-template-columns: 1fr;
    border-left: 4px solid rgb(170,207,200);
}

header:before {
    height: 5px;
    left: 0;
    content: '';
    background: linear-gradient(90deg, 
        rgb(170,207,200) 0%, 
        rgb(119,158,177) 50%, 
        rgb(170,207,200) 100%
    );
    top: 0;
    width: 100%;
    position: absolute;
}

header .nav-mainbar:before {
    width: 100%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(170,207,200,0.5),
        transparent
    );
    position: absolute;
    left: 0;
    content: '';
}

header .container:after {
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    content: '';
    background: rgb(119,158,177);
    width: 8px;
    height: 8px;
    opacity: 0.7;
    right: 10px;
}

header .header-pagewrap {
    gap: 30px;
    display: flex;
    position: relative;
    align-items: center;
}

header .header-pagewrap:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}

header .site-head {
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 2px;
    text-transform: uppercase;
}

header .site-head:hover:before {
    transform: translateX(0);
}

header .header-lead {
    position: relative;
    padding: 5px 12px;
    transition: all 0.3s ease;
    display: flex;
    text-decoration: none;
    align-items: center;
}

header .header-lead:hover:before {
    opacity: 1;
}

header .header-lead:hover:after {
    opacity: 1;
    transform: scale(1);
}

header .header-lead svg {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 42px;
    width: auto;
}

.tyMessage::before {
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgb(119,158,177,0.5) 50px, rgb(119,158,177,0.5) 52px);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0.1;
    content: "";
}

.tyMessage .academy-learnings:hover {
    transform: translateX(10px);
}

.tyMessage .academy-learnings > div:first-child::before {
    left: -14px;
    transform: translateY(-50%) rotate(45deg);
    background: #ffffff;
    width: 24px;
    border: 3px solid rgb(170,207,200);
    height: 24px;
    content: "";
    transition: transform 0.4s ease;
    top: 50%;
    position: absolute;
}

.tyMessage .academy-learnings > div:last-child::before {
    background: linear-gradient(to bottom, rgb(170,207,200), rgb(119,158,177));
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    width: 6px;
    transition: width 0.4s ease;
    top: 0;
}

.tyMessage a:hover {
    transform: translateX(5px);
}

.tyMessage p {
    z-index: 2;
    line-height: 1.8;
    color: #000000;
    position: relative;
    margin: 0;
    font-size: 15px;
}

.contact-form-section::before {
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(170,207,200,0.5) 0,
        rgb(170,207,200,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    height: 100%;
    width: 100%;
    opacity: 0.07;
}

.contact-form-section h2::before {
    left: calc(50% - 40px);
    position: absolute;
    width: 80px;
    bottom: 0;
    background: rgb(170,207,200);
    height: 4px;
    content: "";
}

.contact-form-section .pic-frame-wrap {
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
}

.contact-form-section .reach-support {
    justify-content: center;
    position: relative;
    padding: 60px;
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
}

.contact-form-section .reach-support::after {
    position: absolute;
    width: 100px;
    background: rgb(119,158,177,0.5);
    left: -50px;
    border-radius: 0;
    z-index: 0;
    content: "";
    height: 100px;
    bottom: -50px;
    transform: rotate(45deg);
}

.contact-form-section form input[type="text"] {
    transition: all 0.3s ease;
    font-size: 16px;
    color: #000000;
    width: 100%;
    border-bottom: 2px solid rgb(224,235,233);
    padding: 20px 25px;
    border: none;
    background: transparent;
    margin-bottom: 25px;
}

.contact-form-section .connect-box label::before {
    top: 0;
    width: 22px;
    height: 22px;
    content: "";
    left: 0;
    background: transparent;
    position: absolute;
    transition: all 0.3s ease;
    border: 2px solid rgb(224,235,233);
}

.contact-form-section .connect-box label a::after {
    transform-origin: left;
    background: rgb(170,207,200);
    transform: scaleX(1);
    content: "";
    transition: transform 0.3s ease;
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: -1px;
    left: 0;
}

.contact-form-section .help-info:hover::before {
    width: 150%;
}

.contact-form-section svg {
    transition: all 0.3s ease;
    stroke: rgb(170,207,200);
    width: 24px;
    height: 24px;
    stroke-width: 2;
    fill: none;
}

.contact-form-section svg path {
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(170,207,200);
}

::-webkit-scrollbar {
    width: 19px;
}

::-webkit-scrollbar-track {
    background: repeating-radial-gradient(circle at center, rgb(224,235,233), rgb(224,235,233) 5px, rgb(170,207,200) 5px, rgb(170,207,200) 18px);
    box-shadow: inset -5px -1px 13px 1px rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-thumb {
    transition: background, border-radius 3.3s ease-out;
    border-radius: 14em;
    border: 3px solid rgb(119,158,177,0.5);
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(170,207,200,0.5);
    box-shadow: -3px -1px 6px 3px rgba(0, 0, 0, 0.8);
}



@media (max-width: 767px) {.education-framework {
    padding: 4rem 0;
}.education-framework .academy-learnings {
    gap: 2rem;
    padding: 0 1.5rem;
}.education-framework h2 {
    font-size: calc(33px * 0.9);
    text-align: center;
    margin-bottom: 1rem;
    transform: translateX(0);
    padding-bottom: 1.5rem;
}.education-framework h2::before {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
    width: 100px;
}.education-framework:hover h2::before {
    transform: translateX(-50%) scaleX(1.3);
}.education-framework .heading-frame {
    padding: 2rem;
}.education-framework p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}}



@media (min-width: 1200px) {.learning-outcomes .academy-learnings > div:first-child::after {
    background: linear-gradient(45deg, rgb(170,207,200,0.5) 0%, rgb(119,158,177,0.5) 100%);
    opacity: 0.7;
    transform: rotate(-5deg);
    bottom: -2rem;
    right: -2rem;
    content: "";
    width: 70%;
    z-index: -1;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    filter: blur(1rem);
    border-radius: 10px;
    height: 70%;
}.learning-outcomes .academy-learnings > div:first-child:hover::after {
    transform: rotate(0deg);
}.learning-outcomes ul {
    gap: 3rem 4rem;
}
}



@media (min-width: 1200px) {.pricing-zone .plan-options {
    grid-template-columns: repeat(4, 1fr);
}.pricing-zone .learning-fee {
    padding: 40px 35px;
}.pricing-zone h2 {
    font-size: calc(29px + 4px);
}
}



@media (min-width: 768px) and (max-width: 991px) {.pricing-zone .plan-options {
    grid-template-columns: repeat(2, 1fr);
}.pricing-zone .package-pricing p {
    font-size: calc(12px - 1px);
    margin-bottom: 25px;
}.pricing-zone .learning-fee {
    padding: 30px 25px;
}
}



@media (min-width: 768px) {.contact {
    padding: 100px 0;
}.contact .contact-query {
    padding: 4rem 3rem;
    grid-template-columns: 1fr 1fr;
    transform: perspective(1000px) rotateX(1deg);
    gap: 3rem;
}.contact h3 {
    grid-column: 1 / -1;
    font-size: calc(31px * 1.2);
}.contact p {
    max-width: 85%;
    font-size: calc(13px * 1.05);
}.contact .msg-info {
    margin: 0;
}
}



@media (max-width: 767px) {.contact {
    padding: 60px 0;
}.contact .contact-query {
    padding: 2rem 1.5rem;
}.contact h3 {
    font-size: 31px;
}.contact p {
    max-width: 100%;
    font-size: 13px;
}.contact .online-form {
    padding: 0.5rem 0.75rem;
}
}



@media (max-width: 768px) {.fellow-prog {
    padding: 3.5rem 0 1.5rem;
}.fellow-prog .top-teach {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.fellow-prog .company_holder,
    .fellow-prog .header-pagewrap {
    padding: 1.5rem;
}.fellow-prog .company_holder h3,
    .fellow-prog .header-pagewrap h5 {
    margin-bottom: 1.25rem;
}.credit-info {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}



@media (max-width: 991px) {.program-details {
    flex-direction: column;
    min-height: auto;
    padding: 0;
}.program-details .pro-skills {
    position: relative;
    height: 350px;
}.program-details .container {
    padding: 3rem 1.5rem;
    width: 100%;
}.program-details .academy-learnings {
    margin: 0 auto;
    max-width: 100%;
}.program-details .training-track {
    padding: 2rem;
}
}



@media (prefers-reduced-motion) {.program-details .job-ready,
    .program-details .skill-academy img,
    .program-details .skill-academy::after {
    animation: none;
}}



@media (max-width: 992px) {.follow {
    padding: 4rem 1.5rem;
    margin: 5rem 0;
}.follow p {
    font-size: calc(32px * 0.9);
}.follow::before,
    .follow::after {
    height: 60px;
}.follow::before {
    top: -60px;
}.follow::after {
    bottom: -60px;
}
}



@media (max-width: 576px) {.follow {
    padding: 2.5rem 1rem;
    margin: 3rem 0;
}.follow .academy-learnings::before,
    .follow .academy-learnings::after {
    display: none;
}.follow p {
    transform: none;
}.follow .input_holder {
    transform: none;
    gap: 1rem;
}.follow .join-now,
    .follow .help-info {
    padding: 1rem;
    transform: none;
}}



@media (max-width: 767px) {.landing-page {
    padding: 1.5rem;
}.landing-page .course-main {
    gap: 2rem;
}.landing-page .course-main > div:first-child {
    padding: 1.5rem;
}.landing-page h3 {
    font-size: 1.1rem;
}.landing-page .smart-classes {
    padding: 2rem 1.5rem 1.5rem;
}.landing-page h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}.landing-page p {
    font-size: 1.1rem;
    padding: 1.5rem 2rem;
}}



@media (max-width: 767px) {.about-this {
    padding: 80px 0;
}.about-this h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.9);
}.about-this .heading-frame {
    padding: 25px;
}.about-this .heading-frame p {
    font-size: calc(14px * 1.2);
    padding-left: 12px;
}.about-this .heading-frame div div {
    line-height: 1.6;
    font-size: 14px;
    padding-left: 12px;
}}



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .header-pagewrap {
    gap: 20px;
}header .header-lead svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .header-lead svg {
    height: 35px;
}}



@media (min-width: 768px) {.tyMessage {
    padding: 150px 0;
}.tyMessage .academy-learnings {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1.5fr;
}.tyMessage .academy-learnings > div:first-child {
    padding-left: 50px;
}.tyMessage h5 {
    max-width: 90%;
    font-size: calc(23px * 1.2);
}
}



@media (min-width: 992px) {.tyMessage {
    padding: 180px 0;
}.tyMessage .academy-learnings {
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
}.tyMessage .academy-learnings > div:first-child {
    transform: translateX(-30px);
}.tyMessage .academy-learnings:hover > div:first-child {
    transform: translateX(-20px);
}.tyMessage .academy-learnings > div:last-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 50px 60px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.6s ease, box-shadow 0.6s ease;
}.tyMessage .academy-learnings > div:last-child:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(119,158,177,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(119,158,177);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}



@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}



@keyframes floatLayer {
    0% {
        transform: rotateY(30deg) translateZ(-50px) translateY(0);
    }
    100% {
        transform: rotateY(30deg) translateZ(-50px) translateY(-20px);
    }
}



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



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



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

