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

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    margin-top: 0;
    position: relative;
    padding: 0;
    overflow: visible;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    background: linear-gradient(120deg, rgb(171,187,176) 0%, rgb(130,138,130) 100%);
}


.our-background {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(130,138,130,0.5) 0%, rgb(218,224,198) 50%, rgb(171,187,176,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.our-background {
    padding: 10rem 0;
}

.our-background::after {
    top: -100px;
    border: 1px solid rgb(130,138,130,0.5);
    right: -100px;
    z-index: 1;
    opacity: 0.2;
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 300px;
    height: 300px;
    animation: rotate 60s linear infinite;
}

.our-background::after {
    height: 400px;
    width: 400px;
    right: -150px;
    top: -150px;
}

.our-background h1::after {
    height: 3px;
    left: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(171,187,176), rgb(130,138,130));
    animation: lineGrow 1.2s ease-out forwards 1s;
    content: "";
    width: 0;
    position: absolute;
}

.our-background .academy-track ul {
    grid-template-columns: 1fr;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 3rem;
    list-style: none;
}

.our-background .learn-classes:nth-child(1) {
    animation-delay: 0.4s;
}

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

.our-background .learn-classes:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.our-background .learn-classes:hover::before {
    transform: scaleX(1);
}

.our-background .learn-classes h4 {
    margin: 0 0 1.5rem;
    display: inline-block;
    color: rgb(171,187,176);
    transform: translateX(-10px);
    font-weight: 700;
    font-size: calc(23px * 1.2);
    animation: slideInRight 0.6s ease-out forwards 1s;
    opacity: 0;
    position: relative;
}

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

.our-background .academy-track::before {
    left: -100px;
    position: absolute;
    animation: pulseScale 8s ease-in-out infinite alternate;
    border: 1px dashed rgb(171,187,176,0.5);
    content: "";
    border-radius: 50%;
    width: 200px;
    bottom: -100px;
    height: 200px;
    z-index: -1;
}

.aspiring-learners::before {
    width: 150%;
    top: 50%;
    height: 150%;
    left: 50%;
    animation: rotateRings 60s linear infinite;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(130,138,130,0.5), 0.1) 31%,
        rgba(rgb(130,138,130,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(130,138,130,0.5), 0.05) 41%,
        rgba(rgb(130,138,130,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(171,187,176,0.5), 0.07) 51%,
        rgba(rgb(171,187,176,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(171,187,176,0.5), 0.05) 71%,
        rgba(rgb(171,187,176,0.5), 0.05) 72%,
        transparent 73%
    );
    content: '';
    position: absolute;
    pointer-events: none;
}

.aspiring-learners ul {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin: 0;
    list-style-type: none;
}

.aspiring-learners li::before {
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    pointer-events: none;
    height: 100%;
    position: absolute;
}

.aspiring-learners li::after {
    background: radial-gradient(
        circle at center,
        rgba(rgb(130,138,130,0.5), 0.3) 0%,
        transparent 70%
    );
    left: -50%;
    height: 200%;
    top: -50%;
    width: 200%;
    content: '';
    transform: scale(0.5);
    transition: all 0.5s ease;
    pointer-events: none;
    position: absolute;
    opacity: 0;
}

.aspiring-learners li:hover svg {
    fill: rgb(171,187,176);
    transform: rotate(15deg);
    filter: drop-shadow(0 0 8px rgb(171,187,176));
}

.aspiring-learners li svg path {
    transition: all 0.4s ease;
}

.aspiring-learners li:hover svg path {
    fill: rgb(171,187,176);
}

.price-card-deck::before {
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
    width: 100%;
    content: "";
    left: 0;
}

.price-card-deck .premium-cost::before {
    filter: blur(60px);
    top: -80px;
    height: 200px;
    right: -80px;
    pointer-events: none;
    width: 200px;
    position: absolute;
    content: "";
    opacity: 0.4;
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(171,187,176,0.5), transparent);
}

.price-card-deck h2::after {
    left: 0;
    position: absolute;
    width: 80px;
    bottom: -8px;
    transform-origin: left;
    content: "";
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(1);
    background: rgb(171,187,176);
    height: 3px;
}

.price-card-deck .fee-chart {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    margin: 0;
}

.price-card-deck .fee-offers:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.15);
}

.price-card-deck .fee-offers::before {
    transition: transform 0.8s ease;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    width: 100%;
    position: absolute;
    transform: translateX(-100%);
    height: 100%;
    pointer-events: none;
}

.price-card-deck .fee-offers:hover::before {
    transform: translateX(100%);
}

.price-card-deck .fee-offers:hover::after {
    transform: scale(1.5);
}

.price-card-deck .rate-options {
    height: 100%;
    position: relative;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.price-card-deck .promo-plans {
    z-index: 2;
    position: relative;
}

.price-card-deck .fee-offers:hover h4 {
    transform: translateX(5px);
}

.price-card-deck .fee-offers h4::after {
    background: rgb(171,187,176);
    width: 40px;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
}

.price-card-deck .program-rate {
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    font-size: calc(18px + 4px);
    background: linear-gradient(135deg, rgb(171,187,176), rgb(130,138,130));
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: #ffffff;
    padding: 10px 25px;
}

.price-card-deck .fee-offers:hover .program-rate::before {
    transform: skewX(-20deg) translateX(100%);
}

.privacy-panel {
    padding: 2rem;
    background-color: #ffffff;
    display: flex;
    gap: 1.5rem;
    color: #000000;
    flex-direction: column;
    border: 1px solid rgb(171,187,176);
    font-family: Arial, sans-serif;
}

.privacy-panel h2 {
    font-size: 38px;
    padding-left: 0.5rem;
    font-weight: 600;
    border-left: 3px solid rgb(130,138,130,0.5);
}

.privacy-panel ul {
    margin: 0;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 0.5rem;
}

.privacy-panel ul li::before {
    width: 10px;
    content: '';
    height: 10px;
    background-color: rgb(171,187,176);
    margin-right: 0.75rem;
    border-radius: 50%;
}

.privacy-panel div {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.privacy-panel section {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.education-framework::before {
    top: -10%;
    position: absolute;
    background: linear-gradient(225deg, rgb(130,138,130) 0%, rgb(171,187,176,0.5) 70%);
    width: 60%;
    content: '';
    height: 60%;
    filter: blur(60px);
    right: -10%;
    animation: float 15s ease-in-out infinite;
    border-radius: 50%;
}



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



.education-framework .study-guide {
    position: relative;
    justify-content: flex-end;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    z-index: 2;
}

.education-framework .text-item {
    position: relative;
    width: 55%;
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.1);
    padding: 4rem;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    transform: translateX(0);
    border-radius: 22px 0 22px 22px;
}

.education-framework .text-item::after {
    height: 30px;
    position: absolute;
    border-radius: 0 0 0 10px;
    content: '';
    width: 30px;
    border-bottom: 4px solid rgb(130,138,130);
    border-left: 4px solid rgb(130,138,130);
    left: -15px;
    bottom: -15px;
}

.education-framework h2::after {
    height: 4px;
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
    left: 0;
    content: '';
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(171,187,176), rgb(130,138,130));
    width: 80px;
}

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

.privacyAgreementDialog {
    position: fixed;
    transition: transform 0.5s ease-in-out;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    width: 100%;
    border-top: 3px solid rgb(130,138,130);
    transform: translateY(100%);
    padding: 20px 0;
    animation: slideUp 0.5s forwards;
    bottom: 0;
    font-family: Arial, sans-serif;
    background: rgb(130,138,130);
}

.digital-tracking {
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(171,187,176));
    display: flex;
    margin-right: 15px;
    align-items: center;
    flex-shrink: 0;
}

.privacy-gate {
    margin-left: 10px;
    background: linear-gradient(90deg, rgb(171,187,176), rgb(130,138,130));
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    flex-shrink: 0;
    color: #000000;
    text-decoration: none;
    line-height: 40px;
    box-shadow: 0 0 15px rgb(171,187,176);
    border-radius: 27px;
    min-width: 140px;
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 14px;
}


.title-screen {
    background: linear-gradient(135deg, rgb(218,224,198), rgb(130,138,130,0.5));
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    align-items: center;
    perspective: 1000px;
    justify-content: center;
    display: flex;
}

.title-screen::after {
    transform: rotate(-15deg);
    z-index: 0;
    width: 100%;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    height: 100%;
    position: absolute;
    right: -50%;
    background: radial-gradient(
    circle at center,
    rgb(171,187,176,0.5) 0%,
    transparent 70%
  );
    content: '';
    opacity: 0.1;
    top: -50%;
}

.title-screen .main-open h3 {
    border-left: 4px solid rgb(171,187,176);
    font-size: calc(22px * 1.05);
    padding: 1.5rem 2rem;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    margin-bottom: 1rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    line-height: 1.4;
    transform: perspective(1000px) rotateY(-1deg);
    transition: transform 0.5s ease;
    color: #000000;
    font-weight: 600;
}

.title-screen .academy-learnings::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
    width: 100%;
    top: 0;
    content: '';
}

.title-screen .academy-learnings p {
    font-size: calc(13px * 1.2);
    max-width: 80%;
    animation: slideInLeft 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.8s;
    transform: translateX(-30px);
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.title-screen .title_style_header::after {
    transform: scaleX(0);
    transform-origin: left;
    bottom: -15px;
    width: 80px;
    animation: growLine 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 1.4s;
    content: '';
    left: 0;
    position: absolute;
    background: rgb(171,187,176);
    height: 4px;
}

header .site-main {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    padding: 1.2rem 3rem;
}

header .nav-pagewrap {
    margin-right: 2rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    flex: 0 0 auto;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
}

header .nav-pagewrap:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}

header .top-pagewrap img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

header .nav-mentor {
    position: relative;
    margin: 0 0.5rem;
}

header .nav-mentor a::before {
    content: '';
    top: 0;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.7s ease;
    position: absolute;
    width: 100%;
    height: 100%;
}

header .nav-mentor a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
}

header .nav-mentor a:hover::before {
    left: 100%;
}

header .nav-mentor::after {
    height: 2px;
    width: 0;
    left: 50%;
    bottom: -5px;
    content: '';
    transform: translateX(-50%);
    position: absolute;
    transition: width 0.3s ease;
    background: #ffffff;
}

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



header::after {
    right: 15px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 10px #ffffff;
    position: absolute;
    animation: pulse 2s infinite;
    width: 8px;
    content: '';
    background: #ffffff;
    top: 15px;
}

.course-offering::after {
    height: 100%;
    z-index: 1;
    width: 100%;
    bottom: 0;
    background: radial-gradient(circle at 70% 80%, rgb(130,138,130,0.5) 0%, transparent 40%);
    right: 0;
    content: "";
    position: absolute;
}

.course-offering .study-guide {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    display: grid;
    background: #ffffff;
    border-radius: 17px;
    gap: 50px;
    grid-template-columns: 1fr;
    overflow: hidden;
    position: relative;
}

.course-offering .learn-tools {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 60px 50px;
    position: relative;
}

.course-offering .learn-tools::after {
    animation: pulse 6s ease-in-out infinite;
    opacity: 0.3;
    bottom: 40px;
    width: 60px;
    content: "";
    right: 40px;
    z-index: -1;
    height: 60px;
    background: rgb(130,138,130,0.5);
    position: absolute;
    border-radius: 50%;
}

.course-offering .nav-pagewrap:hover {
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}

.course-offering .nav-pagewrap svg {
    transition: all 0.3s ease;
    max-width: 140px;
    max-height: 50px;
}

.course-offering .nav-pagewrap:hover svg path {
    fill: rgb(130,138,130);
}

.course-offering h3::after {
    height: 3px;
    bottom: -12px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    content: "";
    width: 70px;
    background: linear-gradient(to right, rgb(171,187,176), rgb(130,138,130));
}

.course-offering .img-item-wrapper {
    position: relative;
    min-height: 500px;
    transition: all 0.5s ease;
    height: 100%;
}

.course-offering .img-item-wrapper::after {
    top: 30px;
    width: 20px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    animation: pulseCircle 3s infinite;
    right: 30px;
    border-radius: 50%;
    height: 20px;
    position: absolute;
    z-index: 2;
    border: 2px solid #ffffff;
    content: "";
}

.thxHub::before {
    content: "";
    position: absolute;
    background: linear-gradient(120deg, rgb(130,138,130,0.5) 0%, transparent 70%);
    opacity: 0.6;
    width: 40%;
    z-index: 1;
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    top: -10%;
    right: -5%;
}

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

.thxHub h2::after {
    width: 80px;
    bottom: -15px;
    transition: transform 0.5s ease;
    transform: scaleX(1);
    left: 0;
    background: linear-gradient(90deg, rgb(171,187,176) 0%, rgb(130,138,130) 100%);
    height: 3px;
    content: "";
    transform-origin: left;
    position: absolute;
}

.thxHub .study-guide::before {
    top: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    bottom: 0;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    content: "";
    right: 0;
}

.thxHub .study-guide:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

.thxHub span {
    line-height: 1.8;
    color: #000000;
    display: block;
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
    transform: translateY(10px);
    opacity: 0;
    font-size: calc(13px * 1.05);
}

.join-list::before {
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 70%);
    opacity: 0.05;
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 5px, 
            rgb(171,187,176,0.5) 5px, 
            rgb(171,187,176,0.5) 6px
        ),
        repeating-linear-gradient(
            45deg, 
            transparent, 
            transparent 5px, 
            rgb(130,138,130,0.5) 5px, 
            rgb(130,138,130,0.5) 6px
        );
    bottom: 0;
    top: 0;
    right: 0;
}

.join-list p::before {
    width: 4px;
    background: linear-gradient(to bottom, rgb(171,187,176), rgb(130,138,130));
    position: absolute;
    content: "";
    bottom: 0;
    animation: pulse-neon 2s infinite alternate;
    box-shadow: 
        0 0 5px rgb(171,187,176),
        0 0 10px rgb(171,187,176),
        0 0 15px rgb(171,187,176);
    left: 0;
    top: 0;
}

.join-list .sub-benefit {
    transition: all 0.3s ease;
    flex: 1;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid rgb(171,187,176,0.5);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 1rem 1.5rem;
    border-radius: 10px 0 0 10px;
    backdrop-filter: blur(5px);
    box-shadow: inset 0 0 10px rgb(171,187,176,0.5);
}

.join-list .updates-widget::before {
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    transition: all 0.6s ease;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
}

.join-list .updates-widget:hover {
    background: rgb(130,138,130);
    box-shadow: 
        0 0 10px rgb(130,138,130),
        0 0 20px rgb(130,138,130,0.5);
}

.reach-out::before {
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(171,187,176), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(130,138,130), 0.05) 0%, transparent 50%);
    top: 0;
}



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

.reach-out h2 {
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 32px;
    color: #000000;
    perspective: 1000px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
}

.reach-out h2::before {
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(171,187,176), transparent);
    height: 2px;
    width: 100%;
    left: 0;
    position: absolute;
}

.reach-out .query-card::before {
    background: linear-gradient(90deg, rgb(171,187,176), rgb(130,138,130));
    content: "";
    left: 0;
    z-index: 3;
    top: 0;
    height: 5px;
    width: 100%;
    position: absolute;
}

.reach-out .img-item-wrapper::before {
    z-index: 1;
    content: "";
    mix-blend-mode: multiply;
    background: linear-gradient(210deg, rgba(rgb(171,187,176), 0.5), rgba(rgb(130,138,130), 0.5));
    inset: 0;
    position: absolute;
}



.reach-out .feedback-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    position: relative;
    flex: 0 0 55%;
    backdrop-filter: blur(10px);
    padding: 60px 50px;
}

.reach-out form {
    position: relative;
    z-index: 3;
}

.reach-out form h3 {
    margin-bottom: 35px;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
}

.reach-out form input[type="text"] {
    font-size: 15px;
    backdrop-filter: blur(5px);
    width: 100%;
    border-radius: 8px;
    background: rgba(rgb(218,224,198), 0.5);
    color: #000000;
    padding: 18px 25px;
    border: 1px solid rgba(rgb(171,187,176), 0.1);
    transition: all 0.3s ease;
    margin-bottom: 25px;
}

.reach-out form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}

.reach-out .feedback-query {
    margin-bottom: 30px;
    display: flex;
    position: relative;
}

.reach-out .feedback-query label {
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
    position: relative;
}

.reach-out .feedback-query input[type="checkbox"]:checked + label::before {
    border-color: rgb(171,187,176);
    background: rgb(171,187,176);
}

.reach-out .feedback-query label a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: rgb(171,187,176);
}

.reach-out .feedback-query label a::after {
    transform: scaleX(0);
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 0;
    content: "";
    transition: transform 0.3s ease;
    transform-origin: right;
    background: rgb(171,187,176);
}

.reach-out .help-card {
    padding: 16px 40px;
    border: none;
    cursor: pointer;
    font-size: 19px;
    position: relative;
    background: rgb(171,187,176);
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
}

.reach-out .help-card::after {
    position: absolute;
    z-index: -1;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    border-radius: 50%;
    height: 50px;
    top: -50%;
    transition: all 0.5s ease;
    transform: scale(0);
    width: 50px;
    left: -10px;
}

.reach-out svg path {
    stroke-width: 2;
    stroke: rgb(171,187,176);
    transition: all 0.3s ease;
}

.reach-out form input {
    border: 1px solid rgb(171,187,176);
}

.program-results::before {
    opacity: 0.08;
    height: 300px;
    content: "";
    width: 300px;
    background: linear-gradient(120deg, rgb(171,187,176,0.5), rgb(130,138,130));
    top: -50px;
    position: absolute;
    z-index: 0;
    transform: rotate(45deg);
    right: -50px;
}

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

.program-results .text-item {
    flex: 1;
    position: relative;
}

.program-results .text-item::before {
    top: 20px;
    width: 4px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(171,187,176), rgb(130,138,130));
    transform: translateY(-20px);
    left: -30px;
    height: 60%;
    content: "";
}

.program-results h4::after {
    transform: scaleX(0.7);
    background: rgb(171,187,176);
    bottom: -10px;
    transform-origin: left;
    transition: transform 0.4s ease-out;
    height: 3px;
    content: "";
    position: absolute;
    width: 80px;
    left: 0;
}

.program-results li {
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    position: relative;
    transform: translateY(0);
}

.program-results li:hover p {
    border-left-width: 5px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.program-results li p span:first-child {
    flex-shrink: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 40px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    height: 40px;
}

.program-results li:hover svg {
    transform: scale(1.1);
}

.program-results svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,187,176);
}

.program-results .img-item-wrapper {
    position: relative;
    flex: 0 0 40%;
    object-fit: cover;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    z-index: 2;
    height: auto;
    transform: perspective(1000px) rotateY(-5deg);
    max-width: 450px;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 11px;
}



.program-results .img-item-wrapper {
    animation: float 8s ease-in-out infinite;
}

.info-details {
    padding: 80px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgb(171,187,176,0.5);
    position: relative;
    overflow: hidden;
}

.info-details::after {
    left: 0;
    z-index: 1;
    opacity: 0.15;
    width: 100%;
    animation: backgroundShift 30s linear infinite;
    background: 
        radial-gradient(circle at 10% 20%, rgb(171,187,176) 2px, transparent 2px) 0 0 / 50px 50px,
        radial-gradient(circle at 90% 80%, rgb(130,138,130) 2px, transparent 2px) 0 0 / 50px 50px;
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
}

.info-details .send-info::before {
    position: absolute;
    top: 0;
    width: 6px;
    left: 0;
    content: '';
    border-radius: 10px 0 0 10px;
    background: linear-gradient(to bottom, rgb(171,187,176), rgb(130,138,130));
    height: 100%;
}

.info-details .send-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.info-details h3 {
    color: rgb(171,187,176);
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    font-size: 28px;
}

.info-details .request-support {
    margin-bottom: 30px;
    font-weight: 400;
    color: #000000;
    position: relative;
    font-size: calc(18px + 0.05rem);
    line-height: 1.7;
    border-left: 1px solid rgb(130,138,130,0.5);
    padding-left: 15px;
}

.info-details .get-contactinfo span {
    align-items: flex-start;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    padding: 15px;
    background: rgb(218,224,198);
    margin-bottom: 15px;
}

.info-details .get-contactinfo span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}

.info-details .get-contactinfo span:hover::before {
    width: 6px;
}

.info-details .get-contactinfo span svg {
    fill: rgb(171,187,176);
    top: 12px;
    opacity: 0.6;
    height: 20px;
    transition: all 0.3s ease;
    position: absolute;
    width: 20px;
    right: 12px;
}

.info-details .get-contactinfo span:hover svg path {
    stroke-width: 1;
}

.info-details .get-contactinfo span p {
    display: flex;
    line-height: 1.5;
    align-items: center;
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    color: #000000;
}

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

.info-details .get-contactinfo span span::before {
    display: none;
}

.info-details .get-contactinfo span span a svg {
    height: 14px;
    margin-right: 5px;
    width: 14px;
    transition: transform 0.3s ease;
}

.info-details .get-contactinfo span span a::after {
    position: absolute;
    height: 1px;
    width: 0;
    background: rgb(171,187,176);
    bottom: -2px;
    left: 0;
    transition: width 0.3s ease;
    content: '';
}

.info-details .get-contactinfo span span a:hover::after {
    width: 100%;
}

.info-details .get-contactbox::before {
    height: 4px;
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(171,187,176), rgb(130,138,130));
}

.info-details .get-contactbox h4 {
    font-size: 20px;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    color: rgb(171,187,176);
    font-weight: 600;
    display: inline-flex;
}

.info-details .get-contactbox h4::after {
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    bottom: -5px;
    content: '';
    width: 0;
    height: 2px;
    background: rgb(130,138,130);
}

.info-details .get-contactbox span:last-child {
    border-bottom: none;
}

.info-details .get-contactbox span svg {
    opacity: 0.7;
    transition: all 0.3s ease;
    height: 12px;
    margin-right: 8px;
    fill: rgb(130,138,130);
    width: 12px;
}

.info-details .get-contactbox span:hover svg {
    transform: scale(1.2);
    fill: rgb(171,187,176);
    opacity: 1;
}

.education-history::before {
    background: rgb(171,187,176,0.5);
    z-index: -1;
    height: 140%;
    content: "";
    filter: blur(3px);
    position: absolute;
    top: -20%;
    right: -5%;
    transform: rotate(15deg);
    width: 60%;
}



.education-history .review-grid {
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    max-width: 1100px;
    gap: 0;
    position: relative;
    display: grid;
}

.education-history .img-item-wrapper::after {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    top: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
}

.education-history .past-career {
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    grid-column: 2 / 3;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    padding: 3rem 3rem 3rem 5rem;
    background: #ffffff;
    justify-content: center;
    flex-direction: column;
    transform: translateX(-15%);
    z-index: 1;
    grid-row: 1 / 2;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

.education-history .review-grid:hover .name::before {
    transform: rotate(45deg) scale(1);
}

.education-history .past-career > div:nth-child(2) {
    opacity: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2rem;
    transition: all 0.5s ease 0.3s;
    transform: translateX(-20px);
    color: rgb(130,138,130);
    opacity: 0.9;
}

.education-history .career-tasks {
    font-style: italic;
    opacity: 0;
    font-weight: 400;
    padding-top: 20px;
    font-size: 18px;
    transition: all 0.5s ease 0.5s;
    color: #000000;
    position: relative;
    transform: translateY(20px);
    line-height: 1.7;
}



.education-history .past-career::after {
    background: rgb(171,187,176,0.5);
    width: 40px;
    content: "";
    bottom: 20px;
    position: absolute;
    z-index: -1;
    height: 40px;
    border-radius: 50%;
    animation: float 4s ease-in-out infinite;
    right: 20px;
}

footer::after {
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(130,138,130) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(130,138,130) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(130,138,130) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(130,138,130) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: -1;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.1;
}

.copy-notice .container {
    flex-wrap: wrap;
    position: relative;
    gap: 3rem;
    display: flex;
}

.copy-notice .company_holder {
    flex: 1 1 400px;
    border-radius: 21px;
    padding: 0;
    position: relative;
}

.copy-notice .company_holder::before {
    height: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    border-radius: 21px;
    width: 100%;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(130,138,130) 25px, rgb(130,138,130) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(130,138,130) 25px, rgb(130,138,130) 26px, transparent 27px, transparent 49px);
    background-size: 50px 50px;
}

.copy-notice .company_holder h3::after {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    right: 15px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    content: "";
    top: 50%;
    position: absolute;
    width: 10px;
}

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

.copy-notice .syllabus-ref {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.copy-notice .head-train {
    border-radius: 21px;
    overflow: hidden;
    position: relative;
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}

.copy-notice .head-train h5 {
    display: flex;
    color: #ffffff;
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    padding: 1rem 1.5rem;
    align-items: center;
    position: relative;
    background: rgb(130,138,130);
}

.copy-notice .head-train h5::after {
    right: 15px;
    height: 6px;
    top: 50%;
    width: 6px;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
}

.copy-notice .head-train .main-skill a {
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    padding: 0.8rem 1rem 0.8rem 2rem;
    color: #ffffff;
    transition: all 0.3s ease;
    display: block;
    position: relative;
}

.copy-notice .head-train .main-skill a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.copy-notice .head-train .main-skill a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}

.encrypt-cta::before {
    position: absolute;
    left: 0;
    top: -5px;
    height: 5px;
    width: 100%;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(171,187,176) 20px, rgb(171,187,176) 40px,
            transparent 40px, transparent 60px,
            rgb(171,187,176) 60px, rgb(171,187,176) 80px,
            transparent 80px, transparent 100px,
            rgb(171,187,176) 100px, rgb(171,187,176) 120px
        );
    background-repeat: repeat-x;
    content: "";
}

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

.encrypt-cta .grant-cta::before {
    margin-right: 15px;
    right: 100%;
}


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


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



@media (min-width: 768px) {.our-background {
    padding: 8rem 0;
}.our-background h1 {
    font-size: calc(45px * 1.2);
    margin-bottom: 4rem;
}.our-background .academy-track ul {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
}.our-background .learn-classes {
    flex-direction: column;
    height: 100%;
    display: flex;
    padding: 3rem;
}.our-background .learn-classes div {
    flex: 1;
    max-height: 450px;
}.our-background .learn-classes:nth-child(1) {
    transform: translateY(60px);
}.our-background .learn-classes:nth-child(2) {
    transform: translateY(-30px);
}.our-background .learn-classes:hover:nth-child(1),
    .our-background .learn-classes:hover:nth-child(2) {
    transform: translateY(0);
}
}



@media (max-width: 991px) {.aspiring-learners {
    padding: 4rem 0;
}.aspiring-learners ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.aspiring-learners h3 {
    font-size: calc(37px * 0.9);
}.aspiring-learners li {
    padding: 1.5rem 1.8rem;
}
}



@media (max-width: 767px) {.aspiring-learners {
    padding: 3rem 0;
}.aspiring-learners h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2.5rem;
}.aspiring-learners h3::after {
    width: 100px;
}.aspiring-learners li {
    border-radius: 25px;
    padding: 1.2rem 1.5rem;
}.aspiring-learners li svg {
    margin-right: 1rem;
    width: 35px;
    height: 35px;
}}



@media (max-width: 767px) {.price-card-deck {
    padding: 60px 0 80px;
}.price-card-deck .fee-chart {
    margin: 0 auto;
    max-width: 400px;
    grid-template-columns: 1fr;
}.price-card-deck .fee-offers {
    min-height: auto;
}.price-card-deck h2 {
    font-size: calc(34px - 8px);
}.price-card-deck .learn-rates {
    margin-bottom: 30px;
    font-size: calc(14px - 1px);
}.price-card-deck .fee-offers p {
    max-height: 150px;
}
}


@media only screen and (max-width: 800px) {.privacy-panel {
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 10px;
}.privacy-panel h1 {
    font-size: calc(18px * 0.9);
}.privacy-panel h2 {
    font-size: calc(18px * 0.9);
}.privacy-panel ul {
    gap: 0.75rem;
}.privacy-panel ul li {
    padding: 0.75rem;
}.privacy-panel ul li::before {
    width: 8px;
    height: 8px;
}}



@media (max-width: 576px) {.education-framework {
    min-height: auto;
    padding: 3rem 1rem;
}.education-framework .text-item {
    padding: 2rem;
}.education-framework h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1rem;
}.education-framework h2::after {
    width: 60px;
    height: 3px;
}.education-framework .text-item:hover h2::after {
    width: 90px;
}.education-framework p {
    font-size: calc(12px * 0.9);
}.education-framework .text-item::before,
    .education-framework .text-item::after {
    height: 20px;
    width: 20px;
}}



@media (min-width: 768px) {.title-screen .main-open > div {
    gap: 2rem;
    grid-template-columns: 0.4fr 0.6fr;
}.title-screen .academy-learnings {
    min-height: 450px;
}.title-screen .main-open h3 {
    font-size: 22px;
    padding: 2rem 2.5rem;
}.title-screen .title_style_header {
    font-size: calc(42px * 1.2);
}.title-screen .title_style_header::after {
    width: 100px;
}
}



@media (min-width: 1200px) {.title-screen .main-open > div {
    gap: 4rem;
    grid-template-columns: 0.4fr 0.6fr;
}.title-screen .academy-learnings {
    min-height: 550px;
}.title-screen .main-open h3 {
    font-size: calc(22px * 1.2);
}.title-screen .academy-learnings > div {
    padding: 5rem;
}
}



@media (max-width: 767px) {.title-screen {
    padding: 3rem 0;
}.title-screen .main-open h3 {
    padding: 1.25rem 1.5rem;
    font-size: calc(22px * 0.9);
}.title-screen .academy-learnings {
    min-height: 350px;
}.title-screen .academy-learnings > div {
    padding: 2rem;
}.title-screen .title_style_header {
    font-size: calc(42px * 0.9);
    margin-bottom: 1.5rem;
}.title-screen .academy-learnings p {
    font-size: 13px;
    max-width: 100%;
}}



@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .site-main {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav-pagewrap {
    margin-right: 0;
    margin-bottom: 0;
}header .head-train {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .nav-mentor a {
    height: 35px;
    padding: 0 1rem;
    font-size: calc(17px - 1px);
}header .site-main::before,
    header .site-main::after {
    display: none;
}.head-mainwrap {
    margin-top: -10px;
}
}



@media (max-width: 479px) {header .site-main {
    padding: 0.7rem 1.2rem;
}header .nav-pagewrap {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .nav-mentor a {
    font-size: calc(17px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}



@media screen and (max-width: 1024px) {.course-offering {
    padding: 90px 0;
}.course-offering .learn-tools {
    padding: 50px 40px;
}
}



@media screen and (max-width: 992px) {.course-offering .study-guide {
    grid-template-columns: 1fr;
}.course-offering .img-item-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    order: -1;
    min-height: 400px;
}.course-offering .learn-tools {
    padding: 40px;
}.course-offering .learn-tools::before,
  .course-offering .learn-tools::after {
    display: none;
}.course-offering .nav-pagewrap {
    margin-bottom: 25px;
}
}



@media screen and (max-width: 768px) {.course-offering {
    padding: 70px 0;
}.course-offering .learn-tools {
    padding: 30px;
}.course-offering h3 {
    font-size: calc(29px - 4px);
}.course-offering .img-item-wrapper {
    min-height: 350px;
}.course-offering .nav-pagewrap {
    padding: 12px;
}.course-offering .nav-pagewrap svg {
    max-width: 120px;
}
}



@media (min-width: 768px) {.thxHub {
    padding: 150px 0;
}.thxHub h2 {
    font-size: calc(37px * 1.1);
    max-width: 80%;
}.thxHub .study-guide {
    margin-left: 30px;
    padding: 50px 60px;
}.thxHub span {
    font-size: calc(13px * 1.1);
}
}



@media (min-width: 992px) {.thxHub .container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}.thxHub h2 {
    max-width: 70%;
}.thxHub .study-guide {
    margin-left: 60px;
    width: 85%;
}.thxHub span {
    font-size: calc(13px * 1.15);
    line-height: 1.9;
}
}



@media (max-width: 480px) {.thxHub {
    padding: 60px 0;
}.thxHub h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 35px;
}.thxHub .study-guide {
    padding: 25px 20px;
}.thxHub span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.thxHub h2::after {
    height: 2px;
    width: 50px;
}}



@media (max-width: 1024px) {.reach-out {
    padding: 80px 0;
}.reach-out .query-card {
    margin-top: 50px;
}.reach-out .img-item-wrapper {
    min-height: 450px;
}.reach-out .feedback-card {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.reach-out {
    padding: 60px 0;
}.reach-out .query-card {
    margin-top: 40px;
    flex-direction: column;
}.reach-out .img-item-wrapper {
    min-height: 300px;
    width: 100%;
}.reach-out .feedback-card {
    width: 100%;
    padding: 40px 30px;
}.reach-out form h3 {
    margin-bottom: 30px;
}.reach-out form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.reach-out .feedback-query {
    margin-bottom: 25px;
}.reach-out .help-card {
    padding: 14px 30px;
    width: 100%;
}
}



@media (max-width: 992px) {.program-results {
    padding: 80px 0;
}.program-results .study-guide {
    flex-direction: column-reverse;
    gap: 40px;
}.program-results .img-item-wrapper {
    transform: perspective(1000px) rotateY(0);
    max-width: 100%;
    width: 100%;
}.program-results h4 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.85);
}.program-results .text-item > div {
    flex-direction: column;
}
}



@media (max-width: 576px) {.program-results {
    padding: 40px 0;
}.program-results .container {
    padding: 0 15px;
}.program-results h4 {
    font-size: calc(34px * 0.65);
}.program-results .text-item::before {
    display: none;
}.program-results li p {
    padding: 12px;
}.program-results li p span:first-child {
    height: 30px;
    width: 30px;
}.program-results li p span:last-child {
    font-size: calc(18px * 0.9);
}.program-results svg {
    height: 18px;
    width: 18px;
}}


@media (max-width: 767px) {.info-details {
    padding: 40px 0;
}.info-details .send-info {
    padding: 25px;
}.info-details .send-info::after {
    display: none;
}.info-details h3 {
    font-size: calc(28px - 0.3rem);
}.info-details .request-support {
    font-size: 18px;
}.info-details .get-contactinfo {
    grid-template-columns: 1fr;
}.info-details .get-contactinfo span {
    padding: 12px;
}.info-details .get-contactinfo span svg {
    height: 16px;
    width: 16px;
    right: 8px;
    top: 8px;
}.info-details .get-contactbox span svg {
    width: 10px;
    height: 10px;
}
}



@media (max-width: 992px) {.education-history .review-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 2rem;
}.education-history .img-item-wrapper {
    grid-row: 1 / 2;
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    grid-column: 1 / 2;
    transform: none;
}.education-history .img-item-wrapper::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.education-history .past-career {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    clip-path: none;
    padding: 2rem;
    transform: none;
}.education-history .review-grid:hover .past-career {
    transform: translateY(-5px);
}}



@media (max-width: 768px) {.copy-notice {
    padding: 3rem 0 1rem;
}.copy-notice .main-skill {
    gap: 1.5rem;
}.copy-notice .company_holder h3 {
    font-size: calc(35px - 2px);
    padding: 1.2rem 1.5rem;
}.copy-notice .scholar-cta {
    padding: 1.5rem;
}.copy-notice .scholar-cta::before,
    .copy-notice .scholar-cta::after {
    display: none;
}.encrypt-cta {
    margin-top: 2rem;
}.encrypt-cta .grant-cta::before,
    .encrypt-cta .grant-cta::after {
    width: 30px;
}
}



@media (max-width: 420px) {.copy-notice::after {
    background-size: 100px 5px;
    height: 5px;
}.copy-notice .company_holder h3::after,
    .copy-notice .head-train h5::before,
    .copy-notice .head-train h5::after {
    display: none;
}.copy-notice .head-train h5 {
    padding: 0.8rem 1rem;
}.copy-notice .head-train .main-skill {
    padding: 1rem;
}.encrypt-cta .grant-cta {
    padding: 0.4rem 1.5rem;
    width: 90%;
}
}



@keyframes slideIn {
    0% {
        transform: translateX(calc(100vw * 0.02));
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(5%, 5%) scale(1.05);
    }
    50% {
        transform: translate(2%, -5%) scale(0.95);
    }
    75% {
        transform: translate(-5%, 2%) scale(1.02);
    }
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



@keyframes slideInBottom {
  0% {
    transform: translateY(40px) rotateX(3deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}



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



@keyframes pulseGlow {
  0% {
    opacity: 0.05;
    transform: rotate(-15deg) scale(1);
  }
  100% {
    opacity: 0.15;
    transform: rotate(-15deg) scale(1.1);
  }
}



@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes pulse-neon {
    0% {
        opacity: 0.7;
        box-shadow: 
            0 0 5px rgb(171,187,176),
            0 0 10px rgb(171,187,176);
    }
    100% {
        opacity: 1;
        box-shadow: 
            0 0 10px rgb(171,187,176),
            0 0 20px rgb(171,187,176),
            0 0 30px rgb(171,187,176);
    }
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 50px 50px, 50px 50px;
    }
}

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

