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

.copy-notice {
    flex: 0 0 auto;
}

.copy-notice {
    padding: 4rem 0 2rem;
    position: relative;
    color: #ffffff;
}

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

.head-mainwrap {
    flex: 1 0 auto;
}

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

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

html,body {
    font-family: Arial, sans-serif;
    auto
    scroll-behavior: auto;
    min-height: 100%;
    height: 100%;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    color: #000000;
}

.our-background::before {
    pointer-events: none;
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.4;
    top: 0;
    background: radial-gradient(circle at 30% 30%, rgb(171,187,176,0.5) 0%, transparent 60%);
    left: 0;
    width: 100%;
}

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

.our-background h1 {
    font-size: 45px;
    display: inline-block;
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    color: #000000;
    opacity: 0;
    animation: slideIn 0.8s ease-out forwards 0.2s;
    transform: translateX(calc(100vw * 0.02));
}

.our-background .academy-track {
    position: relative;
}

.our-background .learn-classes {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    animation: fadeUp 0.8s ease-out forwards;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    transform: translateY(30px);
}

.our-background .learn-classes::before {
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(171,187,176), rgb(130,138,130));
    left: 0;
    transition: transform 0.5s ease;
}

.our-background .learn-classes:nth-child(2) h4 {
    animation-delay: 1.2s;
}

.our-background .learn-classes div {
    font-size: 13px;
    opacity: 0;
    color: #000000;
    max-height: 300px;
    line-height: 1.8;
    animation: fadeUp 0.8s ease-out forwards 1.4s;
    overflow-y: auto;
    padding-right: 1rem;
    transform: translateY(20px);
}

.aspiring-learners {
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(218,224,198) 0%, rgb(171,187,176,0.5) 100%);
    padding: 5rem 0;
}

.aspiring-learners::after {
    top: 0;
    background: radial-gradient(
        circle at 70% 80%,
        rgb(171,187,176,0.5) 0%,
        transparent 50%
    );
    position: absolute;
    content: '';
    width: 100%;
    opacity: 0.3;
    z-index: 1;
    left: 0;
    height: 100%;
}

.aspiring-learners .study-guide {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.aspiring-learners h3 {
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 3.5rem;
    text-align: center;
    font-size: 37px;
    color: #ffffff;
    position: relative;
}

.aspiring-learners h3::after {
    position: absolute;
    box-shadow: 0 0 15px rgb(171,187,176);
    bottom: -15px;
    border-radius: 50px;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    left: 50%;
    content: '';
    background: rgb(171,187,176);
}

.aspiring-learners li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.8rem 2rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    overflow: hidden;
}

.aspiring-learners li {
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #ffffff;
    line-height: 1.5;
    font-size: 13px;
}

.aspiring-learners li:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(171,187,176,0.5);
    border-color: rgb(171,187,176,0.5);
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.18);
}

.aspiring-learners li:hover::after {
    transform: scale(1);
    opacity: 0.5;
}

.aspiring-learners li svg {
    height: 40px;
    width: 40px;
    margin-right: 1.5rem;
    flex-shrink: 0;
    transform-origin: center;
    filter: drop-shadow(0 0 5px rgb(130,138,130,0.5));
    transition: all 0.4s ease;
    fill: rgb(130,138,130);
}

.price-card-deck {
    padding: 120px 0 140px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.price-card-deck .container {
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
    z-index: 1;
    padding: 0 15px;
}

.price-card-deck .premium-cost {
    position: relative;
}

.price-card-deck h2 {
    margin-bottom: 20px;
    display: inline-block;
    color: transparent;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    background-clip: text !important;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
}

.price-card-deck h2:hover::after {
    transform: scaleX(1.2);
}

.price-card-deck .learn-rates {
    opacity: 0.9;
    font-weight: 300;
    max-width: 700px;
    margin-bottom: 50px;
    line-height: 1.6;
    font-size: calc(14px + 2px);
}

.price-card-deck .fee-chart li {
    height: 100%;
    perspective: 1000px;
}

.price-card-deck .fee-offers {
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    display: block;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    height: 100%;
    text-decoration: none;
    min-height: 400px;
}

.price-card-deck .fee-offers::after {
    left: -5px;
    box-shadow: 0 0 20px 5px rgb(171,187,176,0.5);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 10px;
    border-radius: 50%;
    width: 10px;
    position: absolute;
    content: "";
    opacity: 0.8;
    top: -5px;
    background: rgb(171,187,176);
}

.price-card-deck .fee-offers h4 {
    font-size: 18px;
    transition: transform 0.3s ease;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    padding-bottom: 15px;
}

.price-card-deck .fee-offers:hover h4::after {
    width: 60px;
}

.price-card-deck .fee-offers p {
    word-break: normal;
    padding-right: 10px;
    line-height: 1.7;
    overflow-y: auto;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    max-height: 200px;
}

.price-card-deck .fee-offers:hover .program-rate {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.price-card-deck .program-rate::before {
    content: "";
    transition: transform 0.6s ease;
    position: absolute;
    transform: skewX(-20deg) translateX(-100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.privacy-panel h1, .privacy-panel h2 {
    color: rgb(171,187,176);
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    letter-spacing: 0.05em;
}

.privacy-panel h1 {
    border-left: 4px solid rgb(130,138,130);
    font-weight: 700;
    font-size: 45px;
    padding-left: 0.5rem;
}

.privacy-panel ul li {
    font-weight: 400;
    align-items: center;
    padding: 0.5rem;
    font-size: 13px;
    border-radius: 10px;
    display: flex;
    background-color: rgb(130,138,130,0.5);
}

.privacy-panel p, .privacy-panel span {
    color: #000000;
    font-size: 13px;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.education-framework {
    min-height: 80vh;
    align-items: center;
    background: linear-gradient(45deg, rgb(218,224,198) 0%, rgb(171,187,176,0.5) 100%);
    display: flex;
    position: relative;
    padding: 7rem 2rem;
    overflow: hidden;
}



.education-framework::after {
    left: 0;
    position: absolute;
    content: '';
    animation: gridMove 30s linear infinite;
    opacity: 0.15;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 9px, rgb(171,187,176,0.5) 10px, transparent 10px) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 9px, rgb(130,138,130,0.5) 10px, transparent 10px) 0 0 / 100% 100px;
}

.education-framework .text-item:hover {
    transform: translateX(-10px);
}

.education-framework .text-item::before {
    height: 30px;
    content: '';
    width: 30px;
    border-radius: 10px 0 0 0;
    left: -15px;
    position: absolute;
    top: -15px;
    border-left: 4px solid rgb(171,187,176);
    border-top: 4px solid rgb(171,187,176);
}

.education-framework .text-item::before,
.education-framework .text-item::after {
    transition: all 0.3s ease;
}

.education-framework h2 {
    color: rgb(171,187,176);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    position: relative;
}

.education-framework .text-item:hover h2::after {
    width: 120px;
}

.education-framework p {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
}

.education-framework .text-item:hover::before {
    transform: translate(-5px, -5px);
}

.education-framework:hover::before,
.education-framework:hover::after {
    animation-play-state: paused;
}


.cookie-frame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 5%;
}

.privacyAgreementDialog h5 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.privacyAgreementDialog p {
    line-height: 1.5;
    font-size: 14px;
    color: #ffffff;
    margin: 0;
}

.digital-tracking svg {
    width: 80px;
    fill: rgb(171,187,176);
    height: 80px;
    transition: transform 0.3s ease-in-out;
}

.digital-tracking:hover svg {
    transform: scale(1.1);
}

.privacy-gate:hover {
    box-shadow: 0 0 20px rgb(130,138,130);
}

.cookie_button.cookies-tech:hover {
    box-shadow: 0 0 15px rgb(130,138,130);
}

.privacyAgreementDialog p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(171,187,176);
}

.privacyAgreementDialog p a:hover {
    color: rgb(130,138,130);
}

#cookie-message-box {
    display: none;
}

#cookie-message-box:checked ~ .privacyAgreementDialog {
    opacity: 0;
    visibility: hidden;
}

.title-screen::before {
    content: '';
    height: 100%;
    pointer-events: none;
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
    45deg,
    rgb(171,187,176,0.5) 0px,
    transparent 1px,
    transparent 10px
  );
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.05;
}

.title-screen .main-open {
    width: 90%;
    transform: translateZ(0);
    z-index: 2;
    transform-style: preserve-3d;
    max-width: 1200px;
}

.title-screen .main-open > div {
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
}

.title-screen .main-open > div > div:first-child {
    opacity: 0;
    transform: translateY(30px) rotateX(5deg);
    animation: slideInTop 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.2s;
}

.title-screen .main-open h3:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.title-screen .academy-learnings {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    min-height: 400px;
    opacity: 0;
    animation: slideInBottom 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.5s;
    position: relative;
    transform: translateY(40px) rotateX(3deg);
    overflow: hidden;
}

.title-screen .academy-learnings > div {
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 3rem;
    z-index: 2;
    justify-content: center;
}

.title-screen .title_style_header {
    font-weight: 700;
    transform: translateX(-20px);
    position: relative;
    opacity: 0;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    margin-bottom: 2rem;
    animation: slideInLeft 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 1s;
    font-size: 42px;
}

header::before {
    bottom: 2px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    position: absolute;
    content: '';
    top: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: -1;
    left: 2px;
    right: 2px;
}

header .nav-pagewrap::before {
    top: 3px;
    bottom: 3px;
    position: absolute;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    content: '';
    border: 1px dashed rgba(255, 255, 255, 0.3);
    left: 3px;
    right: 3px;
    z-index: -1;
}

header .top-pagewrap {
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    display: block;
}

header .head-train {
    margin: 0;
    display: flex;
    position: relative;
    z-index: 2;
    padding: 0;
    list-style: none;
}

header .nav-mentor a {
    justify-content: center;
    height: 40px;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    border: 1px solid transparent;
    color: #ffffff;
    display: flex;
    font-size: 17px;
    padding: 0 1.2rem;
    position: relative;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    transition: all 0.3s ease;
}

header .nav-mentor:hover::after {
    width: 80%;
}

header .site-main::before {
    border-bottom: none;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    content: '';
    opacity: 0.5;
    position: absolute;
}

header .head-mainwrap {
    margin-top: -15px;
    background: rgb(218,224,198);
    padding-top: 2rem;
    z-index: 1;
    position: relative;
}

.course-offering {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(218,224,198);
}

.course-offering::before {
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(171,187,176,0.5) 0%, transparent 40%);
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
}

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

.course-offering .study-guide::before {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
    top: 0;
    height: 5px;
    background: linear-gradient(to right, rgb(171,187,176), rgb(130,138,130));
}

.course-offering .learn-tools::before {
    animation: float 8s ease-in-out infinite;
    width: 80px;
    border-radius: 10px;
    z-index: -1;
    left: 40px;
    top: 40px;
    opacity: 0.5;
    position: absolute;
    content: "";
    height: 80px;
    border: 2px solid rgb(171,187,176,0.5);
}

.course-offering .nav-pagewrap {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    background: linear-gradient(145deg, rgb(218,224,198), #ffffff);
    padding: 15px;
    transition: all 0.3s ease;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    margin-bottom: 35px;
}

.course-offering .nav-pagewrap svg path {
    fill: rgb(171,187,176);
    transition: fill 0.3s ease;
}

.course-offering h3 {
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    color: #000000;
    font-size: 29px;
}

.course-offering p {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
}

.course-offering .img-item-wrapper::before {
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(
    135deg,
    rgb(171,187,176,0.5) 0%,
    transparent 60%
  );
}

.thxHub {
    background: linear-gradient(135deg, rgb(218,224,198) 0%, rgb(171,187,176,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.thxHub::after {
    z-index: 1;
    width: 30%;
    background: linear-gradient(220deg, rgb(171,187,176,0.5) 0%, transparent 80%);
    transform: rotate(10deg) skewY(-5deg);
    opacity: 0.4;
    bottom: -5%;
    left: -2%;
    content: "";
    position: absolute;
    height: 60%;
}

.thxHub h2 {
    font-size: 37px;
    margin-bottom: 50px;
    animation: fadeInUp 0.8s ease-out forwards;
    color: #000000;
    transform: translateY(0);
    position: relative;
    opacity: 1;
    max-width: 90%;
    font-weight: 700;
    line-height: 1.4;
}

.thxHub .study-guide {
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-left: 4px solid rgb(171,187,176);
    background: #ffffff;
    opacity: 0;
    animation: fadeIn 1s ease-out 0.3s forwards;
    position: relative;
    padding: 40px;
    transform: perspective(1000px) rotateY(0deg);
}

.thxHub ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.thxHub li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.thxHub li::before {
    left: 0;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    background: rgb(130,138,130);
    top: 10px;
    width: 6px;
}

.join-list {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px rgb(171,187,176,0.5);
    padding: 4rem;
}

.join-list::after {
    opacity: 0.1;
    height: 150%;
    top: -25%;
    animation: pulse-glow 5s infinite alternate;
    left: -25%;
    content: "";
    z-index: 0;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(171,187,176,0.5) 0%,
        transparent 70%
    );
    width: 150%;
}

.join-list .study-guide {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    position: relative;
    align-items: center;
    display: grid;
    z-index: 2;
}

.join-list p {
    line-height: 1.5;
    grid-column: 1 / 2;
    text-transform: uppercase;
    padding-left: 2rem;
    position: relative;
    letter-spacing: 1px;
    font-size: 18px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.join-list .input_holder {
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    display: flex;
    transform-style: preserve-3d;
    flex-direction: row;
    grid-column: 2 / 3;
}

.join-list .sub-benefit:focus {
    border-color: rgb(171,187,176);
    box-shadow: 
        inset 0 0 10px rgb(171,187,176,0.5),
        0 0 15px rgb(171,187,176,0.5);
    outline: none;
}

.join-list .sub-benefit::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.join-list .updates-widget {
    font-size: 15px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    padding: 1rem 2rem;
    z-index: 1;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 0 10px 10px 0;
    border: none;
    font-weight: 600;
    background: rgb(171,187,176);
}

.join-list .updates-widget:hover::before {
    left: 100%;
}

.reach-out {
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(218,224,198), rgba(rgb(171,187,176), 0.03));
    overflow: hidden;
    position: relative;
}

.reach-out::after {
    background-position: center center;
    position: absolute;
    animation: backgroundShift 30s linear infinite;
    background-image: 
        linear-gradient(90deg, rgba(rgb(171,187,176), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(171,187,176), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(130,138,130), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(171,187,176), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(130,138,130), 0.04) 0%, transparent 30%);
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    left: 0;
}

.reach-out .query-card {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform-style: preserve-3d;
    overflow: hidden;
    background: #ffffff;
    margin-top: 60px;
    position: relative;
    display: flex;
    perspective: 1000px;
    border-radius: 16px;
}

.reach-out .img-item-wrapper {
    flex: 0 0 45%;
    min-height: 500px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
}

.reach-out .img-item-wrapper::after {
    content: "";
    height: 300%;
    width: 300%;
    top: -100%;
    z-index: 2;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    position: absolute;
    animation: shine 6s infinite ease-in-out;
    left: -100%;
}

.reach-out .feedback-card::before {
    position: absolute;
    opacity: 0.5;
    z-index: 0;
    content: "";
    width: 500px;
    height: 500px;
    top: 0;
    background: 
        radial-gradient(circle, rgba(rgb(171,187,176), 0.03) 0%, transparent 70%);
    right: 0;
    border-radius: 50%;
}

.reach-out form h3::after {
    left: 0;
    content: "";
    bottom: -15px;
    background: rgb(171,187,176);
    position: absolute;
    height: 2px;
    width: 30px;
}

.reach-out form input[type="text"]:focus {
    outline: none;
    background: rgba(#ffffff, 0.9);
    border-color: rgb(171,187,176);
    box-shadow: 0 0 0 4px rgba(rgb(171,187,176), 0.1);
}

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

.reach-out .feedback-query input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.reach-out .feedback-query label::before {
    transition: all 0.3s ease;
    width: 22px;
    border-radius: 4px;
    content: "";
    height: 22px;
    top: 0;
    background: rgba(#ffffff, 0.6);
    left: 0;
    border: 1px solid rgba(rgb(171,187,176), 0.3);
    position: absolute;
}

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

.reach-out .feedback-query label a:hover {
    color: rgb(130,138,130);
}

.reach-out .feedback-query label a:hover::after {
    background: rgb(130,138,130);
    transform-origin: left;
    transform: scaleX(1);
}

.reach-out .help-card::before {
    top: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(171,187,176), rgb(130,138,130));
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
}

.reach-out .help-card:hover::before {
    opacity: 1;
}

.reach-out .help-card:hover::after {
    transform: scale(4);
    opacity: 0;
}

.reach-out svg {
    filter: drop-shadow(0 2px 2px rgba(rgb(171,187,176), 0.3));
    width: 22px;
    fill: none;
    stroke-width: 2;
    stroke: rgb(171,187,176);
    height: 22px;
    transition: all 0.3s ease;
}

.reach-out svg:hover,
.reach-out svg:hover path {
    transform: translateY(-2px);
    stroke: rgb(130,138,130);
}

.program-results {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,224,198) 30%, #ffffff 100%);
    padding: 120px 0;
    position: relative;
}

.program-results::after {
    position: absolute;
    bottom: -100px;
    content: "";
    opacity: 0.05;
    z-index: 0;
    left: -100px;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    background: linear-gradient(220deg, rgb(130,138,130), rgb(171,187,176,0.5));
}

.program-results .study-guide {
    align-items: center;
    position: relative;
    display: flex;
    gap: 60px;
}

.program-results h4 {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    color: #000000;
    font-size: 34px;
    transform: translateX(0);
}

.program-results .text-item:hover h4::after {
    transform: scaleX(1);
}

.program-results .text-item > div {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
}

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

.program-results li:hover {
    transform: translateY(-5px);
}

.program-results li p {
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    background: #ffffff;
    padding: 20px;
    display: flex;
    gap: 15px;
    border-left: 3px solid rgb(171,187,176);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
    align-items: flex-start;
}

.program-results li p span:last-child {
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
}

.program-results svg {
    transform-origin: center;
    width: 24px;
    height: 24px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.program-results li:hover svg path {
    fill: rgb(130,138,130);
}

.program-results .img-item-wrapper::before {
    position: absolute;
    z-index: -1;
    border-radius: 11px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    content: "";
    inset: -10px;
    background: linear-gradient(135deg, rgb(171,187,176,0.5), transparent);
    opacity: 0.3;
    transform: scale(0.95);
}

.program-results .study-guide:hover .img-item-wrapper {
    transform: perspective(1000px) rotateY(0deg);
}

.program-results .study-guide:hover .img-item-wrapper::before {
    transform: scale(1);
    opacity: 0.5;
}

.info-details::before {
    background: linear-gradient(135deg, rgb(171,187,176,0.5) 0%, rgb(130,138,130,0.5) 100%);
    opacity: 0.7;
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    z-index: 0;
    left: 0;
}


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

.info-details .send-info {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    padding: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    border-radius: 19px;
    transform: translateZ(0);
    overflow: hidden;
    position: relative;
}

.info-details .send-info::after {
    z-index: -1;
    position: absolute;
    content: '';
    right: 0;
    opacity: 0.05;
    background: linear-gradient(135deg, transparent 50%, rgb(218,224,198) 50%);
    top: 0;
    height: 100%;
    width: 40%;
}

.info-details h3::after {
    content: '';
    left: 0;
    width: 60px;
    position: absolute;
    height: 3px;
    background: linear-gradient(to right, rgb(171,187,176), rgb(130,138,130));
    border-radius: 10px;
    bottom: 0;
}

.info-details .get-contactinfo {
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    gap: 20px;
}

.info-details .get-contactinfo::before {
    left: 0;
    top: -20px;
    background: linear-gradient(to right, rgb(171,187,176,0.5), transparent);
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
}

.info-details .get-contactinfo span::before {
    opacity: 0.7;
    transition: width 0.3s ease;
    border-radius: 10px 0 0 10px;
    content: '';
    top: 0;
    height: 100%;
    background: rgb(171,187,176);
    width: 3px;
    position: absolute;
    left: 0;
}

.info-details .get-contactinfo span:hover svg {
    transform: rotate(15deg) scale(1.1);
    opacity: 1;
    fill: rgb(130,138,130);
}

.info-details .get-contactinfo span svg path {
    stroke: #ffffff;
    stroke-width: 0.5;
    transition: all 0.3s ease;
    fill: rgb(130,138,130);
}

.info-details .get-contactinfo span p svg {
    height: 16px;
    position: static;
    width: 16px;
    margin-right: 8px;
    opacity: 0.8;
}

.info-details .get-contactinfo span span {
    background: transparent;
    align-items: center;
    padding: 0;
    margin-left: 10px;
    color: rgb(171,187,176);
    display: inline-flex;
    font-weight: 600;
}

.info-details .get-contactinfo span span a {
    color: rgb(171,187,176);
    position: relative;
    align-items: center;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-flex;
}

.info-details .get-contactinfo span span a:hover {
    color: rgb(130,138,130);
}

.info-details .get-contactinfo span span a:hover svg {
    transform: translateX(3px);
    fill: rgb(130,138,130);
}

.info-details .get-contactbox {
    grid-column: 1 / -1;
    overflow: hidden;
    position: relative;
    padding: 20px;
    background: linear-gradient(135deg, rgb(218,224,198) 0%, #ffffff 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    border-radius: 10px;
}

.info-details .get-contactbox h4 svg {
    transition: transform 0.5s ease;
    height: 18px;
    fill: rgb(171,187,176);
    width: 18px;
    margin-right: 8px;
}

.info-details .get-contactbox:hover h4 svg {
    transform: rotate(360deg);
}

.info-details .get-contactbox:hover h4::after {
    width: 100%;
}

.info-details .get-contactbox span {
    border-bottom: 1px dashed rgb(171,187,176,0.5);
    display: flex;
    transition: transform 0.3s ease;
    align-items: center;
    color: #000000;
    position: relative;
    padding: 10px;
    font-size: 18px;
}

.info-details .get-contactbox span:hover {
    transform: translateX(5px);
    color: rgb(171,187,176);
}

.education-history {
    isolation: isolate;
    overflow: hidden;
    background: rgb(218,224,198);
    padding: 5rem 2rem;
    position: relative;
}

.education-history::after {
    bottom: -5%;
    width: 30%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: rgb(130,138,130,0.5);
    animation: morph 15s linear infinite alternate;
    z-index: -1;
    height: 30%;
    content: "";
    position: absolute;
    left: -5%;
}

.education-history .img-item-wrapper {
    transform: translateX(-5%);
    height: 450px;
    z-index: 2;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    grid-row: 1 / 2;
    width: 100%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    grid-column: 1 / 2;
    border-radius: 0;
    position: relative;
}

.education-history .review-grid:hover .img-item-wrapper {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}

.education-history .review-grid:hover .past-career {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}

.education-history .name {
    margin-bottom: 0.7rem;
    position: relative;
    color: rgb(171,187,176);
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
}

.education-history .name::before {
    top: -10px;
    border-radius: 10px;
    transition: transform 0.4s ease 0.2s;
    left: -20px;
    background: rgb(130,138,130,0.5);
    position: absolute;
    width: 30px;
    z-index: -1;
    transform: rotate(45deg) scale(0);
    height: 30px;
    content: "";
}

.education-history .review-grid:hover .past-career > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}

.education-history .review-grid:hover .career-tasks {
    opacity: 1;
    transform: translateY(0);
}

.education-history .career-tasks::before {
    left: 0;
    top: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, rgb(171,187,176), transparent);
    position: absolute;
    content: "";
}

footer {
    z-index: 1;
    position: relative;
}

footer::before {
    bottom: 0;
    left: 0;
    opacity: 0.95;
    content: "";
    position: absolute;
    top: 0;
    background: rgb(171,187,176);
    z-index: -2;
    right: 0;
}

.copy-notice::before {
    background: rgb(130,138,130);
    position: absolute;
    left: 0;
    height: 3px;
    top: 0;
    content: "";
    width: 100%;
}

.copy-notice::after {
    width: 100%;
    opacity: 0.5;
    background-image: 
        linear-gradient(90deg, 
            rgb(130,138,130) 0px, rgb(130,138,130) 10px,
            transparent 10px, transparent 15px,
            rgb(130,138,130) 15px, rgb(130,138,130) 30px,
            transparent 30px, transparent 35px,
            rgb(130,138,130) 35px, rgb(130,138,130) 40px,
            transparent 40px, transparent 60px,
            rgb(130,138,130) 60px, rgb(130,138,130) 70px,
            transparent 70px, transparent 80px,
            rgb(130,138,130) 80px, rgb(130,138,130) 90px,
            transparent 90px, transparent 110px,
            rgb(130,138,130) 110px, rgb(130,138,130) 120px,
            transparent 120px, transparent 140px
        );
    left: 0;
    height: 8px;
    background-repeat: repeat-x;
    top: 3px;
    content: "";
    position: absolute;
}

.copy-notice .company_holder h3 {
    background: rgb(130,138,130);
    font-weight: 700;
    margin: 0;
    border-top-right-radius: 21px;
    border-top-left-radius: 21px;
    font-size: 35px;
    padding: 1.5rem 2rem;
    color: #ffffff;
    position: relative;
}

.copy-notice .scholar-cta {
    border-bottom-right-radius: 21px;
    color: #ffffff;
    border-bottom-left-radius: 21px;
    line-height: 1.6;
    padding: 2rem;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.copy-notice .scholar-cta::after {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    bottom: 2rem;
    position: absolute;
    background: rgb(130,138,130);
    content: "";
    right: -10px;
    opacity: 0.6;
}

.copy-notice .main-skill {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.copy-notice .head-train::before {
    right: 0;
    content: "";
    z-index: -1;
    bottom: 0;
    position: absolute;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    left: 0;
    top: 0;
    border-radius: 21px;
}

.copy-notice .head-train h5::before {
    content: "";
    width: 8px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    height: 8px;
}

.copy-notice .head-train .main-skill {
    gap: 2px;
    flex-direction: column;
    padding: 1.5rem;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
}

.copy-notice .head-train .main-skill a::before {
    transform: translateY(-50%);
    left: 0.7rem;
    border-radius: 50%;
    width: 6px;
    content: "";
    transition: all 0.3s ease;
    top: 50%;
    background: rgb(130,138,130);
    position: absolute;
    height: 6px;
}

.encrypt-cta {
    margin-top: 2.5rem;
    position: relative;
    background: rgb(130,138,130);
    padding: 2rem 0;
}

.encrypt-cta .container {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}

.encrypt-cta .container::before,
.encrypt-cta .container::after {
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
    background: rgb(171,187,176);
    height: 15px;
    width: 15px;
    position: absolute;
}

.encrypt-cta .container::before {
    left: 15%;
}

.encrypt-cta .container::after {
    right: 15%;
}

.encrypt-cta .grant-cta {
    font-size: 16px;
    background: rgb(171,187,176);
    display: inline-block;
    color: #ffffff;
    position: relative;
    padding: 0.5rem 2rem;
    border-radius: 30px;
    text-align: center;
}

.encrypt-cta .grant-cta::after {
    left: 100%;
    margin-left: 15px;
}

.our-background .learn-classes div::-webkit-scrollbar {
    width: 4px;
}

.our-background .learn-classes div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(130,138,130,0.5);
}

.price-card-deck .fee-offers p::-webkit-scrollbar {
    width: 4px;
}

.price-card-deck .fee-offers p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
}

.price-card-deck .fee-offers p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}



@media (min-width: 992px) {.our-background::before {
    background: radial-gradient(circle at 30% 30%, rgb(171,187,176,0.5) 0%, transparent 70%);
}.our-background .container {
    padding: 0 3rem;
}.our-background h1 {
    font-size: calc(45px * 1.4);
    margin-left: 2rem;
}.our-background .learn-classes {
    border-radius: 11px;
    padding: 3.5rem;
}.our-background .learn-classes:nth-child(1) {
    transform: translate(30px, 60px) rotate(-2deg);
}.our-background .learn-classes:nth-child(2) {
    transform: translate(-30px, -30px) rotate(2deg);
}.our-background .learn-classes:hover:nth-child(1),
    .our-background .learn-classes:hover:nth-child(2) {
    transform: translate(0, 0) rotate(0);
}.our-background .learn-classes h4 {
    font-size: calc(23px * 1.4);
    margin-bottom: 2rem;
}
}



@media (max-width: 991px) {.price-card-deck {
    padding: 80px 0 100px;
}.price-card-deck .fee-chart {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.price-card-deck .fee-offers {
    min-height: 450px;
}.price-card-deck .rate-options {
    padding: 25px 20px;
}.price-card-deck h2 {
    font-size: calc(34px - 4px);
}.price-card-deck .learn-rates {
    margin-bottom: 40px;
    font-size: 14px;
}
}



@media (max-width: 480px) {.price-card-deck {
    padding: 50px 0 70px;
}.price-card-deck .rate-options {
    padding: 20px 15px;
}.price-card-deck h2 {
    font-size: calc(34px - 10px);
}.price-card-deck .program-rate {
    font-size: 18px;
    padding: 8px 20px;
}.price-card-deck .fee-offers h4 {
    font-size: calc(18px - 2px);
    margin-bottom: 15px;
}}



@media (max-width: 992px) {.education-framework {
    padding: 5rem 1.5rem;
}.education-framework .text-item {
    padding: 3rem;
    width: 70%;
}.education-framework h2 {
    font-size: calc(38px * 0.9);
}
}



@media (max-width: 768px) {.education-framework {
    padding: 4rem 1rem;
}.education-framework .study-guide {
    justify-content: center;
}.education-framework .text-item {
    max-width: 500px;
    width: 100%;
    border-radius: 22px;
    padding: 2.5rem;
}.education-framework h2 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
    padding-bottom: 1rem;
}.education-framework p {
    font-size: calc(12px * 0.95);
}
}


@media only screen and (max-width: 1200px) {.privacyAgreementDialog {
    padding: 15px 0;
}.cookie-frame {
    padding: 15px 5%;
}
}


@media only screen and (max-width: 800px) {.digital-tracking {
    display: none;
}.cookie-frame {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.privacyAgreementDialog h5 {
    margin-bottom: 5px;
    font-size: 22px;
}.data-consent {
    margin-bottom: 15px;
}.privacy-gate {
    min-width: 100%;
    margin: 10px 0;
}}



@media (min-width: 992px) {.title-screen .main-open > div {
    gap: 3rem;
    grid-template-columns: 0.35fr 0.65fr;
}.title-screen .academy-learnings {
    min-height: 500px;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}.title-screen .academy-learnings:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title-screen .main-open h3 {
    font-size: calc(22px * 1.1);
    transform: perspective(1000px) rotateY(-2deg);
}.title-screen .academy-learnings > div {
    padding: 4rem;
}.title-screen .title_style_header {
    font-size: calc(42px * 1.4);
}.title-screen .academy-learnings p {
    font-size: calc(13px * 1.4);
}
}



@media (min-width: 1400px) {header .site-main {
    max-width: 1320px;
    margin: 0 auto;
}header .nav-mentor {
    margin: 0 0.7rem;
}header .nav-mentor a {
    padding: 0 1.5rem;
}
}



@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .site-main {
    padding: 0.8rem 1.5rem;
}header .nav-pagewrap {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .top-pagewrap img {
    max-height: 35px;
}header .head-train {
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    overflow-x: auto;
    margin-top: 0.8rem;
    justify-content: flex-start;
}header .head-train::-webkit-scrollbar {
    height: 3px;
}header .head-train::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .nav-mentor {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .nav-mentor a {
    padding: 0 0.8rem;
    white-space: nowrap;
    font-size: calc(17px - 2px);
    height: 32px;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
}header .nav-mentor::after {
    display: none;
}header::after {
    top: 10px;
    width: 5px;
    right: 10px;
    height: 5px;
}.head-mainwrap {
    margin-top: -5px;
}
}



@media screen and (max-width: 576px) {.course-offering {
    padding: 50px 0;
}.course-offering .container {
    padding: 0 20px;
}.course-offering .study-guide {
    border-radius: 10px;
}.course-offering .learn-tools {
    padding: 25px 20px;
}.course-offering h3 {
    margin-bottom: 20px;
    font-size: calc(29px - 6px);
}.course-offering p {
    font-size: calc(18px - 1px);
}.course-offering .nav-pagewrap {
    margin-bottom: 20px;
    padding: 10px;
}.course-offering .nav-pagewrap svg {
    max-width: 100px;
}.course-offering .img-item-wrapper {
    min-height: 280px;
}.course-offering .img-item-wrapper::after {
    right: 20px;
    top: 20px;
    width: 15px;
    height: 15px;
}}



@media (max-width: 767px) {.thxHub {
    padding: 80px 0;
}.thxHub h2 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.thxHub .study-guide {
    padding: 30px 25px;
}.thxHub span {
    font-size: 13px;
    line-height: 1.7;
}.thxHub h2::after {
    width: 60px;
}
}



@media (max-width: 768px) {.join-list {
    padding: 2.5rem 1.5rem;
}.join-list .study-guide {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.join-list p {
    grid-column: 1 / 2;
    font-size: 19px;
    margin-bottom: 0.5rem;
}.join-list .input_holder {
    grid-column: 1 / 2;
    flex-direction: column;
    transform: none;
}.join-list .sub-benefit {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
}.join-list .updates-widget {
    width: 100%;
    border-radius: 10px;
}}



@media (max-width: 480px) {.reach-out {
    padding: 50px 0;
}.reach-out h2 {
    font-size: calc(32px * 0.85);
}.reach-out .query-card {
    margin-top: 30px;
    border-radius: 12px;
}.reach-out .img-item-wrapper {
    min-height: 220px;
}.reach-out .feedback-card {
    padding: 30px 20px;
}.reach-out form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.reach-out form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.reach-out .feedback-query {
    margin-bottom: 20px;
}.reach-out .feedback-query label {
    font-size: calc(14px * 0.9);
}.reach-out .help-card {
    padding: 12px 20px;
}}



@media (max-width: 768px) {.program-results {
    padding: 60px 0;
}.program-results .text-item::before {
    height: 50%;
    left: -15px;
}.program-results h4 {
    font-size: calc(34px * 0.75);
}.program-results li p {
    padding: 15px;
}.program-results li p span:first-child {
    height: 35px;
    width: 35px;
}.program-results svg {
    height: 20px;
    width: 20px;
}
}


@media (max-width: 991px) {.info-details {
    padding: 60px 0;
}.info-details .send-info {
    padding: 30px;
}.info-details h3 {
    font-size: calc(28px - 0.2rem);
}.info-details .get-contactinfo {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.info-details .get-contactinfo span svg {
    top: 10px;
    width: 18px;
    height: 18px;
    right: 10px;
}.info-details .get-contactbox h4 svg {
    height: 16px;
    width: 16px;
}
}


@media (max-width: 480px) {.info-details {
    border-radius: 10px;
    padding: 30px 0;
}.info-details .container {
    padding: 0 15px;
}.info-details .send-info {
    padding: 20px;
}.info-details h3 {
    margin-bottom: 20px;
    font-size: calc(28px - 0.4rem);
}.info-details .request-support {
    margin-bottom: 20px;
}.info-details .get-contactinfo span {
    margin-bottom: 10px;
    padding: 10px;
}.info-details .get-contactbox {
    padding: 15px;
}.info-details .get-contactbox span {
    padding: 6px 0;
}.info-details .get-contactinfo span svg {
    width: 14px;
    top: 6px;
    height: 14px;
    right: 6px;
}.info-details .get-contactbox h4 svg {
    height: 14px;
    width: 14px;
}}



@media (max-width: 1200px) {.copy-notice .container {
    gap: 2rem;
}.copy-notice .company_holder {
    flex: 1 1 350px;
}.copy-notice .syllabus-ref {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.copy-notice .main-skill {
    gap: 2rem;
}.encrypt-cta .container::before {
    left: 5%;
}.encrypt-cta .container::after {
    right: 5%;
}
}



@media (max-width: 992px) {.copy-notice {
    padding: 3.5rem 0 1.5rem;
}.copy-notice .container {
    gap: 2.5rem;
    flex-direction: column;
}.copy-notice .company_holder,
    .copy-notice .syllabus-ref {
    min-width: 100%;
    flex: 1 1 100%;
}.copy-notice .head-train {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.encrypt-cta .container::before,
    .encrypt-cta .container::after {
    display: none;
}
}



@media (max-width: 576px) {.copy-notice {
    padding: 2.5rem 0 0.8rem;
}.copy-notice .head-train {
    flex: 1 1 100%;
    min-width: 100%;
}.copy-notice .main-skill {
    gap: 1rem;
}.copy-notice .head-train .main-skill a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.copy-notice .head-train .main-skill a::before {
    left: 0.6rem;
}.encrypt-cta {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.encrypt-cta .grant-cta::before,
    .encrypt-cta .grant-cta::after {
    display: none;
}
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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



@keyframes lineGrow {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes pulseScale {
        0% {
            transform: scale(0.9);
            opacity: 0.3;
        }
        100% {
            transform: scale(1.1);
            opacity: 0.6;
        }
    }



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

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

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}



@keyframes slideInTop {
  0% {
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}



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

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



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



@keyframes pulseCircle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}



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

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

