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

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

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

.grant-info {
    flex: 0 0 auto;
}


.course-program {
    align-items: center;
    display: flex;
    padding: 100px 0;
    min-height: 100vh;
    perspective: 1500px;
    background: rgb(150,163,183);
    overflow: hidden;
    position: relative;
}

.course-program .container {
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-width: 1600px;
    width: 100%;
}

.course-program .job-classes {
    display: grid;
    position: relative;
    transform-style: preserve-3d;
    grid-template-columns: 2fr 3fr;
    grid-gap: 0;
}

.course-program .text-section::after {
    background: 
        conic-gradient(from 0deg, rgb(150,163,183,0.5) 0deg, transparent 120deg);
    bottom: 0;
    animation: rotateConic 10s linear infinite;
    border-radius: 50%;
    width: 150px;
    content: "";
    opacity: 0.2;
    right: 0;
    height: 150px;
    position: absolute;
    transform: translate(50%, 50%);
}

.course-program .text-section h2::after {
    box-shadow: 0 0 15px rgb(150,163,183);
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgb(150,163,183);
    height: 3px;
    width: 100px;
    content: "";
}

.course-program .text-section .description::before {
    position: absolute;
    content: ">";
    opacity: 0.7;
    color: rgb(114,125,140);
    left: 0;
}

.course-program .img-card-item::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    left: 0;
}

.prospective-students::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(150,163,183,0.5) 0, transparent 80px),
        radial-gradient(circle at 80% 70%, rgb(114,125,140,0.5) 0, transparent 80px);
    width: 100%;
    z-index: 1;
    opacity: 0.3;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
}

.prospective-students p {
    text-align: center;
    position: relative;
    margin: 0;
    font-size: 13px;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s ease;
    color: #000000;
    padding: 0;
    display: flex;
    flex: 0 0 calc(33.333% - 20px);
}

.prospective-students p svg path {
    transition: fill 0.3s ease;
    fill: rgb(150,163,183);
}

.prospective-students p:hover svg path {
    fill: rgb(114,125,140);
}

.prospective-students p span::before {
    background: rgb(150,163,183);
    width: 0;
    transform: translateX(-50%);
    height: 1px;
    content: "";
    top: 0;
    position: absolute;
    transition: width 0.3s ease;
    left: 50%;
}

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

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

header::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, 
        rgb(150,163,183,0.5) 0%, 
        transparent 60%, 
        rgb(114,125,140,0.5) 100%);
    opacity: 0.6;
    top: 0;
    z-index: 0;
    content: '';
}

header .main-mainwrap::after {
    content: '';
    transform: scaleX(0.7);
    transition: transform 0.3s ease;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(150,163,183), rgb(114,125,140));
    position: absolute;
    bottom: 0;
    height: 2px;
}

header .head-main::after {
    background: linear-gradient(to right, rgb(150,163,183), rgb(114,125,140));
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    transition: transform 0.3s ease;
    transform-origin: left;
    left: 0;
    bottom: 0;
    content: '';
    position: absolute;
}

.meet-us::after {
    opacity: 0.05;
    height: 100%;
    top: 0;
    background-size: 60px 60px;
    left: 0;
    animation: movePattern 20s linear infinite;
    position: absolute;
    content: "";
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    z-index: 1;
    width: 100%;
}

.meet-us .timeline-hist::after {
    left: 10px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    z-index: 1;
    background: rgb(114,125,140);
    bottom: 10px;
    position: absolute;
    opacity: 0.8;
    height: 20px;
    content: "";
    width: 20px;
}

.meet-us .timeline-hist .img-card-item {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 280px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.meet-us .learn-track {
    transition: all 0.4s ease;
    flex: 1;
    min-width: 300px;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 40px;
}

.meet-us .learn-track p {
    line-height: 1.7;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    position: relative;
    background: linear-gradient(to bottom, rgb(114,125,140,0.5), transparent);
    margin-bottom: 40px;
    color: #000000;
}

.meet-us .learn-track .knowledge-pro::after {
    content: "";
    clip-path: polygon(
        25% 5%, 
        75% 5%, 
        95% 25%, 
        95% 75%, 
        75% 95%, 
        25% 95%, 
        5% 75%, 
        5% 25%
    );
    opacity: 0.5;
    position: absolute;
    box-shadow: inset 0 0 0 2px rgb(114,125,140);
    transition: all 0.5s ease;
    z-index: 2;
    inset: 0;
}

.thanksPoint {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(187,200,220) 0%, rgba(240, 242, 245, 0.9) 100%);
    padding: 7rem 0;
}

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

.thanksPoint h2 {
    color: #000000;
    font-weight: 700;
    position: relative;
    animation: slideUp 0.8s 0.2s ease-out forwards;
    line-height: 1.3;
    transform: translateY(0);
    opacity: 0;
    font-size: 38px;
    margin-bottom: 3rem;
}

.thanksPoint .success-story::before {
    width: 150px;
    opacity: 0.1;
    content: "";
    height: 150px;
    position: absolute;
    background: linear-gradient(135deg, rgb(114,125,140,0.5) 0%, transparent 70%);
    right: 0;
    top: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.secure-sanctuary h1 {
    color: rgb(150,163,183);
    border-bottom: 3px solid rgb(150,163,183);
    font-weight: 700;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 46px;
}

.secure-sanctuary ul,
.secure-sanctuary ol {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    list-style-type: none;
    list-style-position: inside;
    margin-top: 1.5rem;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
}

.secure-sanctuary span {
    color: rgb(114,125,140);
    font-weight: 700;
}


.title-screen {
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(187,200,220), rgba(0, 0, 0, 0.5));
    position: relative;
    padding: 3rem 1rem;
    min-height: 100vh;
    display: flex;
    width: 100%;
}

.title-screen .edu-philosophy::before {
    content: "";
    left: 0;
    transition: transform 0.6s ease-out;
    width: 80px;
    transform-origin: left;
    bottom: -10px;
    transform: scaleX(0);
    background: rgb(150,163,183);
    position: absolute;
    height: 4px;
}

.title-screen .main-welcome:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.title-screen .main-welcome > div {
    z-index: 2;
    display: flex;
    position: relative;
    color: #ffffff;
    flex-direction: column;
    gap: 2rem;
    padding: 4rem 3rem;
}

.title-screen .main-welcome p::before {
    top: 0;
    height: 100%;
    left: 0;
    background: rgb(150,163,183);
    width: 3px;
    content: "";
    position: absolute;
}

.title-screen .main-welcome h3::before {
    left: 0;
    position: absolute;
    content: "";
    background: rgb(114,125,140);
    width: 60px;
    height: 2px;
    top: 0;
}

.contact-us .support-box {
    border-radius: 20px;
    display: flex;
    background: #ffffff;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-direction: row;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
}

.contact-us .inquiry-block h3 {
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
}

.contact-us .inquiry-block div:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

.contact-us .inquiry-block div svg path {
    fill: rgb(150,163,183);
}

.contact-us .inquiry-block div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}

.contact-us .help-block::before {
    width: 200px;
    background: radial-gradient(circle, rgb(150,163,183,0.5) 0%, transparent 70%);
    opacity: 0.3;
    content: '';
    position: absolute;
    height: 200px;
    right: 0;
    bottom: 0;
}

.contact-us form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact-us .request-request {
    display: flex;
    position: relative;
    align-items: flex-start;
    margin-top: 10px;
}

.contact-us .request-request label::before {
    left: 0;
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    width: 20px;
    border-radius: 6px;
    background: transparent;
    border: 2px solid rgb(150,163,183);
    height: 20px;
    top: 0;
}

.contact-us .request-request label a:hover {
    text-decoration: underline;
}

.contact-us form .help-inquiry::before {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    left: 0;
    position: absolute;
    transition: transform 0.6s ease;
    content: '';
    height: 100%;
}

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

.experience-trial::before {
    height: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent);
    position: absolute;
    opacity: 0.05;
    left: 0;
    background-size: 50px 50px;
    width: 100%;
    content: '';
    top: 0;
    z-index: -1;
}

.experience-trial .success-story::after {
    left: 0;
    content: '';
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    z-index: -1;
    width: 100%;
    opacity: 0.3;
    position: absolute;
    top: 0;
    height: 100%;
}

.experience-trial h3::before {
    position: absolute;
    text-shadow: 2px 0 rgb(114,125,140);
    background: transparent;
    color: #ffffff;
    top: 0;
    content: attr(data-text);
    left: 2px;
    animation: glitchTop 3s infinite linear alternate;
    opacity: 0.8;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
}

.experience-trial .msg-details::before {
    transition: opacity 0.4s ease;
    top: 0;
    opacity: 0;
    position: absolute;
    content: '';
    background: linear-gradient(
        45deg,
        rgb(150,163,183) 0%,
        rgb(114,125,140) 100%
    );
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
}

.experience-trial .msg-details:hover::before {
    opacity: 1;
}

.experience-trial .msg-details:hover::after {
    transition-duration: 1s;
    left: 200%;
}

.client-opinions::before {
    content: "";
    transform: rotate(-15deg);
    position: absolute;
    height: 35%;
    opacity: 0.07;
    pointer-events: none;
    width: 45%;
    background: linear-gradient(120deg, rgb(150,163,183,0.5) 20%, transparent 80%);
    top: -5%;
    right: -10%;
}

.client-opinions h2:hover::after {
    transform: scaleX(1.5);
}

.client-opinions .review-spot {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
    gap: 2rem;
    display: grid;
    perspective: 1000px;
    padding: 0;
}

.client-opinions .client-experiences::before {
    font-family: serif;
    font-size: 5rem;
    line-height: 0.6;
    right: 1.5rem;
    opacity: 0.12;
    content: "";
    color: rgb(150,163,183);
    top: 1rem;
    position: absolute;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.client-opinions .client-experiences img {
    border-radius: 50%;
    margin-right: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.9);
    height: 3.5rem;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    width: 3.5rem;
    object-fit: cover;
}

.client-opinions .client-experiences .description::before {
    z-index: 1;
    width: 100%;
    height: 0;
    position: absolute;
    transition: height 0.3s ease, opacity 0.3s ease;
    left: 0;
    content: "";
    background: linear-gradient(to top, #ffffff, transparent);
    bottom: 0;
    opacity: 0;
}

.client-opinions a:hover::before {
    transform: translateX(100%);
}

.consentNotificationBox {
    border-radius: 13px;
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    max-width: 500px;
    z-index: 1050;
    background: #ffffff;
    left: 50%;
    bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 90%;
}

.cookie-control:hover {
    background: rgb(114,125,140);
}

.cookie_button.visitor-controls {
    background: rgb(114,125,140);
}

.consentNotificationBox p a {
    color: rgb(150,163,183);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.leadership-profile {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(187,200,220) 0%, rgba(245, 245, 250, 0.9) 100%);
    padding: 5rem 0;
}

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

.leadership-profile .client-experiences {
    border-left: 5px solid rgb(150,163,183);
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    padding: 3rem;
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    background: #ffffff;
    grid-template-columns: 1fr;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    gap: 2.5rem;
}

.leadership-profile .name {
    display: inline-block;
    position: relative;
    color: rgb(150,163,183);
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 0.5rem;
}

.leadership-profile .client-experiences > div:nth-child(2) {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.leadership-profile .experience-data::before {
    left: -0.8rem;
    font-size: 5rem;
    color: rgb(150,163,183,0.5);
    top: -1.5rem;
    font-family: Georgia, serif;
    opacity: 0.3;
    position: absolute;
    content: "";
}

.newsletter::after {
    left: -5%;
    bottom: -10%;
    opacity: 0.1;
    z-index: -1;
    animation: floatElement 8s infinite ease-in-out reverse;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
    position: absolute;
    transform: rotate(15deg) skew(-15deg);
    height: 60%;
    width: 30%;
    background: rgb(150,163,183);
    content: "";
}

.newsletter h3 {
    margin-bottom: 2rem;
    max-width: 90%;
    line-height: 1.4;
    font-weight: 600;
    color: #000000;
    position: relative;
    padding-left: 1rem;
    font-size: 19px;
}

.newsletter .input_holder {
    position: relative;
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}

.newsletter .input_holder div::after {
    position: absolute;
    transform-origin: left;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, rgb(114,125,140), rgb(150,163,183));
    height: 2px;
    transform: scaleX(0);
}

.newsletter .sub-material {
    padding: 1rem 2rem;
    font-weight: 600;
    position: relative;
    border: none;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    align-items: center;
    background: linear-gradient(45deg, rgb(150,163,183), rgb(114,125,140));
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    justify-content: center;
    display: inline-flex;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: 1px;
}

.education-framework .success-story {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    gap: 2.5rem;
}

.education-framework span {
    border-radius: 14px;
    padding: 2rem;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    line-height: 1.8;
    color: #000000;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    font-size: 14px;
    opacity: 0;
}

footer .grant-info {
    color: #ffffff;
    position: relative;
    background-color: rgb(114,125,140);
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
}

footer .grant-info::after {
    height: 5px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(150,163,183), rgb(114,125,140));
    top: 0;
    left: 0;
    content: "";
    pointer-events: none;
}

footer .info_item {
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    cursor: pointer;
    min-height: 60px;
    background-color: rgba(255, 255, 255, 0.03);
    justify-content: center;
    min-width: 200px;
    position: relative;
    align-items: center;
    display: flex;
    transition: all 0.4s ease;
    padding: 20px 25px;
    max-width: 300px;
    flex: 0 1 auto;
}

footer .info_item:hover svg {
    fill: #ffffff;
}

footer .info_item p,
footer .info_item a {
    width: 100%;
    text-overflow: ellipsis;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
    z-index: 1;
    white-space: nowrap;
}

footer .main-learn::before {
    left: 3px;
    bottom: 3px;
    z-index: -1;
    content: "";
    top: 3px;
    right: 3px;
    position: absolute;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    pointer-events: none;
    background-color: rgb(114,125,140);
}

footer .head-expert {
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 30px;
}

footer .main-teach {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    display: grid;
    margin-bottom: 20px;
}

footer .main-teach a {
    text-decoration: none;
    padding: 12px 15px;
    border-radius: 10px;
    position: relative;
    font-size: 14px;
    display: flex;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.03);
}

footer .subscribe_holder::before {
    left: 0;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(150,163,183,0.5) 49%, rgb(150,163,183,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(150,163,183,0.5) 49%, rgb(150,163,183,0.5) 51%, transparent 52%);
    position: absolute;
    width: 100%;
    pointer-events: none;
    opacity: 0.05;
    content: "";
    background-size: 20px 20px;
    top: 0;
    height: 100%;
    border-radius: 18px;
}

footer .sub-material {
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 5;
    padding: 14px 20px;
    transition: all 0.3s ease;
    background-color: rgb(150,163,183);
    font-weight: 600;
    text-align: center;
    font-size: 17px;
    border: none;
    width: 100%;
}

footer .gift-card::after {
    right: -10px;
    transform: rotate(45deg);
}

.pricing-offer-box::before {
    z-index: 1;
    width: 100%;
    content: "";
    pointer-events: none;
    top: 0;
    background: linear-gradient(135deg, rgb(150,163,183,0.5) 0%, transparent 70%);
    left: 0;
    height: 100%;
    position: absolute;
}

.pricing-offer-box .pricing-deals {
    background-color: #ffffff;
    transform: translateZ(0);
    border-left: 4px solid rgb(150,163,183);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    position: relative;
}

.pricing-offer-box .pricing-deals h2::after {
    background: linear-gradient(90deg, rgb(150,163,183), rgb(114,125,140));
    height: 3px;
    position: absolute;
    width: 80px;
    left: 0;
    content: "";
    bottom: -10px;
}

.pricing-offer-box .cost-deals {
    transform: translateZ(0);
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    position: relative;
    height: 100%;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    flex-direction: column;
    overflow: hidden;
}

.pricing-offer-box .cert-plans h3 {
    position: relative;
    transition: transform 0.3s ease;
    color: #000000;
    font-weight: 600;
    transform: translateZ(10px);
    font-size: calc(21px * 1.2);
    margin-bottom: 1rem;
}

.pricing-offer-box .access-rates:hover .cert-plans h3::after {
    width: 60px;
}

.pricing-offer-box .package-pricing::before {
    height: 2px;
    content: "";
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(150,163,183,0.5), transparent);
    left: 0;
    bottom: -8px;
}

.pricing-offer-box .access-rates:hover .img-card-item {
    transform: scale(1.05) translateZ(0);
}

.pricing-offer-box .img-card-item::before {
    z-index: 1;
    top: 0;
    left: 0;
    background: rgb(150,163,183);
    height: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0.15;
    content: "";
    width: 100%;
}



@media screen and (max-width: 991px) {.course-program {
    min-height: auto;
    padding: 60px 0;
}.course-program .job-classes {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.course-program .text-section {
    transform: translateZ(0);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    padding: 30px;
}.course-program .img-card-item {
    height: 450px;
    transform: translateZ(0) rotateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}
}



@media (max-width: 991px) {.prospective-students {
    padding: 100px 0;
}.prospective-students h4 {
    margin-bottom: 60px;
    font-size: calc(45px * 0.9);
}.prospective-students div > div {
    gap: 30px 20px;
}.prospective-students p {
    flex: 0 0 calc(50% - 20px);
}.prospective-students p svg {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
}
}



@media (max-width: 991px) {header .head-page {
    padding: 0.7rem 2.5%;
}header .main-mainwrap svg {
    width: 130px;
}header .head-expert {
    padding: 0.4rem;
    gap: 0.35rem;
}header .head-main {
    padding: 0.35rem 0.6rem;
    font-size: calc(17px - 1px);
}
}



@media (max-width: 1100px) {.meet-us {
    padding: 90px 0;
}.meet-us .success-story {
    align-items: center;
    flex-direction: column;
}.meet-us h3 {
    text-align: center;
    font-size: calc(48px * 0.9);
}.meet-us h3::after {
    left: 50%;
    transform: translateX(-50%);
}.meet-us .timeline-hist,
    .meet-us .learn-track {
    width: 100%;
    max-width: 600px;
}
}



@media screen and (max-width: 992px) {.thanksPoint {
    padding: 5rem 0;
}.thanksPoint h2 {
    font-size: calc(38px - 0.2rem);
    margin-bottom: 2.5rem;
}.thanksPoint .success-story {
    padding: 2.5rem;
}
}



@media screen and (max-width: 768px) {.thanksPoint {
    padding: 4rem 0;
}.thanksPoint h2 {
    font-size: calc(38px - 0.4rem);
    margin-bottom: 2rem;
}.thanksPoint h2::after {
    width: 60px;
    bottom: -12px;
}.thanksPoint .success-story {
    padding: 2rem;
}.thanksPoint .success-story::before {
    height: 100px;
    width: 100px;
}
}



@media (max-width: 992px) {.title-screen {
    padding: 2rem 1rem;
}.title-screen .edu-trackfast {
    font-size: calc(41px * 0.85);
}.title-screen .main-welcome > div {
    padding: 3rem 2rem;
}.title-screen .main-welcome p {
    max-width: 90%;
    font-size: 17px;
}.title-screen .main-welcome h3 {
    font-size: calc(18px * 0.9);
}
}



@media (hover: hover) {.title-screen .main-welcome::after {
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    width: 50%;
    top: 0;
    content: "";
    transition: left 0.9s ease;
    position: absolute;
}.title-screen .main-welcome:hover::after {
    left: 150%;
}}



@media screen and (max-width: 768px) {.experience-trial {
    padding: 80px 0;
}.experience-trial .success-story {
    padding: 40px 25px;
}.experience-trial h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.experience-trial .msg-details {
    letter-spacing: 1.5px;
    font-size: calc(16px * 0.9);
    padding: 12px 35px;
}
}



@media (min-width: 992px) {.client-opinions {
    padding: 8rem 0;
}.client-opinions h2 {
    font-size: calc(33px * 1.1);
    max-width: 60%;
}.client-opinions .review-spot {
    grid-template-columns: repeat(3, 1fr);
}.client-opinions .client-experiences:nth-child(3n+1) {
    transform: translateY(0);
}.client-opinions .client-experiences:nth-child(3n+2) {
    transform: translateY(20px);
}.client-opinions .client-experiences:nth-child(3n+3) {
    transform: translateY(40px);
}.client-opinions .client-experiences:nth-child(3n+1):hover {
    transform: translateY(-10px) rotateX(2deg);
}.client-opinions .client-experiences:nth-child(3n+2):hover {
    transform: translateY(10px) rotateX(2deg);
}.client-opinions .client-experiences:nth-child(3n+3):hover {
    transform: translateY(30px) rotateX(2deg);
}
}



@media (max-width: 480px) {.client-opinions h2 {
    font-size: calc(33px * 0.75);
}.client-opinions .client-experiences {
    padding: 1.25rem;
}.client-opinions .client-experiences::before {
    font-size: 4rem;
}.client-opinions .client-experiences img {
    height: 2.5rem;
    width: 2.5rem;
}.client-opinions .client-experiences h4 {
    font-size: 1rem;
}.client-opinions .client-experiences .description {
    font-size: calc(15px * 0.95);
}}



@media (max-width: 767px) {.leadership-profile {
    padding: 3rem 0;
}.leadership-profile .client-experiences {
    padding: 2rem;
}.leadership-profile .img-card-item {
    width: 150px;
    height: 150px;
}.leadership-profile .name {
    font-size: calc(19px - 0.1rem);
}.leadership-profile .experience-data {
    line-height: 1.6;
    font-size: calc(17px - 0.1rem);
}
}



@media (min-width: 992px) {.newsletter .success-story {
    max-width: 90%;
    margin: 0 auto;
}.newsletter h3 {
    font-size: calc(19px * 1.2);
    max-width: 70%;
}
}



@media (max-width: 992px) {.education-framework {
    padding: 5rem 1.5rem;
}.education-framework h3 {
    padding: 1.8rem;
    font-size: calc(37px * 0.9);
}.education-framework span {
    padding: 1.8rem;
}.education-framework h3::before,
    .education-framework span::before {
    transform: translate(6px, 6px);
}.education-framework span::before {
    transform: translate(-6px, -6px);
}
}



@media (max-width: 991px) {footer .main-teach {
    grid-template-columns: 1fr;
}
}



@media (max-width: 767px) {footer .grant-info {
    padding: 60px 0 30px;
}footer .help-desk {
    margin-bottom: 40px;
}footer .info_item {
    min-width: 150px;
    padding: 15px 20px;
}footer .head-expert, footer .subscribe_holder {
    padding: 25px 20px;
}footer .main-learn {
    margin-bottom: 20px;
    padding: 15px;
}footer .a11y-tools {
    margin-top: 40px;
}
}



@media (min-width: 1200px) {.pricing-offer-box .package-rates {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing-offer-box .cert-plans {
    min-height: 300px;
}
}



@media (max-width: 767px) {.pricing-offer-box {
    padding: 3rem 0;
}.pricing-offer-box .container {
    padding: 0 1.5rem;
}.pricing-offer-box .package-rates {
    grid-template-columns: 1fr;
}.pricing-offer-box .pricing-deals h2 {
    font-size: calc(34px * 0.8);
}.pricing-offer-box .cert-plans {
    padding: 1.5rem;
}.pricing-offer-box .package-pricing {
    font-size: calc(21px * 1.5);
}.pricing-offer-box .img-card-item {
    height: 180px;
}
}



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

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



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



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

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



@keyframes glitchTop {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 15%, 100% 15%, 100% 40%, 0 40%);
        transform: translate(-5px, 2px);
    }
    20% {
        clip-path: polygon(0 10%, 100% 10%, 100% 30%, 0 30%);
        transform: translate(5px, -2px);
    }
    30% {
        clip-path: polygon(0 5%, 100% 5%, 100% 25%, 0 25%);
        transform: translate(-3px, 1px);
    }
    40% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
}



@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-20%, -20%);
    }
}

