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

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    width: 100%;
    padding: 0;
    background: rgb(187,200,220);
    position: relative;
}

.framework-wrap {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}

.course-program::after {
    mix-blend-mode: screen;
    z-index: 2;
    width: 100%;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 30% 20%, rgb(150,163,183,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(114,125,140,0.5) 0%, transparent 50%);
    height: 100%;
}

.course-program .text-section {
    border-left: 3px solid rgb(150,163,183);
    padding: 60px;
    backdrop-filter: blur(20px);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(150,163,183,0.5);
    border-radius: 0;
    z-index: 15;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    background: rgba(0, 0, 0, 0.7);
    transform: translateZ(50px);
}

.course-program .text-section h2 {
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 2px;
    padding-bottom: 20px;
    text-shadow: 0 0 15px rgb(150,163,183,0.5);
    font-size: 47px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}

.course-program .hud-element {
    opacity: 0.2;
    position: absolute;
    border: 1px solid rgb(150,163,183,0.5);
    z-index: 5;
}

.course-program .img-card-item::after {
    position: absolute;
    height: 100%;
    z-index: 2;
    left: 0;
    animation: scanlines 8s linear infinite;
    mix-blend-mode: overlay;
    top: 0;
    width: 100%;
    content: "";
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(150,163,183), 0.1) 2px, rgba(rgb(150,163,183), 0.1) 4px);
    opacity: 0.1;
}

.prospective-students .success-story {
    position: relative;
}

.prospective-students h4 {
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    color: #000000;
}

.prospective-students div > div {
    max-width: 900px;
    gap: 40px 20px;
    margin: 0 auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.prospective-students p:hover::before {
    height: 200%;
    width: 170%;
}

.prospective-students p svg {
    transition: all 0.4s ease;
    border-radius: 50%;
    width: 50px;
    border: 1px solid rgb(150,163,183,0.5);
    margin-bottom: 15px;
    height: 50px;
    padding: 10px;
}

.prospective-students p span {
    padding-top: 10px;
    position: relative;
}

.prospective-students p:hover span::before {
    width: 30px;
}

.prospective-students p:nth-child(even) {
    animation: floatAnimation 6s infinite ease-in-out reverse;
}

.prospective-students .success-story > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.prospective-students .success-story > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.prospective-students .success-story > div p:nth-child(6) {
    animation-delay: 0.6s;
}

header .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
}

header .head-page {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.8rem 3%;
    display: flex;
}

header .main-mainwrap:hover::after {
    transform: scaleX(1);
}

header .main-mainwrap svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}

header .head-expert {
    padding: 0.5rem;
    display: flex;
    background: rgba(255, 255, 255, 0.5);
    gap: 0.4rem;
    flex-wrap: wrap;
    border-radius: 10px;
}

header .head-main:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(150,163,183);
}

header .head-main:hover::after {
    transform: scaleX(1);
}

.meet-us::before {
    background: 
        radial-gradient(
            ellipse at top left,
            rgb(150,163,183,0.5) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse at bottom right,
            rgb(114,125,140,0.5) 0%,
            transparent 50%
        );
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
    height: 100%;
}

.meet-us h3::after {
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(150,163,183), rgb(114,125,140));
    position: absolute;
    bottom: -5px;
    content: "";
    left: 0;
    animation: lineExpand 1.5s forwards;
}

.meet-us .timeline-hist::before {
    content: "";
    background: rgb(150,163,183);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    width: 20px;
    z-index: 1;
    position: absolute;
    right: 10px;
    opacity: 0.8;
    top: 10px;
    height: 20px;
}

.meet-us .timeline-hist p {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.meet-us .timeline-hist .img-card-item::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    transition: opacity 0.5s ease;
    background: rgb(150,163,183,0.5);
    width: 100%;
    opacity: 0;
    content: "";
}

.meet-us .learn-track::after {
    opacity: 0.8;
    height: 20px;
    content: "";
    bottom: 10px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 1;
    background: rgb(150,163,183);
    position: absolute;
    right: 10px;
    width: 20px;
}

.meet-us .learn-track .knowledge-pro::before {
    content: "";
    z-index: 1;
    background: 
        linear-gradient(
            -45deg,
            rgb(114,125,140,0.5),
            transparent 60%
        );
    inset: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    opacity: 0.6;
}

.meet-us .learn-track:hover .knowledge-pro::after {
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
    opacity: 1;
}

.thanksPoint::after {
    animation: float 18s ease-in-out infinite alternate-reverse;
    opacity: 0.05;
    position: absolute;
    height: 60%;
    left: -5%;
    background: linear-gradient(225deg, rgb(114,125,140,0.5) 0%, rgb(150,163,183,0.5) 100%);
    transform: rotate(-10deg) skewX(10deg);
    bottom: -5%;
    z-index: 0;
    width: 30%;
    content: "";
}

.thanksPoint .success-story {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
              0 5px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    background: #ffffff;
    opacity: 0;
    position: relative;
    border-left: 4px solid rgb(150,163,183);
    animation: fadeSlideUp 1s 0.4s ease-out forwards;
    transform: translateY(20px);
    padding: 3rem;
}

.thanksPoint li span {
    transform: translateY(10px);
    font-size: calc(17px + 0.05rem);
    line-height: 1.8;
    opacity: 0;
    font-family: Arial, sans-serif;
    display: block;
    animation: fadeIn 1s 0.7s ease-out forwards;
    color: #000000;
}

.secure-sanctuary h3,.secure-sanctuary h4,.secure-sanctuary h5, .secure-sanctuary h6 {
    font-size: 24px;
    margin: 1rem 0;
}

.secure-sanctuary li {
    font-size: 15px;
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.secure-sanctuary li::before {
    color: rgb(150,163,183);
    margin-right: 0.5rem;
    content: "▹";
}

.secure-sanctuary > div {
    padding: 1rem;
    background-color: #ffffff;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.title-screen > div {
    display: flex;
    position: relative;
    z-index: 2;
    gap: 2rem;
    width: 100%;
    flex-direction: column;
    max-width: 1200px;
}

.title-screen:hover .edu-philosophy::before {
    transform: scaleX(1);
}

.title-screen:hover .edu-philosophy {
    transform: translateX(0);
}

.title-screen .main-welcome {
    border-radius: 28px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.title-screen .main-welcome::before {
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
}

.title-screen .main-welcome h3 {
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
    font-size: 18px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.6s;
    opacity: 0;
    position: relative;
    padding-top: 20px;
}

.contact-us .container {
    position: relative;
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
}

.contact-us .support-box:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.contact-us .inquiry-block::before {
    opacity: 0.2;
    width: 300px;
    height: 300px;
    content: '';
    position: absolute;
    right: -150px;
    top: -150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(114,125,140) 0%, transparent 70%);
}

.contact-us .inquiry-block div {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 15px;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    margin-bottom: 25px;
    display: flex;
    transform: translateX(0);
}

.contact-us .help-block {
    background: #ffffff;
    width: 60%;
    position: relative;
    padding: 60px 40px;
}

.contact-us form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-us form input[type="text"]:focus,
.contact-us form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(150,163,183);
    transform: translateY(-2px);
}

.contact-us .request-request input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-us .request-request input[type="checkbox"]:checked + label::before {
    background: rgb(150,163,183);
}

.contact-us .request-request label a {
    color: rgb(150,163,183);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-us form .help-inquiry {
    border: none;
    padding: 18px 35px;
    margin-top: 15px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(150,163,183);
    align-self: flex-start;
    font-weight: 600;
    font-size: 20px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.contact-us .inquiry-block div:nth-child(3) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.3s;
}

.experience-trial {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(150,163,183) 0%, rgb(114,125,140) 100%);
    z-index: 1;
    overflow: hidden;
}

.experience-trial .success-story {
    background: rgba(255, 255, 255, 0.05);
    justify-content: center;
    display: flex;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    align-items: center;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border-radius: 13px;
    max-width: 1000px;
    flex-direction: column;
    padding: 60px 40px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.experience-trial h3 {
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 3px;
    font-size: 34px;
    margin-bottom: 50px;
    text-align: center;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.experience-trial .msg-details {
    transition: all 0.4s ease;
    font-size: 16px;
    padding: 16px 45px;
    display: inline-block;
    background: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: rgb(150,163,183);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    text-decoration: none;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 2px;
    z-index: 1;
}

.experience-trial .msg-details:hover {
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 255, 255, 0.4);
}

.client-opinions::after {
    height: 3px;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(150,163,183), transparent);
    content: "";
    opacity: 0.3;
    left: 0;
}

.client-opinions h2::after {
    position: absolute;
    content: "";
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    bottom: -0.75rem;
    width: 4rem;
    background-color: rgb(150,163,183);
    transform-origin: left center;
    height: 3px;
    transform: scaleX(1);
}

.client-opinions .client-experiences:hover {
    transform: translateY(-10px) rotateX(2deg);
    border-left-width: 5px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.client-opinions .client-experiences:hover::before {
    opacity: 0.2;
    transform: scale(1.2) translateY(-5px);
}

.client-opinions .client-experiences:hover img {
    transform: scale(1.1) translateZ(0);
}

.client-opinions .client-experiences:hover h4 {
    transform: translateX(3px);
}

.client-opinions .client-experiences h4::after {
    bottom: -0.5rem;
    left: 0;
    transition: width 0.3s ease-out;
    height: 2px;
    width: 0;
    content: "";
    position: absolute;
    background-color: rgb(150,163,183);
}

.client-opinions a {
    transform: translateZ(0);
    text-decoration: none;
    display: inline-block;
    background-color: rgb(150,163,183);
    text-align: center;
    font-weight: 600;
    overflow: hidden;
    margin-top: 3rem;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    color: #ffffff;
    border: none;
    padding: 0.75rem 2rem;
}

.consent-learn {
    align-items: center;
    flex-direction: column;
    padding: 20px;
    display: flex;
}

.consentNotificationBox h5 {
    margin-bottom: 10px;
    text-align: center;
    color: rgb(150,163,183);
    font-weight: 700;
    font-size: 22px;
}

.cookie-control {
    transition: background 0.3s ease-in-out;
    padding: 10px 20px;
    background: rgb(150,163,183);
    border-radius: 10px;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: calc(50% - 10px);
}

.leadership-profile::after {
    left: -5%;
    position: absolute;
    bottom: -5%;
    content: "";
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 15rem;
    transform: rotate(12deg);
    background: linear-gradient(220deg, rgb(114,125,140,0.5) 10%, rgb(150,163,183,0.5) 90%);
    opacity: 0.08;
    height: 15rem;
    z-index: 1;
}

.leadership-profile .client-experiences > div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
}

.leadership-profile .img-card-item {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(-3deg);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    height: 180px;
    border: 4px solid #ffffff;
    width: 180px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.leadership-profile .client-experiences:hover .name::after {
    width: 90%;
}

.leadership-profile .client-experiences > div:nth-child(2) > div {
    font-weight: 600;
    color: rgb(114,125,140);
    font-size: calc(17px - 0.1rem);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.newsletter::before {
    z-index: -1;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    right: -5%;
    background: rgb(114,125,140);
    content: "";
    top: -10%;
    width: 40%;
    opacity: 0.1;
    animation: floatElement 8s infinite ease-in-out;
    height: 70%;
    position: absolute;
    transform: rotate(-15deg) skew(15deg);
}

.newsletter .success-story:hover {
    transform: perspective(1000px) rotateX(0);
}

.newsletter .success-story::before {
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(150,163,183), rgb(114,125,140), rgb(150,163,183));
    animation: gradientMove 6s infinite linear;
    content: "";
    position: absolute;
    height: 4px;
    left: 0;
    top: 0;
    right: 0;
}

.newsletter .input_holder div {
    position: relative;
    flex-grow: 1;
    overflow: hidden;
}

.newsletter .input_holder div:focus-within::after {
    transform: scaleX(1);
}

.newsletter .sub-strategy:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(150,163,183,0.5);
    outline: none;
}

.newsletter .sub-strategy::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.35);
}

.newsletter .sub-material:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.newsletter .sub-material:hover::before {
    left: 100%;
}

.education-framework {
    background: rgb(187,200,220);
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
}

.education-framework::after {
    top: -50%;
    width: 100%;
    right: -50%;
    z-index: 0;
    animation: moveGradient 20s infinite alternate ease-in-out;
    height: 100%;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(114,125,140,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
}

.education-framework h3::before {
    top: 0;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    border-radius: inherit;
    height: 100%;
    z-index: -1;
    transform: translate(8px, 8px);
    pointer-events: none;
    border: 2px solid rgb(150,163,183,0.5);
    left: 0;
    content: "";
}

footer {
    position: relative;
    width: 100%;
}

footer .grant-info::before {
    position: absolute;
    pointer-events: none;
    background-image: 
        linear-gradient(30deg, rgb(114,125,140) 12%, transparent 12.5%, transparent 87%, rgb(114,125,140) 87.5%, rgb(114,125,140)),
        linear-gradient(150deg, rgb(114,125,140) 12%, transparent 12.5%, transparent 87%, rgb(114,125,140) 87.5%, rgb(114,125,140)),
        linear-gradient(30deg, rgb(114,125,140) 12%, transparent 12.5%, transparent 87%, rgb(114,125,140) 87.5%, rgb(114,125,140)),
        linear-gradient(150deg, rgb(114,125,140) 12%, transparent 12.5%, transparent 87%, rgb(114,125,140) 87.5%, rgb(114,125,140)),
        linear-gradient(60deg, rgb(150,163,183,0.5) 25%, transparent 25.5%, transparent 75%, rgb(150,163,183,0.5) 75%, rgb(150,163,183,0.5)),
        linear-gradient(60deg, rgb(150,163,183,0.5) 25%, transparent 25.5%, transparent 75%, rgb(150,163,183,0.5) 75%, rgb(150,163,183,0.5));
    left: 0;
    height: 100%;
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.05;
}

footer .main-learn {
    flex-direction: column;
    padding: 20px;
    align-items: center;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    max-width: 350px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

footer .head-expert h5 {
    display: inline-block;
    font-size: 19px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
}

footer .main-teach a::before {
    position: absolute;
    height: 0;
    border-top: 4px solid transparent;
    top: 50%;
    content: "";
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
    pointer-events: none;
    left: 5px;
    border-left: 4px solid rgb(150,163,183);
    transform: translateY(-50%);
    opacity: 0;
    width: 0;
}

footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-bottom: 25px;
}

footer .input_holder input[type="email"] {
    cursor: text;
    z-index: 5;
    -webkit-appearance: none;
    font-size: 14px;
    position: relative;
    padding: 14px 16px;
    width: 100%;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    appearance: none;
}

footer .a11y-tools {
    margin-top: 50px;
    text-align: center;
    position: relative;
}

footer .gift-card {
    font-size: 12px;
    display: inline-block;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.pricing-offer-box {
    position: relative;
    padding: 6rem 0;
    background-color: rgb(187,200,220);
    overflow: hidden;
}

.pricing-offer-box::after {
    content: "";
    z-index: 1;
    right: -5rem;
    background: linear-gradient(225deg, rgb(114,125,140) 0%, transparent 80%);
    pointer-events: none;
    position: absolute;
    opacity: 0.15;
    width: 20rem;
    height: 20rem;
    bottom: -5rem;
    transform: rotate(-15deg);
}

.pricing-offer-box .pricing-deals h2 {
    transform: perspective(800px) translateZ(30px);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 34px;
    color: #000000;
}

.pricing-offer-box .pricing-deals .learn-fees {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    max-width: 80%;
}

.pricing-offer-box .access-rates {
    transform-style: preserve-3d;
    text-decoration: none;
    display: block;
    position: relative;
    color: inherit;
    transition: all 0.4s ease;
}

.pricing-offer-box .access-rates:nth-child(odd) .cost-deals {
    transform: rotate(-1deg);
}

.pricing-offer-box .access-rates:nth-child(even) .cost-deals {
    transform: rotate(1deg);
}

.pricing-offer-box .cert-plans {
    word-break: break-word;
    display: flex;
    overflow-wrap: break-word;
    z-index: 2;
    flex: 1;
    flex-direction: column;
    padding: 2rem;
    position: relative;
}

.pricing-offer-box .access-rates:hover .cert-plans h3 {
    transform: translateZ(25px);
}

.pricing-offer-box .package-pricing {
    font-weight: 700;
    font-size: calc(21px * 1.8);
    position: relative;
    display: block;
    transform: translateZ(15px);
    color: rgb(150,163,183);
    margin: 0.5rem 0 1.5rem;
}

.pricing-offer-box .img-card-item {
    height: 200px;
    transition: transform 0.5s ease;
    position: relative;
    width: 100%;
    transform: translateZ(0);
    overflow: hidden;
}

.pricing-offer-box .access-rates:hover .img-card-item::before {
    opacity: 0.05;
}


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


@media screen and (max-width: 1200px) {.course-program {
    padding: 80px 0;
}.course-program .text-section {
    padding: 40px;
}.course-program .img-card-item {
    height: 550px;
}
}



@media screen and (max-width: 480px) {.course-program {
    padding: 40px 0;
}.course-program .container {
    padding: 0 15px;
}.course-program .text-section {
    padding: 20px;
}.course-program .text-section h2 {
    font-size: calc(47px * 0.7);
    margin-bottom: 20px;
}.course-program .text-section h2::before {
    top: -20px;
    font-size: 14px;
}.course-program .img-card-item {
    height: 280px;
}}



@media (max-width: 576px) {.prospective-students {
    padding: 60px 0;
}.prospective-students h4 {
    margin-bottom: 40px;
    font-size: calc(45px * 0.7);
}.prospective-students h4::after {
    width: 30px;
    bottom: -12px;
}.prospective-students div > div {
    gap: 30px 0;
}.prospective-students p svg {
    margin-bottom: 10px;
    padding: 8px;
    width: 40px;
    height: 40px;
}.prospective-students p {
    font-size: calc(13px * 0.9);
}}



@media (max-width: 480px) {header .head-page {
    padding: 0.6rem 1.5%;
}header .main-mainwrap svg {
    width: 110px;
}header .head-expert {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .head-expert::-webkit-scrollbar {
    height: 2px;
}header .head-expert::-webkit-scrollbar-thumb {
    background: rgb(150,163,183);
    border-radius: 10px;
}header .head-main {
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (max-width: 576px) {.meet-us {
    padding: 50px 0;
}.meet-us .container {
    padding: 0 20px;
}.meet-us h3 {
    margin-bottom: 30px;
    font-size: calc(48px * 0.7);
}.meet-us .timeline-hist,
    .meet-us .learn-track {
    clip-path: none;
    padding: 25px;
}.meet-us .timeline-hist .img-card-item {
    height: 200px;
}.meet-us .learn-track p {
    padding: 15px;
}.meet-us .learn-track .knowledge-pro {
    height: 140px;
    width: 140px;
}}


@media only screen and (max-width: 800px) {.secure-sanctuary {
    gap: 1.5rem;
    padding: 1.5rem;
}.secure-sanctuary h1 {
    font-size: calc(24px - 0.5rem);
}.secure-sanctuary h2 {
    font-size: calc(24px - 0.5rem);
}.secure-sanctuary p,
    .secure-sanctuary li {
    font-size: calc(15px - 0.2rem);
}.secure-sanctuary > div {
    padding: 0.5rem;
}}



@media (max-width: 576px) {.title-screen {
    padding: 1.5rem 0.8rem;
}.title-screen .edu-trackfast {
    font-size: calc(41px * 0.6);
}.title-screen .main-welcome > div {
    gap: 1.5rem;
    padding: 2rem 1.2rem;
}.title-screen .main-welcome h3 {
    font-size: calc(18px * 0.8);
}
}



@media screen and (max-width: 576px) {.contact-us {
    padding: 60px 0;
}.contact-us .container {
    width: 90%;
}.contact-us .inquiry-block,
    .contact-us .help-block {
    padding: 30px 20px;
}.contact-us .inquiry-block h3 {
    font-size: calc(30px * 0.8);
}.contact-us form input[type="text"],
    .contact-us form input[type="email"] {
    padding: 15px;
}.contact-us form .help-inquiry {
    padding: 15px;
    width: 100%;
}}



@media screen and (max-width: 576px) {.experience-trial {
    padding: 60px 0;
}.experience-trial .success-story {
    padding: 30px 20px;
}.experience-trial h3 {
    margin-bottom: 35px;
    letter-spacing: 1.5px;
    font-size: calc(34px * 0.7);
}.experience-trial .msg-details {
    font-size: calc(16px * 0.85);
    padding: 10px 30px;
    letter-spacing: 1px;
}}



@media (min-width: 1200px) {.client-opinions .review-spot {
    grid-template-columns: repeat(4, 1fr);
}.client-opinions .client-experiences:nth-child(4n+1) {
    transform: translateY(0);
}.client-opinions .client-experiences:nth-child(4n+2) {
    transform: translateY(15px);
}.client-opinions .client-experiences:nth-child(4n+3) {
    transform: translateY(30px);
}.client-opinions .client-experiences:nth-child(4n+4) {
    transform: translateY(45px);
}.client-opinions .client-experiences:nth-child(4n+1):hover {
    transform: translateY(-10px) rotateX(2deg);
}.client-opinions .client-experiences:nth-child(4n+2):hover {
    transform: translateY(5px) rotateX(2deg);
}.client-opinions .client-experiences:nth-child(4n+3):hover {
    transform: translateY(20px) rotateX(2deg);
}.client-opinions .client-experiences:nth-child(4n+4):hover {
    transform: translateY(35px) rotateX(2deg);
}
}



@media (min-width: 992px) {.leadership-profile .client-experiences {
    align-items: center;
    grid-template-rows: 1fr;
    grid-template-columns: 250px 250px 1fr;
}.leadership-profile .client-experiences > div:first-child {
    grid-row: 1;
}.leadership-profile .img-card-item {
    height: 220px;
    width: 220px;
}.leadership-profile .experience-data {
    padding-left: 2rem;
}.leadership-profile .experience-data::before {
    top: -2rem;
    left: -0.5rem;
    font-size: 6rem;
}
}



@media (min-width: 768px) {.newsletter h3 {
    max-width: 80%;
    font-size: calc(19px * 1.1);
}.newsletter .input_holder {
    flex-direction: row;
}.newsletter .success-story {
    padding: 4rem;
    clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
}.newsletter .sub-strategy {
    border-radius: 10px 0 0 10px;
}.newsletter .sub-material {
    border-radius: 0 10px 10px 0;
    padding: 1rem 2.5rem;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub-material {
    flex-shrink: 0;
    min-width: 150px;
    width: auto;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}



@media (max-width: 576px) {footer .grant-info {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .head-expert h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
    margin-bottom: 20px;
}footer .head-expert, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub-material {
    padding: 12px;
}}



@media (max-width: 991px) {.pricing-offer-box {
    padding: 4rem 0;
}.pricing-offer-box .pricing-deals {
    order: -1;
}.pricing-offer-box .pricing-deals h2 {
    font-size: calc(34px * 0.9);
}.pricing-offer-box .pricing-deals .learn-fees {
    max-width: 100%;
}
}



@media (max-width: 480px) {.pricing-offer-box .cert-plans p {
    font-size: calc(15px * 0.9);
}.pricing-offer-box .cert-plans h3 {
    font-size: 21px;
}.pricing-offer-box .package-pricing {
    font-size: calc(21px * 1.3);
}.pricing-offer-box .img-card-item {
    height: 160px;
}
}



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

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



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



@keyframes float {
  0% {
    transform: rotate(15deg) skewX(-15deg) translateY(0);
  }
  50% {
    transform: rotate(18deg) skewX(-18deg) translateY(-10px);
  }
  100% {
    transform: rotate(15deg) skewX(-15deg) translateY(0);
  }
}



@keyframes scanLine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}



@keyframes glitchBottom {
    0% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 60%, 100% 60%, 100% 95%, 0 95%);
        transform: translate(5px, 2px);
    }
    20% {
        clip-path: polygon(0 65%, 100% 65%, 100% 90%, 0 90%);
        transform: translate(-5px, -2px);
    }
    30% {
        clip-path: polygon(0 70%, 100% 70%, 100% 85%, 0 85%);
        transform: translate(3px, 1px);
    }
    40% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
}

